summaryrefslogtreecommitdiff
path: root/src/findtextrel.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-01-10 21:02:34 +0000
committerUlrich Drepper <drepper@redhat.com>2007-01-10 21:02:34 +0000
commitb770cf9d1045bde04a1d89c63f4d7eb261ff78da (patch)
treeeb24cee95d56b0accfefdce518f659843c5efdfb /src/findtextrel.c
parentcd4992ca6b559af381313de4f4ecaf6550887979 (diff)
downloadelfutils-b770cf9d1045bde04a1d89c63f4d7eb261ff78da.tar.gz
Update copyright year.elfutils-0.125
Diffstat (limited to 'src/findtextrel.c')
-rw-r--r--src/findtextrel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/findtextrel.c b/src/findtextrel.c
index 0acb0cc0..189da8d5 100644
--- a/src/findtextrel.c
+++ b/src/findtextrel.c
@@ -1,5 +1,5 @@
/* Locate source files or functions which caused text relocations.
- 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.
@@ -169,7 +169,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");
}