summaryrefslogtreecommitdiff
path: root/src/ld.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/ld.c
parentaded5309ba1bb9e7e671adb060f8ee81882a3a12 (diff)
downloadelfutils-82c345d92531e2577f16928efe62c14d19d5fc47.tar.gz
Prepare for 0.120 release.
Diffstat (limited to 'src/ld.c')
-rw-r--r--src/ld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ld.c b/src/ld.c
index ff04be2d..476469c9 100644
--- a/src/ld.c
+++ b/src/ld.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001, 2002, 2003, 2004, 2005 Red Hat, Inc.
+/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Red Hat, Inc.
This file is part of Red Hat elfutils.
Written by Ulrich Drepper <drepper@redhat.com>, 2001.
@@ -870,7 +870,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");
}