]> git.saurik.com Git - bison.git/commitdiff
maint: don't update copyright years in bootstrap.
authorJoel E. Denny <joeldenny@joeldenny.org>
Mon, 3 Jan 2011 14:00:09 +0000 (09:00 -0500)
committerJoel E. Denny <joeldenny@joeldenny.org>
Mon, 3 Jan 2011 14:03:02 +0000 (09:03 -0500)
* .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.

.x-update-copyright
ChangeLog
bootstrap
bootstrap.conf

index 58e51a692c29ed28b0064ad0bf524740bf2218a2..14487e12e735e33bdac81bb519bbf78fb8966896 100644 (file)
@@ -1,4 +1,5 @@
 COPYING
+^bootstrap$
 ^doc/fdl\.texi$
 ^doc/gpl-3\.0\.texi$
 ^doc/yacc\.1\.in$
index 7de49c85cb75dc8e2750657486b428e67b017ba2..72605b2f07987ad904ec80a5d1d2edaedd219f77 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        maint: run "make update-copyright".
index ecf2517840c122526c967f0c576cd7ececf23ae4..dcd4773973dc0ba4b1230ccda1a101eca680243c 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -4,7 +4,7 @@ scriptversion=2010-11-20.03; # UTC
 
 # 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
 # it under the terms of the GNU General Public License as published by
index b7558e36cff9c771746b4aba2e62c091cf5b391a..5a12b69559bf31c0bb3939a0651d2988613786e1 100644 (file)
@@ -72,4 +72,9 @@ bootstrap_epilogue()
   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