summaryrefslogtreecommitdiff
path: root/gen-authors.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-13 20:19:11 +0100
committerPeter Simons <simons@cryp.to>2018-03-13 20:21:10 +0100
commitab7d6c3b2d2021802d846191939bd0e8bad93318 (patch)
treefa835561488eb7128bd3e6daad8d879f7aef5350 /gen-authors.sh
parent06a4043bea3ff31f81529fa78e5921aeadc986b5 (diff)
downloadautoconf-archive-ab7d6c3b2d2021802d846191939bd0e8bad93318.tar.gz
Update dates and version numbers for upcoming release.v2018.03.13
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 b76fcb3..5c30de3 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) 2017 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'
+echo '# Copyright (c) 2018 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'