|
@@ -1,7 +1,7 @@
|
|
|
/*******************************************************************************
|
|
|
|
|
|
Intel PRO/1000 Linux driver
|
|
|
- Copyright(c) 1999 - 2009 Intel Corporation.
|
|
|
+ Copyright(c) 1999 - 2010 Intel Corporation.
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify it
|
|
|
under the terms and conditions of the GNU General Public License,
|
|
@@ -6028,7 +6028,7 @@ static int __init e1000_init_module(void)
|
|
|
int ret;
|
|
|
pr_info("Intel(R) PRO/1000 Network Driver - %s\n",
|
|
|
e1000e_driver_version);
|
|
|
- pr_info("Copyright (c) 1999 - 2009 Intel Corporation.\n");
|
|
|
+ pr_info("Copyright (c) 1999 - 2010 Intel Corporation.\n");
|
|
|
ret = pci_register_driver(&e1000_driver);
|
|
|
|
|
|
return ret;
|