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

@ -1,3 +1,8 @@
2012-11-14 Joseph Myers <joseph@codesourcery.com>
* debug/pcprofiledump.c (print_version): Update copyright year.
* malloc/memusagestat.c (print_version): Likewise.
2012-11-14 H.J. Lu <hongjiu.lu@intel.com>
[BZ #14831]

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

View File

@ -1,6 +1,5 @@
/* Generate graphic from memory profiling data.
Copyright (C) 1998, 1999, 2000, 2005, 2006,
2009 Free Software Foundation, Inc.
Copyright (C) 1998-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
@ -554,6 +553,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");
}