summaryrefslogtreecommitdiff
path: root/lib/update-copyright
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-03-02 18:00:46 +0100
committerMathieu Lirzin <mthl@gnu.org>2017-03-02 18:04:56 +0100
commit48107579abadbe857c8299c38d2ca0a3f8f354c8 (patch)
tree8e348e949d825a9ebfe5a6be6d22264edab5ac1b /lib/update-copyright
parentd59e69851dc7c310b4757e4485fc63f1f86b8d50 (diff)
downloadautomake-48107579abadbe857c8299c38d2ca0a3f8f354c8.tar.gz
maint: Update files from upstream with 'make fetch'.
* lib/INSTALL: Update. * lib/config.guess: Likewise. * lib/config.sub: Likewise. * lib/gendocs.sh: Likewise. * lib/gendocs_template: Likewise. * lib/gitlog-to-changelog: Likewise. * lib/gnupload: Likewise. * lib/texinfo.tex: Likewise. * lib/update-copyright: Likewise.
Diffstat (limited to 'lib/update-copyright')
-rwxr-xr-xlib/update-copyright10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/update-copyright b/lib/update-copyright
index 308fbf17f..2d20d211c 100755
--- a/lib/update-copyright
+++ b/lib/update-copyright
@@ -1,11 +1,11 @@
-eval '(exit $?0)' && eval 'exec perl -wS -0777 -pi "$0" ${1+"$@"}'
+eval '(exit $?0)' && eval 'exec perl -wS -0777 -pi "$0" "$@"'
& eval 'exec perl -wS -0777 -pi "$0" $argv:q'
if 0;
# Update an FSF copyright year list to include the current year.
-my $VERSION = '2013-01-03.09:41'; # UTC
+my $VERSION = '2016-01-12.23:13'; # UTC
-# Copyright (C) 2009-2015 Free Software Foundation, Inc.
+# Copyright (C) 2009-2017 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
@@ -124,7 +124,7 @@ use strict;
use warnings;
my $copyright_re = 'Copyright';
-my $circle_c_re = '(?:\([cC]\)|@copyright{}|&copy;)';
+my $circle_c_re = '(?:\([cC]\)|@copyright\{}|\\\\\(co|&copy;)';
my $holder = $ENV{UPDATE_COPYRIGHT_HOLDER};
$holder ||= 'Free Software Foundation, Inc.';
my $prefix_max = 5;
@@ -269,6 +269,6 @@ else
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "my $VERSION = '"
# time-stamp-format: "%:y-%02m-%02d.%02H:%02M"
-# time-stamp-time-zone: "UTC"
+# time-stamp-time-zone: "UTC0"
# time-stamp-end: "'; # UTC"
# End: