2018-01-01 08:21:42 +00:00
|
|
|
|
Copyright (C) 2001-2018 Free Software Foundation, Inc.
|
2007-02-11 00:47:36 +00:00
|
|
|
|
See the end of the file for license conditions.
|
|
|
|
|
|
|
|
|
|
|
2001-03-01 17:19:33 +00:00
|
|
|
|
This directory contains scripts for building the DJGPP (a.k.a. MS-DOS)
|
|
|
|
|
version of Emacs, and other files useful for running that version of
|
|
|
|
|
Emacs.
|
|
|
|
|
|
|
|
|
|
The files emacs.ico and emacs.pif are for using the DJGPP version on
|
|
|
|
|
Windows 3.X. Since these are binary files, their copyright notice is
|
|
|
|
|
reproduced here:
|
|
|
|
|
|
2018-01-01 09:02:09 +00:00
|
|
|
|
# Copyright (C) 1993, 2002-2018 Free Software Foundation, Inc.
|
2001-03-01 17:19:33 +00:00
|
|
|
|
#
|
|
|
|
|
# This file is part of GNU Emacs.
|
|
|
|
|
#
|
|
|
|
|
# This file is free software; as a special exception, the author gives
|
|
|
|
|
# unlimited permission to copy and/or distribute it, with or without
|
|
|
|
|
# modifications, as long as this notice is preserved.
|
|
|
|
|
#
|
|
|
|
|
# This program 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.
|
|
|
|
|
#
|
|
|
|
|
# ----------------------------------------------------------------------
|
|
|
|
|
|
2007-02-11 00:47:36 +00:00
|
|
|
|
|
|
|
|
|
This file is part of GNU Emacs.
|
|
|
|
|
|
2008-05-09 04:44:29 +00:00
|
|
|
|
GNU Emacs is free software: you can redistribute it and/or modify
|
2007-02-11 00:47:36 +00:00
|
|
|
|
it under the terms of the GNU General Public License as published by
|
2008-05-09 04:44:29 +00:00
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
|
(at your option) any later version.
|
2007-02-11 00:47:36 +00:00
|
|
|
|
|
|
|
|
|
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
|
2017-09-30 00:44:23 +00:00
|
|
|
|
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|