summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2001-02-01 17:42:44 +0000
committerDave Love <fx@gnu.org>2001-02-01 17:42:44 +0000
commit891b8b69b4d82ec91c770bbbd6ecd4804403dd05 (patch)
tree51c2a2d7eac6a7d8c73165d3b27322521c1806c3
parent1355ba0cd13adf68dc10a86c03e1c64ed3022051 (diff)
downloademacs-891b8b69b4d82ec91c770bbbd6ecd4804403dd05.tar.gz
Copyright up-date.
-rw-r--r--lisp/vc-rcs.el4
-rw-r--r--lisp/vc-sccs.el4
-rw-r--r--lisp/vc.el4
3 files changed, 6 insertions, 6 deletions
diff --git a/lisp/vc-rcs.el b/lisp/vc-rcs.el
index 3d437337989..8a46f63cb38 100644
--- a/lisp/vc-rcs.el
+++ b/lisp/vc-rcs.el
@@ -1,11 +1,11 @@
;;; vc-rcs.el --- support for RCS version-control
-;; Copyright (C) 1992,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc.
+;; Copyright (C) 1992,93,94,95,96,97,98,99,2000,2001 Free Software Foundation, Inc.
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
-;; $Id: vc-rcs.el,v 1.16 2001/01/09 14:53:56 fx Exp $
+;; $Id: vc-rcs.el,v 1.17 2001/02/01 15:11:05 spiegel Exp $
;; This file is part of GNU Emacs.
diff --git a/lisp/vc-sccs.el b/lisp/vc-sccs.el
index 856f8e1549b..08be815bc0c 100644
--- a/lisp/vc-sccs.el
+++ b/lisp/vc-sccs.el
@@ -1,11 +1,11 @@
;;; vc-sccs.el --- support for SCCS version-control
-;; Copyright (C) 1992,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc.
+;; Copyright (C) 1992,93,94,95,96,97,98,99,2000,2001 Free Software Foundation, Inc.
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
-;; $Id: vc-sccs.el,v 1.7 2001/01/09 14:55:30 fx Exp $
+;; $Id: vc-sccs.el,v 1.8 2001/02/01 15:12:35 spiegel Exp $
;; This file is part of GNU Emacs.
diff --git a/lisp/vc.el b/lisp/vc.el
index bdb8a53fc47..df1c4454606 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -1,11 +1,11 @@
;;; vc.el --- drive a version-control system from within Emacs
-;; Copyright (C) 1992,93,94,95,96,97,98,2000 Free Software Foundation, Inc.
+;; Copyright (C) 1992,93,94,95,96,97,98,2000,2001 Free Software Foundation, Inc.
;; Author: FSF (see below for full credits)
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
-;; $Id: vc.el,v 1.294 2001/01/10 14:42:53 spiegel Exp $
+;; $Id: vc.el,v 1.295 2001/02/01 15:08:49 spiegel Exp $
;; This file is part of GNU Emacs.