]> git.eshelyaron.com Git - emacs.git/commitdiff
Update copyright notice.
authorEli Zaretskii <eliz@gnu.org>
Sun, 4 Mar 2001 07:12:41 +0000 (07:12 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 4 Mar 2001 07:12:41 +0000 (07:12 +0000)
lisp/term/internal.el
lisp/term/pc-win.el
src/dosfns.c
src/dosfns.h
src/msdos.c

index 176e1187afc74e666a63d3392fdb9e2787d700be..72321cde58af8488625b01b2bbda18460f2d3299 100644 (file)
@@ -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>
 
index 2bbc478b5326a683be5b93a187b6c6d72f5e6ad3..ac73c3ac4edf58b5acc2c37da8a70fbf1cf368df 100644 (file)
@@ -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
index dd958041662bcd21df1e3a46a58f23f02c141cfd..2ae1daf3591fc2700d25c7397d4edcef42fafdb9 100644 (file)
@@ -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.
 
index 2ec01bfb655783860cdd6729b03982497e37257d..8575d41108870fc6a9ef74c8b0d10c887eba3e00 100644 (file)
@@ -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.
 
index ad7d8b13032250f9d378dd19ee3948dcc1c9dd0e..bdc215fcdf85707d7473e0b27e8af1165d5c499a 100644 (file)
@@ -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.