[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] update-copyright: apply to self
From: |
Paul Eggert |
Subject: |
[PATCH] update-copyright: apply to self |
Date: |
Thu, 15 Jan 2015 12:57:58 -0800 |
* build-aux/update-copyright: Fix copyright date. How ironic!
---
ChangeLog | 5 +++++
build-aux/update-copyright | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e00ea17..d1e878a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-01-15 Paul Eggert <address@hidden>
+
+ update-copyright: apply to self
+ * build-aux/update-copyright: Fix copyright date. How ironic!
+
2015-01-15 Daiki Ueno <address@hidden>
libunistring: update to Unicode 7.0.0
diff --git a/build-aux/update-copyright b/build-aux/update-copyright
index 3b90d48..4eb4b93 100755
--- a/build-aux/update-copyright
+++ b/build-aux/update-copyright
@@ -3,9 +3,9 @@ eval '(exit $?0)' && eval 'exec perl -wS -0777 -pi "$0"
${1+"$@"}'
if 0;
# Update an FSF copyright year list to include the current year.
-my $VERSION = '2015-01-02.04:14'; # UTC
+my $VERSION = '2015-01-15.20:53'; # UTC
-# Copyright (C) 2009-2014 Free Software Foundation, Inc.
+# Copyright (C) 2009-2015 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
--
2.1.0
- [PATCH] update-copyright: apply to self,
Paul Eggert <=