summaryrefslogtreecommitdiff
path: root/elfutils/src/findtextrel.c
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/src/findtextrel.c')
-rw-r--r--elfutils/src/findtextrel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/elfutils/src/findtextrel.c b/elfutils/src/findtextrel.c
index 986c406e..444f3a2b 100644
--- a/elfutils/src/findtextrel.c
+++ b/elfutils/src/findtextrel.c
@@ -1,5 +1,5 @@
/* Locate source files or functions which caused text relocations.
- Copyright (C) 2005-2010 Red Hat, Inc.
+ Copyright (C) 2005-2010, 2012 Red Hat, Inc.
This file is part of Red Hat elfutils.
Written by Ulrich Drepper <drepper@redhat.com>, 2005.
@@ -171,7 +171,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\
-"), "2009");
+"), "2012");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}