From 8582958a348bf7f42a283213e8b300f07f7f2e44 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 15 Jan 2015 12:57:10 -0800 Subject: [PATCH] update-copyright: apply to self * 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 e00ea1720a..d1e878abb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-01-15 Paul Eggert + + update-copyright: apply to self + * build-aux/update-copyright: Fix copyright date. How ironic! + 2015-01-15 Daiki Ueno libunistring: update to Unicode 7.0.0 diff --git a/build-aux/update-copyright b/build-aux/update-copyright index 3b90d48132..4eb4b93ea6 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.39.5