[gnus git] branch master updated: =1= Convert consecutive FSF copyright years to ranges.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 4c2a7a1c25d5b10316f35f28c972ef3e70225f25 (commit)
from 8b0ec1247278502d5ce3962fec0480e35b374987 (commit)
- Log -----------------------------------------------------------------
commit 4c2a7a1c25d5b10316f35f28c972ef3e70225f25
Author: Glenn Morris <[email protected]>
Date: Tue Jan 25 09:00:33 2011 +0000
Convert consecutive FSF copyright years to ranges.
diff --git a/GNUS-NEWS b/GNUS-NEWS
index 21de69b..718d186 100644
--- a/GNUS-NEWS
+++ b/GNUS-NEWS
@@ -1,7 +1,6 @@
GNUS NEWS -- history of user-visible changes.
-Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+Copyright (C) 1999-2011 Free Software Foundation, Inc.
See the end of the file for license conditions.
Please send Gnus bug reports to [email protected].
diff --git a/etc/gnus-tut.txt b/etc/gnus-tut.txt
index 9e6f400..e2f2926 100644
--- a/etc/gnus-tut.txt
+++ b/etc/gnus-tut.txt
@@ -25,8 +25,7 @@ Ingebrigtsen. If you have a WWW browser, you can investigate to your
heart's delight at <URL:http://www.gnus.org/> and
<URL:http://quimby.gnus.org/lmi/>.
-;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1995, 2001-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index 70d9323..e94cfb1 100644
--- a/lisp/auth-source.el
+++ b/lisp/auth-source.el
@@ -1,6 +1,6 @@
;;; auth-source.el --- authentication sources for Gnus and Emacs
-;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2011 Free Software Foundation, Inc.
;; Author: Ted Zlatanov <[email protected]>
;; Keywords: news
diff --git a/lisp/binhex.el b/lisp/binhex.el
index 3f0a9db..5332c0f 100644
--- a/lisp/binhex.el
+++ b/lisp/binhex.el
@@ -1,7 +1,6 @@
;;; binhex.el --- decode BinHex-encoded text
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: Shenghuo Zhu <[email protected]>
;; Keywords: binhex news
diff --git a/lisp/canlock.el b/lisp/canlock.el
index 126a595..5727bef 100644
--- a/lisp/canlock.el
+++ b/lisp/canlock.el
@@ -1,7 +1,6 @@
;;; canlock.el --- functions for Cancel-Lock feature
-;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-1999, 2001-2011 Free Software Foundation, Inc.
;; Author: Katsumi Yamaoka <[email protected]>
;; Keywords: news, cancel-lock, hmac, sha1, rfc2104
diff --git a/lisp/color.el b/lisp/color.el
index 690cf4f..5c95fff 100644
--- a/lisp/color.el
+++ b/lisp/color.el
@@ -1,6 +1,6 @@
;;; color.el --- Color manipulation laboratory routines -*- coding: utf-8; -*-
-;; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011 Free Software Foundation, Inc.
;; Author: Julien Danjou <[email protected]>
;; Keywords: html
diff --git a/lisp/compface.el b/lisp/compface.el
index ba99657..2a23837 100644
--- a/lisp/compface.el
+++ b/lisp/compface.el
@@ -1,6 +1,6 @@
;;; compface.el --- functions for converting X-Face headers
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2002-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/deuglify.el b/lisp/deuglify.el
index d0b83cd..89c6122 100644
--- a/lisp/deuglify.el
+++ b/lisp/deuglify.el
@@ -1,6 +1,6 @@
;;; deuglify.el --- deuglify broken Outlook (Express) articles
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+;; Copyright (C) 2001-2011
;; Free Software Foundation, Inc.
;; Author: Raymond Scholz <[email protected]>
diff --git a/lisp/dig.el b/lisp/dig.el
index 4b013fa..af78ded 100644
--- a/lisp/dig.el
+++ b/lisp/dig.el
@@ -1,7 +1,6 @@
;;; dig.el --- Domain Name System dig interface
-;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2000-2011 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
;; Keywords: DNS BIND dig comm
diff --git a/lisp/dns-mode.el b/lisp/dns-mode.el
index 74425a6..994eeea 100644
--- a/lisp/dns-mode.el
+++ b/lisp/dns-mode.el
@@ -1,6 +1,6 @@
;;; dns-mode.el --- a mode for viewing/editing Domain Name System master files
-;; Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+;; Copyright (C) 2000-2001, 2004-2011
;; Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
diff --git a/lisp/dns.el b/lisp/dns.el
index 06469ee..4469a54 100644
--- a/lisp/dns.el
+++ b/lisp/dns.el
@@ -1,6 +1,6 @@
;;; dns.el --- Domain Name Service lookups
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+;; Copyright (C) 2002-2011
;; Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
diff --git a/lisp/ecomplete.el b/lisp/ecomplete.el
index 8d6ba7a..d363602 100644
--- a/lisp/ecomplete.el
+++ b/lisp/ecomplete.el
@@ -1,6 +1,6 @@
;;; ecomplete.el --- electric completion of addresses and the like
-;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011
+;; Copyright (C) 2006-2011
;; Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
diff --git a/lisp/flow-fill.el b/lisp/flow-fill.el
index 76339c0..cdaebbd 100644
--- a/lisp/flow-fill.el
+++ b/lisp/flow-fill.el
@@ -1,7 +1,6 @@
;;; flow-fill.el --- interpret RFC2646 "flowed" text
-;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-;; 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2000-2011 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
;; Keywords: mail
diff --git a/lisp/format-spec.el b/lisp/format-spec.el
index d1d3e69..68d57b7 100644
--- a/lisp/format-spec.el
+++ b/lisp/format-spec.el
@@ -1,7 +1,6 @@
;;; format-spec.el --- functions for formatting arbitrary formatting strings
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: tools
diff --git a/lisp/gmm-utils.el b/lisp/gmm-utils.el
index ec8fe67..f722e03 100644
--- a/lisp/gmm-utils.el
+++ b/lisp/gmm-utils.el
@@ -1,6 +1,6 @@
;;; gmm-utils.el --- Utility functions for Gnus, Message and MML
-;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011
+;; Copyright (C) 2006-2011
;; Free Software Foundation, Inc.
;; Author: Reiner Steib <[email protected]>
diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el
index 2c0b02d..204d63d 100644
--- a/lisp/gnus-agent.el
+++ b/lisp/gnus-agent.el
@@ -1,7 +1,6 @@
;;; gnus-agent.el --- unplugged support for Gnus
-;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1997-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; This file is part of GNU Emacs.
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index 06817e9..0cf2d2f 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -1,7 +1,6 @@
;;; gnus-art.el --- article mode commands for Gnus
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-async.el b/lisp/gnus-async.el
index 9f20048..b7e24b8 100644
--- a/lisp/gnus-async.el
+++ b/lisp/gnus-async.el
@@ -1,7 +1,6 @@
;;; gnus-async.el --- asynchronous support for Gnus
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-bcklg.el b/lisp/gnus-bcklg.el
index 66576b7..d3fee35 100644
--- a/lisp/gnus-bcklg.el
+++ b/lisp/gnus-bcklg.el
@@ -1,7 +1,6 @@
;;; gnus-bcklg.el --- backlog functions for Gnus
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-bookmark.el b/lisp/gnus-bookmark.el
index 3688f4d..32477c7 100644
--- a/lisp/gnus-bookmark.el
+++ b/lisp/gnus-bookmark.el
@@ -1,6 +1,6 @@
;;; gnus-bookmark.el --- Bookmarks in Gnus
-;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011
+;; Copyright (C) 2006-2011
;; Free Software Foundation, Inc.
;; Author: Bastien Guerry <bzg AT altern DOT org>
diff --git a/lisp/gnus-cache.el b/lisp/gnus-cache.el
index 85f5f46..203368f 100644
--- a/lisp/gnus-cache.el
+++ b/lisp/gnus-cache.el
@@ -1,7 +1,6 @@
;;; gnus-cache.el --- cache interface for Gnus
-;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-cite.el b/lisp/gnus-cite.el
index b44ff78..d205437 100644
--- a/lisp/gnus-cite.el
+++ b/lisp/gnus-cite.el
@@ -1,7 +1,6 @@
;;; gnus-cite.el --- parse citations in articles for Gnus
-;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2011 Free Software Foundation, Inc.
;; Author: Per Abhiddenware
diff --git a/lisp/gnus-cus.el b/lisp/gnus-cus.el
index 0d34907..2f99abb 100644
--- a/lisp/gnus-cus.el
+++ b/lisp/gnus-cus.el
@@ -1,7 +1,6 @@
;;; gnus-cus.el --- customization commands for Gnus
-;; Copyright (C) 1996, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996, 1999-2011 Free Software Foundation, Inc.
;; Author: Per Abrahamsen <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-delay.el b/lisp/gnus-delay.el
index 130a44c..12aa1e5 100644
--- a/lisp/gnus-delay.el
+++ b/lisp/gnus-delay.el
@@ -1,6 +1,6 @@
;;; gnus-delay.el --- Delayed posting of articles
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+;; Copyright (C) 2001-2011
;; Free Software Foundation, Inc.
;; Author: Kai Großjohann <[email protected]>
diff --git a/lisp/gnus-demon.el b/lisp/gnus-demon.el
index 0b265d5..2a45b93 100644
--- a/lisp/gnus-demon.el
+++ b/lisp/gnus-demon.el
@@ -1,7 +1,6 @@
;;; gnus-demon.el --- daemonic Gnus behavior
-;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-diary.el b/lisp/gnus-diary.el
index 5a9184a..0b5a7eb 100644
--- a/lisp/gnus-diary.el
+++ b/lisp/gnus-diary.el
@@ -1,7 +1,6 @@
;;; gnus-diary.el --- Wrapper around the NNDiary Gnus back end
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2011 Free Software Foundation, Inc.
;; Author: Didier Verna <[email protected]>
;; Maintainer: Didier Verna <[email protected]>
diff --git a/lisp/gnus-dired.el b/lisp/gnus-dired.el
index bfccda4..c38b0cd 100644
--- a/lisp/gnus-dired.el
+++ b/lisp/gnus-dired.el
@@ -1,7 +1,6 @@
;;; gnus-dired.el --- utility functions where gnus and dired meet
-;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
-;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-1999, 2001-2011 Free Software Foundation, Inc.
;; Authors: Benjamin Rutt <[email protected]>,
;; Shenghuo Zhu <[email protected]>
diff --git a/lisp/gnus-draft.el b/lisp/gnus-draft.el
index e13bb88..e1a90fc 100644
--- a/lisp/gnus-draft.el
+++ b/lisp/gnus-draft.el
@@ -1,7 +1,6 @@
;;; gnus-draft.el --- draft message support for Gnus
-;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1997-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-dup.el b/lisp/gnus-dup.el
index 6b90d6b..eaecc07 100644
--- a/lisp/gnus-dup.el
+++ b/lisp/gnus-dup.el
@@ -1,7 +1,6 @@
;;; gnus-dup.el --- suppression of duplicate articles in Gnus
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-eform.el b/lisp/gnus-eform.el
index 3a5dca6..4075e7a 100644
--- a/lisp/gnus-eform.el
+++ b/lisp/gnus-eform.el
@@ -1,7 +1,6 @@
;;; gnus-eform.el --- a mode for editing forms for Gnus
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-ems.el b/lisp/gnus-ems.el
index 6425d09..bc85e49 100644
--- a/lisp/gnus-ems.el
+++ b/lisp/gnus-ems.el
@@ -1,7 +1,6 @@
;;; gnus-ems.el --- functions for making Gnus work under different Emacsen
-;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-fun.el b/lisp/gnus-fun.el
index 920293d..cb49562 100644
--- a/lisp/gnus-fun.el
+++ b/lisp/gnus-fun.el
@@ -1,6 +1,6 @@
;;; gnus-fun.el --- various frivolous extension functions to Gnus
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2002-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-gravatar.el b/lisp/gnus-gravatar.el
index ae17d5b..7208889 100644
--- a/lisp/gnus-gravatar.el
+++ b/lisp/gnus-gravatar.el
@@ -1,6 +1,6 @@
;;; gnus-gravatar.el --- Gnus Gravatar support
-;; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011 Free Software Foundation, Inc.
;; Author: Julien Danjou <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el
index 5ce1ed8..890b979 100644
--- a/lisp/gnus-group.el
+++ b/lisp/gnus-group.el
@@ -1,7 +1,6 @@
;;; gnus-group.el --- group mode commands for Gnus
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011
+;; Copyright (C) 1996-2011
;; Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
diff --git a/lisp/gnus-html.el b/lisp/gnus-html.el
index acc018f..7c0d63f 100644
--- a/lisp/gnus-html.el
+++ b/lisp/gnus-html.el
@@ -1,6 +1,6 @@
;;; gnus-html.el --- Render HTML in a buffer.
-;; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: html, web
diff --git a/lisp/gnus-int.el b/lisp/gnus-int.el
index b805167..9f69536 100644
--- a/lisp/gnus-int.el
+++ b/lisp/gnus-int.el
@@ -1,7 +1,6 @@
;;; gnus-int.el --- backend interface functions for Gnus
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-kill.el b/lisp/gnus-kill.el
index 3f4a9fc..fdbe125 100644
--- a/lisp/gnus-kill.el
+++ b/lisp/gnus-kill.el
@@ -1,7 +1,6 @@
;;; gnus-kill.el --- kill commands for Gnus
-;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2011 Free Software Foundation, Inc.
;; Author: Masanobu UMEDA <[email protected]>
;; Lars Magne Ingebrigtsen <[email protected]>
diff --git a/lisp/gnus-logic.el b/lisp/gnus-logic.el
index d5d8928..51b44e6 100644
--- a/lisp/gnus-logic.el
+++ b/lisp/gnus-logic.el
@@ -1,7 +1,6 @@
;;; gnus-logic.el --- advanced scoring code for Gnus
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-mh.el b/lisp/gnus-mh.el
index 197016f..1c9d31a 100644
--- a/lisp/gnus-mh.el
+++ b/lisp/gnus-mh.el
@@ -1,7 +1,6 @@
;;; gnus-mh.el --- mh-e interface for Gnus
-;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1994-2011 Free Software Foundation, Inc.
;; Author: Masanobu UMEDA <[email protected]>
;; Lars Magne Ingebrigtsen <[email protected]>
diff --git a/lisp/gnus-ml.el b/lisp/gnus-ml.el
index 12ff5ea..d99680f 100644
--- a/lisp/gnus-ml.el
+++ b/lisp/gnus-ml.el
@@ -1,7 +1,6 @@
;;; gnus-ml.el --- Mailing list minor mode for Gnus
-;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2000-2011 Free Software Foundation, Inc.
;; Author: Julien Gilles <[email protected]>
;; Keywords: news, mail
diff --git a/lisp/gnus-mlspl.el b/lisp/gnus-mlspl.el
index 3769535..ccc145b 100644
--- a/lisp/gnus-mlspl.el
+++ b/lisp/gnus-mlspl.el
@@ -1,7 +1,6 @@
;;; gnus-mlspl.el --- a group params-based mail splitting mechanism
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: Alexandre Oliva <[email protected]>
;; Keywords: news, mail
diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index 506bd9f..930782a 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
@@ -1,7 +1,6 @@
;;; gnus-msg.el --- mail and post interface for Gnus
-;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+;; Copyright (C) 1995-2011
;; Free Software Foundation, Inc.
;; Author: Masanobu UMEDA <[email protected]>
diff --git a/lisp/gnus-picon.el b/lisp/gnus-picon.el
index d138776..dc6feee 100644
--- a/lisp/gnus-picon.el
+++ b/lisp/gnus-picon.el
@@ -1,7 +1,6 @@
;;; gnus-picon.el --- displaying pretty icons in Gnus
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news xpm annotation glyph faces
diff --git a/lisp/gnus-range.el b/lisp/gnus-range.el
index b869624..794d164 100644
--- a/lisp/gnus-range.el
+++ b/lisp/gnus-range.el
@@ -1,7 +1,6 @@
;;; gnus-range.el --- range and sequence functions for Gnus
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-registry.el b/lisp/gnus-registry.el
index 0a358fa..cef173c 100644
--- a/lisp/gnus-registry.el
+++ b/lisp/gnus-registry.el
@@ -1,7 +1,6 @@
;;; gnus-registry.el --- article registry for Gnus
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
-;; 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2002-2011 Free Software Foundation, Inc.
;; Author: Ted Zlatanov <[email protected]>
;; Keywords: news registry
diff --git a/lisp/gnus-salt.el b/lisp/gnus-salt.el
index 410772f..43a8eba 100644
--- a/lisp/gnus-salt.el
+++ b/lisp/gnus-salt.el
@@ -1,7 +1,6 @@
;;; gnus-salt.el --- alternate summary mode interfaces for Gnus
-;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
-;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-1999, 2001-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-score.el b/lisp/gnus-score.el
index 096bc5b..e376b7a 100644
--- a/lisp/gnus-score.el
+++ b/lisp/gnus-score.el
@@ -1,7 +1,6 @@
;;; gnus-score.el --- scoring code for Gnus
-;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2011 Free Software Foundation, Inc.
;; Author: Per Abrahamsen <[email protected]>
;; Lars Magne Ingebrigtsen <[email protected]>
diff --git a/lisp/gnus-setup.el b/lisp/gnus-setup.el
index 4b7d210..bd7c3a7 100644
--- a/lisp/gnus-setup.el
+++ b/lisp/gnus-setup.el
@@ -1,7 +1,6 @@
;;; gnus-setup.el --- Initialization & Setup for Gnus 5
-;; Copyright (C) 1995, 1996, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1995-1996, 2000-2011 Free Software Foundation, Inc.
;; Author: Steven L. Baur <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-sieve.el b/lisp/gnus-sieve.el
index d76e639..376dd42 100644
--- a/lisp/gnus-sieve.el
+++ b/lisp/gnus-sieve.el
@@ -1,6 +1,6 @@
;;; gnus-sieve.el --- Utilities to manage sieve scripts for Gnus
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2001-2011 Free Software Foundation, Inc.
;; Author: NAGY Andras <[email protected]>,
;; Simon Josefsson <[email protected]>
diff --git a/lisp/gnus-spec.el b/lisp/gnus-spec.el
index 0f5169e..4682f51 100644
--- a/lisp/gnus-spec.el
+++ b/lisp/gnus-spec.el
@@ -1,7 +1,6 @@
;;; gnus-spec.el --- format spec functions for Gnus
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-srvr.el b/lisp/gnus-srvr.el
index 67cc088..9bf2d37 100644
--- a/lisp/gnus-srvr.el
+++ b/lisp/gnus-srvr.el
@@ -1,7 +1,6 @@
;;; gnus-srvr.el --- virtual server support for Gnus
-;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el
index 12c4b4a..e2dff45 100644
--- a/lisp/gnus-start.el
+++ b/lisp/gnus-start.el
@@ -1,7 +1,6 @@
;;; gnus-start.el --- startup functions for Gnus
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 101396c..8731668 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -1,7 +1,6 @@
;;; gnus-sum.el --- summary mode commands for Gnus
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-sync.el b/lisp/gnus-sync.el
index 56f59c2..892b10a 100644
--- a/lisp/gnus-sync.el
+++ b/lisp/gnus-sync.el
@@ -1,6 +1,6 @@
;;; gnus-sync.el --- synchronization facility for Gnus
-;; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011 Free Software Foundation, Inc.
;; Author: Ted Zlatanov <[email protected]>
;; Keywords: news synchronization nntp nnrss
diff --git a/lisp/gnus-topic.el b/lisp/gnus-topic.el
index 7012afd..f1a2ed4 100644
--- a/lisp/gnus-topic.el
+++ b/lisp/gnus-topic.el
@@ -1,7 +1,6 @@
;;; gnus-topic.el --- a folding minor mode for Gnus group buffers
-;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2011 Free Software Foundation, Inc.
;; Author: Ilja Weis <[email protected]>
;; Lars Magne Ingebrigtsen <[email protected]>
diff --git a/lisp/gnus-undo.el b/lisp/gnus-undo.el
index 6b60fac..5530c3d 100644
--- a/lisp/gnus-undo.el
+++ b/lisp/gnus-undo.el
@@ -1,7 +1,6 @@
;;; gnus-undo.el --- minor mode for undoing in Gnus
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-util.el b/lisp/gnus-util.el
index 6964801..fc3c0b4 100644
--- a/lisp/gnus-util.el
+++ b/lisp/gnus-util.el
@@ -1,7 +1,6 @@
;;; gnus-util.el --- utility functions for Gnus
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus-uu.el b/lisp/gnus-uu.el
index 0f6770e..1c2cc68 100644
--- a/lisp/gnus-uu.el
+++ b/lisp/gnus-uu.el
@@ -1,7 +1,6 @@
;;; gnus-uu.el --- extract (uu)encoded files in Gnus
-;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998,
-;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1985-1987, 1993-1998, 2000-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Created: 2 Oct 1993
diff --git a/lisp/gnus-vm.el b/lisp/gnus-vm.el
index f36c4d5..522f03c 100644
--- a/lisp/gnus-vm.el
+++ b/lisp/gnus-vm.el
@@ -1,7 +1,6 @@
;;; gnus-vm.el --- vm interface for Gnus
-;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1994-2011 Free Software Foundation, Inc.
;; Author: Per Persson <[email protected]>
;; Keywords: news, mail
diff --git a/lisp/gnus-win.el b/lisp/gnus-win.el
index 2f0f19a..f951628 100644
--- a/lisp/gnus-win.el
+++ b/lisp/gnus-win.el
@@ -1,7 +1,6 @@
;;; gnus-win.el --- window configuration functions for Gnus
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/gnus.el b/lisp/gnus.el
index 97a65c6..a23837f 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -1,8 +1,6 @@
;;; gnus.el --- a newsreader for GNU Emacs
-;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997,
-;; 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-;; 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1987-1990, 1993-1998, 2000-2011 Free Software Foundation, Inc.
;; Author: Masanobu UMEDA <[email protected]>
;; Lars Magne Ingebrigtsen <[email protected]>
diff --git a/lisp/gravatar.el b/lisp/gravatar.el
index cb857fc..0c97080 100644
--- a/lisp/gravatar.el
+++ b/lisp/gravatar.el
@@ -1,6 +1,6 @@
;;; gravatar.el --- Get Gravatars
-;; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011 Free Software Foundation, Inc.
;; Author: Julien Danjou <[email protected]>
;; Keywords: news
diff --git a/lisp/hashcash.el b/lisp/hashcash.el
index 1108ff9..735ff83 100644
--- a/lisp/hashcash.el
+++ b/lisp/hashcash.el
@@ -1,6 +1,6 @@
;;; hashcash.el --- Add hashcash payments to email
-;; Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011
+;; Copyright (C) 2003-2005, 2007-2011
;; Free Software Foundation
;; Written by: Paul Foley <[email protected]> (1997-2002)
diff --git a/lisp/hex-util.el b/lisp/hex-util.el
index d5663cd..c5ef6ac 100644
--- a/lisp/hex-util.el
+++ b/lisp/hex-util.el
@@ -1,7 +1,6 @@
;;; hex-util.el --- Functions to encode/decode hexadecimal string.
-;; Copyright (C) 1999, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2001-2011 Free Software Foundation, Inc.
;; Author: Shuhei KOBAYASHI <[email protected]>
;; Keywords: data
diff --git a/lisp/hmac-def.el b/lisp/hmac-def.el
index a7a408e..5c8710a 100644
--- a/lisp/hmac-def.el
+++ b/lisp/hmac-def.el
@@ -1,6 +1,6 @@
;;; hmac-def.el --- A macro for defining HMAC functions.
-;; Copyright (C) 1999, 2001, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2001, 2007-2011 Free Software Foundation, Inc.
;; Author: Shuhei KOBAYASHI <[email protected]>
;; Keywords: HMAC, RFC2104
diff --git a/lisp/hmac-md5.el b/lisp/hmac-md5.el
index e61ea80..a423cbe 100644
--- a/lisp/hmac-md5.el
+++ b/lisp/hmac-md5.el
@@ -1,6 +1,6 @@
;;; hmac-md5.el --- Compute HMAC-MD5.
-;; Copyright (C) 1999, 2001, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2001, 2007-2011 Free Software Foundation, Inc.
;; Author: Shuhei KOBAYASHI <[email protected]>
;; Keywords: HMAC, RFC2104, HMAC-MD5, MD5, KEYED-MD5, CRAM-MD5
diff --git a/lisp/html2text.el b/lisp/html2text.el
index 8a7d14b..0635ab0 100644
--- a/lisp/html2text.el
+++ b/lisp/html2text.el
@@ -1,6 +1,6 @@
;;; html2text.el --- a simple html to plain text converter
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2002-2011 Free Software Foundation, Inc.
;; Author: Joakim Hove <[email protected]>
diff --git a/lisp/ietf-drums.el b/lisp/ietf-drums.el
index af644da..4d99cea 100644
--- a/lisp/ietf-drums.el
+++ b/lisp/ietf-drums.el
@@ -1,7 +1,6 @@
;;; ietf-drums.el --- Functions for parsing RFC822bis headers
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; This file is part of GNU Emacs.
diff --git a/lisp/imap.el b/lisp/imap.el
index b542088..6d80b97 100644
--- a/lisp/imap.el
+++ b/lisp/imap.el
@@ -1,7 +1,6 @@
;;; imap.el --- imap library
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
;; Keywords: mail
diff --git a/lisp/legacy-gnus-agent.el b/lisp/legacy-gnus-agent.el
index dff2c07..6c6d119 100644
--- a/lisp/legacy-gnus-agent.el
+++ b/lisp/legacy-gnus-agent.el
@@ -1,6 +1,6 @@
;;; gnus-agent.el --- Legacy unplugged support for Gnus
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011 Free Software Foundation, Inc.
;; Author: Kevin Greiner <[email protected]>
;; Keywords: news
diff --git a/lisp/mail-parse.el b/lisp/mail-parse.el
index 801b94e..06aac77 100644
--- a/lisp/mail-parse.el
+++ b/lisp/mail-parse.el
@@ -1,7 +1,6 @@
;;; mail-parse.el --- Interface functions for parsing mail
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; This file is part of GNU Emacs.
diff --git a/lisp/mail-prsvr.el b/lisp/mail-prsvr.el
index 78bda27..b87656d 100644
--- a/lisp/mail-prsvr.el
+++ b/lisp/mail-prsvr.el
@@ -1,7 +1,6 @@
;;; mail-prsvr.el --- Interface variables for parsing mail
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; This file is part of GNU Emacs.
diff --git a/lisp/mail-source.el b/lisp/mail-source.el
index d6259ec..f98c195 100644
--- a/lisp/mail-source.el
+++ b/lisp/mail-source.el
@@ -1,7 +1,6 @@
;;; mail-source.el --- functions for fetching mail
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news, mail
diff --git a/lisp/mailcap.el b/lisp/mailcap.el
index aa2cab6..dffb279 100644
--- a/lisp/mailcap.el
+++ b/lisp/mailcap.el
@@ -1,7 +1,6 @@
;;; mailcap.el --- MIME media types configuration
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: William M. Perry <[email protected]>
;; Lars Magne Ingebrigtsen <[email protected]>
diff --git a/lisp/md4.el b/lisp/md4.el
index 6e92410..8d89004 100644
--- a/lisp/md4.el
+++ b/lisp/md4.el
@@ -1,6 +1,6 @@
;;; md4.el --- MD4 Message Digest Algorithm.
-;; Copyright (C) 2001, 2004, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2004, 2007-2011 Free Software Foundation, Inc.
;; Author: Taro Kawagishi <[email protected]>
;; Keywords: MD4
diff --git a/lisp/message.el b/lisp/message.el
index d93c05c..b53a3f1 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -1,7 +1,6 @@
;;; message.el --- composing mail and news messages
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: mail, news
diff --git a/lisp/messcompat.el b/lisp/messcompat.el
index e4dd65a..c0c5125 100644
--- a/lisp/messcompat.el
+++ b/lisp/messcompat.el
@@ -1,7 +1,6 @@
;;; messcompat.el --- making message mode compatible with mail mode
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: mail, news
diff --git a/lisp/mm-bodies.el b/lisp/mm-bodies.el
index 30f0409..9952f41 100644
--- a/lisp/mm-bodies.el
+++ b/lisp/mm-bodies.el
@@ -1,7 +1,6 @@
;;; mm-bodies.el --- Functions for decoding MIME things
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; MORIOKA Tomohiko <[email protected]>
diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el
index 2ae9c59..019a0e8 100644
--- a/lisp/mm-decode.el
+++ b/lisp/mm-decode.el
@@ -1,7 +1,6 @@
;;; mm-decode.el --- Functions for decoding MIME things
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; MORIOKA Tomohiko <[email protected]>
diff --git a/lisp/mm-encode.el b/lisp/mm-encode.el
index dee7c6a..055ba47 100644
--- a/lisp/mm-encode.el
+++ b/lisp/mm-encode.el
@@ -1,7 +1,6 @@
;;; mm-encode.el --- Functions for encoding MIME things
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; MORIOKA Tomohiko <[email protected]>
diff --git a/lisp/mm-extern.el b/lisp/mm-extern.el
index 9eb033e..5f4a9a8 100644
--- a/lisp/mm-extern.el
+++ b/lisp/mm-extern.el
@@ -1,7 +1,6 @@
;;; mm-extern.el --- showing message/external-body
-;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-;; 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2000-2011 Free Software Foundation, Inc.
;; Author: Shenghuo Zhu <[email protected]>
;; Keywords: message external-body
diff --git a/lisp/mm-partial.el b/lisp/mm-partial.el
index 019b82f..017b604 100644
--- a/lisp/mm-partial.el
+++ b/lisp/mm-partial.el
@@ -1,7 +1,6 @@
;;; mm-partial.el --- showing message/partial
-;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2000-2011 Free Software Foundation, Inc.
;; Author: Shenghuo Zhu <[email protected]>
;; Keywords: message partial
diff --git a/lisp/mm-url.el b/lisp/mm-url.el
index 80113fe..6317261 100644
--- a/lisp/mm-url.el
+++ b/lisp/mm-url.el
@@ -1,6 +1,6 @@
;;; mm-url.el --- a wrapper of url functions/commands for Gnus
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+;; Copyright (C) 2001-2011
;; Free Software Foundation, Inc.
;; Author: Shenghuo Zhu <[email protected]>
diff --git a/lisp/mm-util.el b/lisp/mm-util.el
index 4012a7f..435c3bb 100644
--- a/lisp/mm-util.el
+++ b/lisp/mm-util.el
@@ -1,7 +1,6 @@
;;; mm-util.el --- Utility functions for Mule and low level things
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; MORIOKA Tomohiko <[email protected]>
diff --git a/lisp/mm-uu.el b/lisp/mm-uu.el
index 200fa15..7f96f44 100644
--- a/lisp/mm-uu.el
+++ b/lisp/mm-uu.el
@@ -1,7 +1,6 @@
;;; mm-uu.el --- Return uu stuff as mm handles
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: Shenghuo Zhu <[email protected]>
;; Keywords: postscript uudecode binhex shar forward gnatsweb pgp
diff --git a/lisp/mm-view.el b/lisp/mm-view.el
index fa8c94c..e3286b8 100644
--- a/lisp/mm-view.el
+++ b/lisp/mm-view.el
@@ -1,7 +1,6 @@
;;; mm-view.el --- functions for viewing MIME objects
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; This file is part of GNU Emacs.
diff --git a/lisp/mml-sec.el b/lisp/mml-sec.el
index 9e831a4..1c6405b 100644
--- a/lisp/mml-sec.el
+++ b/lisp/mml-sec.el
@@ -1,7 +1,6 @@
;;; mml-sec.el --- A package with security functions for MML documents
-;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2000-2011 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
diff --git a/lisp/mml-smime.el b/lisp/mml-smime.el
index 47176e9..43c9160 100644
--- a/lisp/mml-smime.el
+++ b/lisp/mml-smime.el
@@ -1,7 +1,6 @@
;;; mml-smime.el --- S/MIME support for MML
-;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2000-2011 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
;; Keywords: Gnus, MIME, S/MIME, MML
diff --git a/lisp/mml.el b/lisp/mml.el
index 9fb95e3..8b196fa 100644
--- a/lisp/mml.el
+++ b/lisp/mml.el
@@ -1,7 +1,6 @@
;;; mml.el --- A package for parsing and validating MML documents
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; This file is part of GNU Emacs.
diff --git a/lisp/mml1991.el b/lisp/mml1991.el
index f9a47a7..0ce74b1 100644
--- a/lisp/mml1991.el
+++ b/lisp/mml1991.el
@@ -1,7 +1,6 @@
;;; mml1991.el --- Old PGP message format (RFC 1991) support for MML
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: Sascha Lüdecke <[email protected]>,
;; Simon Josefsson <[email protected]> (Mailcrypt interface, Gnus glue)
diff --git a/lisp/mml2015.el b/lisp/mml2015.el
index ee1958b..0ac6208 100644
--- a/lisp/mml2015.el
+++ b/lisp/mml2015.el
@@ -1,7 +1,6 @@
;;; mml2015.el --- MIME Security with Pretty Good Privacy (PGP)
-;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2000-2011 Free Software Foundation, Inc.
;; Author: Shenghuo Zhu <[email protected]>
;; Keywords: PGP MIME MML
diff --git a/lisp/netrc.el b/lisp/netrc.el
index 1b0d4df..59e9eab 100644
--- a/lisp/netrc.el
+++ b/lisp/netrc.el
@@ -1,6 +1,5 @@
;;; netrc.el --- .netrc parsing functionality
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/nnagent.el b/lisp/nnagent.el
index 7d7672b..f6f0d6c 100644
--- a/lisp/nnagent.el
+++ b/lisp/nnagent.el
@@ -1,7 +1,6 @@
;;; nnagent.el --- offline backend for Gnus
-;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1997-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news, mail
diff --git a/lisp/nnbabyl.el b/lisp/nnbabyl.el
index 2346c05..e106206 100644
--- a/lisp/nnbabyl.el
+++ b/lisp/nnbabyl.el
@@ -1,8 +1,6 @@
;;; nnbabyl.el --- rmail mbox access for Gnus
-;; Copyright (C) 1995, 1996, 1997, 1998, 1099, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-;; Free Software Foundation, Inc.
+;; Copyright (C) 1995-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Masanobu UMEDA <[email protected]>
diff --git a/lisp/nndiary.el b/lisp/nndiary.el
index f28aa18..db7ac1b 100644
--- a/lisp/nndiary.el
+++ b/lisp/nndiary.el
@@ -1,7 +1,6 @@
;;; nndiary.el --- A diary back end for Gnus
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2011 Free Software Foundation, Inc.
;; Author: Didier Verna <[email protected]>
;; Maintainer: Didier Verna <[email protected]>
diff --git a/lisp/nndir.el b/lisp/nndir.el
index 3d390ac..736f37c 100644
--- a/lisp/nndir.el
+++ b/lisp/nndir.el
@@ -1,7 +1,6 @@
;;; nndir.el --- single directory newsgroup access for Gnus
-;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/nndoc.el b/lisp/nndoc.el
index 759d3cf..f900e02 100644
--- a/lisp/nndoc.el
+++ b/lisp/nndoc.el
@@ -1,7 +1,6 @@
;;; nndoc.el --- single file access for Gnus
-;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Masanobu UMEDA <[email protected]>
diff --git a/lisp/nndraft.el b/lisp/nndraft.el
index 64f93ee..0063488 100644
--- a/lisp/nndraft.el
+++ b/lisp/nndraft.el
@@ -1,7 +1,6 @@
;;; nndraft.el --- draft article access for Gnus
-;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/nneething.el b/lisp/nneething.el
index 2f43e34..7f4fab0 100644
--- a/lisp/nneething.el
+++ b/lisp/nneething.el
@@ -1,7 +1,6 @@
;;; nneething.el --- arbitrary file access for Gnus
-;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Masanobu UMEDA <[email protected]>
diff --git a/lisp/nnfolder.el b/lisp/nnfolder.el
index 826de8b..dd11ff7 100644
--- a/lisp/nnfolder.el
+++ b/lisp/nnfolder.el
@@ -1,7 +1,6 @@
;;; nnfolder.el --- mail folder access for Gnus
-;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2011 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]> (adding MARKS)
;; ShengHuo Zhu <[email protected]> (adding NOV)
diff --git a/lisp/nngateway.el b/lisp/nngateway.el
index ac93620..994cefc 100644
--- a/lisp/nngateway.el
+++ b/lisp/nngateway.el
@@ -1,7 +1,6 @@
;;; nngateway.el --- posting news via mail gateways
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news, mail
diff --git a/lisp/nnheader.el b/lisp/nnheader.el
index 1c7990b..2a990d9 100644
--- a/lisp/nnheader.el
+++ b/lisp/nnheader.el
@@ -1,8 +1,6 @@
;;; nnheader.el --- header access macros for Gnus and its backends
-;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994,
-;; 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1987-1990, 1993-1998, 2000-2011 Free Software Foundation, Inc.
;; Author: Masanobu UMEDA <[email protected]>
;; Lars Magne Ingebrigtsen <[email protected]>
diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index 0c71170..dccdb96 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -1,6 +1,6 @@
;;; nnimap.el --- IMAP interface for Gnus
-;; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Simon Josefsson <[email protected]>
diff --git a/lisp/nnir.el b/lisp/nnir.el
index 0fc0077..8e91c68 100644
--- a/lisp/nnir.el
+++ b/lisp/nnir.el
@@ -1,7 +1,6 @@
;;; nnir.el --- search mail with various search engines -*- coding: iso-8859-1 -*-
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: Kai Großjohann <[email protected]>
;; Swish-e and Swish++ backends by:
diff --git a/lisp/nnmail.el b/lisp/nnmail.el
index d5f3a52..8e01954 100644
--- a/lisp/nnmail.el
+++ b/lisp/nnmail.el
@@ -1,7 +1,6 @@
;;; nnmail.el --- mail support functions for the Gnus mail backends
-;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+;; Copyright (C) 1995-2011
;; Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
diff --git a/lisp/nnmairix.el b/lisp/nnmairix.el
index 54d5f94..b82d6c2 100644
--- a/lisp/nnmairix.el
+++ b/lisp/nnmairix.el
@@ -1,6 +1,6 @@
;;; nnmairix.el --- Mairix back end for Gnus, the Emacs newsreader
-;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2011 Free Software Foundation, Inc.
;; Author: David Engster <[email protected]>
;; Keywords: mail searching
diff --git a/lisp/nnmbox.el b/lisp/nnmbox.el
index 26f2963..aac5a06 100644
--- a/lisp/nnmbox.el
+++ b/lisp/nnmbox.el
@@ -1,7 +1,6 @@
;;; nnmbox.el --- mail mbox access for Gnus
-;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Masanobu UMEDA <[email protected]>
diff --git a/lisp/nnmh.el b/lisp/nnmh.el
index c613e88..5fa1a89 100644
--- a/lisp/nnmh.el
+++ b/lisp/nnmh.el
@@ -1,7 +1,6 @@
;;; nnmh.el --- mhspool access for Gnus
-;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Masanobu UMEDA <[email protected]>
diff --git a/lisp/nnml.el b/lisp/nnml.el
index ba64ae8..399008c 100644
--- a/lisp/nnml.el
+++ b/lisp/nnml.el
@@ -1,7 +1,6 @@
;;; nnml.el --- mail spool access for Gnus
-;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+;; Copyright (C) 1995-2011 Free Software
;; Foundation, Inc.
;; Authors: Didier Verna <[email protected]> (adding compaction)
diff --git a/lisp/nnoo.el b/lisp/nnoo.el
index 99c6356..bbe47fc 100644
--- a/lisp/nnoo.el
+++ b/lisp/nnoo.el
@@ -1,7 +1,6 @@
;;; nnoo.el --- OO Gnus Backends
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/nnregistry.el b/lisp/nnregistry.el
index e8d3a06..947ba4b 100644
--- a/lisp/nnregistry.el
+++ b/lisp/nnregistry.el
@@ -1,7 +1,7 @@
;;; nnregistry.el --- access to articles via Gnus' message-id registry
;;; -*- coding: utf-8 -*-
-;; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011 Free Software Foundation, Inc.
;; Authors: Ludovic Courtès <[email protected]>
;; Keywords: news, mail
diff --git a/lisp/nnrss.el b/lisp/nnrss.el
index bfe31b7..b12700f 100644
--- a/lisp/nnrss.el
+++ b/lisp/nnrss.el
@@ -1,7 +1,6 @@
;;; nnrss.el --- interfacing with RSS
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2001-2011 Free Software Foundation, Inc.
;; Author: Shenghuo Zhu <[email protected]>
;; Keywords: RSS
diff --git a/lisp/nnspool.el b/lisp/nnspool.el
index ecc2872..6c23f41 100644
--- a/lisp/nnspool.el
+++ b/lisp/nnspool.el
@@ -1,7 +1,6 @@
;;; nnspool.el --- spool access for GNU Emacs
-;; Copyright (C) 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998,
-;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+;; Copyright (C) 1988-1990, 1993-1998, 2000-2011
;; Free Software Foundation, Inc.
;; Author: Masanobu UMEDA <[email protected]>
diff --git a/lisp/nntp.el b/lisp/nntp.el
index 1bf18c9..5510a07 100644
--- a/lisp/nntp.el
+++ b/lisp/nntp.el
@@ -1,8 +1,6 @@
;;; nntp.el --- nntp access for Gnus
-;; Copyright (C) 1987, 1988, 1989, 1990, 1992, 1993, 1994, 1995, 1996,
-;; 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-;; 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1987-1990, 1992-1998, 2000-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/nnvirtual.el b/lisp/nnvirtual.el
index 4cb22c4..0cc53ad 100644
--- a/lisp/nnvirtual.el
+++ b/lisp/nnvirtual.el
@@ -1,7 +1,6 @@
;;; nnvirtual.el --- virtual newsgroups access for Gnus
-;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1994-2011 Free Software Foundation, Inc.
;; Author: David Moore <[email protected]>
;; Lars Magne Ingebrigtsen <[email protected]>
diff --git a/lisp/nnweb.el b/lisp/nnweb.el
index e9dcae8..f190bb7 100644
--- a/lisp/nnweb.el
+++ b/lisp/nnweb.el
@@ -1,7 +1,6 @@
;;; nnweb.el --- retrieving articles via web search engines
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
diff --git a/lisp/ntlm.el b/lisp/ntlm.el
index 78dd641..25e7a7b 100644
--- a/lisp/ntlm.el
+++ b/lisp/ntlm.el
@@ -1,6 +1,6 @@
;;; ntlm.el --- NTLM (NT LanManager) authentication support
-;; Copyright (C) 2001, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2007-2011 Free Software Foundation, Inc.
;; Author: Taro Kawagishi <[email protected]>
;; Keywords: NTLM, SASL
diff --git a/lisp/parse-time.el b/lisp/parse-time.el
index 231c221..0a14b13 100644
--- a/lisp/parse-time.el
+++ b/lisp/parse-time.el
@@ -1,7 +1,6 @@
;;; parse-time.el --- parsing time strings
-;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996, 2000-2011 Free Software Foundation, Inc.
;; Author: Erik Naggum <[email protected]>
;; Keywords: util
diff --git a/lisp/password-cache.el b/lisp/password-cache.el
index 7011a76..fcae55a 100644
--- a/lisp/password-cache.el
+++ b/lisp/password-cache.el
@@ -1,7 +1,6 @@
;;; password-cache.el --- Read passwords, possibly using a password cache.
-;; Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-;; 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2000, 2003-2011 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
;; Created: 2003-12-21
diff --git a/lisp/pgg-def.el b/lisp/pgg-def.el
index 93dbf3c..39aef5f 100644
--- a/lisp/pgg-def.el
+++ b/lisp/pgg-def.el
@@ -1,7 +1,6 @@
;;; pgg-def.el --- functions/macros for defining PGG functions
-;; Copyright (C) 1999, 2002, 2003, 2004, 2005,
-;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2002-2011 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Created: 1999/11/02
diff --git a/lisp/pgg-gpg.el b/lisp/pgg-gpg.el
index 35d8065..064985f 100644
--- a/lisp/pgg-gpg.el
+++ b/lisp/pgg-gpg.el
@@ -1,7 +1,6 @@
;;; pgg-gpg.el --- GnuPG support for PGG.
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2000, 2002-2011 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Symmetric encryption and gpg-agent support added by:
diff --git a/lisp/pgg-parse.el b/lisp/pgg-parse.el
index 6dea366..3d4539d 100644
--- a/lisp/pgg-parse.el
+++ b/lisp/pgg-parse.el
@@ -1,7 +1,6 @@
;;; pgg-parse.el --- OpenPGP packet parsing
-;; Copyright (C) 1999, 2002, 2003, 2004, 2005,
-;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2002-2011 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Created: 1999/10/28
diff --git a/lisp/pgg-pgp.el b/lisp/pgg-pgp.el
index 7883e37..7a9c702 100644
--- a/lisp/pgg-pgp.el
+++ b/lisp/pgg-pgp.el
@@ -1,7 +1,6 @@
;;; pgg-pgp.el --- PGP 2.* and 6.* support for PGG.
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-;; 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2000, 2002-2011 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Created: 1999/11/02
diff --git a/lisp/pgg-pgp5.el b/lisp/pgg-pgp5.el
index 7f923ee..796310b 100644
--- a/lisp/pgg-pgp5.el
+++ b/lisp/pgg-pgp5.el
@@ -1,7 +1,6 @@
;;; pgg-pgp5.el --- PGP 5.* support for PGG.
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2000, 2002-2011 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Created: 1999/11/02
diff --git a/lisp/pgg.el b/lisp/pgg.el
index fd97028..9929421 100644
--- a/lisp/pgg.el
+++ b/lisp/pgg.el
@@ -1,7 +1,6 @@
;;; pgg.el --- glue for the various PGP implementations.
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2000, 2002-2011 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Symmetric encryption added by: Sascha Wilde <[email protected]>
diff --git a/lisp/pop3.el b/lisp/pop3.el
index 90722f7..08cd7cd 100644
--- a/lisp/pop3.el
+++ b/lisp/pop3.el
@@ -1,7 +1,6 @@
;;; pop3.el --- Post Office Protocol (RFC 1460) interface
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2011 Free Software Foundation, Inc.
;; Author: Richard L. Pieri <[email protected]>
;; Maintainer: FSF
diff --git a/lisp/proto-stream.el b/lisp/proto-stream.el
index 546461a..ec0c9ea 100644
--- a/lisp/proto-stream.el
+++ b/lisp/proto-stream.el
@@ -1,6 +1,6 @@
;;; proto-stream.el --- negotiating TLS, STARTTLS and other connections
-;; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: network
diff --git a/lisp/qp.el b/lisp/qp.el
index 2775fbe..584e241 100644
--- a/lisp/qp.el
+++ b/lisp/qp.el
@@ -1,7 +1,6 @@
;;; qp.el --- Quoted-Printable functions
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: mail, extensions
diff --git a/lisp/rfc1843.el b/lisp/rfc1843.el
index 5d1999a..019dc6e 100644
--- a/lisp/rfc1843.el
+++ b/lisp/rfc1843.el
@@ -1,7 +1,6 @@
;;; rfc1843.el --- HZ (rfc1843) decoding
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: Shenghuo Zhu <[email protected]>
;; Keywords: news HZ HZ+ mail i18n
diff --git a/lisp/rfc2045.el b/lisp/rfc2045.el
index 8c8951f..d9aaf88 100644
--- a/lisp/rfc2045.el
+++ b/lisp/rfc2045.el
@@ -1,7 +1,6 @@
;;; rfc2045.el --- Functions for decoding rfc2045 headers
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; This file is part of GNU Emacs.
diff --git a/lisp/rfc2047.el b/lisp/rfc2047.el
index 09a6d30..e82192b 100644
--- a/lisp/rfc2047.el
+++ b/lisp/rfc2047.el
@@ -1,7 +1,6 @@
;;; rfc2047.el --- functions for encoding and decoding rfc2047 messages
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; MORIOKA Tomohiko <[email protected]>
diff --git a/lisp/rfc2104.el b/lisp/rfc2104.el
index 0fa562b..158cf4b 100644
--- a/lisp/rfc2104.el
+++ b/lisp/rfc2104.el
@@ -1,7 +1,6 @@
;;; rfc2104.el --- RFC2104 Hashed Message Authentication Codes
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
;; Keywords: mail
diff --git a/lisp/rfc2231.el b/lisp/rfc2231.el
index f5408a0..306b67c 100644
--- a/lisp/rfc2231.el
+++ b/lisp/rfc2231.el
@@ -1,7 +1,6 @@
;;; rfc2231.el --- Functions for decoding rfc2231 headers
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; This file is part of GNU Emacs.
diff --git a/lisp/rtree.el b/lisp/rtree.el
index 9bcf45e..869ca4f 100644
--- a/lisp/rtree.el
+++ b/lisp/rtree.el
@@ -1,6 +1,6 @@
;;; rtree.el --- functions for manipulating range trees
-;; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
diff --git a/lisp/sasl-cram.el b/lisp/sasl-cram.el
index 892029c..153d2ca 100644
--- a/lisp/sasl-cram.el
+++ b/lisp/sasl-cram.el
@@ -1,6 +1,6 @@
;;; sasl-cram.el --- CRAM-MD5 module for the SASL client framework
-;; Copyright (C) 2000, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2007-2011 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Kenichi OKADA <[email protected]>
diff --git a/lisp/sasl-digest.el b/lisp/sasl-digest.el
index f77d922..1c7d2f0 100644
--- a/lisp/sasl-digest.el
+++ b/lisp/sasl-digest.el
@@ -1,6 +1,6 @@
;;; sasl-digest.el --- DIGEST-MD5 module for the SASL client framework
-;; Copyright (C) 2000, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2007-2011 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Kenichi OKADA <[email protected]>
diff --git a/lisp/sasl-ntlm.el b/lisp/sasl-ntlm.el
index 9e9d76c..d8b367a 100644
--- a/lisp/sasl-ntlm.el
+++ b/lisp/sasl-ntlm.el
@@ -1,6 +1,6 @@
;;; sasl-ntlm.el --- NTLM (NT Lan Manager) module for the SASL client framework
-;; Copyright (C) 2000, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2007-2011 Free Software Foundation, Inc.
;; Author: Taro Kawagishi <[email protected]>
;; Keywords: SASL, NTLM
diff --git a/lisp/sasl.el b/lisp/sasl.el
index 366958a..2c4da79 100644
--- a/lisp/sasl.el
+++ b/lisp/sasl.el
@@ -1,6 +1,6 @@
;;; sasl.el --- SASL client framework
-;; Copyright (C) 2000, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2007-2011 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Keywords: SASL
diff --git a/lisp/score-mode.el b/lisp/score-mode.el
index e5b6031..a7ed6bc 100644
--- a/lisp/score-mode.el
+++ b/lisp/score-mode.el
@@ -1,7 +1,6 @@
;;; score-mode.el --- mode for editing Gnus score files
-;; Copyright (C) 1996, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996, 2001-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news, mail
diff --git a/lisp/sha1.el b/lisp/sha1.el
index 720a694..3f2e8f2 100644
--- a/lisp/sha1.el
+++ b/lisp/sha1.el
@@ -1,7 +1,6 @@
;;; sha1.el --- SHA1 Secure Hash Algorithm in Emacs-Lisp
-;; Copyright (C) 1999, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2001-2011 Free Software Foundation, Inc.
;; Author: Shuhei KOBAYASHI <[email protected]>
;; Keywords: SHA1, FIPS 180-1
diff --git a/lisp/shr-color.el b/lisp/shr-color.el
index e7fd008..4b885d9 100644
--- a/lisp/shr-color.el
+++ b/lisp/shr-color.el
@@ -1,6 +1,6 @@
;;; shr-color.el --- Simple HTML Renderer color management
-;; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011 Free Software Foundation, Inc.
;; Author: Julien Danjou <[email protected]>
;; Keywords: html
diff --git a/lisp/shr.el b/lisp/shr.el
index d871af7..aa05a06 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
@@ -1,6 +1,6 @@
;;; shr.el --- Simple HTML Renderer
-;; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: html
diff --git a/lisp/sieve-manage.el b/lisp/sieve-manage.el
index cfecab8..d115f40 100644
--- a/lisp/sieve-manage.el
+++ b/lisp/sieve-manage.el
@@ -1,7 +1,6 @@
;;; sieve-manage.el --- Implementation of the managesive protocol in elisp
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-;; 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2001-2011 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
diff --git a/lisp/sieve-mode.el b/lisp/sieve-mode.el
index bfd45df..efd28af 100644
--- a/lisp/sieve-mode.el
+++ b/lisp/sieve-mode.el
@@ -1,7 +1,6 @@
;;; sieve-mode.el --- Sieve code editing commands for Emacs
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-;; 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2001-2011 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
diff --git a/lisp/sieve.el b/lisp/sieve.el
index 825bdd6..31b2665 100644
--- a/lisp/sieve.el
+++ b/lisp/sieve.el
@@ -1,6 +1,6 @@
;;; sieve.el --- Utilities to manage sieve scripts
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2001-2011 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
diff --git a/lisp/smiley.el b/lisp/smiley.el
index 00c221f..2f5c742 100644
--- a/lisp/smiley.el
+++ b/lisp/smiley.el
@@ -1,7 +1,6 @@
;;; smiley.el --- displaying smiley faces
-;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2000-2011 Free Software Foundation, Inc.
;; Author: Dave Love <[email protected]>
;; Keywords: news mail multimedia
diff --git a/lisp/smime.el b/lisp/smime.el
index 4cd79c1..5a70798 100644
--- a/lisp/smime.el
+++ b/lisp/smime.el
@@ -1,7 +1,6 @@
;;; smime.el --- S/MIME support library
-;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-;; 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2000-2011 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
;; Keywords: SMIME X.509 PEM OpenSSL
diff --git a/lisp/spam-report.el b/lisp/spam-report.el
index fd37bf1..1b064db 100644
--- a/lisp/spam-report.el
+++ b/lisp/spam-report.el
@@ -1,6 +1,6 @@
;;; spam-report.el --- Reporting spam
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+;; Copyright (C) 2002-2011
;; Free Software Foundation, Inc.
;; Author: Ted Zlatanov <[email protected]>
diff --git a/lisp/spam-stat.el b/lisp/spam-stat.el
index 43ca989..b56d0c4 100644
--- a/lisp/spam-stat.el
+++ b/lisp/spam-stat.el
@@ -1,7 +1,6 @@
;;; spam-stat.el --- detecting spam based on statistics
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-;; 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2002-2011 Free Software Foundation, Inc.
;; Author: Alex Schroeder <[email protected]>
;; Keywords: network
diff --git a/lisp/spam-wash.el b/lisp/spam-wash.el
index 01c5849..88e2037 100644
--- a/lisp/spam-wash.el
+++ b/lisp/spam-wash.el
@@ -1,6 +1,6 @@
;;; spam-wash.el --- wash spam before analysis
-;; Copyright (C) 2004, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2007-2011 Free Software Foundation, Inc.
;; Author: Andrew Cohen <[email protected]>
;; Keywords: mail
diff --git a/lisp/spam.el b/lisp/spam.el
index 3bce276..ec3212b 100644
--- a/lisp/spam.el
+++ b/lisp/spam.el
@@ -1,6 +1,6 @@
;;; spam.el --- Identifying spam
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+;; Copyright (C) 2002-2011
;; Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
diff --git a/lisp/starttls.el b/lisp/starttls.el
index 763b3d0..4b4839a 100644
--- a/lisp/starttls.el
+++ b/lisp/starttls.el
@@ -1,7 +1,6 @@
;;; starttls.el --- STARTTLS functions
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2011 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Author: Simon Josefsson <[email protected]>
diff --git a/lisp/time-date.el b/lisp/time-date.el
index afbe26a..a1bfad3 100644
--- a/lisp/time-date.el
+++ b/lisp/time-date.el
@@ -1,7 +1,6 @@
;;; time-date.el --- Date and time handling functions
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Masanobu Umeda <[email protected]>
diff --git a/lisp/tls.el b/lisp/tls.el
index a197973..42ae592 100644
--- a/lisp/tls.el
+++ b/lisp/tls.el
@@ -1,7 +1,6 @@
;;; tls.el --- TLS/SSL support via wrapper around GnuTLS
-;; Copyright (C) 1996, 1997, 1998, 1999, 2002, 2003, 2004, 2005, 2006,
-;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1996-1999, 2002-2011 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
;; Keywords: comm, tls, gnutls, ssl
diff --git a/lisp/utf7.el b/lisp/utf7.el
index b55b2cd..f362931 100644
--- a/lisp/utf7.el
+++ b/lisp/utf7.el
@@ -1,7 +1,6 @@
;;; utf7.el --- UTF-7 encoding/decoding for Emacs -*-coding: iso-8859-1;-*-
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2011 Free Software Foundation, Inc.
;; Author: Jon K Hellan <[email protected]>
;; Maintainer: [email protected]
diff --git a/lisp/uudecode.el b/lisp/uudecode.el
index 90fcbcc..8652e67 100644
--- a/lisp/uudecode.el
+++ b/lisp/uudecode.el
@@ -1,7 +1,6 @@
;;; uudecode.el -- elisp native uudecode
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
;; Author: Shenghuo Zhu <[email protected]>
;; Keywords: uudecode news
diff --git a/lisp/yenc.el b/lisp/yenc.el
index 0c87597..c21dfbd 100644
--- a/lisp/yenc.el
+++ b/lisp/yenc.el
@@ -1,6 +1,6 @@
;;; yenc.el --- elisp native yenc decoder
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2002-2011 Free Software Foundation, Inc.
;; Author: Jesper Harder <[email protected]>
;; Keywords: yenc news
diff --git a/texi/auth.texi b/texi/auth.texi
index f666ea7..1f88d4c 100644
--- a/texi/auth.texi
+++ b/texi/auth.texi
@@ -7,7 +7,7 @@
@copying
This file describes the Emacs auth-source library.
-Copyright @copyright{} 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+Copyright @copyright{} 2008-2011 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
diff --git a/texi/emacs-mime.texi b/texi/emacs-mime.texi
index f65bb43..45efc29 100644
--- a/texi/emacs-mime.texi
+++ b/texi/emacs-mime.texi
@@ -9,8 +9,7 @@
@copying
This file documents the Emacs MIME interface functionality.
-Copyright @copyright{} 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+Copyright @copyright{} 1998-2011 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
diff --git a/texi/gnus-coding.texi b/texi/gnus-coding.texi
index 1d02018..ab9c023 100644
--- a/texi/gnus-coding.texi
+++ b/texi/gnus-coding.texi
@@ -7,7 +7,7 @@
@syncodeindex pg cp
@copying
-Copyright @copyright{} 2004, 2005, 2007, 2008, 2009, 2010, 2011 Free Software
+Copyright @copyright{} 2004-2005, 2007-2011 Free Software
Foundation, Inc.
@quotation
diff --git a/texi/gnus-faq.texi b/texi/gnus-faq.texi
index bc0327d..e8e89ed 100644
--- a/texi/gnus-faq.texi
+++ b/texi/gnus-faq.texi
@@ -1,8 +1,7 @@
@c \input texinfo @c -*-texinfo-*-
@c Uncomment 1st line before texing this file alone.
@c %**start of header
-@c Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-@c 2009, 2010, 2011 Free Software Foundation, Inc.
+@c Copyright (C) 1995, 2001-2011 Free Software Foundation, Inc.
@c
@setfilename gnus-faq.info
@settitle Frequently Asked Questions
diff --git a/texi/gnus-logo.eps b/texi/gnus-logo.eps
index c397272..c47e446 100644
--- a/texi/gnus-logo.eps
+++ b/texi/gnus-logo.eps
@@ -1,5 +1,5 @@
%!PS-Adobe-2.0 EPSF-2.0
-% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+% Copyright (C) 2000-2011
% Free Software Foundation, Inc.
%
% Author: Luis Fernandes <[email protected]>
diff --git a/texi/gnus-news.el b/texi/gnus-news.el
index 7fc62aa..485e7ce 100644
--- a/texi/gnus-news.el
+++ b/texi/gnus-news.el
@@ -1,5 +1,5 @@
;;; gnus-news.el --- a hack to create GNUS-NEWS from texinfo source
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011 Free Software Foundation, Inc.
;; Author: Reiner Steib <[email protected]>
;; Keywords: tools
@@ -26,8 +26,7 @@
(defvar gnus-news-header-disclaimer
"GNUS NEWS -- history of user-visible changes.
-Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+Copyright (C) 1999-2011 Free Software Foundation, Inc.
See the end of the file for license conditions.
Please send Gnus bug reports to [email protected].
diff --git a/texi/gnus-news.texi b/texi/gnus-news.texi
index a9d1ca9..62c1663 100644
--- a/texi/gnus-news.texi
+++ b/texi/gnus-news.texi
@@ -1,6 +1,6 @@
@c -*-texinfo-*-
-@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+@c Copyright (C) 2004-2011 Free Software Foundation, Inc.
@c Permission is granted to anyone to make or distribute verbatim copies
@c of this document as received, in any medium, provided that the
diff --git a/texi/gnus-refcard.tex b/texi/gnus-refcard.tex
index 85a52e1..b164a28 100644
--- a/texi/gnus-refcard.tex
+++ b/texi/gnus-refcard.tex
@@ -120,8 +120,7 @@
%% Gnus logo by Luis Fernandes.
\newcommand{\Copyright}{%
\begin{center}
- Copyright \copyright\ 1995, 2000, 2002, 2003, 2004, 2005, 2006, 2007,
- 2008, 2009, 2010, 2011 Free Software Foundation, Inc.\\*
+ Copyright \copyright\ 1995, 2000, 2002-2011 Free Software Foundation, Inc.\\*
\end{center}
Permission is granted to make and distribute copies of this reference
diff --git a/texi/gnus.texi b/texi/gnus.texi
index 28988db..6c8efaa 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -9,8 +9,7 @@
@documentencoding ISO-8859-1
@copying
-Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+Copyright @copyright{} 1995-2011 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
diff --git a/texi/message.texi b/texi/message.texi
index 274f3d8..df437dc 100644
--- a/texi/message.texi
+++ b/texi/message.texi
@@ -8,8 +8,7 @@
@copying
This file documents Message, the Emacs message composition mode.
-Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+Copyright @copyright{} 1996-2011 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
diff --git a/texi/pgg.texi b/texi/pgg.texi
index 9d91de7..482fd0f 100644
--- a/texi/pgg.texi
+++ b/texi/pgg.texi
@@ -9,8 +9,7 @@
This file describes PGG @value{VERSION}, an Emacs interface to various
PGP implementations.
-Copyright @copyright{} 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-2010, 2011 Free Software Foundation, Inc.
+Copyright @copyright{} 2001, 2003-2011 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
diff --git a/texi/sasl.texi b/texi/sasl.texi
index e43adda..67b55dd 100644
--- a/texi/sasl.texi
+++ b/texi/sasl.texi
@@ -8,7 +8,7 @@
@copying
This file describes the Emacs SASL library, version @value{VERSION}.
-Copyright @copyright{} 2000, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+Copyright @copyright{} 2000, 2004-2011
Free Software Foundation, Inc.
@quotation
diff --git a/texi/sieve.texi b/texi/sieve.texi
index 2233127..4481955 100644
--- a/texi/sieve.texi
+++ b/texi/sieve.texi
@@ -9,8 +9,7 @@
@copying
This file documents the Emacs Sieve package, for server-side mail filtering.
-Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-2009, 2010, 2011 Free Software Foundation, Inc.
+Copyright @copyright{} 2001-2011 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
GNUS-NEWS | 3 +--
etc/gnus-tut.txt | 3 +--
lisp/auth-source.el | 2 +-
lisp/binhex.el | 3 +--
lisp/canlock.el | 3 +--
lisp/color.el | 2 +-
lisp/compface.el | 2 +-
lisp/deuglify.el | 2 +-
lisp/dig.el | 3 +--
lisp/dns-mode.el | 2 +-
lisp/dns.el | 2 +-
lisp/ecomplete.el | 2 +-
lisp/flow-fill.el | 3 +--
lisp/format-spec.el | 3 +--
lisp/gmm-utils.el | 2 +-
lisp/gnus-agent.el | 3 +--
lisp/gnus-art.el | 3 +--
lisp/gnus-async.el | 3 +--
lisp/gnus-bcklg.el | 3 +--
lisp/gnus-bookmark.el | 2 +-
lisp/gnus-cache.el | 3 +--
lisp/gnus-cite.el | 3 +--
lisp/gnus-cus.el | 3 +--
lisp/gnus-delay.el | 2 +-
lisp/gnus-demon.el | 3 +--
lisp/gnus-diary.el | 3 +--
lisp/gnus-dired.el | 3 +--
lisp/gnus-draft.el | 3 +--
lisp/gnus-dup.el | 3 +--
lisp/gnus-eform.el | 3 +--
lisp/gnus-ems.el | 3 +--
lisp/gnus-fun.el | 2 +-
lisp/gnus-gravatar.el | 2 +-
lisp/gnus-group.el | 3 +--
lisp/gnus-html.el | 2 +-
lisp/gnus-int.el | 3 +--
lisp/gnus-kill.el | 3 +--
lisp/gnus-logic.el | 3 +--
lisp/gnus-mh.el | 3 +--
lisp/gnus-ml.el | 3 +--
lisp/gnus-mlspl.el | 3 +--
lisp/gnus-msg.el | 3 +--
lisp/gnus-picon.el | 3 +--
lisp/gnus-range.el | 3 +--
lisp/gnus-registry.el | 3 +--
lisp/gnus-salt.el | 3 +--
lisp/gnus-score.el | 3 +--
lisp/gnus-setup.el | 3 +--
lisp/gnus-sieve.el | 2 +-
lisp/gnus-spec.el | 3 +--
lisp/gnus-srvr.el | 3 +--
lisp/gnus-start.el | 3 +--
lisp/gnus-sum.el | 3 +--
lisp/gnus-sync.el | 2 +-
lisp/gnus-topic.el | 3 +--
lisp/gnus-undo.el | 3 +--
lisp/gnus-util.el | 3 +--
lisp/gnus-uu.el | 3 +--
lisp/gnus-vm.el | 3 +--
lisp/gnus-win.el | 3 +--
lisp/gnus.el | 4 +---
lisp/gravatar.el | 2 +-
lisp/hashcash.el | 2 +-
lisp/hex-util.el | 3 +--
lisp/hmac-def.el | 2 +-
lisp/hmac-md5.el | 2 +-
lisp/html2text.el | 2 +-
lisp/ietf-drums.el | 3 +--
lisp/imap.el | 3 +--
lisp/legacy-gnus-agent.el | 2 +-
lisp/mail-parse.el | 3 +--
lisp/mail-prsvr.el | 3 +--
lisp/mail-source.el | 3 +--
lisp/mailcap.el | 3 +--
lisp/md4.el | 2 +-
lisp/message.el | 3 +--
lisp/messcompat.el | 3 +--
lisp/mm-bodies.el | 3 +--
lisp/mm-decode.el | 3 +--
lisp/mm-encode.el | 3 +--
lisp/mm-extern.el | 3 +--
lisp/mm-partial.el | 3 +--
lisp/mm-url.el | 2 +-
lisp/mm-util.el | 3 +--
lisp/mm-uu.el | 3 +--
lisp/mm-view.el | 3 +--
lisp/mml-sec.el | 3 +--
lisp/mml-smime.el | 3 +--
lisp/mml.el | 3 +--
lisp/mml1991.el | 3 +--
lisp/mml2015.el | 3 +--
lisp/netrc.el | 3 +--
lisp/nnagent.el | 3 +--
lisp/nnbabyl.el | 4 +---
lisp/nndiary.el | 3 +--
lisp/nndir.el | 3 +--
lisp/nndoc.el | 3 +--
lisp/nndraft.el | 3 +--
lisp/nneething.el | 3 +--
lisp/nnfolder.el | 3 +--
lisp/nngateway.el | 3 +--
lisp/nnheader.el | 4 +---
lisp/nnimap.el | 2 +-
lisp/nnir.el | 3 +--
lisp/nnmail.el | 3 +--
lisp/nnmairix.el | 2 +-
lisp/nnmbox.el | 3 +--
lisp/nnmh.el | 3 +--
lisp/nnml.el | 3 +--
lisp/nnoo.el | 3 +--
lisp/nnregistry.el | 2 +-
lisp/nnrss.el | 3 +--
lisp/nnspool.el | 3 +--
lisp/nntp.el | 4 +---
lisp/nnvirtual.el | 3 +--
lisp/nnweb.el | 3 +--
lisp/ntlm.el | 2 +-
lisp/parse-time.el | 3 +--
lisp/password-cache.el | 3 +--
lisp/pgg-def.el | 3 +--
lisp/pgg-gpg.el | 3 +--
lisp/pgg-parse.el | 3 +--
lisp/pgg-pgp.el | 3 +--
lisp/pgg-pgp5.el | 3 +--
lisp/pgg.el | 3 +--
lisp/pop3.el | 3 +--
lisp/proto-stream.el | 2 +-
lisp/qp.el | 3 +--
lisp/rfc1843.el | 3 +--
lisp/rfc2045.el | 3 +--
lisp/rfc2047.el | 3 +--
lisp/rfc2104.el | 3 +--
lisp/rfc2231.el | 3 +--
lisp/rtree.el | 2 +-
lisp/sasl-cram.el | 2 +-
lisp/sasl-digest.el | 2 +-
lisp/sasl-ntlm.el | 2 +-
lisp/sasl.el | 2 +-
lisp/score-mode.el | 3 +--
lisp/sha1.el | 3 +--
lisp/shr-color.el | 2 +-
lisp/shr.el | 2 +-
lisp/sieve-manage.el | 3 +--
lisp/sieve-mode.el | 3 +--
lisp/sieve.el | 2 +-
lisp/smiley.el | 3 +--
lisp/smime.el | 3 +--
lisp/spam-report.el | 2 +-
lisp/spam-stat.el | 3 +--
lisp/spam-wash.el | 2 +-
lisp/spam.el | 2 +-
lisp/starttls.el | 3 +--
lisp/time-date.el | 3 +--
lisp/tls.el | 3 +--
lisp/utf7.el | 3 +--
lisp/uudecode.el | 3 +--
lisp/yenc.el | 2 +-
texi/auth.texi | 2 +-
texi/emacs-mime.texi | 3 +--
texi/gnus-coding.texi | 2 +-
texi/gnus-faq.texi | 3 +--
texi/gnus-logo.eps | 2 +-
texi/gnus-news.el | 5 ++---
texi/gnus-news.texi | 2 +-
texi/gnus-refcard.tex | 3 +--
texi/gnus.texi | 3 +--
texi/message.texi | 3 +--
texi/pgg.texi | 3 +--
texi/sasl.texi | 2 +-
texi/sieve.texi | 3 +--
170 files changed, 171 insertions(+), 300 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project