Update --version copyright dates for memusagestat and pcprofiledump.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 15 Nov 2012 01:01:33 +0000 (01:01 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 15 Nov 2012 01:01:33 +0000 (01:01 +0000)
ChangeLog
debug/pcprofiledump.c
malloc/memusagestat.c

index 8014b6cb1652b1bf99f4064c8260183003a19fdf..0f4c503c1150ccc96224d79c4d148f740c43dc6d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
index fd5ab519d3442bd2282006c5acbfb8e52468a68f..9a479142f6708d76c080d228b8b14744d2c519ea 100644 (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");
 }
index a609a9b7c8b70de720c122d36c4c4eea82313b8d..a25f06b848070f9e822e36edf5ff63ff93afee45 100644 (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");
 }