diff options
| author | Glenn Morris | 2012-01-05 01:46:05 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-01-05 01:46:05 -0800 |
| commit | acaf905b1130aae80fa59d2c861ffd4c8eb75486 (patch) | |
| tree | e68816f5c5d999af02edc3c99329c67d2d54b164 /lisp/mail | |
| parent | 7497ef13c916f39e297a83193d9163fb37a3b799 (diff) | |
| download | emacs-acaf905b1130aae80fa59d2c861ffd4c8eb75486.tar.gz emacs-acaf905b1130aae80fa59d2c861ffd4c8eb75486.zip | |
Add 2012 to FSF copyright years for Emacs files
Diffstat (limited to 'lisp/mail')
33 files changed, 33 insertions, 33 deletions
diff --git a/lisp/mail/binhex.el b/lisp/mail/binhex.el index 32593462062..dd76ce90809 100644 --- a/lisp/mail/binhex.el +++ b/lisp/mail/binhex.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; binhex.el --- decode BinHex-encoded text | 1 | ;;; binhex.el --- decode BinHex-encoded text |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 5 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 6 | ;; Keywords: binhex news | 6 | ;; Keywords: binhex news |
diff --git a/lisp/mail/blessmail.el b/lisp/mail/blessmail.el index b614fffb69d..44b2996dea9 100644 --- a/lisp/mail/blessmail.el +++ b/lisp/mail/blessmail.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; blessmail.el --- decide whether movemail needs special privileges -*- no-byte-compile: t -*- | 1 | ;;; blessmail.el --- decide whether movemail needs special privileges -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 5b7601c6335..0e30727d483 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; emacsbug.el --- command to report Emacs bugs to appropriate mailing list | 1 | ;;; emacsbug.el --- command to report Emacs bugs to appropriate mailing list |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1994, 1997-1998, 2000-2011 | 3 | ;; Copyright (C) 1985, 1994, 1997-1998, 2000-2012 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: K. Shane Hartman | 6 | ;; Author: K. Shane Hartman |
diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el index 342d6c16b6e..05949d0eccf 100644 --- a/lisp/mail/footnote.el +++ b/lisp/mail/footnote.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; footnote.el --- footnote support for message mode -*- coding: utf-8;-*- | 1 | ;;; footnote.el --- footnote support for message mode -*- coding: utf-8;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2000-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2000-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Steven L Baur <steve@xemacs.org> | 5 | ;; Author: Steven L Baur <steve@xemacs.org> |
| 6 | ;; Keywords: mail, news | 6 | ;; Keywords: mail, news |
diff --git a/lisp/mail/hashcash.el b/lisp/mail/hashcash.el index 8343cd086b1..279b5f7b460 100644 --- a/lisp/mail/hashcash.el +++ b/lisp/mail/hashcash.el | |||
| @@ -1,6 +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 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2005, 2007-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Written by: Paul Foley <mycroft@actrix.gen.nz> (1997-2002) | 5 | ;; Written by: Paul Foley <mycroft@actrix.gen.nz> (1997-2002) |
| 6 | ;; 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 12826001d86..5012d8af650 100644 --- a/lisp/mail/mail-extr.el +++ b/lisp/mail/mail-extr.el | |||
| @@ -1,6 +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 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991-1994, 1997, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Joe Wells <jbw@cs.bu.edu> | 5 | ;; Author: Joe Wells <jbw@cs.bu.edu> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/mail/mail-hist.el b/lisp/mail/mail-hist.el index d824c282805..0e79992aebe 100644 --- a/lisp/mail/mail-hist.el +++ b/lisp/mail/mail-hist.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mail-hist.el --- headers and message body history for outgoing mail | 1 | ;;; mail-hist.el --- headers and message body history for outgoing mail |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Karl Fogel <kfogel@red-bean.com> | 5 | ;; Author: Karl Fogel <kfogel@red-bean.com> |
| 6 | ;; Created: March, 1994 | 6 | ;; Created: March, 1994 |
diff --git a/lisp/mail/mail-utils.el b/lisp/mail/mail-utils.el index 2e6f06a6758..a20201fb529 100644 --- a/lisp/mail/mail-utils.el +++ b/lisp/mail/mail-utils.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mail-utils.el --- utility functions used both by rmail and rnews | 1 | ;;; mail-utils.el --- utility functions used both by rmail and rnews |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: mail, news | 6 | ;; Keywords: mail, news |
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index 2472b8a1870..51a4c6506be 100644 --- a/lisp/mail/mailabbrev.el +++ b/lisp/mail/mailabbrev.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mailabbrev.el --- abbrev-expansion of mail aliases | 1 | ;;; mailabbrev.el --- abbrev-expansion of mail aliases |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1987, 1992-1993, 1996-1997, 2000-2011 | 3 | ;; Copyright (C) 1985-1987, 1992-1993, 1996-1997, 2000-2012 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jamie Zawinski <jwz@lucid.com; now jwz@jwz.org> | 6 | ;; Author: Jamie Zawinski <jwz@lucid.com; now jwz@jwz.org> |
diff --git a/lisp/mail/mailalias.el b/lisp/mail/mailalias.el index fc8a07acd47..0b55fe42e42 100644 --- a/lisp/mail/mailalias.el +++ b/lisp/mail/mailalias.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mailalias.el --- expand and complete mailing address aliases -*- lexical-binding: t -*- | 1 | ;;; mailalias.el --- expand and complete mailing address aliases -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1995-1997, 2001-2011 | 3 | ;; Copyright (C) 1985, 1987, 1995-1997, 2001-2012 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/mail/mailclient.el b/lisp/mail/mailclient.el index b957d9f36c6..2e18c7ce23a 100644 --- a/lisp/mail/mailclient.el +++ b/lisp/mail/mailclient.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mailclient.el --- mail sending via system's mail client. | 1 | ;;; mailclient.el --- mail sending via system's mail client. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005-2011 Free Software Foundation | 3 | ;; Copyright (C) 2005-2012 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; Author: David Reitter <david.reitter@gmail.com> | 5 | ;; Author: David Reitter <david.reitter@gmail.com> |
| 6 | ;; Keywords: mail | 6 | ;; Keywords: mail |
diff --git a/lisp/mail/mailheader.el b/lisp/mail/mailheader.el index 1277d1d4109..1c917a05dfb 100644 --- a/lisp/mail/mailheader.el +++ b/lisp/mail/mailheader.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mailheader.el --- mail header parsing, merging, formatting | 1 | ;;; mailheader.el --- mail header parsing, merging, formatting |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Erik Naggum <erik@naggum.no> | 5 | ;; Author: Erik Naggum <erik@naggum.no> |
| 6 | ;; Keywords: tools, mail, news | 6 | ;; Keywords: tools, mail, news |
diff --git a/lisp/mail/metamail.el b/lisp/mail/metamail.el index fcc334ea30b..ed2c4a66b7a 100644 --- a/lisp/mail/metamail.el +++ b/lisp/mail/metamail.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; metamail.el --- Metamail interface for GNU Emacs | 1 | ;;; metamail.el --- Metamail interface for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1996, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1996, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> | 5 | ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> |
| 6 | ;; Keywords: mail, news, mime, multimedia | 6 | ;; Keywords: mail, news, mime, multimedia |
diff --git a/lisp/mail/mspools.el b/lisp/mail/mspools.el index 9af59672689..d52d9633ee7 100644 --- a/lisp/mail/mspools.el +++ b/lisp/mail/mspools.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mspools.el --- show mail spools waiting to be read | 1 | ;;; mspools.el --- show mail spools waiting to be read |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stephen Eglen <stephen@gnu.org> | 5 | ;; Author: Stephen Eglen <stephen@gnu.org> |
| 6 | ;; Maintainer: Stephen Eglen <stephen@gnu.org> | 6 | ;; Maintainer: Stephen Eglen <stephen@gnu.org> |
diff --git a/lisp/mail/reporter.el b/lisp/mail/reporter.el index 6c5448aca83..b4ee19b5186 100644 --- a/lisp/mail/reporter.el +++ b/lisp/mail/reporter.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; reporter.el --- customizable bug reporting of lisp programs | 1 | ;;; reporter.el --- customizable bug reporting of lisp programs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-1998, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1998, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: 1993-1998 Barry A. Warsaw | 5 | ;; Author: 1993-1998 Barry A. Warsaw |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/mail/rfc2368.el b/lisp/mail/rfc2368.el index d3f824fe50f..dd10189d264 100644 --- a/lisp/mail/rfc2368.el +++ b/lisp/mail/rfc2368.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rfc2368.el --- support for rfc2368 | 1 | ;;; rfc2368.el --- support for rfc2368 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2000-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Sen Nagata <sen@eccosys.com> | 5 | ;; Author: Sen Nagata <sen@eccosys.com> |
| 6 | ;; Keywords: mail | 6 | ;; Keywords: mail |
diff --git a/lisp/mail/rfc822.el b/lisp/mail/rfc822.el index 9e4e60e6806..4a1779d44f7 100644 --- a/lisp/mail/rfc822.el +++ b/lisp/mail/rfc822.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rfc822.el --- hairy rfc822 parser for mail and news and suchlike | 1 | ;;; rfc822.el --- hairy rfc822 parser for mail and news and suchlike |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986-1987, 1990, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986-1987, 1990, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> | 5 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/mail/rmail-spam-filter.el b/lisp/mail/rmail-spam-filter.el index 14a76746797..d7e31bfade7 100644 --- a/lisp/mail/rmail-spam-filter.el +++ b/lisp/mail/rmail-spam-filter.el | |||
| @@ -1,6 +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 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2012 Free Software Foundation, Inc. |
| 4 | ;; Keywords: email, spam, filter, rmail | 4 | ;; Keywords: email, spam, filter, rmail |
| 5 | ;; Author: Eli Tziperman <eli AT deas.harvard.edu> | 5 | ;; Author: Eli Tziperman <eli AT deas.harvard.edu> |
| 6 | ;; Package: rmail | 6 | ;; Package: rmail |
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 5f0eb2644ee..1768f4aa9e2 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rmail.el --- main code of "RMAIL" mail reader for Emacs | 1 | ;;; rmail.el --- main code of "RMAIL" mail reader for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1988, 1993-1998, 2000-2011 | 3 | ;; Copyright (C) 1985-1988, 1993-1998, 2000-2012 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index 7e70f66ef11..0b837a43d94 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rmailedit.el --- "RMAIL edit mode" Edit the current message | 1 | ;;; rmailedit.el --- "RMAIL edit mode" Edit the current message |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1994, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1994, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: mail | 6 | ;; Keywords: mail |
diff --git a/lisp/mail/rmailkwd.el b/lisp/mail/rmailkwd.el index 472740aefd8..a3a56fa47a2 100644 --- a/lisp/mail/rmailkwd.el +++ b/lisp/mail/rmailkwd.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rmailkwd.el --- part of the "RMAIL" mail reader for Emacs | 1 | ;;; rmailkwd.el --- part of the "RMAIL" mail reader for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1988, 1994, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1988, 1994, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: mail | 6 | ;; Keywords: mail |
diff --git a/lisp/mail/rmailmm.el b/lisp/mail/rmailmm.el index 03023b07527..9adc5eb9a06 100644 --- a/lisp/mail/rmailmm.el +++ b/lisp/mail/rmailmm.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rmailmm.el --- MIME decoding and display stuff for RMAIL | 1 | ;;; rmailmm.el --- MIME decoding and display stuff for RMAIL |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Alexander Pohoyda | 5 | ;; Author: Alexander Pohoyda |
| 6 | ;; Alex Schroeder | 6 | ;; Alex Schroeder |
diff --git a/lisp/mail/rmailmsc.el b/lisp/mail/rmailmsc.el index 4519ab1505f..bfe2b6bbd79 100644 --- a/lisp/mail/rmailmsc.el +++ b/lisp/mail/rmailmsc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rmailmsc.el --- miscellaneous support functions for the RMAIL mail reader | 1 | ;;; rmailmsc.el --- miscellaneous support functions for the RMAIL mail reader |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: mail | 6 | ;; Keywords: mail |
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index ad76a493483..9c5b99c5184 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el | |||
| @@ -1,6 +1,6 @@ | |||
| 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 | 3 | ;; Copyright (C) 1985, 1987, 1993-1994, 2001-2012 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/mail/rmailsort.el b/lisp/mail/rmailsort.el index d8b85ad688a..41e24c0c16a 100644 --- a/lisp/mail/rmailsort.el +++ b/lisp/mail/rmailsort.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rmailsort.el --- Rmail: sort messages | 1 | ;;; rmailsort.el --- Rmail: sort messages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1993-1994, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990, 1993-1994, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> | 5 | ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 5c147be3104..d3a464161cb 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rmailsum.el --- make summary buffers for the mail reader | 1 | ;;; rmailsum.el --- make summary buffers for the mail reader |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1993-1996, 2000-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1993-1996, 2000-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: mail | 6 | ;; Keywords: mail |
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 6044392d4e0..f0068e81811 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; sendmail.el --- mail sending commands for Emacs. -*- byte-compile-dynamic: t -*- | 1 | ;;; sendmail.el --- mail sending commands for Emacs. -*- byte-compile-dynamic: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1986, 1992-1996, 1998, 2000-2011 | 3 | ;; Copyright (C) 1985-1986, 1992-1996, 1998, 2000-2012 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index 4946b4e5cd3..d498f259269 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; smtpmail.el --- simple SMTP protocol (RFC 821) for sending mail | 1 | ;;; smtpmail.el --- simple SMTP protocol (RFC 821) for sending mail |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995-1996, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995-1996, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Tomoji Kagatani <kagatani@rbc.ncl.omron.co.jp> | 5 | ;; Author: Tomoji Kagatani <kagatani@rbc.ncl.omron.co.jp> |
| 6 | ;; Maintainer: Simon Josefsson <simon@josefsson.org> | 6 | ;; Maintainer: Simon Josefsson <simon@josefsson.org> |
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el index 3d754c08f83..c91c4b9fcd8 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; supercite.el --- minor mode for citing mail and news replies | 1 | ;;; supercite.el --- minor mode for citing mail and news replies |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1997, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1997, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: 1993 Barry A. Warsaw <bwarsaw@python.org> | 5 | ;; Author: 1993 Barry A. Warsaw <bwarsaw@python.org> |
| 6 | ;; Maintainer: Glenn Morris <rgm@gnu.org> | 6 | ;; Maintainer: Glenn Morris <rgm@gnu.org> |
diff --git a/lisp/mail/uce.el b/lisp/mail/uce.el index f1bd98af297..fdfe17a1a07 100644 --- a/lisp/mail/uce.el +++ b/lisp/mail/uce.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; uce.el --- facilitate reply to unsolicited commercial email | 1 | ;;; uce.el --- facilitate reply to unsolicited commercial email |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1998, 2000-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1998, 2000-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: stanislav shalunov <shalunov@mccme.ru> | 5 | ;; Author: stanislav shalunov <shalunov@mccme.ru> |
| 6 | ;; Created: 10 Dec 1996 | 6 | ;; Created: 10 Dec 1996 |
diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el index 04bb320a2ab..ee44cc72051 100644 --- a/lisp/mail/undigest.el +++ b/lisp/mail/undigest.el | |||
| @@ -1,6 +1,6 @@ | |||
| 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 | 3 | ;; Copyright (C) 1985-1986, 1994, 1996, 2001-2012 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/mail/unrmail.el b/lisp/mail/unrmail.el index 652693209e8..178b64f1191 100644 --- a/lisp/mail/unrmail.el +++ b/lisp/mail/unrmail.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; unrmail.el --- convert Rmail Babyl files to mailbox files | 1 | ;;; unrmail.el --- convert Rmail Babyl files to mailbox files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 2001-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: mail | 6 | ;; Keywords: mail |
diff --git a/lisp/mail/uudecode.el b/lisp/mail/uudecode.el index e2630b5102c..d4bf89ffaa1 100644 --- a/lisp/mail/uudecode.el +++ b/lisp/mail/uudecode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; uudecode.el -- elisp native uudecode | 1 | ;;; uudecode.el -- elisp native uudecode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 5 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 6 | ;; Keywords: uudecode news | 6 | ;; Keywords: uudecode news |