Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] ipw2x00: expend Copyright to 2006

Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Zhu Yi and committed by
John W. Linville
171e7b2f 71e585fc

+14 -14
+6 -6
Documentation/networking/README.ipw2100
··· 3 3 4 4 Intel(R) PRO/Wireless 2100 Network Connection 5 5 6 - Copyright (C) 2003-2005, Intel Corporation 6 + Copyright (C) 2003-2006, Intel Corporation 7 7 8 8 README.ipw2100 9 9 10 - Version: 1.1.3 11 - Date : October 17, 2005 10 + Version: git-1.1.5 11 + Date : January 25, 2006 12 12 13 13 Index 14 14 ----------------------------------------------- 15 15 0. IMPORTANT INFORMATION BEFORE USING THIS DRIVER 16 16 1. Introduction 17 - 2. Release 1.1.3 Current Features 17 + 2. Release git-1.1.5 Current Features 18 18 3. Command Line Parameters 19 19 4. Sysfs Helper Files 20 20 5. Radio Kill Switch ··· 89 89 for the driver project. 90 90 91 91 92 - 2. Release 1.1.3 Current Supported Features 92 + 2. Release git-1.1.5 Current Supported Features 93 93 ----------------------------------------------- 94 94 - Managed (BSS) and Ad-Hoc (IBSS) 95 95 - WEP (shared key and open) ··· 270 270 9. License 271 271 ----------------------------------------------- 272 272 273 - Copyright(c) 2003 - 2005 Intel Corporation. All rights reserved. 273 + Copyright(c) 2003 - 2006 Intel Corporation. All rights reserved. 274 274 275 275 This program is free software; you can redistribute it and/or modify it 276 276 under the terms of the GNU General Public License (version 2) as
+2 -2
Documentation/networking/README.ipw2200
··· 10 10 PRO/Wireless 2915ABG Driver for Linux will be used to reference the 11 11 unified driver. 12 12 13 - Copyright (C) 2004-2005, Intel Corporation 13 + Copyright (C) 2004-2006, Intel Corporation 14 14 15 15 README.ipw2200 16 16 ··· 448 448 7. License 449 449 ----------------------------------------------- 450 450 451 - Copyright(c) 2003 - 2005 Intel Corporation. All rights reserved. 451 + Copyright(c) 2003 - 2006 Intel Corporation. All rights reserved. 452 452 453 453 This program is free software; you can redistribute it and/or modify it 454 454 under the terms of the GNU General Public License version 2 as
+2 -2
drivers/net/wireless/ipw2100.c
··· 1 1 /****************************************************************************** 2 2 3 - Copyright(c) 2003 - 2005 Intel Corporation. All rights reserved. 3 + Copyright(c) 2003 - 2006 Intel Corporation. All rights reserved. 4 4 5 5 This program is free software; you can redistribute it and/or modify it 6 6 under the terms of version 2 of the GNU General Public License as ··· 172 172 #define DRV_NAME "ipw2100" 173 173 #define DRV_VERSION IPW2100_VERSION 174 174 #define DRV_DESCRIPTION "Intel(R) PRO/Wireless 2100 Network Driver" 175 - #define DRV_COPYRIGHT "Copyright(c) 2003-2005 Intel Corporation" 175 + #define DRV_COPYRIGHT "Copyright(c) 2003-2006 Intel Corporation" 176 176 177 177 /* Debugging stuff */ 178 178 #ifdef CONFIG_IPW2100_DEBUG
+1 -1
drivers/net/wireless/ipw2100.h
··· 1 1 /****************************************************************************** 2 2 3 - Copyright(c) 2003 - 2004 Intel Corporation. All rights reserved. 3 + Copyright(c) 2003 - 2006 Intel Corporation. All rights reserved. 4 4 5 5 This program is free software; you can redistribute it and/or modify it 6 6 under the terms of version 2 of the GNU General Public License as
+2 -2
drivers/net/wireless/ipw2200.c
··· 1 1 /****************************************************************************** 2 2 3 - Copyright(c) 2003 - 2005 Intel Corporation. All rights reserved. 3 + Copyright(c) 2003 - 2006 Intel Corporation. All rights reserved. 4 4 5 5 802.11 status code portion of this file from ethereal-0.10.6: 6 6 Copyright 2000, Axis Communications AB ··· 35 35 36 36 #define IPW2200_VERSION "git-1.1.1" 37 37 #define DRV_DESCRIPTION "Intel(R) PRO/Wireless 2200/2915 Network Driver" 38 - #define DRV_COPYRIGHT "Copyright(c) 2003-2005 Intel Corporation" 38 + #define DRV_COPYRIGHT "Copyright(c) 2003-2006 Intel Corporation" 39 39 #define DRV_VERSION IPW2200_VERSION 40 40 41 41 #define ETH_P_80211_STATS (ETH_P_80211_RAW + 1)
+1 -1
drivers/net/wireless/ipw2200.h
··· 1 1 /****************************************************************************** 2 2 3 - Copyright(c) 2003 - 2005 Intel Corporation. All rights reserved. 3 + Copyright(c) 2003 - 2006 Intel Corporation. All rights reserved. 4 4 5 5 This program is free software; you can redistribute it and/or modify it 6 6 under the terms of version 2 of the GNU General Public License as