aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorLute Kamstra2005-07-04 15:47:28 +0000
committerLute Kamstra2005-07-04 15:47:28 +0000
commit364c38d3af67e2b56a90a6547ec9f773967bf1df (patch)
tree8998a314d77e0422d15b4eaf18dad7bd121037c7 /nt
parent4af331767c017b838b31efb7ec1dc182d8f630d9 (diff)
downloademacs-364c38d3af67e2b56a90a6547ec9f773967bf1df.tar.gz
emacs-364c38d3af67e2b56a90a6547ec9f773967bf1df.zip
Update FSF's address.
Diffstat (limited to 'nt')
-rw-r--r--nt/addpm.c4
-rw-r--r--nt/addsection.c4
-rw-r--r--nt/cmdproxy.c4
-rw-r--r--nt/config.nt4
-rwxr-xr-xnt/configure.bat4
-rw-r--r--nt/ddeclient.c4
-rw-r--r--nt/envadd.bat4
-rw-r--r--nt/gmake.defs4
-rwxr-xr-xnt/inc/gettext.h2
-rwxr-xr-xnt/inc/grp.h4
-rw-r--r--nt/inc/sys/socket.h4
-rw-r--r--nt/makefile.w32-in4
-rw-r--r--nt/multi-install-info.bat4
-rw-r--r--nt/nmake.defs4
-rw-r--r--nt/paths.h4
-rw-r--r--nt/preprep.c4
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.
15 15
16You should have received a copy of the GNU General Public License 16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to 17along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19Boston, MA 02111-1307, USA. */ 19Boston, MA 02110-1301, USA. */
20 20
21/**************************************************************************** 21/****************************************************************************
22 * 22 *
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.
15 15
16You should have received a copy of the GNU General Public License 16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to 17along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19Boston, MA 02111-1307, USA. 19Boston, MA 02110-1301, USA.
20 20
21 Andrew Innes <andrewi@harlequin.co.uk> 04-Jan-1999 21 Andrew Innes <andrewi@harlequin.co.uk> 04-Jan-1999
22 based on code from unexw32.c 22 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.
26 26
27You should have received a copy of the GNU General Public License 27You should have received a copy of the GNU General Public License
28along with GNU Emacs; see the file COPYING. If not, write to 28along with GNU Emacs; see the file COPYING. If not, write to
29the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 29the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
30Boston, MA 02111-1307, USA. */ 30Boston, MA 02110-1301, USA. */
31 31
32#include <windows.h> 32#include <windows.h>
33 33
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.
15 15
16You should have received a copy of the GNU General Public License 16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to the 17along with GNU Emacs; see the file COPYING. If not, write to the
18Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19Boston, MA 02111-1307, USA. */ 19Boston, MA 02110-1301, USA. */
20 20
21 21
22/* No code in Emacs #includes config.h twice, but some of the code 22/* 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.
18 18
19rem You should have received a copy of the GNU General Public License 19rem You should have received a copy of the GNU General Public License
20rem along with GNU Emacs; see the file COPYING. If not, write to the 20rem along with GNU Emacs; see the file COPYING. If not, write to the
21rem Free Software Foundation, Inc., 59 Temple Place - Suite 330, 21rem Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22rem Boston, MA 02111-1307, USA. 22rem Boston, MA 02110-1301, USA.
23rem ---------------------------------------------------------------------- 23rem ----------------------------------------------------------------------
24rem YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS: 24rem YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS:
25rem 25rem
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.
15 15
16You should have received a copy of the GNU General Public License 16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to 17along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19Boston, MA 02111-1307, USA. */ 19Boston, MA 02110-1301, USA. */
20 20
21#include <windows.h> 21#include <windows.h>
22#include <ddeml.h> 22#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.
17rem 17rem
18rem You should have received a copy of the GNU General Public License 18rem You should have received a copy of the GNU General Public License
19rem along with GNU Emacs; see the file COPYING. If not, write to 19rem along with GNU Emacs; see the file COPYING. If not, write to
20rem the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 20rem the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21rem Boston, MA 02111-1307, USA. 21rem Boston, MA 02110-1301, USA.
22rem 22rem
23rem 23rem
24rem Usage: 24rem 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 @@
13# 13#
14# You should have received a copy of the GNU General Public License 14# You should have received a copy of the GNU General Public License
15# along with GNU Emacs; see the file COPYING. If not, write to 15# along with GNU Emacs; see the file COPYING. If not, write to
16# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 16# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17# Boston, MA 02111-1307, USA. 17# Boston, MA 02110-1301, USA.
18 18
19# Ensure 'all' is the default target 19# Ensure 'all' is the default target
20all: 20all:
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 @@
13 13
14 You should have received a copy of the GNU Library General Public 14 You should have received a copy of the GNU Library General Public
15 License along with this program; if not, write to the Free Software 15 License along with this program; if not, write to the Free Software
16 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
17 USA. */ 17 USA. */
18 18
19#ifndef _LIBGETTEXT_H 19#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.
15 15
16You should have received a copy of the GNU General Public License 16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to 17along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19Boston, MA 02111-1307, USA. */ 19Boston, MA 02110-1301, USA. */
20 20
21#ifndef _GRP_H 21#ifndef _GRP_H
22#define _GRP_H 22#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.
14 14
15You should have received a copy of the GNU General Public License 15You should have received a copy of the GNU General Public License
16along with GNU Emacs; see the file COPYING. If not, write to 16along with GNU Emacs; see the file COPYING. If not, write to
17the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 17the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18Boston, MA 02111-1307, USA. */ 18Boston, MA 02110-1301, USA. */
19 19
20 20
21/* Workable version of <sys/socket.h> based on winsock.h */ 21/* 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 @@
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; see the file COPYING. If not, write to
20# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 20# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21# Boston, MA 02111-1307, USA. 21# Boston, MA 02110-1301, USA.
22 22
23ALL = addpm ddeclient runemacs cmdproxy addsection preprep 23ALL = addpm ddeclient runemacs cmdproxy addsection preprep
24 24
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.
19rem 19rem
20rem You should have received a copy of the GNU General Public License 20rem You should have received a copy of the GNU General Public License
21rem along with GNU Emacs; see the file COPYING. If not, write to 21rem along with GNU Emacs; see the file COPYING. If not, write to
22rem the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 22rem the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23rem Boston, MA 02111-1307, USA. 23rem Boston, MA 02110-1301, USA.
24rem 24rem
25rem 25rem
26rem Usage: 26rem 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 @@
13# 13#
14# You should have received a copy of the GNU General Public License 14# You should have received a copy of the GNU General Public License
15# along with GNU Emacs; see the file COPYING. If not, write to 15# along with GNU Emacs; see the file COPYING. If not, write to
16# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 16# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17# Boston, MA 02111-1307, USA. 17# Boston, MA 02110-1301, USA.
18 18
19# Ensure 'all' is the default target 19# Ensure 'all' is the default target
20all: 20all:
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.
15 15
16You should have received a copy of the GNU General Public License 16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to 17along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19Boston, MA 02111-1307, USA. */ 19Boston, MA 02110-1301, USA. */
20 20
21 21
22/* The default search path for Lisp function "load". 22/* 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.
15 15
16You should have received a copy of the GNU General Public License 16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to 17along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19Boston, MA 02111-1307, USA. 19Boston, MA 02110-1301, USA.
20 20
21 Andrew Innes <andrewi@harlequin.co.uk> 16-Jan-1999 21 Andrew Innes <andrewi@harlequin.co.uk> 16-Jan-1999
22 based on code from addsection.c 22 based on code from addsection.c