diff options
| author | Ulrich Drepper <[email protected]> | 2012-01-21 18:19:24 -0500 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2012-01-21 18:19:24 -0500 |
| commit | 3a64a3087f53ab860c7de04da0e53dabef459520 (patch) | |
| tree | 631ac65081e2f8654c1240ddb2b5c942abaf1646 /src/strip.c | |
| parent | c6b3d0c27833c8e0936cb6b8973e8578e3a9421f (diff) | |
Update copyright year
Diffstat (limited to 'src/strip.c')
| -rw-r--r-- | src/strip.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/strip.c b/src/strip.c index f135e7c9..78f683a8 100644 --- a/src/strip.c +++ b/src/strip.c @@ -1,5 +1,5 @@ /* Discard section not used at runtime from object files. - Copyright (C) 2000-2011 Red Hat, Inc. + Copyright (C) 2000-2012 Red Hat, Inc. This file is part of Red Hat elfutils. Written by Ulrich Drepper <[email protected]>, 2000. @@ -222,7 +222,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"); } @@ -1145,7 +1145,7 @@ handle_elf (int fd, Elf *elf, const char *prefix, const char *fname, shdr_info[shdr_info[cnt].shdr.sh_info].idx; /* Get the data from the old file if necessary. We already - created the data for the section header string table. */ + created the data for the section header string table. */ if (cnt < shnum) { if (shdr_info[cnt].data == NULL) |
