diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-11-15 01:01:33 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-11-15 01:01:33 +0000 |
commit | e3ea54090a4fbb733749e7b6edfc224c3caa4289 (patch) | |
tree | 0fe2d241f57117a13aa78c8d06e0380c167fdd89 /debug | |
parent | 2e64d2659d3edaebc792ac596a9863f1626e5c25 (diff) | |
download | glibc-e3ea54090a4fbb733749e7b6edfc224c3caa4289.tar glibc-e3ea54090a4fbb733749e7b6edfc224c3caa4289.tar.gz glibc-e3ea54090a4fbb733749e7b6edfc224c3caa4289.tar.bz2 glibc-e3ea54090a4fbb733749e7b6edfc224c3caa4289.zip |
Update --version copyright dates for memusagestat and pcprofiledump.
Diffstat (limited to 'debug')
-rw-r--r-- | debug/pcprofiledump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/pcprofiledump.c b/debug/pcprofiledump.c index fd5ab519d3..9a479142f6 100644 --- a/debug/pcprofiledump.c +++ b/debug/pcprofiledump.c @@ -225,6 +225,6 @@ print_version (FILE *stream, struct argp_state *state) Copyright (C) %s Free Software Foundation, 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"); } |