diff options
| author | Thien-Thi Nguyen | 2005-08-10 15:40:54 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2005-08-10 15:40:54 +0000 |
| commit | b65d8176e6adcb4ac950d4c49419689eeacd03d7 (patch) | |
| tree | c4a8ed21a636f61fff2d083d3cb671c930d6ecf4 /msdos | |
| parent | 651f374c99a2bcf5e2ed326a26cf0d89a5c204f5 (diff) | |
| download | emacs-b65d8176e6adcb4ac950d4c49419689eeacd03d7.tar.gz emacs-b65d8176e6adcb4ac950d4c49419689eeacd03d7.zip | |
Update years in copyright notice; nfc.
Diffstat (limited to 'msdos')
| -rw-r--r-- | msdos/ChangeLog | 4 | ||||
| -rw-r--r-- | msdos/README | 3 | ||||
| -rw-r--r-- | msdos/mainmake | 3 | ||||
| -rw-r--r-- | msdos/mainmake.v2 | 4 | ||||
| -rw-r--r-- | msdos/sed1.inp | 4 | ||||
| -rw-r--r-- | msdos/sed1v2.inp | 4 | ||||
| -rw-r--r-- | msdos/sed2.inp | 4 | ||||
| -rw-r--r-- | msdos/sed2v2.inp | 4 | ||||
| -rw-r--r-- | msdos/sed2x.inp | 3 | ||||
| -rw-r--r-- | msdos/sed3.inp | 4 | ||||
| -rw-r--r-- | msdos/sed3v2.inp | 4 | ||||
| -rw-r--r-- | msdos/sed4.inp | 3 | ||||
| -rw-r--r-- | msdos/sed5x.inp | 3 | ||||
| -rw-r--r-- | msdos/sed6.inp | 4 | ||||
| -rw-r--r-- | msdos/sedleim.inp | 4 | ||||
| -rw-r--r-- | msdos/sedlisp.inp | 3 |
16 files changed, 27 insertions, 31 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 1fd237ded28..ee8dc3fe9d5 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -609,8 +609,8 @@ | |||
| 609 | ;; coding: iso-2022-7bit-unix | 609 | ;; coding: iso-2022-7bit-unix |
| 610 | ;; End: | 610 | ;; End: |
| 611 | 611 | ||
| 612 | Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001 | 612 | Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, |
| 613 | Free Software Foundation, Inc. | 613 | 2004, 2005 Free Software Foundation, Inc. |
| 614 | Copying and distribution of this file, with or without modification, | 614 | Copying and distribution of this file, with or without modification, |
| 615 | are permitted provided the copyright notice and this notice are preserved. | 615 | are permitted provided the copyright notice and this notice are preserved. |
| 616 | 616 | ||
diff --git a/msdos/README b/msdos/README index a972c53814f..3827d2944d7 100644 --- a/msdos/README +++ b/msdos/README | |||
| @@ -6,8 +6,7 @@ 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 | 9 | # Copyright (C) 1993, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 10 | # Free Software Foundation, Inc. | ||
| 11 | # | 10 | # |
| 12 | # This file is part of GNU Emacs. | 11 | # This file is part of GNU Emacs. |
| 13 | # | 12 | # |
diff --git a/msdos/mainmake b/msdos/mainmake index 4f0193baabb..d09f11b4e40 100644 --- a/msdos/mainmake +++ b/msdos/mainmake | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | # Copyright (C) 1993,1994,1995,1996,2001 Free Software Foundation, Inc. | 1 | # Copyright (C) 1993, 1994, 1995, 1996, 2001, 2002, 2003, 2004, |
| 2 | # 2005 Free Software Foundation, Inc. | ||
| 2 | 3 | ||
| 3 | # This file is part of GNU Emacs. | 4 | # This file is part of GNU Emacs. |
| 4 | 5 | ||
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index e7e615da73c..b31dcb8905c 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 | 3 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | # Free Software Foundation, Inc. | 4 | # 2005 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 67257d9c9fe..2efbde37a6f 100644 --- a/msdos/sed1.inp +++ b/msdos/sed1.inp | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | # Configuration script for src/makefile | 2 | # Configuration script for src/makefile |
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000 | 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, |
| 6 | # Free Software Foundation, Inc. | 6 | # 2005 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 93b4f7d5d89..358faa24dc4 100644 --- a/msdos/sed1v2.inp +++ b/msdos/sed1v2.inp | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | # Configuration script for src/Makefile under DJGPP v2.x | 2 | # Configuration script for src/Makefile under DJGPP v2.x |
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1996, 1997, 1999, 2000, 2002 | 5 | # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, |
| 6 | # Free Software Foundation, Inc. | 6 | # 2005 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 4580f0e623e..945b753d01d 100644 --- a/msdos/sed2.inp +++ b/msdos/sed2.inp | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | # Configuration script for src/config.h | 2 | # Configuration script for src/config.h |
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002 | 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, |
| 6 | # Free Software Foundation, Inc. | 6 | # 2004, 2005 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 31687bf0086..3beb48650e7 100644 --- a/msdos/sed2v2.inp +++ b/msdos/sed2v2.inp | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | # Configuration script for src/config.h under DJGPP v2.x | 2 | # Configuration script for src/config.h under DJGPP v2.x |
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002 | 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, |
| 6 | # Free Software Foundation, Inc. | 6 | # 2004, 2005 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 a1af086077f..b1cbd696030 100644 --- a/msdos/sed2x.inp +++ b/msdos/sed2x.inp | |||
| @@ -2,8 +2,7 @@ | |||
| 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 | 5 | # Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 6 | # Free Software Foundation, Inc. | ||
| 7 | # | 6 | # |
| 8 | # This file is part of GNU Emacs. | 7 | # This file is part of GNU Emacs. |
| 9 | # | 8 | # |
diff --git a/msdos/sed3.inp b/msdos/sed3.inp index 6ae9c54eeaf..efbe448d0d1 100644 --- a/msdos/sed3.inp +++ b/msdos/sed3.inp | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | # Configuration script for lib-src/makefile | 2 | # Configuration script for lib-src/makefile |
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1993, 1994, 1995 | 5 | # Copyright (C) 1993, 1994, 1995, 2002, 2003, 2004, |
| 6 | # Free Software Foundation, Inc. | 6 | # 2005 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 657c2d4e5ff..46d9f2fc894 100644 --- a/msdos/sed3v2.inp +++ b/msdos/sed3v2.inp | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | # Configuration script for lib-src/makefile under DJGPP v2 | 2 | # Configuration script for lib-src/makefile under DJGPP v2 |
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1996, 1998, 2000 | 5 | # Copyright (C) 1996, 1998, 2000, 2002, 2003, 2004, |
| 6 | # Free Software Foundation, Inc. | 6 | # 2005 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 22588115382..23883bc8e2d 100644 --- a/msdos/sed4.inp +++ b/msdos/sed4.inp | |||
| @@ -2,8 +2,7 @@ | |||
| 2 | # Configuration script for src/paths.h | 2 | # Configuration script for src/paths.h |
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1994 | 5 | # Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 6 | # Free Software Foundation, Inc. | ||
| 7 | # | 6 | # |
| 8 | # This file is part of GNU Emacs. | 7 | # This file is part of GNU Emacs. |
| 9 | # | 8 | # |
diff --git a/msdos/sed5x.inp b/msdos/sed5x.inp index 6f05df8a26a..c9a3ac998ce 100644 --- a/msdos/sed5x.inp +++ b/msdos/sed5x.inp | |||
| @@ -2,8 +2,7 @@ | |||
| 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 | 5 | # Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 6 | # Free Software Foundation, Inc. | ||
| 7 | # | 6 | # |
| 8 | # This file is part of GNU Emacs. | 7 | # This file is part of GNU Emacs. |
| 9 | # | 8 | # |
diff --git a/msdos/sed6.inp b/msdos/sed6.inp index 686d3aa92ae..2aae6aa441c 100644 --- a/msdos/sed6.inp +++ b/msdos/sed6.inp | |||
| @@ -3,8 +3,8 @@ | |||
| 3 | # lispintro/Makefile under DJGPP v2.x | 3 | # lispintro/Makefile under DJGPP v2.x |
| 4 | # --------------------------------------------------------------------------- | 4 | # --------------------------------------------------------------------------- |
| 5 | # | 5 | # |
| 6 | # Copyright (C) 1997, 2000, 2001 | 6 | # Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, |
| 7 | # Free Software Foundation, Inc. | 7 | # 2005 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 bb81e7ec113..287dfad7c44 100644 --- a/msdos/sedleim.inp +++ b/msdos/sedleim.inp | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | # Configuration script for leim/Makefile under DJGPP v2.x | 2 | # Configuration script for leim/Makefile under DJGPP v2.x |
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1999, 2000 | 5 | # Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 6 | # Free Software Foundation, Inc. | 6 | # 2005 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 9cff732a445..bb7d8b8e620 100644 --- a/msdos/sedlisp.inp +++ b/msdos/sedlisp.inp | |||
| @@ -2,8 +2,7 @@ | |||
| 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 | 5 | # Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 6 | # Free Software Foundation, Inc. | ||
| 7 | # | 6 | # |
| 8 | # This file is part of GNU Emacs. | 7 | # This file is part of GNU Emacs. |
| 9 | # | 8 | # |