aboutsummaryrefslogtreecommitdiffstats
path: root/msdos
diff options
context:
space:
mode:
authorEli Zaretskii2001-03-01 17:19:33 +0000
committerEli Zaretskii2001-03-01 17:19:33 +0000
commitd7fcecc1e9952bf2897d0dcc4832ee8f0339abe8 (patch)
tree81867d8fd388a46de32e9ec7136b2a4a8d5ec64c /msdos
parent35f59f6b575dd2e85d65ddb21139b395194694c7 (diff)
downloademacs-d7fcecc1e9952bf2897d0dcc4832ee8f0339abe8.tar.gz
emacs-d7fcecc1e9952bf2897d0dcc4832ee8f0339abe8.zip
Add copyright notices for all files. README is a new file, mainly
as a place for copyright notice for the binary files.
Diffstat (limited to 'msdos')
-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 @@
12001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * README: New file.
4
5 * sed1.inp: Add copyright.
6 * sed1v2.inp: Add copyright.
7 * sed2.inp: Add copyright.
8 * sed2x.inp: Add copyright.
9 * sed3.inp: Add copyright.
10 * sed3v2.inp: Add copyright.
11 * sed4.inp: Add copyright.
12 * sed5x.inp: Add copyright.
13 * sed6.inp: Add copyright.
14 * sedleim.inp: Add copyright.
15 * sedlisp.inp: Add copyright.
16
12001-02-20 Eli Zaretskii <eliz@is.elta.co.il> 172001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2 18
3 * mainmake.v2, mainmake: Add copyright. 19 * 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 @@
1This directory contains scripts for building the DJGPP (a.k.a. MS-DOS)
2version of Emacs, and other files useful for running that version of
3Emacs.
4
5The files emacs.ico and emacs.pif are for using the DJGPP version on
6Windows 3.X. Since these are binary files, their copyright notice is
7reproduced here:
8
9# Copyright (C) 1993
10# Free Software Foundation, Inc.
11#
12# This file is part of GNU Emacs.
13#
14# This file is free software; as a special exception, the author gives
15# unlimited permission to copy and/or distribute it, with or without
16# modifications, as long as this notice is preserved.
17#
18# This program is distributed in the hope that it will be useful,
19# but WITHOUT ANY WARRANTY; without even the implied warranty of
20# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
21#
22# ----------------------------------------------------------------------
23
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 @@
7# 7#
8# This file is part of GNU Emacs. 8# This file is part of GNU Emacs.
9# 9#
10# GNU Emacs is free software; you can redistribute it and/or modify 10# This file is free software; as a special exception, the author gives
11# it under the terms of the GNU General Public License as published by 11# unlimited permission to copy and/or distribute it, with or without
12# the Free Software Foundation; either version 2, or (at your option) 12# modifications, as long as this notice is preserved.
13# any later version.
14# 13#
15# GNU Emacs is distributed in the hope that it will be useful, 14# This program is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of 15# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18# GNU General Public License for more details.
19#
20# You should have received a copy of the GNU General Public License
21# along with GNU Emacs; see the file COPYING. If not, write to the
22# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23# Boston, MA 02111-1307, USA.
24# 17#
18# ----------------------------------------------------------------------
25# In case src/Makefile needs to rebuild `make-doc.exe' (might happen under 19# In case src/Makefile needs to rebuild `make-doc.exe' (might happen under
26# Windows 95), make sure it gets built with commands that DOS 20# Windows 95), make sure it gets built with commands that DOS
27# understands (one command per line). 21# 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 @@
1# -sed1v2.inp----------------------------------------------------------- 1# -sed1v2.inp-----------------------------------------------------------
2# Configuration script for src/Makefile under DJGPP v2.x 2# Configuration script for src/Makefile under DJGPP v2.x
3# ---------------------------------------------------------------------- 3# ----------------------------------------------------------------------
4#
5# Copyright (C) 1996, 1997, 1999, 2000
6# Free Software Foundation, Inc.
7#
8# This file is part of GNU Emacs.
9#
10# This file is free software; as a special exception, the author gives
11# unlimited permission to copy and/or distribute it, with or without
12# modifications, as long as this notice is preserved.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17#
18# ----------------------------------------------------------------------
4s/^#.*// 19s/^#.*//
5s/^[ \f\t][ \f\t]*$// 20s/^[ \f\t][ \f\t]*$//
6s/^ / / 21s/^ / /
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 @@
1# -sed2.inp------------------------------------------------------------- 1# -sed2.inp-------------------------------------------------------------
2# Configuration script for src/config.h 2# Configuration script for src/config.h
3# ---------------------------------------------------------------------- 3# ----------------------------------------------------------------------
4#
5# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000
6# Free Software Foundation, Inc.
7#
8# This file is part of GNU Emacs.
9#
10# This file is free software; as a special exception, the author gives
11# unlimited permission to copy and/or distribute it, with or without
12# modifications, as long as this notice is preserved.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17#
18# ----------------------------------------------------------------------
4/^#undef LISP_FLOAT_TYPE *$/s/undef/define/ 19/^#undef LISP_FLOAT_TYPE *$/s/undef/define/
5/^#undef GNU_MALLOC *$/s/undef/define/ 20/^#undef GNU_MALLOC *$/s/undef/define/
6/^#undef REL_ALLOC *$/s/undef/define/ 21/^#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 @@
1# -sed2x.inp------------------------------------------------------------ 1# -sed2x.inp------------------------------------------------------------
2# Extra configuration script for src/config.h for DesqView/X 2# Extra configuration script for src/config.h for DesqView/X
3# ---------------------------------------------------------------------- 3# ----------------------------------------------------------------------
4#
5# Copyright (C) 1994
6# Free Software Foundation, Inc.
7#
8# This file is part of GNU Emacs.
9#
10# This file is free software; as a special exception, the author gives
11# unlimited permission to copy and/or distribute it, with or without
12# modifications, as long as this notice is preserved.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17#
18# ----------------------------------------------------------------------
4/^#undef HAVE_X_WINDOWS *$/s/undef/define/ 19/^#undef HAVE_X_WINDOWS *$/s/undef/define/
5/^#undef HAVE_X11 *$/s/undef/define/ 20/^#undef HAVE_X11 *$/s/undef/define/
6/^#undef HAVE_X_MENU *$/s/undef/define/ 21/^#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 @@
1# -sed3.inp------------------------------------------------------------- 1# -sed3.inp-------------------------------------------------------------
2# Configuration script for lib-src/makefile 2# Configuration script for lib-src/makefile
3# ---------------------------------------------------------------------- 3# ----------------------------------------------------------------------
4#
5# Copyright (C) 1993, 1994, 1995
6# Free Software Foundation, Inc.
7#
8# This file is part of GNU Emacs.
9#
10# This file is free software; as a special exception, the author gives
11# unlimited permission to copy and/or distribute it, with or without
12# modifications, as long as this notice is preserved.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17#
18# ----------------------------------------------------------------------
4/^# DIST: /d 19/^# DIST: /d
5/^SHELL *=/s/^/# / 20/^SHELL *=/s/^/# /
6/^CC *=/s/=.*$/=gcc/ 21/^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 @@
1# -sed3v2.inp------------------------------------------------------------- 1# -sed3v2.inp-------------------------------------------------------------
2# Configuration script for lib-src/makefile under DJGPP v2 2# Configuration script for lib-src/makefile under DJGPP v2
3# ---------------------------------------------------------------------- 3# ----------------------------------------------------------------------
4#
5# Copyright (C) 1996, 1998, 2000
6# Free Software Foundation, Inc.
7#
8# This file is part of GNU Emacs.
9#
10# This file is free software; as a special exception, the author gives
11# unlimited permission to copy and/or distribute it, with or without
12# modifications, as long as this notice is preserved.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17#
18# ----------------------------------------------------------------------
4/^# DIST: /d 19/^# DIST: /d
5/^SHELL *=/s/^/# / 20/^SHELL *=/s/^/# /
6/^CC *=/s/=.*$/=gcc/ 21/^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 @@
1# -sed4.inp------------------------------------------------------------- 1# -sed4.inp-------------------------------------------------------------
2# Configuration script for src/paths.h 2# Configuration script for src/paths.h
3# ---------------------------------------------------------------------- 3# ----------------------------------------------------------------------
4#
5# Copyright (C) 1994
6# Free Software Foundation, Inc.
7#
8# This file is part of GNU Emacs.
9#
10# This file is free software; as a special exception, the author gives
11# unlimited permission to copy and/or distribute it, with or without
12# modifications, as long as this notice is preserved.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17#
18# ----------------------------------------------------------------------
4/^#define *PATH_LOADSEARCH/s/".*"/rootrelativepath ("lisp")/ 19/^#define *PATH_LOADSEARCH/s/".*"/rootrelativepath ("lisp")/
5/^#define *PATH_DATA/s/".*"/rootrelativepath ("etc")/ 20/^#define *PATH_DATA/s/".*"/rootrelativepath ("etc")/
6/^#define *PATH_DOC/s/".*"/rootrelativepath ("etc")/ 21/^#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 @@
1# -sed5x.inp------------------------------------------------------------ 1# -sed5x.inp------------------------------------------------------------
2# Configuration script for oldxmenu/makefile for DesqView/X 2# Configuration script for oldxmenu/makefile for DesqView/X
3# ---------------------------------------------------------------------- 3# ----------------------------------------------------------------------
4#
5# Copyright (C) 1994
6# Free Software Foundation, Inc.
7#
8# This file is part of GNU Emacs.
9#
10# This file is free software; as a special exception, the author gives
11# unlimited permission to copy and/or distribute it, with or without
12# modifications, as long as this notice is preserved.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17#
18# ----------------------------------------------------------------------
4/^srcdir *=/s/@[^@\n]*@/./ 19/^srcdir *=/s/@[^@\n]*@/./
5/^VPATH *=/s/@[^@\n]*@/./ 20/^VPATH *=/s/@[^@\n]*@/./
6/^C_SWITCH_X_SITE *=/s/@[^@\n]*@// 21/^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 @@
1# -sed6.inp----------------------------------------------------------- 1# -sed6.inp-----------------------------------------------------------
2# Configuration script for man/Makefile under DJGPP v2.x 2# Configuration script for man/Makefile under DJGPP v2.x
3# ---------------------------------------------------------------------- 3# ----------------------------------------------------------------------
4#
5# Copyright (C) 1997, 2000
6# Free Software Foundation, Inc.
7#
8# This file is part of GNU Emacs.
9#
10# This file is free software; as a special exception, the author gives
11# unlimited permission to copy and/or distribute it, with or without
12# modifications, as long as this notice is preserved.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17#
18# ----------------------------------------------------------------------
4/^srcdir *=/s/@[^@\n]*@/./ 19/^srcdir *=/s/@[^@\n]*@/./
5/^VPATH *=/s/@[^@\n]*@/./ 20/^VPATH *=/s/@[^@\n]*@/./
6/^ENVADD/c\ 21/^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 @@
1# -sedleim.inp----------------------------------------------------------- 1# -sedleim.inp-----------------------------------------------------------
2# Configuration script for leim/Makefile under DJGPP v2.x 2# Configuration script for leim/Makefile under DJGPP v2.x
3# ---------------------------------------------------------------------- 3# ----------------------------------------------------------------------
4#
5# Copyright (C) 1999, 2000
6# Free Software Foundation, Inc.
7#
8# This file is part of GNU Emacs.
9#
10# This file is free software; as a special exception, the author gives
11# unlimited permission to copy and/or distribute it, with or without
12# modifications, as long as this notice is preserved.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17#
18# ----------------------------------------------------------------------
4/^SHELL *=/c\ 19/^SHELL *=/c\
5SHELL=/xyzzy/command\ 20SHELL=/xyzzy/command\
6MAKESHELL=/xyzzy/command 21MAKESHELL=/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 @@
1# -sedlisp.inp----------------------------------------------------------- 1# -sedlisp.inp-----------------------------------------------------------
2# Configuration script for lisp/Makefile under DJGPP v2.x 2# Configuration script for lisp/Makefile under DJGPP v2.x
3# ---------------------------------------------------------------------- 3# ----------------------------------------------------------------------
4#
5# Copyright (C) 2000
6# Free Software Foundation, Inc.
7#
8# This file is part of GNU Emacs.
9#
10# This file is free software; as a special exception, the author gives
11# unlimited permission to copy and/or distribute it, with or without
12# modifications, as long as this notice is preserved.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17#
18# ----------------------------------------------------------------------
4 19
5/^lisp=/s|@srcdir@|.| 20/^lisp=/s|@srcdir@|.|
6/^VPATH=/s|@srcdir@|.| 21/^VPATH=/s|@srcdir@|.|