diff options
| author | Thien-Thi Nguyen | 2006-02-06 12:31:40 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2006-02-06 12:31:40 +0000 |
| commit | ceb4c4d3039f5b70d0e49c343bce0bd36cfc1dc8 (patch) | |
| tree | fe89d538c1a030d97a6600d34de8a0f964278202 /msdos | |
| parent | 273dc16aaf917c39c88dd577fa20bd12c7060638 (diff) | |
| download | emacs-ceb4c4d3039f5b70d0e49c343bce0bd36cfc1dc8.tar.gz emacs-ceb4c4d3039f5b70d0e49c343bce0bd36cfc1dc8.zip | |
Update years in copyright notice; nfc.
Diffstat (limited to 'msdos')
| -rw-r--r-- | msdos/ChangeLog | 2 | ||||
| -rw-r--r-- | msdos/README | 3 | ||||
| -rw-r--r-- | msdos/mainmake | 2 | ||||
| -rw-r--r-- | msdos/mainmake.v2 | 2 | ||||
| -rw-r--r-- | msdos/sed1.inp | 2 | ||||
| -rw-r--r-- | msdos/sed1v2.inp | 2 | ||||
| -rw-r--r-- | msdos/sed2.inp | 2 | ||||
| -rw-r--r-- | msdos/sed2v2.inp | 2 | ||||
| -rw-r--r-- | msdos/sed2x.inp | 3 | ||||
| -rw-r--r-- | msdos/sed3.inp | 2 | ||||
| -rw-r--r-- | msdos/sed3v2.inp | 2 | ||||
| -rw-r--r-- | msdos/sed4.inp | 3 | ||||
| -rw-r--r-- | msdos/sed5x.inp | 3 | ||||
| -rw-r--r-- | msdos/sed6.inp | 2 | ||||
| -rw-r--r-- | msdos/sedleim.inp | 2 | ||||
| -rw-r--r-- | msdos/sedlisp.inp | 3 |
16 files changed, 21 insertions, 16 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 7846f90c508..988f073cb53 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -615,7 +615,7 @@ | |||
| 615 | ;; End: | 615 | ;; End: |
| 616 | 616 | ||
| 617 | Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, | 617 | Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, |
| 618 | 2004, 2005 Free Software Foundation, Inc. | 618 | 2004, 2005, 2006 Free Software Foundation, Inc. |
| 619 | Copying and distribution of this file, with or without modification, | 619 | Copying and distribution of this file, with or without modification, |
| 620 | are permitted provided the copyright notice and this notice are preserved. | 620 | are permitted provided the copyright notice and this notice are preserved. |
| 621 | 621 | ||
diff --git a/msdos/README b/msdos/README index 3827d2944d7..40f579cf49f 100644 --- a/msdos/README +++ b/msdos/README | |||
| @@ -6,7 +6,8 @@ The files emacs.ico and emacs.pif are for using the DJGPP version on | |||
| 6 | Windows 3.X. Since these are binary files, their copyright notice is | 6 | Windows 3.X. Since these are binary files, their copyright notice is |
| 7 | reproduced here: | 7 | reproduced here: |
| 8 | 8 | ||
| 9 | # Copyright (C) 1993, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 9 | # Copyright (C) 1993, 2002, 2003, 2004, 2005, |
| 10 | # 2006 Free Software Foundation, Inc. | ||
| 10 | # | 11 | # |
| 11 | # This file is part of GNU Emacs. | 12 | # This file is part of GNU Emacs. |
| 12 | # | 13 | # |
diff --git a/msdos/mainmake b/msdos/mainmake index d09f11b4e40..1b69bfd24e6 100644 --- a/msdos/mainmake +++ b/msdos/mainmake | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Copyright (C) 1993, 1994, 1995, 1996, 2001, 2002, 2003, 2004, | 1 | # Copyright (C) 1993, 1994, 1995, 1996, 2001, 2002, 2003, 2004, |
| 2 | # 2005 Free Software Foundation, Inc. | 2 | # 2005, 2006 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | # This file is part of GNU Emacs. | 4 | # This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index b31dcb8905c..d46651e3253 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # Top-level Makefile for Emacs under MS-DOS/DJGPP v2.0 or higher. -*-makefile-*- | 1 | # Top-level Makefile for Emacs under MS-DOS/DJGPP v2.0 or higher. -*-makefile-*- |
| 2 | 2 | ||
| 3 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | # 2005 Free Software Foundation, Inc. | 4 | # 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/msdos/sed1.inp b/msdos/sed1.inp index 2efbde37a6f..b13a7ae08ac 100644 --- a/msdos/sed1.inp +++ b/msdos/sed1.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, | 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, |
| 6 | # 2005 Free Software Foundation, Inc. | 6 | # 2005, 2006 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 9 | # | 9 | # |
diff --git a/msdos/sed1v2.inp b/msdos/sed1v2.inp index 358faa24dc4..63f62985f52 100644 --- a/msdos/sed1v2.inp +++ b/msdos/sed1v2.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, | 5 | # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, |
| 6 | # 2005 Free Software Foundation, Inc. | 6 | # 2005, 2006 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 9 | # | 9 | # |
diff --git a/msdos/sed2.inp b/msdos/sed2.inp index 945b753d01d..3f5852e6c59 100644 --- a/msdos/sed2.inp +++ b/msdos/sed2.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, | 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, |
| 6 | # 2004, 2005 Free Software Foundation, Inc. | 6 | # 2004, 2005, 2006 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 9 | # | 9 | # |
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp index 3beb48650e7..89fae6d7a41 100644 --- a/msdos/sed2v2.inp +++ b/msdos/sed2v2.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, | 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, |
| 6 | # 2004, 2005 Free Software Foundation, Inc. | 6 | # 2004, 2005, 2006 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 9 | # | 9 | # |
diff --git a/msdos/sed2x.inp b/msdos/sed2x.inp index b1cbd696030..b31d1361ace 100644 --- a/msdos/sed2x.inp +++ b/msdos/sed2x.inp | |||
| @@ -2,7 +2,8 @@ | |||
| 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 | # | 4 | # |
| 5 | # Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 5 | # Copyright (C) 1994, 2002, 2003, 2004, 2005, |
| 6 | # 2006 Free Software Foundation, Inc. | ||
| 6 | # | 7 | # |
| 7 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 8 | # | 9 | # |
diff --git a/msdos/sed3.inp b/msdos/sed3.inp index efbe448d0d1..299e44fe6df 100644 --- a/msdos/sed3.inp +++ b/msdos/sed3.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1993, 1994, 1995, 2002, 2003, 2004, | 5 | # Copyright (C) 1993, 1994, 1995, 2002, 2003, 2004, |
| 6 | # 2005 Free Software Foundation, Inc. | 6 | # 2005, 2006 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 9 | # | 9 | # |
diff --git a/msdos/sed3v2.inp b/msdos/sed3v2.inp index fb6b67cc422..39d644999fa 100644 --- a/msdos/sed3v2.inp +++ b/msdos/sed3v2.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1996, 1998, 2000, 2002, 2003, 2004, | 5 | # Copyright (C) 1996, 1998, 2000, 2002, 2003, 2004, |
| 6 | # 2005 Free Software Foundation, Inc. | 6 | # 2005, 2006 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 9 | # | 9 | # |
diff --git a/msdos/sed4.inp b/msdos/sed4.inp index 23883bc8e2d..fcdf6cef47d 100644 --- a/msdos/sed4.inp +++ b/msdos/sed4.inp | |||
| @@ -2,7 +2,8 @@ | |||
| 2 | # Configuration script for src/paths.h | 2 | # Configuration script for src/paths.h |
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 5 | # Copyright (C) 1994, 2002, 2003, 2004, 2005, |
| 6 | # 2006 Free Software Foundation, Inc. | ||
| 6 | # | 7 | # |
| 7 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 8 | # | 9 | # |
diff --git a/msdos/sed5x.inp b/msdos/sed5x.inp index c9a3ac998ce..54d56825bef 100644 --- a/msdos/sed5x.inp +++ b/msdos/sed5x.inp | |||
| @@ -2,7 +2,8 @@ | |||
| 2 | # Configuration script for oldxmenu/makefile for DesqView/X | 2 | # Configuration script for oldxmenu/makefile for DesqView/X |
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 5 | # Copyright (C) 1994, 2002, 2003, 2004, 2005, |
| 6 | # 2006 Free Software Foundation, Inc. | ||
| 6 | # | 7 | # |
| 7 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 8 | # | 9 | # |
diff --git a/msdos/sed6.inp b/msdos/sed6.inp index 2aae6aa441c..b74d2aa3a54 100644 --- a/msdos/sed6.inp +++ b/msdos/sed6.inp | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | # --------------------------------------------------------------------------- | 4 | # --------------------------------------------------------------------------- |
| 5 | # | 5 | # |
| 6 | # Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, | 6 | # Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, |
| 7 | # 2005 Free Software Foundation, Inc. | 7 | # 2005, 2006 Free Software Foundation, Inc. |
| 8 | # | 8 | # |
| 9 | # This file is part of GNU Emacs. | 9 | # This file is part of GNU Emacs. |
| 10 | # | 10 | # |
diff --git a/msdos/sedleim.inp b/msdos/sedleim.inp index 287dfad7c44..c5d2e1daded 100644 --- a/msdos/sedleim.inp +++ b/msdos/sedleim.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1999, 2000, 2002, 2003, 2004, | 5 | # Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 6 | # 2005 Free Software Foundation, Inc. | 6 | # 2005, 2006 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 9 | # | 9 | # |
diff --git a/msdos/sedlisp.inp b/msdos/sedlisp.inp index bb7d8b8e620..49dcabc588a 100644 --- a/msdos/sedlisp.inp +++ b/msdos/sedlisp.inp | |||
| @@ -2,7 +2,8 @@ | |||
| 2 | # Configuration script for lisp/Makefile under DJGPP v2.x | 2 | # Configuration script for lisp/Makefile under DJGPP v2.x |
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 5 | # Copyright (C) 2000, 2002, 2003, 2004, 2005, |
| 6 | # 2006 Free Software Foundation, Inc. | ||
| 6 | # | 7 | # |
| 7 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 8 | # | 9 | # |