diff options
| author | Eli Zaretskii | 2001-02-20 16:49:09 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-02-20 16:49:09 +0000 |
| commit | 7121a5e168c80e2e9b471bd742b0fe45b24c1535 (patch) | |
| tree | b8e00395f05d957181a6cb8194060b0693b5ba5f /msdos | |
| parent | 07cc8e168d1f0b3ebfbd7e02b188394d5795656b (diff) | |
| download | emacs-7121a5e168c80e2e9b471bd742b0fe45b24c1535.tar.gz emacs-7121a5e168c80e2e9b471bd742b0fe45b24c1535.zip | |
Add copyright notice.
Diffstat (limited to 'msdos')
| -rw-r--r-- | msdos/ChangeLog | 4 | ||||
| -rw-r--r-- | msdos/mainmake | 19 | ||||
| -rw-r--r-- | msdos/mainmake.v2 | 21 |
3 files changed, 43 insertions, 1 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 7d46cf65c9c..e7f7e885919 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * mainmake.v2, mainmake: Add copyright. | ||
| 4 | |||
| 1 | 2000-11-22 Eli Zaretskii <eliz@is.elta.co.il> | 5 | 2000-11-22 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 6 | ||
| 3 | * sed2.inp (NSIG) [__DJGPP__ == 2 && __DJGPP_MINOR__ == 1]: | 7 | * 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 @@ | |||
| 1 | # Copyright (C) 1993,1994,1995,1996,2001 Free Software Foundation, Inc. | ||
| 2 | |||
| 3 | # This file is part of GNU Emacs. | ||
| 4 | |||
| 5 | # GNU Emacs is free software; you can redistribute it and/or modify | ||
| 6 | # it under the terms of the GNU General Public License as published by | ||
| 7 | # the Free Software Foundation; either version 2, or (at your option) | ||
| 8 | # any later version. | ||
| 9 | |||
| 10 | # GNU Emacs is distributed in the hope that it will be useful, | ||
| 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | # GNU General Public License for more details. | ||
| 14 | |||
| 15 | # You should have received a copy of the GNU General Public License | ||
| 16 | # along with GNU Emacs; see the file COPYING. If not, write to | ||
| 17 | # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | ||
| 18 | # Boston, MA 02111-1307, USA. | ||
| 19 | |||
| 1 | # make all to compile and build Emacs. | 20 | # make all to compile and build Emacs. |
| 2 | # make install to install it. | 21 | # make install to install it. |
| 3 | # make TAGS to update tags tables. | 22 | # 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 @@ | |||
| 1 | # Top-level Makefile for Emacs under MS-DOS/DJGPP v2.0 or higher. -*-makefile-*- | 1 | # Top-level Makefile for Emacs under MS-DOS/DJGPP v2.0 or higher. -*-makefile-*- |
| 2 | # | 2 | |
| 3 | # Copyright (C) 1996,1997,1998,1999,2000,2001 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | # This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | # GNU Emacs is free software; you can redistribute it and/or modify | ||
| 8 | # it under the terms of the GNU General Public License as published by | ||
| 9 | # the Free Software Foundation; either version 2, or (at your option) | ||
| 10 | # any later version. | ||
| 11 | |||
| 12 | # GNU Emacs is distributed in the hope that it will be useful, | ||
| 13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | # GNU General Public License for more details. | ||
| 16 | |||
| 17 | # You should have received a copy of the GNU General Public License | ||
| 18 | # along with GNU Emacs; see the file COPYING. If not, write to | ||
| 19 | # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | ||
| 20 | # Boston, MA 02111-1307, USA. | ||
| 21 | |||
| 3 | # make all to compile and build Emacs. | 22 | # make all to compile and build Emacs. |
| 4 | # make install to install it. | 23 | # make install to install it. |
| 5 | # make TAGS to update tags tables. | 24 | # make TAGS to update tags tables. |