diff options
author | Eric Blake <ebb9@byu.net> | 2010-01-06 09:12:10 -0700 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2010-01-06 21:05:52 -0700 |
commit | 72a0a8264d1eeacfc92231e71d75d2eb7ee3e08f (patch) | |
tree | a7a20a5d2fc9ca337c58507f98bf20454d9c7e98 | |
parent | f52d939014ba482473946ca40104e1fdabda5c53 (diff) | |
download | coreutils-72a0a8264d1eeacfc92231e71d75d2eb7ee3e08f.tar.xz |
maint: apply correct license to auxiliary files
* gnulib: Update, for maint.mk improvements.
* HACKING: Use GFDL 1.3, not 1.2.
* NEWS: Likewise.
* README: Likewise.
* cfg.mk (old_NEWS_hash): Update accordingly.
* .gitignore: Ignore file created by 'make update-NEWS-hash'.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | HACKING | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | cfg.mk | 2 | ||||
m--------- | gnulib | 0 |
6 files changed, 5 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 1b9036ad3..307588384 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.I[12] *.[EIOX] +*.bak *.o */.deps *~ @@ -484,7 +484,7 @@ in your favorite web browser. Copyright (C) 2009-2010 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.2 or +under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the ``GNU Free @@ -2882,7 +2882,7 @@ packages, see ./old/*/NEWS. Copyright (C) 2001-2010 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.2 or +under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the ``GNU Free @@ -232,7 +232,7 @@ the address on the last line of --help output. Copyright (C) 1998, 2002-2010 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.2 or +under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the ``GNU Free @@ -26,7 +26,7 @@ bootstrap-tools = autoconf,automake,gnulib,bison # Now that we have better tests, make this the default. export VERBOSE = yes -old_NEWS_hash = 919fd726a332310f8448ebcddd2b10e9 +old_NEWS_hash = 67237f9a765e6e1af0cb89e428ed2663 # Ensure that the list of O_ symbols used to compute O_FULLBLOCK is complete. dd = $(srcdir)/src/dd.c diff --git a/gnulib b/gnulib -Subproject f9eed4bc005946e46ce0888ba759f06442c4754 +Subproject cb361c968d771304ab68ed5cb8016a6b0c1b8cf |