diff options
-rw-r--r-- | lisp/term/internal.el | 2 | ||||
-rw-r--r-- | lisp/term/pc-win.el | 2 | ||||
-rw-r--r-- | src/dosfns.c | 3 | ||||
-rw-r--r-- | src/dosfns.h | 5 | ||||
-rw-r--r-- | src/msdos.c | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/lisp/term/internal.el b/lisp/term/internal.el index 176e1187afc..72321cde58a 100644 --- a/lisp/term/internal.el +++ b/lisp/term/internal.el @@ -1,6 +1,6 @@ ;;; internal.el --- support for PC internal terminal -*- coding: raw-text; -*- -;; Copyright (C) 1993, 1994, 1998 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1994, 1998, 1999, 2001 Free Software Foundation, Inc. ;; Author: Morten Welinder <terra@diku.dk> diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el index 2bbc478b532..ac73c3ac4ed 100644 --- a/lisp/term/pc-win.el +++ b/lisp/term/pc-win.el @@ -1,6 +1,6 @@ ;;; pc-win.el --- setup support for `PC windows' (whatever that is). -;; Copyright (C) 1994, 1996, 1997 Free Software Foundation, Inc. +;; Copyright (C) 1994, 1996, 1997, 1999, 2001 Free Software Foundation, Inc. ;; Author: Morten Welinder <terra@diku.dk> ;; Maintainer: FSF 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 @@ /* MS-DOS specific Lisp utilities. Coded by Manabu Higashida, 1991. Major changes May-July 1993 Morten Welinder (only 10% original code left) - Copyright (C) 1991, 1993, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1991, 1993, 1996, 1997, 1998, 2001 + Free Software Foundation, Inc. This file is part of GNU Emacs. 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 @@ /* MS-DOS specific Lisp utilities interface. Coded by Manabu Higashida, 1991. - Copyright (C) 1991 Free Software Foundation, Inc. + Modified by Morten Welinder, 1993-1994. + + Copyright (C) 1991, 1994, 1995, 1997, 1999 + Free Software Foundation, Inc. This file is part of GNU Emacs. 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 @@ /* MS-DOS specific C utilities. -*- coding: raw-text -*- - Copyright (C) 1993, 94, 95, 96, 97, 1999 Free Software Foundation, Inc. + Copyright (C) 1993, 94, 95, 96, 97, 1999, 2000, 2001 + Free Software Foundation, Inc. This file is part of GNU Emacs. |