diff options
author | Reinette Chatre <reinette.chatre@intel.com> | 2009-01-08 13:20:02 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-29 16:00:15 -0500 |
commit | 01f8162a854df7f9c259c839ad3c1168ac13b7b8 (patch) | |
tree | 233fd8e64024f911576d1425b79337dd8ba40088 /drivers/net/wireless/iwlwifi/iwl3945-base.c | |
parent | 9c74d9fbd59f3a69cbe08a6bd66479c190effe5f (diff) |
iwlwifi: update copyright year to 2009
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl3945-base.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl3945-base.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl3945-base.c b/drivers/net/wireless/iwlwifi/iwl3945-base.c index 6a32f568215a..76577b6bc9ef 100644 --- a/drivers/net/wireless/iwlwifi/iwl3945-base.c +++ b/drivers/net/wireless/iwlwifi/iwl3945-base.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /****************************************************************************** | 1 | /****************************************************************************** |
2 | * | 2 | * |
3 | * Copyright(c) 2003 - 2008 Intel Corporation. All rights reserved. | 3 | * Copyright(c) 2003 - 2009 Intel Corporation. All rights reserved. |
4 | * | 4 | * |
5 | * Portions of this file are derived from the ipw3945 project, as well | 5 | * Portions of this file are derived from the ipw3945 project, as well |
6 | * as portions of the ieee80211 subsystem header files. | 6 | * as portions of the ieee80211 subsystem header files. |
@@ -79,7 +79,7 @@ static int iwl3945_tx_queue_update_write_ptr(struct iwl_priv *priv, | |||
79 | #endif | 79 | #endif |
80 | 80 | ||
81 | #define IWL39_VERSION "1.2.26k" VD VS | 81 | #define IWL39_VERSION "1.2.26k" VD VS |
82 | #define DRV_COPYRIGHT "Copyright(c) 2003-2008 Intel Corporation" | 82 | #define DRV_COPYRIGHT "Copyright(c) 2003-2009 Intel Corporation" |
83 | #define DRV_AUTHOR "<ilw@linux.intel.com>" | 83 | #define DRV_AUTHOR "<ilw@linux.intel.com>" |
84 | #define DRV_VERSION IWL39_VERSION | 84 | #define DRV_VERSION IWL39_VERSION |
85 | 85 | ||