summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-03-01 17:19:33 +0000
committerEli Zaretskii <eliz@gnu.org>2001-03-01 17:19:33 +0000
commitd7fcecc1e9952bf2897d0dcc4832ee8f0339abe8 (patch)
tree81867d8fd388a46de32e9ec7136b2a4a8d5ec64c
parent35f59f6b575dd2e85d65ddb21139b395194694c7 (diff)
downloademacs-d7fcecc1e9952bf2897d0dcc4832ee8f0339abe8.tar.gz
Add copyright notices for all files. README is a new file, mainly
as a place for copyright notice for the binary files.
-rw-r--r--msdos/ChangeLog16
-rw-r--r--msdos/README23
-rw-r--r--msdos/sed1.inp18
-rw-r--r--msdos/sed1v2.inp15
-rw-r--r--msdos/sed2.inp15
-rw-r--r--msdos/sed2x.inp15
-rw-r--r--msdos/sed3.inp15
-rw-r--r--msdos/sed3v2.inp15
-rw-r--r--msdos/sed4.inp15
-rw-r--r--msdos/sed5x.inp15
-rw-r--r--msdos/sed6.inp15
-rw-r--r--msdos/sedleim.inp15
-rw-r--r--msdos/sedlisp.inp15
13 files changed, 195 insertions, 12 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index e7f7e885919..b88685e8b86 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -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
index 00000000000..a972c53814f
--- /dev/null
+++ b/msdos/README
@@ -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.
+#
+# ----------------------------------------------------------------------
+
diff --git a/msdos/sed1.inp b/msdos/sed1.inp
index fa17eca246e..edc52b0e9c3 100644
--- a/msdos/sed1.inp
+++ b/msdos/sed1.inp
@@ -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).
diff --git a/msdos/sed1v2.inp b/msdos/sed1v2.inp
index 072f3c142c9..fdc9488397c 100644
--- a/msdos/sed1v2.inp
+++ b/msdos/sed1v2.inp
@@ -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/^ / /
diff --git a/msdos/sed2.inp b/msdos/sed2.inp
index 0900abe354e..c01c3f932be 100644
--- a/msdos/sed2.inp
+++ b/msdos/sed2.inp
@@ -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/
diff --git a/msdos/sed2x.inp b/msdos/sed2x.inp
index 87f1e60feb4..b702c0084ef 100644
--- a/msdos/sed2x.inp
+++ b/msdos/sed2x.inp
@@ -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/
diff --git a/msdos/sed3.inp b/msdos/sed3.inp
index 335bffff439..a162e797bd0 100644
--- a/msdos/sed3.inp
+++ b/msdos/sed3.inp
@@ -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/
diff --git a/msdos/sed3v2.inp b/msdos/sed3v2.inp
index 3f7138dbeb6..77f51378301 100644
--- a/msdos/sed3v2.inp
+++ b/msdos/sed3v2.inp
@@ -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/
diff --git a/msdos/sed4.inp b/msdos/sed4.inp
index b85b5bee5d7..6f239277ded 100644
--- a/msdos/sed4.inp
+++ b/msdos/sed4.inp
@@ -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")/
diff --git a/msdos/sed5x.inp b/msdos/sed5x.inp
index 5c6ed3f9347..595017aaa80 100644
--- a/msdos/sed5x.inp
+++ b/msdos/sed5x.inp
@@ -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]*@//
diff --git a/msdos/sed6.inp b/msdos/sed6.inp
index 336033e0cab..c83d083d9f2 100644
--- a/msdos/sed6.inp
+++ b/msdos/sed6.inp
@@ -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\
diff --git a/msdos/sedleim.inp b/msdos/sedleim.inp
index ee4fcf84c5f..67c1b996c76 100644
--- a/msdos/sedleim.inp
+++ b/msdos/sedleim.inp
@@ -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
diff --git a/msdos/sedlisp.inp b/msdos/sedlisp.inp
index 74cfee56c32..0b409cd708c 100644
--- a/msdos/sedlisp.inp
+++ b/msdos/sedlisp.inp
@@ -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@|.|