diff options
| author | Roland McGrath <[email protected]> | 2009-01-01 22:41:51 -0800 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2009-01-01 22:41:51 -0800 |
| commit | b8bde702c55d2e1da38b650cdb1fcb5cafeca75d (patch) | |
| tree | 87e3bb2929c0adc185c0c531b87befe2275a8152 /src/findtextrel.c | |
| parent | 131489851b35087e94342b7276af8a40c9fbb2c7 (diff) | |
| parent | 92287fdf5b21438a3aa3d7094527b5cf870d1af6 (diff) | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils into portable
Diffstat (limited to 'src/findtextrel.c')
| -rw-r--r-- | src/findtextrel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/findtextrel.c b/src/findtextrel.c index afc4192d..459b49b0 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, 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 <[email protected]>, 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\ -"), "2008"); +"), "2009"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } |
