]> git.eshelyaron.com Git - emacs.git/commitdiff
Add copyright notices for all files. README is a new file, mainly
authorEli Zaretskii <eliz@gnu.org>
Thu, 1 Mar 2001 17:19:33 +0000 (17:19 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 1 Mar 2001 17:19:33 +0000 (17:19 +0000)
as a place for copyright notice for the binary files.

13 files changed:
msdos/ChangeLog
msdos/README [new file with mode: 0644]
msdos/sed1.inp
msdos/sed1v2.inp
msdos/sed2.inp
msdos/sed2x.inp
msdos/sed3.inp
msdos/sed3v2.inp
msdos/sed4.inp
msdos/sed5x.inp
msdos/sed6.inp
msdos/sedleim.inp
msdos/sedlisp.inp

index e7f7e885919b76063393fc9854261ad934eaffb2..b88685e8b86fdb87c9bb661da0d9ca379af10b2c 100644 (file)
@@ -1,3 +1,19 @@
+2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * README: New file.
+
+       * sed1.inp: Add copyright.
+       * sed1v2.inp: Add copyright.
+       * sed2.inp: Add copyright.
+       * sed2x.inp: Add copyright.
+       * sed3.inp: Add copyright.
+       * sed3v2.inp: Add copyright.
+       * sed4.inp: Add copyright.
+       * sed5x.inp: Add copyright.
+       * sed6.inp: Add copyright.
+       * sedleim.inp: Add copyright.
+       * sedlisp.inp: Add copyright.
+
 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * mainmake.v2, mainmake: Add copyright.
diff --git a/msdos/README b/msdos/README
new file mode 100644 (file)
index 0000000..a972c53
--- /dev/null
@@ -0,0 +1,23 @@
+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:
+
+# Copyright (C) 1993
+#   Free Software Foundation, Inc.
+#
+# 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.
+#
+# ----------------------------------------------------------------------
+
index fa17eca246e63fe03059bbcdabc13c28877e01de..edc52b0e9c3fad8f68826f03cbcfe570b11134c5 100644 (file)
@@ -7,21 +7,15 @@
 #
 # 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.
+# 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.
 #
-# GNU Emacs is distributed in the hope that it will be useful,
+# 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.  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.
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
+# ----------------------------------------------------------------------
 # In case src/Makefile needs to rebuild `make-doc.exe' (might happen under
 # Windows 95), make sure it gets built with commands that DOS
 # understands (one command per line).
index 072f3c142c9b40a7e6e232391c79f99e539e407a..fdc9488397cf39f108c2a31294f378e3ef232b82 100644 (file)
@@ -1,6 +1,21 @@
 # -sed1v2.inp-----------------------------------------------------------
 # Configuration script for src/Makefile under DJGPP v2.x
 # ----------------------------------------------------------------------
+#
+# Copyright (C) 1996, 1997, 1999, 2000
+#   Free Software Foundation, Inc.
+#
+# 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.
+#
+# ----------------------------------------------------------------------
 s/^#.*//
 s/^[ \f\t][ \f\t]*$//
 s/^ /  /
index 0900abe354e52cbfc9a292de0b0a9e896547d9e6..c01c3f932be0a6d9c19ed25e033aa9c2454918d3 100644 (file)
@@ -1,6 +1,21 @@
 # -sed2.inp-------------------------------------------------------------
 # Configuration script for src/config.h
 # ----------------------------------------------------------------------
+#
+# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000
+#   Free Software Foundation, Inc.
+#
+# 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.
+#
+# ----------------------------------------------------------------------
 /^#undef LISP_FLOAT_TYPE *$/s/undef/define/
 /^#undef GNU_MALLOC *$/s/undef/define/
 /^#undef REL_ALLOC *$/s/undef/define/
index 87f1e60feb45848db5825bc972eb6f4040f43d9d..b702c0084efc7b853a318d609d7a1caaf146cd9c 100644 (file)
@@ -1,6 +1,21 @@
 # -sed2x.inp------------------------------------------------------------
 # Extra configuration script for src/config.h for DesqView/X
 # ----------------------------------------------------------------------
+#
+# Copyright (C) 1994
+#   Free Software Foundation, Inc.
+#
+# 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.
+#
+# ----------------------------------------------------------------------
 /^#undef HAVE_X_WINDOWS *$/s/undef/define/
 /^#undef HAVE_X11 *$/s/undef/define/
 /^#undef HAVE_X_MENU *$/s/undef/define/
index 335bffff43994de49c4eaddb636602cbe0c42ace..a162e797bd060c1d19628120fb32bbf9de814785 100644 (file)
@@ -1,6 +1,21 @@
 # -sed3.inp-------------------------------------------------------------
 # Configuration script for lib-src/makefile
 # ----------------------------------------------------------------------
+#
+# Copyright (C) 1993, 1994, 1995
+#   Free Software Foundation, Inc.
+#
+# 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.
+#
+# ----------------------------------------------------------------------
 /^# DIST: /d
 /^SHELL *=/s/^/# /
 /^CC *=/s/=.*$/=gcc/
index 3f7138dbeb662c7efac85736f7c00c20b5314c02..77f513783013e966697d85e5a96449c16f562722 100644 (file)
@@ -1,6 +1,21 @@
 # -sed3v2.inp-------------------------------------------------------------
 # Configuration script for lib-src/makefile under DJGPP v2
 # ----------------------------------------------------------------------
+#
+# Copyright (C) 1996, 1998, 2000
+#   Free Software Foundation, Inc.
+#
+# 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.
+#
+# ----------------------------------------------------------------------
 /^# DIST: /d
 /^SHELL *=/s/^/# /
 /^CC *=/s/=.*$/=gcc/
index b85b5bee5d701df2c206a805e2da53a375ffcfb6..6f239277ded27c45cb5df148a8792b4fcdb0b95e 100644 (file)
@@ -1,6 +1,21 @@
 # -sed4.inp-------------------------------------------------------------
 # Configuration script for src/paths.h
 # ----------------------------------------------------------------------
+#
+# Copyright (C) 1994
+#   Free Software Foundation, Inc.
+#
+# 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.
+#
+# ----------------------------------------------------------------------
 /^#define *PATH_LOADSEARCH/s/".*"/rootrelativepath ("lisp")/
 /^#define *PATH_DATA/s/".*"/rootrelativepath ("etc")/
 /^#define *PATH_DOC/s/".*"/rootrelativepath ("etc")/
index 5c6ed3f93475e9a663c77cfbce0f2ad044b7ee69..595017aaa8088f2baf787536fe3bcf4b8f087e25 100644 (file)
@@ -1,6 +1,21 @@
 # -sed5x.inp------------------------------------------------------------
 # Configuration script for oldxmenu/makefile for DesqView/X
 # ----------------------------------------------------------------------
+#
+# Copyright (C) 1994
+#   Free Software Foundation, Inc.
+#
+# 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.
+#
+# ----------------------------------------------------------------------
 /^srcdir *=/s/@[^@\n]*@/./
 /^VPATH *=/s/@[^@\n]*@/./
 /^C_SWITCH_X_SITE *=/s/@[^@\n]*@//
index 336033e0cabe2b9f578828f5334ade9e68f03142..c83d083d9f262c40f70b74b77f7bfb75e5151b58 100644 (file)
@@ -1,6 +1,21 @@
 # -sed6.inp-----------------------------------------------------------
 # Configuration script for man/Makefile under DJGPP v2.x
 # ----------------------------------------------------------------------
+#
+# Copyright (C) 1997, 2000
+#   Free Software Foundation, Inc.
+#
+# 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.
+#
+# ----------------------------------------------------------------------
 /^srcdir *=/s/@[^@\n]*@/./
 /^VPATH *=/s/@[^@\n]*@/./
 /^ENVADD/c\
index ee4fcf84c5fbdc972a65df3f507b7067256b03eb..67c1b996c76bc370d771d1519f933d086477adaf 100644 (file)
@@ -1,6 +1,21 @@
 # -sedleim.inp-----------------------------------------------------------
 # Configuration script for leim/Makefile under DJGPP v2.x
 # ----------------------------------------------------------------------
+#
+# Copyright (C) 1999, 2000
+#   Free Software Foundation, Inc.
+#
+# 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.
+#
+# ----------------------------------------------------------------------
 /^SHELL *=/c\
 SHELL=/xyzzy/command\
 MAKESHELL=/xyzzy/command
index 74cfee56c32d343acb7e53accbb535cb07daca1c..0b409cd708c31055e0cff9b7590cf4f808a52cdd 100644 (file)
@@ -1,6 +1,21 @@
 # -sedlisp.inp-----------------------------------------------------------
 # Configuration script for lisp/Makefile under DJGPP v2.x
 # ----------------------------------------------------------------------
+#
+# Copyright (C) 2000
+#   Free Software Foundation, Inc.
+#
+# 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.
+#
+# ----------------------------------------------------------------------
 
 /^lisp=/s|@srcdir@|.|
 /^VPATH=/s|@srcdir@|.|