summaryrefslogtreecommitdiffstats
path: root/src/findtextrel.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-04-04 22:07:54 +0000
committerUlrich Drepper <drepper@redhat.com>2006-04-04 22:07:54 +0000
commit82c345d92531e2577f16928efe62c14d19d5fc47 (patch)
tree3f94cbb394e4024c2e1c0baa9080aa53093deb63 /src/findtextrel.c
parentaded5309ba1bb9e7e671adb060f8ee81882a3a12 (diff)
downloadandroid_external_elfutils-82c345d92531e2577f16928efe62c14d19d5fc47.tar.gz
android_external_elfutils-82c345d92531e2577f16928efe62c14d19d5fc47.tar.bz2
android_external_elfutils-82c345d92531e2577f16928efe62c14d19d5fc47.zip
Prepare for 0.120 release.
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 7610f161..a3156a8f 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 Red Hat, Inc.
+ Copyright (C) 2005, 2006 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\
-"), "2005");
+"), "2006");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}