aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/obsolete
diff options
context:
space:
mode:
authorGlenn Morris2012-01-05 01:46:05 -0800
committerGlenn Morris2012-01-05 01:46:05 -0800
commitacaf905b1130aae80fa59d2c861ffd4c8eb75486 (patch)
treee68816f5c5d999af02edc3c99329c67d2d54b164 /lisp/obsolete
parent7497ef13c916f39e297a83193d9163fb37a3b799 (diff)
downloademacs-acaf905b1130aae80fa59d2c861ffd4c8eb75486.tar.gz
emacs-acaf905b1130aae80fa59d2c861ffd4c8eb75486.zip
Add 2012 to FSF copyright years for Emacs files
Diffstat (limited to 'lisp/obsolete')
-rw-r--r--lisp/obsolete/abbrevlist.el2
-rw-r--r--lisp/obsolete/awk-mode.el2
-rw-r--r--lisp/obsolete/cl-compat.el2
-rw-r--r--lisp/obsolete/complete.el2
-rw-r--r--lisp/obsolete/erc-hecomplete.el2
-rw-r--r--lisp/obsolete/fast-lock.el2
-rw-r--r--lisp/obsolete/iso-acc.el2
-rw-r--r--lisp/obsolete/iso-insert.el2
-rw-r--r--lisp/obsolete/iso-swed.el2
-rw-r--r--lisp/obsolete/keyswap.el2
-rw-r--r--lisp/obsolete/lazy-lock.el2
-rw-r--r--lisp/obsolete/levents.el2
-rw-r--r--lisp/obsolete/lmenu.el2
-rw-r--r--lisp/obsolete/lucid.el2
-rw-r--r--lisp/obsolete/old-emacs-lock.el2
-rw-r--r--lisp/obsolete/old-whitespace.el2
-rw-r--r--lisp/obsolete/options.el2
-rw-r--r--lisp/obsolete/pc-mode.el2
-rw-r--r--lisp/obsolete/pc-select.el2
-rw-r--r--lisp/obsolete/pgg-def.el2
-rw-r--r--lisp/obsolete/pgg-gpg.el2
-rw-r--r--lisp/obsolete/pgg-parse.el2
-rw-r--r--lisp/obsolete/pgg-pgp.el2
-rw-r--r--lisp/obsolete/pgg-pgp5.el2
-rw-r--r--lisp/obsolete/pgg.el2
-rw-r--r--lisp/obsolete/resume.el2
-rw-r--r--lisp/obsolete/s-region.el2
-rw-r--r--lisp/obsolete/scribe.el2
-rw-r--r--lisp/obsolete/spell.el2
-rw-r--r--lisp/obsolete/sregex.el2
-rw-r--r--lisp/obsolete/swedish.el2
-rw-r--r--lisp/obsolete/sym-comp.el2
-rw-r--r--lisp/obsolete/vc-mcvs.el2
33 files changed, 33 insertions, 33 deletions
diff --git a/lisp/obsolete/abbrevlist.el b/lisp/obsolete/abbrevlist.el
index 55940dfc1ce..36856ea0d71 100644
--- a/lisp/obsolete/abbrevlist.el
+++ b/lisp/obsolete/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, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1986, 1992, 2001-2012 Free Software Foundation, Inc.
4;; Suggested by a previous version by Gildea. 4;; Suggested by a previous version by Gildea.
5 5
6;; Maintainer: FSF 6;; Maintainer: FSF
diff --git a/lisp/obsolete/awk-mode.el b/lisp/obsolete/awk-mode.el
index 1a6d08c08ef..c931af9df5e 100644
--- a/lisp/obsolete/awk-mode.el
+++ b/lisp/obsolete/awk-mode.el
@@ -1,6 +1,6 @@
1;;; awk-mode.el --- AWK code editing commands for Emacs 1;;; awk-mode.el --- AWK code editing commands for Emacs
2 2
3;; Copyright (C) 1988, 1994, 1996, 2000-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1988, 1994, 1996, 2000-2012 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: unix, languages 6;; Keywords: unix, languages
diff --git a/lisp/obsolete/cl-compat.el b/lisp/obsolete/cl-compat.el
index 21bb46179c5..a086de90b47 100644
--- a/lisp/obsolete/cl-compat.el
+++ b/lisp/obsolete/cl-compat.el
@@ -1,6 +1,6 @@
1;;; cl-compat.el --- Common Lisp extensions for GNU Emacs Lisp (compatibility) 1;;; cl-compat.el --- Common Lisp extensions for GNU Emacs Lisp (compatibility)
2 2
3;; Copyright (C) 1993, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1993, 2001-2012 Free Software Foundation, Inc.
4 4
5;; Author: Dave Gillespie <daveg@synaptics.com> 5;; Author: Dave Gillespie <daveg@synaptics.com>
6;; Version: 2.02 6;; Version: 2.02
diff --git a/lisp/obsolete/complete.el b/lisp/obsolete/complete.el
index 925361566fb..5cb9456df42 100644
--- a/lisp/obsolete/complete.el
+++ b/lisp/obsolete/complete.el
@@ -1,6 +1,6 @@
1;;; complete.el --- partial completion mechanism plus other goodies 1;;; complete.el --- partial completion mechanism plus other goodies
2 2
3;; Copyright (C) 1990-1993, 1999-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1990-1993, 1999-2012 Free Software Foundation, Inc.
4 4
5;; Author: Dave Gillespie <daveg@synaptics.com> 5;; Author: Dave Gillespie <daveg@synaptics.com>
6;; Keywords: abbrev convenience 6;; Keywords: abbrev convenience
diff --git a/lisp/obsolete/erc-hecomplete.el b/lisp/obsolete/erc-hecomplete.el
index 67f51d690b2..6cc45c21727 100644
--- a/lisp/obsolete/erc-hecomplete.el
+++ b/lisp/obsolete/erc-hecomplete.el
@@ -1,6 +1,6 @@
1;;; erc-hecomplete.el --- Provides Nick name completion for ERC 1;;; erc-hecomplete.el --- Provides Nick name completion for ERC
2 2
3;; Copyright (C) 2001-2002, 2004, 2006-2011 Free Software Foundation, Inc. 3;; Copyright (C) 2001-2002, 2004, 2006-2012 Free Software Foundation, Inc.
4 4
5;; Author: Alex Schroeder <alex@gnu.org> 5;; Author: Alex Schroeder <alex@gnu.org>
6;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcCompletion 6;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcCompletion
diff --git a/lisp/obsolete/fast-lock.el b/lisp/obsolete/fast-lock.el
index c42c2309413..9eb1d0569f0 100644
--- a/lisp/obsolete/fast-lock.el
+++ b/lisp/obsolete/fast-lock.el
@@ -1,6 +1,6 @@
1;;; fast-lock.el --- automagic text properties caching for fast Font Lock mode 1;;; fast-lock.el --- automagic text properties caching for fast Font Lock mode
2 2
3;; Copyright (C) 1994-1998, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1994-1998, 2001-2012 Free Software Foundation, Inc.
4 4
5;; Author: Simon Marshall <simon@gnu.org> 5;; Author: Simon Marshall <simon@gnu.org>
6;; Maintainer: FSF 6;; Maintainer: FSF
diff --git a/lisp/obsolete/iso-acc.el b/lisp/obsolete/iso-acc.el
index 347db281f1a..5a7e99197b8 100644
--- a/lisp/obsolete/iso-acc.el
+++ b/lisp/obsolete/iso-acc.el
@@ -1,6 +1,6 @@
1;;; iso-acc.el --- minor mode providing electric accent keys 1;;; iso-acc.el --- minor mode providing electric accent keys
2 2
3;; Copyright (C) 1993-1994, 1996, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1993-1994, 1996, 2001-2012 Free Software Foundation, Inc.
4 4
5;; Author: Johan Vromans 5;; Author: Johan Vromans
6;; Maintainer: FSF 6;; Maintainer: FSF
diff --git a/lisp/obsolete/iso-insert.el b/lisp/obsolete/iso-insert.el
index c223d096730..e2f53ea32af 100644
--- a/lisp/obsolete/iso-insert.el
+++ b/lisp/obsolete/iso-insert.el
@@ -1,6 +1,6 @@
1;;; iso-insert.el --- insert functions for ISO 8859/1 -*- coding: iso-8859-1;-*- 1;;; iso-insert.el --- insert functions for ISO 8859/1 -*- coding: iso-8859-1;-*-
2 2
3;; Copyright (C) 1987, 1994, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1987, 1994, 2001-2012 Free Software Foundation, Inc.
4 4
5;; Author: Howard Gayle 5;; Author: Howard Gayle
6;; Maintainer: FSF 6;; Maintainer: FSF
diff --git a/lisp/obsolete/iso-swed.el b/lisp/obsolete/iso-swed.el
index 43686283e89..c57b006036f 100644
--- a/lisp/obsolete/iso-swed.el
+++ b/lisp/obsolete/iso-swed.el
@@ -1,6 +1,6 @@
1;;; iso-swed.el --- set up char tables for ISO 8859/1 for Swedish/Finnish ttys 1;;; iso-swed.el --- set up char tables for ISO 8859/1 for Swedish/Finnish ttys
2 2
3;; Copyright (C) 1987, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1987, 2001-2012 Free Software Foundation, Inc.
4 4
5;; Author: Howard Gayle 5;; Author: Howard Gayle
6;; Maintainer: FSF 6;; Maintainer: FSF
diff --git a/lisp/obsolete/keyswap.el b/lisp/obsolete/keyswap.el
index ec1263e5189..e1257f8f1aa 100644
--- a/lisp/obsolete/keyswap.el
+++ b/lisp/obsolete/keyswap.el
@@ -1,6 +1,6 @@
1;;; keyswap.el --- swap BS and DEL keys -*- no-byte-compile: t -*- 1;;; keyswap.el --- swap BS and DEL keys -*- no-byte-compile: t -*-
2 2
3;; Copyright (C) 1992, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1992, 2001-2012 Free Software Foundation, Inc.
4 4
5;; Author: Eric S. Raymond <esr@snark.thyrsus.com> 5;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
6;; Keywords: terminals 6;; Keywords: terminals
diff --git a/lisp/obsolete/lazy-lock.el b/lisp/obsolete/lazy-lock.el
index a04db4a0c72..7f055ec8c8f 100644
--- a/lisp/obsolete/lazy-lock.el
+++ b/lisp/obsolete/lazy-lock.el
@@ -1,6 +1,6 @@
1;;; lazy-lock.el --- lazy demand-driven fontification for fast Font Lock mode 1;;; lazy-lock.el --- lazy demand-driven fontification for fast Font Lock mode
2 2
3;; Copyright (C) 1994-1998, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1994-1998, 2001-2012 Free Software Foundation, Inc.
4 4
5;; Author: Simon Marshall <simon@gnu.org> 5;; Author: Simon Marshall <simon@gnu.org>
6;; Maintainer: FSF 6;; Maintainer: FSF
diff --git a/lisp/obsolete/levents.el b/lisp/obsolete/levents.el
index 96183cadb9b..bd7272db460 100644
--- a/lisp/obsolete/levents.el
+++ b/lisp/obsolete/levents.el
@@ -1,6 +1,6 @@
1;;; levents.el --- emulate the Lucid event data type and associated functions 1;;; levents.el --- emulate the Lucid event data type and associated functions
2 2
3;; Copyright (C) 1993, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1993, 2001-2012 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: emulations 6;; Keywords: emulations
diff --git a/lisp/obsolete/lmenu.el b/lisp/obsolete/lmenu.el
index 3c188be93e2..8ee8200f900 100644
--- a/lisp/obsolete/lmenu.el
+++ b/lisp/obsolete/lmenu.el
@@ -1,6 +1,6 @@
1;;; lmenu.el --- emulate Lucid's menubar support 1;;; lmenu.el --- emulate Lucid's menubar support
2 2
3;; Copyright (C) 1992-1994, 1997, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1992-1994, 1997, 2001-2012 Free Software Foundation, Inc.
4 4
5;; Keywords: emulations obsolete 5;; Keywords: emulations obsolete
6;; Obsolete-since: 23.3 6;; Obsolete-since: 23.3
diff --git a/lisp/obsolete/lucid.el b/lisp/obsolete/lucid.el
index d5ef629ffb4..c442ad31d1d 100644
--- a/lisp/obsolete/lucid.el
+++ b/lisp/obsolete/lucid.el
@@ -1,6 +1,6 @@
1;;; lucid.el --- emulate some Lucid Emacs functions 1;;; lucid.el --- emulate some Lucid Emacs functions
2 2
3;; Copyright (C) 1993, 1995, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1993, 1995, 2001-2012 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: emulations 6;; Keywords: emulations
diff --git a/lisp/obsolete/old-emacs-lock.el b/lisp/obsolete/old-emacs-lock.el
index b45003fcecc..e586d34b499 100644
--- a/lisp/obsolete/old-emacs-lock.el
+++ b/lisp/obsolete/old-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, 2001-2011 Free Software Foundation, Inc 3;; Copyright (C) 1994, 1997, 2001-2012 Free Software Foundation, Inc
4 4
5;; Author: Tom Wurgler <twurgler@goodyear.com> 5;; Author: Tom Wurgler <twurgler@goodyear.com>
6;; Created: 12/8/94 6;; Created: 12/8/94
diff --git a/lisp/obsolete/old-whitespace.el b/lisp/obsolete/old-whitespace.el
index 0c0580b55dc..3cd5d3a0c38 100644
--- a/lisp/obsolete/old-whitespace.el
+++ b/lisp/obsolete/old-whitespace.el
@@ -1,6 +1,6 @@
1;;; whitespace.el --- warn about and clean bogus whitespaces in the file 1;;; whitespace.el --- warn about and clean bogus whitespaces in the file
2 2
3;; Copyright (C) 1999-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1999-2012 Free Software Foundation, Inc.
4 4
5;; Author: Rajesh Vaidheeswarran <rv@gnu.org> 5;; Author: Rajesh Vaidheeswarran <rv@gnu.org>
6;; Keywords: convenience 6;; Keywords: convenience
diff --git a/lisp/obsolete/options.el b/lisp/obsolete/options.el
index 7c1c3552e2d..fef2943c873 100644
--- a/lisp/obsolete/options.el
+++ b/lisp/obsolete/options.el
@@ -1,6 +1,6 @@
1;;; options.el --- edit Options command for Emacs 1;;; options.el --- edit Options command for Emacs
2 2
3;; Copyright (C) 1985, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 2001-2012 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Obsolete-since: 22.1 6;; Obsolete-since: 22.1
diff --git a/lisp/obsolete/pc-mode.el b/lisp/obsolete/pc-mode.el
index 192392d3821..f66cc10380e 100644
--- a/lisp/obsolete/pc-mode.el
+++ b/lisp/obsolete/pc-mode.el
@@ -1,6 +1,6 @@
1;;; pc-mode.el --- emulate certain key bindings used on PCs 1;;; pc-mode.el --- emulate certain key bindings used on PCs
2 2
3;; Copyright (C) 1995, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1995, 2001-2012 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: emulations 6;; Keywords: emulations
diff --git a/lisp/obsolete/pc-select.el b/lisp/obsolete/pc-select.el
index 9a5f9e9d9dc..676d7817f1b 100644
--- a/lisp/obsolete/pc-select.el
+++ b/lisp/obsolete/pc-select.el
@@ -2,7 +2,7 @@
2;;; (or MAC GUI or MS-windoze (bah)) look-and-feel 2;;; (or MAC GUI or MS-windoze (bah)) look-and-feel
3;;; including key bindings. 3;;; including key bindings.
4 4
5;; Copyright (C) 1995-1997, 2000-2011 Free Software Foundation, Inc. 5;; Copyright (C) 1995-1997, 2000-2012 Free Software Foundation, Inc.
6 6
7;; Author: Michael Staats <michael@thp.Uni-Duisburg.DE> 7;; Author: Michael Staats <michael@thp.Uni-Duisburg.DE>
8;; Keywords: convenience emulations 8;; Keywords: convenience emulations
diff --git a/lisp/obsolete/pgg-def.el b/lisp/obsolete/pgg-def.el
index 39aef5fd278..ec208ea816d 100644
--- a/lisp/obsolete/pgg-def.el
+++ b/lisp/obsolete/pgg-def.el
@@ -1,6 +1,6 @@
1;;; pgg-def.el --- functions/macros for defining PGG functions 1;;; pgg-def.el --- functions/macros for defining PGG functions
2 2
3;; Copyright (C) 1999, 2002-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1999, 2002-2012 Free Software Foundation, Inc.
4 4
5;; Author: Daiki Ueno <ueno@unixuser.org> 5;; Author: Daiki Ueno <ueno@unixuser.org>
6;; Created: 1999/11/02 6;; Created: 1999/11/02
diff --git a/lisp/obsolete/pgg-gpg.el b/lisp/obsolete/pgg-gpg.el
index 2eafc631e98..03de093f6b4 100644
--- a/lisp/obsolete/pgg-gpg.el
+++ b/lisp/obsolete/pgg-gpg.el
@@ -1,6 +1,6 @@
1;;; pgg-gpg.el --- GnuPG support for PGG. 1;;; pgg-gpg.el --- GnuPG support for PGG.
2 2
3;; Copyright (C) 1999-2000, 2002-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1999-2000, 2002-2012 Free Software Foundation, Inc.
4 4
5;; Author: Daiki Ueno <ueno@unixuser.org> 5;; Author: Daiki Ueno <ueno@unixuser.org>
6;; Symmetric encryption and gpg-agent support added by: 6;; Symmetric encryption and gpg-agent support added by:
diff --git a/lisp/obsolete/pgg-parse.el b/lisp/obsolete/pgg-parse.el
index 4e086e0d8aa..c7484ddd747 100644
--- a/lisp/obsolete/pgg-parse.el
+++ b/lisp/obsolete/pgg-parse.el
@@ -1,6 +1,6 @@
1;;; pgg-parse.el --- OpenPGP packet parsing 1;;; pgg-parse.el --- OpenPGP packet parsing
2 2
3;; Copyright (C) 1999, 2002-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1999, 2002-2012 Free Software Foundation, Inc.
4 4
5;; Author: Daiki Ueno <ueno@unixuser.org> 5;; Author: Daiki Ueno <ueno@unixuser.org>
6;; Created: 1999/10/28 6;; Created: 1999/10/28
diff --git a/lisp/obsolete/pgg-pgp.el b/lisp/obsolete/pgg-pgp.el
index 7a9c70249a1..8e42779a27f 100644
--- a/lisp/obsolete/pgg-pgp.el
+++ b/lisp/obsolete/pgg-pgp.el
@@ -1,6 +1,6 @@
1;;; pgg-pgp.el --- PGP 2.* and 6.* support for PGG. 1;;; pgg-pgp.el --- PGP 2.* and 6.* support for PGG.
2 2
3;; Copyright (C) 1999-2000, 2002-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1999-2000, 2002-2012 Free Software Foundation, Inc.
4 4
5;; Author: Daiki Ueno <ueno@unixuser.org> 5;; Author: Daiki Ueno <ueno@unixuser.org>
6;; Created: 1999/11/02 6;; Created: 1999/11/02
diff --git a/lisp/obsolete/pgg-pgp5.el b/lisp/obsolete/pgg-pgp5.el
index 796310bcfdc..c6c8cd174e9 100644
--- a/lisp/obsolete/pgg-pgp5.el
+++ b/lisp/obsolete/pgg-pgp5.el
@@ -1,6 +1,6 @@
1;;; pgg-pgp5.el --- PGP 5.* support for PGG. 1;;; pgg-pgp5.el --- PGP 5.* support for PGG.
2 2
3;; Copyright (C) 1999-2000, 2002-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1999-2000, 2002-2012 Free Software Foundation, Inc.
4 4
5;; Author: Daiki Ueno <ueno@unixuser.org> 5;; Author: Daiki Ueno <ueno@unixuser.org>
6;; Created: 1999/11/02 6;; Created: 1999/11/02
diff --git a/lisp/obsolete/pgg.el b/lisp/obsolete/pgg.el
index 876f3744bc2..996ba824f73 100644
--- a/lisp/obsolete/pgg.el
+++ b/lisp/obsolete/pgg.el
@@ -1,6 +1,6 @@
1;;; pgg.el --- glue for the various PGP implementations. 1;;; pgg.el --- glue for the various PGP implementations.
2 2
3;; Copyright (C) 1999-2000, 2002-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1999-2000, 2002-2012 Free Software Foundation, Inc.
4 4
5;; Author: Daiki Ueno <ueno@unixuser.org> 5;; Author: Daiki Ueno <ueno@unixuser.org>
6;; Symmetric encryption added by: Sascha Wilde <wilde@sha-bang.de> 6;; Symmetric encryption added by: Sascha Wilde <wilde@sha-bang.de>
diff --git a/lisp/obsolete/resume.el b/lisp/obsolete/resume.el
index c9df1184d90..905ea07459a 100644
--- a/lisp/obsolete/resume.el
+++ b/lisp/obsolete/resume.el
@@ -1,6 +1,6 @@
1;;; resume.el --- process command line args from within a suspended Emacs job 1;;; resume.el --- process command line args from within a suspended Emacs job
2 2
3;; Copyright (C) 1992, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1992, 2001-2012 Free Software Foundation, Inc.
4 4
5;; Author: Joe Wells <jbw@bucsf.bu.edu> 5;; Author: Joe Wells <jbw@bucsf.bu.edu>
6;; Adapted-By: ESR 6;; Adapted-By: ESR
diff --git a/lisp/obsolete/s-region.el b/lisp/obsolete/s-region.el
index 8fb6703aa25..1e09cbb4db6 100644
--- a/lisp/obsolete/s-region.el
+++ b/lisp/obsolete/s-region.el
@@ -1,6 +1,6 @@
1;;; s-region.el --- set region using shift key 1;;; s-region.el --- set region using shift key
2 2
3;; Copyright (C) 1994-1995, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1994-1995, 2001-2012 Free Software Foundation, Inc.
4 4
5;; Author: Morten Welinder <terra@diku.dk> 5;; Author: Morten Welinder <terra@diku.dk>
6;; Keywords: terminals 6;; Keywords: terminals
diff --git a/lisp/obsolete/scribe.el b/lisp/obsolete/scribe.el
index 1fbc9bc4158..c46c834338f 100644
--- a/lisp/obsolete/scribe.el
+++ b/lisp/obsolete/scribe.el
@@ -1,6 +1,6 @@
1;;; scribe.el --- scribe mode, and its idiosyncratic commands 1;;; scribe.el --- scribe mode, and its idiosyncratic commands
2 2
3;; Copyright (C) 1985, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 2001-2012 Free Software Foundation, Inc.
4 4
5;; Author: William Sommerfeld 5;; Author: William Sommerfeld
6;; (according to ack.texi) 6;; (according to ack.texi)
diff --git a/lisp/obsolete/spell.el b/lisp/obsolete/spell.el
index ec7f912455b..2105fc1cb86 100644
--- a/lisp/obsolete/spell.el
+++ b/lisp/obsolete/spell.el
@@ -1,6 +1,6 @@
1;;; spell.el --- spelling correction interface for Emacs 1;;; spell.el --- spelling correction interface for Emacs
2 2
3;; Copyright (C) 1985, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 2001-2012 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: wp, unix 6;; Keywords: wp, unix
diff --git a/lisp/obsolete/sregex.el b/lisp/obsolete/sregex.el
index d1c80a65672..73caf50aae3 100644
--- a/lisp/obsolete/sregex.el
+++ b/lisp/obsolete/sregex.el
@@ -1,6 +1,6 @@
1;;; sregex.el --- symbolic regular expressions 1;;; sregex.el --- symbolic regular expressions
2 2
3;; Copyright (C) 1997-1998, 2000-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1997-1998, 2000-2012 Free Software Foundation, Inc.
4 4
5;; Author: Bob Glickstein <bobg+sregex@zanshin.com> 5;; Author: Bob Glickstein <bobg+sregex@zanshin.com>
6;; Maintainer: Bob Glickstein <bobg+sregex@zanshin.com> 6;; Maintainer: Bob Glickstein <bobg+sregex@zanshin.com>
diff --git a/lisp/obsolete/swedish.el b/lisp/obsolete/swedish.el
index c31af8697ef..96f9b6110bd 100644
--- a/lisp/obsolete/swedish.el
+++ b/lisp/obsolete/swedish.el
@@ -1,6 +1,6 @@
1;;; swedish.el --- miscellaneous functions for dealing with Swedish 1;;; swedish.el --- miscellaneous functions for dealing with Swedish
2 2
3;; Copyright (C) 1988, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1988, 2001-2012 Free Software Foundation, Inc.
4 4
5;; Author: Howard Gayle 5;; Author: Howard Gayle
6;; Maintainer: FSF 6;; Maintainer: FSF
diff --git a/lisp/obsolete/sym-comp.el b/lisp/obsolete/sym-comp.el
index 7e9a460ea14..53fdd3a66e3 100644
--- a/lisp/obsolete/sym-comp.el
+++ b/lisp/obsolete/sym-comp.el
@@ -1,6 +1,6 @@
1;;; sym-comp.el --- mode-dependent symbol completion 1;;; sym-comp.el --- mode-dependent symbol completion
2 2
3;; Copyright (C) 2004, 2008-2011 Free Software Foundation, Inc. 3;; Copyright (C) 2004, 2008-2012 Free Software Foundation, Inc.
4 4
5;; Author: Dave Love <fx@gnu.org> 5;; Author: Dave Love <fx@gnu.org>
6;; Keywords: extensions 6;; Keywords: extensions
diff --git a/lisp/obsolete/vc-mcvs.el b/lisp/obsolete/vc-mcvs.el
index 980cdbfd71b..94db90f1d6a 100644
--- a/lisp/obsolete/vc-mcvs.el
+++ b/lisp/obsolete/vc-mcvs.el
@@ -1,6 +1,6 @@
1;;; vc-mcvs.el --- VC backend for the Meta-CVS version-control system 1;;; vc-mcvs.el --- VC backend for the Meta-CVS version-control system
2 2
3;; Copyright (C) 2003-2011 Free Software Foundation, Inc. 3;; Copyright (C) 2003-2012 Free Software Foundation, Inc.
4 4
5;; Author: FSF (see vc.el for full credits) 5;; Author: FSF (see vc.el for full credits)
6;; Maintainer: None 6;; Maintainer: None