diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2006-05-23 13:36:10 -0700 |
---|---|---|
committer | Auke Kok <juke-jan.h.kok@intel.com> | 2006-05-23 13:36:10 -0700 |
commit | a1943b5a796a11ee516f5c085453d653a87ee8fe (patch) | |
tree | de709f1f48387f06b44f5eb4d82f85c76c48a6ad /drivers/net | |
parent | 76c224bc9fdf108ae6e97553322122f53bdbe75c (diff) |
e1000: Fix date string in Makefile
I forgot to update the date string in the Makefile last time.
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/e1000/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/e1000/Makefile b/drivers/net/e1000/Makefile index 92823ac89d4..5dea2b7dea4 100644 --- a/drivers/net/e1000/Makefile +++ b/drivers/net/e1000/Makefile @@ -1,7 +1,7 @@ ################################################################################ # # -# Copyright(c) 1999 - 2003 Intel Corporation. All rights reserved. +# Copyright(c) 1999 - 2006 Intel Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the Free |