summaryrefslogtreecommitdiff
path: root/gen-authors.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-03-02 08:03:58 +0100
committerPeter Simons <simons@cryp.to>2010-03-02 08:03:58 +0100
commit461869604e91df9f65ee66c6147f7240984ba194 (patch)
treebd418c3ac408d4857c47e475fdda9af48788652f /gen-authors.sh
parent19dffa91a8dcef3a29ca35bdf74368d6bfe9c9c0 (diff)
downloadautoconf-archive-461869604e91df9f65ee66c6147f7240984ba194.tar.gz
Attribute administrative files to the "Autoconf Archive Maintainers"
until we've figured out a way to generate accurate copyright lines automatically from Git.
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 be861f9..5896984 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 Free Software Foundation, Inc.'
+echo '# Copyright (c) 2010 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'