maint: don't update copyright years in bootstrap.

* .x-update-copyright: Add entry for bootstrap.
* bootstrap: Remove 2011 from copyright years.  The bootstrap
version we're currently using comes from an older version of
gnulib.
* bootstrap.conf (bootstrap_sync): Add comments explaining this
issue.
(cherry picked from commit 355bdbdc72)
This commit is contained in:
Joel E. Denny
2011-01-03 09:00:09 -05:00
parent ea0a767697
commit 17300e83f0
4 changed files with 17 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
COPYING COPYING
^bootstrap$
^doc/fdl\.texi$ ^doc/fdl\.texi$
^doc/gpl-3\.0\.texi$ ^doc/gpl-3\.0\.texi$
^doc/yacc\.1\.in$ ^doc/yacc\.1\.in$

View File

@@ -1,3 +1,13 @@
2011-01-03 Joel E. Denny <joeldenny@joeldenny.org>
maint: don't update copyright years in bootstrap.
* .x-update-copyright: Add entry for bootstrap.
* bootstrap: Remove 2011 from copyright years. The bootstrap
version we're currently using comes from an older version of
gnulib.
* bootstrap.conf (bootstrap_sync): Add comments explaining this
issue.
2011-01-02 Joel E. Denny <joeldenny@joeldenny.org> 2011-01-02 Joel E. Denny <joeldenny@joeldenny.org>
maint: run "make update-copyright". maint: run "make update-copyright".

View File

@@ -4,7 +4,7 @@ scriptversion=2010-11-20.03; # UTC
# Bootstrap this package from checked-out sources. # Bootstrap this package from checked-out sources.
# Copyright (C) 2003-2011 Free Software Foundation, Inc. # Copyright (C) 2003-2010 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@@ -66,4 +66,9 @@ bootstrap_epilogue()
touch src/parse-gram.[ch] touch src/parse-gram.[ch]
} }
# Keep our bootstrap script in sync with gnulib's. If we ever need to
# maintain our own bootstrap script again, set this to false, remove
# the bootstrap entry from the file .x-update-copyright, and add any
# needed copyright years to the copyright statement in the bootstrap
# script.
bootstrap_sync=true bootstrap_sync=true