summaryrefslogtreecommitdiffstats
path: root/src/elfcmp.c
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2012-01-21 18:19:24 -0500
committerUlrich Drepper <[email protected]>2012-01-21 18:19:24 -0500
commit3a64a3087f53ab860c7de04da0e53dabef459520 (patch)
tree631ac65081e2f8654c1240ddb2b5c942abaf1646 /src/elfcmp.c
parentc6b3d0c27833c8e0936cb6b8973e8578e3a9421f (diff)
Update copyright year
Diffstat (limited to 'src/elfcmp.c')
-rw-r--r--src/elfcmp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/elfcmp.c b/src/elfcmp.c
index b589dda8..99296d19 100644
--- a/src/elfcmp.c
+++ b/src/elfcmp.c
@@ -1,5 +1,5 @@
/* Compare relevant content of two ELF files.
- Copyright (C) 2005-2011 Red Hat, Inc.
+ Copyright (C) 2005-2012 Red Hat, Inc.
This file is part of Red Hat elfutils.
Written by Ulrich Drepper <[email protected]>, 2005.
@@ -158,10 +158,10 @@ main (int argc, char *argv[])
/* Comparing the files is done in two phases:
1. compare all sections. Sections which are irrelevant (i.e., if
- strip would remove them) are ignored. Some section types are
+ strip would remove them) are ignored. Some section types are
handled special.
2. all parts of the loadable segments which are not parts of any
- section is compared according to the rules of the --gaps option.
+ section is compared according to the rules of the --gaps option.
*/
int result = 0;
elf_version (EV_CURRENT);
@@ -671,7 +671,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");
}