Mercurial > emacs
changeset 64079:c53a9463c31a
Update FSF's address.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Mon, 04 Jul 2005 14:42:45 +0000 |
parents | ebf5ec3a071e |
children | d5372215b17d |
files | Makefile.in admin/admin.el admin/alloc-colors.c admin/build-configs admin/cus-test.el admin/diff-tar-files admin/make-emacs admin/revdiff config.bat config.guess config.sub configure.in etc/INTERVIEW make-dist update-subdirs |
diffstat | 15 files changed, 30 insertions(+), 31 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Mon Jul 04 14:24:04 2005 +0000 +++ b/Makefile.in Mon Jul 04 14:42:45 2005 +0000 @@ -19,8 +19,8 @@ # You should have received a copy of the GNU General Public License # along with GNU Emacs; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # make all to compile and build Emacs. # make install to install it.
--- a/admin/admin.el Mon Jul 04 14:24:04 2005 +0000 +++ b/admin/admin.el Mon Jul 04 14:42:45 2005 +0000 @@ -16,8 +16,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary:
--- a/admin/alloc-colors.c Mon Jul 04 14:24:04 2005 +0000 +++ b/admin/alloc-colors.c Mon Jul 04 14:42:45 2005 +0000 @@ -15,8 +15,8 @@ You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. */ #include <X11/Xlib.h> #include <stdio.h>
--- a/admin/build-configs Mon Jul 04 14:24:04 2005 +0000 +++ b/admin/build-configs Mon Jul 04 14:42:45 2005 +0000 @@ -16,8 +16,8 @@ # # You should have received a copy of the GNU General Public License # along with GNU Emacs; see the file COPYING. If not, write to the -# Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # Build Emacs in several different configurations.
--- a/admin/cus-test.el Mon Jul 04 14:24:04 2005 +0000 +++ b/admin/cus-test.el Mon Jul 04 14:42:45 2005 +0000 @@ -21,8 +21,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary:
--- a/admin/diff-tar-files Mon Jul 04 14:24:04 2005 +0000 +++ b/admin/diff-tar-files Mon Jul 04 14:42:45 2005 +0000 @@ -16,8 +16,8 @@ # # You should have received a copy of the GNU General Public License # along with GNU Emacs; see the file COPYING. If not, write to the -# Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. if [ $# != 2 ]; then cat <<EOF
--- a/admin/make-emacs Mon Jul 04 14:24:04 2005 +0000 +++ b/admin/make-emacs Mon Jul 04 14:42:45 2005 +0000 @@ -16,8 +16,8 @@ # # You should have received a copy of the GNU General Public License # along with GNU Emacs; see the file COPYING. If not, write to the -# Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # Build Emacs with various options for profiling, debugging, # with and without warnings enabled etc.
--- a/admin/revdiff Mon Jul 04 14:24:04 2005 +0000 +++ b/admin/revdiff Mon Jul 04 14:42:45 2005 +0000 @@ -16,8 +16,8 @@ # # You should have received a copy of the GNU General Public License # along with GNU Emacs; see the file COPYING. If not, write to the -# Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. use File::Basename;
--- a/config.bat Mon Jul 04 14:24:04 2005 +0000 +++ b/config.bat Mon Jul 04 14:42:45 2005 +0000 @@ -18,8 +18,8 @@ rem You should have received a copy of the GNU General Public License rem along with GNU Emacs; see the file COPYING. If not, write to the -rem Free Software Foundation, Inc., 59 Temple Place - Suite 330, -rem Boston, MA 02111-1307, USA. +rem Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +rem Boston, MA 02110-1301, USA. rem ---------------------------------------------------------------------- rem YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS: rem
--- a/config.guess Mon Jul 04 14:24:04 2005 +0000 +++ b/config.guess Mon Jul 04 14:42:45 2005 +0000 @@ -17,7 +17,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a
--- a/config.sub Mon Jul 04 14:24:04 2005 +0000 +++ b/config.sub Mon Jul 04 14:42:45 2005 +0000 @@ -21,8 +21,8 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a
--- a/configure.in Mon Jul 04 14:24:04 2005 +0000 +++ b/configure.in Mon Jul 04 14:42:45 2005 +0000 @@ -20,8 +20,8 @@ dnl dnl You should have received a copy of the GNU General Public License dnl along with GNU Emacs; see the file COPYING. If not, write to the -dnl Free Software Foundation, Inc., 59 Temple Place - Suite 330, -dnl Boston, MA 02111-1307, USA. +dnl Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +dnl Boston, MA 02110-1301, USA. AC_PREREQ(2.54)dnl AC_INIT(src/lisp.h)
--- a/etc/INTERVIEW Mon Jul 04 14:24:04 2005 +0000 +++ b/etc/INTERVIEW Mon Jul 04 14:42:45 2005 +0000 @@ -412,13 +412,12 @@ Stallman: Write to the Free Software Foundation, 675 Massachusetts Ave., Cambridge, MA 02139. -[In June 1995, this address changed to: +[As of April 2005, this address is: Free Software Foundation - 59 Temple Place - Suite 330 - Boston, MA 02111-1307, USA + 51 Franklin Street, Fifth Floor + Boston, MA 02110-1301, USA Voice: +1-617-542-5942 Fax: +1-617-542-2652 --gnu@prep.ai.mit.edu ] BYTE: What are you going to do when you are done with the GNU system?
--- a/make-dist Mon Jul 04 14:24:04 2005 +0000 +++ b/make-dist Mon Jul 04 14:42:45 2005 +0000 @@ -23,8 +23,8 @@ # # You should have received a copy of the GNU General Public License # along with GNU Emacs; see the file COPYING. If not, write to the -# Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. progname="$0"
--- a/update-subdirs Mon Jul 04 14:24:04 2005 +0000 +++ b/update-subdirs Mon Jul 04 14:42:45 2005 +0000 @@ -17,8 +17,8 @@ # # You should have received a copy of the GNU General Public License # along with GNU Emacs; see the file COPYING. If not, write to the -# Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. cd $1 for file in *; do