summaryrefslogtreecommitdiff
path: root/gen-authors.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-02-27 20:41:07 +0100
committerPeter Simons <simons@cryp.to>2010-02-27 20:41:07 +0100
commit64336ccc74a48dfc4589f534b9e6647b81f8ddf4 (patch)
treedf4709d06bd59fa34f745fb40cd83077004f37ae /gen-authors.sh
parent4acb035bd0e845b98a9edb37ba146965f0ce2b0c (diff)
downloadautoconf-archive-64336ccc74a48dfc4589f534b9e6647b81f8ddf4.tar.gz
Updated documentation and infrastructure files to accommodate for the fact that
the Autoconf Archive is now an official GNU project. The main home page now resides at http://www.gnu.org/software/autoconf-archive/. The mailing lists have moved from nongnu.org to corresponding gnu.org addresses. All files have a proper copyright statement, even AUTHORS, ChangeLog, etc.
Diffstat (limited to 'gen-authors.sh')
-rwxr-xr-xgen-authors.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/gen-authors.sh b/gen-authors.sh
index 41905b7..be861f9 100755
--- a/gen-authors.sh
+++ b/gen-authors.sh
@@ -7,6 +7,13 @@ 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 Free Software Foundation, Inc.'
+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'
+echo '# notice are preserved. This file is offered as-is, without any warranty.'
+echo ''
+
cat AUTHORS-m4.tmp AUTHORS-git.tmp \
| sed -e 's/ *<.*>.*//' \
-e 's/^Bogdan$/Bogdan Drozdowski/' \