]> git.eshelyaron.com Git - emacs.git/commitdiff
Update copyright.
authorKarl Heuer <kwzh@gnu.org>
Tue, 3 May 1994 22:46:37 +0000 (22:46 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 3 May 1994 22:46:37 +0000 (22:46 +0000)
34 files changed:
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

index 3d589cf309715d813277d9d66cc3f7843ff6cd02..4589a24b96dc5fa2946c07463f23501f1fb5236d 100644 (file)
@@ -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.")
index 56ec933660b2a64e79e39428fece5401954975bc..3c55bdb4d3cd9a2b823886d746f9057d12b4ed25 100644 (file)
@@ -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
 
index f27cdd22530f10226899af0ccdd610d350a55771..8040f0321a5dc30c39daf63ba507bd0e06e86059 100644 (file)
@@ -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
index 49c0ade3fba6f8b1573c637dd4b59b0f67e1c365..d9f57022dc0a20ec1bcebc04b6a5d5c11c636672 100644 (file)
@@ -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
index d67e2bef6f452baa1a8fddef0e264896795b5829..a0a9765e807b2baef947e76b3d7c5a6c1ea2dddc 100644 (file)
@@ -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
index d7c7d3d5328b25712a341244629c315de37305b9..ed13938b36d79480a1aaca078275cbe58319db44 100644 (file)
@@ -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>
index d3fc441480ba8a72e0e8d92b8552d055df1b59a3..a6dcdd8904390e5c23df04f435f74f1318379b80 100644 (file)
@@ -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>
index afc8f1ae386cacfb0a24947187e4803d5392c768..d249dcecdffe161e9e97b14d94d467929047f9d2 100644 (file)
@@ -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.
 
index e010a78dfa17c40e2c10949127af763105065c74..2f13bf60bc6ce2f1234fe9564bc5dba3b92890be 100644 (file)
@@ -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
index 98d80ee7b1b4c0e1c074d2ad375bf9e2ab0705ec..f871493c0a23033033e25c326f56fcc71668df40 100644 (file)
@@ -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
index bb6aeaa4166f1d5cd5e2c93e093637922d28cb3f..39e17ea8efd43084c67216d534e086da9470995d 100644 (file)
@@ -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
index 109665d600b75b1e064d99eccaa55f2440f691c9..d4e7620e98b87700cb764e4d47307d120a92eed5 100644 (file)
@@ -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.
 
index ba84ea475761eaedcf8e0f20bb14fd59cec4605c..10453e0505c0e584fb6602723cf10e96f1fc241a 100644 (file)
@@ -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
index 0f5cc33bccb00d797b2f94f79dd326159e7cfac2..83b502a28676a50543bcbc2c14a588eb38b8f688 100644 (file)
@@ -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
index 881aecccaa32c5b9ecdda8b6bea487f0ed880af9..cb517c9bb3a106060289d0c6d1523c017bfe1179 100644 (file)
@@ -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
index de1c141f2042c655ae9ae0b53cdd2e5be5e28ee4..1008dbd7a7ff8d28cbbbb1e34b2dd2270020d0c5 100644 (file)
@@ -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
index ec86de79cdfd62bad75d618551426b3ac22c8134..20d85caf6fb6810ebb64db1716d975917f247c18 100644 (file)
@@ -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.
 
index aa615b916f37e1a7368b1ac0b9f9b20abdfbafdd..6f5b290348fbc37721f2ca69437095204c27911e 100644 (file)
@@ -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
index b61fd65b698d15d09b8ea5c61ff6599f9dab48ea..4d4460f293c40afaeba21c5e58ff1d40fa70d2c9 100644 (file)
@@ -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
index fa96fb9316bebc3a99545e2903d3aee2d63c7bf6..edc78b1efc943efb4c4a82d2f5897c603b1f571e 100644 (file)
@@ -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
index ba11d77c8f66d7d24b123b458b0e5bb504ee9c1c..be9d69700fcc59f0ba00dddaeb485b1f06cb1437 100644 (file)
@@ -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.
index 47a3e90da2a32d3c99f1bd3e6340128625b04e7a..3ea44ef0289fe4baf367747e5d0a5d213dfc8cf4 100644 (file)
@@ -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
index 92ba6ffc53882ccd1db6ee8d97f0773742a36b6d..6802ab787665fbf9c514191f48c58724caca1097 100644 (file)
@@ -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
index 861a5ed1759e3a6b6969ae0c182d1a250266b888..a3d53e62c994597fb3e2893e168e1b08475bddd2 100644 (file)
@@ -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
index 35e391881b99e7045004f84996014fa9345fecbc..232ad378466d3d221171d9e90a063b191ac30115 100644 (file)
@@ -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
index 76b86e24740c1908808831bdc81fb7fd1465761e..6c615c4d9963b96325168d11375702c78a086c98 100644 (file)
@@ -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
 
index 60a94877bbc3eaa5532927a483e9def40f00f7dc..b19f883976c16a55fa583bedf0e3240b65110779 100644 (file)
@@ -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
index 760d1edc22df21a8da2dfe3916d7d6fdfc5cc9e0..8322386fd6d85539736a71bfc95b98d1052ab530 100644 (file)
@@ -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.
 
index 962fb60597ef05cf30da7988438f8a0ca87479fc..68a235405ff3502d7fc7eb6e919667f4ed59bacb 100644 (file)
@@ -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
index ec9060c448d147c84b0c77c442f4295ddeb716ad..e9ad45c4488686bdbf08f23941de2c67dc682be2 100644 (file)
@@ -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
index 236ed3afc80df33fd226ba759af6778a1c5f0edc..618507ae25d1ade1747d7a7fec7e353544afbea5 100644 (file)
@@ -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
index afbae44e0d65e250402d5c8e538363b3e6125f04..b9c450c859f1a22b3d8623fb8c64b67950d89756 100644 (file)
@@ -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
index d7e09580d30ec18b5ba763526fbd3377a5997039..d986eaf59301f32ff329bab6cb7eb52de75cdbe3 100644 (file)
@@ -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>
index b023f632c1c2f87b0ef226dee84d0e2f18edd5e2..1ad1c9a70998f4e19c025236fce3f5b95b824e78 100644 (file)
@@ -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