changeset 66608:7572dd565420

* vc-sccs.el: Update copyright year. * ezimage.el: Likewise.
author Romain Francoise <romain@orebokech.com>
date Tue, 01 Nov 2005 10:39:42 +0000
parents e8dab90b9670
children 9578bb750e29
files lisp/ChangeLog lisp/ezimage.el lisp/vc-sccs.el
diffstat 3 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Nov 01 10:04:19 2005 +0000
+++ b/lisp/ChangeLog	Tue Nov 01 10:39:42 2005 +0000
@@ -1,3 +1,8 @@
+2005-11-01  Romain Francoise  <romain@orebokech.com>
+
+	* vc-sccs.el: Update copyright year.
+	* ezimage.el: Likewise.
+
 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
 
 	* info.el (Info-fontify-node): Use `string-width' for fontifying
--- a/lisp/ezimage.el	Tue Nov 01 10:04:19 2005 +0000
+++ b/lisp/ezimage.el	Tue Nov 01 10:39:42 2005 +0000
@@ -1,6 +1,7 @@
 ;;; ezimage --- Generalized Image management
 
-;;; Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation
+;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
+;;;   2005 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
 ;; Keywords: file, tags, tools
--- a/lisp/vc-sccs.el	Tue Nov 01 10:04:19 2005 +0000
+++ b/lisp/vc-sccs.el	Tue Nov 01 10:39:42 2005 +0000
@@ -1,7 +1,7 @@
 ;;; vc-sccs.el --- support for SCCS version-control
 
 ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-;;   2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+;;   2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 ;; Author:     FSF (see vc.el for full credits)
 ;; Maintainer: Andre Spiegel <spiegel@gnu.org>