changeset 54161:ea359827d26a

Fix copyright years.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 27 Feb 2004 17:30:23 +0000
parents 815ea37f89e4
children 197b774698f8
files lisp/custom.el lisp/faces.el lisp/font-lock.el lisp/isearch.el
diffstat 4 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/custom.el	Fri Feb 27 17:27:25 2004 +0000
+++ b/lisp/custom.el	Fri Feb 27 17:30:23 2004 +0000
@@ -1,6 +1,7 @@
 ;;; custom.el --- tools for declaring and initializing options
 ;;
-;; Copyright (C) 1996, 1997, 1999, 2001, 2002 Free Software Foundation, Inc.
+;; Copyright (C) 1996, 1997, 1999, 2001, 2002, 2004
+;;  Free Software Foundation, Inc.
 ;;
 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
 ;; Maintainer: FSF
--- a/lisp/faces.el	Fri Feb 27 17:27:25 2004 +0000
+++ b/lisp/faces.el	Fri Feb 27 17:30:23 2004 +0000
@@ -1,6 +1,6 @@
 ;;; faces.el --- Lisp faces
 
-;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
+;; Copyright (C) 1992,1993,1994,1995,1996,1998,1999,2000,2001,2002,2004
 ;;   Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
--- a/lisp/font-lock.el	Fri Feb 27 17:27:25 2004 +0000
+++ b/lisp/font-lock.el	Fri Feb 27 17:30:23 2004 +0000
@@ -1,6 +1,6 @@
 ;;; font-lock.el --- Electric font lock mode
 
-;; Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 1999, 2000, 2001, 02, 2003
+;; Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 1999, 2000, 2001, 02, 2003, 2004
 ;;  Free Software Foundation, Inc.
 
 ;; Author: jwz, then rms, then sm
--- a/lisp/isearch.el	Fri Feb 27 17:27:25 2004 +0000
+++ b/lisp/isearch.el	Fri Feb 27 17:30:23 2004 +0000
@@ -1,6 +1,6 @@
 ;;; isearch.el --- incremental search minor mode
 
-;; Copyright (C) 1992, 93, 94, 95, 96, 97, 1999, 2000, 01, 2003
+;; Copyright (C) 1992, 93, 94, 95, 96, 97, 1999, 2000, 01, 2003, 2004
 ;;   Free Software Foundation, Inc.
 
 ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>