diff options
| author | Eli Zaretskii | 2010-05-18 10:57:27 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-05-18 10:57:27 +0300 |
| commit | 952d5580c9fa32e3ed05de389b8715ee20c20ea9 (patch) | |
| tree | 37f6471245c886881bde9c0c7f45b1357e91af84 | |
| parent | 5d8fe0ba81f1a2d502ad4be7d29904436abd954e (diff) | |
| download | emacs-952d5580c9fa32e3ed05de389b8715ee20c20ea9.tar.gz emacs-952d5580c9fa32e3ed05de389b8715ee20c20ea9.zip | |
msdos/sed1x.inp: Add copyright notice.
| -rw-r--r-- | msdos/ChangeLog | 4 | ||||
| -rw-r--r-- | msdos/sed1x.inp | 15 |
2 files changed, 19 insertions, 0 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 1034b0a3d23..fd320d85920 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-18 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * sed1x.inp: Add copyright notice. | ||
| 4 | |||
| 1 | 2010-05-18 Glenn Morris <rgm@gnu.org> | 5 | 2010-05-18 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * sed1v2.inp (RALLOC_OBJ): Edit to ralloc.o. | 7 | * sed1v2.inp (RALLOC_OBJ): Edit to ralloc.o. |
diff --git a/msdos/sed1x.inp b/msdos/sed1x.inp index d0e0734651f..118b00c2538 100644 --- a/msdos/sed1x.inp +++ b/msdos/sed1x.inp | |||
| @@ -1,6 +1,21 @@ | |||
| 1 | # -sed1x.inp------------------------------------------------------------ | 1 | # -sed1x.inp------------------------------------------------------------ |
| 2 | # Extra configuration script for src/makefile for DesqView/X | 2 | # Extra configuration script for src/makefile for DesqView/X |
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | ||
| 5 | # Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, | ||
| 6 | # 2005, 2006, 2007, 2008, 2009, 2010 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 | s!^ cd \${oldXMenudir}; \${MAKE}.*$! ${MAKE} -C ${oldXMenudir}.! | 19 | s!^ cd \${oldXMenudir}; \${MAKE}.*$! ${MAKE} -C ${oldXMenudir}.! |
| 5 | s!^ @true *$! @rem! | 20 | s!^ @true *$! @rem! |
| 6 | s/DOC/DOC-X/g | 21 | s/DOC/DOC-X/g |