aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Innes2001-02-24 22:01:57 +0000
committerAndrew Innes2001-02-24 22:01:57 +0000
commit2821d96751a55b22ba5f6311bab9bba04dfc0913 (patch)
tree80bc3b063689148369ca9390c71bc7c4cd1d7f44
parent41eca17b1ddbe28cd970253f238fbbfb8350f052 (diff)
downloademacs-2821d96751a55b22ba5f6311bab9bba04dfc0913.tar.gz
emacs-2821d96751a55b22ba5f6311bab9bba04dfc0913.zip
Update copyright notice.
-rwxr-xr-xnt/configure.bat2
-rw-r--r--nt/makefile.def1
-rw-r--r--nt/makefile.nt1
-rw-r--r--src/makefile.w32-in2
4 files changed, 4 insertions, 2 deletions
diff --git a/nt/configure.bat b/nt/configure.bat
index f95757117cd..4fd8ea549bd 100755
--- a/nt/configure.bat
+++ b/nt/configure.bat
@@ -1,7 +1,7 @@
1@echo off 1@echo off
2rem ---------------------------------------------------------------------- 2rem ----------------------------------------------------------------------
3rem Configuration script for MS Windows 95/98 and NT/2000 3rem Configuration script for MS Windows 95/98 and NT/2000
4rem Copyright (C) 1999, 2000 Free Software Foundation, Inc. 4rem Copyright (C) 1999-2001 Free Software Foundation, Inc.
5 5
6rem This file is part of GNU Emacs. 6rem This file is part of GNU Emacs.
7 7
diff --git a/nt/makefile.def b/nt/makefile.def
index 75f3298e32d..6fb05dfd20a 100644
--- a/nt/makefile.def
+++ b/nt/makefile.def
@@ -1,5 +1,6 @@
1# 1#
2# Makefile definition file for building GNU Emacs on Windows NT 2# Makefile definition file for building GNU Emacs on Windows NT
3# Copyright (c) 1994-2001 Free Software Foundation, Inc.
3# 4#
4# GNU Emacs is free software; you can redistribute it and/or modify 5# GNU Emacs is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
diff --git a/nt/makefile.nt b/nt/makefile.nt
index a89e6a446ac..e1378f611e7 100644
--- a/nt/makefile.nt
+++ b/nt/makefile.nt
@@ -1,5 +1,6 @@
1# 1#
2# Top level makefile for building GNU Emacs on Windows NT 2# Top level makefile for building GNU Emacs on Windows NT
3# Copyright (c) 1993-2000 Free Software Foundation, Inc.
3# 4#
4# This file is part of GNU Emacs. 5# This file is part of GNU Emacs.
5# 6#
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index b89218c3443..e8583da42ba 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -1,5 +1,5 @@
1# Makefile for GNU Emacs on the Microsoft W32 API. 1# Makefile for GNU Emacs on the Microsoft W32 API.
2# Copyright (c) 1992-2000 Free Software Foundation, Inc. 2# Copyright (c) 2000-2001 Free Software Foundation, Inc.
3# 3#
4# This file is part of GNU Emacs. 4# This file is part of GNU Emacs.
5# 5#