summaryrefslogtreecommitdiff
path: root/elfutils/src/elfcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/src/elfcmp.c')
-rw-r--r--elfutils/src/elfcmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/elfutils/src/elfcmp.c b/elfutils/src/elfcmp.c
index 0bfd0869..c5023b9e 100644
--- a/elfutils/src/elfcmp.c
+++ b/elfutils/src/elfcmp.c
@@ -1,5 +1,5 @@
/* Compare relevant content of two ELF files.
- Copyright (C) 2005, 2006 Red Hat, Inc.
+ Copyright (C) 2005, 2006, 2007 Red Hat, Inc.
This file is part of Red Hat elfutils.
Written by Ulrich Drepper <drepper@redhat.com>, 2005.
@@ -507,7 +507,7 @@ print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
Copyright (C) %s Red Hat, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2006");
+"), "2007");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}