summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ipw2200.c
diff options
context:
space:
mode:
authorZhu Yi2006-02-15 00:17:56 +0100
committerJohn W. Linville2006-03-17 22:14:47 +0100
commit171e7b2f1f50f112d3ce8a829a3e79c5739b3132 (patch)
tree31a5b5cb8a0306b1e5469d967365d6d019a9a7f1 /drivers/net/wireless/ipw2200.c
parent[PATCH] drivers/net/wireless/ipw2200.c: fix an array overun (diff)
downloadkernel-qcow2-linux-171e7b2f1f50f112d3ce8a829a3e79c5739b3132.tar.gz
kernel-qcow2-linux-171e7b2f1f50f112d3ce8a829a3e79c5739b3132.tar.xz
kernel-qcow2-linux-171e7b2f1f50f112d3ce8a829a3e79c5739b3132.zip
[PATCH] ipw2x00: expend Copyright to 2006
Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ipw2200.c')
-rw-r--r--drivers/net/wireless/ipw2200.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c
index 93d53f9dab0e..9dce522526c5 100644
--- a/drivers/net/wireless/ipw2200.c
+++ b/drivers/net/wireless/ipw2200.c
@@ -1,6 +1,6 @@
/******************************************************************************
- Copyright(c) 2003 - 2005 Intel Corporation. All rights reserved.
+ Copyright(c) 2003 - 2006 Intel Corporation. All rights reserved.
802.11 status code portion of this file from ethereal-0.10.6:
Copyright 2000, Axis Communications AB
@@ -35,7 +35,7 @@
#define IPW2200_VERSION "git-1.1.1"
#define DRV_DESCRIPTION "Intel(R) PRO/Wireless 2200/2915 Network Driver"
-#define DRV_COPYRIGHT "Copyright(c) 2003-2005 Intel Corporation"
+#define DRV_COPYRIGHT "Copyright(c) 2003-2006 Intel Corporation"
#define DRV_VERSION IPW2200_VERSION
#define ETH_P_80211_STATS (ETH_P_80211_RAW + 1)