diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-02-20 16:48:46 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-02-20 16:48:46 +0000 |
commit | e414fa2b5b635dc13ab52fdebd7ff7f22605cc3d (patch) | |
tree | 5877117ce6c20f3957f425af9562d7ed4333c944 /msdos | |
parent | e5fd0ea24b6cf11e9714639c2026432dce9d064c (diff) | |
download | emacs-e414fa2b5b635dc13ab52fdebd7ff7f22605cc3d.tar.gz |
Add copyright notice.
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/mainmake | 19 | ||||
-rw-r--r-- | msdos/mainmake.v2 | 21 |
2 files changed, 39 insertions, 1 deletions
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. |