aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Innes2001-02-24 22:11:00 +0000
committerAndrew Innes2001-02-24 22:11:00 +0000
commit53b67fa09300ba4ab03dbf1804d132029222f807 (patch)
treebec52458c5251cd886727901aeb3827cae077567
parent2821d96751a55b22ba5f6311bab9bba04dfc0913 (diff)
downloademacs-53b67fa09300ba4ab03dbf1804d132029222f807.tar.gz
emacs-53b67fa09300ba4ab03dbf1804d132029222f807.zip
Fix copyright notice.
-rw-r--r--lib-src/makefile.w32-in4
-rw-r--r--lisp/makefile.w32-in5
2 files changed, 4 insertions, 5 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 4262ca34ffd..5d273a117e3 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -1,5 +1,5 @@
1# Makefile for GNU Emacs lib-src directory. 1# Makefile for GNU Emacs on the Microsoft W32 API.
2# Copyright (C) 1994, 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#
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in
index 619851363ec..4ec32942722 100644
--- a/lisp/makefile.w32-in
+++ b/lisp/makefile.w32-in
@@ -1,6 +1,5 @@
1# Hacked up Nmake makefile for GNU Emacs 1# Makefile for GNU Emacs on the Microsoft W32 API.
2# Geoff Voelker (voelker@cs.washington.edu) 2# Copyright (c) 2000-2001 Free Software Foundation, Inc.
3# Copyright (c) 1994 Free Software Foundation, Inc.
4# 3#
5# This file is part of GNU Emacs. 4# This file is part of GNU Emacs.
6# 5#