]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix copyright years.
authorDave Love <fx@gnu.org>
Wed, 6 Dec 2000 20:24:23 +0000 (20:24 +0000)
committerDave Love <fx@gnu.org>
Wed, 6 Dec 2000 20:24:23 +0000 (20:24 +0000)
27 files changed:
etc/TUTORIAL.sl
lib-src/ebrowse.c
lisp/cvs-status.el
lisp/emacs-lisp/ewoc.el
lisp/log-edit.el
lisp/log-view.el
lisp/pcvs-defs.el
lisp/pcvs-info.el
lisp/pcvs-parse.el
lisp/pcvs-util.el
lisp/pcvs.el
lisp/progmodes/ada-prj.el
lisp/progmodes/cc-cmds.el
lisp/progmodes/cc-compat.el
lisp/progmodes/cc-defs.el
lisp/progmodes/cc-engine.el
lisp/progmodes/cc-menus.el
lisp/progmodes/cc-mode.el
lisp/progmodes/cc-styles.el
lisp/progmodes/cc-vars.el
lisp/progmodes/ebrowse.el
lisp/progmodes/idlw-shell.el
lisp/progmodes/idlwave.el
lisp/rsz-mini.el
lisp/whitespace.el
man/eshell.texi
man/pcl-cvs.texi

index ae457e20bfcb040826b835aede02b8bd65f45179..8d412259c8a972edcb8fd10ea91b83c0bf4eea7f 100644 (file)
@@ -1,4 +1,4 @@
-Copyright (c) 1985 Free Software Foundation, Inc;  See end for conditions.
+Copyright (c) 1985,96,97 Free Software Foundation, Inc;  See end for conditions.
 Emacs. Prvo berilo.
 
 Ukazi v Emacsu v splo¹nem vkljuèujejo tipki CONTROL (vèasih oznaèeni
@@ -1009,7 +1009,7 @@ Emacs. V sloven
 To besedilo, kot sam GNU Emacs, je avtorsko delo, in njegovo
 razmno¾evanje in raz¹irjanje je dovoljeno pod naslednjimi pogoji:
 
-Copyright (c) 1985-1997 Free Software Foundation
+Copyright (c) 1985, 1996, 1997 Free Software Foundation
 
    Dovoljeno je izdelovati in raz¹irjati neokrnjene kopije tega spisa
    v kakr¹nikoli obliki pod pogojem, da je ohranjena navedba o
index 76d798de4699bc22701d7c877929e10b878f697d..74743eb5fe6ff76926bd468f0b38dc780637624e 100644 (file)
@@ -1,6 +1,6 @@
 /* ebrowse.c --- parsing files for the ebrowse C++ browser
 
-   Copyright (C) 1992-1999, 2000 Free Software Foundation Inc.
+   Copyright (C) 1992,92,94,95,96,97,98,99,2000 Free Software Foundation Inc.
 
    Author: Gerd Moellmann <gerd@gnu.org>
    Maintainer: FSF
index c13d1cb18f555775d1b57c7a36e567bcb8e1adaa..1d7921edb042e8acdda6d1e1440e1582cc9e0f55 100644 (file)
@@ -1,11 +1,11 @@
 ;;; cvs-status.el --- Major mode for browsing `cvs status' output
 
-;; Copyright (C) 1999-2000  Free Software Foundation, Inc.
+;; Copyright (C) 19992000  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: pcl-cvs cvs status tree
 ;; Version: $Name:  $
-;; Revision: $Id: cvs-status.el,v 1.7 2000/09/29 02:19:10 monnier Exp $
+;; Revision: $Id: cvs-status.el,v 1.8 2000/11/06 07:01:10 monnier Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -517,6 +517,16 @@ Optional prefix ARG chooses between two representations."
 
 ;;; Change Log:
 ;; $Log: cvs-status.el,v $
+;; Revision 1.8  2000/11/06 07:01:10  monnier
+;; (cvs-tree-merge): Use cvs-butlast (avoid CL).
+;; (cvs-status-get-tags): Fix regexp.
+;; (cvs-status-trees, cvs-status-cvstrees):
+;; Combine after change hooks and don't sit-for.
+;; (cvs-tree-use-jisx0208): Renamed from cvs-tree-dstr-2byte-ready.
+;; (cvs-tree-char-*): Renamed from cvs-tree-dstr-char-*.
+;; Use make-char rather than hard-coded cryptic data.
+;; (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
+;;
 ;; Revision 1.7  2000/09/29 02:19:10  monnier
 ;; (cvs-status-entry-leader-re): Minor fix.
 ;;
index dc8c3b6d2c1400e21546896bfa2b52b7de77d8ce..a83dc0415b2076565f430001fd76019bd479cff1 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ewoc.el -- Utility to maintain a view of a list of objects in a buffer
 
-;; Copyright (C) 1991-2000   Free Software Foundation
+;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000   Free Software Foundation
 
 ;; Author: Per Cederqvist <ceder@lysator.liu.se>
 ;;     Inge Wallin <inge@lysator.liu.se>
index 824eaae3f0e0de703708cf191b219951df9892d4..a5ca3b641ac3d4db44aedd957ee075b2924fdf31 100644 (file)
@@ -1,11 +1,11 @@
 ;;; log-edit.el --- Major mode for editing CVS commit messages
 
-;; Copyright (C) 1999-2000  Free Software Foundation, Inc.
+;; Copyright (C) 19992000  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: pcl-cvs cvs commit log
 ;; Version: $Name:  $
-;; Revision: $Id: log-edit.el,v 1.10 2000/11/03 20:12:09 monnier Exp $
+;; Revision: $Id: log-edit.el,v 1.11 2000/11/06 07:01:36 monnier Exp $
 
 ;; This file is part of GNU Emacs.
 
index e2460ce0529f5ee2d270f835b86a8c15aa604849..c94f5e96f2e5be17a937fbb38ffa4d1e16d54b40 100644 (file)
@@ -1,11 +1,11 @@
 ;;; log-view.el --- Major mode for browsing RCS/CVS/SCCS log output
 
-;; Copyright (C) 1999-2000  Free Software Foundation, Inc.
+;; Copyright (C) 19992000  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: rcs sccs cvs log version-control
 ;; Version: $Name:  $
-;; Revision: $Id: log-view.el,v 1.3 2000/05/10 22:22:21 monnier Exp $
+;; Revision: $Id: log-view.el,v 1.4 2000/05/21 02:12:34 monnier Exp $
 
 ;; This file is part of GNU Emacs.
 
 
 ;;; Change Log:
 ;; $Log: log-view.el,v $
+;; Revision 1.4  2000/05/21 02:12:34  monnier
+;; Fix file description.
+;; (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
+;; available.
+;; (log-view-font-lock-keywords): Only use cvs-filename-face if present.
+;; (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
+;;
 ;; Revision 1.3  2000/05/10 22:22:21  monnier
 ;; (log-view-goto-rev): New function for the new VC.
 ;; (log-view-minor-wrap): Use mark-active.
index 0ab2b6b72b922989a1d1033f1e0d50f4eef7f8ed..a277415c787f041be3731730953cda48f51dc200 100644 (file)
@@ -1,11 +1,11 @@
 ;;; pcvs-defs.el --- variable definitions for PCL-CVS
 
-;; Copyright (C) 1991-2000  Free Software Foundation, Inc.
+;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: pcl-cvs
 ;; Version: $Name:  $
-;; Revision: $Id: pcvs-defs.el,v 1.5 2000/06/13 19:06:07 fx Exp $
+;; Revision: $Id: pcvs-defs.el,v 1.6 2000/11/06 06:56:03 monnier Exp $
 
 ;; This file is part of GNU Emacs.
 
index a1e09a70e0d990113246d5f1684c0b6fe6361b60..3dc818e81c0494427e78b196ef84cba4db79b945 100644 (file)
@@ -1,11 +1,11 @@
 ;;; pcvs-info.el --- Internal representation of a fileinfo entry
 
-;; Copyright (C) 1991-2000  Free Software Foundation, Inc.
+;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: pcl-cvs
 ;; Version: $Name:  $
-;; Revision: $Id: pcvs-info.el,v 1.3 2000/06/12 04:37:50 monnier Exp $
+;; Revision: $Id: pcvs-info.el,v 1.4 2000/11/12 16:52:53 monnier Exp $
 
 ;; This file is part of GNU Emacs.
 
index 4cce7830f14b662372d100c5f01dbdbb7d4b795f..b019472e74883dd090d166cf31c3d9c443765eae 100644 (file)
@@ -1,11 +1,11 @@
 ;;; pcvs-parse.el --- The CVS output parser
 
-;; Copyright (C) 1991-2000  Free Software Foundation, Inc.
+;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: pcl-cvs
 ;; Version: $Name:  $
-;; Revision: $Id: pcvs-parse.el,v 1.2 2000/03/22 02:56:53 monnier Exp $
+;; Revision: $Id: pcvs-parse.el,v 1.3 2000/06/11 22:30:49 monnier Exp $
 
 ;; This file is part of GNU Emacs.
 
index 8310ea87c69b63f26e69d7e76d2ff1338335ba9e..7d81738d7e829ddd645bf17f09a7404fd4289aed 100644 (file)
@@ -1,11 +1,11 @@
-;;; pcvs-util.el --- Utitlity functions for pcl-cvs
+;;; pcvs-util.el --- Utitlity functions for pcl-cvs  -*- byte-compile-dynamic: t -*-
 
-;; Copyright (C) 1998-2000  Free Software Foundation, Inc.
+;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: pcl-cvs
 ;; Version: $Name:  $
-;; Revision: $Id: pcvs-util.el,v 1.4 2000/08/06 09:18:02 gerd Exp $
+;; Revision: $Id: pcvs-util.el,v 1.5 2000/11/06 06:54:16 monnier Exp $
 
 ;; This file is part of GNU Emacs.
 
index 2edc266e253b05c200061cd01687aa578a1b5afc..97785a63623265e45e3ddc8ad6dc39256c98a65d 100644 (file)
@@ -1,6 +1,6 @@
 ;;; pcvs.el -- A Front-end to CVS.
 
-;; Copyright (C) 1991-2000  Free Software Foundation, Inc.
+;; Copyright (C) 1991, 92, 93, 94, 95, 95, 97, 98, 99, 2000  Free Software Foundation, Inc.
 
 ;; Author: (The PCL-CVS Trust) pcl-cvs@cyclic.com
 ;;     (Per Cederqvist) ceder@lysator.liu.se
@@ -14,7 +14,7 @@
 ;; Maintainer: (Stefan Monnier) monnier+lists/cvs/pcl@flint.cs.yale.edu
 ;; Keywords: CVS, version control, release management
 ;; Version: $Name:  $
-;; Revision: $Id: pcvs.el,v 1.17 2000/11/09 23:55:05 monnier Exp $
+;; Revision: $Id: pcvs.el,v 1.18 2000/11/21 20:47:49 monnier Exp $
 
 ;; This file is part of GNU Emacs.
 
index 7dc38e74e2a74e9c4ece6e0fc5f4214702e37935..b5ff783322250278f8d1939b89638e2b11529215 100644 (file)
@@ -1,9 +1,9 @@
 ;;; @(#) ada-prj.el --- Easy editing of project files for the ada-mode
 
-;; Copyright (C) 1998-1999 Free Software Foundation, Inc.
+;; Copyright (C) 19981999 Free Software Foundation, Inc.
 
 ;; Author: Emmanuel Briot <briot@gnat.com>
-;; Ada Core Technologies's version:   $Revision: 1.44 $
+;; Ada Core Technologies's version:   $Revision: 1.3 $
 ;; Keywords: languages, ada, project file
 
 ;; This file is not part of GNU Emacs.
index da5e309700d1cba6238544aea66a34cbefb1533a..cc5c3b9f9cece60b1ac5213a7c666cb88ab1b332 100644 (file)
@@ -1,6 +1,6 @@
 ;;; cc-cmds.el --- user level commands for CC Mode
 
-;; Copyright (C) 1985,1987,1992-2000 Free Software Foundation, Inc.
+;; Copyright (C) 1985,87,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc.
 
 ;; Authors:    2000- Martin Stjernholm
 ;;            1998-1999 Barry A. Warsaw and Martin Stjernholm
index 44ab7acbcadc187e73d3109e54ef7b8f39cefa20..98ba4bea3f6de0a61d074eddeabc780766eb84c7 100644 (file)
@@ -1,6 +1,6 @@
 ;;; cc-compat.el --- cc-mode compatibility with c-mode.el confusion
 
-;; Copyright (C) 1985,1987,1992-2000 Free Software Foundation, Inc.
+;; Copyright (C) 1985,87,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc.
 
 ;; Authors:    2000- Martin Stjernholm
 ;;            1998-1999 Barry A. Warsaw and Martin Stjernholm
index 67e11e5d65a85b4c444eaf5fb84232ca698635f5..d7213d034694a9cc4d2ef5d5e8d1a13ef653ef65 100644 (file)
@@ -1,6 +1,6 @@
 ;;; cc-defs.el --- compile time definitions for CC Mode
 
-;; Copyright (C) 1985,1987,1992-2000 Free Software Foundation, Inc.
+;; Copyright (C) 1985,87,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc.
 
 ;; Authors:    2000- Martin Stjernholm
 ;;            1998-1999 Barry A. Warsaw and Martin Stjernholm
index f857264e0ff705b8d0979ed267291601ea77e898..a2ed75e15203e75306fad064b0707ad34972727e 100644 (file)
@@ -1,6 +1,6 @@
 ;;; cc-engine.el --- core syntax guessing engine for CC mode
 
-;; Copyright (C) 1985,1987,1992-2000 Free Software Foundation, Inc.
+;; Copyright (C) 1985,87,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc.
 
 ;; Authors:    2000- Martin Stjernholm
 ;;            1998-1999 Barry A. Warsaw and Martin Stjernholm
index 9bfe6ee309840622935dea45ad37a8f7211ef093..3cd67c67bdb70b84ac6fae0cdb711b26ab95b2f9 100644 (file)
@@ -1,6 +1,6 @@
 ;;; cc-menus.el --- imenu support for CC Mode
 
-;; Copyright (C) 1985,1987,1992-2000 Free Software Foundation, Inc.
+;; Copyright (C) 1985,87,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc.
 
 ;; Authors:    2000- Martin Stjernholm
 ;;            1998-1999 Barry A. Warsaw and Martin Stjernholm
index 07a1f41244114e3502a04f74e1b3df846fd06590..a3750bf082bf7901014d6adf52a2df2e9d72fc0b 100644 (file)
@@ -1,6 +1,6 @@
 ;;; cc-mode.el --- major mode for editing C, C++, Objective-C, and Java code
 
-;; Copyright (C) 1985,1987,1992-2000 Free Software Foundation, Inc.
+;; Copyright (C) 1985,87,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc.
 
 ;; Authors:    2000- Martin Stjernholm
 ;;            1998-1999 Barry A. Warsaw and Martin Stjernholm
index 3707d091d55704b93b445400d7f4eac2a984aca5..3ce24cfa3bd790cdab2368f08ca3365fe8f9d341 100644 (file)
@@ -1,6 +1,6 @@
 ;;; cc-styles.el --- support for styles in CC Mode
 
-;; Copyright (C) 1985,1987,1992-2000 Free Software Foundation, Inc.
+;; Copyright (C) 1985,87,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc.
 
 ;; Authors:    2000- Martin Stjernholm
 ;;            1998-1999 Barry A. Warsaw and Martin Stjernholm
index a5cde4e96ba1208638d411ca017a8fd15608a2f1..e7f84f491106a5b567c5443f077da1543a03c366 100644 (file)
@@ -1,6 +1,6 @@
 ;;; cc-vars.el --- user customization variables for CC Mode
 
-;; Copyright (C) 1985,1987,1992-2000 Free Software Foundation, Inc.
+;; Copyright (C) 1985,87,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc.
 
 ;; Authors:    2000- Martin Stjernholm
 ;;            1998-1999 Barry A. Warsaw and Martin Stjernholm
index f6f137e4631bdaa10bfe82734f369a820494545e..e767bfd831d34a3656fcd6fcb730089cb717474c 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ebrowse.el --- Emacs C++ class browser & tags facility
 
-;; Copyright (C) 1992-1999, 2000 Free Software Foundation Inc.
+;; Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation Inc.
 
 ;; Author: Gerd Moellmann <gerd@gnu.org>
 ;; Maintainer: FSF
index 07d703e6efaac4c6bf83149060f0186bf5ee54f6..40ca0df629756ae88288b6d7e46d8f9c6748af33 100644 (file)
@@ -1,12 +1,12 @@
 ;;; idlw-shell.el --- Run IDL or WAVE as an inferior process of Emacs.
-;; Copyright (c) 1994-1996 Chris Chase
+;; Copyright (c) 1994, 1995, 1996 Chris Chase
 ;; Copyright (c) 1999 Carsten Dominik
 ;; Copyright (c) 1999, 2000 Free Software Foundation
 
 ;; Author: Chris Chase <chase@att.com>
 ;; Maintainer: Carsten Dominik <dominik@strw.leidenuniv.nl>
 ;; Version: 4.2
-;; Date: $Date: 2000/06/20 12:49:42 $
+;; Date: $Date: 2000/08/07 15:04:18 $
 ;; Keywords: processes
 
 ;; This file is part of GNU Emacs.
index ad1205c2237fdbc65d11e3e321afcd1b1fa0f2cb..9bb1c4d27eade5c6029fcc258a345e077db42d59 100644 (file)
@@ -1,12 +1,12 @@
 ;;; idlwave.el --- IDL and WAVE CL editing mode for GNU Emacs
-;; Copyright (c) 1994-1997 Chris Chase
+;; Copyright (c) 1994, 1995, 1997 Chris Chase
 ;; Copyright (c) 1999 Carsten Dominik
 ;; Copyright (c) 1999, 2000 Free Software Foundation
 
 ;; Author: Chris Chase <chase@att.com>
 ;; Maintainer: Carsten Dominik <dominik@strw.leidenuniv.nl>
 ;; Version: 4.2
-;; Date: $Date: 2000/06/15 17:58:23 $
+;; Date: $Date: 2000/06/20 12:49:47 $
 ;; Keywords: languages
 
 ;; This file is part of the GNU Emacs.
index e6285723d091057002fe942955d765c4583a70ae..73f83a3fb545f8dfff26c8f33e351a0ac05bce47 100644 (file)
@@ -1,13 +1,13 @@
 ;;; rsz-mini.el --- dynamically resize minibuffer to display entire contents
 
-;; Copyright (C) 1990, 1993-1995, 1997 Free Software Foundation, Inc.
+;; Copyright (C) 1990, 1993, 1994, 1995, 1997 Free Software Foundation, Inc.
 
 ;; Author: Noah Friedman <friedman@splode.com>
 ;;         Roland McGrath <roland@gnu.org>
 ;; Maintainer: Noah Friedman <friedman@splode.com>
 ;; Keywords: minibuffer, window, frame, display
 
-;; $Id: rsz-mini.el,v 1.2 1999/09/13 13:00:24 gerd Exp $
+;; $Id: rsz-mini.el,v 1.27 1999/09/13 20:49:05 gerd Exp $
 
 ;; This file is part of GNU Emacs.
 
index ca2813985e183b2e4abcc9d8337f4b915153a6da..014e87eba2c5b5edebb70ad714f18d178c835244 100644 (file)
@@ -1,6 +1,6 @@
 ;;; whitespace.el --- Warn about and clean bogus whitespaces in the file.
 
-;; Copyright (C) 1999-2000 Free Software Foundation, Inc.
+;; Copyright (C) 19992000 Free Software Foundation, Inc.
 
 ;; Author: Rajesh Vaidheeswarran <rv@gnu.org>
 ;; Keywords: convenience
index de270b82a38bd0b75c20f8c0faa2974f6783e714..6fa73311f7328be48a24111e3387b1381abb7315 100644 (file)
@@ -1,9 +1,9 @@
 \input texinfo  @c -*-texinfo-*-
 
-@c "@(#)$Name:  $:$Id: eshell.texi,v 1.5 2000/10/29 05:46:42 johnw Exp $"
+@c "@(#)$Name:  $:$Id: eshell.texi,v 1.6 2000/10/29 16:52:33 eliz Exp $"
 
 @c Documentation for Eshell: The Emacs Shell.
-@c Copyright (C) 1999-2000  Free Software Foundation, Inc.
+@c Copyright (C) 19992000  Free Software Foundation, Inc.
 
 @c This file is part of GNU Emacs
 
@@ -33,7 +33,7 @@
 @setchapternewpage on
      
 @ifinfo
-Copyright @copyright{} 1999-2000  Free Software Foundation, Inc.
+Copyright @copyright{} 19992000  Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of this
 manual provided the copyright notice and this permission notice are
@@ -83,7 +83,7 @@ Software Foundation instead of in the original English.
 @c  manual.  This will not appear in the Info file.
 @page
 @vskip 0pt plus 1filll
-Copyright @copyright{} 1999-2000  Free Software Foundation, Inc.
+Copyright @copyright{} 19992000  Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of this
 manual provided the copyright notice and this permission notice are
index 51a4a2a3b619945589f80ea9faa6fc1ad6d98142..7c8f022371f658b5b283c4dac162aa5b1366a12d 100644 (file)
@@ -1,9 +1,9 @@
 \input texinfo  @c -*-texinfo-*-
 
-@c "@(#)$Name:  $:$Id: pcl-cvs.texi,v 1.7 2000/11/21 11:39:43 fx Exp $"
+@c "@(#)$Name:  $:$Id: pcl-cvs.texi,v 1.8 2000/12/04 16:17:49 eliz Exp $"
 
 @c Documentation for the GNU Emacs CVS mode.
-@c Copyright (C) 1991-2000  Free Software Foundation, Inc.
+@c Copyright (C) 1991,92,93,94,95,96,97,98,99,2000  Free Software Foundation, Inc.
 
 @c This file is part of GNU Emacs
 
@@ -33,7 +33,7 @@
 @setchapternewpage on
      
 @ifinfo
-Copyright @copyright{} 1991-2000  Free Software Foundation, Inc.
+Copyright @copyright{} 1991,92,93,94,95,96,97,98,99,2000  Free Software Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.1 or
@@ -78,7 +78,7 @@ Software Foundation raise funds for GNU development.''
 @c  for the printed manual.  This will not appear in the Info file.
 @page
 @vskip 0pt plus 1filll
-Copyright @copyright{} 1991-2000  Free Software Foundation, Inc.
+Copyright @copyright{} 1991,92,93,94,95,96,97,98,99,2000  Free Software Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.1 or