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.15-1003-g98a61bc


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  98a61bcbca89e50a3bdfa92fa851546bccee41e7 (commit)
      from  6226efbda1ee2950d53b830a7aab50cec7421c87 (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=98a61bcbca89e50a3bdfa92fa851546bccee41e7

commit 98a61bcbca89e50a3bdfa92fa851546bccee41e7
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue May 22 06:31:00 2012 -0700

    Update copyright years for time/mktime.c

diff --git a/ChangeLog b/ChangeLog
index 46afce1..ee29e04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* time/mktime.c: Update copyright years.
+
 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
 
 	mktime: merge comment-quoting-style change from gnulib
diff --git a/time/mktime.c b/time/mktime.c
index 2ba64ea..5058c4f 100644
--- a/time/mktime.c
+++ b/time/mktime.c
@@ -1,5 +1,5 @@
 /* Convert a 'struct tm' to a time_t value.
-   Copyright (C) 1993-1999, 2002-2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1993-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Paul Eggert <eggert@twinsun.com>.
 

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

Summary of changes:
 ChangeLog     |    4 ++++
 time/mktime.c |    2 +-
 2 files changed, 5 insertions(+), 1 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]