README 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. Copyright (C) 2001-2016 Free Software Foundation, Inc.
  2. See the end of the file for license conditions.
  3. This directory contains scripts for building the DJGPP (a.k.a. MS-DOS)
  4. version of Emacs, and other files useful for running that version of
  5. Emacs.
  6. The files emacs.ico and emacs.pif are for using the DJGPP version on
  7. Windows 3.X. Since these are binary files, their copyright notice is
  8. reproduced here:
  9. # Copyright (C) 1993, 2002-2016 Free Software Foundation, Inc.
  10. #
  11. # This file is part of GNU Emacs.
  12. #
  13. # This file is free software; as a special exception, the author gives
  14. # unlimited permission to copy and/or distribute it, with or without
  15. # modifications, as long as this notice is preserved.
  16. #
  17. # This program is distributed in the hope that it will be useful,
  18. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  20. #
  21. # ----------------------------------------------------------------------
  22. This file is part of GNU Emacs.
  23. GNU Emacs is free software: you can redistribute it and/or modify
  24. it under the terms of the GNU General Public License as published by
  25. the Free Software Foundation, either version 3 of the License, or
  26. (at your option) any later version.
  27. GNU Emacs is distributed in the hope that it will be useful,
  28. but WITHOUT ANY WARRANTY; without even the implied warranty of
  29. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  30. GNU General Public License for more details.
  31. You should have received a copy of the GNU General Public License
  32. along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.