aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2006-12-05 06:15:26 +0000
committerGlenn Morris2006-12-05 06:15:26 +0000
commite91081eb9e3d6074d3ba5ba2fae1d902601d56e6 (patch)
tree8b15fc6329984bc740476551a317c8228b0976ef
parent6d4ca208632abab4bd557dd137925c008b15de70 (diff)
downloademacs-e91081eb9e3d6074d3ba5ba2fae1d902601d56e6.tar.gz
emacs-e91081eb9e3d6074d3ba5ba2fae1d902601d56e6.zip
Update copyright years.
-rw-r--r--ChangeLog4
-rw-r--r--INSTALL4
-rw-r--r--admin/ChangeLog3
-rw-r--r--admin/admin.el3
-rw-r--r--admin/alloc-colors.c3
-rwxr-xr-xadmin/build-configs3
-rw-r--r--admin/cus-test.el3
-rwxr-xr-xadmin/diff-tar-files3
-rwxr-xr-xadmin/make-emacs3
-rw-r--r--config.bat4
-rw-r--r--lisp/abbrev.el2
-rw-r--r--lisp/abbrevlist.el2
-rw-r--r--lisp/add-log.el4
-rw-r--r--lisp/align.el2
-rw-r--r--lisp/arc-mode.el2
-rw-r--r--lisp/array.el2
-rw-r--r--lisp/autoarg.el2
-rw-r--r--lisp/autoinsert.el4
-rw-r--r--lisp/avoid.el2
-rw-r--r--lisp/case-table.el2
-rw-r--r--lisp/cdl.el2
-rw-r--r--lisp/chistory.el2
-rw-r--r--lisp/cmuscheme.el2
-rw-r--r--lisp/compare-w.el2
-rw-r--r--lisp/complete.el4
-rw-r--r--lisp/completion.el2
-rw-r--r--lisp/cus-dep.el2
-rw-r--r--lisp/cvs-status.el2
-rw-r--r--lisp/delim-col.el2
-rw-r--r--lisp/dirtrack.el2
-rw-r--r--lisp/disp-table.el2
-rw-r--r--lisp/dos-fns.el2
-rw-r--r--lisp/dos-vars.el2
-rw-r--r--lisp/dos-w32.el2
-rw-r--r--lisp/double.el2
-rw-r--r--lisp/ebuff-menu.el2
-rw-r--r--lisp/echistory.el2
-rw-r--r--lisp/ediff-vers.el2
-rw-r--r--lisp/edmacro.el2
-rw-r--r--lisp/electric.el2
-rw-r--r--lisp/elide-head.el2
-rw-r--r--lisp/emacs-lock.el2
-rw-r--r--lisp/expand.el2
-rw-r--r--lisp/ffap.el2
-rw-r--r--lisp/filecache.el2
-rw-r--r--lisp/find-dired.el2
-rw-r--r--lisp/find-file.el2
-rw-r--r--lisp/jka-cmpr-hook.el2
-rwxr-xr-xmake-dist4
49 files changed, 63 insertions, 56 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fa4ce8c2a8..210cf6b9806 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6414,8 +6414,8 @@
6414;; add-log-time-zone-rule: t 6414;; add-log-time-zone-rule: t
6415;; End: 6415;; End:
6416 6416
6417 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2006 6417 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
6418 Free Software Foundation, Inc. 6418 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
6419 Copying and distribution of this file, with or without modification, 6419 Copying and distribution of this file, with or without modification,
6420 are permitted provided the copyright notice and this notice are preserved. 6420 are permitted provided the copyright notice and this notice are preserved.
6421 6421
diff --git a/INSTALL b/INSTALL
index ad4f987e7d0..72a3d2d10bd 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,6 @@
1GNU Emacs Installation Guide 1GNU Emacs Installation Guide
2Copyright (c) 1992, 1994, 1996, 1997, 2000, 2001, 2002, 2006 2Copyright (c) 1992, 1994, 1996, 1997, 2000, 2001, 2002, 2003, 2004,
3Free software Foundation, Inc. 32005, 2006 Free Software Foundation, Inc.
4See the end of the file for copying permissions. 4See the end of the file for copying permissions.
5 5
6 6
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 6374f85bb8d..0f01e1ae1c7 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -400,7 +400,8 @@
400;; add-log-time-zone-rule: t 400;; add-log-time-zone-rule: t
401;; End: 401;; End:
402 402
403 Copyright (C) 2001 Free Software Foundation, Inc. 403 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
404 Foundation, Inc.
404 Copying and distribution of this file, with or without modification, 405 Copying and distribution of this file, with or without modification,
405 are permitted provided the copyright notice and this notice are preserved. 406 are permitted provided the copyright notice and this notice are preserved.
406 407
diff --git a/admin/admin.el b/admin/admin.el
index b9937ea9882..c2d4eebe903 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -1,6 +1,7 @@
1;;; admin.el --- utilities for Emacs administration 1;;; admin.el --- utilities for Emacs administration
2 2
3;; Copyright (C) 2001, 2005 Free Software Foundation, Inc. 3;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
4;; Foundation, Inc.
4 5
5;; This file is part of GNU Emacs. 6;; This file is part of GNU Emacs.
6 7
diff --git a/admin/alloc-colors.c b/admin/alloc-colors.c
index 947b542005c..3ca8d4349f3 100644
--- a/admin/alloc-colors.c
+++ b/admin/alloc-colors.c
@@ -1,5 +1,6 @@
1/* Allocate X colors. Used for testing with dense colormaps. 1/* Allocate X colors. Used for testing with dense colormaps.
2 Copyright (C) 2001, 2006 Free Software Foundation, Inc. 2 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
3 Foundation, Inc.
3 4
4This file is part of GNU Emacs. 5This file is part of GNU Emacs.
5 6
diff --git a/admin/build-configs b/admin/build-configs
index 29fc0f0b94c..b3bbfda0cd2 100755
--- a/admin/build-configs
+++ b/admin/build-configs
@@ -1,6 +1,7 @@
1#! /usr/bin/perl 1#! /usr/bin/perl
2 2
3# Copyright (C) 2001, 2006 Free Software Foundation, Inc. 3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
4# Foundation, Inc.
4# 5#
5# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
6# 7#
diff --git a/admin/cus-test.el b/admin/cus-test.el
index 6ff92b88c95..88a8cd52795 100644
--- a/admin/cus-test.el
+++ b/admin/cus-test.el
@@ -1,6 +1,7 @@
1;;; cus-test.el --- tests for custom types and load problems 1;;; cus-test.el --- tests for custom types and load problems
2 2
3;; Copyright (C) 1998, 2000, 2002, 2006 Free Software Foundation, Inc. 3;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free
4;; Software Foundation, Inc.
4 5
5;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de> 6;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6;; Maintainer: Markus Rost <rost@math.ohio-state.edu> 7;; Maintainer: Markus Rost <rost@math.ohio-state.edu>
diff --git a/admin/diff-tar-files b/admin/diff-tar-files
index da3b1911abb..c27a8df991d 100755
--- a/admin/diff-tar-files
+++ b/admin/diff-tar-files
@@ -1,6 +1,7 @@
1#! /bin/sh 1#! /bin/sh
2 2
3# Copyright (C) 2001, 2006 Free Software Foundation, Inc. 3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
4# Foundation, Inc.
4# 5#
5# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
6# 7#
diff --git a/admin/make-emacs b/admin/make-emacs
index 57d04a8f625..01b8bddbd78 100755
--- a/admin/make-emacs
+++ b/admin/make-emacs
@@ -1,6 +1,7 @@
1#! /usr/bin/perl 1#! /usr/bin/perl
2 2
3# Copyright (C) 2001, 2006 Free Software Foundation, Inc. 3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
4# Foundation, Inc.
4# 5#
5# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
6# 7#
diff --git a/config.bat b/config.bat
index 9a80f5d7854..966b36d59ed 100644
--- a/config.bat
+++ b/config.bat
@@ -1,8 +1,8 @@
1@echo off 1@echo off
2rem ---------------------------------------------------------------------- 2rem ----------------------------------------------------------------------
3rem Configuration script for MSDOS 3rem Configuration script for MSDOS
4rem Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2004, 2006 4rem Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003
5rem Free Software Foundation, Inc. 5rem 2004, 2005, 2006 Free Software Foundation, Inc.
6 6
7rem This file is part of GNU Emacs. 7rem This file is part of GNU Emacs.
8 8
diff --git a/lisp/abbrev.el b/lisp/abbrev.el
index 234b8230587..b0ceaa5522d 100644
--- a/lisp/abbrev.el
+++ b/lisp/abbrev.el
@@ -1,6 +1,6 @@
1;;; abbrev.el --- abbrev mode commands for Emacs 1;;; abbrev.el --- abbrev mode commands for Emacs
2 2
3;; Copyright (C) 1985, 1986, 1987, 1992, 2002, 2003, 2004, 3;; Copyright (C) 1985, 1986, 1987, 1992, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Maintainer: FSF 6;; Maintainer: FSF
diff --git a/lisp/abbrevlist.el b/lisp/abbrevlist.el
index d52ccffeb3c..065d4eacabc 100644
--- a/lisp/abbrevlist.el
+++ b/lisp/abbrevlist.el
@@ -1,6 +1,6 @@
1;;; abbrevlist.el --- list one abbrev table alphabetically ordered 1;;; abbrevlist.el --- list one abbrev table alphabetically ordered
2 2
3;; Copyright (C) 1986, 1992, 2002, 2003, 2004, 3;; Copyright (C) 1986, 1992, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5;; Suggested by a previous version by Gildea. 5;; Suggested by a previous version by Gildea.
6 6
diff --git a/lisp/add-log.el b/lisp/add-log.el
index a1208d5fdd6..70345a122e1 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -1,7 +1,7 @@
1;;; add-log.el --- change log maintenance commands for Emacs 1;;; add-log.el --- change log maintenance commands for Emacs
2 2
3;; Copyright (C) 1985, 1986, 1988, 1993, 1994, 1997, 1998, 2000, 2002, 3;; Copyright (C) 1985, 1986, 1988, 1993, 1994, 1997, 1998, 2000, 2001,
4;; 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 4;; 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Maintainer: FSF 6;; Maintainer: FSF
7;; Keywords: tools 7;; Keywords: tools
diff --git a/lisp/align.el b/lisp/align.el
index b40f96e7f83..b49979059a3 100644
--- a/lisp/align.el
+++ b/lisp/align.el
@@ -1,6 +1,6 @@
1;;; align.el --- align text to a specific column, by regexp 1;;; align.el --- align text to a specific column, by regexp
2 2
3;; Copyright (C) 1999, 2000, 2002, 2003, 2004, 3;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Author: John Wiegley <johnw@gnu.org> 6;; Author: John Wiegley <johnw@gnu.org>
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el
index 4afdfac2bf5..dc623e26796 100644
--- a/lisp/arc-mode.el
+++ b/lisp/arc-mode.el
@@ -1,6 +1,6 @@
1;;; arc-mode.el --- simple editing of archives 1;;; arc-mode.el --- simple editing of archives
2 2
3;; Copyright (C) 1995, 1997, 1998, 2002, 2003, 2004, 3;; Copyright (C) 1995, 1997, 1998, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Author: Morten Welinder <terra@gnu.org> 6;; Author: Morten Welinder <terra@gnu.org>
diff --git a/lisp/array.el b/lisp/array.el
index fb9e7301206..6ebbd645520 100644
--- a/lisp/array.el
+++ b/lisp/array.el
@@ -1,6 +1,6 @@
1;;; array.el --- array editing commands for GNU Emacs 1;;; array.el --- array editing commands for GNU Emacs
2 2
3;; Copyright (C) 1987, 2000, 2002, 2003, 2004, 3;; Copyright (C) 1987, 2000, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Author David M. Brown 6;; Author David M. Brown
diff --git a/lisp/autoarg.el b/lisp/autoarg.el
index 8d94ae547af..16dea6d2264 100644
--- a/lisp/autoarg.el
+++ b/lisp/autoarg.el
@@ -1,6 +1,6 @@
1;;; autoarg.el --- make digit keys supply prefix args 1;;; autoarg.el --- make digit keys supply prefix args
2 2
3;; Copyright (C) 1998, 2000, 2002, 2003, 2004, 3;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Author: Dave Love <fx@gnu.org> 6;; Author: Dave Love <fx@gnu.org>
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el
index 15a7461d288..4df0b39b83e 100644
--- a/lisp/autoinsert.el
+++ b/lisp/autoinsert.el
@@ -1,7 +1,7 @@
1;;; autoinsert.el --- automatic mode-dependent insertion of text into new files 1;;; autoinsert.el --- automatic mode-dependent insertion of text into new files
2 2
3;; Copyright (C) 1985, 1986, 1987, 1994, 1995, 1998, 2000, 2002, 2003, 3;; Copyright (C) 1985, 1986, 1987, 1994, 1995, 1998, 2000, 2001, 2002,
4;; 2004, 2005, 2006 Free Software Foundation, Inc. 4;; 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Author: Charlie Martin <crm@cs.duke.edu> 6;; Author: Charlie Martin <crm@cs.duke.edu>
7;; Adapted-By: Daniel Pfeiffer <occitan@esperanto.org> 7;; Adapted-By: Daniel Pfeiffer <occitan@esperanto.org>
diff --git a/lisp/avoid.el b/lisp/avoid.el
index b497c2007bd..f493392c4b0 100644
--- a/lisp/avoid.el
+++ b/lisp/avoid.el
@@ -1,6 +1,6 @@
1;;; avoid.el --- make mouse pointer stay out of the way of editing 1;;; avoid.el --- make mouse pointer stay out of the way of editing
2 2
3;; Copyright (C) 1993, 1994, 2000, 2002, 2003, 2004, 3;; Copyright (C) 1993, 1994, 2000, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Author: Boris Goldowsky <boris@gnu.org> 6;; Author: Boris Goldowsky <boris@gnu.org>
diff --git a/lisp/case-table.el b/lisp/case-table.el
index a69ed329cb1..d4961bd50cf 100644
--- a/lisp/case-table.el
+++ b/lisp/case-table.el
@@ -1,6 +1,6 @@
1;;; case-table.el --- code to extend the character set and support case tables 1;;; case-table.el --- code to extend the character set and support case tables
2 2
3;; Copyright (C) 1988, 1994, 2002, 2003, 2004, 3;; Copyright (C) 1988, 1994, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Author: Howard Gayle 6;; Author: Howard Gayle
diff --git a/lisp/cdl.el b/lisp/cdl.el
index 378bc993aed..4724c2f7ecc 100644
--- a/lisp/cdl.el
+++ b/lisp/cdl.el
@@ -1,6 +1,6 @@
1;;; cdl.el --- Common Data Language (CDL) utility functions for GNU Emacs 1;;; cdl.el --- Common Data Language (CDL) utility functions for GNU Emacs
2 2
3;; Copyright (C) 1993, 2002, 2003, 2004, 2005, 3;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005,
4;; 2006 Free Software Foundation, Inc. 4;; 2006 Free Software Foundation, Inc.
5 5
6;; Author: ATAE@spva.physics.imperial.ac.uk (Ata Etemadi) 6;; Author: ATAE@spva.physics.imperial.ac.uk (Ata Etemadi)
diff --git a/lisp/chistory.el b/lisp/chistory.el
index 3fbc068ac86..d2578c53c2d 100644
--- a/lisp/chistory.el
+++ b/lisp/chistory.el
@@ -1,6 +1,6 @@
1;;; chistory.el --- list command history 1;;; chistory.el --- list command history
2 2
3;; Copyright (C) 1985, 2002, 2003, 2004, 2005, 3;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005,
4;; 2006 Free Software Foundation, Inc. 4;; 2006 Free Software Foundation, Inc.
5 5
6;; Author: K. Shane Hartman 6;; Author: K. Shane Hartman
diff --git a/lisp/cmuscheme.el b/lisp/cmuscheme.el
index 622612648f3..585504172c2 100644
--- a/lisp/cmuscheme.el
+++ b/lisp/cmuscheme.el
@@ -1,6 +1,6 @@
1;;; cmuscheme.el --- Scheme process in a buffer. Adapted from tea.el 1;;; cmuscheme.el --- Scheme process in a buffer. Adapted from tea.el
2 2
3;; Copyright (C) 1988, 1994, 1997, 2002, 2003, 2004, 3;; Copyright (C) 1988, 1994, 1997, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Author: Olin Shivers <olin.shivers@cs.cmu.edu> 6;; Author: Olin Shivers <olin.shivers@cs.cmu.edu>
diff --git a/lisp/compare-w.el b/lisp/compare-w.el
index 8dc0ac1e330..4aeb20b1091 100644
--- a/lisp/compare-w.el
+++ b/lisp/compare-w.el
@@ -1,6 +1,6 @@
1;;; compare-w.el --- compare text between windows for Emacs 1;;; compare-w.el --- compare text between windows for Emacs
2 2
3;; Copyright (C) 1986, 1989, 1993, 1997, 2002, 2003, 2004, 3;; Copyright (C) 1986, 1989, 1993, 1997, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Maintainer: FSF 6;; Maintainer: FSF
diff --git a/lisp/complete.el b/lisp/complete.el
index 90c1ceceb32..9083482d8fc 100644
--- a/lisp/complete.el
+++ b/lisp/complete.el
@@ -1,7 +1,7 @@
1;;; complete.el --- partial completion mechanism plus other goodies 1;;; complete.el --- partial completion mechanism plus other goodies
2 2
3;; Copyright (C) 1990, 1991, 1992, 1993, 1999, 2000, 2002, 2003, 2004, 3;; Copyright (C) 1990, 1991, 1992, 1993, 1999, 2000, 2001, 2002, 2003,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2004, 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Author: Dave Gillespie <daveg@synaptics.com> 6;; Author: Dave Gillespie <daveg@synaptics.com>
7;; Keywords: abbrev convenience 7;; Keywords: abbrev convenience
diff --git a/lisp/completion.el b/lisp/completion.el
index 53dfd7521a5..8d49944e19c 100644
--- a/lisp/completion.el
+++ b/lisp/completion.el
@@ -1,6 +1,6 @@
1;;; completion.el --- dynamic word-completion code 1;;; completion.el --- dynamic word-completion code
2 2
3;; Copyright (C) 1990, 1993, 1995, 1997, 2002, 2003, 2004, 3;; Copyright (C) 1990, 1993, 1995, 1997, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Maintainer: FSF 6;; Maintainer: FSF
diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el
index b9b1a6040c9..6b455c7cf70 100644
--- a/lisp/cus-dep.el
+++ b/lisp/cus-dep.el
@@ -1,6 +1,6 @@
1;;; cus-dep.el --- find customization dependencies 1;;; cus-dep.el --- find customization dependencies
2;; 2;;
3;; Copyright (C) 1997, 2002, 2003, 2004, 2005, 3;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005,
4;; 2006 Free Software Foundation, Inc. 4;; 2006 Free Software Foundation, Inc.
5;; 5;;
6;; Author: Per Abrahamsen <abraham@dina.kvl.dk> 6;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
diff --git a/lisp/cvs-status.el b/lisp/cvs-status.el
index 477914293a7..7d4f687e053 100644
--- a/lisp/cvs-status.el
+++ b/lisp/cvs-status.el
@@ -1,6 +1,6 @@
1;;; cvs-status.el --- major mode for browsing `cvs status' output -*- coding: utf-8 -*- 1;;; cvs-status.el --- major mode for browsing `cvs status' output -*- coding: utf-8 -*-
2 2
3;; Copyright (C) 1999, 2000, 2002, 2003, 2004, 3;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Author: Stefan Monnier <monnier@iro.umontreal.ca> 6;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
diff --git a/lisp/delim-col.el b/lisp/delim-col.el
index deafa19f98b..ff6c6337eb0 100644
--- a/lisp/delim-col.el
+++ b/lisp/delim-col.el
@@ -1,6 +1,6 @@
1;;; delim-col.el --- prettify all columns in a region or rectangle 1;;; delim-col.el --- prettify all columns in a region or rectangle
2 2
3;; Copyright (C) 1999, 2000, 2002, 2003, 2004, 3;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> 6;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
diff --git a/lisp/dirtrack.el b/lisp/dirtrack.el
index 0744cc52964..5a508b31c5e 100644
--- a/lisp/dirtrack.el
+++ b/lisp/dirtrack.el
@@ -1,6 +1,6 @@
1;;; dirtrack.el --- Directory Tracking by watching the prompt 1;;; dirtrack.el --- Directory Tracking by watching the prompt
2 2
3;; Copyright (C) 1996, 2002, 2003, 2004, 2005, 3;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005,
4;; 2006 Free Software Foundation, Inc. 4;; 2006 Free Software Foundation, Inc.
5 5
6;; Author: Peter Breton <pbreton@cs.umb.edu> 6;; Author: Peter Breton <pbreton@cs.umb.edu>
diff --git a/lisp/disp-table.el b/lisp/disp-table.el
index 55438beb27a..d436a33e477 100644
--- a/lisp/disp-table.el
+++ b/lisp/disp-table.el
@@ -1,6 +1,6 @@
1;;; disp-table.el --- functions for dealing with char tables 1;;; disp-table.el --- functions for dealing with char tables
2 2
3;; Copyright (C) 1987, 1994, 1995, 1999, 2002, 2003, 2004, 3;; Copyright (C) 1987, 1994, 1995, 1999, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Author: Erik Naggum <erik@naggum.no> 6;; Author: Erik Naggum <erik@naggum.no>
diff --git a/lisp/dos-fns.el b/lisp/dos-fns.el
index 7270dc8fa27..b50a1a2ea85 100644
--- a/lisp/dos-fns.el
+++ b/lisp/dos-fns.el
@@ -1,6 +1,6 @@
1;;; dos-fns.el --- MS-Dos specific functions 1;;; dos-fns.el --- MS-Dos specific functions
2 2
3;; Copyright (C) 1991, 1993, 1995, 1996, 2002, 2003, 2004, 3;; Copyright (C) 1991, 1993, 1995, 1996, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Maintainer: Morten Welinder <terra@diku.dk> 6;; Maintainer: Morten Welinder <terra@diku.dk>
diff --git a/lisp/dos-vars.el b/lisp/dos-vars.el
index 9d00756804f..b79238fc888 100644
--- a/lisp/dos-vars.el
+++ b/lisp/dos-vars.el
@@ -1,6 +1,6 @@
1;;; dos-vars.el --- MS-Dos specific user options 1;;; dos-vars.el --- MS-Dos specific user options
2 2
3;; Copyright (C) 1998, 2002, 2003, 2004, 2005, 3;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005,
4;; 2006 Free Software Foundation, Inc. 4;; 2006 Free Software Foundation, Inc.
5 5
6;; Maintainer: FSF 6;; Maintainer: FSF
diff --git a/lisp/dos-w32.el b/lisp/dos-w32.el
index 5fb6d5a0f6b..bce5cbcdc8a 100644
--- a/lisp/dos-w32.el
+++ b/lisp/dos-w32.el
@@ -1,6 +1,6 @@
1;; dos-w32.el --- Functions shared among MS-DOS and W32 (NT/95) platforms 1;; dos-w32.el --- Functions shared among MS-DOS and W32 (NT/95) platforms
2 2
3;; Copyright (C) 1996, 2002, 2003, 2004, 2005, 3;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005,
4;; 2006 Free Software Foundation, Inc. 4;; 2006 Free Software Foundation, Inc.
5 5
6;; Maintainer: Geoff Voelker <voelker@cs.washington.edu> 6;; Maintainer: Geoff Voelker <voelker@cs.washington.edu>
diff --git a/lisp/double.el b/lisp/double.el
index e869ca323e7..d7ad7e5edbe 100644
--- a/lisp/double.el
+++ b/lisp/double.el
@@ -1,6 +1,6 @@
1;;; double.el --- support for keyboard remapping with double clicking 1;;; double.el --- support for keyboard remapping with double clicking
2 2
3;; Copyright (C) 1994, 1997, 1998, 2002, 2003, 2004, 3;; Copyright (C) 1994, 1997, 1998, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Author: Per Abrahamsen <abraham@dina.kvl.dk> 6;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
diff --git a/lisp/ebuff-menu.el b/lisp/ebuff-menu.el
index e3f91836e90..9ed8b93beea 100644
--- a/lisp/ebuff-menu.el
+++ b/lisp/ebuff-menu.el
@@ -1,6 +1,6 @@
1;;; ebuff-menu.el --- electric-buffer-list mode 1;;; ebuff-menu.el --- electric-buffer-list mode
2 2
3;; Copyright (C) 1985, 1986, 1994, 2002, 2003, 2004, 3;; Copyright (C) 1985, 1986, 1994, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Author: Richard Mlynarik <mly@ai.mit.edu> 6;; Author: Richard Mlynarik <mly@ai.mit.edu>
diff --git a/lisp/echistory.el b/lisp/echistory.el
index 2ddc7f1e7c6..a3da304fb1c 100644
--- a/lisp/echistory.el
+++ b/lisp/echistory.el
@@ -1,6 +1,6 @@
1;;; echistory.el --- Electric Command History Mode 1;;; echistory.el --- Electric Command History Mode
2 2
3;; Copyright (C) 1985, 2002, 2003, 2004, 2005, 3;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005,
4;; 2006 Free Software Foundation, Inc. 4;; 2006 Free Software Foundation, Inc.
5 5
6;; Author: K. Shane Hartman 6;; Author: K. Shane Hartman
diff --git a/lisp/ediff-vers.el b/lisp/ediff-vers.el
index 4cd1492a1c7..eb34e183822 100644
--- a/lisp/ediff-vers.el
+++ b/lisp/ediff-vers.el
@@ -1,6 +1,6 @@
1;;; ediff-vers.el --- version control interface to Ediff 1;;; ediff-vers.el --- version control interface to Ediff
2 2
3;; Copyright (C) 1995, 1996, 1997, 2002, 2003, 2004, 3;; Copyright (C) 1995, 1996, 1997, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Author: Michael Kifer <kifer@cs.stonybrook.edu> 6;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
diff --git a/lisp/edmacro.el b/lisp/edmacro.el
index 0fecaf2f5d4..b1526401aa2 100644
--- a/lisp/edmacro.el
+++ b/lisp/edmacro.el
@@ -1,6 +1,6 @@
1;;; edmacro.el --- keyboard macro editor 1;;; edmacro.el --- keyboard macro editor
2 2
3;; Copyright (C) 1993, 1994, 2002, 2003, 2004, 3;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Author: Dave Gillespie <daveg@synaptics.com> 6;; Author: Dave Gillespie <daveg@synaptics.com>
diff --git a/lisp/electric.el b/lisp/electric.el
index e4506190571..ef4bff48c6f 100644
--- a/lisp/electric.el
+++ b/lisp/electric.el
@@ -1,6 +1,6 @@
1;;; electric.el --- window maker and Command loop for `electric' modes 1;;; electric.el --- window maker and Command loop for `electric' modes
2 2
3;; Copyright (C) 1985, 1986, 1995, 2002, 2003, 2004, 3;; Copyright (C) 1985, 1986, 1995, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Author: K. Shane Hartman 6;; Author: K. Shane Hartman
diff --git a/lisp/elide-head.el b/lisp/elide-head.el
index 6f14a5275a8..ef10be39623 100644
--- a/lisp/elide-head.el
+++ b/lisp/elide-head.el
@@ -1,6 +1,6 @@
1;;; elide-head.el --- hide headers in files 1;;; elide-head.el --- hide headers in files
2 2
3;; Copyright (C) 1999, 2002, 2003, 2004, 2005, 3;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005,
4;; 2006 Free Software Foundation, Inc. 4;; 2006 Free Software Foundation, Inc.
5 5
6;; Author: Dave Love <fx@gnu.org> 6;; Author: Dave Love <fx@gnu.org>
diff --git a/lisp/emacs-lock.el b/lisp/emacs-lock.el
index 6fb9e8ec7cb..f0655c306b9 100644
--- a/lisp/emacs-lock.el
+++ b/lisp/emacs-lock.el
@@ -1,6 +1,6 @@
1;;; emacs-lock.el --- prevents you from exiting Emacs if a buffer is locked 1;;; emacs-lock.el --- prevents you from exiting Emacs if a buffer is locked
2 2
3;; Copyright (C) 1994, 1997, 2002, 2003, 2004, 3;; Copyright (C) 1994, 1997, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc 4;; 2005, 2006 Free Software Foundation, Inc
5 5
6;; Author: Tom Wurgler <twurgler@goodyear.com> 6;; Author: Tom Wurgler <twurgler@goodyear.com>
diff --git a/lisp/expand.el b/lisp/expand.el
index c67ed2cab77..12e0433b358 100644
--- a/lisp/expand.el
+++ b/lisp/expand.el
@@ -1,6 +1,6 @@
1;;; expand.el --- make abbreviations more usable 1;;; expand.el --- make abbreviations more usable
2 2
3;; Copyright (C) 1995, 1996, 2002, 2003, 2004, 3;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Author: Frederic Lepied <Frederic.Lepied@sugix.frmug.org> 6;; Author: Frederic Lepied <Frederic.Lepied@sugix.frmug.org>
diff --git a/lisp/ffap.el b/lisp/ffap.el
index 686d761eb4d..a36ba58e577 100644
--- a/lisp/ffap.el
+++ b/lisp/ffap.el
@@ -1,6 +1,6 @@
1;;; ffap.el --- find file (or url) at point 1;;; ffap.el --- find file (or url) at point
2 2
3;; Copyright (C) 1995, 1996, 1997, 2000, 2002, 2003, 2004, 3;; Copyright (C) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Author: Michelangelo Grigni <mic@mathcs.emory.edu> 6;; Author: Michelangelo Grigni <mic@mathcs.emory.edu>
diff --git a/lisp/filecache.el b/lisp/filecache.el
index 48ca2206386..27ecd1c14cd 100644
--- a/lisp/filecache.el
+++ b/lisp/filecache.el
@@ -4,7 +4,7 @@
4;; Created: Sun Nov 10 1996 4;; Created: Sun Nov 10 1996
5;; Keywords: convenience 5;; Keywords: convenience
6;; 6;;
7;; Copyright (C) 1996, 2000, 2002, 2003, 2004, 7;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004,
8;; 2005, 2006 Free Software Foundation, Inc. 8;; 2005, 2006 Free Software Foundation, Inc.
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
diff --git a/lisp/find-dired.el b/lisp/find-dired.el
index a2895133c27..027710f74c3 100644
--- a/lisp/find-dired.el
+++ b/lisp/find-dired.el
@@ -1,6 +1,6 @@
1;;; find-dired.el --- run a `find' command and dired the output 1;;; find-dired.el --- run a `find' command and dired the output
2 2
3;; Copyright (C) 1992, 1994, 1995, 2000, 2002, 2003, 2004, 3;; Copyright (C) 1992, 1994, 1995, 2000, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Author: Roland McGrath <roland@gnu.org>, 6;; Author: Roland McGrath <roland@gnu.org>,
diff --git a/lisp/find-file.el b/lisp/find-file.el
index 5618ba58dbe..505789e5146 100644
--- a/lisp/find-file.el
+++ b/lisp/find-file.el
@@ -4,7 +4,7 @@
4;; Maintainer: FSF 4;; Maintainer: FSF
5;; Keywords: c, matching, tools 5;; Keywords: c, matching, tools
6 6
7;; Copyright (C) 1994, 1995, 2002, 2003, 2004, 7;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004,
8;; 2005, 2006 Free Software Foundation, Inc. 8;; 2005, 2006 Free Software Foundation, Inc.
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
diff --git a/lisp/jka-cmpr-hook.el b/lisp/jka-cmpr-hook.el
index 12941e962a0..f0993a5703d 100644
--- a/lisp/jka-cmpr-hook.el
+++ b/lisp/jka-cmpr-hook.el
@@ -1,6 +1,6 @@
1;;; jka-cmpr-hook.el --- preloaded code to enable jka-compr.el 1;;; jka-cmpr-hook.el --- preloaded code to enable jka-compr.el
2 2
3;; Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2002, 2003, 3;; Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003,
4;; 2004, 2005, 2006 Free Software Foundation, Inc. 4;; 2004, 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Author: jka@ece.cmu.edu (Jay K. Adams) 6;; Author: jka@ece.cmu.edu (Jay K. Adams)
diff --git a/make-dist b/make-dist
index eaa24e848c9..efa33efcba8 100755
--- a/make-dist
+++ b/make-dist
@@ -6,8 +6,8 @@
6#### be distributed. This means that if you add a file with an odd name, 6#### be distributed. This means that if you add a file with an odd name,
7#### you should make sure that this script will include it. 7#### you should make sure that this script will include it.
8 8
9# Copyright (C) 1995, 1997, 1998, 2000, 2001, 2002, 2005, 2006 9# Copyright (C) 1995, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005,
10# Free Software Foundation, Inc. 10# 2006 Free Software Foundation, Inc.
11# 11#
12# This file is part of GNU Emacs. 12# This file is part of GNU Emacs.
13# 13#