diff options
| -rw-r--r-- | Makefile.in | 4 | ||||
| -rw-r--r-- | admin/admin.el | 4 | ||||
| -rw-r--r-- | admin/alloc-colors.c | 4 | ||||
| -rwxr-xr-x | admin/build-configs | 4 | ||||
| -rw-r--r-- | admin/cus-test.el | 4 | ||||
| -rwxr-xr-x | admin/diff-tar-files | 4 | ||||
| -rwxr-xr-x | admin/make-emacs | 4 | ||||
| -rwxr-xr-x | admin/revdiff | 4 | ||||
| -rw-r--r-- | config.bat | 4 | ||||
| -rwxr-xr-x | config.guess | 2 | ||||
| -rwxr-xr-x | config.sub | 4 | ||||
| -rw-r--r-- | configure.in | 4 | ||||
| -rw-r--r-- | etc/INTERVIEW | 7 | ||||
| -rwxr-xr-x | make-dist | 4 | ||||
| -rwxr-xr-x | update-subdirs | 4 |
15 files changed, 30 insertions, 31 deletions
diff --git a/Makefile.in b/Makefile.in index 1b4a3d8c36b..811a8205c45 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -19,8 +19,8 @@ | |||
| 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 | 21 | # along with GNU Emacs; see the file COPYING. If not, write to |
| 22 | # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 | # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 23 | # Boston, MA 02111-1307, USA. | 23 | # Boston, MA 02110-1301, USA. |
| 24 | 24 | ||
| 25 | # make all to compile and build Emacs. | 25 | # make all to compile and build Emacs. |
| 26 | # make install to install it. | 26 | # make install to install it. |
diff --git a/admin/admin.el b/admin/admin.el index 07a2bcb757e..3969345cc32 100644 --- a/admin/admin.el +++ b/admin/admin.el | |||
| @@ -16,8 +16,8 @@ | |||
| 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; see the file COPYING. If not, write to the |
| 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | ;; Boston, MA 02111-1307, USA. | 20 | ;; Boston, MA 02110-1301, USA. |
| 21 | 21 | ||
| 22 | ;;; Commentary: | 22 | ;;; Commentary: |
| 23 | 23 | ||
diff --git a/admin/alloc-colors.c b/admin/alloc-colors.c index 0aacb687232..361b3bd2f24 100644 --- a/admin/alloc-colors.c +++ b/admin/alloc-colors.c | |||
| @@ -15,8 +15,8 @@ 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; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | #include <X11/Xlib.h> | 21 | #include <X11/Xlib.h> |
| 22 | #include <stdio.h> | 22 | #include <stdio.h> |
diff --git a/admin/build-configs b/admin/build-configs index 1a21b90c171..083c9e766e6 100755 --- a/admin/build-configs +++ b/admin/build-configs | |||
| @@ -16,8 +16,8 @@ | |||
| 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; see the file COPYING. If not, write to the |
| 19 | # Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | # Boston, MA 02111-1307, USA. | 20 | # Boston, MA 02110-1301, USA. |
| 21 | 21 | ||
| 22 | # Build Emacs in several different configurations. | 22 | # Build Emacs in several different configurations. |
| 23 | 23 | ||
diff --git a/admin/cus-test.el b/admin/cus-test.el index cf00bf214fb..ff38b0b08ff 100644 --- a/admin/cus-test.el +++ b/admin/cus-test.el | |||
| @@ -21,8 +21,8 @@ | |||
| 21 | 21 | ||
| 22 | ;; You should have received a copy of the GNU General Public License | 22 | ;; You should have received a copy of the GNU General Public License |
| 23 | ;; along with GNU Emacs; see the file COPYING. If not, write to the | 23 | ;; along with GNU Emacs; see the file COPYING. If not, write to the |
| 24 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 24 | ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 25 | ;; Boston, MA 02111-1307, USA. | 25 | ;; Boston, MA 02110-1301, USA. |
| 26 | 26 | ||
| 27 | ;;; Commentary: | 27 | ;;; Commentary: |
| 28 | 28 | ||
diff --git a/admin/diff-tar-files b/admin/diff-tar-files index d827de3ec3e..7f27ab99876 100755 --- a/admin/diff-tar-files +++ b/admin/diff-tar-files | |||
| @@ -16,8 +16,8 @@ | |||
| 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; see the file COPYING. If not, write to the |
| 19 | # Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | # Boston, MA 02111-1307, USA. | 20 | # Boston, MA 02110-1301, USA. |
| 21 | 21 | ||
| 22 | if [ $# != 2 ]; then | 22 | if [ $# != 2 ]; then |
| 23 | cat <<EOF | 23 | cat <<EOF |
diff --git a/admin/make-emacs b/admin/make-emacs index faa5dc2a39f..d17e59e5692 100755 --- a/admin/make-emacs +++ b/admin/make-emacs | |||
| @@ -16,8 +16,8 @@ | |||
| 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; see the file COPYING. If not, write to the |
| 19 | # Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | # Boston, MA 02111-1307, USA. | 20 | # Boston, MA 02110-1301, USA. |
| 21 | 21 | ||
| 22 | # Build Emacs with various options for profiling, debugging, | 22 | # Build Emacs with various options for profiling, debugging, |
| 23 | # with and without warnings enabled etc. | 23 | # with and without warnings enabled etc. |
diff --git a/admin/revdiff b/admin/revdiff index 5c9d2251c8c..d936106aada 100755 --- a/admin/revdiff +++ b/admin/revdiff | |||
| @@ -16,8 +16,8 @@ | |||
| 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; see the file COPYING. If not, write to the |
| 19 | # Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | # Boston, MA 02111-1307, USA. | 20 | # Boston, MA 02110-1301, USA. |
| 21 | 21 | ||
| 22 | use File::Basename; | 22 | use File::Basename; |
| 23 | 23 | ||
diff --git a/config.bat b/config.bat index 9617dfb4af7..1f25bfef9eb 100644 --- a/config.bat +++ b/config.bat | |||
| @@ -18,8 +18,8 @@ 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; see the file COPYING. If not, write to the |
| 21 | rem Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 21 | rem Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 22 | rem Boston, MA 02111-1307, USA. | 22 | rem Boston, MA 02110-1301, USA. |
| 23 | rem ---------------------------------------------------------------------- | 23 | rem ---------------------------------------------------------------------- |
| 24 | rem YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS: | 24 | rem YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS: |
| 25 | rem | 25 | rem |
diff --git a/config.guess b/config.guess index 0149c53609b..1f1b4f23216 100755 --- a/config.guess +++ b/config.guess | |||
| @@ -17,7 +17,7 @@ timestamp='2002-11-13' | |||
| 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 this program; if not, write to the Free Software | 19 | # along with this program; if not, write to the Free Software |
| 20 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 20 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 21 | # | 21 | # |
| 22 | # As a special exception to the GNU General Public License, if you | 22 | # As a special exception to the GNU General Public License, if you |
| 23 | # distribute this file as part of a program that contains a | 23 | # distribute this file as part of a program that contains a |
diff --git a/config.sub b/config.sub index aeb3bd99950..11ab23c1ac3 100755 --- a/config.sub +++ b/config.sub | |||
| @@ -21,8 +21,8 @@ timestamp='2002-11-13' | |||
| 21 | # | 21 | # |
| 22 | # You should have received a copy of the GNU General Public License | 22 | # You should have received a copy of the GNU General Public License |
| 23 | # along with this program; if not, write to the Free Software | 23 | # along with this program; if not, write to the Free Software |
| 24 | # Foundation, Inc., 59 Temple Place - Suite 330, | 24 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 25 | # Boston, MA 02111-1307, USA. | 25 | # Boston, MA 02110-1301, USA. |
| 26 | 26 | ||
| 27 | # As a special exception to the GNU General Public License, if you | 27 | # As a special exception to the GNU General Public License, if you |
| 28 | # distribute this file as part of a program that contains a | 28 | # distribute this file as part of a program that contains a |
diff --git a/configure.in b/configure.in index d8ded5d08af..bc245479211 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -20,8 +20,8 @@ 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; see the file COPYING. If not, write to the |
| 23 | dnl Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 23 | dnl Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 24 | dnl Boston, MA 02111-1307, USA. | 24 | dnl Boston, MA 02110-1301, USA. |
| 25 | 25 | ||
| 26 | AC_PREREQ(2.54)dnl | 26 | AC_PREREQ(2.54)dnl |
| 27 | AC_INIT(src/lisp.h) | 27 | AC_INIT(src/lisp.h) |
diff --git a/etc/INTERVIEW b/etc/INTERVIEW index 8145da6f074..4e109ba49dd 100644 --- a/etc/INTERVIEW +++ b/etc/INTERVIEW | |||
| @@ -412,13 +412,12 @@ BYTE: How can you get a copy of that? | |||
| 412 | Stallman: Write to the Free Software Foundation, 675 Massachusetts Ave., | 412 | Stallman: Write to the Free Software Foundation, 675 Massachusetts Ave., |
| 413 | Cambridge, MA 02139. | 413 | Cambridge, MA 02139. |
| 414 | 414 | ||
| 415 | [In June 1995, this address changed to: | 415 | [As of April 2005, this address is: |
| 416 | Free Software Foundation | 416 | Free Software Foundation |
| 417 | 59 Temple Place - Suite 330 | 417 | 51 Franklin Street, Fifth Floor |
| 418 | Boston, MA 02111-1307, USA | 418 | Boston, MA 02110-1301, USA |
| 419 | Voice: +1-617-542-5942 | 419 | Voice: +1-617-542-5942 |
| 420 | Fax: +1-617-542-2652 | 420 | Fax: +1-617-542-2652 |
| 421 | -gnu@prep.ai.mit.edu | ||
| 422 | ] | 421 | ] |
| 423 | 422 | ||
| 424 | BYTE: What are you going to do when you are done with the GNU system? | 423 | BYTE: What are you going to do when you are done with the GNU system? |
| @@ -23,8 +23,8 @@ | |||
| 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; see the file COPYING. If not, write to the |
| 26 | # Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 26 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 27 | # Boston, MA 02111-1307, USA. | 27 | # Boston, MA 02110-1301, USA. |
| 28 | 28 | ||
| 29 | progname="$0" | 29 | progname="$0" |
| 30 | 30 | ||
diff --git a/update-subdirs b/update-subdirs index 7ac5977d70f..29ac404575a 100755 --- a/update-subdirs +++ b/update-subdirs | |||
| @@ -17,8 +17,8 @@ | |||
| 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; see the file COPYING. If not, write to the |
| 20 | # Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 21 | # Boston, MA 02111-1307, USA. | 21 | # Boston, MA 02110-1301, USA. |
| 22 | 22 | ||
| 23 | cd $1 | 23 | cd $1 |
| 24 | for file in *; do | 24 | for file in *; do |