summaryrefslogtreecommitdiff
path: root/gen-authors.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-01-06 19:17:45 +0100
committerPeter Simons <simons@cryp.to>2019-01-06 19:17:45 +0100
commit8874e22b23ddad8c01126f7a2a83344d77409fa9 (patch)
tree4b8209039c45b757be11363ed5c0b36fd7dd9b53 /gen-authors.sh
parent923f2d91a02e9950217d4cae2cd092944323e8b7 (diff)
downloadautoconf-archive-8874e22b23ddad8c01126f7a2a83344d77409fa9.tar.gz
Bump copyright headers to the year 2019.
Diffstat (limited to 'gen-authors.sh')
-rwxr-xr-xgen-authors.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen-authors.sh b/gen-authors.sh
index 5c30de3..5abe026 100755
--- a/gen-authors.sh
+++ b/gen-authors.sh
@@ -7,7 +7,7 @@ trap 'rm -f AUTHORS-m4.tmp AUTHORS-git.tmp' 0
sed -n -e 's/# *Copyright (c) [0-9,-]* *//p' m4/*.m4 >AUTHORS-m4.tmp
git log | sed -n -e 's/^Author: *//p' >AUTHORS-git.tmp
-echo '# Copyright (c) 2018 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'
+echo '# Copyright (c) 2019 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'
echo '#'
echo '# Copying and distribution of this file, with or without modification, are'
echo '# permitted in any medium without royalty provided the copyright notice and this'