mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
Update --version copyright dates for memusagestat and pcprofiledump.
This commit is contained in:
parent
2e64d2659d
commit
e3ea54090a
@ -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>
|
2012-11-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
[BZ #14831]
|
[BZ #14831]
|
||||||
|
@ -225,6 +225,6 @@ print_version (FILE *stream, struct argp_state *state)
|
|||||||
Copyright (C) %s Free Software Foundation, Inc.\n\
|
Copyright (C) %s Free Software Foundation, Inc.\n\
|
||||||
This is free software; see the source for copying conditions. There is NO\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\
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
||||||
"), "2009");
|
"), "2012");
|
||||||
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/* Generate graphic from memory profiling data.
|
/* Generate graphic from memory profiling data.
|
||||||
Copyright (C) 1998, 1999, 2000, 2005, 2006,
|
Copyright (C) 1998-2012 Free Software Foundation, Inc.
|
||||||
2009 Free Software Foundation, Inc.
|
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
|
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\
|
Copyright (C) %s Free Software Foundation, Inc.\n\
|
||||||
This is free software; see the source for copying conditions. There is NO\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\
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
||||||
"), "2009");
|
"), "2012");
|
||||||
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user