summaryrefslogtreecommitdiff
path: root/gen-authors.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-01-02 12:03:09 +0100
committerPeter Simons <simons@cryp.to>2011-01-02 12:03:09 +0100
commitf905e046583abb9e739d1927f5cacfe4b189cb7d (patch)
treed86a617c8362a6389be58e3bb5d632d53e811e5c /gen-authors.sh
parent5da17fc1eedffcfadc2a7bfbb406bdc177663882 (diff)
downloadautoconf-archive-f905e046583abb9e739d1927f5cacfe4b189cb7d.tar.gz
Bumped year in copyright statements from 2010 to 2011.
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 42223ed..dbbc56d 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) 2010 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'
+echo '# Copyright (c) 2011 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'