diff options
Diffstat (limited to 'nt')
-rw-r--r-- | nt/addpm.c | 4 | ||||
-rw-r--r-- | nt/addsection.c | 4 | ||||
-rw-r--r-- | nt/cmdproxy.c | 4 | ||||
-rw-r--r-- | nt/config.nt | 4 | ||||
-rwxr-xr-x | nt/configure.bat | 4 | ||||
-rw-r--r-- | nt/ddeclient.c | 4 | ||||
-rw-r--r-- | nt/envadd.bat | 4 | ||||
-rw-r--r-- | nt/gmake.defs | 4 | ||||
-rwxr-xr-x | nt/inc/gettext.h | 2 | ||||
-rwxr-xr-x | nt/inc/grp.h | 4 | ||||
-rw-r--r-- | nt/inc/sys/socket.h | 4 | ||||
-rw-r--r-- | nt/makefile.w32-in | 4 | ||||
-rw-r--r-- | nt/multi-install-info.bat | 4 | ||||
-rw-r--r-- | nt/nmake.defs | 4 | ||||
-rw-r--r-- | nt/paths.h | 4 | ||||
-rw-r--r-- | nt/preprep.c | 4 |
16 files changed, 31 insertions, 31 deletions
diff --git a/nt/addpm.c b/nt/addpm.c index ccae76c1f20..398737839c9 100644 --- a/nt/addpm.c +++ b/nt/addpm.c @@ -15,8 +15,8 @@ GNU General Public License for more details. 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. */ /**************************************************************************** * diff --git a/nt/addsection.c b/nt/addsection.c index 8fbe8c38050..20ab5cf5163 100644 --- a/nt/addsection.c +++ b/nt/addsection.c @@ -15,8 +15,8 @@ GNU General Public License for more details. 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. Andrew Innes <andrewi@harlequin.co.uk> 04-Jan-1999 based on code from unexw32.c diff --git a/nt/cmdproxy.c b/nt/cmdproxy.c index 52760402f1b..58be32984a9 100644 --- a/nt/cmdproxy.c +++ b/nt/cmdproxy.c @@ -26,8 +26,8 @@ GNU General Public License for more details. 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 <windows.h> diff --git a/nt/config.nt b/nt/config.nt index a41d6ecac4b..ac59faa211c 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -15,8 +15,8 @@ GNU General Public License for more details. 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. */ /* No code in Emacs #includes config.h twice, but some of the code diff --git a/nt/configure.bat b/nt/configure.bat index 8433cacc317..6a44a3b82c4 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -18,8 +18,8 @@ rem GNU General Public License for more details. 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
diff --git a/nt/ddeclient.c b/nt/ddeclient.c index 712c28f1c32..6661e84f244 100644 --- a/nt/ddeclient.c +++ b/nt/ddeclient.c @@ -15,8 +15,8 @@ GNU General Public License for more details. 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 <windows.h> #include <ddeml.h> diff --git a/nt/envadd.bat b/nt/envadd.bat index ec9326a56c9..3e9a49ef292 100644 --- a/nt/envadd.bat +++ b/nt/envadd.bat @@ -17,8 +17,8 @@ rem GNU General Public License for more details. rem
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
-rem the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-rem Boston, MA 02111-1307, USA.
+rem the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+rem Boston, MA 02110-1301, USA.
rem
rem
rem Usage:
diff --git a/nt/gmake.defs b/nt/gmake.defs index 23d3dac3719..e077aef5024 100644 --- a/nt/gmake.defs +++ b/nt/gmake.defs @@ -13,8 +13,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. # Ensure 'all' is the default target all: diff --git a/nt/inc/gettext.h b/nt/inc/gettext.h index 148da8b36d0..cd251314cb4 100755 --- a/nt/inc/gettext.h +++ b/nt/inc/gettext.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU Library 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, + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _LIBGETTEXT_H diff --git a/nt/inc/grp.h b/nt/inc/grp.h index b0cac8b10e6..b44cbe543fd 100755 --- a/nt/inc/grp.h +++ b/nt/inc/grp.h @@ -15,8 +15,8 @@ GNU General Public License for more details. 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. */ #ifndef _GRP_H #define _GRP_H diff --git a/nt/inc/sys/socket.h b/nt/inc/sys/socket.h index d3936da2a4d..228eefb2396 100644 --- a/nt/inc/sys/socket.h +++ b/nt/inc/sys/socket.h @@ -14,8 +14,8 @@ GNU General Public License for more details. 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. */ /* Workable version of <sys/socket.h> based on winsock.h */ diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index ec30853ed29..5d793751f56 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -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.
+# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
ALL = addpm ddeclient runemacs cmdproxy addsection preprep
diff --git a/nt/multi-install-info.bat b/nt/multi-install-info.bat index c252dfb4a85..ea318af8405 100644 --- a/nt/multi-install-info.bat +++ b/nt/multi-install-info.bat @@ -19,8 +19,8 @@ rem GNU General Public License for more details. rem
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
-rem the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-rem Boston, MA 02111-1307, USA.
+rem the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+rem Boston, MA 02110-1301, USA.
rem
rem
rem Usage:
diff --git a/nt/nmake.defs b/nt/nmake.defs index 89bf9ac91fc..1876dffa59f 100644 --- a/nt/nmake.defs +++ b/nt/nmake.defs @@ -13,8 +13,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.
# Ensure 'all' is the default target
all:
diff --git a/nt/paths.h b/nt/paths.h index 1e509530768..5c1c4bfd332 100644 --- a/nt/paths.h +++ b/nt/paths.h @@ -15,8 +15,8 @@ GNU General Public License for more details. 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. */ /* The default search path for Lisp function "load". diff --git a/nt/preprep.c b/nt/preprep.c index dfc6c7e6fa1..21cc92e305b 100644 --- a/nt/preprep.c +++ b/nt/preprep.c @@ -15,8 +15,8 @@ GNU General Public License for more details. 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. Andrew Innes <andrewi@harlequin.co.uk> 16-Jan-1999 based on code from addsection.c |