From: Carolyn Wyborny Date: Thu, 17 Feb 2011 09:02:30 +0000 (+0000) Subject: igb: Update Intel copyright notice for driver source. X-Git-Tag: v2.6.39-rc1~468^2~246^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4c4b42cb2f7b8273f8e458a23f08b62d89c337f3;p=karo-tx-linux.git igb: Update Intel copyright notice for driver source. This fix updates copyright information to include current year 2011. Signed-off-by: Carolyn Wyborny Tested-by: Jeff Pieper Signed-off-by: Jeff Kirsher --- diff --git a/drivers/net/igb/igb_main.c b/drivers/net/igb/igb_main.c index 88f8925b2d85..a55fa1708baa 100644 --- a/drivers/net/igb/igb_main.c +++ b/drivers/net/igb/igb_main.c @@ -55,7 +55,7 @@ char igb_driver_name[] = "igb"; char igb_driver_version[] = DRV_VERSION; static const char igb_driver_string[] = "Intel(R) Gigabit Ethernet Network Driver"; -static const char igb_copyright[] = "Copyright (c) 2007-2009 Intel Corporation."; +static const char igb_copyright[] = "Copyright (c) 2007-2011 Intel Corporation."; static const struct e1000_info *igb_info_tbl[] = { [board_82575] = &e1000_82575_info,