diff options
author | sam <sam@FreeBSD.org> | 2007-06-06 04:56:04 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2007-06-06 04:56:04 +0000 |
commit | d82da159d3303099ba08eab3f1c1bd4b8fbbb7a1 (patch) | |
tree | 4d25ddbe00573c357824a0b6e99446bd49a0eb0c /sys/net80211/ieee80211_proto.c | |
parent | 11092d3888c3a65196e5cb7e54e60ab26e6f6bcd (diff) | |
download | FreeBSD-src-d82da159d3303099ba08eab3f1c1bd4b8fbbb7a1.zip FreeBSD-src-d82da159d3303099ba08eab3f1c1bd4b8fbbb7a1.tar.gz |
copyright updates:
o update to include 2007
o switch back to a 2-clause bsd-only license
Reviewed by: onoe
Diffstat (limited to 'sys/net80211/ieee80211_proto.c')
-rw-r--r-- | sys/net80211/ieee80211_proto.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/net80211/ieee80211_proto.c b/sys/net80211/ieee80211_proto.c index 91574f3..458c168 100644 --- a/sys/net80211/ieee80211_proto.c +++ b/sys/net80211/ieee80211_proto.c @@ -1,6 +1,6 @@ /*- * Copyright (c) 2001 Atsushi Onoe - * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -11,12 +11,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not 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. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |