diff options
| author | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
| commit | 699c782b7668c44d0fa4446331b0590a6d5dac82 (patch) | |
| tree | 5dcce364741d0761920a3d274b0fc8aba4103d45 /admin/notes/copyright | |
| parent | 98fb480ee31bf74cf554044f60f21df16566dd7f (diff) | |
| parent | e99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf (diff) | |
| download | emacs-pending.tar.gz emacs-pending.zip | |
Merge from trunkpending
Diffstat (limited to 'admin/notes/copyright')
| -rw-r--r-- | admin/notes/copyright | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/admin/notes/copyright b/admin/notes/copyright index 39eb003a07d..72b7d7e2d23 100644 --- a/admin/notes/copyright +++ b/admin/notes/copyright | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2007-2011 Free Software Foundation, Inc. | 1 | Copyright (C) 2007-2012 Free Software Foundation, Inc. |
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | 4 | ||
| @@ -24,9 +24,8 @@ the file. | |||
| 24 | 24 | ||
| 25 | 2. When installing code written by someone else, the ChangeLog entry | 25 | 2. When installing code written by someone else, the ChangeLog entry |
| 26 | should be in the name of the author of the code, not the person who | 26 | should be in the name of the author of the code, not the person who |
| 27 | installs it. I think it is helpful to put the author (if not yourself) | 27 | installs it. Also use bzr commit's "--author" option. |
| 28 | in the commit log as well (you can also use bzr commit's "--author" | 28 | Do not install any of your own changes in the same commit. |
| 29 | option); and to not install any of your own changes in the same commit. | ||
| 30 | 29 | ||
| 31 | 3. With images, add the legal info to a README file in the directory | 30 | 3. With images, add the legal info to a README file in the directory |
| 32 | containing the image. | 31 | containing the image. |
| @@ -143,7 +142,7 @@ m4/*.m4 | |||
| 143 | lib/Makefile.in | 142 | lib/Makefile.in |
| 144 | - copyright FSF, with MIT-like license | 143 | - copyright FSF, with MIT-like license |
| 145 | 144 | ||
| 146 | install-sh | 145 | build-aux/install-sh |
| 147 | - this file is copyright MIT, which is OK. Leave the copyright alone. | 146 | - this file is copyright MIT, which is OK. Leave the copyright alone. |
| 148 | 147 | ||
| 149 | etc/refcards/*.tex | 148 | etc/refcards/*.tex |
| @@ -545,16 +544,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: | 544 | alone (may import them from Gnulib again). These are: |
| 546 | 545 | ||
| 547 | Gnulib: | 546 | Gnulib: |
| 548 | arg-nonnull.h | 547 | build-aux/compile |
| 549 | c++defs.h | 548 | build-aux/config.guess |
| 550 | compile | 549 | build-aux/config.sub |
| 551 | config.guess | 550 | build-aux/depcomp |
| 552 | config.sub | 551 | build-aux/missing |
| 553 | depcomp | 552 | build-aux/move-if-change |
| 553 | build-aux/snippet/_Noreturn.h | ||
| 554 | build-aux/snippet/arg-nonnull.h | ||
| 555 | build-aux/snippet/c++defs.h | ||
| 556 | build-aux/snippet/warn-on-use.h | ||
| 554 | doc/man/texinfo.tex | 557 | doc/man/texinfo.tex |
| 555 | missing | ||
| 556 | move-if-change | ||
| 557 | warn-on-use.h | ||
| 558 | lib/*.[ch] | 558 | lib/*.[ch] |
| 559 | lib/gnulib.mk | 559 | lib/gnulib.mk |
| 560 | src/gmalloc.c | 560 | src/gmalloc.c |