From: Eli Zaretskii <eliz@gnu.org>
Date: Tue, 20 Feb 2001 16:49:09 +0000 (+0000)
Subject: Add copyright notice.
X-Git-Tag: emacs-pretest-21.0.99~259
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7121a5e168c80e2e9b471bd742b0fe45b24c1535;p=emacs.git

Add copyright notice.
---

diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index 7d46cf65c9c..e7f7e885919 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
+
+	* mainmake.v2, mainmake: Add copyright.
+
 2000-11-22  Eli Zaretskii  <eliz@is.elta.co.il>
 
 	* sed2.inp (NSIG) [__DJGPP__ == 2 && __DJGPP_MINOR__ == 1]:
diff --git a/msdos/mainmake b/msdos/mainmake
index 66b70aae795..85a275fda3d 100644
--- a/msdos/mainmake
+++ b/msdos/mainmake
@@ -1,3 +1,22 @@
+# Copyright (C) 1993,1994,1995,1996,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.
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2
index 919f263344b..fc91310ef08 100644
--- a/msdos/mainmake.v2
+++ b/msdos/mainmake.v2
@@ -1,5 +1,24 @@
 # Top-level Makefile for Emacs under MS-DOS/DJGPP v2.0 or higher. -*-makefile-*-
-#
+
+# Copyright (C) 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.