summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2011-02-18 14:38:42 -0500
committerDave Jones <davej@redhat.com>2011-02-18 14:38:42 -0500
commita524e23473e36bc6744f641e8fcd54ccb2ff9fe2 (patch)
treeb2f6953448581d0d647207d5434fbbeadb8365b3
parent8412e24a575fda51cb46ae4021c101b99522faad (diff)
bump copyright
-rw-r--r--x86info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/x86info.c b/x86info.c
index 34dcfcc..d4abd28 100644
--- a/x86info.c
+++ b/x86info.c
@@ -1,5 +1,5 @@
/*
- * (C) 2001-2010 Dave Jones.
+ * (C) 2001-2011 Dave Jones.
*
* Licensed under the terms of the GNU GPL License version 2.
*/
@@ -322,7 +322,7 @@ int main (int argc, char **argv)
parse_command_line(argc, argv);
if (!silent) {
- printf("x86info v1.28beta. Dave Jones 2001-2010\n");
+ printf("x86info v1.28beta. Dave Jones 2001-2011\n");
printf("Feedback to <davej@redhat.com>.\n\n");
}