summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-22 06:31:00 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-22 06:31:00 -0700
commit98a61bcbca89e50a3bdfa92fa851546bccee41e7 (patch)
treefd7eb57db64e962cf2ff9cedce6ad2fc689e2b48
parent6226efbda1ee2950d53b830a7aab50cec7421c87 (diff)
Update copyright years for time/mktime.c
-rw-r--r--ChangeLog4
-rw-r--r--time/mktime.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 46afce154e..ee29e04166 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 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>.