1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Update --version copyright dates for memusagestat and pcprofiledump.

This commit is contained in:
Joseph Myers
2012-11-15 01:01:33 +00:00
parent 2e64d2659d
commit e3ea54090a
3 changed files with 8 additions and 4 deletions

View File

@ -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");
}