diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 9 | ||||
| -rw-r--r-- | admin/notes/copyright | 21 |
2 files changed, 20 insertions, 10 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 17cbcbb3bdf..9856f38fabb 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-09-06 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Merge from gnulib (Bug#9169). | ||
| 4 | * notes/copyright: The files compile, config.guess, config.sub, | ||
| 5 | depcomp, install-sh, missing, and move-if-change are now in the | ||
| 6 | new build-aux subdirectory. The files arg-nonnull.h, c++defs.h, | ||
| 7 | and warn-on-use.h are now in build-aux/snippets. New file | ||
| 8 | build-aux/snippets/_Noreturn.h. | ||
| 9 | |||
| 1 | 2011-08-23 Eli Zaretskii <eliz@gnu.org> | 10 | 2011-08-23 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * unidata/unidata-gen.el (unidata-prop-alist): Update the default | 12 | * unidata/unidata-gen.el (unidata-prop-alist): Update the default |
diff --git a/admin/notes/copyright b/admin/notes/copyright index 39eb003a07d..f4d22f9b270 100644 --- a/admin/notes/copyright +++ b/admin/notes/copyright | |||
| @@ -143,7 +143,7 @@ m4/*.m4 | |||
| 143 | lib/Makefile.in | 143 | lib/Makefile.in |
| 144 | - copyright FSF, with MIT-like license | 144 | - copyright FSF, with MIT-like license |
| 145 | 145 | ||
| 146 | install-sh | 146 | build-aux/install-sh |
| 147 | - this file is copyright MIT, which is OK. Leave the copyright alone. | 147 | - this file is copyright MIT, which is OK. Leave the copyright alone. |
| 148 | 148 | ||
| 149 | etc/refcards/*.tex | 149 | etc/refcards/*.tex |
| @@ -545,16 +545,17 @@ of writing) GPL >= 2. rms says may as well leave the licenses of these | |||
| 545 | alone (may import them from Gnulib again). These are: | 545 | alone (may import them from Gnulib again). These are: |
| 546 | 546 | ||
| 547 | Gnulib: | 547 | Gnulib: |
| 548 | arg-nonnull.h | 548 | build-aux/compile |
| 549 | c++defs.h | 549 | build-aux/config.guess |
| 550 | compile | 550 | build-aux/config.sub |
| 551 | config.guess | 551 | build-aux/depcomp |
| 552 | config.sub | 552 | build-aux/missing |
| 553 | depcomp | 553 | build-aux/move-if-change |
| 554 | build-aux/snippet/_Noreturn.h | ||
| 555 | build-aux/snippet/arg-nonnull.h | ||
| 556 | build-aux/snippet/c++defs.h | ||
| 557 | build-aux/snippet/warn-on-use.h | ||
| 554 | doc/man/texinfo.tex | 558 | doc/man/texinfo.tex |
| 555 | missing | ||
| 556 | move-if-change | ||
| 557 | warn-on-use.h | ||
| 558 | lib/*.[ch] | 559 | lib/*.[ch] |
| 559 | lib/gnulib.mk | 560 | lib/gnulib.mk |
| 560 | src/gmalloc.c | 561 | src/gmalloc.c |