X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/c3528f1e20db17b66eed5127905222a4a26a05fd..0ed0a9b7f09495394dc9b60a9f7c937679c49afe:/build-aux/update-copyright diff --git a/build-aux/update-copyright b/build-aux/update-copyright index 40f7b9817b..8c6ee1fdd3 100755 --- a/build-aux/update-copyright +++ b/build-aux/update-copyright @@ -3,7 +3,7 @@ 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-15.20:53'; # UTC +my $VERSION = '2016-01-11.22:04'; # UTC # Copyright (C) 2009-2016 Free Software Foundation, Inc. # @@ -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: