diff options
| author | Glenn Morris | 2011-01-26 00:36:39 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-26 00:36:39 -0800 |
| commit | 95df8112a0cbdb06addbac5fbea03b37d4440418 (patch) | |
| tree | 40de7680f5332a55701dc1477722357dd37803b3 /lisp | |
| parent | 008cad902f3434dc8c490dd0488ae93df4f16d9c (diff) | |
| download | emacs-95df8112a0cbdb06addbac5fbea03b37d4440418.tar.gz emacs-95df8112a0cbdb06addbac5fbea03b37d4440418.zip | |
Refill some long/short copyright headers.
Diffstat (limited to 'lisp')
320 files changed, 369 insertions, 595 deletions
diff --git a/lisp/ChangeLog.1 b/lisp/ChangeLog.1 index 2271f107f29..f1c931589d1 100644 --- a/lisp/ChangeLog.1 +++ b/lisp/ChangeLog.1 | |||
| @@ -3247,8 +3247,7 @@ | |||
| 3247 | Set current buffer variables from defaults | 3247 | Set current buffer variables from defaults |
| 3248 | in case user's init file has changed them. | 3248 | in case user's init file has changed them. |
| 3249 | 3249 | ||
| 3250 | Copyright (C) 1985-1986, 2001-2011 | 3250 | Copyright (C) 1985-1986, 2001-2011 Free Software Foundation, Inc. |
| 3251 | Free Software Foundation, Inc. | ||
| 3252 | 3251 | ||
| 3253 | This file is part of GNU Emacs. | 3252 | This file is part of GNU Emacs. |
| 3254 | 3253 | ||
| @@ -3264,4 +3263,3 @@ | |||
| 3264 | 3263 | ||
| 3265 | You should have received a copy of the GNU General Public License | 3264 | You should have received a copy of the GNU General Public License |
| 3266 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 3265 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 3267 | |||
diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index 87e7ae2431a..76bac50c4b8 100644 --- a/lisp/ChangeLog.11 +++ b/lisp/ChangeLog.11 | |||
| @@ -14336,8 +14336,7 @@ See ChangeLog.10 for earlier changes. | |||
| 14336 | ;; coding: utf-8 | 14336 | ;; coding: utf-8 |
| 14337 | ;; End: | 14337 | ;; End: |
| 14338 | 14338 | ||
| 14339 | Copyright (C) 2003-2011 | 14339 | Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 14340 | Free Software Foundation, Inc. | ||
| 14341 | 14340 | ||
| 14342 | This file is part of GNU Emacs. | 14341 | This file is part of GNU Emacs. |
| 14343 | 14342 | ||
| @@ -14353,4 +14352,3 @@ See ChangeLog.10 for earlier changes. | |||
| 14353 | 14352 | ||
| 14354 | You should have received a copy of the GNU General Public License | 14353 | You should have received a copy of the GNU General Public License |
| 14355 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 14354 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 14356 | |||
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 7924d164cf1..5793c3180be 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el | |||
| @@ -1,6 +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-1987, 1994-1995, 1998, 2000-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985-1987, 1994-1995, 1998, 2000-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Charlie Martin <crm@cs.duke.edu> | 6 | ;; Author: Charlie Martin <crm@cs.duke.edu> |
| 6 | ;; Adapted-By: Daniel Pfeiffer <occitan@esperanto.org> | 7 | ;; Adapted-By: Daniel Pfeiffer <occitan@esperanto.org> |
diff --git a/lisp/bookmark.el b/lisp/bookmark.el index cb299d46e2d..4c0dd64a2cf 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; bookmark.el --- set bookmarks, maybe annotate them, jump to them later | 1 | ;;; bookmark.el --- set bookmarks, maybe annotate them, jump to them later |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-1997, 2001-2011 | 3 | ;; Copyright (C) 1993-1997, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Karl Fogel <kfogel@red-bean.com> | 5 | ;; Author: Karl Fogel <kfogel@red-bean.com> |
| 7 | ;; Maintainer: Karl Fogel <kfogel@red-bean.com> | 6 | ;; Maintainer: Karl Fogel <kfogel@red-bean.com> |
diff --git a/lisp/calc/README b/lisp/calc/README index ccaaeb35c35..e1170fc6df7 100644 --- a/lisp/calc/README +++ b/lisp/calc/README | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | Copyright (C) 2001-2011 | 1 | Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 2 | Free Software Foundation, Inc. | ||
| 3 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 4 | 3 | ||
| 5 | 4 | ||
diff --git a/lisp/calc/README.prev b/lisp/calc/README.prev index 22fc8c51f73..69da211efc2 100644 --- a/lisp/calc/README.prev +++ b/lisp/calc/README.prev | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | Copyright (C) 2001-2011 | 1 | Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 2 | Free Software Foundation, Inc. | ||
| 3 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 4 | 3 | ||
| 5 | 4 | ||
diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index 21836f4f6c2..c0f4f0f3929 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; appt.el --- appointment notification functions | 1 | ;;; appt.el --- appointment notification functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989-1990, 1994, 1998, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989-1990, 1994, 1998, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Neil Mager <neilm@juliet.ll.mit.edu> | 6 | ;; Author: Neil Mager <neilm@juliet.ll.mit.edu> |
| 6 | ;; Maintainer: Glenn Morris <rgm@gnu.org> | 7 | ;; Maintainer: Glenn Morris <rgm@gnu.org> |
diff --git a/lisp/calendar/cal-bahai.el b/lisp/calendar/cal-bahai.el index 4e90ea5c072..ae5dc02862d 100644 --- a/lisp/calendar/cal-bahai.el +++ b/lisp/calendar/cal-bahai.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; cal-bahai.el --- calendar functions for the Bahá'à calendar. | 1 | ;;; cal-bahai.el --- calendar functions for the Bahá'à calendar. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2011 | 3 | ;; Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | ;; Keywords: calendar | 6 | ;; Keywords: calendar |
diff --git a/lisp/calendar/cal-html.el b/lisp/calendar/cal-html.el index 7a60fbfb334..bd10aa176ae 100644 --- a/lisp/calendar/cal-html.el +++ b/lisp/calendar/cal-html.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; cal-html.el --- functions for printing HTML calendars | 1 | ;;; cal-html.el --- functions for printing HTML calendars |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2011 | 3 | ;; Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Anna M. Bigatti <bigatti@dima.unige.it> | 5 | ;; Author: Anna M. Bigatti <bigatti@dima.unige.it> |
| 7 | ;; Keywords: calendar | 6 | ;; Keywords: calendar |
diff --git a/lisp/calendar/cal-mayan.el b/lisp/calendar/cal-mayan.el index a56fd4d2d0e..283c68cb32d 100644 --- a/lisp/calendar/cal-mayan.el +++ b/lisp/calendar/cal-mayan.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; cal-mayan.el --- calendar functions for the Mayan calendars | 1 | ;;; cal-mayan.el --- calendar functions for the Mayan calendars |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-1993, 1995, 1997, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992-1993, 1995, 1997, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Stewart M. Clamen <clamen@cs.cmu.edu> | 6 | ;; Author: Stewart M. Clamen <clamen@cs.cmu.edu> |
| 6 | ;; Edward M. Reingold <reingold@cs.uiuc.edu> | 7 | ;; Edward M. Reingold <reingold@cs.uiuc.edu> |
diff --git a/lisp/calendar/cal-move.el b/lisp/calendar/cal-move.el index 7a32420767b..c13a9a0a73a 100644 --- a/lisp/calendar/cal-move.el +++ b/lisp/calendar/cal-move.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; cal-move.el --- calendar functions for movement in the calendar | 1 | ;;; cal-move.el --- calendar functions for movement in the calendar |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2001-2011 | 3 | ;; Copyright (C) 1995, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> | 5 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> |
| 7 | ;; Maintainer: Glenn Morris <rgm@gnu.org> | 6 | ;; Maintainer: Glenn Morris <rgm@gnu.org> |
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index c9bc46c453e..a4e53670530 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; calendar.el --- calendar functions | 1 | ;;; calendar.el --- calendar functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988-1995, 1997, 2000-2011 | 3 | ;; Copyright (C) 1988-1995, 1997, 2000-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> | 5 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> |
| 7 | ;; Maintainer: Glenn Morris <rgm@gnu.org> | 6 | ;; Maintainer: Glenn Morris <rgm@gnu.org> |
diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el index c2c3a64323b..ca88548138b 100644 --- a/lisp/calendar/icalendar.el +++ b/lisp/calendar/icalendar.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; icalendar.el --- iCalendar implementation -*-coding: utf-8 -*- | 1 | ;;; icalendar.el --- iCalendar implementation -*-coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2011 | 3 | ;; Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Ulf Jasper <ulf.jasper@web.de> | 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> |
| 7 | ;; Created: August 2002 | 6 | ;; Created: August 2002 |
diff --git a/lisp/calendar/lunar.el b/lisp/calendar/lunar.el index 7537a6497a1..e2ec46215be 100644 --- a/lisp/calendar/lunar.el +++ b/lisp/calendar/lunar.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; lunar.el --- calendar functions for phases of the moon | 1 | ;;; lunar.el --- calendar functions for phases of the moon |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-1993, 1995, 1997, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992-1993, 1995, 1997, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> | 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> |
| 6 | ;; Maintainer: Glenn Morris <rgm@gnu.org> | 7 | ;; Maintainer: Glenn Morris <rgm@gnu.org> |
diff --git a/lisp/calendar/solar.el b/lisp/calendar/solar.el index 3f9fb58c7fe..31aed0484d7 100644 --- a/lisp/calendar/solar.el +++ b/lisp/calendar/solar.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; solar.el --- calendar functions for solar events | 1 | ;;; solar.el --- calendar functions for solar events |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-1993, 1995, 1997, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992-1993, 1995, 1997, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> | 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> |
| 6 | ;; Denis B. Roegel <Denis.Roegel@loria.fr> | 7 | ;; Denis B. Roegel <Denis.Roegel@loria.fr> |
diff --git a/lisp/cedet/cedet.el b/lisp/cedet/cedet.el index 06a01ad69fc..d2fb066515b 100644 --- a/lisp/cedet/cedet.el +++ b/lisp/cedet/cedet.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; cedet.el --- Setup CEDET environment | 1 | ;;; cedet.el --- Setup CEDET environment |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2011 | 3 | ;; Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 7 | ;; Maintainer: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Maintainer: Eric M. Ludlam <zappo@gnu.org> |
diff --git a/lisp/cedet/ede/autoconf-edit.el b/lisp/cedet/ede/autoconf-edit.el index 92fbcc74c2b..bd4a5a627a9 100644 --- a/lisp/cedet/ede/autoconf-edit.el +++ b/lisp/cedet/ede/autoconf-edit.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ede/autoconf-edit.el --- Keymap for autoconf | 1 | ;;; ede/autoconf-edit.el --- Keymap for autoconf |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2000, 2009-2011 | 3 | ;; Copyright (C) 1998-2000, 2009-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: project | 6 | ;; Keywords: project |
diff --git a/lisp/cedet/ede/dired.el b/lisp/cedet/ede/dired.el index 8336b5ab01b..b7a98271ff3 100644 --- a/lisp/cedet/ede/dired.el +++ b/lisp/cedet/ede/dired.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ede/dired.el --- EDE extensions to dired. | 1 | ;;; ede/dired.el --- EDE extensions to dired. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2000, 2003, 2009-2011 | 3 | ;; Copyright (C) 1998-2000, 2003, 2009-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Version: 0.4 | 6 | ;; Version: 0.4 |
diff --git a/lisp/cedet/ede/pconf.el b/lisp/cedet/ede/pconf.el index 68373627722..497806c71a3 100644 --- a/lisp/cedet/ede/pconf.el +++ b/lisp/cedet/ede/pconf.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ede/pconf.el --- configure.ac maintenance for EDE | 1 | ;;; ede/pconf.el --- configure.ac maintenance for EDE |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1998-2000, 2005, 2008-2011 | 3 | ;;; Copyright (C) 1998-2000, 2005, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: project | 6 | ;; Keywords: project |
diff --git a/lisp/cedet/ede/proj-info.el b/lisp/cedet/ede/proj-info.el index 1d5326e897c..d943e609528 100644 --- a/lisp/cedet/ede/proj-info.el +++ b/lisp/cedet/ede/proj-info.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ede-proj-info.el --- EDE Generic Project texinfo support | 1 | ;;; ede-proj-info.el --- EDE Generic Project texinfo support |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1998-2001, 2004, 2007-2011 | 3 | ;;; Copyright (C) 1998-2001, 2004, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/proj-misc.el b/lisp/cedet/ede/proj-misc.el index c132ace82e9..4d68e1544a7 100644 --- a/lisp/cedet/ede/proj-misc.el +++ b/lisp/cedet/ede/proj-misc.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ede-proj-misc.el --- EDE Generic Project Emacs Lisp support | 1 | ;;; ede-proj-misc.el --- EDE Generic Project Emacs Lisp support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2001, 2008-2011 | 3 | ;; Copyright (C) 1998-2001, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/proj-obj.el b/lisp/cedet/ede/proj-obj.el index 34d7da07c21..7e7d289a59a 100644 --- a/lisp/cedet/ede/proj-obj.el +++ b/lisp/cedet/ede/proj-obj.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ede/proj-obj.el --- EDE Generic Project Object code generation support | 1 | ;;; ede/proj-obj.el --- EDE Generic Project Object code generation support |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1998-2000, 2005, 2008-2011 | 3 | ;;; Copyright (C) 1998-2000, 2005, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/proj-prog.el b/lisp/cedet/ede/proj-prog.el index 4adc28369ab..f33f5327beb 100644 --- a/lisp/cedet/ede/proj-prog.el +++ b/lisp/cedet/ede/proj-prog.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ede-proj-prog.el --- EDE Generic Project program support | 1 | ;;; ede-proj-prog.el --- EDE Generic Project program support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2001, 2005, 2008-2011 | 3 | ;; Copyright (C) 1998-2001, 2005, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/proj.el b/lisp/cedet/ede/proj.el index ca866a23c17..40e6165251c 100644 --- a/lisp/cedet/ede/proj.el +++ b/lisp/cedet/ede/proj.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ede/proj.el --- EDE Generic Project file driver | 1 | ;;; ede/proj.el --- EDE Generic Project file driver |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2003, 2007-2011 | 3 | ;; Copyright (C) 1998-2003, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/speedbar.el b/lisp/cedet/ede/speedbar.el index 2626367faf0..252ce47df67 100644 --- a/lisp/cedet/ede/speedbar.el +++ b/lisp/cedet/ede/speedbar.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; ede/speedbar.el --- Speedbar viewing of EDE projects | 1 | ;;; ede/speedbar.el --- Speedbar viewing of EDE projects |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2001, 2003, 2005, 2007-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-2001, 2003, 2005, 2007-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: project, make, tags | 7 | ;; Keywords: project, make, tags |
diff --git a/lisp/cedet/inversion.el b/lisp/cedet/inversion.el index ce38b2fe6fa..71960ddecd4 100644 --- a/lisp/cedet/inversion.el +++ b/lisp/cedet/inversion.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; inversion.el --- When you need something in version XX.XX | 1 | ;;; inversion.el --- When you need something in version XX.XX |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2002-2003, 2005-2011 | 3 | ;;; Copyright (C) 2002-2003, 2005-2011 Free Software Foundation, Inc. |
| 4 | ;;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Version: 0.2 | 6 | ;; Version: 0.2 |
diff --git a/lisp/cedet/mode-local.el b/lisp/cedet/mode-local.el index 022b8268e1b..d077dd95f3c 100644 --- a/lisp/cedet/mode-local.el +++ b/lisp/cedet/mode-local.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mode-local.el --- Support for mode local facilities | 1 | ;;; mode-local.el --- Support for mode local facilities |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2004-2005, 2007-2011 | 3 | ;; Copyright (C) 2004-2005, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; | 4 | ;; |
| 6 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 7 | ;; Maintainer: David Ponce <david@dponce.com> | 6 | ;; Maintainer: David Ponce <david@dponce.com> |
diff --git a/lisp/cedet/semantic/analyze.el b/lisp/cedet/semantic/analyze.el index a52e0f9408b..8a0fbd5cc37 100644 --- a/lisp/cedet/semantic/analyze.el +++ b/lisp/cedet/semantic/analyze.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/analyze.el --- Analyze semantic tags against local context | 1 | ;;; semantic/analyze.el --- Analyze semantic tags against local context |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2005, 2007-2011 | 3 | ;; Copyright (C) 2000-2005, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | 6 | ||
diff --git a/lisp/cedet/semantic/bovine/make-by.el b/lisp/cedet/semantic/bovine/make-by.el index bff67643c59..3cc4e5b23a3 100644 --- a/lisp/cedet/semantic/bovine/make-by.el +++ b/lisp/cedet/semantic/bovine/make-by.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/bovine/make-by.el --- Generated parser support file | 1 | ;;; semantic/bovine/make-by.el --- Generated parser support file |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2004, 2008-2011 | 3 | ;; Copyright (C) 1999-2004, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 7 | 6 | ||
diff --git a/lisp/cedet/semantic/bovine/make.el b/lisp/cedet/semantic/bovine/make.el index df04ef03b97..e132b48441a 100644 --- a/lisp/cedet/semantic/bovine/make.el +++ b/lisp/cedet/semantic/bovine/make.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/bovine/make.el --- Makefile parsing rules. | 1 | ;;; semantic/bovine/make.el --- Makefile parsing rules. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2004, 2008-2011 | 3 | ;; Copyright (C) 2000-2004, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | 6 | ||
diff --git a/lisp/cedet/semantic/bovine/scm.el b/lisp/cedet/semantic/bovine/scm.el index 8238bcbc6fd..0bdd8722db1 100644 --- a/lisp/cedet/semantic/bovine/scm.el +++ b/lisp/cedet/semantic/bovine/scm.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/bovine/scm.el --- Semantic details for Scheme (guile) | 1 | ;;; semantic/bovine/scm.el --- Semantic details for Scheme (guile) |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2001-2004, 2008-2011 | 3 | ;;; Copyright (C) 2001-2004, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | 6 | ||
diff --git a/lisp/cedet/semantic/complete.el b/lisp/cedet/semantic/complete.el index aa15d1a6d9d..31e92724a00 100644 --- a/lisp/cedet/semantic/complete.el +++ b/lisp/cedet/semantic/complete.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/complete.el --- Routines for performing tag completion | 1 | ;;; semantic/complete.el --- Routines for performing tag completion |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2005, 2007-2011 | 3 | ;; Copyright (C) 2003-2005, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/db-ebrowse.el b/lisp/cedet/semantic/db-ebrowse.el index 700456cf06a..d719fde3174 100644 --- a/lisp/cedet/semantic/db-ebrowse.el +++ b/lisp/cedet/semantic/db-ebrowse.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/db-ebrowse.el --- Semanticdb backend using ebrowse. | 1 | ;;; semantic/db-ebrowse.el --- Semanticdb backend using ebrowse. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005-2011 | 3 | ;; Copyright (C) 2005-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Authors: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Authors: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Joakim Verona | 6 | ;; Joakim Verona |
diff --git a/lisp/cedet/semantic/db-el.el b/lisp/cedet/semantic/db-el.el index 153b974d39f..0cbff54fd1d 100644 --- a/lisp/cedet/semantic/db-el.el +++ b/lisp/cedet/semantic/db-el.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/db-el.el --- Semantic database extensions for Emacs Lisp | 1 | ;;; semantic/db-el.el --- Semantic database extensions for Emacs Lisp |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2002-2011 | 3 | ;;; Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | ;;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: tags | 6 | ;; Keywords: tags |
diff --git a/lisp/cedet/semantic/db-file.el b/lisp/cedet/semantic/db-file.el index 519ce346de3..661bc8d6841 100644 --- a/lisp/cedet/semantic/db-file.el +++ b/lisp/cedet/semantic/db-file.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/db-file.el --- Save a semanticdb to a cache file. | 1 | ;;; semantic/db-file.el --- Save a semanticdb to a cache file. |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2000-2005, 2007-2011 | 3 | ;;; Copyright (C) 2000-2005, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: tags | 6 | ;; Keywords: tags |
diff --git a/lisp/cedet/semantic/db-global.el b/lisp/cedet/semantic/db-global.el index 465038e6871..7f3d616203e 100644 --- a/lisp/cedet/semantic/db-global.el +++ b/lisp/cedet/semantic/db-global.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/db-global.el --- Semantic database extensions for GLOBAL | 1 | ;;; semantic/db-global.el --- Semantic database extensions for GLOBAL |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2006, 2008-2011 | 3 | ;; Copyright (C) 2002-2006, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: tags | 6 | ;; Keywords: tags |
diff --git a/lisp/cedet/semantic/db-javascript.el b/lisp/cedet/semantic/db-javascript.el index 55c7bc78bf9..213216cee1a 100644 --- a/lisp/cedet/semantic/db-javascript.el +++ b/lisp/cedet/semantic/db-javascript.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/db-javascript.el --- Semantic database extensions for javascript | 1 | ;;; semantic/db-javascript.el --- Semantic database extensions for javascript |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2011 | 3 | ;; Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Joakim Verona | 5 | ;; Author: Joakim Verona |
| 7 | 6 | ||
diff --git a/lisp/cedet/semantic/doc.el b/lisp/cedet/semantic/doc.el index 63ed48cad94..e5579d09113 100644 --- a/lisp/cedet/semantic/doc.el +++ b/lisp/cedet/semantic/doc.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/doc.el --- Routines for documentation strings | 1 | ;;; semantic/doc.el --- Routines for documentation strings |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2003, 2005, 2008-2011 | 3 | ;; Copyright (C) 1999-2003, 2005, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/ede-grammar.el b/lisp/cedet/semantic/ede-grammar.el index ab8e1872e13..a4361053174 100644 --- a/lisp/cedet/semantic/ede-grammar.el +++ b/lisp/cedet/semantic/ede-grammar.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/ede-grammar.el --- EDE support for Semantic Grammar Files | 1 | ;;; semantic/ede-grammar.el --- EDE support for Semantic Grammar Files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2004, 2007-2011 | 3 | ;; Copyright (C) 2003-2004, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/semantic/find.el b/lisp/cedet/semantic/find.el index 4a94a8c2d64..c62ed818945 100644 --- a/lisp/cedet/semantic/find.el +++ b/lisp/cedet/semantic/find.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/find.el --- Search routines for Semantic | 1 | ;;; semantic/find.el --- Search routines for Semantic |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2005, 2008-2011 | 3 | ;; Copyright (C) 1999-2005, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/ia-sb.el b/lisp/cedet/semantic/ia-sb.el index 90789de4846..57067936a90 100644 --- a/lisp/cedet/semantic/ia-sb.el +++ b/lisp/cedet/semantic/ia-sb.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/ia-sb.el --- Speedbar analysis display interactor | 1 | ;;; semantic/ia-sb.el --- Speedbar analysis display interactor |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2002-2004, 2006, 2008-2011 | 3 | ;;; Copyright (C) 2002-2004, 2006, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/idle.el b/lisp/cedet/semantic/idle.el index bc68ecaf388..f17a5471d75 100644 --- a/lisp/cedet/semantic/idle.el +++ b/lisp/cedet/semantic/idle.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; idle.el --- Schedule parsing tasks in idle time | 1 | ;;; idle.el --- Schedule parsing tasks in idle time |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2006, 2008-2011 | 3 | ;; Copyright (C) 2003-2006, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/texi.el b/lisp/cedet/semantic/texi.el index 8b12e3fe697..66327cbe2ff 100644 --- a/lisp/cedet/semantic/texi.el +++ b/lisp/cedet/semantic/texi.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/texi.el --- Semantic details for Texinfo files | 1 | ;;; semantic/texi.el --- Semantic details for Texinfo files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2005, 2007-2011 | 3 | ;; Copyright (C) 2001-2005, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | 6 | ||
diff --git a/lisp/cedet/semantic/util-modes.el b/lisp/cedet/semantic/util-modes.el index f0481a26e24..a08f4a31b30 100644 --- a/lisp/cedet/semantic/util-modes.el +++ b/lisp/cedet/semantic/util-modes.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/util-modes.el --- Semantic minor modes | 1 | ;;; semantic/util-modes.el --- Semantic minor modes |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2005, 2007-2011 | 3 | ;; Copyright (C) 2000-2005, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Authors: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Authors: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; David Ponce <david@dponce.com> | 6 | ;; David Ponce <david@dponce.com> |
diff --git a/lisp/cedet/semantic/wisent.el b/lisp/cedet/semantic/wisent.el index fadd6f84bae..04669b99660 100644 --- a/lisp/cedet/semantic/wisent.el +++ b/lisp/cedet/semantic/wisent.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/wisent.el --- Wisent - Semantic gateway | 1 | ;;; semantic/wisent.el --- Wisent - Semantic gateway |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2007, 2009-2011 | 3 | ;; Copyright (C) 2001-2007, 2009-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 7 | ;; Maintainer: David Ponce <david@dponce.com> | 6 | ;; Maintainer: David Ponce <david@dponce.com> |
diff --git a/lisp/cedet/semantic/wisent/java-tags.el b/lisp/cedet/semantic/wisent/java-tags.el index 0d9304ae083..d0647d8e271 100644 --- a/lisp/cedet/semantic/wisent/java-tags.el +++ b/lisp/cedet/semantic/wisent/java-tags.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/wisent/java-tags.el --- Java LALR parser for Emacs | 1 | ;;; semantic/wisent/java-tags.el --- Java LALR parser for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2006, 2009-2011 | 3 | ;; Copyright (C) 2001-2006, 2009-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 7 | ;; Maintainer: David Ponce <david@dponce.com> | 6 | ;; Maintainer: David Ponce <david@dponce.com> |
diff --git a/lisp/cedet/semantic/wisent/python-wy.el b/lisp/cedet/semantic/wisent/python-wy.el index 76c4efd6fbe..3a69078b02c 100644 --- a/lisp/cedet/semantic/wisent/python-wy.el +++ b/lisp/cedet/semantic/wisent/python-wy.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/wisent/python-wy.el --- Generated parser support file | 1 | ;;; semantic/wisent/python-wy.el --- Generated parser support file |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2004, 2007, 2010-2011 | 3 | ;; Copyright (C) 2002-2004, 2007, 2010-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 7 | 6 | ||
diff --git a/lisp/cedet/semantic/wisent/python.el b/lisp/cedet/semantic/wisent/python.el index de8ca7f2dfe..095a817f08d 100644 --- a/lisp/cedet/semantic/wisent/python.el +++ b/lisp/cedet/semantic/wisent/python.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; wisent-python.el --- Semantic support for Python | 1 | ;;; wisent-python.el --- Semantic support for Python |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2004, 2006-2011 | 3 | ;; Copyright (C) 2002, 2004, 2006-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Richard Kim <emacs18@gmail.com> | 5 | ;; Author: Richard Kim <emacs18@gmail.com> |
| 7 | ;; Maintainer: Richard Kim <emacs18@gmail.com> | 6 | ;; Maintainer: Richard Kim <emacs18@gmail.com> |
diff --git a/lisp/cedet/semantic/wisent/wisent.el b/lisp/cedet/semantic/wisent/wisent.el index f37604c765e..8c17d4ccab4 100644 --- a/lisp/cedet/semantic/wisent/wisent.el +++ b/lisp/cedet/semantic/wisent/wisent.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/wisent/wisent.el --- GNU Bison for Emacs - Runtime | 1 | ;;; semantic/wisent/wisent.el --- GNU Bison for Emacs - Runtime |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2002-2007, 2009-2011 | 3 | ;;; Copyright (C) 2002-2007, 2009-2011 Free Software Foundation, Inc. |
| 4 | ;;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 7 | ;; Maintainer: David Ponce <david@dponce.com> | 6 | ;; Maintainer: David Ponce <david@dponce.com> |
diff --git a/lisp/completion.el b/lisp/completion.el index 1c05f4ffd6b..128e3a2a489 100644 --- a/lisp/completion.el +++ b/lisp/completion.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; completion.el --- dynamic word-completion code | 1 | ;;; completion.el --- dynamic word-completion code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1993, 1995, 1997, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990, 1993, 1995, 1997, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: abbrev convenience | 7 | ;; Keywords: abbrev convenience |
diff --git a/lisp/desktop.el b/lisp/desktop.el index 0a7a8f2f156..4ca4cec38ff 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; desktop.el --- save partial status of Emacs when killed | 1 | ;;; desktop.el --- save partial status of Emacs when killed |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-1995, 1997, 2000-2011 | 3 | ;; Copyright (C) 1993-1995, 1997, 2000-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Morten Welinder <terra@diku.dk> | 5 | ;; Author: Morten Welinder <terra@diku.dk> |
| 7 | ;; Keywords: convenience | 6 | ;; Keywords: convenience |
diff --git a/lisp/dframe.el b/lisp/dframe.el index 5748c21afd1..312f49f6053 100644 --- a/lisp/dframe.el +++ b/lisp/dframe.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; dframe --- dedicate frame support modes | 1 | ;;; dframe --- dedicate frame support modes |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-2011 | 3 | ;; Copyright (C) 1996-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: file, tags, tools | 6 | ;; Keywords: file, tags, tools |
diff --git a/lisp/disp-table.el b/lisp/disp-table.el index 876bdee3d0b..7a9043a6a0a 100644 --- a/lisp/disp-table.el +++ b/lisp/disp-table.el | |||
| @@ -1,6 +1,7 @@ | |||
| 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, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1987, 1994-1995, 1999, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Erik Naggum <erik@naggum.no> | 6 | ;; Author: Erik Naggum <erik@naggum.no> |
| 6 | ;; Based on a previous version by Howard Gayle | 7 | ;; Based on a previous version by Howard Gayle |
diff --git a/lisp/dnd.el b/lisp/dnd.el index decacae08d1..19b95016174 100644 --- a/lisp/dnd.el +++ b/lisp/dnd.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; dnd.el --- drag and drop support. -*- coding: utf-8 -*- | 1 | ;;; dnd.el --- drag and drop support. -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005-2011 | 3 | ;; Copyright (C) 2005-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Jan Djärv <jan.h.d@swipnet.se> | 5 | ;; Author: Jan Djärv <jan.h.d@swipnet.se> |
| 7 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/dos-fns.el b/lisp/dos-fns.el index 3cbaa6d4c17..5f13555e472 100644 --- a/lisp/dos-fns.el +++ b/lisp/dos-fns.el | |||
| @@ -1,6 +1,7 @@ | |||
| 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, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991, 1993, 1995-1996, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: Morten Welinder <terra@diku.dk> | 6 | ;; Maintainer: Morten Welinder <terra@diku.dk> |
| 6 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index 18e6d62f87c..7b610d11b0f 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;; autoload.el --- maintain autoloads in loaddefs.el | 1 | ;; autoload.el --- maintain autoloads in loaddefs.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991-1997, 2001-2011 | 3 | ;; Copyright (C) 1991-1997, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Roland McGrath <roland@gnu.org> | 5 | ;; Author: Roland McGrath <roland@gnu.org> |
| 7 | ;; Keywords: maint | 6 | ;; Keywords: maint |
diff --git a/lisp/emacs-lisp/benchmark.el b/lisp/emacs-lisp/benchmark.el index 84824455308..86063c512c6 100644 --- a/lisp/emacs-lisp/benchmark.el +++ b/lisp/emacs-lisp/benchmark.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; benchmark.el --- support for benchmarking code | 1 | ;;; benchmark.el --- support for benchmarking code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2011 | 3 | ;; Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 7 | ;; Keywords: lisp, extensions | 6 | ;; Keywords: lisp, extensions |
diff --git a/lisp/emacs-lisp/chart.el b/lisp/emacs-lisp/chart.el index 553e39ec67d..01eb1efdc3b 100644 --- a/lisp/emacs-lisp/chart.el +++ b/lisp/emacs-lisp/chart.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; chart.el --- Draw charts (bar charts, etc) | 1 | ;;; chart.el --- Draw charts (bar charts, etc) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1998-1999, 2001, 2004-2005, 2007-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1998-1999, 2001, 2004-2005, 2007-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Version: 0.2 | 7 | ;; Version: 0.2 |
diff --git a/lisp/emacs-lisp/eieio-comp.el b/lisp/emacs-lisp/eieio-comp.el index c04295dcd58..ed6fb6f1c41 100644 --- a/lisp/emacs-lisp/eieio-comp.el +++ b/lisp/emacs-lisp/eieio-comp.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; eieio-comp.el -- eieio routines to help with byte compilation | 1 | ;;; eieio-comp.el -- eieio routines to help with byte compilation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995-1996, 1998-2002, 2005, 2008-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995-1996, 1998-2002, 2005, 2008-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Version: 0.2 | 7 | ;; Version: 0.2 |
diff --git a/lisp/emacs-lisp/eieio-custom.el b/lisp/emacs-lisp/eieio-custom.el index 6e339ec83a8..6fe63fcb754 100644 --- a/lisp/emacs-lisp/eieio-custom.el +++ b/lisp/emacs-lisp/eieio-custom.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; eieio-custom.el -- eieio object customization | 1 | ;;; eieio-custom.el -- eieio object customization |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2001, 2005, 2007-2011 | 3 | ;; Copyright (C) 1999-2001, 2005, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Version: 0.2 | 6 | ;; Version: 0.2 |
diff --git a/lisp/emacs-lisp/eieio-opt.el b/lisp/emacs-lisp/eieio-opt.el index 1d35f7c21f7..ddc6616ba28 100644 --- a/lisp/emacs-lisp/eieio-opt.el +++ b/lisp/emacs-lisp/eieio-opt.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; eieio-opt.el -- eieio optional functions (debug, printing, speedbar) | 1 | ;;; eieio-opt.el -- eieio optional functions (debug, printing, speedbar) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1998-2003, 2005, 2008-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1998-2003, 2005, 2008-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Version: 0.2 | 7 | ;; Version: 0.2 |
diff --git a/lisp/emacs-lisp/eieio-speedbar.el b/lisp/emacs-lisp/eieio-speedbar.el index d69a2ac63c1..d28ecd9615b 100644 --- a/lisp/emacs-lisp/eieio-speedbar.el +++ b/lisp/emacs-lisp/eieio-speedbar.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; eieio-speedbar.el -- Classes for managing speedbar displays. | 1 | ;;; eieio-speedbar.el -- Classes for managing speedbar displays. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2002, 2005, 2007-2011 | 3 | ;; Copyright (C) 1999-2002, 2005, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Version: 0.2 | 6 | ;; Version: 0.2 |
diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el index 4d5c329713b..910eff3c78f 100644 --- a/lisp/emacs-lisp/elp.el +++ b/lisp/emacs-lisp/elp.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; elp.el --- Emacs Lisp Profiler | 1 | ;;; elp.el --- Emacs Lisp Profiler |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-1995, 1997-1998, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-1995, 1997-1998, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Barry A. Warsaw | 6 | ;; Author: Barry A. Warsaw |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/emacs-lisp/tcover-ses.el b/lisp/emacs-lisp/tcover-ses.el index 395b79acfb4..b91b96b83e5 100644 --- a/lisp/emacs-lisp/tcover-ses.el +++ b/lisp/emacs-lisp/tcover-ses.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;;; testcover-ses.el -- Example use of `testcover' to test "SES" | 1 | ;;;; testcover-ses.el -- Example use of `testcover' to test "SES" |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2011 | 3 | ;; Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Jonathan Yavner <jyavner@engineer.com> | 5 | ;; Author: Jonathan Yavner <jyavner@engineer.com> |
| 7 | ;; Maintainer: Jonathan Yavner <jyavner@engineer.com> | 6 | ;; Maintainer: Jonathan Yavner <jyavner@engineer.com> |
diff --git a/lisp/emulation/edt-lk201.el b/lisp/emulation/edt-lk201.el index eaf199a38b5..6132b455faf 100644 --- a/lisp/emulation/edt-lk201.el +++ b/lisp/emulation/edt-lk201.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; edt-lk201.el --- enhanced EDT keypad mode emulation for LK-201 keyboards | 1 | ;;; edt-lk201.el --- enhanced EDT keypad mode emulation for LK-201 keyboards |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1992-1993, 1995, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1992-1993, 1995, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 6 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
| 6 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 7 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
diff --git a/lisp/emulation/edt-vt100.el b/lisp/emulation/edt-vt100.el index 134dd19ec26..1dca1f19dfc 100644 --- a/lisp/emulation/edt-vt100.el +++ b/lisp/emulation/edt-vt100.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; edt-vt100.el --- enhanced EDT keypad mode emulation for VT series terminals | 1 | ;;; edt-vt100.el --- enhanced EDT keypad mode emulation for VT series terminals |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1992-1993, 1995, 2002-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1992-1993, 1995, 2002-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 6 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
| 6 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 7 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index 817dd1789e4..68550cc30e2 100644 --- a/lisp/emulation/edt.el +++ b/lisp/emulation/edt.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; edt.el --- enhanced EDT keypad mode emulation for GNU Emacs | 1 | ;;; edt.el --- enhanced EDT keypad mode emulation for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1992-1995, 2000-2011 | 3 | ;; Copyright (C) 1986, 1992-1995, 2000-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 5 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
| 7 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 6 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
diff --git a/lisp/emulation/vip.el b/lisp/emulation/vip.el index 080a3da7585..328fbac9033 100644 --- a/lisp/emulation/vip.el +++ b/lisp/emulation/vip.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; vip.el --- a VI Package for GNU Emacs | 1 | ;;; vip.el --- a VI Package for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986-1988, 1992-1993, 1998, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986-1988, 1992-1993, 1998, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Masahiko Sato <ms@sail.stanford.edu> | 6 | ;; Author: Masahiko Sato <ms@sail.stanford.edu> |
| 6 | ;; Keywords: emulations | 7 | ;; Keywords: emulations |
diff --git a/lisp/emulation/viper-util.el b/lisp/emulation/viper-util.el index ea3252ac07f..4aace25fc9c 100644 --- a/lisp/emulation/viper-util.el +++ b/lisp/emulation/viper-util.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; viper-util.el --- Utilities used by viper.el | 1 | ;;; viper-util.el --- Utilities used by viper.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-1997, 1999-2011 | 3 | ;; Copyright (C) 1994-1997, 1999-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | ;; Package: viper | 6 | ;; Package: viper |
diff --git a/lisp/epa.el b/lisp/epa.el index 5a1136fef45..43e202c1b16 100644 --- a/lisp/epa.el +++ b/lisp/epa.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; epa.el --- the EasyPG Assistant | 1 | ;;; epa.el --- the EasyPG Assistant |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006-2011 | 3 | ;; Copyright (C) 2006-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> | 5 | ;; Author: Daiki Ueno <ueno@unixuser.org> |
| 7 | ;; Keywords: PGP, GnuPG | 6 | ;; Keywords: PGP, GnuPG |
diff --git a/lisp/erc/erc-autoaway.el b/lisp/erc/erc-autoaway.el index d87ac80853a..a15e038dddc 100644 --- a/lisp/erc/erc-autoaway.el +++ b/lisp/erc/erc-autoaway.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; erc-autoaway.el --- Provides autoaway for ERC | 1 | ;;; erc-autoaway.el --- Provides autoaway for ERC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2004, 2006-2011 | 3 | ;; Copyright (C) 2002-2004, 2006-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Jorgen Schaefer <forcer@forcix.cx> | 5 | ;; Author: Jorgen Schaefer <forcer@forcix.cx> |
| 7 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcAutoAway | 6 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcAutoAway |
diff --git a/lisp/erc/erc-compat.el b/lisp/erc/erc-compat.el index e9fd9738d23..792c8dd88b3 100644 --- a/lisp/erc/erc-compat.el +++ b/lisp/erc/erc-compat.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; erc-compat.el --- ERC compatibility code for XEmacs | 1 | ;;; erc-compat.el --- ERC compatibility code for XEmacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2003, 2005-2011 | 3 | ;; Copyright (C) 2002-2003, 2005-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 7 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki/ERC | 6 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki/ERC |
diff --git a/lisp/erc/erc-dcc.el b/lisp/erc/erc-dcc.el index 1998cf6e8a8..88f0fe605f8 100644 --- a/lisp/erc/erc-dcc.el +++ b/lisp/erc/erc-dcc.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; erc-dcc.el --- CTCP DCC module for ERC | 1 | ;;; erc-dcc.el --- CTCP DCC module for ERC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-1995, 1998, 2002-2004, 2006-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1995, 1998, 2002-2004, 2006-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Ben A. Mesander <ben@gnu.ai.mit.edu> | 6 | ;; Author: Ben A. Mesander <ben@gnu.ai.mit.edu> |
| 6 | ;; Noah Friedman <friedman@prep.ai.mit.edu> | 7 | ;; Noah Friedman <friedman@prep.ai.mit.edu> |
diff --git a/lisp/erc/erc-goodies.el b/lisp/erc/erc-goodies.el index 8035e8386ac..b2cf9e35622 100644 --- a/lisp/erc/erc-goodies.el +++ b/lisp/erc/erc-goodies.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;; erc-goodies.el --- Collection of ERC modules | 1 | ;; erc-goodies.el --- Collection of ERC modules |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2011 | 3 | ;; Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Jorgen Schaefer <forcer@forcix.cx> | 5 | ;; Author: Jorgen Schaefer <forcer@forcix.cx> |
| 7 | 6 | ||
diff --git a/lisp/erc/erc-ibuffer.el b/lisp/erc/erc-ibuffer.el index 76c40114b42..9d658eec2f0 100644 --- a/lisp/erc/erc-ibuffer.el +++ b/lisp/erc/erc-ibuffer.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; erc-ibuffer.el --- ibuffer integration with ERC | 1 | ;;; erc-ibuffer.el --- ibuffer integration with ERC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2004, 2006-2011 | 3 | ;; Copyright (C) 2002, 2004, 2006-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 7 | ;; Keywords: comm | 6 | ;; Keywords: comm |
diff --git a/lisp/erc/erc-lang.el b/lisp/erc/erc-lang.el index ff10b938efa..84a4c60816e 100644 --- a/lisp/erc/erc-lang.el +++ b/lisp/erc/erc-lang.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; erc-lang.el --- provide the LANG command to ERC | 1 | ;;; erc-lang.el --- provide the LANG command to ERC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2004, 2006-2011 | 3 | ;; Copyright (C) 2002, 2004, 2006-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 7 | ;; Maintainer: Alex Schroeder <alex@gnu.org> | 6 | ;; Maintainer: Alex Schroeder <alex@gnu.org> |
diff --git a/lisp/erc/erc-stamp.el b/lisp/erc/erc-stamp.el index 35b287147e3..cfe8616ab65 100644 --- a/lisp/erc/erc-stamp.el +++ b/lisp/erc/erc-stamp.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; erc-stamp.el --- Timestamping for ERC messages | 1 | ;;; erc-stamp.el --- Timestamping for ERC messages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2004, 2006-2011 | 3 | ;; Copyright (C) 2002-2004, 2006-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 7 | ;; Keywords: comm, processes, timestamp | 6 | ;; Keywords: comm, processes, timestamp |
diff --git a/lisp/faces.el b/lisp/faces.el index 13779062c6d..a9d26de604b 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; faces.el --- Lisp faces | 1 | ;;; faces.el --- Lisp faces |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-1996, 1998-2011 | 3 | ;; Copyright (C) 1992-1996, 1998-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/lisp/filesets.el b/lisp/filesets.el index b205b5dfc3d..269ee331fb2 100644 --- a/lisp/filesets.el +++ b/lisp/filesets.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; filesets.el --- handle group of files | 1 | ;;; filesets.el --- handle group of files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2011 | 3 | ;; Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Thomas Link <sanobast-emacs@yahoo.de> | 5 | ;; Author: Thomas Link <sanobast-emacs@yahoo.de> |
| 7 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/font-core.el b/lisp/font-core.el index d862bfa34c3..fcaaf33b718 100644 --- a/lisp/font-core.el +++ b/lisp/font-core.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; font-core.el --- Core interface to font-lock | 1 | ;;; font-core.el --- Core interface to font-lock |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-2011 | 3 | ;; Copyright (C) 1992-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 7 | ;; Keywords: languages, faces | 6 | ;; Keywords: languages, faces |
diff --git a/lisp/format.el b/lisp/format.el index c507f194eeb..c5b48173e35 100644 --- a/lisp/format.el +++ b/lisp/format.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; format.el --- read and save files in multiple formats | 1 | ;;; format.el --- read and save files in multiple formats |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-1995, 1997, 1999, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-1995, 1997, 1999, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Boris Goldowsky <boris@gnu.org> | 6 | ;; Author: Boris Goldowsky <boris@gnu.org> |
| 6 | ;; Package: emacs | 7 | ;; Package: emacs |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 47d08e8609f..cbaf4244e32 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -19214,8 +19214,7 @@ | |||
| 19214 | 19214 | ||
| 19215 | See ChangeLog.2 for earlier changes. | 19215 | See ChangeLog.2 for earlier changes. |
| 19216 | 19216 | ||
| 19217 | Copyright (C) 2004-2011 | 19217 | Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 19218 | Free Software Foundation, Inc. | ||
| 19219 | 19218 | ||
| 19220 | This file is part of GNU Emacs. | 19219 | This file is part of GNU Emacs. |
| 19221 | 19220 | ||
diff --git a/lisp/gnus/ChangeLog.1 b/lisp/gnus/ChangeLog.1 index e2d4832d375..7448808b20f 100644 --- a/lisp/gnus/ChangeLog.1 +++ b/lisp/gnus/ChangeLog.1 | |||
| @@ -3708,7 +3708,7 @@ | |||
| 3708 | * gnus.el: Quassia Gnus v0.1 is released. | 3708 | * gnus.el: Quassia Gnus v0.1 is released. |
| 3709 | 3709 | ||
| 3710 | 3710 | ||
| 3711 | Copyright (C) 1997-2011 Free Software Foundation, Inc. | 3711 | Copyright (C) 1997-2011 Free Software Foundation, Inc. |
| 3712 | 3712 | ||
| 3713 | This file is part of GNU Emacs. | 3713 | This file is part of GNU Emacs. |
| 3714 | 3714 | ||
| @@ -3724,4 +3724,3 @@ | |||
| 3724 | 3724 | ||
| 3725 | You should have received a copy of the GNU General Public License | 3725 | You should have received a copy of the GNU General Public License |
| 3726 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 3726 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 3727 | |||
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index d2b111b7354..381ae544b24 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 | |||
| @@ -18553,8 +18553,7 @@ | |||
| 18553 | 18553 | ||
| 18554 | See ChangeLog.1 for earlier changes. | 18554 | See ChangeLog.1 for earlier changes. |
| 18555 | 18555 | ||
| 18556 | Copyright (C) 2000-2002, 2004-2011 | 18556 | Copyright (C) 2000-2002, 2004-2011 Free Software Foundation, Inc. |
| 18557 | Free Software Foundation, Inc. | ||
| 18558 | 18557 | ||
| 18559 | This file is part of GNU Emacs. | 18558 | This file is part of GNU Emacs. |
| 18560 | 18559 | ||
| @@ -18574,4 +18573,3 @@ See ChangeLog.1 for earlier changes. | |||
| 18574 | ;; Local Variables: | 18573 | ;; Local Variables: |
| 18575 | ;; coding: iso-2022-7bit | 18574 | ;; coding: iso-2022-7bit |
| 18576 | ;; End: | 18575 | ;; End: |
| 18577 | |||
diff --git a/lisp/gnus/deuglify.el b/lisp/gnus/deuglify.el index 89c6122666f..1e2a566f72d 100644 --- a/lisp/gnus/deuglify.el +++ b/lisp/gnus/deuglify.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; deuglify.el --- deuglify broken Outlook (Express) articles | 1 | ;;; deuglify.el --- deuglify broken Outlook (Express) articles |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2011 | 3 | ;; Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Raymond Scholz <rscholz@zonix.de> | 5 | ;; Author: Raymond Scholz <rscholz@zonix.de> |
| 7 | ;; Thomas Steffen | 6 | ;; Thomas Steffen |
diff --git a/lisp/gnus/ecomplete.el b/lisp/gnus/ecomplete.el index d36360222b9..6a47b119f10 100644 --- a/lisp/gnus/ecomplete.el +++ b/lisp/gnus/ecomplete.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ecomplete.el --- electric completion of addresses and the like | 1 | ;;; ecomplete.el --- electric completion of addresses and the like |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006-2011 | 3 | ;; Copyright (C) 2006-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: mail | 6 | ;; Keywords: mail |
diff --git a/lisp/gnus/gmm-utils.el b/lisp/gnus/gmm-utils.el index f722e036f56..8deb27379a3 100644 --- a/lisp/gnus/gmm-utils.el +++ b/lisp/gnus/gmm-utils.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; gmm-utils.el --- Utility functions for Gnus, Message and MML | 1 | ;;; gmm-utils.el --- Utility functions for Gnus, Message and MML |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006-2011 | 3 | ;; Copyright (C) 2006-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Reiner Steib <reiner.steib@gmx.de> | 5 | ;; Author: Reiner Steib <reiner.steib@gmx.de> |
| 7 | ;; Keywords: news | 6 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-bookmark.el b/lisp/gnus/gnus-bookmark.el index 32477c7d78d..f86c94571a7 100644 --- a/lisp/gnus/gnus-bookmark.el +++ b/lisp/gnus/gnus-bookmark.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; gnus-bookmark.el --- Bookmarks in Gnus | 1 | ;;; gnus-bookmark.el --- Bookmarks in Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006-2011 | 3 | ;; Copyright (C) 2006-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Bastien Guerry <bzg AT altern DOT org> | 5 | ;; Author: Bastien Guerry <bzg AT altern DOT org> |
| 7 | ;; Keywords: news | 6 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-delay.el b/lisp/gnus/gnus-delay.el index 12aa1e525c8..a06a510ecdd 100644 --- a/lisp/gnus/gnus-delay.el +++ b/lisp/gnus/gnus-delay.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; gnus-delay.el --- Delayed posting of articles | 1 | ;;; gnus-delay.el --- Delayed posting of articles |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2011 | 3 | ;; Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 5 | ;; Author: Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 7 | ;; Keywords: mail, news, extensions | 6 | ;; Keywords: mail, news, extensions |
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 890b97908a6..a058df76333 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; gnus-group.el --- group mode commands for Gnus | 1 | ;;; gnus-group.el --- group mode commands for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-2011 | 3 | ;; Copyright (C) 1996-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 6 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index 930782a6def..08fef2327ad 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; gnus-msg.el --- mail and post interface for Gnus | 1 | ;;; gnus-msg.el --- mail and post interface for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995-2011 | 3 | ;; Copyright (C) 1995-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 5 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/gnus-uu.el b/lisp/gnus/gnus-uu.el index 1c2cc680e83..d6aad539029 100644 --- a/lisp/gnus/gnus-uu.el +++ b/lisp/gnus/gnus-uu.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-uu.el --- extract (uu)encoded files in Gnus | 1 | ;;; gnus-uu.el --- extract (uu)encoded files in Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1987, 1993-1998, 2000-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985-1987, 1993-1998, 2000-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Created: 2 Oct 1993 | 7 | ;; Created: 2 Oct 1993 |
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 74d09b1cdda..47b772b78dd 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus.el --- a newsreader for GNU Emacs | 1 | ;;; gnus.el --- a newsreader for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987-1990, 1993-1998, 2000-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1987-1990, 1993-1998, 2000-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 6 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/mm-url.el b/lisp/gnus/mm-url.el index 6317261a7ab..498d0612519 100644 --- a/lisp/gnus/mm-url.el +++ b/lisp/gnus/mm-url.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mm-url.el --- a wrapper of url functions/commands for Gnus | 1 | ;;; mm-url.el --- a wrapper of url functions/commands for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2011 | 3 | ;; Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 5 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 7 | 6 | ||
diff --git a/lisp/gnus/nnheader.el b/lisp/gnus/nnheader.el index 2a990d94177..20cdeb557de 100644 --- a/lisp/gnus/nnheader.el +++ b/lisp/gnus/nnheader.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; nnheader.el --- header access macros for Gnus and its backends | 1 | ;;; nnheader.el --- header access macros for Gnus and its backends |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987-1990, 1993-1998, 2000-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1987-1990, 1993-1998, 2000-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 6 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el index 8e0195443da..f7498cdf159 100644 --- a/lisp/gnus/nnmail.el +++ b/lisp/gnus/nnmail.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; nnmail.el --- mail support functions for the Gnus mail backends | 1 | ;;; nnmail.el --- mail support functions for the Gnus mail backends |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995-2011 | 3 | ;; Copyright (C) 1995-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news, mail | 6 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/nntp.el b/lisp/gnus/nntp.el index 5510a07146f..b6b6449fc3f 100644 --- a/lisp/gnus/nntp.el +++ b/lisp/gnus/nntp.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; nntp.el --- nntp access for Gnus | 1 | ;;; nntp.el --- nntp access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987-1990, 1992-1998, 2000-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1987-1990, 1992-1998, 2000-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/spam-report.el b/lisp/gnus/spam-report.el index 1b064db6019..95b5fb578f4 100644 --- a/lisp/gnus/spam-report.el +++ b/lisp/gnus/spam-report.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; spam-report.el --- Reporting spam | 1 | ;;; spam-report.el --- Reporting spam |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2011 | 3 | ;; Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Ted Zlatanov <tzz@lifelogs.com> | 5 | ;; Author: Ted Zlatanov <tzz@lifelogs.com> |
| 7 | ;; Keywords: network, spam, mail, gmane, report | 6 | ;; Keywords: network, spam, mail, gmane, report |
diff --git a/lisp/gnus/spam.el b/lisp/gnus/spam.el index ec3212b96e5..2ebf0ba1e1d 100644 --- a/lisp/gnus/spam.el +++ b/lisp/gnus/spam.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; spam.el --- Identifying spam | 1 | ;;; spam.el --- Identifying spam |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2011 | 3 | ;; Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Maintainer: Ted Zlatanov <tzz@lifelogs.com> | 6 | ;; Maintainer: Ted Zlatanov <tzz@lifelogs.com> |
diff --git a/lisp/help-mode.el b/lisp/help-mode.el index f597233c6e4..cafd7d07fde 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; help-mode.el --- `help-mode' used by *Help* buffers | 1 | ;;; help-mode.el --- `help-mode' used by *Help* buffers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1986, 1993-1994, 1998-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985-1986, 1993-1994, 1998-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: help, internal | 7 | ;; Keywords: help, internal |
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index 6a91b0bade8..d359bb0da86 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; htmlfontify.el --- htmlise a buffer/source tree with optional hyperlinks | 1 | ;;; htmlfontify.el --- htmlise a buffer/source tree with optional hyperlinks |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2003, 2009-2011 | 3 | ;; Copyright (C) 2002-2003, 2009-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Emacs Lisp Archive Entry | 5 | ;; Emacs Lisp Archive Entry |
| 7 | ;; Package: htmlfontify | 6 | ;; Package: htmlfontify |
diff --git a/lisp/icomplete.el b/lisp/icomplete.el index 5347669d919..490b2b2ebfc 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; icomplete.el --- minibuffer completion incremental feedback | 1 | ;;; icomplete.el --- minibuffer completion incremental feedback |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-1994, 1997, 1999, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992-1994, 1997, 1999, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Ken Manheimer <klm@i.am> | 6 | ;; Author: Ken Manheimer <klm@i.am> |
| 6 | ;; Maintainer: Ken Manheimer <klm@i.am> | 7 | ;; Maintainer: Ken Manheimer <klm@i.am> |
diff --git a/lisp/iimage.el b/lisp/iimage.el index 3e6d509fe66..61347c5024c 100644 --- a/lisp/iimage.el +++ b/lisp/iimage.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; iimage.el --- Inline image minor mode. | 1 | ;;; iimage.el --- Inline image minor mode. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: KOSEKI Yoshinori <kose@meadowy.org> | 5 | ;; Author: KOSEKI Yoshinori <kose@meadowy.org> |
| 7 | ;; Maintainer: KOSEKI Yoshinori <kose@meadowy.org> | 6 | ;; Maintainer: KOSEKI Yoshinori <kose@meadowy.org> |
diff --git a/lisp/info-xref.el b/lisp/info-xref.el index 34304dd1b32..c56db2c94bb 100644 --- a/lisp/info-xref.el +++ b/lisp/info-xref.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; info-xref.el --- check external references in an Info document | 1 | ;;; info-xref.el --- check external references in an Info document |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2011 | 3 | ;; Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Kevin Ryde <user42@zip.com.au> | 5 | ;; Author: Kevin Ryde <user42@zip.com.au> |
| 7 | ;; Keywords: docs | 6 | ;; Keywords: docs |
diff --git a/lisp/international/characters.el b/lisp/international/characters.el index 4454adab8e6..455cbe697d6 100644 --- a/lisp/international/characters.el +++ b/lisp/international/characters.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; characters.el --- set syntax and category for multibyte characters | 1 | ;;; characters.el --- set syntax and category for multibyte characters |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2000-2011 | 3 | ;; Copyright (C) 1997, 2000-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/lisp/international/isearch-x.el b/lisp/international/isearch-x.el index c563bc02398..cb6856964c0 100644 --- a/lisp/international/isearch-x.el +++ b/lisp/international/isearch-x.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; isearch-x.el --- extended isearch handling commands | 1 | ;;; isearch-x.el --- extended isearch handling commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001-2011 | 3 | ;; Copyright (C) 1997, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/lisp/international/kinsoku.el b/lisp/international/kinsoku.el index bf3260bad08..b0ca522dee4 100644 --- a/lisp/international/kinsoku.el +++ b/lisp/international/kinsoku.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; kinsoku.el --- `Kinsoku' processing funcs -*- coding: iso-2022-7bit; -*- | 1 | ;;; kinsoku.el --- `Kinsoku' processing funcs -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001-2011 | 3 | ;; Copyright (C) 1997, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/lisp/international/latin1-disp.el b/lisp/international/latin1-disp.el index a510acc1dd2..1c9b06beab8 100644 --- a/lisp/international/latin1-disp.el +++ b/lisp/international/latin1-disp.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; latin1-disp.el --- display tables for other ISO 8859 on Latin-1 terminals -*-coding: iso-2022-7bit;-*- | 1 | ;;; latin1-disp.el --- display tables for other ISO 8859 on Latin-1 terminals -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2011 | 3 | ;; Copyright (C) 2000-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 7 | ;; Keywords: i18n | 6 | ;; Keywords: i18n |
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index fee6f87fe3f..4a387a233a0 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mule.el --- basic commands for multilingual environment | 1 | ;;; mule.el --- basic commands for multilingual environment |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997-2011 | 3 | ;; Copyright (C) 1997-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/lisp/international/ucs-normalize.el b/lisp/international/ucs-normalize.el index 1782e0b2bdd..f83e0f7588f 100644 --- a/lisp/international/ucs-normalize.el +++ b/lisp/international/ucs-normalize.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ucs-normalize.el --- Unicode normalization NFC/NFD/NFKD/NFKC | 1 | ;;; ucs-normalize.el --- Unicode normalization NFC/NFD/NFKD/NFKC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2011 | 3 | ;; Copyright (C) 2009-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Taichi Kawabata <kawabata.taichi@gmail.com> | 5 | ;; Author: Taichi Kawabata <kawabata.taichi@gmail.com> |
| 7 | ;; Keywords: unicode, normalization | 6 | ;; Keywords: unicode, normalization |
diff --git a/lisp/international/utf-7.el b/lisp/international/utf-7.el index 7b9cc80dac7..e27bf26e17d 100644 --- a/lisp/international/utf-7.el +++ b/lisp/international/utf-7.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; utf-7.el --- utf-7 coding system | 1 | ;;; utf-7.el --- utf-7 coding system |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2011 | 3 | ;; Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 7 | ;; Keywords: i18n, mail | 6 | ;; Keywords: i18n, mail |
diff --git a/lisp/isearch.el b/lisp/isearch.el index 8ef8da18212..5aadac4a3b1 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; isearch.el --- incremental search minor mode | 1 | ;;; isearch.el --- incremental search minor mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-1997, 1999-2011 | 3 | ;; Copyright (C) 1992-1997, 1999-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> | 5 | ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> |
| 7 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/isearchb.el b/lisp/isearchb.el index 56cd9447069..721fce8ef9a 100644 --- a/lisp/isearchb.el +++ b/lisp/isearchb.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; isearchb --- a marriage between iswitchb and isearch | 1 | ;;; isearchb --- a marriage between iswitchb and isearch |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/jka-cmpr-hook.el b/lisp/jka-cmpr-hook.el index 198cd5ce680..fda9804bbb8 100644 --- a/lisp/jka-cmpr-hook.el +++ b/lisp/jka-cmpr-hook.el | |||
| @@ -1,6 +1,7 @@ | |||
| 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-1995, 1997, 1999-2000, 2002-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1995, 1997, 1999-2000, 2002-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: jka@ece.cmu.edu (Jay K. Adams) | 6 | ;; Author: jka@ece.cmu.edu (Jay K. Adams) |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/kmacro.el b/lisp/kmacro.el index fb702316f68..689120c0f8f 100644 --- a/lisp/kmacro.el +++ b/lisp/kmacro.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; kmacro.el --- enhanced keyboard macros | 1 | ;;; kmacro.el --- enhanced keyboard macros |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2011 | 3 | ;; Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Kim F. Storm <storm@cua.dk> | 5 | ;; Author: Kim F. Storm <storm@cua.dk> |
| 7 | ;; Keywords: keyboard convenience | 6 | ;; Keywords: keyboard convenience |
diff --git a/lisp/language/china-util.el b/lisp/language/china-util.el index 10cfa8b800d..9f79dd087bb 100644 --- a/lisp/language/china-util.el +++ b/lisp/language/china-util.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; china-util.el --- utilities for Chinese -*- coding: iso-2022-7bit -*- | 1 | ;;; china-util.el --- utilities for Chinese -*- coding: iso-2022-7bit -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2001-2011 | 3 | ;; Copyright (C) 1995, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/lisp/language/chinese.el b/lisp/language/chinese.el index 8bb04514466..c44dc44581d 100644 --- a/lisp/language/chinese.el +++ b/lisp/language/chinese.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; chinese.el --- support for Chinese -*- coding: iso-2022-7bit; -*- | 1 | ;;; chinese.el --- support for Chinese -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2011 | 3 | ;; Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/lisp/language/cyrillic.el b/lisp/language/cyrillic.el index 1b4b7bcad51..8fb7fae720d 100644 --- a/lisp/language/cyrillic.el +++ b/lisp/language/cyrillic.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; cyrillic.el --- support for Cyrillic -*- coding: iso-2022-7bit; -*- | 1 | ;;; cyrillic.el --- support for Cyrillic -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997-1998, 2001-2011 | 3 | ;; Copyright (C) 1997-1998, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/lisp/language/czech.el b/lisp/language/czech.el index 50ab19812db..2325699e30e 100644 --- a/lisp/language/czech.el +++ b/lisp/language/czech.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; czech.el --- support for Czech -*- coding: iso-2022-7bit; no-byte-compile: t -*- | 1 | ;;; czech.el --- support for Czech -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001-2011 | 3 | ;; Copyright (C) 1998, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation. | ||
| 5 | 4 | ||
| 6 | ;; Author: Milan Zamazal <pdm@zamazal.org> | 5 | ;; Author: Milan Zamazal <pdm@zamazal.org> |
| 7 | ;; Maintainer: Pavel Jan,Am(Bk <Pavel@Janik.cz> | 6 | ;; Maintainer: Pavel Jan,Am(Bk <Pavel@Janik.cz> |
diff --git a/lisp/language/english.el b/lisp/language/english.el index c8da38b9928..dd96d38a197 100644 --- a/lisp/language/english.el +++ b/lisp/language/english.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; english.el --- support for English -*- no-byte-compile: t -*- | 1 | ;;; english.el --- support for English -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001-2011 | 3 | ;; Copyright (C) 1997, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 4 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 6 | ;; 2006, 2007, 2008, 2009, 2010, 2011 | 5 | ;; 2006, 2007, 2008, 2009, 2010, 2011 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el index 06f1b4e0260..bb242a50acc 100644 --- a/lisp/language/ethio-util.el +++ b/lisp/language/ethio-util.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ethio-util.el --- utilities for Ethiopic -*- coding: utf-8; -*- | 1 | ;;; ethio-util.el --- utilities for Ethiopic -*- coding: utf-8; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997-1998, 2002-2011 | 3 | ;; Copyright (C) 1997-1998, 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 4 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 6 | ;; 2006, 2007, 2008, 2009, 2010, 2011 | 5 | ;; 2006, 2007, 2008, 2009, 2010, 2011 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/lisp/language/ethiopic.el b/lisp/language/ethiopic.el index f65a4e10b0a..22ccd56dab3 100644 --- a/lisp/language/ethiopic.el +++ b/lisp/language/ethiopic.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ethiopic.el --- support for Ethiopic -*- coding: utf-8-emacs; -*- | 1 | ;;; ethiopic.el --- support for Ethiopic -*- coding: utf-8-emacs; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001-2011 | 3 | ;; Copyright (C) 1997, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/lisp/language/georgian.el b/lisp/language/georgian.el index 226e36b4a9a..be6da8cba17 100644 --- a/lisp/language/georgian.el +++ b/lisp/language/georgian.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; georgian.el --- language support for Georgian -*- no-byte-compile: t -*- | 1 | ;;; georgian.el --- language support for Georgian -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2011 | 3 | ;; Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 7 | ;; Keywords: i18n | 6 | ;; Keywords: i18n |
diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el index 30a027a6ea0..fd3e16b307a 100644 --- a/lisp/language/hebrew.el +++ b/lisp/language/hebrew.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; hebrew.el --- support for Hebrew -*- coding: utf-8 -*- | 1 | ;;; hebrew.el --- support for Hebrew -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2011 | 3 | ;; Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/lisp/language/ind-util.el b/lisp/language/ind-util.el index 8d23c88fcad..56893af1479 100644 --- a/lisp/language/ind-util.el +++ b/lisp/language/ind-util.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ind-util.el --- Transliteration and Misc. Tools for Indian Languages -*- coding: iso-2022-7bit; -*- | 1 | ;;; ind-util.el --- Transliteration and Misc. Tools for Indian Languages -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2011 | 3 | ;; Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org> | 5 | ;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org> |
| 7 | ;; Keywords: multilingual, Indian, Devanagari | 6 | ;; Keywords: multilingual, Indian, Devanagari |
diff --git a/lisp/language/indian.el b/lisp/language/indian.el index d311d88024f..8203213d8eb 100644 --- a/lisp/language/indian.el +++ b/lisp/language/indian.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; indian.el --- Indian languages support -*- coding: utf-8; -*- | 1 | ;;; indian.el --- Indian languages support -*- coding: utf-8; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1999, 2001-2011 | 3 | ;; Copyright (C) 1997, 1999, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 4 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
diff --git a/lisp/language/japan-util.el b/lisp/language/japan-util.el index ac21844e1c5..dcf3dc0f90e 100644 --- a/lisp/language/japan-util.el +++ b/lisp/language/japan-util.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; japan-util.el --- utilities for Japanese -*- coding: iso-2022-7bit; -*- | 1 | ;;; japan-util.el --- utilities for Japanese -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2011 | 3 | ;; Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/lisp/language/japanese.el b/lisp/language/japanese.el index e0852a0a11b..bf8a4d8d5c2 100644 --- a/lisp/language/japanese.el +++ b/lisp/language/japanese.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; japanese.el --- support for Japanese -*- coding: iso-2022-7bit; no-byte-compile: t -*- | 1 | ;;; japanese.el --- support for Japanese -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001-2011 | 3 | ;; Copyright (C) 1997, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/lisp/language/korea-util.el b/lisp/language/korea-util.el index 6dc0d406968..e2367cf0f7e 100644 --- a/lisp/language/korea-util.el +++ b/lisp/language/korea-util.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; korea-util.el --- utilities for Korean | 1 | ;;; korea-util.el --- utilities for Korean |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1999, 2001-2011 | 3 | ;; Copyright (C) 1997, 1999, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, | 4 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| 6 | ;; 2007, 2008, 2009, 2010, 2011 | 5 | ;; 2007, 2008, 2009, 2010, 2011 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/lisp/language/korean.el b/lisp/language/korean.el index b4111930063..acb9fea268d 100644 --- a/lisp/language/korean.el +++ b/lisp/language/korean.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; korean.el --- support for Korean -*- coding: iso-2022-7bit; no-byte-compile: t -*- | 1 | ;;; korean.el --- support for Korean -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001-2011 | 3 | ;; Copyright (C) 1998, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/lisp/language/lao-util.el b/lisp/language/lao-util.el index 3510a5d8ef4..81c5577fa57 100644 --- a/lisp/language/lao-util.el +++ b/lisp/language/lao-util.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; lao-util.el --- utilities for Lao -*- coding: iso-2022-7bit; -*- | 1 | ;;; lao-util.el --- utilities for Lao -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2011 | 3 | ;; Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, | 4 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| 6 | ;; 2007, 2008, 2009, 2010, 2011 | 5 | ;; 2007, 2008, 2009, 2010, 2011 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/lisp/language/lao.el b/lisp/language/lao.el index a775219387c..c09c6f8a0ef 100644 --- a/lisp/language/lao.el +++ b/lisp/language/lao.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; lao.el --- support for Lao -*- coding: utf-8; no-byte-compile: t -*- | 1 | ;;; lao.el --- support for Lao -*- coding: utf-8; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2011 | 3 | ;; Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, | 4 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| 6 | ;; 2007, 2008, 2009, 2010, 2011 | 5 | ;; 2007, 2008, 2009, 2010, 2011 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/lisp/language/romanian.el b/lisp/language/romanian.el index 952b639e84b..b9c250fd700 100644 --- a/lisp/language/romanian.el +++ b/lisp/language/romanian.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; romanian.el --- support for Romanian -*- coding: iso-latin-2; no-byte-compile: t -*- | 1 | ;;; romanian.el --- support for Romanian -*- coding: iso-latin-2; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001-2011 | 3 | ;; Copyright (C) 1998, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation. | ||
| 5 | 4 | ||
| 6 | ;; Author: Dan Nicolaescu <done@ece.arizona.edu> | 5 | ;; Author: Dan Nicolaescu <done@ece.arizona.edu> |
| 7 | ;; Keywords: multilingual, Romanian, i18n | 6 | ;; Keywords: multilingual, Romanian, i18n |
diff --git a/lisp/language/slovak.el b/lisp/language/slovak.el index a4e35aa0e61..94aa5fdc94c 100644 --- a/lisp/language/slovak.el +++ b/lisp/language/slovak.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; slovak.el --- support for Slovak -*- coding: iso-2022-7bit; no-byte-compile: t -*- | 1 | ;;; slovak.el --- support for Slovak -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001-2011 | 3 | ;; Copyright (C) 1998, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation. | ||
| 5 | 4 | ||
| 6 | ;; Authors: Tibor ,B)(Bimko <tibor.simko@fmph.uniba.sk>, | 5 | ;; Authors: Tibor ,B)(Bimko <tibor.simko@fmph.uniba.sk>, |
| 7 | ;; Milan Zamazal <pdm@zamazal.org> | 6 | ;; Milan Zamazal <pdm@zamazal.org> |
diff --git a/lisp/language/tibet-util.el b/lisp/language/tibet-util.el index 2db3c64770b..8458974e753 100644 --- a/lisp/language/tibet-util.el +++ b/lisp/language/tibet-util.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; tibet-util.el --- utilities for Tibetan -*- coding: iso-2022-7bit; -*- | 1 | ;;; tibet-util.el --- utilities for Tibetan -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001-2011 | 3 | ;; Copyright (C) 1997, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/lisp/language/utf-8-lang.el b/lisp/language/utf-8-lang.el index 939dc9cba23..dd840772218 100644 --- a/lisp/language/utf-8-lang.el +++ b/lisp/language/utf-8-lang.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; utf-8-lang.el --- generic UTF-8 language environment -*- no-byte-compile: t -*- | 1 | ;;; utf-8-lang.el --- generic UTF-8 language environment -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2011 | 3 | ;; Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 7 | ;; Keywords: i18n | 6 | ;; Keywords: i18n |
diff --git a/lisp/language/viet-util.el b/lisp/language/viet-util.el index 654ccafb7f6..ea601c041e4 100644 --- a/lisp/language/viet-util.el +++ b/lisp/language/viet-util.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; viet-util.el --- utilities for Vietnamese -*- coding: iso-2022-7bit; -*- | 1 | ;;; viet-util.el --- utilities for Vietnamese -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001-2011 | 3 | ;; Copyright (C) 1998, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/lisp/language/vietnamese.el b/lisp/language/vietnamese.el index e0f92cba909..97d5037f3c5 100644 --- a/lisp/language/vietnamese.el +++ b/lisp/language/vietnamese.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; vietnamese.el --- support for Vietnamese -*- coding: iso-2022-7bit; -*- | 1 | ;;; vietnamese.el --- support for Vietnamese -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001-2011 | 3 | ;; Copyright (C) 1998, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/lisp/loadup.el b/lisp/loadup.el index be45413f9ae..b884adb5b1e 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; loadup.el --- load up standardly loaded Lisp files for Emacs | 1 | ;;; loadup.el --- load up standardly loaded Lisp files for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1986, 1992, 1994, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985-1986, 1992, 1994, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/lpr.el b/lisp/lpr.el index cf6f5af1965..709f992b2b8 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; lpr.el --- print Emacs buffer on line printer | 1 | ;;; lpr.el --- print Emacs buffer on line printer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1988, 1992, 1994, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1988, 1992, 1994, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: unix | 7 | ;; Keywords: unix |
diff --git a/lisp/macros.el b/lisp/macros.el index a8e62846668..b4f38b7db84 100644 --- a/lisp/macros.el +++ b/lisp/macros.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; macros.el --- non-primitive commands for keyboard macros | 1 | ;;; macros.el --- non-primitive commands for keyboard macros |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1987, 1992, 1994-1995, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985-1987, 1992, 1994-1995, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: abbrev | 7 | ;; Keywords: abbrev |
diff --git a/lisp/mail/hashcash.el b/lisp/mail/hashcash.el index 735ff839b66..8343cd086b1 100644 --- a/lisp/mail/hashcash.el +++ b/lisp/mail/hashcash.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; hashcash.el --- Add hashcash payments to email | 1 | ;;; hashcash.el --- Add hashcash payments to email |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2005, 2007-2011 | 3 | ;; Copyright (C) 2003-2005, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation | ||
| 5 | 4 | ||
| 6 | ;; Written by: Paul Foley <mycroft@actrix.gen.nz> (1997-2002) | 5 | ;; Written by: Paul Foley <mycroft@actrix.gen.nz> (1997-2002) |
| 7 | ;; Maintainer: Paul Foley <mycroft@actrix.gen.nz> | 6 | ;; Maintainer: Paul Foley <mycroft@actrix.gen.nz> |
diff --git a/lisp/mail/mail-extr.el b/lisp/mail/mail-extr.el index 43f38f697dd..c3a7da41823 100644 --- a/lisp/mail/mail-extr.el +++ b/lisp/mail/mail-extr.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mail-extr.el --- extract full name and address from RFC 822 mail header -*- coding: utf-8 -*- | 1 | ;;; mail-extr.el --- extract full name and address from RFC 822 mail header -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991-1994, 1997, 2001-2011 | 3 | ;; Copyright (C) 1991-1994, 1997, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Joe Wells <jbw@cs.bu.edu> | 5 | ;; Author: Joe Wells <jbw@cs.bu.edu> |
| 7 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/mail/rmail-spam-filter.el b/lisp/mail/rmail-spam-filter.el index ac50a870ebc..70226b26965 100644 --- a/lisp/mail/rmail-spam-filter.el +++ b/lisp/mail/rmail-spam-filter.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; rmail-spam-filter.el --- spam filter for Rmail, the Emacs mail reader | 1 | ;;; rmail-spam-filter.el --- spam filter for Rmail, the Emacs mail reader |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2011 | 3 | ;; Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Keywords: email, spam, filter, rmail | 4 | ;; Keywords: email, spam, filter, rmail |
| 6 | ;; Author: Eli Tziperman <eli AT deas.harvard.edu> | 5 | ;; Author: Eli Tziperman <eli AT deas.harvard.edu> |
| 7 | ;; Package: rmail | 6 | ;; Package: rmail |
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index 10b1c9bbfc8..3926b426a67 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; rmailout.el --- "RMAIL" mail reader for Emacs: output message to a file | 1 | ;;; rmailout.el --- "RMAIL" mail reader for Emacs: output message to a file |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1993-1994, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1987, 1993-1994, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el index 9720c0b4596..04bb320a2ab 100644 --- a/lisp/mail/undigest.el +++ b/lisp/mail/undigest.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; undigest.el --- digest-cracking support for the RMAIL mail reader | 1 | ;;; undigest.el --- digest-cracking support for the RMAIL mail reader |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1986, 1994, 1996, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985-1986, 1994, 1996, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/man.el b/lisp/man.el index c89cc7ba5d5..0b3ac537c5b 100644 --- a/lisp/man.el +++ b/lisp/man.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; man.el --- browse UNIX manual pages -*- coding: iso-8859-1 -*- | 1 | ;;; man.el --- browse UNIX manual pages -*- coding: iso-8859-1 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-1994, 1996-1997, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1994, 1996-1997, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Barry A. Warsaw <bwarsaw@cen.com> | 6 | ;; Author: Barry A. Warsaw <bwarsaw@cen.com> |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/master.el b/lisp/master.el index 0177a380235..1ea0a24ca94 100644 --- a/lisp/master.el +++ b/lisp/master.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; master.el --- make a buffer the master over another buffer | 1 | ;;; master.el --- make a buffer the master over another buffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2011 | 3 | ;; Copyright (C) 1999-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 7 | ;; Maintainer: Alex Schroeder <alex@gnu.org> | 6 | ;; Maintainer: Alex Schroeder <alex@gnu.org> |
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index 1e9cfdec603..2abfea9ac6b 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 | |||
| @@ -11400,8 +11400,7 @@ | |||
| 11400 | (dist): Leave release in current directory. | 11400 | (dist): Leave release in current directory. |
| 11401 | 11401 | ||
| 11402 | 11402 | ||
| 11403 | Copyright (C) 2003-2011 | 11403 | Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 11404 | Free Software Foundation, Inc. | ||
| 11405 | 11404 | ||
| 11406 | This file is part of GNU Emacs. | 11405 | This file is part of GNU Emacs. |
| 11407 | 11406 | ||
| @@ -11417,4 +11416,3 @@ | |||
| 11417 | 11416 | ||
| 11418 | You should have received a copy of the GNU General Public License | 11417 | You should have received a copy of the GNU General Public License |
| 11419 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 11418 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 11420 | |||
diff --git a/lisp/mh-e/mh-acros.el b/lisp/mh-e/mh-acros.el index 35c0402c294..c1964d5a4ea 100644 --- a/lisp/mh-e/mh-acros.el +++ b/lisp/mh-e/mh-acros.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mh-acros.el --- macros used in MH-E | 1 | ;;; mh-acros.el --- macros used in MH-E |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004, 2006-2011 | 3 | ;; Copyright (C) 2004, 2006-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> | 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-alias.el b/lisp/mh-e/mh-alias.el index 194da98861f..061a5b3dc94 100644 --- a/lisp/mh-e/mh-alias.el +++ b/lisp/mh-e/mh-alias.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mh-alias.el --- MH-E mail alias completion and expansion | 1 | ;;; mh-alias.el --- MH-E mail alias completion and expansion |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-1997, 2001-2011 | 3 | ;; Copyright (C) 1994-1997, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Peter S. Galbraith <psg@debian.org> | 5 | ;; Author: Peter S. Galbraith <psg@debian.org> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-buffers.el b/lisp/mh-e/mh-buffers.el index 6edcc25d15c..48154cbf4e0 100644 --- a/lisp/mh-e/mh-buffers.el +++ b/lisp/mh-e/mh-buffers.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mh-buffers.el --- MH-E buffer constants and utilities | 1 | ;;; mh-buffers.el --- MH-E buffer constants and utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2011 | 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 5 | ;; Author: Bill Wohler <wohler@newt.com> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-comp.el b/lisp/mh-e/mh-comp.el index 0ea670a8e45..169679e88ae 100644 --- a/lisp/mh-e/mh-comp.el +++ b/lisp/mh-e/mh-comp.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mh-comp.el --- MH-E functions for composing and sending messages | 1 | ;;; mh-comp.el --- MH-E functions for composing and sending messages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2011 | 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 5 | ;; Author: Bill Wohler <wohler@newt.com> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-compat.el b/lisp/mh-e/mh-compat.el index 7e7958ff449..01a0f26b9e8 100644 --- a/lisp/mh-e/mh-compat.el +++ b/lisp/mh-e/mh-compat.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mh-compat.el --- make MH-E compatibile with various versions of Emacs | 1 | ;;; mh-compat.el --- make MH-E compatibile with various versions of Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006-2011 | 3 | ;; Copyright (C) 2006-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 5 | ;; Author: Bill Wohler <wohler@newt.com> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-folder.el b/lisp/mh-e/mh-folder.el index 53a9851b85d..aab40c7be13 100644 --- a/lisp/mh-e/mh-folder.el +++ b/lisp/mh-e/mh-folder.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mh-folder.el --- MH-Folder mode | 1 | ;;; mh-folder.el --- MH-Folder mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2003, 2005-2011 | 3 | ;; Copyright (C) 2002-2003, 2005-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 5 | ;; Author: Bill Wohler <wohler@newt.com> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-funcs.el b/lisp/mh-e/mh-funcs.el index 4447088697c..ad508416501 100644 --- a/lisp/mh-e/mh-funcs.el +++ b/lisp/mh-e/mh-funcs.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mh-funcs.el --- MH-E functions not everyone will use right away | 1 | ;;; mh-funcs.el --- MH-E functions not everyone will use right away |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 2001-2011 | 3 | ;; Copyright (C) 1993, 1995, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 5 | ;; Author: Bill Wohler <wohler@newt.com> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-gnus.el b/lisp/mh-e/mh-gnus.el index 403d20a5829..f644282fc82 100644 --- a/lisp/mh-e/mh-gnus.el +++ b/lisp/mh-e/mh-gnus.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mh-gnus.el --- make MH-E compatible with various versions of Gnus | 1 | ;;; mh-gnus.el --- make MH-E compatible with various versions of Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2004, 2006-2011 | 3 | ;; Copyright (C) 2003-2004, 2006-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> | 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-identity.el b/lisp/mh-e/mh-identity.el index 77c4a0beda7..7e8b8576ff1 100644 --- a/lisp/mh-e/mh-identity.el +++ b/lisp/mh-e/mh-identity.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mh-identity.el --- multiple identify support for MH-E | 1 | ;;; mh-identity.el --- multiple identify support for MH-E |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2011 | 3 | ;; Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Peter S. Galbraith <psg@debian.org> | 5 | ;; Author: Peter S. Galbraith <psg@debian.org> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-inc.el b/lisp/mh-e/mh-inc.el index 42fec533148..4f83ed70508 100644 --- a/lisp/mh-e/mh-inc.el +++ b/lisp/mh-e/mh-inc.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mh-inc.el --- MH-E "inc" and separate mail spool handling | 1 | ;;; mh-inc.el --- MH-E "inc" and separate mail spool handling |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2004, 2006-2011 | 3 | ;; Copyright (C) 2003-2004, 2006-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Peter S. Galbraith <psg@debian.org> | 5 | ;; Author: Peter S. Galbraith <psg@debian.org> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-junk.el b/lisp/mh-e/mh-junk.el index 772faa0aa71..2ffc24e26e8 100644 --- a/lisp/mh-e/mh-junk.el +++ b/lisp/mh-e/mh-junk.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mh-junk.el --- MH-E interface to anti-spam measures | 1 | ;;; mh-junk.el --- MH-E interface to anti-spam measures |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2011 | 3 | ;; Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu>, | 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu>, |
| 7 | ;; Bill Wohler <wohler@newt.com> | 6 | ;; Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-letter.el b/lisp/mh-e/mh-letter.el index 23faba9a81a..eebc30aa4ca 100644 --- a/lisp/mh-e/mh-letter.el +++ b/lisp/mh-e/mh-letter.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mh-letter.el --- MH-Letter mode | 1 | ;;; mh-letter.el --- MH-Letter mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2011 | 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 5 | ;; Author: Bill Wohler <wohler@newt.com> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-limit.el b/lisp/mh-e/mh-limit.el index 59bbb1da77f..db17b05ef37 100644 --- a/lisp/mh-e/mh-limit.el +++ b/lisp/mh-e/mh-limit.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mh-limit.el --- MH-E display limits | 1 | ;;; mh-limit.el --- MH-E display limits |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2003, 2006-2011 | 3 | ;; Copyright (C) 2001-2003, 2006-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Peter S. Galbraith <psg@debian.org> | 5 | ;; Author: Peter S. Galbraith <psg@debian.org> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-print.el b/lisp/mh-e/mh-print.el index cbcd02452e9..bd99245efe6 100644 --- a/lisp/mh-e/mh-print.el +++ b/lisp/mh-e/mh-print.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mh-print.el --- MH-E printing support | 1 | ;;; mh-print.el --- MH-E printing support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2011 | 3 | ;; Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Jeffrey C Honig <jch@honig.net> | 5 | ;; Author: Jeffrey C Honig <jch@honig.net> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-scan.el b/lisp/mh-e/mh-scan.el index 5b82fc5b929..656bcb65011 100644 --- a/lisp/mh-e/mh-scan.el +++ b/lisp/mh-e/mh-scan.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mh-scan.el --- MH-E scan line constants and utilities | 1 | ;;; mh-scan.el --- MH-E scan line constants and utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2011 | 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 5 | ;; Author: Bill Wohler <wohler@newt.com> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-search.el b/lisp/mh-e/mh-search.el index bf249f3032b..a90a26ab2a4 100644 --- a/lisp/mh-e/mh-search.el +++ b/lisp/mh-e/mh-search.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mh-search --- MH-Search mode | 1 | ;;; mh-search --- MH-Search mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 2001-2011 | 3 | ;; Copyright (C) 1993, 1995, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Indexed search by Satyaki Das <satyaki@theforce.stanford.edu> | 5 | ;; Author: Indexed search by Satyaki Das <satyaki@theforce.stanford.edu> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-show.el b/lisp/mh-e/mh-show.el index 0489635ffa5..5c2f08cefe5 100644 --- a/lisp/mh-e/mh-show.el +++ b/lisp/mh-e/mh-show.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mh-show.el --- MH-Show mode | 1 | ;;; mh-show.el --- MH-Show mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2011 | 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 5 | ;; Author: Bill Wohler <wohler@newt.com> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-speed.el b/lisp/mh-e/mh-speed.el index ae0eb5f7664..b782081c85c 100644 --- a/lisp/mh-e/mh-speed.el +++ b/lisp/mh-e/mh-speed.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mh-speed.el --- MH-E speedbar support | 1 | ;;; mh-speed.el --- MH-E speedbar support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2011 | 3 | ;; Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> | 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-thread.el b/lisp/mh-e/mh-thread.el index 5dcb334e1a1..c6f33a15fd2 100644 --- a/lisp/mh-e/mh-thread.el +++ b/lisp/mh-e/mh-thread.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mh-thread.el --- MH-E threading support | 1 | ;;; mh-thread.el --- MH-E threading support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2004, 2006-2011 | 3 | ;; Copyright (C) 2002-2004, 2006-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> | 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-tool-bar.el b/lisp/mh-e/mh-tool-bar.el index 074b0236c85..ddc9b3ffe94 100644 --- a/lisp/mh-e/mh-tool-bar.el +++ b/lisp/mh-e/mh-tool-bar.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mh-tool-bar.el --- MH-E tool bar support | 1 | ;;; mh-tool-bar.el --- MH-E tool bar support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2003, 2005-2011 | 3 | ;; Copyright (C) 2002-2003, 2005-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> | 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-utils.el b/lisp/mh-e/mh-utils.el index 43eabbf86c1..d7d3107b908 100644 --- a/lisp/mh-e/mh-utils.el +++ b/lisp/mh-e/mh-utils.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mh-utils.el --- MH-E general utilities | 1 | ;;; mh-utils.el --- MH-E general utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2011 | 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 5 | ;; Author: Bill Wohler <wohler@newt.com> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-xface.el b/lisp/mh-e/mh-xface.el index cd64f0fd9ac..027d79a948a 100644 --- a/lisp/mh-e/mh-xface.el +++ b/lisp/mh-e/mh-xface.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mh-xface.el --- MH-E X-Face and Face header field display | 1 | ;;; mh-xface.el --- MH-E X-Face and Face header field display |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2003, 2005-2011 | 3 | ;; Copyright (C) 2002-2003, 2005-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 5 | ;; Author: Bill Wohler <wohler@newt.com> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index fcaf5da6326..f0d36451b5c 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ange-ftp.el --- transparent FTP support for GNU Emacs | 1 | ;;; ange-ftp.el --- transparent FTP support for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989-1996, 1998, 2000-2011 | 3 | ;; Copyright (C) 1989-1996, 1998, 2000-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Andy Norman (ange@hplb.hpl.hp.com) | 5 | ;; Author: Andy Norman (ange@hplb.hpl.hp.com) |
| 7 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index f87ef5edc9a..660eb3b968e 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; browse-url.el --- pass a URL to a WWW browser | 1 | ;;; browse-url.el --- pass a URL to a WWW browser |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995-2011 | 3 | ;; Copyright (C) 1995-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Denis Howe <dbh@doc.ic.ac.uk> | 5 | ;; Author: Denis Howe <dbh@doc.ic.ac.uk> |
| 7 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/net/dns.el b/lisp/net/dns.el index 4469a544c3c..77a194ec436 100644 --- a/lisp/net/dns.el +++ b/lisp/net/dns.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; dns.el --- Domain Name Service lookups | 1 | ;;; dns.el --- Domain Name Service lookups |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2011 | 3 | ;; Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: network comm | 6 | ;; Keywords: network comm |
diff --git a/lisp/net/eudcb-mab.el b/lisp/net/eudcb-mab.el index c7f6bbd8a74..485ca5a0c06 100644 --- a/lisp/net/eudcb-mab.el +++ b/lisp/net/eudcb-mab.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; eudcb-mab.el --- Emacs Unified Directory Client - AddressBook backend | 1 | ;;; eudcb-mab.el --- Emacs Unified Directory Client - AddressBook backend |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2011 | 3 | ;; Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: John Wiegley <johnw@newartisans.com> | 5 | ;; Author: John Wiegley <johnw@newartisans.com> |
| 7 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/net/newst-backend.el b/lisp/net/newst-backend.el index 16600ac6b0f..039d709770e 100644 --- a/lisp/net/newst-backend.el +++ b/lisp/net/newst-backend.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; newst-backend.el --- Retrieval backend for newsticker. | 1 | ;;; newst-backend.el --- Retrieval backend for newsticker. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2011 | 3 | ;; Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Ulf Jasper <ulf.jasper@web.de> | 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> |
| 7 | ;; Filename: newst-backend.el | 6 | ;; Filename: newst-backend.el |
diff --git a/lisp/net/newst-plainview.el b/lisp/net/newst-plainview.el index 2cb396a5267..0e1279cd86c 100644 --- a/lisp/net/newst-plainview.el +++ b/lisp/net/newst-plainview.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; newst-plainview.el --- Single buffer frontend for newsticker. | 1 | ;;; newst-plainview.el --- Single buffer frontend for newsticker. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2011 | 3 | ;; Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Ulf Jasper <ulf.jasper@web.de> | 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> |
| 7 | ;; Filename: newst-plainview.el | 6 | ;; Filename: newst-plainview.el |
diff --git a/lisp/net/newst-reader.el b/lisp/net/newst-reader.el index 237a58a42cc..dd076bcf4f0 100644 --- a/lisp/net/newst-reader.el +++ b/lisp/net/newst-reader.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; newst-reader.el --- Generic RSS reader functions. | 1 | ;;; newst-reader.el --- Generic RSS reader functions. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2011 | 3 | ;; Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Ulf Jasper <ulf.jasper@web.de> | 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> |
| 7 | ;; Filename: newst-reader.el | 6 | ;; Filename: newst-reader.el |
diff --git a/lisp/net/newst-ticker.el b/lisp/net/newst-ticker.el index 5a49c77f44f..cb82bb74048 100644 --- a/lisp/net/newst-ticker.el +++ b/lisp/net/newst-ticker.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;; newst-ticker.el --- modeline ticker for newsticker. | 1 | ;; newst-ticker.el --- modeline ticker for newsticker. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2011 | 3 | ;; Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Ulf Jasper <ulf.jasper@web.de> | 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> |
| 7 | ;; Filename: newst-ticker.el | 6 | ;; Filename: newst-ticker.el |
diff --git a/lisp/net/newsticker.el b/lisp/net/newsticker.el index 2830ea68356..3a2cf3f04f7 100644 --- a/lisp/net/newsticker.el +++ b/lisp/net/newsticker.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; newsticker.el --- A Newsticker for Emacs. | 1 | ;;; newsticker.el --- A Newsticker for Emacs. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2011 | 3 | ;; Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Ulf Jasper <ulf.jasper@web.de> | 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> |
| 7 | ;; Filename: newsticker.el | 6 | ;; Filename: newsticker.el |
diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 618c3c6bd3a..60efa9dd3ee 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; rcirc.el --- default, simple IRC client. | 1 | ;;; rcirc.el --- default, simple IRC client. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005-2011 | 3 | ;; Copyright (C) 2005-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Ryan Yeske <rcyeske@gmail.com> | 5 | ;; Author: Ryan Yeske <rcyeske@gmail.com> |
| 7 | ;; Maintainers: Ryan Yeske <rcyeske@gmail.com>, | 6 | ;; Maintainers: Ryan Yeske <rcyeske@gmail.com>, |
diff --git a/lisp/net/telnet.el b/lisp/net/telnet.el index 7103b551116..d4850fed345 100644 --- a/lisp/net/telnet.el +++ b/lisp/net/telnet.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; telnet.el --- run a telnet session from within an Emacs buffer | 1 | ;;; telnet.el --- run a telnet session from within an Emacs buffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1988, 1992, 1994, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1988, 1992, 1994, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: William F. Schelter | 6 | ;; Author: William F. Schelter |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/nxml/nxml-maint.el b/lisp/nxml/nxml-maint.el index 51ca453eba3..e24a3d7172a 100644 --- a/lisp/nxml/nxml-maint.el +++ b/lisp/nxml/nxml-maint.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; nxml-maint.el --- commands for maintainers of nxml-*.el | 1 | ;;; nxml-maint.el --- commands for maintainers of nxml-*.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2011 | 3 | ;; Copyright (C) 2003, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 7 | ;; Keywords: XML | 6 | ;; Keywords: XML |
diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el index d41fc714ff7..993a6f7a2ab 100644 --- a/lisp/nxml/nxml-mode.el +++ b/lisp/nxml/nxml-mode.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; nxml-mode.el --- a new XML mode | 1 | ;;; nxml-mode.el --- a new XML mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2004, 2007-2011 | 3 | ;; Copyright (C) 2003-2004, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 7 | ;; Keywords: XML | 6 | ;; Keywords: XML |
diff --git a/lisp/nxml/nxml-outln.el b/lisp/nxml/nxml-outln.el index 2ade0a5c64c..6a2a9daf7e4 100644 --- a/lisp/nxml/nxml-outln.el +++ b/lisp/nxml/nxml-outln.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; nxml-outln.el --- outline support for nXML mode | 1 | ;;; nxml-outln.el --- outline support for nXML mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004, 2007-2011 | 3 | ;; Copyright (C) 2004, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 7 | ;; Keywords: XML | 6 | ;; Keywords: XML |
diff --git a/lisp/nxml/rng-loc.el b/lisp/nxml/rng-loc.el index 4fa5a808a06..b9e31e0a09e 100644 --- a/lisp/nxml/rng-loc.el +++ b/lisp/nxml/rng-loc.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; rng-loc.el --- locate the schema to use for validation | 1 | ;;; rng-loc.el --- locate the schema to use for validation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2011 | 3 | ;; Copyright (C) 2003, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 7 | ;; Keywords: XML, RelaxNG | 6 | ;; Keywords: XML, RelaxNG |
diff --git a/lisp/nxml/rng-nxml.el b/lisp/nxml/rng-nxml.el index 8e0aca98250..1686ebfc514 100644 --- a/lisp/nxml/rng-nxml.el +++ b/lisp/nxml/rng-nxml.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; rng-nxml.el --- make nxml-mode take advantage of rng-validate-mode | 1 | ;;; rng-nxml.el --- make nxml-mode take advantage of rng-validate-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2011 | 3 | ;; Copyright (C) 2003, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 7 | ;; Keywords: XML, RelaxNG | 6 | ;; Keywords: XML, RelaxNG |
diff --git a/lisp/nxml/rng-valid.el b/lisp/nxml/rng-valid.el index 77d36293905..876e582ed21 100644 --- a/lisp/nxml/rng-valid.el +++ b/lisp/nxml/rng-valid.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; rng-valid.el --- real-time validation of XML using RELAX NG | 1 | ;;; rng-valid.el --- real-time validation of XML using RELAX NG |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2011 | 3 | ;; Copyright (C) 2003, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 7 | ;; Keywords: XML, RelaxNG | 6 | ;; Keywords: XML, RelaxNG |
diff --git a/lisp/obsolete/swedish.el b/lisp/obsolete/swedish.el index 3544126b274..4b82a74bce7 100644 --- a/lisp/obsolete/swedish.el +++ b/lisp/obsolete/swedish.el | |||
| @@ -1,7 +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 | 3 | ;; Copyright (C) 1988, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Howard Gayle | 5 | ;; Author: Howard Gayle |
| 7 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/obsolete/vc-mcvs.el b/lisp/obsolete/vc-mcvs.el index 554bd5f6a4a..06ce7f41c65 100644 --- a/lisp/obsolete/vc-mcvs.el +++ b/lisp/obsolete/vc-mcvs.el | |||
| @@ -1,7 +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 | 3 | ;; Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 7 | ;; Maintainer: None | 6 | ;; Maintainer: None |
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el index b054dc18e18..9adc180b28e 100644 --- a/lisp/org/org-agenda.el +++ b/lisp/org/org-agenda.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-agenda.el --- Dynamic task and appointment lists for Org | 1 | ;;; org-agenda.el --- Dynamic task and appointment lists for Org |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-archive.el b/lisp/org/org-archive.el index 73b1a3e0386..4a934517cfe 100644 --- a/lisp/org/org-archive.el +++ b/lisp/org/org-archive.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-archive.el --- Archiving for Org-mode | 1 | ;;; org-archive.el --- Archiving for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-ascii.el b/lisp/org/org-ascii.el index 97800335982..d5964538a9c 100644 --- a/lisp/org/org-ascii.el +++ b/lisp/org/org-ascii.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-ascii.el --- ASCII export for Org-mode | 1 | ;;; org-ascii.el --- ASCII export for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-bbdb.el b/lisp/org/org-bbdb.el index 78ae5551ca7..49393db4304 100644 --- a/lisp/org/org-bbdb.el +++ b/lisp/org/org-bbdb.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-bbdb.el --- Support for links to BBDB entries from within Org-mode | 1 | ;;; org-bbdb.el --- Support for links to BBDB entries from within Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org>, | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org>, |
| 7 | ;; Thomas Baumann <thomas dot baumann at ch dot tum dot de> | 6 | ;; Thomas Baumann <thomas dot baumann at ch dot tum dot de> |
diff --git a/lisp/org/org-clock.el b/lisp/org/org-clock.el index 568c40545d1..4e30dd90d80 100644 --- a/lisp/org/org-clock.el +++ b/lisp/org/org-clock.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-clock.el --- The time clocking code for Org-mode | 1 | ;;; org-clock.el --- The time clocking code for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-colview.el b/lisp/org/org-colview.el index 9a1eec8d8ad..35a23052e8a 100644 --- a/lisp/org/org-colview.el +++ b/lisp/org/org-colview.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-colview.el --- Column View in Org-mode | 1 | ;;; org-colview.el --- Column View in Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-compat.el b/lisp/org/org-compat.el index 07d81859c40..efe54c568b3 100644 --- a/lisp/org/org-compat.el +++ b/lisp/org/org-compat.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-compat.el --- Compatibility code for Org-mode | 1 | ;;; org-compat.el --- Compatibility code for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-complete.el b/lisp/org/org-complete.el index b8490cca725..07c1ba2e4f2 100644 --- a/lisp/org/org-complete.el +++ b/lisp/org/org-complete.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-complete.el --- In-buffer completion code | 1 | ;;; org-complete.el --- In-buffer completion code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; | 4 | ;; |
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; John Wiegley <johnw at gnu dot org> | 6 | ;; John Wiegley <johnw at gnu dot org> |
diff --git a/lisp/org/org-exp-blocks.el b/lisp/org/org-exp-blocks.el index ae52fc86029..f5b635838fe 100644 --- a/lisp/org/org-exp-blocks.el +++ b/lisp/org/org-exp-blocks.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-exp-blocks.el --- pre-process blocks when exporting org files | 1 | ;;; org-exp-blocks.el --- pre-process blocks when exporting org files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2011 | 3 | ;; Copyright (C) 2009-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 7 | ;; Version: 7.4 | 6 | ;; Version: 7.4 |
diff --git a/lisp/org/org-exp.el b/lisp/org/org-exp.el index 126a2c86609..002ad025fbe 100644 --- a/lisp/org/org-exp.el +++ b/lisp/org/org-exp.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-exp.el --- ASCII, HTML, XOXO and iCalendar export for Org-mode | 1 | ;;; org-exp.el --- ASCII, HTML, XOXO and iCalendar export for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-faces.el b/lisp/org/org-faces.el index e7456a7f19e..e5877768fe7 100644 --- a/lisp/org/org-faces.el +++ b/lisp/org/org-faces.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-faces.el --- Face definitions for Org-mode. | 1 | ;;; org-faces.el --- Face definitions for Org-mode. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-gnus.el b/lisp/org/org-gnus.el index 8593bb40f3d..e8424a1e5cd 100644 --- a/lisp/org/org-gnus.el +++ b/lisp/org/org-gnus.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-gnus.el --- Support for links to Gnus groups and messages from within Org-mode | 1 | ;;; org-gnus.el --- Support for links to Gnus groups and messages from within Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Tassilo Horn <tassilo at member dot fsf dot org> | 6 | ;; Tassilo Horn <tassilo at member dot fsf dot org> |
diff --git a/lisp/org/org-html.el b/lisp/org/org-html.el index b4bbb94fcd1..a6933978710 100644 --- a/lisp/org/org-html.el +++ b/lisp/org/org-html.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-html.el --- HTML export for Org-mode | 1 | ;;; org-html.el --- HTML export for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-icalendar.el b/lisp/org/org-icalendar.el index 52b7f79b4c1..e0ea20a4bb8 100644 --- a/lisp/org/org-icalendar.el +++ b/lisp/org/org-icalendar.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-icalendar.el --- iCalendar export for Org-mode | 1 | ;;; org-icalendar.el --- iCalendar export for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-info.el b/lisp/org/org-info.el index 654a4397caa..edbf4268954 100644 --- a/lisp/org/org-info.el +++ b/lisp/org/org-info.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-info.el --- Support for links to Info nodes from within Org-Mode | 1 | ;;; org-info.el --- Support for links to Info nodes from within Org-Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-install.el b/lisp/org/org-install.el index df5d61aabdf..eb2d011efb9 100644 --- a/lisp/org/org-install.el +++ b/lisp/org/org-install.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-install.el --- Outline-based notes management and organizer | 1 | ;;; org-install.el --- Outline-based notes management and organizer |
| 2 | ;; Carstens outline-mode for keeping track of everything. | 2 | ;; Carstens outline-mode for keeping track of everything. |
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; | 4 | ;; |
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-jsinfo.el b/lisp/org/org-jsinfo.el index 484f6fd6c24..1db4860b20d 100644 --- a/lisp/org/org-jsinfo.el +++ b/lisp/org/org-jsinfo.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-jsinfo.el --- Support for org-info.js Javascript in Org HTML export | 1 | ;;; org-jsinfo.el --- Support for org-info.js Javascript in Org HTML export |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-list.el b/lisp/org/org-list.el index 6f3526224f3..08c733acc6f 100644 --- a/lisp/org/org-list.el +++ b/lisp/org/org-list.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-list.el --- Plain lists for Org-mode | 1 | ;;; org-list.el --- Plain lists for Org-mode |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; | 4 | ;; |
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Bastien Guerry <bzg AT altern DOT org> | 6 | ;; Bastien Guerry <bzg AT altern DOT org> |
diff --git a/lisp/org/org-macs.el b/lisp/org/org-macs.el index 73766822020..5bb86888739 100644 --- a/lisp/org/org-macs.el +++ b/lisp/org/org-macs.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-macs.el --- Top-level definitions for Org-mode | 1 | ;;; org-macs.el --- Top-level definitions for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-mhe.el b/lisp/org/org-mhe.el index ce01daafbc1..1767ddca1ee 100644 --- a/lisp/org/org-mhe.el +++ b/lisp/org/org-mhe.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-mhe.el --- Support for links to MH-E messages from within Org-mode | 1 | ;;; org-mhe.el --- Support for links to MH-E messages from within Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Thomas Baumann <thomas dot baumann at ch dot tum dot de> | 5 | ;; Author: Thomas Baumann <thomas dot baumann at ch dot tum dot de> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-protocol.el b/lisp/org/org-protocol.el index 96d9dc36b30..018eadf9a23 100644 --- a/lisp/org/org-protocol.el +++ b/lisp/org/org-protocol.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-protocol.el --- Intercept calls from emacsclient to trigger custom actions. | 1 | ;;; org-protocol.el --- Intercept calls from emacsclient to trigger custom actions. |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2008-2011 | 3 | ;; Copyright (C) 2008-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; | 4 | ;; |
| 6 | ;; Author: Bastien Guerry <bzg AT altern DOT org> | 5 | ;; Author: Bastien Guerry <bzg AT altern DOT org> |
| 7 | ;; Author: Daniel M German <dmg AT uvic DOT org> | 6 | ;; Author: Daniel M German <dmg AT uvic DOT org> |
diff --git a/lisp/org/org-publish.el b/lisp/org/org-publish.el index 1c2e6d28a19..7451587ba2f 100644 --- a/lisp/org/org-publish.el +++ b/lisp/org/org-publish.el | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | ;;; org-publish.el --- publish related org-mode files as a website | 1 | ;;; org-publish.el --- publish related org-mode files as a website |
| 2 | ;; Copyright (C) 2006-2011 | 2 | ;; Copyright (C) 2006-2011 Free Software Foundation, Inc. |
| 3 | ;; Free Software Foundation, Inc. | ||
| 4 | 3 | ||
| 5 | ;; Author: David O'Toole <dto@gnu.org> | 4 | ;; Author: David O'Toole <dto@gnu.org> |
| 6 | ;; Maintainer: Carsten Dominik <carsten DOT dominik AT gmail DOT com> | 5 | ;; Maintainer: Carsten Dominik <carsten DOT dominik AT gmail DOT com> |
diff --git a/lisp/org/org-remember.el b/lisp/org/org-remember.el index ca5e206131d..80f9dadd7a4 100644 --- a/lisp/org/org-remember.el +++ b/lisp/org/org-remember.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-remember.el --- Fast note taking in Org-mode | 1 | ;;; org-remember.el --- Fast note taking in Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-rmail.el b/lisp/org/org-rmail.el index 791f5840f83..6e984fda687 100644 --- a/lisp/org/org-rmail.el +++ b/lisp/org/org-rmail.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-rmail.el --- Support for links to Rmail messages from within Org-mode | 1 | ;;; org-rmail.el --- Support for links to Rmail messages from within Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-src.el b/lisp/org/org-src.el index 2ea58a02049..07779700da8 100644 --- a/lisp/org/org-src.el +++ b/lisp/org/org-src.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-src.el --- Source code examples in Org | 1 | ;;; org-src.el --- Source code examples in Org |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; | 4 | ;; |
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Bastien Guerry <bzg AT altern DOT org> | 6 | ;; Bastien Guerry <bzg AT altern DOT org> |
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el index 3d87e66b3e7..c99b5bf681a 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/org-table.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-table.el --- The table editor for Org-mode | 1 | ;;; org-table.el --- The table editor for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-vm.el b/lisp/org/org-vm.el index cdeae005e81..7ebeadbc4d9 100644 --- a/lisp/org/org-vm.el +++ b/lisp/org/org-vm.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-vm.el --- Support for links to VM messages from within Org-mode | 1 | ;;; org-vm.el --- Support for links to VM messages from within Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-wl.el b/lisp/org/org-wl.el index c2d67793ef9..2a16d047b33 100644 --- a/lisp/org/org-wl.el +++ b/lisp/org/org-wl.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-wl.el --- Support for links to Wanderlust messages from within Org-mode | 1 | ;;; org-wl.el --- Support for links to Wanderlust messages from within Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Tokuya Kameshima <kames at fa2 dot so-net dot ne dot jp> | 5 | ;; Author: Tokuya Kameshima <kames at fa2 dot so-net dot ne dot jp> |
| 7 | ;; David Maus <dmaus at ictsoc dot de> | 6 | ;; David Maus <dmaus at ictsoc dot de> |
diff --git a/lisp/org/org-xoxo.el b/lisp/org/org-xoxo.el index 0969f58bf9f..39a4cc7a447 100644 --- a/lisp/org/org-xoxo.el +++ b/lisp/org/org-xoxo.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org-xoxo.el --- XOXO export for Org-mode | 1 | ;;; org-xoxo.el --- XOXO export for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org.el b/lisp/org/org.el index 7d391e91036..8f1ef9e5d60 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; org.el --- Outline-based notes management and organizer | 1 | ;;; org.el --- Outline-based notes management and organizer |
| 2 | ;; Carstens outline-mode for keeping track of everything. | 2 | ;; Carstens outline-mode for keeping track of everything. |
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; | 4 | ;; |
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el index 5cebf892029..5b3b4aba0fe 100644 --- a/lisp/play/doctor.el +++ b/lisp/play/doctor.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; doctor.el --- psychological help for frustrated users | 1 | ;;; doctor.el --- psychological help for frustrated users |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1994, 1996, 2000-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1987, 1994, 1996, 2000-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: games | 7 | ;; Keywords: games |
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index 709acf6aae2..beb737ba613 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ada-mode.el --- major-mode for editing Ada sources | 1 | ;;; ada-mode.el --- major-mode for editing Ada sources |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-1995, 1997-2011 | 3 | ;; Copyright (C) 1994-1995, 1997-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Rolf Ebert <ebert@inf.enst.fr> | 5 | ;; Author: Rolf Ebert <ebert@inf.enst.fr> |
| 7 | ;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> | 6 | ;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> |
diff --git a/lisp/progmodes/ada-stmt.el b/lisp/progmodes/ada-stmt.el index b4232bc08b8..e48055c9f50 100644 --- a/lisp/progmodes/ada-stmt.el +++ b/lisp/progmodes/ada-stmt.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ada-stmt.el --- an extension to Ada mode for inserting statement templates | 1 | ;;; ada-stmt.el --- an extension to Ada mode for inserting statement templates |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 1993-1994, 1996-2011 | 3 | ;; Copyright (C) 1987, 1993-1994, 1996-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Authors: Daniel Pfeiffer | 5 | ;; Authors: Daniel Pfeiffer |
| 7 | ;; Markus Heritsch | 6 | ;; Markus Heritsch |
diff --git a/lisp/progmodes/ada-xref.el b/lisp/progmodes/ada-xref.el index d81fa2e5a6e..85659cafd95 100644 --- a/lisp/progmodes/ada-xref.el +++ b/lisp/progmodes/ada-xref.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;; ada-xref.el --- for lookup and completion in Ada mode | 1 | ;; ada-xref.el --- for lookup and completion in Ada mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-2011 | 3 | ;; Copyright (C) 1994-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> | 5 | ;; Author: Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> |
| 7 | ;; Rolf Ebert <ebert@inf.enst.fr> | 6 | ;; Rolf Ebert <ebert@inf.enst.fr> |
diff --git a/lisp/progmodes/asm-mode.el b/lisp/progmodes/asm-mode.el index bc0275f5ecb..9d79d22d42e 100644 --- a/lisp/progmodes/asm-mode.el +++ b/lisp/progmodes/asm-mode.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; asm-mode.el --- mode for editing assembler code | 1 | ;;; asm-mode.el --- mode for editing assembler code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 2001-2011 | 3 | ;; Copyright (C) 1991, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 5 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
| 7 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/progmodes/autoconf.el b/lisp/progmodes/autoconf.el index 887f918db97..3aa9a6cfb87 100644 --- a/lisp/progmodes/autoconf.el +++ b/lisp/progmodes/autoconf.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; autoconf.el --- mode for editing Autoconf configure.in files | 1 | ;;; autoconf.el --- mode for editing Autoconf configure.in files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2011 | 3 | ;; Copyright (C) 2000-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 7 | ;; Keywords: languages | 6 | ;; Keywords: languages |
diff --git a/lisp/progmodes/cap-words.el b/lisp/progmodes/cap-words.el index 43699101d79..0ce84ae33a7 100644 --- a/lisp/progmodes/cap-words.el +++ b/lisp/progmodes/cap-words.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; cap-words.el --- minor mode for motion in CapitalizedWordIdentifiers | 1 | ;;; cap-words.el --- minor mode for motion in CapitalizedWordIdentifiers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2011 | 3 | ;; Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 7 | ;; Keywords: languages | 6 | ;; Keywords: languages |
diff --git a/lisp/progmodes/cc-align.el b/lisp/progmodes/cc-align.el index ebebfa67845..81045d63abf 100644 --- a/lisp/progmodes/cc-align.el +++ b/lisp/progmodes/cc-align.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; cc-align.el --- custom indentation functions for CC Mode | 1 | ;;; cc-align.el --- custom indentation functions for CC Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992-2011 | 3 | ;; Copyright (C) 1985, 1987, 1992-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Authors: 2004- Alan Mackenzie | 5 | ;; Authors: 2004- Alan Mackenzie |
| 7 | ;; 1998- Martin Stjernholm | 6 | ;; 1998- Martin Stjernholm |
diff --git a/lisp/progmodes/cc-bytecomp.el b/lisp/progmodes/cc-bytecomp.el index 0df17b4641f..823430f2d38 100644 --- a/lisp/progmodes/cc-bytecomp.el +++ b/lisp/progmodes/cc-bytecomp.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; cc-bytecomp.el --- compile time setup for proper compilation | 1 | ;;; cc-bytecomp.el --- compile time setup for proper compilation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2011 | 3 | ;; Copyright (C) 2000-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Martin Stjernholm | 5 | ;; Author: Martin Stjernholm |
| 7 | ;; Maintainer: bug-cc-mode@gnu.org | 6 | ;; Maintainer: bug-cc-mode@gnu.org |
diff --git a/lisp/progmodes/cc-cmds.el b/lisp/progmodes/cc-cmds.el index f1c00ddbd4b..327ebea40cc 100644 --- a/lisp/progmodes/cc-cmds.el +++ b/lisp/progmodes/cc-cmds.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; cc-cmds.el --- user level commands for CC Mode | 1 | ;;; cc-cmds.el --- user level commands for CC Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992-2011 | 3 | ;; Copyright (C) 1985, 1987, 1992-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Authors: 2003- Alan Mackenzie | 5 | ;; Authors: 2003- Alan Mackenzie |
| 7 | ;; 1998- Martin Stjernholm | 6 | ;; 1998- Martin Stjernholm |
diff --git a/lisp/progmodes/cc-compat.el b/lisp/progmodes/cc-compat.el index 7a3d89e6598..01f7379b1b0 100644 --- a/lisp/progmodes/cc-compat.el +++ b/lisp/progmodes/cc-compat.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; cc-compat.el --- cc-mode compatibility with c-mode.el confusion | 1 | ;;; cc-compat.el --- cc-mode compatibility with c-mode.el confusion |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992-2011 | 3 | ;; Copyright (C) 1985, 1987, 1992-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Authors: 1998- Martin Stjernholm | 5 | ;; Authors: 1998- Martin Stjernholm |
| 7 | ;; 1994-1999 Barry A. Warsaw | 6 | ;; 1994-1999 Barry A. Warsaw |
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index 8d5d4b39276..ce38cf8850b 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; cc-defs.el --- compile time definitions for CC Mode | 1 | ;;; cc-defs.el --- compile time definitions for CC Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992-2011 | 3 | ;; Copyright (C) 1985, 1987, 1992-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Authors: 2003- Alan Mackenzie | 5 | ;; Authors: 2003- Alan Mackenzie |
| 7 | ;; 1998- Martin Stjernholm | 6 | ;; 1998- Martin Stjernholm |
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index d06a3ae440b..86a963bcf55 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; cc-langs.el --- language specific settings for CC Mode | 1 | ;;; cc-langs.el --- language specific settings for CC Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992-2011 | 3 | ;; Copyright (C) 1985, 1987, 1992-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Authors: 2002- Alan Mackenzie | 5 | ;; Authors: 2002- Alan Mackenzie |
| 7 | ;; 1998- Martin Stjernholm | 6 | ;; 1998- Martin Stjernholm |
diff --git a/lisp/progmodes/cc-menus.el b/lisp/progmodes/cc-menus.el index 36b1cb09957..f53a7da5186 100644 --- a/lisp/progmodes/cc-menus.el +++ b/lisp/progmodes/cc-menus.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; cc-menus.el --- imenu support for CC Mode | 1 | ;;; cc-menus.el --- imenu support for CC Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992-2011 | 3 | ;; Copyright (C) 1985, 1987, 1992-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Authors: 1998- Martin Stjernholm | 5 | ;; Authors: 1998- Martin Stjernholm |
| 7 | ;; 1992-1999 Barry A. Warsaw | 6 | ;; 1992-1999 Barry A. Warsaw |
diff --git a/lisp/progmodes/cc-styles.el b/lisp/progmodes/cc-styles.el index abc413f4d88..e161eb6d0f5 100644 --- a/lisp/progmodes/cc-styles.el +++ b/lisp/progmodes/cc-styles.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; cc-styles.el --- support for styles in CC Mode | 1 | ;;; cc-styles.el --- support for styles in CC Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992-2011 | 3 | ;; Copyright (C) 1985, 1987, 1992-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Authors: 2004- Alan Mackenzie | 5 | ;; Authors: 2004- Alan Mackenzie |
| 7 | ;; 1998- Martin Stjernholm | 6 | ;; 1998- Martin Stjernholm |
diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index b28c0b0f09c..d2a5d117635 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; cc-vars.el --- user customization variables for CC Mode | 1 | ;;; cc-vars.el --- user customization variables for CC Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992-2011 | 3 | ;; Copyright (C) 1985, 1987, 1992-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Authors: 2002- Alan Mackenzie | 5 | ;; Authors: 2002- Alan Mackenzie |
| 7 | ;; 1998- Martin Stjernholm | 6 | ;; 1998- Martin Stjernholm |
diff --git a/lisp/progmodes/cfengine.el b/lisp/progmodes/cfengine.el index 9e979634d02..a475bbd5932 100644 --- a/lisp/progmodes/cfengine.el +++ b/lisp/progmodes/cfengine.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; cfengine.el --- mode for editing Cfengine files | 1 | ;;; cfengine.el --- mode for editing Cfengine files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2011 | 3 | ;; Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 7 | ;; Keywords: languages | 6 | ;; Keywords: languages |
diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el index a9d9b1adc4a..d7b8b0e8748 100644 --- a/lisp/progmodes/cpp.el +++ b/lisp/progmodes/cpp.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; cpp.el --- highlight or hide text according to cpp conditionals | 1 | ;;; cpp.el --- highlight or hide text according to cpp conditionals |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-1995, 2001-2011 | 3 | ;; Copyright (C) 1994-1995, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation | ||
| 5 | 4 | ||
| 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 5 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 7 | ;; Keywords: c, faces, tools | 6 | ;; Keywords: c, faces, tools |
diff --git a/lisp/progmodes/cwarn.el b/lisp/progmodes/cwarn.el index bc006d2e062..211c856f9b7 100644 --- a/lisp/progmodes/cwarn.el +++ b/lisp/progmodes/cwarn.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; cwarn.el --- highlight suspicious C and C++ constructions | 1 | ;;; cwarn.el --- highlight suspicious C and C++ constructions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2011 | 3 | ;; Copyright (C) 1999-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Anders Lindgren <andersl@andersl.com> | 5 | ;; Author: Anders Lindgren <andersl@andersl.com> |
| 7 | ;; Keywords: c, languages, faces | 6 | ;; Keywords: c, languages, faces |
diff --git a/lisp/progmodes/ebnf-abn.el b/lisp/progmodes/ebnf-abn.el index bb066419390..b45a47f8a3f 100644 --- a/lisp/progmodes/ebnf-abn.el +++ b/lisp/progmodes/ebnf-abn.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ebnf-abn.el --- parser for ABNF (Augmented BNF) | 1 | ;;; ebnf-abn.el --- parser for ABNF (Augmented BNF) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2011 | 3 | ;; Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 7 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
diff --git a/lisp/progmodes/ebnf-bnf.el b/lisp/progmodes/ebnf-bnf.el index 5332e0d76f9..cb8ebf8aab0 100644 --- a/lisp/progmodes/ebnf-bnf.el +++ b/lisp/progmodes/ebnf-bnf.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ebnf-bnf.el --- parser for EBNF | 1 | ;;; ebnf-bnf.el --- parser for EBNF |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2011 | 3 | ;; Copyright (C) 1999-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 7 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
diff --git a/lisp/progmodes/ebnf-dtd.el b/lisp/progmodes/ebnf-dtd.el index a167b2d2b4d..204b6a91b0f 100644 --- a/lisp/progmodes/ebnf-dtd.el +++ b/lisp/progmodes/ebnf-dtd.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ebnf-dtd.el --- parser for DTD (Data Type Description for XML) | 1 | ;;; ebnf-dtd.el --- parser for DTD (Data Type Description for XML) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2011 | 3 | ;; Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 7 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
diff --git a/lisp/progmodes/ebnf-ebx.el b/lisp/progmodes/ebnf-ebx.el index a210186e3d1..7d697e889b7 100644 --- a/lisp/progmodes/ebnf-ebx.el +++ b/lisp/progmodes/ebnf-ebx.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ebnf-ebx.el --- parser for EBNF used to specify XML (EBNFX) | 1 | ;;; ebnf-ebx.el --- parser for EBNF used to specify XML (EBNFX) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2011 | 3 | ;; Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 7 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
diff --git a/lisp/progmodes/ebnf-iso.el b/lisp/progmodes/ebnf-iso.el index a63ec36b1c1..d33167093a3 100644 --- a/lisp/progmodes/ebnf-iso.el +++ b/lisp/progmodes/ebnf-iso.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ebnf-iso.el --- parser for ISO EBNF | 1 | ;;; ebnf-iso.el --- parser for ISO EBNF |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2011 | 3 | ;; Copyright (C) 1999-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 7 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
diff --git a/lisp/progmodes/ebnf-otz.el b/lisp/progmodes/ebnf-otz.el index e72e3aef650..0392505972d 100644 --- a/lisp/progmodes/ebnf-otz.el +++ b/lisp/progmodes/ebnf-otz.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ebnf-otz.el --- syntactic chart OpTimiZer | 1 | ;;; ebnf-otz.el --- syntactic chart OpTimiZer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2011 | 3 | ;; Copyright (C) 1999-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 7 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
diff --git a/lisp/progmodes/ebnf-yac.el b/lisp/progmodes/ebnf-yac.el index 20c3cd786c0..5ff239bfa21 100644 --- a/lisp/progmodes/ebnf-yac.el +++ b/lisp/progmodes/ebnf-yac.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ebnf-yac.el --- parser for Yacc/Bison | 1 | ;;; ebnf-yac.el --- parser for Yacc/Bison |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2011 | 3 | ;; Copyright (C) 1999-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 7 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index 6bef1a10155..d674484345a 100644 --- a/lisp/progmodes/ebrowse.el +++ b/lisp/progmodes/ebrowse.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ebrowse.el --- Emacs C++ class browser & tags facility | 1 | ;;; ebrowse.el --- Emacs C++ class browser & tags facility |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-2011 | 3 | ;; Copyright (C) 1992-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Gerd Moellmann <gerd@gnu.org> | 5 | ;; Author: Gerd Moellmann <gerd@gnu.org> |
| 7 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 3e017795cee..d22d03fbe96 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; etags.el --- etags facility for Emacs | 1 | ;;; etags.el --- etags facility for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1986, 1988-1989, 1992-1996, 1998, 2000-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985-1986, 1988-1989, 1992-1996, 1998, 2000-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Roland McGrath <roland@gnu.org> | 6 | ;; Author: Roland McGrath <roland@gnu.org> |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index a6059b1b69f..4461ec27456 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; flymake.el -- a universal on-the-fly syntax checker | 1 | ;;; flymake.el -- a universal on-the-fly syntax checker |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2011 | 3 | ;; Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Pavel Kobyakov <pk_at_work@yahoo.com> | 5 | ;; Author: Pavel Kobyakov <pk_at_work@yahoo.com> |
| 7 | ;; Maintainer: Pavel Kobyakov <pk_at_work@yahoo.com> | 6 | ;; Maintainer: Pavel Kobyakov <pk_at_work@yahoo.com> |
diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el index 28928b440c2..67a214977b1 100644 --- a/lisp/progmodes/fortran.el +++ b/lisp/progmodes/fortran.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; fortran.el --- Fortran mode for GNU Emacs | 1 | ;;; fortran.el --- Fortran mode for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1993-1995, 1997-2011 | 3 | ;; Copyright (C) 1986, 1993-1995, 1997-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Michael D. Prange <prange@erl.mit.edu> | 5 | ;; Author: Michael D. Prange <prange@erl.mit.edu> |
| 7 | ;; Maintainer: Glenn Morris <rgm@gnu.org> | 6 | ;; Maintainer: Glenn Morris <rgm@gnu.org> |
diff --git a/lisp/progmodes/glasses.el b/lisp/progmodes/glasses.el index da4a23fac5a..a1dc19da1ed 100644 --- a/lisp/progmodes/glasses.el +++ b/lisp/progmodes/glasses.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; glasses.el --- make cantReadThis readable | 1 | ;;; glasses.el --- make cantReadThis readable |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2011 | 3 | ;; Copyright (C) 1999-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Milan Zamazal <pdm@zamazal.org> | 5 | ;; Author: Milan Zamazal <pdm@zamazal.org> |
| 7 | ;; Maintainer: Milan Zamazal <pdm@zamazal.org> | 6 | ;; Maintainer: Milan Zamazal <pdm@zamazal.org> |
diff --git a/lisp/progmodes/idlw-toolbar.el b/lisp/progmodes/idlw-toolbar.el index 72836cd85e1..d4eddee9722 100644 --- a/lisp/progmodes/idlw-toolbar.el +++ b/lisp/progmodes/idlw-toolbar.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; idlw-toolbar.el --- a debugging toolbar for IDLWAVE | 1 | ;;; idlw-toolbar.el --- a debugging toolbar for IDLWAVE |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2011 | 3 | ;; Copyright (C) 1999-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Carsten Dominik <dominik@astro.uva.nl> | 5 | ;; Author: Carsten Dominik <dominik@astro.uva.nl> |
| 7 | ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu> | 6 | ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu> |
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el index 5391c8d9091..e4e56054f9d 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; inf-lisp.el --- an inferior-lisp mode | 1 | ;;; inf-lisp.el --- an inferior-lisp mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1993-1994, 2001-2011 | 3 | ;; Copyright (C) 1988, 1993-1994, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> | 5 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> |
| 7 | ;; Keywords: processes, lisp | 6 | ;; Keywords: processes, lisp |
diff --git a/lisp/progmodes/m4-mode.el b/lisp/progmodes/m4-mode.el index 6a8803f1f26..98df1c69468 100644 --- a/lisp/progmodes/m4-mode.el +++ b/lisp/progmodes/m4-mode.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; m4-mode.el --- m4 code editing commands for Emacs | 1 | ;;; m4-mode.el --- m4 code editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-1997, 2001-2011 | 3 | ;; Copyright (C) 1996-1997, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Andrew Csillag <drew_csillag@geocities.com> | 5 | ;; Author: Andrew Csillag <drew_csillag@geocities.com> |
| 7 | ;; Maintainer: Andrew Csillag <drew_csillag@geocities.com> | 6 | ;; Maintainer: Andrew Csillag <drew_csillag@geocities.com> |
diff --git a/lisp/progmodes/mantemp.el b/lisp/progmodes/mantemp.el index 016028b8754..c8963d2a6dd 100644 --- a/lisp/progmodes/mantemp.el +++ b/lisp/progmodes/mantemp.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mantemp.el --- create manual template instantiations from g++ 2.7.2 output | 1 | ;;; mantemp.el --- create manual template instantiations from g++ 2.7.2 output |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2001-2011 | 3 | ;; Copyright (C) 1996, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Tom Houlder <thoulder@icor.fr> | 5 | ;; Author: Tom Houlder <thoulder@icor.fr> |
| 7 | ;; Created: 10 Dec 1996 | 6 | ;; Created: 10 Dec 1996 |
diff --git a/lisp/progmodes/mixal-mode.el b/lisp/progmodes/mixal-mode.el index b6baab4aba2..bf5662cdfa3 100644 --- a/lisp/progmodes/mixal-mode.el +++ b/lisp/progmodes/mixal-mode.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mixal-mode.el --- Major mode for the mix asm language. | 1 | ;;; mixal-mode.el --- Major mode for the mix asm language. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2011 | 3 | ;; Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Pieter E.J. Pareit <pieter.pareit@gmail.com> | 5 | ;; Author: Pieter E.J. Pareit <pieter.pareit@gmail.com> |
| 7 | ;; Maintainer: Pieter E.J. Pareit <pieter.pareit@gmail.com> | 6 | ;; Maintainer: Pieter E.J. Pareit <pieter.pareit@gmail.com> |
diff --git a/lisp/progmodes/octave-inf.el b/lisp/progmodes/octave-inf.el index bfa567a2382..e1d41c2ebd6 100644 --- a/lisp/progmodes/octave-inf.el +++ b/lisp/progmodes/octave-inf.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; octave-inf.el --- running Octave as an inferior Emacs process | 1 | ;;; octave-inf.el --- running Octave as an inferior Emacs process |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001-2011 | 3 | ;; Copyright (C) 1997, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> | 5 | ;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> |
| 7 | ;; Author: John Eaton <jwe@bevo.che.wisc.edu> | 6 | ;; Author: John Eaton <jwe@bevo.che.wisc.edu> |
diff --git a/lisp/progmodes/pascal.el b/lisp/progmodes/pascal.el index 1af527c2c42..2a243a99ffc 100644 --- a/lisp/progmodes/pascal.el +++ b/lisp/progmodes/pascal.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; pascal.el --- major mode for editing pascal source in Emacs | 1 | ;;; pascal.el --- major mode for editing pascal source in Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-2011 | 3 | ;; Copyright (C) 1993-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Espen Skoglund <esk@gnu.org> | 5 | ;; Author: Espen Skoglund <esk@gnu.org> |
| 7 | ;; Keywords: languages | 6 | ;; Keywords: languages |
diff --git a/lisp/progmodes/ps-mode.el b/lisp/progmodes/ps-mode.el index 870881b0696..f3418a60729 100644 --- a/lisp/progmodes/ps-mode.el +++ b/lisp/progmodes/ps-mode.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ps-mode.el --- PostScript mode for GNU Emacs | 1 | ;;; ps-mode.el --- PostScript mode for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2001-2011 | 3 | ;; Copyright (C) 1999, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Peter Kleiweg <p.c.j.kleiweg@rug.nl> | 5 | ;; Author: Peter Kleiweg <p.c.j.kleiweg@rug.nl> |
| 7 | ;; Maintainer: Peter Kleiweg <p.c.j.kleiweg@rug.nl> | 6 | ;; Maintainer: Peter Kleiweg <p.c.j.kleiweg@rug.nl> |
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index b374119ee80..4246177495c 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; python.el --- silly walks for Python -*- coding: iso-8859-1 -*- | 1 | ;;; python.el --- silly walks for Python -*- coding: iso-8859-1 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2011 | 3 | ;; Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 7 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index eee158880d9..1c71fc68bfe 100644 --- a/lisp/progmodes/ruby-mode.el +++ b/lisp/progmodes/ruby-mode.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ruby-mode.el --- Major mode for editing Ruby files | 1 | ;;; ruby-mode.el --- Major mode for editing Ruby files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-2011 | 3 | ;; Copyright (C) 1994-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Authors: Yukihiro Matsumoto | 5 | ;; Authors: Yukihiro Matsumoto |
| 7 | ;; Nobuyoshi Nakada | 6 | ;; Nobuyoshi Nakada |
diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el index 266b3b0e16c..4151e2bb79a 100644 --- a/lisp/progmodes/scheme.el +++ b/lisp/progmodes/scheme.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; scheme.el --- Scheme (and DSSSL) editing mode | 1 | ;;; scheme.el --- Scheme (and DSSSL) editing mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986-1988, 1997-1998, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986-1988, 1997-1998, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Bill Rozas <jinx@martigny.ai.mit.edu> | 6 | ;; Author: Bill Rozas <jinx@martigny.ai.mit.edu> |
| 6 | ;; Adapted-by: Dave Love <d.love@dl.ac.uk> | 7 | ;; Adapted-by: Dave Love <d.love@dl.ac.uk> |
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index e36d8a9aaf4..64f8c623779 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; sh-script.el --- shell-script editing commands for Emacs | 1 | ;;; sh-script.el --- shell-script editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-1997, 1999, 2001-2011 | 3 | ;; Copyright (C) 1993-1997, 1999, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> | 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |
| 7 | ;; Version: 2.0f | 6 | ;; Version: 2.0f |
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index a69265acd73..cb1d3c24a94 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; vhdl-mode.el --- major mode for editing VHDL code | 1 | ;;; vhdl-mode.el --- major mode for editing VHDL code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-2011 | 3 | ;; Copyright (C) 1992-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Authors: Reto Zimmermann <reto@gnu.org> | 5 | ;; Authors: Reto Zimmermann <reto@gnu.org> |
| 7 | ;; Rodney J. Whitby <software.vhdl-mode@rwhitby.net> | 6 | ;; Rodney J. Whitby <software.vhdl-mode@rwhitby.net> |
diff --git a/lisp/progmodes/xscheme.el b/lisp/progmodes/xscheme.el index d7cdd18f3f5..cd50174f8cd 100644 --- a/lisp/progmodes/xscheme.el +++ b/lisp/progmodes/xscheme.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; xscheme.el --- run MIT Scheme under Emacs | 1 | ;;; xscheme.el --- run MIT Scheme under Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986-1987, 1989-1990, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986-1987, 1989-1990, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: languages, lisp | 7 | ;; Keywords: languages, lisp |
diff --git a/lisp/ps-bdf.el b/lisp/ps-bdf.el index 1ebf2c126e8..608b266df8d 100644 --- a/lisp/ps-bdf.el +++ b/lisp/ps-bdf.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ps-bdf.el --- BDF font file handler for ps-print | 1 | ;;; ps-bdf.el --- BDF font file handler for ps-print |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-1999, 2001-2011 | 3 | ;; Copyright (C) 1998-1999, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 4 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 6 | ;; 2008, 2009, 2010, 2011 | 5 | ;; 2008, 2009, 2010, 2011 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index ad881282ee5..159383ced02 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ps-print.el --- print text from the buffer as PostScript | 1 | ;;; ps-print.el --- print text from the buffer as PostScript |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-2011 | 3 | ;; Copyright (C) 1993-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) | 5 | ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) |
| 7 | ;; Jacques Duthen (was <duthen@cegelec-red.fr>) | 6 | ;; Jacques Duthen (was <duthen@cegelec-red.fr>) |
diff --git a/lisp/savehist.el b/lisp/savehist.el index 7c094802363..f1060fb5150 100644 --- a/lisp/savehist.el +++ b/lisp/savehist.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; savehist.el --- Save minibuffer history. | 1 | ;;; savehist.el --- Save minibuffer history. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2005-2011 | 3 | ;; Copyright (C) 1997, 2005-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Hrvoje Niksic <hniksic@xemacs.org> | 5 | ;; Author: Hrvoje Niksic <hniksic@xemacs.org> |
| 7 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/server.el b/lisp/server.el index 900db34eb55..62c59b41cee 100644 --- a/lisp/server.el +++ b/lisp/server.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; server.el --- Lisp code for GNU Emacs running as server process | 1 | ;;; server.el --- Lisp code for GNU Emacs running as server process |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986-1987, 1992, 1994-2011 | 3 | ;; Copyright (C) 1986-1987, 1992, 1994-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: William Sommerfeld <wesommer@athena.mit.edu> | 5 | ;; Author: William Sommerfeld <wesommer@athena.mit.edu> |
| 7 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/ses.el b/lisp/ses.el index 6e012cae63e..2fc85d27df9 100644 --- a/lisp/ses.el +++ b/lisp/ses.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ses.el -- Simple Emacs Spreadsheet -*- coding: utf-8 -*- | 1 | ;;; ses.el -- Simple Emacs Spreadsheet -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2011 | 3 | ;; Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Jonathan Yavner <jyavner@member.fsf.org> | 5 | ;; Author: Jonathan Yavner <jyavner@member.fsf.org> |
| 7 | ;; Maintainer: Jonathan Yavner <jyavner@member.fsf.org> | 6 | ;; Maintainer: Jonathan Yavner <jyavner@member.fsf.org> |
diff --git a/lisp/shell.el b/lisp/shell.el index 638e332ada3..fcffc2317d5 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; shell.el --- specialized comint.el for running the shell | 1 | ;;; shell.el --- specialized comint.el for running the shell |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1993-1997, 2000-2011 | 3 | ;; Copyright (C) 1988, 1993-1997, 2000-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> | 5 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> |
| 7 | ;; Simon Marshall <simon@gnu.org> | 6 | ;; Simon Marshall <simon@gnu.org> |
diff --git a/lisp/sort.el b/lisp/sort.el index 0ef282abedd..8ea3decb76f 100644 --- a/lisp/sort.el +++ b/lisp/sort.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; sort.el --- commands to sort text in an Emacs buffer | 1 | ;;; sort.el --- commands to sort text in an Emacs buffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986-1987, 1994-1995, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986-1987, 1994-1995, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Howie Kaye | 6 | ;; Author: Howie Kaye |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/speedbar.el b/lisp/speedbar.el index 6afc5a781d8..b84afd797d1 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; speedbar --- quick access to files and tags in a frame | 1 | ;;; speedbar --- quick access to files and tags in a frame |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-2011 | 3 | ;; Copyright (C) 1996-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: file, tags, tools | 6 | ;; Keywords: file, tags, tools |
diff --git a/lisp/t-mouse.el b/lisp/t-mouse.el index 90fcfbfd1d9..059024c4bce 100644 --- a/lisp/t-mouse.el +++ b/lisp/t-mouse.el | |||
| @@ -4,8 +4,7 @@ | |||
| 4 | ;; Maintainer: FSF | 4 | ;; Maintainer: FSF |
| 5 | ;; Keywords: mouse gpm linux | 5 | ;; Keywords: mouse gpm linux |
| 6 | 6 | ||
| 7 | ;; Copyright (C) 1994-1995, 1998, 2006-2011 | 7 | ;; Copyright (C) 1994-1995, 1998, 2006-2011 Free Software Foundation, Inc. |
| 8 | ;; Free Software Foundation, Inc. | ||
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 11 | 10 | ||
diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index 22f90ba849a..fdac245c53b 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; tar-mode.el --- simple editing of tar files from GNU emacs | 1 | ;;; tar-mode.el --- simple editing of tar files from GNU emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990-1991, 1993-2011 | 3 | ;; Copyright (C) 1990-1991, 1993-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Jamie Zawinski <jwz@lucid.com> | 5 | ;; Author: Jamie Zawinski <jwz@lucid.com> |
| 7 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/term/README b/lisp/term/README index 444d4625ecf..6d2e0acbd20 100644 --- a/lisp/term/README +++ b/lisp/term/README | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | Copyright (C) 1993, 2001-2011 | 1 | Copyright (C) 1993, 2001-2011 Free Software Foundation, Inc. |
| 2 | Free Software Foundation, Inc. | ||
| 3 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 4 | 3 | ||
| 5 | 4 | ||
diff --git a/lisp/term/internal.el b/lisp/term/internal.el index 58f4ece4e4d..43b799df1c9 100644 --- a/lisp/term/internal.el +++ b/lisp/term/internal.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; internal.el --- support for PC internal terminal | 1 | ;;; internal.el --- support for PC internal terminal |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-1994, 1998-1999, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1994, 1998-1999, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Morten Welinder <terra@diku.dk> | 6 | ;; Author: Morten Welinder <terra@diku.dk> |
| 6 | 7 | ||
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index ea135ffc19b..6286b83258b 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ns-win.el --- lisp side of interface with NeXT/Open/GNUstep/MacOS X window system | 1 | ;;; ns-win.el --- lisp side of interface with NeXT/Open/GNUstep/MacOS X window system |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-1994, 2005-2011 | 3 | ;; Copyright (C) 1993-1994, 2005-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Authors: Carl Edman | 5 | ;; Authors: Carl Edman |
| 7 | ;; Christian Limpach | 6 | ;; Christian Limpach |
diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el index 230081d4dbb..4cb88f6bd23 100644 --- a/lisp/term/pc-win.el +++ b/lisp/term/pc-win.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; pc-win.el --- setup support for `PC windows' (whatever that is) | 1 | ;;; pc-win.el --- setup support for `PC windows' (whatever that is) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1996-1997, 1999, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1996-1997, 1999, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Morten Welinder <terra@diku.dk> | 6 | ;; Author: Morten Welinder <terra@diku.dk> |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/term/rxvt.el b/lisp/term/rxvt.el index a763bf141cd..0e9de519c8c 100644 --- a/lisp/term/rxvt.el +++ b/lisp/term/rxvt.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; rxvt.el --- define function key sequences and standard colors for rxvt | 1 | ;;; rxvt.el --- define function key sequences and standard colors for rxvt |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2011 | 3 | ;; Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eli Zaretskii | 5 | ;; Author: Eli Zaretskii |
| 7 | ;; Keywords: terminals | 6 | ;; Keywords: terminals |
diff --git a/lisp/terminal.el b/lisp/terminal.el index 98008595950..d888a653c93 100644 --- a/lisp/terminal.el +++ b/lisp/terminal.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; terminal.el --- terminal emulator for GNU Emacs | 1 | ;;; terminal.el --- terminal emulator for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986-1989, 1993-1994, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986-1989, 1993-1994, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> | 6 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/textmodes/bibtex-style.el b/lisp/textmodes/bibtex-style.el index 553601dbea8..831d4e86676 100644 --- a/lisp/textmodes/bibtex-style.el +++ b/lisp/textmodes/bibtex-style.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; bibtex-style.el --- Major mode for BibTeX Style files | 1 | ;;; bibtex-style.el --- Major mode for BibTeX Style files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2007-2011 | 3 | ;; Copyright (C) 2005, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 7 | ;; Keywords: tex | 6 | ;; Keywords: tex |
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index 484b567848b..2d2c0380a4a 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; bibtex.el --- BibTeX mode for GNU Emacs | 1 | ;;; bibtex.el --- BibTeX mode for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994-1999, 2001-2011 | 3 | ;; Copyright (C) 1992, 1994-1999, 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Stefan Schoef <schoef@offis.uni-oldenburg.de> | 5 | ;; Author: Stefan Schoef <schoef@offis.uni-oldenburg.de> |
| 7 | ;; Bengt Martensson <bengt@mathematik.uni-Bremen.de> | 6 | ;; Bengt Martensson <bengt@mathematik.uni-Bremen.de> |
diff --git a/lisp/textmodes/conf-mode.el b/lisp/textmodes/conf-mode.el index e5fcad7d22e..4e6c8bd6b05 100644 --- a/lisp/textmodes/conf-mode.el +++ b/lisp/textmodes/conf-mode.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; conf-mode.el --- Simple major mode for editing conf/ini/properties files | 1 | ;;; conf-mode.el --- Simple major mode for editing conf/ini/properties files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> | 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |
| 7 | ;; Keywords: conf ini windows java | 6 | ;; Keywords: conf ini windows java |
diff --git a/lisp/textmodes/dns-mode.el b/lisp/textmodes/dns-mode.el index 994eeea0aa7..0d5d28f8e5d 100644 --- a/lisp/textmodes/dns-mode.el +++ b/lisp/textmodes/dns-mode.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; dns-mode.el --- a mode for viewing/editing Domain Name System master files | 1 | ;;; dns-mode.el --- a mode for viewing/editing Domain Name System master files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2001, 2004-2011 | 3 | ;; Copyright (C) 2000-2001, 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Simon Josefsson <simon@josefsson.org> | 5 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 7 | ;; Keywords: DNS master zone file SOA comm | 6 | ;; Keywords: DNS master zone file SOA comm |
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index ab4eb328c50..ab31fed7069 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ispell.el --- interface to International Ispell Versions 3.1 and 3.2 | 1 | ;;; ispell.el --- interface to International Ispell Versions 3.1 and 3.2 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-1995, 1997-2011 | 3 | ;; Copyright (C) 1994-1995, 1997-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Ken Stevens <k.stevens@ieee.org> | 5 | ;; Author: Ken Stevens <k.stevens@ieee.org> |
| 7 | ;; Maintainer: Ken Stevens <k.stevens@ieee.org> | 6 | ;; Maintainer: Ken Stevens <k.stevens@ieee.org> |
diff --git a/lisp/textmodes/nroff-mode.el b/lisp/textmodes/nroff-mode.el index b277f9e7758..8fb0bd85dab 100644 --- a/lisp/textmodes/nroff-mode.el +++ b/lisp/textmodes/nroff-mode.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; nroff-mode.el --- GNU Emacs major mode for editing nroff source | 1 | ;;; nroff-mode.el --- GNU Emacs major mode for editing nroff source |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1986, 1994-1995, 1997, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985-1986, 1994-1995, 1997, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: wp | 7 | ;; Keywords: wp |
diff --git a/lisp/textmodes/page-ext.el b/lisp/textmodes/page-ext.el index ed4c5989292..6e73fda662b 100644 --- a/lisp/textmodes/page-ext.el +++ b/lisp/textmodes/page-ext.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; page-ext.el --- extended page handling commands | 1 | ;;; page-ext.el --- extended page handling commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990-1991, 1993-1994, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990-1991, 1993-1994, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Robert J. Chassell <bob@gnu.org> | 6 | ;; Author: Robert J. Chassell <bob@gnu.org> |
| 6 | ;; (according to ack.texi) | 7 | ;; (according to ack.texi) |
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el index 5527fdfc77b..b55146c2ff9 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; rst.el --- Mode for viewing and editing reStructuredText-documents. | 1 | ;;; rst.el --- Mode for viewing and editing reStructuredText-documents. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2011 | 3 | ;; Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Authors: Martin Blais <blais@furius.ca>, | 5 | ;; Authors: Martin Blais <blais@furius.ca>, |
| 7 | ;; Stefan Merten <smerten@oekonux.de>, | 6 | ;; Stefan Merten <smerten@oekonux.de>, |
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index 8f06e029d40..2229dc6c9e8 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; sgml-mode.el --- SGML- and HTML-editing modes -*- coding: utf-8 -*- | 1 | ;;; sgml-mode.el --- SGML- and HTML-editing modes -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1995-1996, 1998, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 1995-1996, 1998, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: James Clark <jjc@jclark.com> | 6 | ;; Author: James Clark <jjc@jclark.com> |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 73c1d089c10..d33cbb97dd8 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; texinfmt.el --- format Texinfo files into Info files | 1 | ;;; texinfmt.el --- format Texinfo files into Info files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1986, 1988, 1990-1998, 2000-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985-1986, 1988, 1990-1998, 2000-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: Robert J. Chassell <bug-texinfo@gnu.org> | 6 | ;; Maintainer: Robert J. Chassell <bug-texinfo@gnu.org> |
| 6 | ;; Keywords: maint, tex, docs | 7 | ;; Keywords: maint, tex, docs |
diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el index 8a3e03c9fe6..020faa197cd 100644 --- a/lisp/thingatpt.el +++ b/lisp/thingatpt.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; thingatpt.el --- get the `thing' at point | 1 | ;;; thingatpt.el --- get the `thing' at point |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991-1998, 2000-2011 | 3 | ;; Copyright (C) 1991-1998, 2000-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Mike Williams <mikew@gopher.dosli.govt.nz> | 5 | ;; Author: Mike Williams <mikew@gopher.dosli.govt.nz> |
| 7 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index 104f0b820ca..9a9fc8b4a83 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; time-stamp.el --- Maintain last change time stamps in files edited by Emacs | 1 | ;;; time-stamp.el --- Maintain last change time stamps in files edited by Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1993-1995, 1997, 2000-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 1993-1995, 1997, 2000-2011 |
| 4 | ;; Free Software 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/lisp/time.el b/lisp/time.el index 6dc0e14d75f..1bc1cca1112 100644 --- a/lisp/time.el +++ b/lisp/time.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; time.el --- display time, load and mail indicator in mode line of Emacs -*-coding: utf-8 -*- | 1 | ;;; time.el --- display time, load and mail indicator in mode line of Emacs -*-coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1987, 1993-1994, 1996, 2000-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985-1987, 1993-1994, 1996, 2000-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | 7 | ||
diff --git a/lisp/timezone.el b/lisp/timezone.el index 8002c0a97b8..092d491a495 100644 --- a/lisp/timezone.el +++ b/lisp/timezone.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; timezone.el --- time zone package for GNU Emacs | 1 | ;;; timezone.el --- time zone package for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990-1993, 1996, 1999, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990-1993, 1996, 1999, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Masanobu Umeda | 6 | ;; Author: Masanobu Umeda |
| 6 | ;; Maintainer: umerin@mse.kyutech.ac.jp | 7 | ;; Maintainer: umerin@mse.kyutech.ac.jp |
diff --git a/lisp/url/url-about.el b/lisp/url/url-about.el index 196b7abfdcb..b6f54db038e 100644 --- a/lisp/url/url-about.el +++ b/lisp/url/url-about.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; url-about.el --- Show internal URLs | 1 | ;;; url-about.el --- Show internal URLs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2004-2011 | 3 | ;; Copyright (C) 2001, 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 7 | 6 | ||
diff --git a/lisp/url/url-cid.el b/lisp/url/url-cid.el index c476f049e4a..a5371a423e0 100644 --- a/lisp/url/url-cid.el +++ b/lisp/url/url-cid.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; url-cid.el --- Content-ID URL loader | 1 | ;;; url-cid.el --- Content-ID URL loader |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-1999, 2004-2011 | 3 | ;; Copyright (C) 1998-1999, 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 7 | 6 | ||
diff --git a/lisp/url/url-dav.el b/lisp/url/url-dav.el index 60c7bfa0836..3d1f6afcb0e 100644 --- a/lisp/url/url-dav.el +++ b/lisp/url/url-dav.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; url-dav.el --- WebDAV support | 1 | ;;; url-dav.el --- WebDAV support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2004-2011 | 3 | ;; Copyright (C) 2001, 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 7 | ;; Maintainer: Bill Perry <wmperry@gnu.org> | 6 | ;; Maintainer: Bill Perry <wmperry@gnu.org> |
diff --git a/lisp/url/url-expand.el b/lisp/url/url-expand.el index 3d28e37ba0b..1781c362959 100644 --- a/lisp/url/url-expand.el +++ b/lisp/url/url-expand.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; url-expand.el --- expand-file-name for URLs | 1 | ;;; url-expand.el --- expand-file-name for URLs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2004-2011 | 3 | ;; Copyright (C) 1999, 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 7 | 6 | ||
diff --git a/lisp/url/url-gw.el b/lisp/url/url-gw.el index 070bfa06fb2..2ba23583528 100644 --- a/lisp/url/url-gw.el +++ b/lisp/url/url-gw.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; url-gw.el --- Gateway munging for URL loading | 1 | ;;; url-gw.el --- Gateway munging for URL loading |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997-1998, 2004-2011 | 3 | ;; Copyright (C) 1997-1998, 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 7 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
diff --git a/lisp/vc/compare-w.el b/lisp/vc/compare-w.el index ab0bf7b83de..4c63e48a3fc 100644 --- a/lisp/vc/compare-w.el +++ b/lisp/vc/compare-w.el | |||
| @@ -1,6 +1,7 @@ | |||
| 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, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1989, 1993, 1997, 2001-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: convenience files vc | 7 | ;; Keywords: convenience files vc |
diff --git a/lisp/vc/ediff-diff.el b/lisp/vc/ediff-diff.el index 66c1eddc4a4..078947e8501 100644 --- a/lisp/vc/ediff-diff.el +++ b/lisp/vc/ediff-diff.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ediff-diff.el --- diff-related utilities | 1 | ;;; ediff-diff.el --- diff-related utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-2011 | 3 | ;; Copyright (C) 1994-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | ;; Package: ediff | 6 | ;; Package: ediff |
diff --git a/lisp/vc/ediff-ptch.el b/lisp/vc/ediff-ptch.el index 5d91e65ab6a..468d12057ab 100644 --- a/lisp/vc/ediff-ptch.el +++ b/lisp/vc/ediff-ptch.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ediff-ptch.el --- Ediff's patch support | 1 | ;;; ediff-ptch.el --- Ediff's patch support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-2011 | 3 | ;; Copyright (C) 1996-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | ;; Package: ediff | 6 | ;; Package: ediff |
diff --git a/lisp/vc/ediff-util.el b/lisp/vc/ediff-util.el index bf18f117fd6..92f52157cb2 100644 --- a/lisp/vc/ediff-util.el +++ b/lisp/vc/ediff-util.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ediff-util.el --- the core commands and utilities of ediff | 1 | ;;; ediff-util.el --- the core commands and utilities of ediff |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-2011 | 3 | ;; Copyright (C) 1994-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | ;; Package: ediff | 6 | ;; Package: ediff |
diff --git a/lisp/vc/ediff-wind.el b/lisp/vc/ediff-wind.el index 01355da5f41..5a7fa0bf950 100644 --- a/lisp/vc/ediff-wind.el +++ b/lisp/vc/ediff-wind.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ediff-wind.el --- window manipulation utilities | 1 | ;;; ediff-wind.el --- window manipulation utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-1997, 2000-2011 | 3 | ;; Copyright (C) 1994-1997, 2000-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | ;; Package: ediff | 6 | ;; Package: ediff |
diff --git a/lisp/vc/pcvs-defs.el b/lisp/vc/pcvs-defs.el index 9b77d8f922e..67f86dd364c 100644 --- a/lisp/vc/pcvs-defs.el +++ b/lisp/vc/pcvs-defs.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; pcvs-defs.el --- variable definitions for PCL-CVS | 1 | ;;; pcvs-defs.el --- variable definitions for PCL-CVS |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991-2011 | 3 | ;; Copyright (C) 1991-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 7 | ;; Keywords: pcl-cvs | 6 | ;; Keywords: pcl-cvs |
diff --git a/lisp/vc/pcvs-info.el b/lisp/vc/pcvs-info.el index b2495f69343..3fd6cd40299 100644 --- a/lisp/vc/pcvs-info.el +++ b/lisp/vc/pcvs-info.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; pcvs-info.el --- internal representation of a fileinfo entry | 1 | ;;; pcvs-info.el --- internal representation of a fileinfo entry |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991-2011 | 3 | ;; Copyright (C) 1991-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 7 | ;; Keywords: pcl-cvs | 6 | ;; Keywords: pcl-cvs |
diff --git a/lisp/vc/vc-arch.el b/lisp/vc/vc-arch.el index 1d184398ad0..59cefe047b6 100644 --- a/lisp/vc/vc-arch.el +++ b/lisp/vc/vc-arch.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; vc-arch.el --- VC backend for the Arch version-control system | 1 | ;;; vc-arch.el --- VC backend for the Arch version-control system |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 7 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> | 6 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> |
diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el index 489dfbe3e7c..5f386bcee76 100644 --- a/lisp/vc/vc-dir.el +++ b/lisp/vc/vc-dir.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; vc-dir.el --- Directory status display under VC | 1 | ;;; vc-dir.el --- Directory status display under VC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2011 | 3 | ;; Copyright (C) 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Dan Nicolaescu <dann@ics.uci.edu> | 5 | ;; Author: Dan Nicolaescu <dann@ics.uci.edu> |
| 7 | ;; Keywords: vc tools | 6 | ;; Keywords: vc tools |
diff --git a/lisp/vc/vc-dispatcher.el b/lisp/vc/vc-dispatcher.el index a5ee99f9d2b..b12719642e9 100644 --- a/lisp/vc/vc-dispatcher.el +++ b/lisp/vc/vc-dispatcher.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; vc-dispatcher.el -- generic command-dispatcher facility. | 1 | ;;; vc-dispatcher.el -- generic command-dispatcher facility. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2011 | 3 | ;; Copyright (C) 2008-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: FSF (see below for full credits) | 5 | ;; Author: FSF (see below for full credits) |
| 7 | ;; Maintainer: Eric S. Raymond <esr@thyrsus.com> | 6 | ;; Maintainer: Eric S. Raymond <esr@thyrsus.com> |
diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index 7de35e84a2d..e7bfd273732 100644 --- a/lisp/vc/vc-hooks.el +++ b/lisp/vc/vc-hooks.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; vc-hooks.el --- resident support for version-control | 1 | ;;; vc-hooks.el --- resident support for version-control |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-1996, 1998-2011 | 3 | ;; Copyright (C) 1992-1996, 1998-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 7 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
diff --git a/lisp/vc/vc-rcs.el b/lisp/vc/vc-rcs.el index a86f16ebab5..d3a64f15f9e 100644 --- a/lisp/vc/vc-rcs.el +++ b/lisp/vc/vc-rcs.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; vc-rcs.el --- support for RCS version-control | 1 | ;;; vc-rcs.el --- support for RCS version-control |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-2011 | 3 | ;; Copyright (C) 1992-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 7 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
diff --git a/lisp/vc/vc-sccs.el b/lisp/vc/vc-sccs.el index 3348fda9618..0ee75e1c24a 100644 --- a/lisp/vc/vc-sccs.el +++ b/lisp/vc/vc-sccs.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; vc-sccs.el --- support for SCCS version-control | 1 | ;;; vc-sccs.el --- support for SCCS version-control |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-2011 | 3 | ;; Copyright (C) 1992-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 7 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
diff --git a/lisp/vc/vc-svn.el b/lisp/vc/vc-svn.el index a924b53ee62..aefef50cf79 100644 --- a/lisp/vc/vc-svn.el +++ b/lisp/vc/vc-svn.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; vc-svn.el --- non-resident support for Subversion version-control | 1 | ;;; vc-svn.el --- non-resident support for Subversion version-control |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2011 | 3 | ;; Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 7 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> | 6 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> |
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 0a44ab2b06f..7f11a4b3333 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; vc.el --- drive a version-control system from within Emacs | 1 | ;;; vc.el --- drive a version-control system from within Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-1998, 2000-2011 | 3 | ;; Copyright (C) 1992-1998, 2000-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: FSF (see below for full credits) | 5 | ;; Author: FSF (see below for full credits) |
| 7 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
diff --git a/lisp/view.el b/lisp/view.el index 07bb10f4ff5..b7b43e35997 100644 --- a/lisp/view.el +++ b/lisp/view.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; view.el --- peruse file or buffer without editing | 1 | ;;; view.el --- peruse file or buffer without editing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1989, 1994-1995, 1997, 2000-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1989, 1994-1995, 1997, 2000-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: K. Shane Hartman | 6 | ;; Author: K. Shane Hartman |
| 6 | ;; Maintainer: Inge Frick <inge@nada.kth.se> | 7 | ;; Maintainer: Inge Frick <inge@nada.kth.se> |
diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el index 79e475d6af5..d1e8edc40be 100644 --- a/lisp/w32-vars.el +++ b/lisp/w32-vars.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; w32-vars.el --- MS-Windows specific user options | 1 | ;;; w32-vars.el --- MS-Windows specific user options |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2011 | 3 | ;; Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Jason Rumney <jasonr@gnu.org> | 5 | ;; Author: Jason Rumney <jasonr@gnu.org> |
| 7 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/lisp/wdired.el b/lisp/wdired.el index 463e0ff94d2..11ef25d4eac 100644 --- a/lisp/wdired.el +++ b/lisp/wdired.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; wdired.el --- Rename files editing their names in dired buffers | 1 | ;;; wdired.el --- Rename files editing their names in dired buffers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Filename: wdired.el | 5 | ;; Filename: wdired.el |
| 7 | ;; Author: Juan León Lahoz García <juanleon1@gmail.com> | 6 | ;; Author: Juan León Lahoz García <juanleon1@gmail.com> |
diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 93d82ca998f..8d25a161b47 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; whitespace.el --- minor mode to visualize TAB, (HARD) SPACE, NEWLINE | 1 | ;;; whitespace.el --- minor mode to visualize TAB, (HARD) SPACE, NEWLINE |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2011 | 3 | ;; Copyright (C) 2000-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 7 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
diff --git a/lisp/x-dnd.el b/lisp/x-dnd.el index 15c1834ebbc..b12cb6c3ab7 100644 --- a/lisp/x-dnd.el +++ b/lisp/x-dnd.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; x-dnd.el --- drag and drop support for X -*- coding: utf-8 -*- | 1 | ;;; x-dnd.el --- drag and drop support for X -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2011 | 3 | ;; Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Jan Djärv <jan.h.d@swipnet.se> | 5 | ;; Author: Jan Djärv <jan.h.d@swipnet.se> |
| 7 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |