diff options
| author | Glenn Morris | 2008-05-09 04:44:29 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-05-09 04:44:29 +0000 |
| commit | ff0cdfb99b9a69f0cbb642748b5a97ac108351d3 (patch) | |
| tree | 0fb00ccd7c7fd2fbd708cd42712b30eec19fa31c /msdos/mainmake | |
| parent | 3187ea63b1b6d95d7c6c68ae1e72d152b5b0a45b (diff) | |
| download | emacs-ff0cdfb99b9a69f0cbb642748b5a97ac108351d3.tar.gz emacs-ff0cdfb99b9a69f0cbb642748b5a97ac108351d3.zip | |
Switch to recommended form of GPLv3 permissions notice.
Diffstat (limited to 'msdos/mainmake')
| -rw-r--r-- | msdos/mainmake | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/msdos/mainmake b/msdos/mainmake index e7df1cd7984..c4d8c92be86 100644 --- a/msdos/mainmake +++ b/msdos/mainmake | |||
| @@ -3,10 +3,10 @@ | |||
| 3 | 3 | ||
| 4 | # This file is part of GNU Emacs. | 4 | # This file is part of GNU Emacs. |
| 5 | 5 | ||
| 6 | # GNU Emacs is free software; you can redistribute it and/or modify | 6 | # GNU Emacs is free software: you can redistribute it and/or modify |
| 7 | # it under the terms of the GNU General Public License as published by | 7 | # it under the terms of the GNU General Public License as published by |
| 8 | # the Free Software Foundation; either version 3, or (at your option) | 8 | # the Free Software Foundation, either version 3 of the License, or |
| 9 | # any later version. | 9 | # (at your option) any later version. |
| 10 | 10 | ||
| 11 | # GNU Emacs is distributed in the hope that it will be useful, | 11 | # GNU Emacs is distributed in the hope that it will be useful, |
| 12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -14,9 +14,7 @@ | |||
| 14 | # GNU General Public License for more details. | 14 | # GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | # You should have received a copy of the GNU General Public License | 16 | # You should have received a copy of the GNU General Public License |
| 17 | # along with GNU Emacs; see the file COPYING. If not, write to | 17 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 18 | # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 19 | # Boston, MA 02110-1301, USA. | ||
| 20 | 18 | ||
| 21 | # make all to compile and build Emacs. | 19 | # make all to compile and build Emacs. |
| 22 | # make install to install it. | 20 | # make install to install it. |