summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-02-20 13:36:21 +0000
committerGerd Moellmann <gerd@gnu.org>2001-02-20 13:36:21 +0000
commitc18bc57e1363f92a169265ac04d0475c8a38a511 (patch)
tree14264edcf9aebc5314d2b70e7ba1b78388ac24d4 /Makefile.in
parent21bf5e4fc166c5bf630e568c70af4dfece50eeac (diff)
downloademacs-c18bc57e1363f92a169265ac04d0475c8a38a511.tar.gz
Add copyright notice.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index afdef66e809..9fb697b1f15 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -2,6 +2,26 @@
# DIST: make most of the changes to this file you might want, so try
# DIST: that first.
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+# 2000, 2001 Free Software Foundation, Inc.
+
+# This file is part of GNU Emacs.
+
+# GNU Emacs is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# GNU Emacs is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# 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.
+
# make all to compile and build Emacs.
# make install to install it.
# make TAGS to update tags tables.