diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-05-03 22:46:37 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-05-03 22:46:37 +0000 |
commit | 51c6428533a8df88a9c9b6d8362f81ff2b682ecd (patch) | |
tree | 803a57e5b8aaf98a2016ae8ab8146b9e408eacee /lisp | |
parent | c23cf9d693694e647d525ff30b98b39ac01a5be0 (diff) | |
download | emacs-51c6428533a8df88a9c9b6d8362f81ff2b682ecd.tar.gz |
Update copyright.
Diffstat (limited to 'lisp')
34 files changed, 38 insertions, 38 deletions
diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el index 3d589cf3097..4589a24b96d 100644 --- a/lisp/ange-ftp.el +++ b/lisp/ange-ftp.el @@ -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 @@ SIZE, if supplied, should be a prime number." ;;;; 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.") diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index 56ec933660b..3c55bdb4d3c 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el @@ -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 diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index f27cdd22530..8040f0321a5 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -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 diff --git a/lisp/dired.el b/lisp/dired.el index 49c0ade3fba..d9f57022dc0 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -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 diff --git a/lisp/emacs-lisp/backquote.el b/lisp/emacs-lisp/backquote.el index d67e2bef6f4..a0a9765e807 100644 --- a/lisp/emacs-lisp/backquote.el +++ b/lisp/emacs-lisp/backquote.el @@ -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 diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index d7c7d3d5328..ed13938b36d 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el @@ -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> diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index d3fc441480b..a6dcdd89043 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -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> diff --git a/lisp/emacs-lisp/lmenu.el b/lisp/emacs-lisp/lmenu.el index afc8f1ae386..d249dcecdff 100644 --- a/lisp/emacs-lisp/lmenu.el +++ b/lisp/emacs-lisp/lmenu.el @@ -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. diff --git a/lisp/emacs-lisp/profile.el b/lisp/emacs-lisp/profile.el index e010a78dfa1..2f13bf60bc6 100644 --- a/lisp/emacs-lisp/profile.el +++ b/lisp/emacs-lisp/profile.el @@ -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 diff --git a/lisp/flow-ctrl.el b/lisp/flow-ctrl.el index 98d80ee7b1b..f871493c0a2 100644 --- a/lisp/flow-ctrl.el +++ b/lisp/flow-ctrl.el @@ -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 diff --git a/lisp/font-lock.el b/lisp/font-lock.el index bb6aeaa4166..39e17ea8efd 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -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 diff --git a/lisp/gud.el b/lisp/gud.el index 109665d600b..d4e7620e98b 100644 --- a/lisp/gud.el +++ b/lisp/gud.el @@ -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. diff --git a/lisp/help-macro.el b/lisp/help-macro.el index ba84ea47576..10453e0505c 100644 --- a/lisp/help-macro.el +++ b/lisp/help-macro.el @@ -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 diff --git a/lisp/help.el b/lisp/help.el index 0f5cc33bccb..83b502a2867 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -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 diff --git a/lisp/info.el b/lisp/info.el index 881aecccaa3..cb517c9bb3a 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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 diff --git a/lisp/international/iso-transl.el b/lisp/international/iso-transl.el index de1c141f204..1008dbd7a7f 100644 --- a/lisp/international/iso-transl.el +++ b/lisp/international/iso-transl.el @@ -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 diff --git a/lisp/isearch.el b/lisp/isearch.el index ec86de79cdf..20d85caf6fb 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -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. diff --git a/lisp/loadup.el b/lisp/loadup.el index aa615b916f3..6f5b290348f 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -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 diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index b61fd65b698..4d4460f293c 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -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 diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index fa96fb9316b..edc78b1efc9 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el @@ -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 diff --git a/lisp/mail/rmailsort.el b/lisp/mail/rmailsort.el index ba11d77c8f6..be9d69700fc 100644 --- a/lisp/mail/rmailsort.el +++ b/lisp/mail/rmailsort.el @@ -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. diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 47a3e90da2a..3ea44ef0289 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -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 diff --git a/lisp/man.el b/lisp/man.el index 92ba6ffc538..6802ab78766 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -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 diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el index 861a5ed1759..a3d53e62c99 100644 --- a/lisp/mouse-sel.el +++ b/lisp/mouse-sel.el @@ -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 diff --git a/lisp/mouse.el b/lisp/mouse.el index 35e391881b9..232ad378466 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -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 diff --git a/lisp/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el index 76b86e24740..6c615c4d996 100644 --- a/lisp/progmodes/cmacexp.el +++ b/lisp/progmodes/cmacexp.el @@ -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 diff --git a/lisp/rect.el b/lisp/rect.el index 60a94877bbc..b19f883976c 100644 --- a/lisp/rect.el +++ b/lisp/rect.el @@ -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 diff --git a/lisp/subr.el b/lisp/subr.el index 760d1edc22d..8322386fd6d 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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. diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index 962fb60597e..68a235405ff 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el @@ -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 diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index ec9060c448d..e9ad45c4488 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -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 diff --git a/lisp/textmodes/ooutline.el b/lisp/textmodes/ooutline.el index 236ed3afc80..618507ae25d 100644 --- a/lisp/textmodes/ooutline.el +++ b/lisp/textmodes/ooutline.el @@ -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 diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index afbae44e0d6..b9c450c859f 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -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 diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index d7e09580d30..d986eaf5930 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el @@ -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> diff --git a/lisp/vc.el b/lisp/vc.el index b023f632c1c..1ad1c9a7099 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -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 |