summaryrefslogtreecommitdiff
path: root/gen-authors.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2022-02-11 11:27:20 +0100
committerPeter Simons <simons@cryp.to>2022-02-11 11:32:12 +0100
commit1fee5e236c08ccfe6fd06272f494d5c72ac60cc6 (patch)
treedddf31e4e31752c5939fc16edefcebc9f1e3d281 /gen-authors.sh
parentac921ddd7db834d9f7452c60603c99eed06f719a (diff)
downloadautoconf-archive-1fee5e236c08ccfe6fd06272f494d5c72ac60cc6.tar.gz
Update copyright headers and bump version for upcoming release.v2022.02.11
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 3d1e78a..2d6a49b 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) 2021 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'
+echo '# Copyright (c) 2022 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'