changeset 36461:a4fb0c9be609

Add copyright notices for all files. README is a new file, mainly as a place for copyright notice for the binary files.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 01 Mar 2001 17:19:33 +0000
parents cb4f456f4841
children 914a713af75b
files msdos/ChangeLog msdos/README 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
diffstat 13 files changed, 195 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/msdos/ChangeLog	Thu Mar 01 16:39:11 2001 +0000
+++ b/msdos/ChangeLog	Thu Mar 01 17:19:33 2001 +0000
@@ -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.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/msdos/README	Thu Mar 01 17:19:33 2001 +0000
@@ -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.
+#
+# ----------------------------------------------------------------------
+
--- a/msdos/sed1.inp	Thu Mar 01 16:39:11 2001 +0000
+++ b/msdos/sed1.inp	Thu Mar 01 17:19:33 2001 +0000
@@ -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.
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
-# 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.
-#
+# ----------------------------------------------------------------------
 # 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).
--- a/msdos/sed1v2.inp	Thu Mar 01 16:39:11 2001 +0000
+++ b/msdos/sed1v2.inp	Thu Mar 01 17:19:33 2001 +0000
@@ -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/^ /	/
--- a/msdos/sed2.inp	Thu Mar 01 16:39:11 2001 +0000
+++ b/msdos/sed2.inp	Thu Mar 01 17:19:33 2001 +0000
@@ -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/
--- a/msdos/sed2x.inp	Thu Mar 01 16:39:11 2001 +0000
+++ b/msdos/sed2x.inp	Thu Mar 01 17:19:33 2001 +0000
@@ -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/
--- a/msdos/sed3.inp	Thu Mar 01 16:39:11 2001 +0000
+++ b/msdos/sed3.inp	Thu Mar 01 17:19:33 2001 +0000
@@ -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/
--- a/msdos/sed3v2.inp	Thu Mar 01 16:39:11 2001 +0000
+++ b/msdos/sed3v2.inp	Thu Mar 01 17:19:33 2001 +0000
@@ -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/
--- a/msdos/sed4.inp	Thu Mar 01 16:39:11 2001 +0000
+++ b/msdos/sed4.inp	Thu Mar 01 17:19:33 2001 +0000
@@ -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")/
--- a/msdos/sed5x.inp	Thu Mar 01 16:39:11 2001 +0000
+++ b/msdos/sed5x.inp	Thu Mar 01 17:19:33 2001 +0000
@@ -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]*@//
--- a/msdos/sed6.inp	Thu Mar 01 16:39:11 2001 +0000
+++ b/msdos/sed6.inp	Thu Mar 01 17:19:33 2001 +0000
@@ -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\
--- a/msdos/sedleim.inp	Thu Mar 01 16:39:11 2001 +0000
+++ b/msdos/sedleim.inp	Thu Mar 01 17:19:33 2001 +0000
@@ -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
--- a/msdos/sedlisp.inp	Thu Mar 01 16:39:11 2001 +0000
+++ b/msdos/sedlisp.inp	Thu Mar 01 17:19:33 2001 +0000
@@ -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@|.|