Skip to content

Commit 355bdbd

Browse files
author
Joel E. Denny
committed
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.
1 parent 575619a commit 355bdbd

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

.x-update-copyright

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
COPYING
2+
^bootstrap$
23
^doc/fdl\.texi$
34
^doc/gpl-3\.0\.texi$
45
^doc/yacc\.1\.in$

ChangeLog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2011-01-03 Joel E. Denny <[email protected]>
2+
3+
maint: don't update copyright years in bootstrap.
4+
* .x-update-copyright: Add entry for bootstrap.
5+
* bootstrap: Remove 2011 from copyright years. The bootstrap
6+
version we're currently using comes from an older version of
7+
gnulib.
8+
* bootstrap.conf (bootstrap_sync): Add comments explaining this
9+
issue.
10+
111
2011-01-02 Joel E. Denny <[email protected]>
212

313
maint: run "make update-copyright".

bootstrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ scriptversion=2010-11-20.03; # UTC
44

55
# Bootstrap this package from checked-out sources.
66

7-
# Copyright (C) 2003-2011 Free Software Foundation, Inc.
7+
# Copyright (C) 2003-2010 Free Software Foundation, Inc.
88

99
# This program is free software: you can redistribute it and/or modify
1010
# it under the terms of the GNU General Public License as published by

bootstrap.conf

+5
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,9 @@ bootstrap_epilogue()
7272
touch src/parse-gram.[ch]
7373
}
7474

75+
# Keep our bootstrap script in sync with gnulib's. If we ever need to
76+
# maintain our own bootstrap script again, set this to false, remove
77+
# the bootstrap entry from the file .x-update-copyright, and add any
78+
# needed copyright years to the copyright statement in the bootstrap
79+
# script.
7580
bootstrap_sync=true

0 commit comments

Comments
 (0)