diff options
| author | Glenn Morris | 2008-05-07 07:35:58 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-05-07 07:35:58 +0000 |
| commit | b33ba8120b3548a3b95cdea5a9be8982380407fb (patch) | |
| tree | aa3468c5533bdb063d674afe34e7914392bfc647 | |
| parent | 4f43e9371b08fdbf9eca28a97eab60b2632b94c0 (diff) | |
| download | emacs-b33ba8120b3548a3b95cdea5a9be8982380407fb.tar.gz emacs-b33ba8120b3548a3b95cdea5a9be8982380407fb.zip | |
Switch to recommended form of GPLv3 permissions notice.
| -rw-r--r-- | INSTALL | 10 | ||||
| -rw-r--r-- | INSTALL.CVS | 10 | ||||
| -rw-r--r-- | Makefile.in | 12 | ||||
| -rw-r--r-- | README | 10 | ||||
| -rw-r--r-- | config.bat | 11 | ||||
| -rw-r--r-- | configure.in | 14 | ||||
| -rwxr-xr-x | make-dist | 17 | ||||
| -rwxr-xr-x | update-subdirs | 19 |
8 files changed, 46 insertions, 57 deletions
| @@ -928,10 +928,10 @@ these bugs fixed, so upgrade if you can before building Emacs. | |||
| 928 | 928 | ||
| 929 | This file is part of GNU Emacs. | 929 | This file is part of GNU Emacs. |
| 930 | 930 | ||
| 931 | GNU Emacs is free software; you can redistribute it and/or modify | 931 | GNU Emacs is free software: you can redistribute it and/or modify |
| 932 | it under the terms of the GNU General Public License as published by | 932 | it under the terms of the GNU General Public License as published by |
| 933 | the Free Software Foundation; either version 3, or (at your option) | 933 | the Free Software Foundation, either version 3 of the License, or |
| 934 | any later version. | 934 | (at your option) any later version. |
| 935 | 935 | ||
| 936 | GNU Emacs is distributed in the hope that it will be useful, | 936 | GNU Emacs is distributed in the hope that it will be useful, |
| 937 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 937 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -939,6 +939,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 939 | GNU General Public License for more details. | 939 | GNU General Public License for more details. |
| 940 | 940 | ||
| 941 | You should have received a copy of the GNU General Public License | 941 | You should have received a copy of the GNU General Public License |
| 942 | along with GNU Emacs; see the file COPYING. If not, write to the | 942 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 943 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 944 | Boston, MA 02110-1301, USA. | ||
diff --git a/INSTALL.CVS b/INSTALL.CVS index 2ece25a73b7..b8c42de27d5 100644 --- a/INSTALL.CVS +++ b/INSTALL.CVS | |||
| @@ -102,10 +102,10 @@ Host subversions.gnu.org | |||
| 102 | 102 | ||
| 103 | This file is part of GNU Emacs. | 103 | This file is part of GNU Emacs. |
| 104 | 104 | ||
| 105 | GNU Emacs is free software; you can redistribute it and/or modify | 105 | GNU Emacs is free software: you can redistribute it and/or modify |
| 106 | it under the terms of the GNU General Public License as published by | 106 | it under the terms of the GNU General Public License as published by |
| 107 | the Free Software Foundation; either version 3, or (at your option) | 107 | the Free Software Foundation, either version 3 of the License, or |
| 108 | any later version. | 108 | (at your option) any later version. |
| 109 | 109 | ||
| 110 | GNU Emacs is distributed in the hope that it will be useful, | 110 | GNU Emacs is distributed in the hope that it will be useful, |
| 111 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 111 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -113,6 +113,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 113 | GNU General Public License for more details. | 113 | GNU General Public License for more details. |
| 114 | 114 | ||
| 115 | You should have received a copy of the GNU General Public License | 115 | You should have received a copy of the GNU General Public License |
| 116 | along with GNU Emacs; see the file COPYING. If not, write to the | 116 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 117 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 118 | Boston, MA 02110-1301, USA. | ||
diff --git a/Makefile.in b/Makefile.in index 8307c9d4ce9..f298a7dd2b8 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -8,10 +8,10 @@ | |||
| 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 |
| @@ -19,9 +19,9 @@ | |||
| 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 | 22 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 23 | # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 23 | |
| 24 | # Boston, MA 02110-1301, USA. | 24 | ### Commentary: |
| 25 | 25 | ||
| 26 | # make all to compile and build Emacs. | 26 | # make all to compile and build Emacs. |
| 27 | # make install to install it. | 27 | # make install to install it. |
| @@ -96,10 +96,10 @@ list the required tools. | |||
| 96 | 96 | ||
| 97 | This file is part of GNU Emacs. | 97 | This file is part of GNU Emacs. |
| 98 | 98 | ||
| 99 | GNU Emacs is free software; you can redistribute it and/or modify | 99 | GNU Emacs is free software: you can redistribute it and/or modify |
| 100 | it under the terms of the GNU General Public License as published by | 100 | it under the terms of the GNU General Public License as published by |
| 101 | the Free Software Foundation; either version 3, or (at your option) | 101 | the Free Software Foundation, either version 3 of the License, or |
| 102 | any later version. | 102 | (at your option) any later version. |
| 103 | 103 | ||
| 104 | GNU Emacs is distributed in the hope that it will be useful, | 104 | GNU Emacs is distributed in the hope that it will be useful, |
| 105 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 105 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -107,6 +107,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 107 | GNU General Public License for more details. | 107 | GNU General Public License for more details. |
| 108 | 108 | ||
| 109 | You should have received a copy of the GNU General Public License | 109 | You should have received a copy of the GNU General Public License |
| 110 | along with GNU Emacs; see the file COPYING. If not, write to the | 110 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 111 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 112 | Boston, MA 02110-1301, USA. | ||
diff --git a/config.bat b/config.bat index 93a721bf3b2..8f93451d80b 100644 --- a/config.bat +++ b/config.bat | |||
| @@ -6,10 +6,10 @@ rem 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | |||
| 6 | 6 | ||
| 7 | rem This file is part of GNU Emacs. | 7 | rem This file is part of GNU Emacs. |
| 8 | 8 | ||
| 9 | rem GNU Emacs is free software; you can redistribute it and/or modify | 9 | rem GNU Emacs is free software: you can redistribute it and/or modify |
| 10 | rem it under the terms of the GNU General Public License as published by | 10 | rem it under the terms of the GNU General Public License as published by |
| 11 | rem the Free Software Foundation; either version 3, or (at your option) | 11 | rem the Free Software Foundation, either version 3 of the License, or |
| 12 | rem any later version. | 12 | rem (at your option) any later version. |
| 13 | 13 | ||
| 14 | rem GNU Emacs is distributed in the hope that it will be useful, | 14 | rem GNU Emacs is distributed in the hope that it will be useful, |
| 15 | rem but WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | rem but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -17,9 +17,8 @@ rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 17 | rem GNU General Public License for more details. | 17 | rem GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | rem You should have received a copy of the GNU General Public License | 19 | rem You should have received a copy of the GNU General Public License |
| 20 | rem along with GNU Emacs; see the file COPYING. If not, write to the | 20 | rem along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 21 | rem Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 21 | |
| 22 | rem Boston, MA 02110-1301, USA. | ||
| 23 | rem ---------------------------------------------------------------------- | 22 | rem ---------------------------------------------------------------------- |
| 24 | rem YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS: | 23 | rem YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS: |
| 25 | rem | 24 | rem |
diff --git a/configure.in b/configure.in index 2e3aa63edc5..7d9ee477099 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -8,20 +8,18 @@ dnl 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | |||
| 8 | dnl | 8 | dnl |
| 9 | dnl This file is part of GNU Emacs. | 9 | dnl This file is part of GNU Emacs. |
| 10 | dnl | 10 | dnl |
| 11 | dnl GNU Emacs is free software; you can redistribute it and/or modify | 11 | dnl GNU Emacs is free software: you can redistribute it and/or modify |
| 12 | dnl it under the terms of the GNU General Public License as published by | 12 | dnl it under the terms of the GNU General Public License as published by |
| 13 | dnl the Free Software Foundation; either version 3, or (at your option) | 13 | dnl the Free Software Foundation, either version 3 of the License, or |
| 14 | dnl any later version. | 14 | dnl (at your option) any later version. |
| 15 | dnl | 15 | dnl |
| 16 | dnl GNU Emacs is distributed in the hope that it will be useful, | 16 | dnl GNU Emacs is distributed in the hope that it will be useful, |
| 17 | dnl but WITHOUT ANY WARRANTY; without even the implied warranty of | 17 | dnl but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 18 | dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 18 | dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 19 | dnl GNU General Public License for more details. | 19 | dnl GNU General Public License for more details. |
| 20 | dnl | 20 | dnl |
| 21 | dnl You should have received a copy of the GNU General Public License | 21 | dnl You should have received a copy of the GNU General Public License |
| 22 | dnl along with GNU Emacs; see the file COPYING. If not, write to the | 22 | dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 23 | dnl Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 24 | dnl Boston, MA 02110-1301, USA. | ||
| 25 | 23 | ||
| 26 | AC_PREREQ(2.61)dnl | 24 | AC_PREREQ(2.61)dnl |
| 27 | AC_INIT(emacs, 23.0.60) | 25 | AC_INIT(emacs, 23.0.60) |
| @@ -8,23 +8,22 @@ | |||
| 8 | 8 | ||
| 9 | # Copyright (C) 1995, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, | 9 | # Copyright (C) 1995, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, |
| 10 | # 2006, 2007, 2008 Free Software Foundation, Inc. | 10 | # 2006, 2007, 2008 Free Software Foundation, Inc. |
| 11 | # | 11 | |
| 12 | # This file is part of GNU Emacs. | 12 | # This file is part of GNU Emacs. |
| 13 | # | 13 | # |
| 14 | # GNU Emacs is free software; you can redistribute it and/or modify | 14 | # GNU Emacs is free software: you can redistribute it and/or modify |
| 15 | # it under the terms of the GNU General Public License as published by | 15 | # it under the terms of the GNU General Public License as published by |
| 16 | # the Free Software Foundation; either version 3, or (at your option) | 16 | # the Free Software Foundation, either version 3 of the License, or |
| 17 | # any later version. | 17 | # (at your option) any later version. |
| 18 | # | 18 | |
| 19 | # GNU Emacs is distributed in the hope that it will be useful, | 19 | # GNU Emacs is distributed in the hope that it will be useful, |
| 20 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | 20 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 21 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 21 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 22 | # GNU General Public License for more details. | 22 | # GNU General Public License for more details. |
| 23 | # | 23 | |
| 24 | # You should have received a copy of the GNU General Public License | 24 | # You should have received a copy of the GNU General Public License |
| 25 | # along with GNU Emacs; see the file COPYING. If not, write to the | 25 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 26 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 26 | |
| 27 | # Boston, MA 02110-1301, USA. | ||
| 28 | 27 | ||
| 29 | progname="$0" | 28 | progname="$0" |
| 30 | 29 | ||
diff --git a/update-subdirs b/update-subdirs index 302a8f2071a..d7e7012dadc 100755 --- a/update-subdirs +++ b/update-subdirs | |||
| @@ -3,23 +3,22 @@ | |||
| 3 | 3 | ||
| 4 | # Copyright (C) 1994, 1995, 1997, 1999, 2001, 2002, 2003, 2004, 2005, | 4 | # Copyright (C) 1994, 1995, 1997, 1999, 2001, 2002, 2003, 2004, 2005, |
| 5 | # 2006, 2007, 2008 Free Software Foundation, Inc. | 5 | # 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, | 21 | |
| 22 | # Boston, MA 02110-1301, USA. | ||
| 23 | 22 | ||
| 24 | cd $1 | 23 | cd $1 |
| 25 | for file in *; do | 24 | for file in *; do |