aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-03-04 07:12:41 +0000
committerEli Zaretskii2001-03-04 07:12:41 +0000
commit1bd6203653ec866187638b2cd290562c97572ed8 (patch)
treec1dc524383db9771266ee44222a9d9504634fe87
parentce8abc78b4a003fba0424497a40c81564280bbb4 (diff)
downloademacs-1bd6203653ec866187638b2cd290562c97572ed8.tar.gz
emacs-1bd6203653ec866187638b2cd290562c97572ed8.zip
Update copyright notice.
-rw-r--r--lisp/term/internal.el2
-rw-r--r--lisp/term/pc-win.el2
-rw-r--r--src/dosfns.c3
-rw-r--r--src/dosfns.h5
-rw-r--r--src/msdos.c3
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 @@
1;;; internal.el --- support for PC internal terminal -*- coding: raw-text; -*- 1;;; internal.el --- support for PC internal terminal -*- coding: raw-text; -*-
2 2
3;; Copyright (C) 1993, 1994, 1998 Free Software Foundation, Inc. 3;; Copyright (C) 1993, 1994, 1998, 1999, 2001 Free Software Foundation, Inc.
4 4
5;; Author: Morten Welinder <terra@diku.dk> 5;; Author: Morten Welinder <terra@diku.dk>
6 6
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 @@
1;;; pc-win.el --- setup support for `PC windows' (whatever that is). 1;;; pc-win.el --- setup support for `PC windows' (whatever that is).
2 2
3;; Copyright (C) 1994, 1996, 1997 Free Software Foundation, Inc. 3;; Copyright (C) 1994, 1996, 1997, 1999, 2001 Free Software Foundation, Inc.
4 4
5;; Author: Morten Welinder <terra@diku.dk> 5;; Author: Morten Welinder <terra@diku.dk>
6;; Maintainer: FSF 6;; 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 @@
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
5This file is part of GNU Emacs. 6This 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
5This file is part of GNU Emacs. 8This 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
4This file is part of GNU Emacs. 5This file is part of GNU Emacs.
5 6