From 64336ccc74a48dfc4589f534b9e6647b81f8ddf4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 27 Feb 2010 20:41:07 +0100 Subject: 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. --- gen-authors.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gen-authors.sh') 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/' \ -- cgit v1.2.1