diff options
| author | Glenn Morris | 2008-05-09 23:19:13 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-05-09 23:19:13 +0000 |
| commit | 294981c77cdd1e66ff5d3d5a4a23e03951d36013 (patch) | |
| tree | af8a6716b05dce398feec3b77b8a26577c970e56 /lib-src | |
| parent | 71e1f69d929e32425c732e8734ce9c943d8d179d (diff) | |
| download | emacs-294981c77cdd1e66ff5d3d5a4a23e03951d36013.tar.gz emacs-294981c77cdd1e66ff5d3d5a4a23e03951d36013.zip | |
Switch to recommended form of GPLv3 permissions notice.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 14 | ||||
| -rw-r--r-- | lib-src/Makefile.in | 11 | ||||
| -rw-r--r-- | lib-src/b2m.pl | 21 | ||||
| -rw-r--r-- | lib-src/cvtmail.c | 11 | ||||
| -rw-r--r-- | lib-src/digest-doc.c | 33 | ||||
| -rw-r--r-- | lib-src/ebrowse.c | 39 | ||||
| -rw-r--r-- | lib-src/emacsclient.c | 10 | ||||
| -rw-r--r-- | lib-src/etags.c | 10 | ||||
| -rw-r--r-- | lib-src/fakemail.c | 11 | ||||
| -rwxr-xr-x | lib-src/grep-changelog | 16 | ||||
| -rw-r--r-- | lib-src/hexl.c | 15 | ||||
| -rw-r--r-- | lib-src/make-docfile.c | 11 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 38 | ||||
| -rw-r--r-- | lib-src/movemail.c | 11 | ||||
| -rw-r--r-- | lib-src/ntlib.c | 15 | ||||
| -rw-r--r-- | lib-src/ntlib.h | 29 | ||||
| -rw-r--r-- | lib-src/pop.c | 14 | ||||
| -rw-r--r-- | lib-src/pop.h | 18 | ||||
| -rw-r--r-- | lib-src/profile.c | 16 | ||||
| -rwxr-xr-x | lib-src/rcs-checkin | 23 | ||||
| -rwxr-xr-x | lib-src/rcs2log | 49 | ||||
| -rw-r--r-- | lib-src/sorted-doc.c | 31 | ||||
| -rw-r--r-- | lib-src/test-distrib.c | 29 | ||||
| -rw-r--r-- | lib-src/update-game-score.c | 20 | ||||
| -rwxr-xr-x | lib-src/vcdiff | 24 |
25 files changed, 245 insertions, 274 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index d0441496474..2dd6fb6bfa8 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -6575,15 +6575,15 @@ | |||
| 6575 | ;; End: | 6575 | ;; End: |
| 6576 | 6576 | ||
| 6577 | Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, | 6577 | Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, |
| 6578 | 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, | 6578 | 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, |
| 6579 | 2006, 2007, 2008 Free Software Foundation, Inc. | 6579 | 2007, 2008 Free Software Foundation, Inc. |
| 6580 | 6580 | ||
| 6581 | This file is part of GNU Emacs. | 6581 | This file is part of GNU Emacs. |
| 6582 | 6582 | ||
| 6583 | GNU Emacs is free software; you can redistribute it and/or modify | 6583 | GNU Emacs is free software: you can redistribute it and/or modify |
| 6584 | it under the terms of the GNU General Public License as published by | 6584 | it under the terms of the GNU General Public License as published by |
| 6585 | the Free Software Foundation; either version 3, or (at your option) | 6585 | the Free Software Foundation, either version 3 of the License, or |
| 6586 | any later version. | 6586 | (at your option) any later version. |
| 6587 | 6587 | ||
| 6588 | GNU Emacs is distributed in the hope that it will be useful, | 6588 | GNU Emacs is distributed in the hope that it will be useful, |
| 6589 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 6589 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -6591,8 +6591,6 @@ | |||
| 6591 | GNU General Public License for more details. | 6591 | GNU General Public License for more details. |
| 6592 | 6592 | ||
| 6593 | You should have received a copy of the GNU General Public License | 6593 | You should have received a copy of the GNU General Public License |
| 6594 | along with GNU Emacs; see the file COPYING. If not, write to the | 6594 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 6595 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 6596 | Boston, MA 02110-1301, USA. | ||
| 6597 | 6595 | ||
| 6598 | ;;; arch-tag: 2d979296-954c-448e-95c1-b46d134513dc | 6596 | ;;; arch-tag: 2d979296-954c-448e-95c1-b46d134513dc |
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 35275d9a764..08e83126b73 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | # GNU Emacs is free software; you can redistribute it and/or modify | 7 | # GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | # it under the terms of the GNU General Public License as published by | 8 | # it under the terms of the GNU General Public License as published by |
| 9 | # the Free Software Foundation; either version 3, or (at your option) | 9 | # the Free Software Foundation, either version 3 of the License, or |
| 10 | # any later version. | 10 | # (at your option) any later version. |
| 11 | 11 | ||
| 12 | # GNU Emacs is distributed in the hope that it will be useful, | 12 | # GNU Emacs is distributed in the hope that it will be useful, |
| 13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,8 @@ | |||
| 15 | # GNU General Public License for more details. | 15 | # GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | # You should have received a copy of the GNU General Public License | 17 | # You should have received a copy of the GNU General Public License |
| 18 | # along with GNU Emacs; see the file COPYING. If not, write to | 18 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 19 | # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 19 | |
| 20 | # Boston, MA 02110-1301, USA. | ||
| 21 | 20 | ||
| 22 | # Avoid trouble on systems where the `SHELL' variable might be | 21 | # Avoid trouble on systems where the `SHELL' variable might be |
| 23 | # inherited from the environment. | 22 | # inherited from the environment. |
diff --git a/lib-src/b2m.pl b/lib-src/b2m.pl index d0c34b69a7c..5fc76d26720 100644 --- a/lib-src/b2m.pl +++ b/lib-src/b2m.pl | |||
| @@ -5,22 +5,21 @@ | |||
| 5 | # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 | 5 | # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 6 | # Free Software Foundation, Inc. | 6 | # Free Software Foundation, Inc. |
| 7 | 7 | ||
| 8 | # This program is free software; you can redistribute it and/or modify | 8 | # Maintainer: Jonathan Kamens <jik@kamens.brookline.ma.us> |
| 9 | |||
| 10 | # This program is free software: you can redistribute it and/or modify | ||
| 9 | # it under the terms of the GNU General Public License as published by | 11 | # it under the terms of the GNU General Public License as published by |
| 10 | # the Free Software Foundation; either version 3, or (at your option) | 12 | # the Free Software Foundation, either version 3 of the License, or |
| 11 | # any later version. | 13 | # (at your option) any later version. |
| 12 | 14 | ||
| 13 | # This program is distributed in the hope that it will be useful, but | 15 | # This program is distributed in the hope that it will be useful, |
| 14 | # WITHOUT ANY WARRANTY; without even the implied warranty of | 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | # General Public License for more details. | 18 | # GNU General Public License for more details. |
| 17 | 19 | ||
| 18 | # You should have received a copy of the GNU General Public License | 20 | # You should have received a copy of the GNU General Public License |
| 19 | # along with this program; see the file COPYING. If not, write to the | 21 | # along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 20 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 21 | # Boston, MA 02110-1301 USA. | ||
| 22 | 22 | ||
| 23 | # Maintained by Jonathan Kamens <jik@kamens.brookline.ma.us>. | ||
| 24 | 23 | ||
| 25 | # Requires CPAN modules: MailTools (for Mail::Address), TimeDate (for | 24 | # Requires CPAN modules: MailTools (for Mail::Address), TimeDate (for |
| 26 | # Date::Parse). | 25 | # Date::Parse). |
diff --git a/lib-src/cvtmail.c b/lib-src/cvtmail.c index 52ead298958..0d436efd234 100644 --- a/lib-src/cvtmail.c +++ b/lib-src/cvtmail.c | |||
| @@ -3,10 +3,10 @@ | |||
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| 6 | GNU Emacs is free software; you can redistribute it and/or modify | 6 | GNU Emacs is free software: you can redistribute it and/or modify |
| 7 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |
| 8 | the Free Software Foundation; either version 3, or (at your option) | 8 | the Free Software Foundation, either version 3 of the License, or |
| 9 | any later version. | 9 | (at your option) any later version. |
| 10 | 10 | ||
| 11 | GNU Emacs is distributed in the hope that it will be useful, | 11 | GNU Emacs is distributed in the hope that it will be useful, |
| 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -14,9 +14,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 18 | |
| 19 | Boston, MA 02110-1301, USA. */ | ||
| 20 | 19 | ||
| 21 | /* cvtmail: | 20 | /* cvtmail: |
| 22 | * Program to convert oldstyle goslings emacs mail directories into | 21 | * Program to convert oldstyle goslings emacs mail directories into |
diff --git a/lib-src/digest-doc.c b/lib-src/digest-doc.c index ec6e4372ed0..1cf623c8d46 100644 --- a/lib-src/digest-doc.c +++ b/lib-src/digest-doc.c | |||
| @@ -1,28 +1,27 @@ | |||
| 1 | /* Give this program DOC-mm.nn.oo as standard input and it outputs to | 1 | /* Give this program DOC-mm.nn.oo as standard input and it outputs to |
| 2 | standard output a file of nroff output containing the doc strings. | 2 | standard output a file of nroff output containing the doc strings. |
| 3 | 3 | ||
| 4 | Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 5 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 5 | 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 8 | 8 | ||
| 9 | GNU Emacs is free software; you can redistribute it and/or modify | 9 | GNU Emacs is free software: you can redistribute it and/or modify |
| 10 | it under the terms of the GNU General Public License as published by | 10 | it under the terms of the GNU General Public License as published by |
| 11 | the Free Software Foundation; either version 3, or (at your option) | 11 | the Free Software Foundation, either version 3 of the License, or |
| 12 | any later version. | 12 | (at your option) any later version. |
| 13 | 13 | ||
| 14 | GNU Emacs is distributed in the hope that it will be useful, | 14 | GNU Emacs is distributed in the hope that it will be useful, |
| 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 17 | GNU General Public License for more details. | 17 | GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | You should have received a copy of the GNU General Public License | 19 | You should have received a copy of the GNU General Public License |
| 20 | along with GNU Emacs; see the file COPYING. If not, write to the | 20 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 21 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 22 | Boston, MA 02110-1301, USA. | ||
| 23 | 21 | ||
| 24 | See also sorted-doc.c, which produces similar output | 22 | |
| 25 | but in texinfo format and sorted by function/variable name. */ | 23 | See also sorted-doc.c, which produces similar output |
| 24 | but in texinfo format and sorted by function/variable name. */ | ||
| 26 | 25 | ||
| 27 | #include <stdio.h> | 26 | #include <stdio.h> |
| 28 | 27 | ||
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index 2946dd3feba..3cc85a75640 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c | |||
| @@ -1,25 +1,24 @@ | |||
| 1 | /* ebrowse.c --- parsing files for the ebrowse C++ browser | 1 | /* ebrowse.c --- parsing files for the ebrowse C++ browser |
| 2 | 2 | ||
| 3 | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, | 3 | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
| 4 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 | 4 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | Free Software Foundation, Inc. | 5 | Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 8 | 8 | ||
| 9 | GNU Emacs is free software; you can redistribute it and/or modify | 9 | GNU Emacs is free software: you can redistribute it and/or modify |
| 10 | it under the terms of the GNU General Public License as published by | 10 | it under the terms of the GNU General Public License as published by |
| 11 | the Free Software Foundation; either version 3, or (at your option) | 11 | the Free Software Foundation, either version 3 of the License, or |
| 12 | any later version. | 12 | (at your option) any later version. |
| 13 | 13 | ||
| 14 | GNU Emacs is distributed in the hope that it will be useful, | 14 | GNU Emacs is distributed in the hope that it will be useful, |
| 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 17 | GNU General Public License for more details. | 17 | GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | You should have received a copy of the GNU General Public License | 19 | You should have received a copy of the GNU General Public License |
| 20 | along with GNU Emacs; see the file COPYING. If not, write to the | 20 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 21 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 21 | |
| 22 | Boston, MA 02110-1301, USA. */ | ||
| 23 | 22 | ||
| 24 | #ifdef HAVE_CONFIG_H | 23 | #ifdef HAVE_CONFIG_H |
| 25 | #include <config.h> | 24 | #include <config.h> |
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index f505fe58f18..ef146699781 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | 20 | ||
| 23 | #ifdef HAVE_CONFIG_H | 21 | #ifdef HAVE_CONFIG_H |
diff --git a/lib-src/etags.c b/lib-src/etags.c index 2fe0c6314fd..d18ee6c9f92 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -34,10 +34,10 @@ Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, 1998, 1999, | |||
| 34 | 34 | ||
| 35 | This file is not considered part of GNU Emacs. | 35 | This file is not considered part of GNU Emacs. |
| 36 | 36 | ||
| 37 | This program is free software; you can redistribute it and/or modify | 37 | This program is free software: you can redistribute it and/or modify |
| 38 | it under the terms of the GNU General Public License as published by | 38 | it under the terms of the GNU General Public License as published by |
| 39 | the Free Software Foundation; either version 3, or (at your option) | 39 | the Free Software Foundation, either version 3 of the License, or |
| 40 | any later version. | 40 | (at your option) any later version. |
| 41 | 41 | ||
| 42 | This program is distributed in the hope that it will be useful, | 42 | This program is distributed in the hope that it will be useful, |
| 43 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 43 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -45,9 +45,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 45 | GNU General Public License for more details. | 45 | GNU General Public License for more details. |
| 46 | 46 | ||
| 47 | You should have received a copy of the GNU General Public License | 47 | You should have received a copy of the GNU General Public License |
| 48 | along with this program; see the file COPYING. If not, write to the | 48 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
| 49 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 50 | Boston, MA 02110-1301, USA. */ | ||
| 51 | 49 | ||
| 52 | 50 | ||
| 53 | /* NB To comply with the above BSD license, copyright information is | 51 | /* NB To comply with the above BSD license, copyright information is |
diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c index 993f90f3e86..ead5ac61854 100644 --- a/lib-src/fakemail.c +++ b/lib-src/fakemail.c | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 19 | |
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 20 | ||
| 22 | #define _XOPEN_SOURCE 500 /* for cuserid */ | 21 | #define _XOPEN_SOURCE 500 /* for cuserid */ |
| 23 | 22 | ||
diff --git a/lib-src/grep-changelog b/lib-src/grep-changelog index c4de805db05..3902d261794 100755 --- a/lib-src/grep-changelog +++ b/lib-src/grep-changelog | |||
| @@ -4,21 +4,19 @@ | |||
| 4 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 4 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | # | 5 | # |
| 6 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
| 7 | # | 7 | |
| 8 | # GNU Emacs is free software; you can redistribute it and/or modify | 8 | # GNU Emacs is free software: you can redistribute it and/or modify |
| 9 | # it under the terms of the GNU General Public License as published by | 9 | # it under the terms of the GNU General Public License as published by |
| 10 | # the Free Software Foundation; either version 3, or (at your option) | 10 | # the Free Software Foundation, either version 3 of the License, or |
| 11 | # any later version. | 11 | # (at your option) any later version. |
| 12 | # | 12 | |
| 13 | # GNU Emacs is distributed in the hope that it will be useful, | 13 | # GNU Emacs is distributed in the hope that it will be useful, |
| 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | # GNU General Public License for more details. | 16 | # GNU General Public License for more details. |
| 17 | # | 17 | |
| 18 | # You should have received a copy of the GNU General Public License | 18 | # You should have received a copy of the GNU General Public License |
| 19 | # along with GNU Emacs; see the file COPYING. If not, write to the | 19 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 20 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 21 | # Boston, MA 02110-1301, USA. | ||
| 22 | 20 | ||
| 23 | 21 | ||
| 24 | # Extract entries from ChangeLogs matching specified criteria. | 22 | # Extract entries from ChangeLogs matching specified criteria. |
diff --git a/lib-src/hexl.c b/lib-src/hexl.c index 95a7f82e1c4..1fae8aa548c 100644 --- a/lib-src/hexl.c +++ b/lib-src/hexl.c | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | /* Convert files for Emacs Hexl mode. | 1 | /* Convert files for Emacs Hexl mode. |
| 2 | Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2006, 2007, 2008 Free Software Foundation, Inc. | 3 | 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is not considered part of GNU Emacs. | 5 | This file is not considered part of GNU Emacs. |
| 6 | 6 | ||
| 7 | This program is free software; you can redistribute it and/or modify | 7 | This program is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | This program is distributed in the hope that it will be useful, | 12 | This program is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with this program; see the file COPYING. If not, write to the | 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 19 | |
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 20 | ||
| 22 | #ifdef HAVE_CONFIG_H | 21 | #ifdef HAVE_CONFIG_H |
| 23 | #include <config.h> | 22 | #include <config.h> |
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index 1f5dff29fb4..72f6ddfd045 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c | |||
| @@ -5,10 +5,10 @@ | |||
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
| 8 | GNU Emacs is free software; you can redistribute it and/or modify | 8 | GNU Emacs is free software: you can redistribute it and/or modify |
| 9 | it under the terms of the GNU General Public License as published by | 9 | it under the terms of the GNU General Public License as published by |
| 10 | the Free Software Foundation; either version 3, or (at your option) | 10 | the Free Software Foundation, either version 3 of the License, or |
| 11 | any later version. | 11 | (at your option) any later version. |
| 12 | 12 | ||
| 13 | GNU Emacs is distributed in the hope that it will be useful, | 13 | GNU Emacs is distributed in the hope that it will be useful, |
| 14 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 14 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -16,9 +16,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 16 | GNU General Public License for more details. | 16 | GNU General Public License for more details. |
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 20 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 20 | |
| 21 | Boston, MA 02110-1301, USA. */ | ||
| 22 | 21 | ||
| 23 | /* The arguments given to this program are all the C and Lisp source files | 22 | /* The arguments given to this program are all the C and Lisp source files |
| 24 | of GNU Emacs. .elc and .el and .c files are allowed. | 23 | of GNU Emacs. .elc and .el and .c files are allowed. |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 8a168b3842e..d33285d342a 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -1,24 +1,22 @@ | |||
| 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. | 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. |
| 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, | 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 3 | # 2008 Free Software Foundation, Inc. |
| 4 | # | 4 | |
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | # | 6 | |
| 7 | # GNU Emacs is free software; you can redistribute it and/or modify | 7 | # GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | # it under the terms of the GNU General Public License as published by | 8 | # it under the terms of the GNU General Public License as published by |
| 9 | # the Free Software Foundation; either version 3, or (at your option) | 9 | # the Free Software Foundation, either version 3 of the License, or |
| 10 | # any later version. | 10 | # (at your option) any later version. |
| 11 | # | 11 | |
| 12 | # GNU Emacs is distributed in the hope that it will be useful, | 12 | # GNU Emacs is distributed in the hope that it will be useful, |
| 13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | # GNU General Public License for more details. | 15 | # GNU General Public License for more details. |
| 16 | # | 16 | |
| 17 | # You should have received a copy of the GNU General Public License | 17 | # You should have received a copy of the GNU General Public License |
| 18 | # along with GNU Emacs; see the file COPYING. If not, write to the | 18 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 19 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 19 | |
| 20 | # Boston, MA 02110-1301, USA. | ||
| 21 | # | ||
| 22 | 20 | ||
| 23 | ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacsclient | 21 | ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacsclient |
| 24 | 22 | ||
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index cc4d0dbf6c7..6d6a8b51882 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c | |||
| @@ -5,10 +5,10 @@ | |||
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
| 8 | GNU Emacs is free software; you can redistribute it and/or modify | 8 | GNU Emacs is free software: you can redistribute it and/or modify |
| 9 | it under the terms of the GNU General Public License as published by | 9 | it under the terms of the GNU General Public License as published by |
| 10 | the Free Software Foundation; either version 3, or (at your option) | 10 | the Free Software Foundation, either version 3 of the License, or |
| 11 | any later version. | 11 | (at your option) any later version. |
| 12 | 12 | ||
| 13 | GNU Emacs is distributed in the hope that it will be useful, | 13 | GNU Emacs is distributed in the hope that it will be useful, |
| 14 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 14 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -16,9 +16,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 16 | GNU General Public License for more details. | 16 | GNU General Public License for more details. |
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 20 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 20 | |
| 21 | Boston, MA 02110-1301, USA. */ | ||
| 22 | 21 | ||
| 23 | /* Important notice: defining MAIL_USE_FLOCK or MAIL_USE_LOCKF *will | 22 | /* Important notice: defining MAIL_USE_FLOCK or MAIL_USE_LOCKF *will |
| 24 | cause loss of mail* if you do it on a system that does not normally | 23 | cause loss of mail* if you do it on a system that does not normally |
diff --git a/lib-src/ntlib.c b/lib-src/ntlib.c index 4cfb7ad0625..5fda1f3da72 100644 --- a/lib-src/ntlib.c +++ b/lib-src/ntlib.c | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | /* Utility and Unix shadow routines for GNU Emacs support programs on NT. | 1 | /* Utility and Unix shadow routines for GNU Emacs support programs on NT. |
| 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2006, 2007, 2008 Free Software Foundation, Inc. | 3 | 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 19 | |
| 20 | Boston, MA 02110-1301, USA. | ||
| 21 | 20 | ||
| 22 | Geoff Voelker (voelker@cs.washington.edu) 10-8-94 | 21 | Geoff Voelker (voelker@cs.washington.edu) 10-8-94 |
| 23 | */ | 22 | */ |
diff --git a/lib-src/ntlib.h b/lib-src/ntlib.h index 8266b6f3a62..ba515b9f4cb 100644 --- a/lib-src/ntlib.h +++ b/lib-src/ntlib.h | |||
| @@ -1,25 +1,22 @@ | |||
| 1 | /* Utility and Unix shadow routines for GNU Emacs support programs on NT. | 1 | /* Utility and Unix shadow routines for GNU Emacs support programs on NT. |
| 2 | Copyright (C) 1994, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1994, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2006, 2007, 2008 Free Software Foundation, Inc. | 3 | 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify it | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | under the terms of the GNU General Public License as published by the | 8 | it under the terms of the GNU General Public License as published by |
| 9 | Free Software Foundation; either version 3, or (at your option) any later | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, but WITHOUT | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to the | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. | ||
| 21 | 19 | ||
| 22 | */ | ||
| 23 | 20 | ||
| 24 | #include <pwd.h> | 21 | #include <pwd.h> |
| 25 | #include <malloc.h> | 22 | #include <malloc.h> |
diff --git a/lib-src/pop.c b/lib-src/pop.c index 140eeea056e..96be6afaa2c 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c | |||
| @@ -1,14 +1,15 @@ | |||
| 1 | /* pop.c: client routines for talking to a POP3-protocol post-office server | 1 | /* pop.c: client routines for talking to a POP3-protocol post-office server |
| 2 | Copyright (C) 1991, 1993, 1996, 1997, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1991, 1993, 1996, 1997, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | Written by Jonathan Kamens, jik@security.ov.com. | 4 | |
| 5 | Author: Jonathan Kamens <jik@security.ov.com> | ||
| 5 | 6 | ||
| 6 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 7 | 8 | ||
| 8 | GNU Emacs is free software; you can redistribute it and/or modify | 9 | GNU Emacs is free software: you can redistribute it and/or modify |
| 9 | it under the terms of the GNU General Public License as published by | 10 | it under the terms of the GNU General Public License as published by |
| 10 | the Free Software Foundation; either version 3, or (at your option) | 11 | the Free Software Foundation, either version 3 of the License, or |
| 11 | any later version. | 12 | (at your option) any later version. |
| 12 | 13 | ||
| 13 | GNU Emacs is distributed in the hope that it will be useful, | 14 | GNU Emacs is distributed in the hope that it will be useful, |
| 14 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -16,9 +17,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 16 | GNU General Public License for more details. | 17 | GNU General Public License for more details. |
| 17 | 18 | ||
| 18 | You should have received a copy of the GNU General Public License | 19 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 20 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 20 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 21 | |
| 21 | Boston, MA 02110-1301, USA. */ | ||
| 22 | 22 | ||
| 23 | #ifdef HAVE_CONFIG_H | 23 | #ifdef HAVE_CONFIG_H |
| 24 | #include <config.h> | 24 | #include <config.h> |
diff --git a/lib-src/pop.h b/lib-src/pop.h index 24f9159261d..82b407e61b8 100644 --- a/lib-src/pop.h +++ b/lib-src/pop.h | |||
| @@ -1,14 +1,15 @@ | |||
| 1 | /* pop.h: Header file for the "pop.c" client POP3 protocol. | 1 | /* pop.h: Header file for the "pop.c" client POP3 protocol. |
| 2 | Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 3 | 2008 Free Software Foundation, Inc. |
| 4 | Written by Jonathan Kamens, jik@security.ov.com. | 4 | |
| 5 | Author: Jonathan Kamens <jik@security.ov.com> | ||
| 5 | 6 | ||
| 6 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 7 | 8 | ||
| 8 | GNU Emacs is free software; you can redistribute it and/or modify | 9 | GNU Emacs is free software: you can redistribute it and/or modify |
| 9 | it under the terms of the GNU General Public License as published by | 10 | it under the terms of the GNU General Public License as published by |
| 10 | the Free Software Foundation; either version 3, or (at your option) | 11 | the Free Software Foundation, either version 3 of the License, or |
| 11 | any later version. | 12 | (at your option) any later version. |
| 12 | 13 | ||
| 13 | GNU Emacs is distributed in the hope that it will be useful, | 14 | GNU Emacs is distributed in the hope that it will be useful, |
| 14 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -16,9 +17,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 16 | GNU General Public License for more details. | 17 | GNU General Public License for more details. |
| 17 | 18 | ||
| 18 | You should have received a copy of the GNU General Public License | 19 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 20 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 20 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 21 | |
| 21 | Boston, MA 02110-1301, USA. */ | ||
| 22 | 22 | ||
| 23 | #include <stdio.h> | 23 | #include <stdio.h> |
| 24 | 24 | ||
diff --git a/lib-src/profile.c b/lib-src/profile.c index ffcf9e2cff3..3888529631c 100644 --- a/lib-src/profile.c +++ b/lib-src/profile.c | |||
| @@ -1,15 +1,15 @@ | |||
| 1 | /* profile.c --- generate periodic events for profiling of Emacs Lisp code. | 1 | /* profile.c --- generate periodic events for profiling of Emacs Lisp code. |
| 2 | Copyright (C) 1992, 1994, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1992, 1994, 1999, 2001, 2002, 2003, 2004, 2005, 2006, |
| 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 3 | 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> | 5 | Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 8 | 8 | ||
| 9 | GNU Emacs is free software; you can redistribute it and/or modify | 9 | GNU Emacs is free software: you can redistribute it and/or modify |
| 10 | it under the terms of the GNU General Public License as published by | 10 | it under the terms of the GNU General Public License as published by |
| 11 | the Free Software Foundation; either version 3, or (at your option) | 11 | the Free Software Foundation, either version 3 of the License, or |
| 12 | any later version. | 12 | (at your option) any later version. |
| 13 | 13 | ||
| 14 | GNU Emacs is distributed in the hope that it will be useful, | 14 | GNU Emacs is distributed in the hope that it will be useful, |
| 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -17,9 +17,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 17 | GNU General Public License for more details. | 17 | GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | You should have received a copy of the GNU General Public License | 19 | You should have received a copy of the GNU General Public License |
| 20 | along with GNU Emacs; see the file COPYING. If not, write to | 20 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 21 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 22 | Boston, MA 02110-1301, USA. */ | ||
| 23 | 21 | ||
| 24 | 22 | ||
| 25 | /** | 23 | /** |
diff --git a/lib-src/rcs-checkin b/lib-src/rcs-checkin index 958b371b24c..c7dcf047585 100755 --- a/lib-src/rcs-checkin +++ b/lib-src/rcs-checkin | |||
| @@ -2,25 +2,24 @@ | |||
| 2 | 2 | ||
| 3 | # This script accepts any number of file arguments and checks them into RCS. | 3 | # This script accepts any number of file arguments and checks them into RCS. |
| 4 | 4 | ||
| 5 | # Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, | 5 | # Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, |
| 6 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 6 | # 2007, 2008 Free Software Foundation, Inc. |
| 7 | # | 7 | |
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 9 | # | 9 | |
| 10 | # GNU Emacs is free software; you can redistribute it and/or modify | 10 | # GNU Emacs is free software: you can redistribute it and/or modify |
| 11 | # it under the terms of the GNU General Public License as published by | 11 | # it under the terms of the GNU General Public License as published by |
| 12 | # the Free Software Foundation; either version 3, or (at your option) | 12 | # the Free Software Foundation, either version 3 of the License, or |
| 13 | # any later version. | 13 | # (at your option) any later version. |
| 14 | # | 14 | |
| 15 | # GNU Emacs is distributed in the hope that it will be useful, | 15 | # GNU Emacs is distributed in the hope that it will be useful, |
| 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 18 | # GNU General Public License for more details. | 18 | # GNU General Public License for more details. |
| 19 | # | 19 | |
| 20 | # You should have received a copy of the GNU General Public License | 20 | # You should have received a copy of the GNU General Public License |
| 21 | # along with GNU Emacs; see the file COPYING. If not, write to the | 21 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 22 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 22 | |
| 23 | # Boston, MA 02110-1301, USA. | ||
| 24 | 23 | ||
| 25 | # Arguments which are detectably either RCS masters (with names ending in ,v) | 24 | # Arguments which are detectably either RCS masters (with names ending in ,v) |
| 26 | # or Emacs version files (with names of the form foo.~<number>~) are ignored. | 25 | # or Emacs version files (with names of the form foo.~<number>~) are ignored. |
diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 43fa9d555c3..72818ecb0c7 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log | |||
| @@ -2,6 +2,30 @@ | |||
| 2 | 2 | ||
| 3 | # RCS to ChangeLog generator | 3 | # RCS to ChangeLog generator |
| 4 | 4 | ||
| 5 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, | ||
| 6 | # 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 7 | |||
| 8 | # This program is free software: you can redistribute it and/or modify | ||
| 9 | # it under the terms of the GNU General Public License as published by | ||
| 10 | # the Free Software Foundation, either version 3 of the License, or | ||
| 11 | # (at your option) any later version. | ||
| 12 | |||
| 13 | # This program is distributed in the hope that it will be useful, | ||
| 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 16 | # GNU General Public License for more details. | ||
| 17 | |||
| 18 | # You should have received a copy of the GNU General Public License | ||
| 19 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 20 | |||
| 21 | |||
| 22 | Copyright='Copyright (C) 2008 Free Software Foundation, Inc. | ||
| 23 | This program comes with NO WARRANTY, to the extent permitted by law. | ||
| 24 | You may redistribute copies of this program | ||
| 25 | under the terms of the GNU General Public License. | ||
| 26 | For more information about these matters, see the files named COPYING. | ||
| 27 | Author: Paul Eggert <eggert@twinsun.com>' | ||
| 28 | |||
| 5 | Help=' | 29 | Help=' |
| 6 | Generate ChangeLog entries from RCS files (perhaps in a CVS repository) | 30 | Generate ChangeLog entries from RCS files (perhaps in a CVS repository) |
| 7 | and the ChangeLog file (if any). An RCS file typically has a name | 31 | and the ChangeLog file (if any). An RCS file typically has a name |
| @@ -54,31 +78,6 @@ Report bugs to <bug-gnu-emacs@gnu.org>.' | |||
| 54 | 78 | ||
| 55 | Id='$Id$' | 79 | Id='$Id$' |
| 56 | 80 | ||
| 57 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, | ||
| 58 | # 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 59 | |||
| 60 | # This program is free software; you can redistribute it and/or modify | ||
| 61 | # it under the terms of the GNU General Public License as published by | ||
| 62 | # the Free Software Foundation; either version 3, or (at your option) | ||
| 63 | # any later version. | ||
| 64 | # | ||
| 65 | # This program is distributed in the hope that it will be useful, | ||
| 66 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 67 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 68 | # GNU General Public License for more details. | ||
| 69 | # | ||
| 70 | # You should have received a copy of the GNU General Public License | ||
| 71 | # along with this program; see the file COPYING. If not, write to the | ||
| 72 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 73 | # Boston, MA 02110-1301, USA. | ||
| 74 | |||
| 75 | Copyright='Copyright (C) 2008 Free Software Foundation, Inc. | ||
| 76 | This program comes with NO WARRANTY, to the extent permitted by law. | ||
| 77 | You may redistribute copies of this program | ||
| 78 | under the terms of the GNU General Public License. | ||
| 79 | For more information about these matters, see the files named COPYING. | ||
| 80 | Author: Paul Eggert <eggert@twinsun.com>' | ||
| 81 | |||
| 82 | # Use the traditional C locale. | 81 | # Use the traditional C locale. |
| 83 | LANG=C | 82 | LANG=C |
| 84 | LANGUAGE=C | 83 | LANGUAGE=C |
diff --git a/lib-src/sorted-doc.c b/lib-src/sorted-doc.c index 33959aefefe..ef25a645145 100644 --- a/lib-src/sorted-doc.c +++ b/lib-src/sorted-doc.c | |||
| @@ -1,27 +1,26 @@ | |||
| 1 | /* Give this program DOC-mm.nn.oo as standard input and it outputs to | 1 | /* Give this program DOC-mm.nn.oo as standard input and it outputs to |
| 2 | standard output a file of texinfo input containing the doc strings. | 2 | standard output a file of texinfo input containing the doc strings. |
| 3 | 3 | ||
| 4 | Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2003, | 4 | Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2003, |
| 5 | 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 5 | 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 8 | 8 | ||
| 9 | GNU Emacs is free software; you can redistribute it and/or modify | 9 | GNU Emacs is free software: you can redistribute it and/or modify |
| 10 | it under the terms of the GNU General Public License as published by | 10 | it under the terms of the GNU General Public License as published by |
| 11 | the Free Software Foundation; either version 3, or (at your option) | 11 | the Free Software Foundation, either version 3 of the License, or |
| 12 | any later version. | 12 | (at your option) any later version. |
| 13 | 13 | ||
| 14 | GNU Emacs is distributed in the hope that it will be useful, | 14 | GNU Emacs is distributed in the hope that it will be useful, |
| 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 17 | GNU General Public License for more details. | 17 | GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | You should have received a copy of the GNU General Public License | 19 | You should have received a copy of the GNU General Public License |
| 20 | along with GNU Emacs; see the file COPYING. If not, write to the | 20 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 21 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 22 | Boston, MA 02110-1301, USA. | ||
| 23 | 21 | ||
| 24 | This version sorts the output by function name. */ | 22 | |
| 23 | /* This version sorts the output by function name. */ | ||
| 25 | 24 | ||
| 26 | #ifdef HAVE_CONFIG_H | 25 | #ifdef HAVE_CONFIG_H |
| 27 | #include <config.h> | 26 | #include <config.h> |
diff --git a/lib-src/test-distrib.c b/lib-src/test-distrib.c index 0c1a3fd8d0e..fce1d18cef2 100644 --- a/lib-src/test-distrib.c +++ b/lib-src/test-distrib.c | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | /* test-distrib.c --- testing distribution of nonprinting chars | 1 | /* test-distrib.c --- testing distribution of nonprinting chars |
| 2 | 2 | ||
| 3 | Copyright (C) 1987, 1993, 1994, 1995, 1999, 2001, 2002, 2003, | 3 | Copyright (C) 1987, 1993, 1994, 1995, 1999, 2001, 2002, 2003, 2004, 2005, |
| 4 | 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 4 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
| 8 | GNU Emacs is free software; you can redistribute it and/or modify | 8 | GNU Emacs is free software: you can redistribute it and/or modify |
| 9 | it under the terms of the GNU General Public License as published by | 9 | it under the terms of the GNU General Public License as published by |
| 10 | the Free Software Foundation; either version 3, or (at your option) | 10 | the Free Software Foundation, either version 3 of the License, or |
| 11 | any later version. | 11 | (at your option) any later version. |
| 12 | 12 | ||
| 13 | GNU Emacs is distributed in the hope that it will be useful, | 13 | GNU Emacs is distributed in the hope that it will be useful, |
| 14 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 14 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | GNU General Public License for more details. | 16 | GNU General Public License for more details. |
| 17 | |||
| 18 | You should have received a copy of the GNU General Public License | ||
| 19 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | ||
| 17 | 20 | ||
| 18 | You should have received a copy of the GNU General Public License | ||
| 19 | along with GNU Emacs; see the file COPYING. If not, write to the | ||
| 20 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 21 | Boston, MA 02110-1301, USA. */ | ||
| 22 | 21 | ||
| 23 | #ifdef HAVE_CONFIG_H | 22 | #ifdef HAVE_CONFIG_H |
| 24 | #include <config.h> | 23 | #include <config.h> |
diff --git a/lib-src/update-game-score.c b/lib-src/update-game-score.c index 188fa896bbd..7e010221b43 100644 --- a/lib-src/update-game-score.c +++ b/lib-src/update-game-score.c | |||
| @@ -1,13 +1,16 @@ | |||
| 1 | /* update-game-score.c --- Update a score file | 1 | /* update-game-score.c --- Update a score file |
| 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 | 2 | |
| 3 | Free Software Foundation, Inc. | 3 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 5 | |||
| 6 | Author: Colin Walters <walters@debian.org> | ||
| 4 | 7 | ||
| 5 | This file is part of GNU Emacs. | 8 | This file is part of GNU Emacs. |
| 6 | 9 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 10 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 11 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 12 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 13 | (at your option) any later version. |
| 11 | 14 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 15 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 16 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +18,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 18 | GNU General Public License for more details. |
| 16 | 19 | ||
| 17 | You should have received a copy of the GNU General Public License | 20 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 21 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 22 | |
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 23 | ||
| 22 | /* This program is allows a game to securely and atomically update a | 24 | /* This program is allows a game to securely and atomically update a |
| 23 | score file. It should be installed setuid, owned by an appropriate | 25 | score file. It should be installed setuid, owned by an appropriate |
| @@ -27,7 +29,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 27 | defined, and in that case it will store scores in the user's home | 29 | defined, and in that case it will store scores in the user's home |
| 28 | directory (it should NOT be setuid). | 30 | directory (it should NOT be setuid). |
| 29 | 31 | ||
| 30 | Created 2002/03/22, by Colin Walters <walters@debian.org> | 32 | Created 2002/03/22. |
| 31 | */ | 33 | */ |
| 32 | 34 | ||
| 33 | #include <config.h> | 35 | #include <config.h> |
diff --git a/lib-src/vcdiff b/lib-src/vcdiff index 1fd4f3078fa..f09e13ba5a8 100755 --- a/lib-src/vcdiff +++ b/lib-src/vcdiff | |||
| @@ -3,26 +3,24 @@ | |||
| 3 | # Enhanced sccs diff utility for use with vc mode. | 3 | # Enhanced sccs diff utility for use with vc mode. |
| 4 | # This version is more compatible with rcsdiff(1). | 4 | # This version is more compatible with rcsdiff(1). |
| 5 | # | 5 | # |
| 6 | # Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, | 6 | # Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 2005, |
| 7 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 7 | # 2006, 2007, 2008 Free Software Foundation, Inc. |
| 8 | # | 8 | |
| 9 | # This file is part of GNU Emacs. | 9 | # This file is part of GNU Emacs. |
| 10 | # | 10 | |
| 11 | # GNU Emacs is free software; you can redistribute it and/or modify | 11 | # GNU Emacs is free software: you can redistribute it and/or modify |
| 12 | # it under the terms of the GNU General Public License as published by | 12 | # it under the terms of the GNU General Public License as published by |
| 13 | # the Free Software Foundation; either version 3, or (at your option) | 13 | # the Free Software Foundation, either version 3 of the License, or |
| 14 | # any later version. | 14 | # (at your option) any later version. |
| 15 | # | 15 | |
| 16 | # GNU Emacs is distributed in the hope that it will be useful, | 16 | # GNU Emacs is distributed in the hope that it will be useful, |
| 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 18 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 18 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 19 | # GNU General Public License for more details. | 19 | # GNU General Public License for more details. |
| 20 | # | 20 | |
| 21 | # You should have received a copy of the GNU General Public License | 21 | # You should have received a copy of the GNU General Public License |
| 22 | # along with GNU Emacs; see the file COPYING. If not, write to the | 22 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 23 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 23 | |
| 24 | # Boston, MA 02110-1301, USA. | ||
| 25 | # | ||
| 26 | 24 | ||
| 27 | DIFF="diff" | 25 | DIFF="diff" |
| 28 | usage="$0: Usage: vcdiff [--brief] [-q] [-r<sid1>] [-r<sid2>] [diffopts] sccsfile..." | 26 | usage="$0: Usage: vcdiff [--brief] [-q] [-r<sid1>] [-r<sid2>] [diffopts] sccsfile..." |