Mercurial > emacs
changeset 74466:1d4b1a32fd66
Update copyright years.
line wrap: on
line diff
--- a/lisp/emacs-lisp/advice.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/advice.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; advice.el --- an overloading mechanism for Emacs Lisp functions -;; Copyright (C) 1993, 1994, 2000, 2001, 2004, +;; Copyright (C) 1993, 1994, 2000, 2001, 2002, 2003, 2004, ;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Hans Chalupsky <hans@cs.buffalo.edu>
--- a/lisp/emacs-lisp/assoc.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/assoc.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; assoc.el --- insert/delete/sort functions on association lists -;; Copyright (C) 1996, 2002, 2003, 2004, 2005, +;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, ;; 2006 Free Software Foundation, Inc. ;; Author: Barry A. Warsaw <bwarsaw@cen.com>
--- a/lisp/emacs-lisp/authors.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/authors.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; authors.el --- utility for maintaining Emacs' AUTHORS file -*-coding: iso-2022-7bit;-*- -;; Copyright (C) 2000, 2002, 2003, 2004, 2005, +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, ;; 2006 Free Software Foundation, Inc. ;; Author: Gerd Moellmann <gerd@gnu.org>
--- a/lisp/emacs-lisp/byte-run.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/byte-run.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; byte-run.el --- byte-compiler support for inlining -;; Copyright (C) 1992, 2002, 2003, 2004, 2005, +;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, ;; 2006 Free Software Foundation, Inc. ;; Author: Jamie Zawinski <jwz@lucid.com>
--- a/lisp/emacs-lisp/cl-compat.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/cl-compat.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; cl-compat.el --- Common Lisp extensions for GNU Emacs Lisp (compatibility) -;; Copyright (C) 1993, 2002, 2003, 2004, 2005, +;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, ;; 2006 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com>
--- a/lisp/emacs-lisp/cl-extra.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/cl-extra.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; cl-extra.el --- Common Lisp features, part 2 -*-byte-compile-dynamic: t;-*- -;; Copyright (C) 1993, 2000, 2002, 2003, 2004, +;; Copyright (C) 1993, 2000, 2001, 2002, 2003, 2004, ;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com>
--- a/lisp/emacs-lisp/cl-macs.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/cl-macs.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,7 @@ ;;; cl-macs.el --- Common Lisp macros -*-byte-compile-dynamic: t;-*- -;; Copyright (C) 1993, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006 +;; Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Version: 2.02
--- a/lisp/emacs-lisp/cl-seq.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/cl-seq.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; cl-seq.el --- Common Lisp features, part 3 -*-byte-compile-dynamic: t;-*- -;; Copyright (C) 1993, 2002, 2003, 2004, 2005, +;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, ;; 2006 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com>
--- a/lisp/emacs-lisp/cl-specs.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/cl-specs.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; cl-specs.el --- Edebug specs for cl.el -*- no-byte-compile: t -*- -;; Copyright (C) 1993, 2002, 2003, 2004, 2005, +;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, ;; 2006 Free Software Foundation, Inc. ;; Author: Daniel LaLiberte <liberte@holonexus.org> ;; Keywords: lisp, tools, maint
--- a/lisp/emacs-lisp/cl.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/cl.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; cl.el --- Common Lisp extensions for Emacs -*-byte-compile-dynamic: t;-*- -;; Copyright (C) 1993, 2002, 2003, 2004, 2005, +;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, ;; 2006 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com>
--- a/lisp/emacs-lisp/crm.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/crm.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,7 +1,7 @@ ;;; crm.el --- read multiple strings with completion ;; Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -;; 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Sen Nagata <sen@eccosys.com> ;; Keywords: completion, minibuffer, multiple elements
--- a/lisp/emacs-lisp/cust-print.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/cust-print.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; cust-print.el --- handles print-level and print-circle -;; Copyright (C) 1992, 2002, 2003, 2004, 2005, +;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, ;; 2006 Free Software Foundation, Inc. ;; Author: Daniel LaLiberte <liberte@holonexus.org>
--- a/lisp/emacs-lisp/derived.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/derived.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,7 +1,7 @@ ;;; derived.el --- allow inheritance of major modes ;; (formerly mode-clone.el) -;; Copyright (C) 1993, 1994, 1999, 2002, 2003, 2004, +;; Copyright (C) 1993, 1994, 1999, 2001, 2002, 2003, 2004, ;; 2005, 2006 Free Software Foundation, Inc. ;; Author: David Megginson (dmeggins@aix1.uottawa.ca)
--- a/lisp/emacs-lisp/easymenu.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/easymenu.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,7 +1,7 @@ ;;; easymenu.el --- support the easymenu interface for defining a menu -;; Copyright (C) 1994, 1996, 1998, 1999, 2000, 2002, 2003, 2004, -;; 2005, 2006 Free Software Foundation, Inc. +;; Copyright (C) 1994, 1996, 1998, 1999, 2000, 2001, 2002, 2003, +;; 2004, 2005, 2006 Free Software Foundation, Inc. ;; Keywords: emulations ;; Author: Richard Stallman <rms@gnu.org>
--- a/lisp/emacs-lisp/eldoc.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/eldoc.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; eldoc.el --- show function arglist or variable docstring in echo area -;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, +;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, ;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Noah Friedman <friedman@splode.com>
--- a/lisp/emacs-lisp/elint.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/elint.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; elint.el --- Lint Emacs Lisp -;; Copyright (C) 1997, 2002, 2003, 2004, 2005, +;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, ;; 2006 Free Software Foundation, Inc. ;; Author: Peter Liljenberg <petli@lysator.liu.se>
--- a/lisp/emacs-lisp/ewoc.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/ewoc.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,7 +1,7 @@ ;;; ewoc.el --- utility to maintain a view of a list of objects in a buffer ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -;; 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Per Cederqvist <ceder@lysator.liu.se> ;; Inge Wallin <inge@lysator.liu.se>
--- a/lisp/emacs-lisp/find-gc.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/find-gc.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; find-gc.el --- detect functions that call the garbage collector -;; Copyright (C) 1992, 2002, 2003, 2004, 2005, +;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, ;; 2006 Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/emacs-lisp/float-sup.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/float-sup.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; float-sup.el --- define some constants useful for floating point numbers. -;; 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/emacs-lisp/generic.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/generic.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; generic.el --- defining simple major modes with comment and font-lock ;; -;; Copyright (C) 1997, 1999, 2002, 2003, 2004, +;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, ;; 2005, 2006 Free Software Foundation, Inc. ;; ;; Author: Peter Breton <pbreton@cs.umb.edu>
--- a/lisp/emacs-lisp/gulp.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/gulp.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; gulp.el --- ask for updates for Lisp packages -;; Copyright (C) 1996, 2002, 2003, 2004, 2005, +;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, ;; 2006 Free Software Foundation, Inc. ;; Author: Sam Shteingold <shteingd@math.ucla.edu>
--- a/lisp/emacs-lisp/helper.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/helper.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; helper.el --- utility help package supporting help in electric modes -;; Copyright (C) 1985, 2002, 2003, 2004, 2005, +;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, ;; 2006 Free Software Foundation, Inc. ;; Author: K. Shane Hartman
--- a/lisp/emacs-lisp/lisp.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/lisp.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; lisp.el --- Lisp editing commands for Emacs -;; Copyright (C) 1985, 1986, 1994, 2000, 2002, 2003, 2004, +;; Copyright (C) 1985, 1986, 1994, 2000, 2001, 2002, 2003, 2004, ;; 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/emacs-lisp/lmenu.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/lmenu.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; lmenu.el --- emulate Lucid's menubar support -;; Copyright (C) 1992, 1993, 1994, 1997, 2002, 2003, 2004, +;; Copyright (C) 1992, 1993, 1994, 1997, 2001, 2002, 2003, 2004, ;; 2005, 2006 Free Software Foundation, Inc. ;; Keywords: emulations obsolete
--- a/lisp/emacs-lisp/lselect.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/lselect.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; lselect.el --- Lucid interface to X Selections -;; Copyright (C) 1990, 1993, 2002, 2003, 2004, +;; Copyright (C) 1990, 1993, 2001, 2002, 2003, 2004, ;; 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/emacs-lisp/map-ynp.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/map-ynp.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; map-ynp.el --- general-purpose boolean question-asker -;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 2000, 2002, 2003, +;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 2000, 2001, 2002, 2003, ;; 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Roland McGrath <roland@gnu.org>
--- a/lisp/emacs-lisp/regexp-opt.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/regexp-opt.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; regexp-opt.el --- generate efficient regexps to match strings -;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, +;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, ;; 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Simon Marshall <simon@gnu.org>
--- a/lisp/emacs-lisp/regi.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/regi.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; regi.el --- REGular expression Interpreting engine -;; Copyright (C) 1993, 2002, 2003, 2004, 2005, +;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, ;; 2006 Free Software Foundation, Inc. ;; Author: 1993 Barry A. Warsaw, Century Computing, Inc. <bwarsaw@cen.com>
--- a/lisp/emacs-lisp/ring.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/ring.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; ring.el --- handle rings of items -;; Copyright (C) 1992, 2002, 2003, 2004, 2005, +;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, ;; 2006 Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/emacs-lisp/shadow.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/shadow.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; shadow.el --- locate Emacs Lisp file shadowings -;; Copyright (C) 1995, 2002, 2003, 2004, 2005, +;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, ;; 2006 Free Software Foundation, Inc. ;; Author: Terry Jones <terry@santafe.edu>
--- a/lisp/emacs-lisp/sregex.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/sregex.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; sregex.el --- symbolic regular expressions -;; Copyright (C) 1997, 1998, 2000, 2002, 2003, 2004, +;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, ;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Bob Glickstein <bobg+sregex@zanshin.com>
--- a/lisp/emacs-lisp/timer.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/timer.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; timer.el --- run a function with args at some time in future -;; Copyright (C) 1996, 2002, 2003, 2004, 2005, +;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, ;; 2006 Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/emacs-lisp/tq.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/tq.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; tq.el --- utility to maintain a transaction queue -;; Copyright (C) 1985, 1986, 1987, 1992, 2002, 2003, 2004, +;; Copyright (C) 1985, 1986, 1987, 1992, 2001, 2002, 2003, 2004, ;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Scott Draves <spot@cs.cmu.edu>
--- a/lisp/emacs-lisp/trace.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emacs-lisp/trace.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; trace.el --- tracing facility for Emacs Lisp functions -;; Copyright (C) 1993, 1998, 2000, 2002, 2003, 2004, +;; Copyright (C) 1993, 1998, 2000, 2001, 2002, 2003, 2004, ;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Hans Chalupsky <hans@cs.buffalo.edu>
--- a/lisp/emulation/crisp.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emulation/crisp.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; crisp.el --- CRiSP/Brief Emacs emulator -;; Copyright (C) 1997, 1998, 1999, 2002, 2003, 2004, +;; Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, ;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Gary D. Foster <Gary.Foster@Corp.Sun.COM>
--- a/lisp/emulation/edt-lk201.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emulation/edt-lk201.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; edt-lk201.el --- enhanced EDT keypad mode emulation for LK-201 keyboards -;; Copyright (C) 1986, 1992, 1993, 1995, 2002, 2003, 2004, +;; Copyright (C) 1986, 1992, 1993, 1995, 2001, 2002, 2003, 2004, ;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <kevingal@onramp.net>
--- a/lisp/emulation/edt-pc.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emulation/edt-pc.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; edt-pc.el --- enhanced EDT keypad mode emulation for PC 101 keyboards -;; Copyright (C) 1986, 1994, 1995, 2002, 2003, 2004, +;; Copyright (C) 1986, 1994, 1995, 2001, 2002, 2003, 2004, ;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <kevingal@onramp.net>
--- a/lisp/emulation/pc-mode.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emulation/pc-mode.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; pc-mode.el --- emulate certain key bindings used on PCs -;; Copyright (C) 1995, 2002, 2003, 2004, 2005, +;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, ;; 2006 Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/emulation/tpu-edt.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emulation/tpu-edt.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; tpu-edt.el --- Emacs emulating TPU emulating EDT -;; 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. ;; Author: Rob Riepel <riepel@networking.stanford.edu>
--- a/lisp/emulation/tpu-extras.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emulation/tpu-extras.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; tpu-extras.el --- scroll margins and free cursor mode for TPU-edt -;; 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. ;; Author: Rob Riepel <riepel@networking.stanford.edu>
--- a/lisp/emulation/tpu-mapper.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emulation/tpu-mapper.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; tpu-mapper.el --- create a TPU-edt X-windows keymap file -;; Copyright (C) 1993, 1994, 1995, 2002, 2003, 2004, +;; Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, ;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Rob Riepel <riepel@networking.stanford.edu>
--- a/lisp/emulation/vip.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emulation/vip.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,7 +1,7 @@ ;;; vip.el --- a VI Package for GNU Emacs -;; Copyright (C) 1986, 1987, 1988, 1992, 1993, 1998, 2002, 2003, 2004, -;; 2005, 2006 Free Software Foundation, Inc. +;; Copyright (C) 1986, 1987, 1988, 1992, 1993, 1998, 2001, 2002, 2003, +;; 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Masahiko Sato <ms@sail.stanford.edu> ;; Keywords: emulations
--- a/lisp/emulation/ws-mode.el Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/emulation/ws-mode.el Thu Dec 07 05:06:17 2006 +0000 @@ -1,6 +1,6 @@ ;;; ws-mode.el --- WordStar emulation mode for GNU Emacs -;; Copyright (C) 1991, 2002, 2003, 2004, 2005, +;; Copyright (C) 1991, 2001, 2002, 2003, 2004, 2005, ;; 2006 Free Software Foundation, Inc. ;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de>
--- a/lisp/erc/ChangeLog.01 Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/erc/ChangeLog.01 Thu Dec 07 05:06:17 2006 +0000 @@ -1035,7 +1035,7 @@ * erc-speak.el 1.1, erc.el 1.1: New file. - Copyright (C) 2001 Free Software Foundation, Inc. + Copyright (C) 2001, 2006 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.
--- a/lisp/erc/ChangeLog.02 Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/erc/ChangeLog.02 Thu Dec 07 05:06:17 2006 +0000 @@ -2596,7 +2596,7 @@ See ChangeLog.01 for earlier changes. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2006 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.
--- a/lisp/erc/ChangeLog.03 Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/erc/ChangeLog.03 Thu Dec 07 05:06:17 2006 +0000 @@ -2140,7 +2140,7 @@ See ChangeLog.02 for earlier changes. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2006 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.
--- a/lisp/erc/ChangeLog.04 Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/erc/ChangeLog.04 Thu Dec 07 05:06:17 2006 +0000 @@ -2069,7 +2069,7 @@ See ChangeLog.03 for earlier changes. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2006 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.
--- a/lisp/erc/ChangeLog.05 Wed Dec 06 16:00:01 2006 +0000 +++ b/lisp/erc/ChangeLog.05 Thu Dec 07 05:06:17 2006 +0000 @@ -1217,7 +1217,7 @@ See ChangeLog.04 for earlier changes. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.