summaryrefslogtreecommitdiff
path: root/.x-update-copyright
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2015-01-01 19:56:25 +0100
committerBernhard Voelker <mail@bernhard-voelker.de>2015-01-01 19:56:25 +0100
commit7f235156bcf644c4cccc5670f0468d89c64b822d (patch)
tree011f8f651ae3d7f88cc6fe53a7607ff9f8c0299a /.x-update-copyright
parent272aa7cad6c1cf940e17b29c46ee9ff363cb9664 (diff)
downloadcoreutils-7f235156bcf644c4cccc5670f0468d89c64b822d.tar.xz
maint: update further copyright year number ranges
* bootstrap: Update copyright year manually (missing in previous gnulib update). * tests/init.sh: Likewise. The entries in the exemption list are processed by "grep -vEf ./.x-update-copyright", and therefore evaluated as an extended regular expression (ERE). Thus, the "bootstrap" entry also matched for bootstrap.conf which we want to be updated. * .x-update-copyright: Change all entries to EREs, i.e. including the caret ^ and dollar sign $ meta-characters matching the beginning and the end of a line. * bootstrap.conf: Update copyright year by "make update-copyright". Finally, the only one showing up with the following command should be the COPYING file: $ git grep 'Copyright .* Free Software' | grep -v '2015 Free Software'
Diffstat (limited to '.x-update-copyright')
-rw-r--r--.x-update-copyright8
1 files changed, 4 insertions, 4 deletions
diff --git a/.x-update-copyright b/.x-update-copyright
index 725ac759b..9b83e1cc3 100644
--- a/.x-update-copyright
+++ b/.x-update-copyright
@@ -1,4 +1,4 @@
-COPYING
-bootstrap
-man/help2man
-tests/init\.sh
+^COPYING$
+^bootstrap$
+^man/help2man$
+^tests/init\.sh$