diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-22 06:31:00 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-22 06:31:00 -0700 |
commit | 98a61bcbca89e50a3bdfa92fa851546bccee41e7 (patch) | |
tree | fd7eb57db64e962cf2ff9cedce6ad2fc689e2b48 | |
parent | 6226efbda1ee2950d53b830a7aab50cec7421c87 (diff) | |
download | glibc-98a61bcbca89e50a3bdfa92fa851546bccee41e7.tar.gz |
Update copyright years for time/mktime.c
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | time/mktime.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 2ba64eaa10..5058c4f27d 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>. |