changeset 74509:f7702c5f335d

Update copyright years.
author Glenn Morris <rgm@gnu.org>
date Sat, 09 Dec 2006 04:06:06 +0000
parents 0b524ec529e1
children 3fd6ffd8464f
files lisp/eshell/em-alias.el lisp/eshell/em-banner.el lisp/eshell/em-basic.el lisp/eshell/em-cmpl.el lisp/eshell/em-dirs.el lisp/eshell/em-glob.el lisp/eshell/em-hist.el lisp/eshell/em-ls.el lisp/eshell/em-pred.el lisp/eshell/em-prompt.el lisp/eshell/em-rebind.el lisp/eshell/em-script.el lisp/eshell/em-smart.el lisp/eshell/em-term.el lisp/eshell/em-xtra.el lisp/eshell/esh-arg.el lisp/eshell/esh-cmd.el lisp/eshell/esh-ext.el lisp/eshell/esh-io.el lisp/eshell/esh-maint.el lisp/eshell/esh-opt.el lisp/eshell/esh-proc.el lisp/eshell/esh-test.el lisp/eshell/esh-var.el lisp/eshell/eshell.el lisp/mail/blessmail.el lisp/mail/footnote.el lisp/mail/mail-hist.el lisp/mail/mailabbrev.el lisp/mail/mailalias.el lisp/mail/mailheader.el lisp/mail/metamail.el lisp/mail/mspools.el lisp/mail/reporter.el lisp/mail/rfc2368.el lisp/mail/rfc822.el lisp/mail/rmailmsc.el lisp/mail/supercite.el lisp/mail/uce.el lisp/mail/undigest.el lisp/mail/unrmail.el lisp/mail/vms-pmail.el lisp/net/eudc-bob.el lisp/net/eudc-export.el lisp/net/eudc-hotlist.el lisp/net/eudc-vars.el lisp/net/eudc.el lisp/net/eudcb-bbdb.el lisp/net/eudcb-ldap.el lisp/net/eudcb-ph.el lisp/net/ldap.el lisp/net/rcompile.el lisp/net/rlogin.el lisp/net/snmp-mode.el lisp/net/telnet.el lisp/net/webjump.el lisp/obsolete/awk-mode.el lisp/obsolete/fast-lock.el lisp/obsolete/float.el lisp/obsolete/hscroll.el lisp/obsolete/iso-insert.el lisp/obsolete/iso-swed.el lisp/obsolete/keyswap.el lisp/obsolete/mlsupport.el lisp/obsolete/ooutline.el lisp/obsolete/options.el lisp/obsolete/profile.el lisp/obsolete/rnews.el lisp/obsolete/rnewspost.el lisp/obsolete/rsz-mini.el lisp/obsolete/scribe.el lisp/obsolete/sun-curs.el lisp/obsolete/sun-fns.el lisp/obsolete/swedish.el lisp/obsolete/x-apollo.el lisp/obsolete/x-menu.el lisp/play/5x5.el lisp/play/bruce.el lisp/play/cookie1.el lisp/play/decipher.el lisp/play/dissociate.el lisp/play/doctor.el lisp/play/gamegrid.el lisp/play/gametree.el lisp/play/handwrite.el lisp/play/landmark.el lisp/play/morse.el lisp/play/mpuz.el lisp/play/snake.el lisp/play/solitaire.el lisp/play/spook.el lisp/play/tetris.el lisp/play/yow.el lisp/term/AT386.el lisp/term/iris-ansi.el lisp/term/mac-win.el lisp/term/news.el lisp/term/sun-mouse.el lisp/term/sup-mouse.el lisp/term/tvi970.el lisp/term/vt100.el lisp/term/w32-win.el lisp/term/wyse50.el lisp/term/xterm.el lisp/textmodes/bib-mode.el lisp/textmodes/bibtex.el lisp/textmodes/enriched.el lisp/textmodes/flyspell.el lisp/textmodes/makeinfo.el lisp/textmodes/page-ext.el lisp/textmodes/page.el lisp/textmodes/picture.el lisp/textmodes/refbib.el lisp/textmodes/refill.el lisp/textmodes/reftex-auc.el lisp/textmodes/reftex-cite.el lisp/textmodes/reftex-global.el lisp/textmodes/reftex-index.el lisp/textmodes/reftex-parse.el lisp/textmodes/reftex-ref.el lisp/textmodes/spell.el lisp/textmodes/tex-mode.el lisp/textmodes/text-mode.el lisp/textmodes/tildify.el lisp/textmodes/two-column.el lisp/textmodes/underline.el
diffstat 126 files changed, 144 insertions(+), 136 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/eshell/em-alias.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/em-alias.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; em-alias.el --- creation and management of command aliases
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-banner.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/em-banner.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; em-banner.el --- sample module that displays a login banner
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-basic.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/em-basic.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; em-basic.el --- basic shell builtin commands
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-cmpl.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/em-cmpl.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; em-cmpl.el --- completion using the TAB key
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-dirs.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/em-dirs.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; em-dirs.el --- directory navigation commands
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-glob.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/em-glob.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; em-glob.el --- extended file name globbing
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-hist.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/em-hist.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; em-hist.el --- history list management
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-ls.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/em-ls.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; em-ls.el --- implementation of ls in Lisp
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-pred.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/em-pred.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; em-pred.el --- argument predicates and modifiers (ala zsh)
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-prompt.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/em-prompt.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; em-prompt.el --- command prompts
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-rebind.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/em-rebind.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; em-rebind.el --- rebind keys when point is at current input
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-script.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/em-script.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; em-script.el --- Eshell script files
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-smart.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/em-smart.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; em-smart.el --- smart display of output
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-term.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/em-term.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; em-term.el --- running visual commands
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-xtra.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/em-xtra.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; em-xtra.el --- extra alias functions
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-arg.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/esh-arg.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; esh-arg.el --- argument processing
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-cmd.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/esh-cmd.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; esh-cmd.el --- command invocation
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-ext.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/esh-ext.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; esh-ext.el --- commands external to Eshell
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-io.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/esh-io.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; esh-io.el --- I/O management
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-maint.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/esh-maint.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; esh-maint.el --- init code for building eshell -*- no-byte-compile: t -*-
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-opt.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/esh-opt.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; esh-opt.el --- command options processing
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-proc.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/esh-proc.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; esh-proc.el --- process management
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-test.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/esh-test.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; esh-test.el --- Eshell test suite
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-var.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/esh-var.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; esh-var.el --- handling of variables
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/eshell.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/eshell/eshell.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; eshell.el --- the Emacs command shell
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/mail/blessmail.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/mail/blessmail.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; blessmail.el --- decide whether movemail needs special privileges -*- no-byte-compile: t -*-
 
-;; Copyright (C) 1994, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
--- a/lisp/mail/footnote.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/mail/footnote.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; footnote.el --- footnote support for message mode  -*- coding: iso-latin-1;-*-
 
-;; Copyright (C) 1997, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Steven L Baur <steve@xemacs.org>
--- a/lisp/mail/mail-hist.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/mail/mail-hist.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; mail-hist.el --- headers and message body history for outgoing mail
 
-;; Copyright (C) 1994, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Karl Fogel <kfogel@red-bean.com>
--- a/lisp/mail/mailabbrev.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/mail/mailabbrev.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,7 +1,7 @@
 ;;; mailabbrev.el --- abbrev-expansion of mail aliases
 
-;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1996, 1997, 2000, 2002,
-;;   2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1996, 1997, 2000, 2001,
+;;   2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Jamie Zawinski <jwz@lucid.com>, now <jwz@jwz.org>
 ;; Maintainer: FSF
--- a/lisp/mail/mailalias.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/mail/mailalias.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; mailalias.el --- expand and complete mailing address aliases
 
-;; Copyright (C) 1985, 1987, 1995, 1996, 1997, 2002, 2003,
+;; Copyright (C) 1985, 1987, 1995, 1996, 1997, 2001, 2002, 2003,
 ;;   2004, 2005, 2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
--- a/lisp/mail/mailheader.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/mail/mailheader.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; mailheader.el --- mail header parsing, merging, formatting
 
-;; Copyright (C) 1996, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Erik Naggum <erik@naggum.no>
--- a/lisp/mail/metamail.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/mail/metamail.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; metamail.el --- Metamail interface for GNU Emacs
 
-;; Copyright (C) 1993, 1996, 2002, 2003, 2004,
+;; Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp>
--- a/lisp/mail/mspools.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/mail/mspools.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; mspools.el --- show mail spools waiting to be read
 
-;; Copyright (C) 1997, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Stephen Eglen <stephen@gnu.org>
--- a/lisp/mail/reporter.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/mail/reporter.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,7 +1,7 @@
 ;;; reporter.el --- customizable bug reporting of lisp programs
 
-;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2002, 2003, 2004,
-;;   2005, 2006 Free Software Foundation, Inc.
+;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003,
+;;   2004, 2005, 2006 Free Software Foundation, Inc.
 
 ;; Author:          1993-1998 Barry A. Warsaw
 ;; Maintainer:      FSF
--- a/lisp/mail/rfc2368.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/mail/rfc2368.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,11 +1,11 @@
 ;;; rfc2368.el --- support for rfc2368
 
+;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004,
+;;   2005, 2006 Free Software Foundation, Inc.
+
 ;; Author: Sen Nagata <sen@eccosys.com>
 ;; Keywords: mail
 
-;; Copyright (C) 1998, 2000, 2002, 2003, 2004,
-;;   2005, 2006 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
--- a/lisp/mail/rfc822.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/mail/rfc822.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; rfc822.el --- hairy rfc822 parser for mail and news and suchlike
 
-;; Copyright (C) 1986, 1987, 1990, 2002, 2003, 2004,
+;; Copyright (C) 1986, 1987, 1990, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Richard Mlynarik <mly@eddie.mit.edu>
--- a/lisp/mail/rmailmsc.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/mail/rmailmsc.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; rmailmsc.el --- miscellaneous support functions for the RMAIL mail reader
 
-;; Copyright (C) 1985, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
--- a/lisp/mail/supercite.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/mail/supercite.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; supercite.el --- minor mode for citing mail and news replies
 
-;; Copyright (C) 1993, 1997, 2002, 2003, 2004,
+;; Copyright (C) 1993, 1997, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: 1993 Barry A. Warsaw <bwarsaw@python.org>
--- a/lisp/mail/uce.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/mail/uce.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; uce.el --- facilitate reply to unsolicited commercial email
 
-;; Copyright (C) 1996, 1998, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: stanislav shalunov <shalunov@mccme.ru>
--- a/lisp/mail/undigest.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/mail/undigest.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; undigest.el --- digest-cracking support for the RMAIL mail reader
 
-;; Copyright (C) 1985, 1986, 1994, 1996, 2002, 2003, 2004,
+;; Copyright (C) 1985, 1986, 1994, 1996, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
--- a/lisp/mail/unrmail.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/mail/unrmail.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; unrmail.el --- convert Rmail files to mailbox files
 
-;; Copyright (C) 1992, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
--- a/lisp/mail/vms-pmail.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/mail/vms-pmail.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; vms-pmail.el --- use Emacs as the editor within VMS mail
 
-;; Copyright (C) 1992, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Roland B Roberts <roberts@panix.com>
--- a/lisp/net/eudc-bob.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/net/eudc-bob.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; eudc-bob.el --- Binary Objects Support for EUDC
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Oscar Figueiredo <oscar@cpe.fr>
--- a/lisp/net/eudc-export.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/net/eudc-export.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; eudc-export.el --- functions to export EUDC query results
 
-;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Oscar Figueiredo <oscar@cpe.fr>
--- a/lisp/net/eudc-hotlist.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/net/eudc-hotlist.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; eudc-hotlist.el --- hotlist management for EUDC
 
-;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Oscar Figueiredo <oscar@cpe.fr>
--- a/lisp/net/eudc-vars.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/net/eudc-vars.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; eudc-vars.el --- Emacs Unified Directory Client
 
-;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Oscar Figueiredo <oscar@cpe.fr>
--- a/lisp/net/eudc.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/net/eudc.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; eudc.el --- Emacs Unified Directory Client
 
-;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Oscar Figueiredo <oscar@cpe.fr>
--- a/lisp/net/eudcb-bbdb.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/net/eudcb-bbdb.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; eudcb-bbdb.el --- Emacs Unified Directory Client - BBDB Backend
 
-;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Oscar Figueiredo <oscar@cpe.fr>
--- a/lisp/net/eudcb-ldap.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/net/eudcb-ldap.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; eudcb-ldap.el --- Emacs Unified Directory Client - LDAP Backend
 
-;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Oscar Figueiredo <oscar@cpe.fr>
--- a/lisp/net/eudcb-ph.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/net/eudcb-ph.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; eudcb-ph.el --- Emacs Unified Directory Client - CCSO PH/QI Backend
 
-;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Oscar Figueiredo <oscar@cpe.fr>
--- a/lisp/net/ldap.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/net/ldap.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; ldap.el --- client interface to LDAP for Emacs
 
-;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Oscar Figueiredo <oscar@cpe.fr>
--- a/lisp/net/rcompile.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/net/rcompile.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; rcompile.el --- run a compilation on a remote machine
 
-;; Copyright (C) 1993, 1994, 2002, 2003, 2004,
+;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Albert    <alon@milcse.rtsg.mot.com>
--- a/lisp/net/rlogin.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/net/rlogin.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,7 +1,7 @@
 ;;; rlogin.el --- remote login interface
 
-;; Copyright (C) 1992, 1993, 1994, 1995, 1997, 1998, 2002, 2003, 2004,
-;;   2005, 2006 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 1993, 1994, 1995, 1997, 1998, 2001, 2002, 2003,
+;;   2004, 2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Noah Friedman
 ;; Maintainer: Noah Friedman <friedman@splode.com>
--- a/lisp/net/snmp-mode.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/net/snmp-mode.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; snmp-mode.el --- SNMP & SNMPv2 MIB major mode
 
-;; Copyright (C) 1995, 1998, 2002, 2003, 2004,
+;; Copyright (C) 1995, 1998, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Paul D. Smith <psmith@BayNetworks.com>
--- a/lisp/net/telnet.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/net/telnet.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; telnet.el --- run a telnet session from within an Emacs buffer
 
-;; Copyright (C) 1985, 1988, 1992, 1994, 2002, 2003, 2004,
+;; Copyright (C) 1985, 1988, 1992, 1994, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: William F. Schelter
--- a/lisp/net/webjump.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/net/webjump.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; webjump.el --- programmable Web hotlist
 
-;; Copyright (C) 1996, 1997, 2002, 2003, 2004,
+;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author:    Neil W. Van Dyke <nwv@acm.org>
--- a/lisp/obsolete/awk-mode.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/obsolete/awk-mode.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; awk-mode.el --- AWK code editing commands for Emacs
 
-;; Copyright (C) 1988, 1994, 1996, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1988, 1994, 1996, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
--- a/lisp/obsolete/fast-lock.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/obsolete/fast-lock.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; fast-lock.el --- automagic text properties caching for fast Font Lock mode
 
-;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2002, 2003, 2004,
+;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Simon Marshall <simon@gnu.org>
--- a/lisp/obsolete/float.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/obsolete/float.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; float.el --- obsolete floating point arithmetic package
 
-;; Copyright (C) 1986, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Bill Rosenblatt
--- a/lisp/obsolete/hscroll.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/obsolete/hscroll.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; hscroll.el --- automatically scroll truncated lines horizontally
 
-;; Copyright (C) 1992, 1993, 1995, 1996, 2002, 2003, 2004,
+;; Copyright (C) 1992, 1993, 1995, 1996, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Wayne Mesard <wmesard@esd.sgi.com>
--- a/lisp/obsolete/iso-insert.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/obsolete/iso-insert.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,7 @@
 ;;; iso-insert.el --- insert functions for ISO 8859/1  -*- coding: iso-8859-1;-*-
 
-;; Copyright (C) 1987, 1994, 2001 Free Software Foundation, Inc.
+;; Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004, 2005, 2006
+;;   Free Software Foundation, Inc.
 
 ;; Author: Howard Gayle
 ;; Maintainer: FSF
--- a/lisp/obsolete/iso-swed.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/obsolete/iso-swed.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; iso-swed.el --- set up char tables for ISO 8859/1 for Swedish/Finnish ttys
 
-;; Copyright (C) 1987, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Howard Gayle
--- a/lisp/obsolete/keyswap.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/obsolete/keyswap.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; keyswap.el --- swap BS and DEL keys -*- no-byte-compile: t -*-
 
-;; Copyright (C) 1992, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
--- a/lisp/obsolete/mlsupport.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/obsolete/mlsupport.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; mlsupport.el --- run-time support for mocklisp code
 
-;; Copyright (C) 1985, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
--- a/lisp/obsolete/ooutline.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/obsolete/ooutline.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; ooutline.el --- outline mode commands for Emacs
 
-;; Copyright (C) 1986, 1993, 1994, 1997, 2002, 2003, 2004,
+;; Copyright (C) 1986, 1993, 1994, 1997, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
--- a/lisp/obsolete/options.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/obsolete/options.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; options.el --- edit Options command for Emacs
 
-;; Copyright (C) 1985, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
--- a/lisp/obsolete/profile.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/obsolete/profile.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; profile.el --- Emacs profiler (OBSOLETE; use elp.el instead)
 
-;; Copyright (C) 1992, 1994, 1998, 2002, 2003, 2004,
+;; Copyright (C) 1992, 1994, 1998, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>
--- a/lisp/obsolete/rnews.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/obsolete/rnews.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; rnews.el --- USENET news reader for GNU Emacs
 
-;; Copyright (C) 1985, 1986, 1987, 2002, 2003, 2004,
+;; Copyright (C) 1985, 1986, 1987, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
--- a/lisp/obsolete/rnewspost.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/obsolete/rnewspost.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; rnewspost.el --- USENET news poster/mailer for GNU Emacs
 
-;; Copyright (C) 1985, 1986, 1987, 1995, 2002, 2003, 2004,
+;; Copyright (C) 1985, 1986, 1987, 1995, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
--- a/lisp/obsolete/rsz-mini.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/obsolete/rsz-mini.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; rsz-mini.el --- dynamically resize minibuffer to display entire contents
 
-;; Copyright (C) 1990, 1993, 1994, 1995, 1997, 2002, 2003, 2004,
+;; Copyright (C) 1990, 1993, 1994, 1995, 1997, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Noah Friedman <friedman@splode.com>
--- a/lisp/obsolete/scribe.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/obsolete/scribe.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; scribe.el --- scribe mode, and its idiosyncratic commands
 
-;; Copyright (C) 1985, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
--- a/lisp/obsolete/sun-curs.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/obsolete/sun-curs.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; sun-curs.el --- cursor definitions for Sun windows
 
-;; Copyright (C) 1987, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Jeff Peck <peck@sun.com>
--- a/lisp/obsolete/sun-fns.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/obsolete/sun-fns.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; sun-fns.el --- subroutines of Mouse handling for Sun windows
 
-;; Copyright (C) 1987, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Jeff Peck <peck@sun.com>
--- a/lisp/obsolete/swedish.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/obsolete/swedish.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,7 @@
 ;;; swedish.el --- miscellaneous functions for dealing with Swedish
 
-;; Copyright (C) 1988, 2001  Free Software Foundation, Inc.
+;; Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, 2006
+;;   Free Software Foundation, Inc.
 
 ;; Author: Howard Gayle
 ;; Maintainer: FSF
--- a/lisp/obsolete/x-apollo.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/obsolete/x-apollo.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; x-apollo.el --- Apollo support functions
 
-;; Copyright (C) 1995, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
--- a/lisp/obsolete/x-menu.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/obsolete/x-menu.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; x-menu.el --- menu support for X
 
-;; Copyright (C) 1986, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
--- a/lisp/play/5x5.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/play/5x5.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; 5x5.el --- simple little puzzle game
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Dave Pearson <davep@davep.org>
--- a/lisp/play/bruce.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/play/bruce.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,7 +1,7 @@
 ;;; bruce.el --- bruce phrase utility for overloading the Communications -*- no-byte-compile: t -*-
 ;;; Decency Act snoops, if any.
 
-;; Copyright (C) 1988, 1993, 1997, 2002, 2003, 2004,
+;; Copyright (C) 1988, 1993, 1997, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
--- a/lisp/play/cookie1.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/play/cookie1.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; cookie1.el --- retrieve random phrases from fortune cookie files
 
-;; Copyright (C) 1993, 2002, 2003, 2004, 2005, 2006,
+;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
--- a/lisp/play/decipher.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/play/decipher.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; decipher.el --- cryptanalyze monoalphabetic substitution ciphers
 ;;
-;; Copyright (C) 1995, 1996, 2002, 2003, 2004,
+;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 ;;
 ;; Author: Christopher J. Madsen <chris_madsen@geocities.com>
--- a/lisp/play/dissociate.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/play/dissociate.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; dissociate.el --- scramble text amusingly for Emacs
 
-;; Copyright (C) 1985, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
--- a/lisp/play/doctor.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/play/doctor.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; doctor.el --- psychological help for frustrated users
 
-;; Copyright (C) 1985, 1987, 1994, 1996, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1985, 1987, 1994, 1996, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006  Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
--- a/lisp/play/gamegrid.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/play/gamegrid.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; gamegrid.el --- library for implementing grid-based games on Emacs
 
-;; Copyright (C) 1997, 1998, 2002, 2003, 2004,
+;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Glynn Clements <glynn@sensei.co.uk>
--- a/lisp/play/gametree.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/play/gametree.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; gametree.el --- manage game analysis trees in Emacs
 
-;; Copyright (C) 1997, 1999, 2002, 2003, 2004,
+;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Ian T Zimmerman <itz@rahul.net>
--- a/lisp/play/handwrite.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/play/handwrite.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; handwrite.el --- turns your emacs buffer into a handwritten document -*- coding: iso-latin-1; -*-
 
-;; Copyright (C) 1996, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Danny Roozendaal (was: <danny@tvs.kun.nl>)
--- a/lisp/play/landmark.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/play/landmark.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; landmark.el --- neural-network robot that learns landmarks
 
-;; Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Terrence Brannon (was: <brannon@rana.usc.edu>)
--- a/lisp/play/morse.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/play/morse.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; morse.el --- convert text to morse code and back             -*- coding: utf-8 -*-
 
-;; Copyright (C) 1995, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Rick Farnbach <rick_farnbach@MENTORG.COM>
--- a/lisp/play/mpuz.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/play/mpuz.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; mpuz.el --- multiplication puzzle for GNU Emacs
 
-;; Copyright (C) 1990, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1990, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr>
--- a/lisp/play/snake.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/play/snake.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; snake.el --- implementation of Snake for Emacs
 
-;; Copyright (C) 1997, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Glynn Clements <glynn@sensei.co.uk>
--- a/lisp/play/solitaire.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/play/solitaire.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; solitaire.el --- game of solitaire in Emacs Lisp
 
-;; Copyright (C) 1994, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Jan Schormann <Jan.Schormann@rechen-gilde.de>
--- a/lisp/play/spook.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/play/spook.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; spook.el --- spook phrase utility for overloading the NSA line eater
 
-;; Copyright (C) 1988, 1993, 2002, 2003, 2004,
+;; Copyright (C) 1988, 1993, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
--- a/lisp/play/tetris.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/play/tetris.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; tetris.el --- implementation of Tetris for Emacs
 
-;; Copyright (C) 1997, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Glynn Clements <glynn@sensei.co.uk>
--- a/lisp/play/yow.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/play/yow.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; yow.el --- quote random zippyisms
 
-;; Copyright (C) 1993, 1994, 1995, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
--- a/lisp/term/AT386.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/term/AT386.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,11 +1,11 @@
 ;;; AT386.el --- terminal support package for IBM AT keyboards -*- no-byte-compile: t -*-
 
+;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005,
+;;   2006 Free Software Foundation, Inc.
+
 ;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
 ;; Keywords: terminals
 
-;; Copyright (C) 1992, 2002, 2003, 2004, 2005,
-;;   2006 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
--- a/lisp/term/iris-ansi.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/term/iris-ansi.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps -*- no-byte-compile: t -*-
 
-;; Copyright (C) 1997, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Dan Nicolaescu <dann@ics.uci.edu>
--- a/lisp/term/mac-win.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/term/mac-win.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; mac-win.el --- parse switches controlling interface with Mac window system -*-coding: iso-2022-7bit;-*-
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Andrew Choi <akochoi@mac.com>
--- a/lisp/term/news.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/term/news.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; news.el --- keypad and function key bindings for the Sony NEWS keyboard -*- no-byte-compile: t -*-
 
-;; Copyright (C) 1989, 1993, 2002, 2003, 2004,
+;; Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: FSF
--- a/lisp/term/sun-mouse.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/term/sun-mouse.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; sun-mouse.el --- mouse handling for Sun windows
 
-;; Copyright (C) 1987, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Jeff Peck
--- a/lisp/term/sup-mouse.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/term/sup-mouse.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; sup-mouse.el --- supdup mouse support for lisp machines
 
-;; Copyright (C) 1985, 1986, 2002, 2003, 2004,
+;; Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Wolfgang Rupprecht
--- a/lisp/term/tvi970.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/term/tvi970.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,11 +1,11 @@
 ;;; tvi970.el --- terminal support for the Televideo 970
 
+;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005,
+;;   2006 Free Software Foundation, Inc.
+
 ;; Author: Jim Blandy <jimb@occs.cs.oberlin.edu>, January 1992
 ;; Keywords: terminals
 
-;; Copyright (C) 1992, 2002, 2003, 2004, 2005,
-;;   2006 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
--- a/lisp/term/vt100.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/term/vt100.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; vt100.el --- define VT100 function key sequences in function-key-map
 
-;; Copyright (C) 1989, 1993, 2002, 2003, 2004,
+;; Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: FSF
--- a/lisp/term/w32-win.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/term/w32-win.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; w32-win.el --- parse switches controlling interface with W32 window system
 
-;; Copyright (C) 1993, 1994, 2002, 2003, 2004,
+;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Kevin Gallo
--- a/lisp/term/wyse50.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/term/wyse50.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; wyse50.el --- terminal support code for Wyse 50 -*- no-byte-compile: t -*-
 
-;; Copyright (C) 1989, 1993, 1994, 2002, 2003, 2004,
+;; Copyright (C) 1989, 1993, 1994, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Daniel Pfeiffer <occitan@esperanto.org>,
--- a/lisp/term/xterm.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/term/xterm.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; xterm.el --- define function key sequences and standard colors for xterm
 
-;; Copyright (C) 1995, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: FSF
--- a/lisp/textmodes/bib-mode.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/textmodes/bib-mode.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; bib-mode.el --- major mode for editing bib files
 
-;; Copyright (C) 1989, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
--- a/lisp/textmodes/bibtex.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/textmodes/bibtex.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,7 +1,7 @@
 ;;; bibtex.el --- BibTeX mode for GNU Emacs
 
-;; Copyright (C) 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2002, 2003,
-;;   2004, 2005, 2006 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
+;;   2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Stefan Schoef <schoef@offis.uni-oldenburg.de>
 ;;      Bengt Martensson <bengt@mathematik.uni-Bremen.de>
--- a/lisp/textmodes/enriched.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/textmodes/enriched.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; enriched.el --- read and save files in text/enriched format
 
-;; Copyright (C) 1994, 1995, 1996, 2002, 2003, 2004,
+;; Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Boris Goldowsky <boris@gnu.org>
--- a/lisp/textmodes/flyspell.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/textmodes/flyspell.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; flyspell.el --- on-the-fly spell checker
 
-;; Copyright (C) 1998, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
--- a/lisp/textmodes/makeinfo.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/textmodes/makeinfo.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; makeinfo.el --- run makeinfo conveniently
 
-;; Copyright (C) 1991, 1993, 2002, 2003, 2004,
+;; Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Robert J. Chassell
--- a/lisp/textmodes/page-ext.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/textmodes/page-ext.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; page-ext.el --- extended page handling commands
 
-;; Copyright (C) 1990, 1991, 1993, 1994, 2002, 2003, 2004,
+;; Copyright (C) 1990, 1991, 1993, 1994, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Maintainer: Robert J. Chassell <bob@gnu.org>
--- a/lisp/textmodes/page.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/textmodes/page.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; page.el --- page motion commands for Emacs
 
-;; Copyright (C) 1985, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
--- a/lisp/textmodes/picture.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/textmodes/picture.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; picture.el --- "Picture mode" -- editing using quarter-plane screen model
 
-;; Copyright (C) 1985, 1994, 2002, 2003, 2004,
+;; Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: K. Shane Hartman
--- a/lisp/textmodes/refbib.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/textmodes/refbib.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; refbib.el --- convert refer-style references to ones usable by Latex bib
 
-;; Copyright (C) 1989, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Henry Kautz <kautz@research.att.com>
--- a/lisp/textmodes/refill.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/textmodes/refill.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; refill.el --- `auto-fill' by refilling paragraphs on changes
 
-;; Copyright (C) 2000, 2002, 2003, 2004, 2005,
+;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Dave Love <fx@gnu.org>
--- a/lisp/textmodes/reftex-auc.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/textmodes/reftex-auc.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,5 +1,6 @@
 ;;; reftex-auc.el --- RefTeX's interface to AUCTeX
-;; Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004, 2005,
+
+;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <dominik@science.uva.nl>
--- a/lisp/textmodes/reftex-cite.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/textmodes/reftex-cite.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,5 +1,6 @@
 ;;; reftex-cite.el --- creating citations with RefTeX
-;; Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004, 2005,
+
+;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <dominik@science.uva.nl>
--- a/lisp/textmodes/reftex-global.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/textmodes/reftex-global.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,5 +1,6 @@
 ;;; reftex-global.el --- operations on entire documents with RefTeX
-;; Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004, 2005,
+
+;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <dominik@science.uva.nl>
--- a/lisp/textmodes/reftex-index.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/textmodes/reftex-index.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,5 +1,6 @@
 ;;; reftex-index.el --- index support with RefTeX
-;; Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004, 2005,
+
+;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <dominik@science.uva.nl>
--- a/lisp/textmodes/reftex-parse.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/textmodes/reftex-parse.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,5 +1,6 @@
 ;;; reftex-parse.el --- parser functions for RefTeX
-;; Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004, 2005,
+
+;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <dominik@science.uva.nl>
--- a/lisp/textmodes/reftex-ref.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/textmodes/reftex-ref.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,5 +1,6 @@
 ;;; reftex-ref.el --- code to create labels and references with RefTeX
-;; Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004, 2005,
+
+;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <dominik@science.uva.nl>
--- a/lisp/textmodes/spell.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/textmodes/spell.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; spell.el --- spelling correction interface for Emacs
 
-;; Copyright (C) 1985, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
--- a/lisp/textmodes/tex-mode.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/textmodes/tex-mode.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,7 +1,7 @@
 ;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands -*- coding: utf-8 -*-
 
 ;; Copyright (C) 1985, 1986, 1989, 1992, 1994, 1995, 1996, 1997, 1998, 1999,
-;;   2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+;;   2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: tex
--- a/lisp/textmodes/text-mode.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/textmodes/text-mode.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; text-mode.el --- text mode, and its idiosyncratic commands
 
-;; Copyright (C) 1985, 1992, 1994, 2002, 2003, 2004,
+;; Copyright (C) 1985, 1992, 1994, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
--- a/lisp/textmodes/tildify.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/textmodes/tildify.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; tildify.el --- adding hard spaces into texts
 
-;; Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004,
+;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author:     Milan Zamazal <pdm@zamazal.org>
--- a/lisp/textmodes/two-column.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/textmodes/two-column.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; two-column.el --- minor mode for editing of two-column text
 
-;; Copyright (C) 1992, 1993, 1994, 1995, 2002, 2003, 2004,
+;; Copyright (C) 1992, 1993, 1994, 1995, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Daniel Pfeiffer <occitan@esperanto.org>
--- a/lisp/textmodes/underline.el	Sat Dec 09 04:02:11 2006 +0000
+++ b/lisp/textmodes/underline.el	Sat Dec 09 04:06:06 2006 +0000
@@ -1,6 +1,6 @@
 ;;; underline.el --- insert/remove underlining (done by overstriking) in Emacs
 
-;; Copyright (C) 1985, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005,
 ;;   2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF