From owner-p4-projects@FreeBSD.ORG Sat Feb 9 17:08:42 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9841F16A46C; Sat, 9 Feb 2008 17:08:42 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4261816A468 for ; Sat, 9 Feb 2008 17:08:42 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3008513C44B for ; Sat, 9 Feb 2008 17:08:42 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m19H8gSD062302 for ; Sat, 9 Feb 2008 17:08:42 GMT (envelope-from sam@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m19H8fs9062299 for perforce@freebsd.org; Sat, 9 Feb 2008 17:08:41 GMT (envelope-from sam@freebsd.org) Date: Sat, 9 Feb 2008 17:08:41 GMT Message-Id: <200802091708.m19H8fs9062299@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to sam@freebsd.org using -f From: Sam Leffler To: Perforce Change Reviews Cc: Subject: PERFORCE change 135115 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2008 17:08:43 -0000 http://perforce.freebsd.org/chv.cgi?CH=135115 Change 135115 by sam@sam_ebb on 2008/02/09 17:08:05 bump copyright dates Affected files ... .. //depot/projects/vap/sys/net80211/_ieee80211.h#9 edit .. //depot/projects/vap/sys/net80211/ieee80211.c#22 edit .. //depot/projects/vap/sys/net80211/ieee80211.h#7 edit .. //depot/projects/vap/sys/net80211/ieee80211_acl.c#9 edit .. //depot/projects/vap/sys/net80211/ieee80211_adhoc.c#6 edit .. //depot/projects/vap/sys/net80211/ieee80211_adhoc.h#2 edit .. //depot/projects/vap/sys/net80211/ieee80211_crypto.c#10 edit .. //depot/projects/vap/sys/net80211/ieee80211_crypto.h#10 edit .. //depot/projects/vap/sys/net80211/ieee80211_crypto_ccmp.c#10 edit .. //depot/projects/vap/sys/net80211/ieee80211_crypto_none.c#11 edit .. //depot/projects/vap/sys/net80211/ieee80211_crypto_tkip.c#10 edit .. //depot/projects/vap/sys/net80211/ieee80211_crypto_wep.c#10 edit .. //depot/projects/vap/sys/net80211/ieee80211_ddb.c#5 edit .. //depot/projects/vap/sys/net80211/ieee80211_dfs.c#4 edit .. //depot/projects/vap/sys/net80211/ieee80211_dfs.h#2 edit .. //depot/projects/vap/sys/net80211/ieee80211_freebsd.c#20 edit .. //depot/projects/vap/sys/net80211/ieee80211_freebsd.h#17 edit .. //depot/projects/vap/sys/net80211/ieee80211_hostap.c#11 edit .. //depot/projects/vap/sys/net80211/ieee80211_hostap.h#2 edit .. //depot/projects/vap/sys/net80211/ieee80211_ht.c#12 edit .. //depot/projects/vap/sys/net80211/ieee80211_ht.h#8 edit .. //depot/projects/vap/sys/net80211/ieee80211_input.c#27 edit .. //depot/projects/vap/sys/net80211/ieee80211_input.h#3 edit .. //depot/projects/vap/sys/net80211/ieee80211_ioctl.c#26 edit .. //depot/projects/vap/sys/net80211/ieee80211_ioctl.h#11 edit .. //depot/projects/vap/sys/net80211/ieee80211_monitor.c#3 edit .. //depot/projects/vap/sys/net80211/ieee80211_monitor.h#2 edit .. //depot/projects/vap/sys/net80211/ieee80211_node.c#26 edit .. //depot/projects/vap/sys/net80211/ieee80211_node.h#17 edit .. //depot/projects/vap/sys/net80211/ieee80211_output.c#29 edit .. //depot/projects/vap/sys/net80211/ieee80211_phy.c#3 edit .. //depot/projects/vap/sys/net80211/ieee80211_phy.h#3 edit .. //depot/projects/vap/sys/net80211/ieee80211_power.c#9 edit .. //depot/projects/vap/sys/net80211/ieee80211_power.h#4 edit .. //depot/projects/vap/sys/net80211/ieee80211_proto.c#20 edit .. //depot/projects/vap/sys/net80211/ieee80211_proto.h#13 edit .. //depot/projects/vap/sys/net80211/ieee80211_regdomain.c#6 edit .. //depot/projects/vap/sys/net80211/ieee80211_regdomain.h#3 edit .. //depot/projects/vap/sys/net80211/ieee80211_scan.c#15 edit .. //depot/projects/vap/sys/net80211/ieee80211_scan.h#11 edit .. //depot/projects/vap/sys/net80211/ieee80211_scan_sta.c#17 edit .. //depot/projects/vap/sys/net80211/ieee80211_sta.c#4 edit .. //depot/projects/vap/sys/net80211/ieee80211_sta.h#2 edit .. //depot/projects/vap/sys/net80211/ieee80211_var.h#26 edit .. //depot/projects/vap/sys/net80211/ieee80211_wds.c#6 edit .. //depot/projects/vap/sys/net80211/ieee80211_wds.h#2 edit .. //depot/projects/vap/sys/net80211/ieee80211_xauth.c#9 edit Differences ... ==== //depot/projects/vap/sys/net80211/_ieee80211.h#9 (text+ko) ==== @@ -1,6 +1,6 @@ /*- * Copyright (c) 2001 Atsushi Onoe - * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211.c#22 (text+ko) ==== @@ -1,6 +1,6 @@ /*- * Copyright (c) 2001 Atsushi Onoe - * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211.h#7 (text+ko) ==== @@ -1,6 +1,6 @@ /*- * Copyright (c) 2001 Atsushi Onoe - * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_acl.c#9 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2004-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2004-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_adhoc.c#6 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007 Sam Leffler, Errno Consulting + * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_adhoc.h#2 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007 Sam Leffler, Errno Consulting + * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_crypto.c#10 (text+ko) ==== @@ -1,6 +1,6 @@ /*- * Copyright (c) 2001 Atsushi Onoe - * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_crypto.h#10 (text+ko) ==== @@ -1,6 +1,6 @@ /*- * Copyright (c) 2001 Atsushi Onoe - * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_crypto_ccmp.c#10 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_crypto_none.c#11 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_crypto_tkip.c#10 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_crypto_wep.c#10 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_ddb.c#5 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008 Sam Leffler, Errno Consulting + * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_dfs.c#4 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007 Sam Leffler, Errno Consulting + * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_dfs.h#2 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007 Sam Leffler, Errno Consulting + * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_freebsd.c#20 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2003-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_freebsd.h#17 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2003-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_hostap.c#11 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007 Sam Leffler, Errno Consulting + * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_hostap.h#2 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007 Sam Leffler, Errno Consulting + * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_ht.c#12 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007 Sam Leffler, Errno Consulting + * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_ht.h#8 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007 Sam Leffler, Errno Consulting + * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_input.c#27 (text+ko) ==== @@ -1,6 +1,6 @@ /*- * Copyright (c) 2001 Atsushi Onoe - * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_input.h#3 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007 Sam Leffler, Errno Consulting + * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_ioctl.c#26 (text+ko) ==== @@ -1,6 +1,6 @@ /*- * Copyright (c) 2001 Atsushi Onoe - * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_ioctl.h#11 (text+ko) ==== @@ -1,6 +1,6 @@ /*- * Copyright (c) 2001 Atsushi Onoe - * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_monitor.c#3 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007 Sam Leffler, Errno Consulting + * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_monitor.h#2 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007 Sam Leffler, Errno Consulting + * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_node.c#26 (text+ko) ==== @@ -1,6 +1,6 @@ /*- * Copyright (c) 2001 Atsushi Onoe - * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_node.h#17 (text+ko) ==== @@ -1,6 +1,6 @@ /*- * Copyright (c) 2001 Atsushi Onoe - * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_output.c#29 (text+ko) ==== @@ -1,6 +1,6 @@ /*- * Copyright (c) 2001 Atsushi Onoe - * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_phy.c#3 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007,2008 Sam Leffler, Errno Consulting + * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_phy.h#3 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007,2008 Sam Leffler, Errno Consulting + * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_power.c#9 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_power.h#4 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_proto.c#20 (text+ko) ==== @@ -1,6 +1,6 @@ /*- * Copyright (c) 2001 Atsushi Onoe - * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_proto.h#13 (text+ko) ==== @@ -1,6 +1,6 @@ /*- * Copyright (c) 2001 Atsushi Onoe - * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_regdomain.c#6 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2005-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2005-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_regdomain.h#3 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2005-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2005-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_scan.c#15 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_scan.h#11 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2005-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2005-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_scan_sta.c#17 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_sta.c#4 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007 Sam Leffler, Errno Consulting + * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_sta.h#2 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007 Sam Leffler, Errno Consulting + * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_var.h#26 (text+ko) ==== @@ -1,6 +1,6 @@ /*- * Copyright (c) 2001 Atsushi Onoe - * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_wds.c#6 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007 Sam Leffler, Errno Consulting + * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_wds.h#2 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007 Sam Leffler, Errno Consulting + * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/vap/sys/net80211/ieee80211_xauth.c#9 (text+ko) ==== @@ -1,6 +1,6 @@ /*- * Copyright (c) 2004 Video54 Technologies, Inc. - * Copyright (c) 2004-2007 Sam Leffler, Errno Consulting + * Copyright (c) 2004-2008 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without