This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-673-ge3ea540


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  e3ea54090a4fbb733749e7b6edfc224c3caa4289 (commit)
      from  2e64d2659d3edaebc792ac596a9863f1626e5c25 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=e3ea54090a4fbb733749e7b6edfc224c3caa4289

commit e3ea54090a4fbb733749e7b6edfc224c3caa4289
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Nov 15 01:01:33 2012 +0000

    Update --version copyright dates for memusagestat and pcprofiledump.

diff --git a/ChangeLog b/ChangeLog
index 8014b6c..0f4c503 100644
--- 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]
diff --git a/debug/pcprofiledump.c b/debug/pcprofiledump.c
index fd5ab51..9a47914 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");
 }
diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c
index a609a9b..a25f06b 100644
--- a/malloc/memusagestat.c
+++ b/malloc/memusagestat.c
@@ -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");
 }

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog             |    5 +++++
 debug/pcprofiledump.c |    2 +-
 malloc/memusagestat.c |    5 ++---
 3 files changed, 8 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]