summaryrefslogtreecommitdiff
path: root/src/objdump.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-01-01 19:00:41 -0800
committerUlrich Drepper <drepper@redhat.com>2009-01-01 19:00:41 -0800
commit44173edad1dfd24c4d98fcf032308f7df28db652 (patch)
tree4d96ae98404bfa6527aa35438c5cf58b0830b978 /src/objdump.c
parent3bf5759aa0cf1cd8f771ce3e34346c7510b89e5f (diff)
downloadelfutils-44173edad1dfd24c4d98fcf032308f7df28db652.tar.gz
Unpdate copyright in messages.
Diffstat (limited to 'src/objdump.c')
-rw-r--r--src/objdump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objdump.c b/src/objdump.c
index 91fa8750..55d3ae2e 100644
--- a/src/objdump.c
+++ b/src/objdump.c
@@ -1,5 +1,5 @@
/* Print information from ELF file in human-readable form.
- Copyright (C) 2005, 2006, 2007 Red Hat, Inc.
+ Copyright (C) 2005, 2006, 2007, 2009 Red Hat, Inc.
This file is part of Red Hat elfutils.
Written by Ulrich Drepper <drepper@redhat.com>, 2005.
@@ -182,7 +182,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\
-"), "2008");
+"), "20089");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}