summaryrefslogtreecommitdiff
path: root/gen-authors.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-03-21 16:28:51 +0100
committerPeter Simons <simons@cryp.to>2017-03-21 16:34:57 +0100
commit1c8255fd820ec8d6d11372475bacc7b3aa0985b1 (patch)
tree060eedaa631087b4cf6db82ce51939518dab4e26 /gen-authors.sh
parent8f31e69c1b7fc79f78bf93ef10a18a53ddaeb765 (diff)
downloadautoconf-archive-1c8255fd820ec8d6d11372475bacc7b3aa0985b1.tar.gz
Update readme files for release.v2017.03.21
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 fa78a1b..b76fcb3 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) 2016 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'
+echo '# Copyright (c) 2017 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'