diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-06-06 21:41:33 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-06-06 21:41:33 +0000 |
commit | c6ae1a61db9f46bbc4204088cb00004948cf632d (patch) | |
tree | 7228a6a4cfba5b9bc98402831df2256f8a2d643d /sys/dev/pci/if_ath_pci.c | |
parent | f90e9babf2a61ff2720288d1de9025bb87025d99 (diff) |
the copyright holder changed the license from "dual bsd/gpl" to be
2-clause bsd-only. good.
Diffstat (limited to 'sys/dev/pci/if_ath_pci.c')
-rw-r--r-- | sys/dev/pci/if_ath_pci.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/pci/if_ath_pci.c b/sys/dev/pci/if_ath_pci.c index 3da62148cd2..ae083c3aa68 100644 --- a/sys/dev/pci/if_ath_pci.c +++ b/sys/dev/pci/if_ath_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ath_pci.c,v 1.14 2007/04/13 14:44:41 reyk Exp $ */ +/* $OpenBSD: if_ath_pci.c,v 1.15 2007/06/06 21:41:31 reyk Exp $ */ /* $NetBSD: if_ath_pci.c,v 1.7 2004/06/30 05:58:17 mycroft Exp $ */ /*- @@ -19,10 +19,6 @@ * of any contributors may be used to endorse or promote products derived * from this software without specific prior written permission. * - * Alternatively, this software may be distributed under the terms of the - * GNU General Public License ("GPL") version 2 as published by the Free - * Software Foundation. - * * NO WARRANTY * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |