changeset 7298:4fd40bd394fe

Update copyright.
author Karl Heuer <kwzh@gnu.org>
date Tue, 03 May 1994 22:46:37 +0000
parents a480d11d5594
children 44c38d99d3c4
files lisp/ange-ftp.el lisp/buff-menu.el lisp/calendar/appt.el lisp/dired.el lisp/emacs-lisp/backquote.el lisp/emacs-lisp/byte-opt.el lisp/emacs-lisp/bytecomp.el lisp/emacs-lisp/lmenu.el lisp/emacs-lisp/profile.el lisp/flow-ctrl.el lisp/font-lock.el lisp/gud.el lisp/help-macro.el lisp/help.el lisp/info.el lisp/international/iso-transl.el lisp/isearch.el lisp/loadup.el lisp/mail/rmail.el lisp/mail/rmailout.el lisp/mail/rmailsort.el lisp/mail/rmailsum.el lisp/man.el lisp/mouse-sel.el lisp/mouse.el lisp/progmodes/cmacexp.el lisp/rect.el lisp/subr.el lisp/tar-mode.el lisp/term/x-win.el lisp/textmodes/ooutline.el lisp/textmodes/tex-mode.el lisp/time-stamp.el lisp/vc.el
diffstat 34 files changed, 38 insertions(+), 38 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ange-ftp.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/ange-ftp.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; ange-ftp.el --- transparent FTP support for GNU Emacs
 
-;;; Copyright (C) 1989, 1990, 1991, 1992, 1993  Free Software Foundation, Inc.
+;;; Copyright (C) 1989,90,91,92,93,94  Free Software Foundation, Inc.
 ;;;
 ;; Author: Andy Norman (ange@hplb.hpl.hp.com)
 ;; Keywords: comm
@@ -851,7 +851,7 @@
 ;;;; Internal variables.
 ;;;; ------------------------------------------------------------
 
-(defconst ange-ftp-version "$Revision: 1.48 $")
+(defconst ange-ftp-version "$Revision: 1.49 $")
 
 (defvar ange-ftp-data-buffer-name " *ftp data*"
   "Buffer name to hold directory listing data received from ftp process.")
--- a/lisp/buff-menu.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/buff-menu.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; buff-menu.el --- buffer menu main function and support functions.
 
-;; Copyright (C) 1985, 1986, 1987, 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1986, 1987, 1993, 1994 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 
--- a/lisp/calendar/appt.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/calendar/appt.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; appt.el --- appointment notification functions.
 
-;; Copyright (C) 1989, 1990 Free Software Foundation, Inc.
+;; Copyright (C) 1989, 1990, 1994 Free Software Foundation, Inc.
 
 ;; Author: Neil Mager <neilm@juliet.ll.mit.edu>
 ;; Maintainer: FSF
--- a/lisp/dired.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/dired.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; dired.el --- directory-browsing commands
 
-;; Copyright (C) 1985, 1986, 1992, 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1986, 1992, 1993, 1994 Free Software Foundation, Inc.
 
 ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>
 ;; Maintainer: FSF
--- a/lisp/emacs-lisp/backquote.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/emacs-lisp/backquote.el	Tue May 03 22:46:37 1994 +0000
@@ -1,5 +1,5 @@
 ;;; New backquote for GNU Emacs.
-;;; Copyright (C) 1990, 1992 Free Software Foundation, Inc.
+;;; Copyright (C) 1990, 1992, 1994 Free Software Foundation, Inc.
 
 ;; Author: Rick Sladkey <jrs@world.std.com>
 ;; Maintainer: FSF
--- a/lisp/emacs-lisp/byte-opt.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/emacs-lisp/byte-opt.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; byte-opt.el --- the optimization passes of the emacs-lisp byte compiler.
 
-;;; Copyright (c) 1991 Free Software Foundation, Inc.
+;;; Copyright (c) 1991, 1994 Free Software Foundation, Inc.
 
 ;; Author: Jamie Zawinski <jwz@lucid.com>
 ;;	Hallvard Furuseth <hbf@ulrik.uio.no>
--- a/lisp/emacs-lisp/bytecomp.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; bytecomp.el --- compilation of Lisp code into byte code.
 
-;;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc.
+;;; Copyright (C) 1985, 1986, 1987, 1992, 1994 Free Software Foundation, Inc.
 
 ;; Author: Jamie Zawinski <jwz@lucid.com>
 ;;	Hallvard Furuseth <hbf@ulrik.uio.no>
--- a/lisp/emacs-lisp/lmenu.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/emacs-lisp/lmenu.el	Tue May 03 22:46:37 1994 +0000
@@ -2,7 +2,7 @@
 
 ;; Keywords: emulations
 
-;; Copyright (C) 1992, 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/emacs-lisp/profile.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/emacs-lisp/profile.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; profile.el --- generate run time measurements of Emacs Lisp functions
 
-;; Copyright (C) 1992 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 1994 Free Software Foundation, Inc.
 
 ;; Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>
 ;; Created: 07 Feb 1992
--- a/lisp/flow-ctrl.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/flow-ctrl.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; flow-ctrl.el --- help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control
 
-;;; Copyright (C) 1990, 1991 Free Software Foundation, Inc.
+;;; Copyright (C) 1990, 1991, 1994 Free Software Foundation, Inc.
 
 ;; Author Kevin Gallagher
 ;; Maintainer: FSF
--- a/lisp/font-lock.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/font-lock.el	Tue May 03 22:46:37 1994 +0000
@@ -1,5 +1,5 @@
 ;; Electric Font Lock Mode
-;; Copyright (C) 1992, 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
 
 ;; Author: jwz, then rms
 ;; Maintainer: FSF
--- a/lisp/gud.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/gud.el	Tue May 03 22:46:37 1994 +0000
@@ -6,7 +6,7 @@
 ;; Version: 1.3
 ;; Keywords: unix, tools
 
-;; Copyright (C) 1992, 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/help-macro.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/help-macro.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; help-macro.el --- Makes command line help such as help-for-help
 
-;; Copyright (C) 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
 
 ;; Author: Lynn Slater <lrs@indetech.com>
 ;; Created: : Mon Oct  1 11:42:39 1990
--- a/lisp/help.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/help.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; help.el --- help commands for Emacs
 
-;; Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1986, 1993, 1994 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: help, internal
--- a/lisp/info.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/info.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; info.el --- info package for Emacs.
 
-;; Copyright (C) 1985, 1986, 1992, 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1986, 1992, 1993, 1994 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: help
--- a/lisp/international/iso-transl.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/international/iso-transl.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; iso-transl.el --- keyboard input definitions for ISO 8859/1.
 
-;; Copyright (C) 1987, 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1987, 1993, 1994 Free Software Foundation, Inc.
 
 ;; Author: Howard Gayle
 ;; Maintainer: FSF
--- a/lisp/isearch.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/isearch.el	Tue May 03 22:46:37 1994 +0000
@@ -1,10 +1,10 @@
 ;;; isearch.el --- incremental search minor mode.
 
-;; Copyright (C) 1992, 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
 
 ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
 
-;; |$Date: 1994/04/07 20:28:23 $|$Revision: 1.65 $
+;; |$Date: 1994/05/03 08:27:40 $|$Revision: 1.66 $
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/loadup.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/loadup.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; loadup.el --- load up standardly loaded Lisp files for Emacs.
 
-;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1986, 1992, 1994 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: internal
--- a/lisp/mail/rmail.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/mail/rmail.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; rmail.el --- main code of "RMAIL" mail reader for Emacs.
 
-;; Copyright (C) 1985, 1986, 1987, 1988, 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1985,86,87,88,93,94 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: mail
--- a/lisp/mail/rmailout.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/mail/rmailout.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; rmailout.el --- "RMAIL" mail reader for Emacs: output message to a file.
 
-;; Copyright (C) 1985, 1987, 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1987, 1993, 1994 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: mail
--- a/lisp/mail/rmailsort.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/mail/rmailsort.el	Tue May 03 22:46:37 1994 +0000
@@ -1,9 +1,9 @@
 ;;; rmailsort.el --- Rmail: sort messages.
 
-;; Copyright (C) 1990, 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1990, 1993, 1994 Free Software Foundation, Inc.
 
 ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp>
-;; Version: $Header: /gd/gnu/emacs/19.0/lisp/RCS/rmailsort.el,v 1.20 1994/03/30 02:24:05 kwzh Exp kwzh $
+;; Version: $Header: /gd/gnu/emacs/19.0/lisp/RCS/rmailsort.el,v 1.21 1994/04/07 03:29:02 kwzh Exp kwzh $
 ;; Keywords: mail
 
 ;; This file is part of GNU Emacs.
--- a/lisp/mail/rmailsum.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/mail/rmailsum.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; rmailsum.el --- make summary buffers for the mail reader
 
-;; Copyright (C) 1985, 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1993, 1994 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: mail
--- a/lisp/man.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/man.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; man.el --- browse UNIX manual pages
 
-;; Copyright (C) 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
 
 ;; Author:		Barry A. Warsaw <bwarsaw@cen.com>
 ;; Last-Modified:	31-Jul-1991
--- a/lisp/mouse-sel.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/mouse-sel.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; mouse-sel.el --- Multi-click selection support for Emacs 19
 
-;; Copyright (C) 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
 
 ;; Author: Mike Williams <mikew@gopher.dosli.govt.nz>
 ;; Keywords: mouse
--- a/lisp/mouse.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/mouse.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; mouse.el --- window system-independent mouse support.
 
-;;; Copyright (C) 1993 Free Software Foundation, Inc.
+;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: hardware
--- a/lisp/progmodes/cmacexp.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/progmodes/cmacexp.el	Tue May 03 22:46:37 1994 +0000
@@ -1,9 +1,9 @@
 ;;; cmacexp.el --- expand C macros in a region
 
-;; Copyright (C) 1992 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 1994 Free Software Foundation, Inc.
 
 ;; Author: Francesco Potorti` <pot@cnuce.cnr.it>
-;; Version: $Id: cmacexp.el 1.14 1994/04/20 15:50:48 pot Exp $
+;; Version: $Id: cmacexp.el,v 1.13 1994/04/21 18:40:14 rms Exp kwzh $
 ;; Adapted-By: ESR
 ;; Keywords: c
 
--- a/lisp/rect.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/rect.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; rect.el --- rectangle functions for GNU Emacs.
 
-;; Copyright (C) 1985 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1994 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: internal
--- a/lisp/subr.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/subr.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; subr.el --- basic lisp subroutines for Emacs
 
-;;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
+;;; Copyright (C) 1985, 1986, 1992, 1994 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/tar-mode.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/tar-mode.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; tar-mode.el --- simple editing of tar files from GNU emacs
 
-;;; Copyright (C) 1990, 1991, 1993 Free Software Foundation, Inc.
+;;; Copyright (C) 1990, 1991, 1993, 1994 Free Software Foundation, Inc.
 
 ;; Author: Jamie Zawinski <jwz@lucid.com>
 ;; Created: 04 Apr 1990
--- a/lisp/term/x-win.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/term/x-win.el	Tue May 03 22:46:37 1994 +0000
@@ -1,5 +1,5 @@
 ;;; x-win.el --- parse switches controlling interface with X window system
-;; Copyright (C) 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
 
 ;; Author: FSF
 ;; Keywords: terminals
--- a/lisp/textmodes/ooutline.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/textmodes/ooutline.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; outline.el --- outline mode commands for Emacs
 
-;; Copyright (C) 1986, 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1986, 1993, 1994 Free Software Foundation, Inc.
 
 ;; 7-Feb-94	Kevin Broadey
 ;; Fix show-children so it doesn't try to narrow to (1+ (point-max)) when
--- a/lisp/textmodes/tex-mode.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/textmodes/tex-mode.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands.
 
-;; Copyright (C) 1985, 1986, 1989, 1992 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1986, 1989, 1992, 1994 Free Software Foundation, Inc.
 
 ;; Maintainer: Edward M. Reingold <reingold@cs.uiuc.edu>
 ;; Keywords: tex
--- a/lisp/time-stamp.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/time-stamp.el	Tue May 03 22:46:37 1994 +0000
@@ -1,5 +1,5 @@
 ;;; time-stamp.el --- Maintain last change time stamps in files edited by Emacs
-;;; Copyright 1989, 1993 Free Software Foundation, Inc.
+;;; Copyright 1989, 1993, 1994 Free Software Foundation, Inc.
 
 ;; Maintainer: Stephen Gildea <gildea@lcs.mit.edu>
 ;; Time-stamp: <94/02/14 15:02:07 gildea>
--- a/lisp/vc.el	Tue May 03 21:15:27 1994 +0000
+++ b/lisp/vc.el	Tue May 03 22:46:37 1994 +0000
@@ -1,6 +1,6 @@
 ;;; vc.el --- drive a version-control system from within Emacs
 
-;; Copyright (C) 1992, 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
 
 ;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
 ;; Maintainer: eggert@twinsun.com