Mercurial > emacs
changeset 36236:40a7360c9f8d
Add copyright notice.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 20 Feb 2001 16:48:46 +0000 |
parents | 4c4c17958dbb |
children | f4389fc8c0e0 |
files | msdos/mainmake msdos/mainmake.v2 |
diffstat | 2 files changed, 39 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/msdos/mainmake Tue Feb 20 16:33:21 2001 +0000 +++ b/msdos/mainmake Tue Feb 20 16:48:46 2001 +0000 @@ -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.
--- a/msdos/mainmake.v2 Tue Feb 20 16:33:21 2001 +0000 +++ b/msdos/mainmake.v2 Tue Feb 20 16:48:46 2001 +0000 @@ -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.