Fix copyright years.
This commit is contained in:
parent
fbee3231d0
commit
e7cff5504b
27 changed files with 64 additions and 47 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
;;; cvs-status.el --- Major mode for browsing `cvs status' output
|
||||
|
||||
;; Copyright (C) 1999-2000 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1999, 2000 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.
|
||||
;;
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
;;; log-edit.el --- Major mode for editing CVS commit messages
|
||||
|
||||
;; Copyright (C) 1999-2000 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1999, 2000 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.
|
||||
|
||||
|
|
|
@ -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) 1999, 2000 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.
|
||||
|
||||
|
@ -172,6 +172,13 @@
|
|||
|
||||
;;; 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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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) 1998, 1999 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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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) 1999, 2000 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Rajesh Vaidheeswarran <rv@gnu.org>
|
||||
;; Keywords: convenience
|
||||
|
|
|
@ -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) 1999, 2000 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{} 1999, 2000 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{} 1999, 2000 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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue