1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-25 19:11:56 +00:00

Update copyright.

This commit is contained in:
Karl Heuer 1995-04-07 01:20:53 +00:00
parent 1d233b80d2
commit 732be46569
22 changed files with 27 additions and 27 deletions

View File

@ -1,6 +1,6 @@
;;; buff-menu.el --- buffer menu main function and support functions.
;; Copyright (C) 1985, 1986, 1987, 1993, 1994 Free Software Foundation, Inc.
;; Copyright (C) 1985, 86, 87, 93, 94, 95 Free Software Foundation, Inc.
;; Maintainer: FSF

View File

@ -1,6 +1,6 @@
;;; comint.el --- general command interpreter in a window stuff
;; Copyright (C) 1988, 1990, 1992, 1993, 1994 Free Software Foundation, Inc.
;; Copyright (C) 1988, 90, 92, 93, 94, 95 Free Software Foundation, Inc.
;; Author: Olin Shivers <shivers@cs.cmu.edu>
;; Adapted-by: Simon Marshall <simon@gnu.ai.mit.edu>

View File

@ -1,5 +1,5 @@
;;; ediff-diff.el --- diff-related utilities
;;; Copyright (C) 1994 Free Software Foundation, Inc.
;;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
;; Author: Michael Kifer <kifer@cs.sunysb.edu>

View File

@ -1,5 +1,5 @@
;;; ediff-init.el --- Macros, variables and defsubsts used by Ediff
;;; Copyright (C) 1994 Free Software Foundation, Inc.
;;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
;; Author: Michael Kifer <kifer@cs.sunysb.edu>

View File

@ -1,5 +1,5 @@
;;; ediff-merg.el --- merging utilities
;;; Copyright (C) 1994 Free Software Foundation, Inc.
;;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
;; Author: Michael Kifer <kifer@cs.sunysb.edu>

View File

@ -1,5 +1,5 @@
;;; ediff-util.el --- the core commands and utilities of ediff
;;; Copyright (C) 1994 Free Software Foundation, Inc.
;;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
;; Author: Michael Kifer <kifer@cs.sunysb.edu>

View File

@ -1,5 +1,5 @@
;;; ediff-wind.el --- window manipulation utilities
;;; Copyright (C) 1994 Free Software Foundation, Inc.
;;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
;; Author: Michael Kifer <kifer@cs.sunysb.edu>

View File

@ -1,5 +1,5 @@
;;; ediff.el --- a comprehensive visual interface to diff & patch
;;; Copyright (C) 1994 Free Software Foundation, Inc.
;;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
;; Author: Michael Kifer <kifer@cs.sunysb.edu>
;; Created: February 2, 1994

View File

@ -1,6 +1,6 @@
;;; ehelp.el --- bindings for electric-help mode
;; Copyright (C) 1986 Free Software Foundation, Inc.
;; Copyright (C) 1986, 1995 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: help, extensions

View File

@ -3,7 +3,7 @@
;;;
;;; For GNU Emacs 19
;;
;; Copyright (C) 1986, 1992, 1993 Free Software Foundation, Inc.
;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc.
;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com>
;; Maintainer: Kevin Gallagher <kgallagh@spd.dsccc.com>
@ -34,7 +34,7 @@
;;;
;;; Revision Information
;;;
(defconst edt-lk201-revision "$Revision: 1.1 $"
(defconst edt-lk201-revision "$Revision: 1.2 $"
"Revision Number of EDT LK-201 Keyboard Support.")
;;;;

View File

@ -2,7 +2,7 @@
;;; For GNU Emacs 19
;; Copyright (C) 1994 Free Software Foundation, Inc.
;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com>
;; Maintainer: Kevin Gallagher <kgallagh@spd.dsccc.com>
@ -71,7 +71,7 @@
;;;
;;; Revision Information
;;;
(defconst edt-mapper-revision "$Revision: 1.1 $"
(defconst edt-mapper-revision "$Revision: 1.2 $"
"Revision Number of EDT X-Windows Emacs Key Mapper.")

View File

@ -3,7 +3,7 @@
;;;
;;; For GNU Emacs 19
;;
;; Copyright (C) 1986, 1994 Free Software Foundation, Inc.
;; Copyright (C) 1986, 1994, 1995 Free Software Foundation, Inc.
;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com>
;; Maintainer: Kevin Gallagher <kgallagh@spd.dsccc.com>
@ -34,7 +34,7 @@
;;;
;;; Revision Information
;;;
(defconst edt-pc-revision "$Revision: 1.0 $"
(defconst edt-pc-revision "$Revision: 1.1 $"
"Revision Number of EDT PC 101 Keyboard Support.")
;;;;

View File

@ -4,7 +4,7 @@
;;; For GNU Emacs 19
;;;
;;
;; Copyright (C) 1986, 1992, 1993 Free Software Foundation, Inc.
;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc.
;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com>
;; Maintainer: Kevin Gallagher <kgallagh@spd.dsccc.com>
@ -35,7 +35,7 @@
;;;
;;; Revision Information
;;;
(defconst edt-vt100-revision "$Revision: 1.0.1 $"
(defconst edt-vt100-revision "$Revision: 1.1 $"
"Revision Number of EDT VT Series Terminal Support.")
;; Get keyboard function key mapping to EDT keys.

View File

@ -1,5 +1,5 @@
;;; enriched.el -- read and save files in text/enriched format
;; Copyright (c) 1994 Free Software Foundation
;; Copyright (c) 1994, 1995 Free Software Foundation
;; Author: Boris Goldowsky <boris@cs.rochester.edu>
;; Keywords: wp, faces

View File

@ -1,5 +1,5 @@
;;; facemenu.el -- Create a face menu for interactively adding fonts to text
;; Copyright (c) 1994 Free Software Foundation, Inc.
;; Copyright (c) 1994, 1995 Free Software Foundation, Inc.
;; Author: Boris Goldowsky <boris@cs.rochester.edu>
;; Keywords: faces

View File

@ -1,6 +1,6 @@
;;; faces.el --- Lisp interface to the c "face" structure
;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
;; Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.

View File

@ -3,7 +3,7 @@
;; Author: Henry Guillaume <henry@qbd.com.au>
;; Keywords: c, matching, tools
;; Copyright (C) 1994 Free Software Foundation, Inc.
;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
;;; This file is part of GNU Emacs.

View File

@ -1,5 +1,5 @@
;;; format.el -- read and save files in multiple formats
;; Copyright (c) 1994 Free Software Foundation
;; Copyright (c) 1994, 1995 Free Software Foundation
;; Author: Boris Goldowsky <boris@cs.rochester.edu>

View File

@ -1,5 +1,5 @@
;;; gnus.el --- NNTP-based News Reader for GNU Emacs
;; Copyright (C) 1987,88,89,90,93,94 Free Software Foundation, Inc.
;; Copyright (C) 1987,88,89,90,93,94,95 Free Software Foundation, Inc.
;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp>
;; Keywords: news

View File

@ -1,5 +1,5 @@
;;; c-mode.el --- C code editing commands for Emacs
;; Copyright (C) 1985, 1986, 1987, 1992, 1994 Free Software Foundation, Inc.
;; Copyright (C) 1985, 86, 87, 92, 94, 95 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: c
@ -23,7 +23,7 @@
;;; Commentary:
;; A smart editing mode for C code. It knows a lot about C syntax and tries
;; to position the curser according to C layout conventions. You can
;; to position the cursor according to C layout conventions. You can
;; change the details of the layout style with option variables. Load it
;; and do M-x describe-mode for details.

View File

@ -1,5 +1,5 @@
;;; cplus-md.el --- C++ code editing commands for Emacs
;;; Copyright (C) 1985, 1992, 1994 Free Software Foundation, Inc.
;;; Copyright (C) 1985, 1992, 1994, 1995 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.

View File

@ -1,6 +1,6 @@
;;; fill.el --- fill commands for Emacs
;; Copyright (C) 1985, 1986, 1992, 1994 Free Software Foundation, Inc.
;; Copyright (C) 1985, 1986, 1992, 1994, 1995 Free Software Foundation, Inc.
;; Keywords: wp