diff options
| author | Eli Zaretskii | 2001-03-04 07:12:41 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-03-04 07:12:41 +0000 |
| commit | 1bd6203653ec866187638b2cd290562c97572ed8 (patch) | |
| tree | c1dc524383db9771266ee44222a9d9504634fe87 /src | |
| parent | ce8abc78b4a003fba0424497a40c81564280bbb4 (diff) | |
| download | emacs-1bd6203653ec866187638b2cd290562c97572ed8.tar.gz emacs-1bd6203653ec866187638b2cd290562c97572ed8.zip | |
Update copyright notice.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dosfns.c | 3 | ||||
| -rw-r--r-- | src/dosfns.h | 5 | ||||
| -rw-r--r-- | src/msdos.c | 3 |
3 files changed, 8 insertions, 3 deletions
diff --git a/src/dosfns.c b/src/dosfns.c index dd958041662..2ae1daf3591 100644 --- a/src/dosfns.c +++ b/src/dosfns.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* MS-DOS specific Lisp utilities. Coded by Manabu Higashida, 1991. | 1 | /* MS-DOS specific Lisp utilities. Coded by Manabu Higashida, 1991. |
| 2 | Major changes May-July 1993 Morten Welinder (only 10% original code left) | 2 | Major changes May-July 1993 Morten Welinder (only 10% original code left) |
| 3 | Copyright (C) 1991, 1993, 1996, 1997 Free Software Foundation, Inc. | 3 | Copyright (C) 1991, 1993, 1996, 1997, 1998, 2001 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/dosfns.h b/src/dosfns.h index 2ec01bfb655..8575d411088 100644 --- a/src/dosfns.h +++ b/src/dosfns.h | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | /* MS-DOS specific Lisp utilities interface. | 1 | /* MS-DOS specific Lisp utilities interface. |
| 2 | Coded by Manabu Higashida, 1991. | 2 | Coded by Manabu Higashida, 1991. |
| 3 | Copyright (C) 1991 Free Software Foundation, Inc. | 3 | Modified by Morten Welinder, 1993-1994. |
| 4 | |||
| 5 | Copyright (C) 1991, 1994, 1995, 1997, 1999 | ||
| 6 | Free Software Foundation, Inc. | ||
| 4 | 7 | ||
| 5 | This file is part of GNU Emacs. | 8 | This file is part of GNU Emacs. |
| 6 | 9 | ||
diff --git a/src/msdos.c b/src/msdos.c index ad7d8b13032..bdc215fcdf8 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* MS-DOS specific C utilities. -*- coding: raw-text -*- | 1 | /* MS-DOS specific C utilities. -*- coding: raw-text -*- |
| 2 | Copyright (C) 1993, 94, 95, 96, 97, 1999 Free Software Foundation, Inc. | 2 | Copyright (C) 1993, 94, 95, 96, 97, 1999, 2000, 2001 |
| 3 | Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 5 | 6 | ||