Changes committed gnus/lisp (165 files)

"Katsumi Yamaoka" <[email protected]> Wed, 13 Jan 2010 11:59:45 +0100
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog ChangeLog.2 auth-source.el binhex.el canlock.el
          compface.el deuglify.el dgnushack.el dig.el dns-mode.el dns.el
          earcon.el ecomplete.el flow-fill.el format-spec.el gmm-utils.el
          gnus-agent.el gnus-art.el gnus-async.el gnus-audio.el
          gnus-bcklg.el gnus-bookmark.el gnus-cache.el gnus-cite.el
          gnus-cus.el gnus-delay.el gnus-demon.el gnus-diary.el
          gnus-dired.el gnus-draft.el gnus-dup.el gnus-eform.el
          gnus-ems.el gnus-fun.el gnus-group.el gnus-int.el gnus-kill.el
          gnus-logic.el gnus-mh.el gnus-ml.el gnus-mlspl.el gnus-move.el
          gnus-msg.el gnus-nocem.el gnus-picon.el gnus-range.el
          gnus-registry.el gnus-salt.el gnus-score.el gnus-setup.el
          gnus-sieve.el gnus-soup.el gnus-spec.el gnus-srvr.el
          gnus-start.el gnus-sum.el gnus-topic.el gnus-undo.el
          gnus-util.el gnus-uu.el gnus-vm.el gnus-win.el gnus-xmas.el
          gnus.el hashcash.el hex-util.el hmac-def.el hmac-md5.el
          html2text.el ietf-drums.el imap.el legacy-gnus-agent.el
          mail-parse.el mail-prsvr.el mail-source.el mailcap.el md4.el
          message.el messagexmas.el messcompat.el mm-bodies.el
          mm-decode.el mm-encode.el mm-extern.el mm-partial.el mm-url.el
          mm-util.el mm-uu.el mm-view.el mml-sec.el mml-smime.el mml.el
          mml1991.el mml2015.el netrc.el nnagent.el nnbabyl.el nndb.el
          nndiary.el nndir.el nndoc.el nndraft.el nneething.el nnfolder.el
          nngateway.el nnheader.el nnheaderxm.el nnimap.el nnir.el
          nnkiboze.el nnlistserv.el nnmail.el nnmairix.el nnmbox.el
          nnmh.el nnml.el nnoo.el nnrss.el nnslashdot.el nnsoup.el
          nnspool.el nntp.el nnultimate.el nnvirtual.el nnwarchive.el
          nnweb.el nnwfm.el ntlm.el parse-time.el password-cache.el
          pgg-def.el pgg-gpg.el pgg-parse.el pgg-pgp.el pgg-pgp5.el pgg.el
          pop3.el qp.el rfc1843.el rfc2045.el rfc2047.el rfc2104.el
          rfc2231.el sasl-cram.el sasl-digest.el sasl-ntlm.el sasl.el
          score-mode.el sha1.el sieve-manage.el sieve-mode.el sieve.el
          smiley.el smime.el spam-report.el spam-stat.el spam-wash.el
          spam.el starttls.el time-date.el tls.el utf7.el uudecode.el
          webmail.el yenc.el

Add 2010 to copyright years.


Index: ChangeLog
diff -u gnus/lisp/ChangeLog:7.2051 gnus/lisp/ChangeLog:7.2052
--- ChangeLog:7.2051	Mon Jan 11 23:21:44 2010
+++ ChangeLog	Wed Jan 13 11:59:43 2010
@@ -14645,7 +14645,8 @@
 
 See ChangeLog.2 for earlier changes.
 
-    Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+    Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
+      Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
Index: ChangeLog.2
diff -u gnus/lisp/ChangeLog.2:7.31 gnus/lisp/ChangeLog.2:7.32
--- ChangeLog.2:7.31	Fri Apr 10 10:45:57 2009
+++ ChangeLog.2	Wed Jan 13 11:59:43 2010
@@ -18841,7 +18841,7 @@
 
 See ChangeLog.1 for earlier changes.
 
-    Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009
+    Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009, 2010
       Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
Index: auth-source.el
diff -u gnus/lisp/auth-source.el:7.17 gnus/lisp/auth-source.el:7.18
--- auth-source.el:7.17	Thu Jul 16 20:07:15 2009
+++ auth-source.el	Wed Jan 13 11:59:43 2010
@@ -1,6 +1,6 @@
 ;;; auth-source.el --- authentication sources for Gnus and Emacs
 
-;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Ted Zlatanov <[email protected]>
 ;; Keywords: news
Index: binhex.el
diff -u gnus/lisp/binhex.el:7.16 gnus/lisp/binhex.el:7.17
--- binhex.el:7.16	Thu Jan 22 08:02:16 2009
+++ binhex.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; binhex.el --- elisp native binhex decode
 
 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Shenghuo Zhu <[email protected]>
 ;; Keywords: binhex news
Index: canlock.el
diff -u gnus/lisp/canlock.el:7.20 gnus/lisp/canlock.el:7.21
--- canlock.el:7.20	Thu Jan 22 08:02:16 2009
+++ canlock.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; canlock.el --- functions for Cancel-Lock feature
 
 ;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Katsumi Yamaoka <[email protected]>
 ;; Keywords: news, cancel-lock, hmac, sha1, rfc2104
Index: compface.el
diff -u gnus/lisp/compface.el:7.19 gnus/lisp/compface.el:7.20
--- compface.el:7.19	Thu Jan 22 08:02:16 2009
+++ compface.el	Wed Jan 13 11:59:43 2010
@@ -1,6 +1,6 @@
 ;;; compface.el --- functions for converting X-Face headers
 
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: deuglify.el
diff -u gnus/lisp/deuglify.el:7.21 gnus/lisp/deuglify.el:7.22
--- deuglify.el:7.21	Thu Jan 22 08:02:16 2009
+++ deuglify.el	Wed Jan 13 11:59:43 2010
@@ -1,6 +1,6 @@
 ;;; deuglify.el --- deuglify broken Outlook (Express) articles
 
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 ;;   Free Software Foundation, Inc.
 
 ;; Author: Raymond Scholz <[email protected]>
Index: dgnushack.el
diff -u gnus/lisp/dgnushack.el:7.38 gnus/lisp/dgnushack.el:7.39
--- dgnushack.el:7.38	Fri Oct 16 09:05:30 2009
+++ dgnushack.el	Wed Jan 13 11:59:43 2010
@@ -1,6 +1,6 @@
 ;;; dgnushack.el --- a hack to set the load path for byte-compiling
 ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003,
-;; 2004, 2005, 2006, 2007, 2008
+;; 2004, 2005, 2006, 2007, 2008, 2009, 2010
 ;;        Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
Index: dig.el
diff -u gnus/lisp/dig.el:7.16 gnus/lisp/dig.el:7.17
--- dig.el:7.16	Mon Sep 28 14:10:56 2009
+++ dig.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; dig.el --- Domain Name System dig interface
 
 ;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <[email protected]>
 ;; Keywords: DNS BIND dig comm
Index: dns-mode.el
diff -u gnus/lisp/dns-mode.el:7.15 gnus/lisp/dns-mode.el:7.16
--- dns-mode.el:7.15	Sun Nov 29 23:41:04 2009
+++ dns-mode.el	Wed Jan 13 11:59:43 2010
@@ -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
+;; Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 ;;   Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <[email protected]>
Index: dns.el
diff -u gnus/lisp/dns.el:7.27 gnus/lisp/dns.el:7.28
--- dns.el:7.27	Thu Oct 22 06:35:37 2009
+++ dns.el	Wed Jan 13 11:59:43 2010
@@ -1,6 +1,6 @@
 ;;; dns.el --- Domain Name Service lookups
 
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 ;;   Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
Index: earcon.el
diff -u gnus/lisp/earcon.el:7.11 gnus/lisp/earcon.el:7.12
--- earcon.el:7.11	Thu Jan 22 08:02:16 2009
+++ earcon.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; earcon.el --- Sound effects for messages
 
 ;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Steven L. Baur <[email protected]>
 
Index: ecomplete.el
diff -u gnus/lisp/ecomplete.el:1.23 gnus/lisp/ecomplete.el:1.24
--- ecomplete.el:1.23	Wed Sep  9 11:31:35 2009
+++ ecomplete.el	Wed Jan 13 11:59:43 2010
@@ -1,6 +1,6 @@
 ;;; ecomplete.el --- electric completion of addresses and the like
 
-;; Copyright (C) 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: mail
Index: flow-fill.el
diff -u gnus/lisp/flow-fill.el:7.26 gnus/lisp/flow-fill.el:7.27
--- flow-fill.el:7.26	Thu Jan 22 08:02:15 2009
+++ flow-fill.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; flow-fill.el --- interpret RFC2646 "flowed" text
 
 ;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <[email protected]>
 ;; Keywords: mail
Index: format-spec.el
diff -u gnus/lisp/format-spec.el:7.14 gnus/lisp/format-spec.el:7.15
--- format-spec.el:7.14	Thu Jan 22 08:02:16 2009
+++ format-spec.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; format-spec.el --- functions for formatting arbitrary formatting strings
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: tools
Index: gmm-utils.el
diff -u gnus/lisp/gmm-utils.el:7.39 gnus/lisp/gmm-utils.el:7.40
--- gmm-utils.el:7.39	Thu Jan 22 08:02:16 2009
+++ gmm-utils.el	Wed Jan 13 11:59:43 2010
@@ -1,6 +1,6 @@
 ;;; gmm-utils.el --- Utility functions for Gnus, Message and MML
 
-;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Reiner Steib <[email protected]>
 ;; Keywords: news
Index: gnus-agent.el
diff -u gnus/lisp/gnus-agent.el:7.81 gnus/lisp/gnus-agent.el:7.82
--- gnus-agent.el:7.81	Thu Jan 22 08:02:16 2009
+++ gnus-agent.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-agent.el --- unplugged support for Gnus
 
 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-;;   2006, 2007, 2008, 2009  Free Software Foundation, Inc.
+;;   2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; This file is part of GNU Emacs.
Index: gnus-art.el
diff -u gnus/lisp/gnus-art.el:7.299 gnus/lisp/gnus-art.el:7.300
--- gnus-art.el:7.299	Wed Jan  6 10:24:25 2010
+++ gnus-art.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-art.el --- article mode commands for Gnus
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-async.el
diff -u gnus/lisp/gnus-async.el:7.17 gnus/lisp/gnus-async.el:7.18
--- gnus-async.el:7.17	Thu Jan 22 08:02:16 2009
+++ gnus-async.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-async.el --- asynchronous support for Gnus
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-audio.el
diff -u gnus/lisp/gnus-audio.el:7.12 gnus/lisp/gnus-audio.el:7.13
--- gnus-audio.el:7.12	Thu Jan 22 08:02:16 2009
+++ gnus-audio.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-audio.el --- Sound effects for Gnus
 
 ;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Steven L. Baur <[email protected]>
 ;; Keywords: news, mail, multimedia
Index: gnus-bcklg.el
diff -u gnus/lisp/gnus-bcklg.el:7.11 gnus/lisp/gnus-bcklg.el:7.12
--- gnus-bcklg.el:7.11	Thu Jan 22 08:02:15 2009
+++ gnus-bcklg.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-bcklg.el --- backlog functions for Gnus
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-bookmark.el
diff -u gnus/lisp/gnus-bookmark.el:7.17 gnus/lisp/gnus-bookmark.el:7.18
--- gnus-bookmark.el:7.17	Thu Jan 22 08:02:16 2009
+++ gnus-bookmark.el	Wed Jan 13 11:59:43 2010
@@ -1,6 +1,6 @@
 ;;; gnus-bookmark.el --- Bookmarks in Gnus
 
-;; Copyright (C) 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Bastien Guerry <bzg AT altern DOT org>
 ;; Keywords: news
Index: gnus-cache.el
diff -u gnus/lisp/gnus-cache.el:7.29 gnus/lisp/gnus-cache.el:7.30
--- gnus-cache.el:7.29	Thu Jan 22 08:02:16 2009
+++ gnus-cache.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-cache.el --- cache interface for Gnus
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-cite.el
diff -u gnus/lisp/gnus-cite.el:7.42 gnus/lisp/gnus-cite.el:7.43
--- gnus-cite.el:7.42	Wed Sep  9 11:31:35 2009
+++ gnus-cite.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; 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 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Per Abhiddenware
 
Index: gnus-cus.el
diff -u gnus/lisp/gnus-cus.el:7.22 gnus/lisp/gnus-cus.el:7.23
--- gnus-cus.el:7.22	Thu Jan 22 08:02:16 2009
+++ gnus-cus.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-cus.el --- customization commands for Gnus
 
 ;; Copyright (C) 1996, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Per Abrahamsen <[email protected]>
 ;; Keywords: news
Index: gnus-delay.el
diff -u gnus/lisp/gnus-delay.el:7.17 gnus/lisp/gnus-delay.el:7.18
--- gnus-delay.el:7.17	Wed Sep  9 11:31:35 2009
+++ gnus-delay.el	Wed Jan 13 11:59:43 2010
@@ -1,6 +1,6 @@
 ;;; gnus-delay.el --- Delayed posting of articles
 
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 ;;   Free Software Foundation, Inc.
 
 ;; Author: Kai Großjohann <[email protected]>
Index: gnus-demon.el
diff -u gnus/lisp/gnus-demon.el:7.21 gnus/lisp/gnus-demon.el:7.22
--- gnus-demon.el:7.21	Sun Jul 26 10:58:16 2009
+++ gnus-demon.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-demon.el --- daemonic Gnus behavior
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-diary.el
diff -u gnus/lisp/gnus-diary.el:7.23 gnus/lisp/gnus-diary.el:7.24
--- gnus-diary.el:7.23	Mon Sep 28 14:10:56 2009
+++ gnus-diary.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-diary.el --- Wrapper around the NNDiary Gnus back end
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;;   2008, 2009  Free Software Foundation, Inc.
+;;   2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author:        Didier Verna <[email protected]>
 ;; Maintainer:    Didier Verna <[email protected]>
Index: gnus-dired.el
diff -u gnus/lisp/gnus-dired.el:7.16 gnus/lisp/gnus-dired.el:7.17
--- gnus-dired.el:7.16	Fri Feb 27 00:35:59 2009
+++ gnus-dired.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; 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 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Authors: Benjamin Rutt <[email protected]>,
 ;;          Shenghuo Zhu <[email protected]>
Index: gnus-draft.el
diff -u gnus/lisp/gnus-draft.el:7.25 gnus/lisp/gnus-draft.el:7.26
--- gnus-draft.el:7.25	Tue Mar  3 04:01:23 2009
+++ gnus-draft.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-draft.el --- draft message support for Gnus
 
 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-dup.el
diff -u gnus/lisp/gnus-dup.el:7.14 gnus/lisp/gnus-dup.el:7.15
--- gnus-dup.el:7.14	Thu Jan 22 08:02:16 2009
+++ gnus-dup.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; 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 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-eform.el
diff -u gnus/lisp/gnus-eform.el:7.14 gnus/lisp/gnus-eform.el:7.15
--- gnus-eform.el:7.14	Thu Jan 22 08:02:16 2009
+++ gnus-eform.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; 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 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-ems.el
diff -u gnus/lisp/gnus-ems.el:7.29 gnus/lisp/gnus-ems.el:7.30
--- gnus-ems.el:7.29	Thu Jan 22 08:02:15 2009
+++ gnus-ems.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; 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 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-fun.el
diff -u gnus/lisp/gnus-fun.el:7.24 gnus/lisp/gnus-fun.el:7.25
--- gnus-fun.el:7.24	Thu Jan 22 08:02:16 2009
+++ gnus-fun.el	Wed Jan 13 11:59:43 2010
@@ -1,6 +1,6 @@
 ;;; gnus-fun.el --- various frivolous extension functions to Gnus
 
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-group.el
diff -u gnus/lisp/gnus-group.el:7.121 gnus/lisp/gnus-group.el:7.122
--- gnus-group.el:7.121	Thu Dec 17 09:00:55 2009
+++ gnus-group.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-group.el --- group mode commands for Gnus
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-int.el
diff -u gnus/lisp/gnus-int.el:7.30 gnus/lisp/gnus-int.el:7.31
--- gnus-int.el:7.30	Thu Jan 22 08:02:16 2009
+++ gnus-int.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-int.el --- backend interface functions for Gnus
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-kill.el
diff -u gnus/lisp/gnus-kill.el:7.16 gnus/lisp/gnus-kill.el:7.17
--- gnus-kill.el:7.16	Thu Jan 22 08:02:16 2009
+++ gnus-kill.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-kill.el --- kill commands for Gnus
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Masanobu UMEDA <[email protected]>
 ;;	Lars Magne Ingebrigtsen <[email protected]>
Index: gnus-logic.el
diff -u gnus/lisp/gnus-logic.el:7.12 gnus/lisp/gnus-logic.el:7.13
--- gnus-logic.el:7.12	Thu Jan 22 08:02:16 2009
+++ gnus-logic.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-logic.el --- advanced scoring code for Gnus
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-mh.el
diff -u gnus/lisp/gnus-mh.el:7.13 gnus/lisp/gnus-mh.el:7.14
--- gnus-mh.el:7.13	Thu Jan 22 08:02:16 2009
+++ gnus-mh.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; 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 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Masanobu UMEDA <[email protected]>
 ;;	Lars Magne Ingebrigtsen <[email protected]>
Index: gnus-ml.el
diff -u gnus/lisp/gnus-ml.el:7.15 gnus/lisp/gnus-ml.el:7.16
--- gnus-ml.el:7.15	Thu Jan 22 08:02:15 2009
+++ gnus-ml.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-ml.el --- Mailing list minor mode for Gnus
 
 ;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Julien Gilles  <[email protected]>
 ;; Keywords: news, mail
Index: gnus-mlspl.el
diff -u gnus/lisp/gnus-mlspl.el:7.13 gnus/lisp/gnus-mlspl.el:7.14
--- gnus-mlspl.el:7.13	Thu Jan 22 08:02:16 2009
+++ gnus-mlspl.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-mlspl.el --- a group params-based mail splitting mechanism
 
 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Alexandre Oliva <[email protected]>
 ;; Keywords: news, mail
Index: gnus-move.el
diff -u gnus/lisp/gnus-move.el:7.15 gnus/lisp/gnus-move.el:7.16
--- gnus-move.el:7.15	Thu Jan 22 08:02:16 2009
+++ gnus-move.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-move.el --- commands for moving Gnus from one server to another
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-msg.el
diff -u gnus/lisp/gnus-msg.el:7.73 gnus/lisp/gnus-msg.el:7.74
--- gnus-msg.el:7.73	Wed Sep  9 11:31:35 2009
+++ gnus-msg.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; 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 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Masanobu UMEDA <[email protected]>
 ;;	Lars Magne Ingebrigtsen <[email protected]>
Index: gnus-nocem.el
diff -u gnus/lisp/gnus-nocem.el:7.18 gnus/lisp/gnus-nocem.el:7.19
--- gnus-nocem.el:7.18	Wed Feb 18 11:01:48 2009
+++ gnus-nocem.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-nocem.el --- NoCeM pseudo-cancellation treatment
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-picon.el
diff -u gnus/lisp/gnus-picon.el:7.18 gnus/lisp/gnus-picon.el:7.19
--- gnus-picon.el:7.18	Wed Sep  9 11:31:35 2009
+++ gnus-picon.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-picon.el --- displaying pretty icons in Gnus
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news xpm annotation glyph faces
Index: gnus-range.el
diff -u gnus/lisp/gnus-range.el:7.14 gnus/lisp/gnus-range.el:7.15
--- gnus-range.el:7.14	Thu Jan 22 08:02:16 2009
+++ gnus-range.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; 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 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-registry.el
diff -u gnus/lisp/gnus-registry.el:7.67 gnus/lisp/gnus-registry.el:7.68
--- gnus-registry.el:7.67	Thu Jan 22 08:02:16 2009
+++ gnus-registry.el	Wed Jan 13 11:59:43 2010
@@ -1,6 +1,6 @@
 ;;; gnus-registry.el --- article registry for Gnus
 
-;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 
+;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 
 ;;; Free Software Foundation, Inc.
 
 ;; Author: Ted Zlatanov <[email protected]>
Index: gnus-salt.el
diff -u gnus/lisp/gnus-salt.el:7.18 gnus/lisp/gnus-salt.el:7.19
--- gnus-salt.el:7.18	Wed Sep  9 11:31:35 2009
+++ gnus-salt.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-salt.el --- alternate summary mode interfaces for Gnus
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
-;;   2006, 2007, 2008, 2009  Free Software Foundation, Inc.
+;;   2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-score.el
diff -u gnus/lisp/gnus-score.el:7.42 gnus/lisp/gnus-score.el:7.43
--- gnus-score.el:7.42	Thu Jan 22 08:02:16 2009
+++ gnus-score.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-score.el --- scoring code for Gnus
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Per Abrahamsen <[email protected]>
 ;;	Lars Magne Ingebrigtsen <[email protected]>
Index: gnus-setup.el
diff -u gnus/lisp/gnus-setup.el:7.12 gnus/lisp/gnus-setup.el:7.13
--- gnus-setup.el:7.12	Thu Jan 22 08:02:16 2009
+++ gnus-setup.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-setup.el --- Initialization & Setup for Gnus 5
 
 ;; Copyright (C) 1995, 1996, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Steven L. Baur <[email protected]>
 ;; Keywords: news
Index: gnus-sieve.el
diff -u gnus/lisp/gnus-sieve.el:7.13 gnus/lisp/gnus-sieve.el:7.14
--- gnus-sieve.el:7.13	Thu Jan 22 08:02:15 2009
+++ gnus-sieve.el	Wed Jan 13 11:59:43 2010
@@ -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 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: NAGY Andras <[email protected]>,
 ;;	Simon Josefsson <[email protected]>
Index: gnus-soup.el
diff -u gnus/lisp/gnus-soup.el:7.15 gnus/lisp/gnus-soup.el:7.16
--- gnus-soup.el:7.15	Thu Jan 22 08:02:16 2009
+++ gnus-soup.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-soup.el --- SOUP packet writing support for Gnus
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Per Abrahamsen <[email protected]>
 ;;	Lars Magne Ingebrigtsen <[email protected]>
Index: gnus-spec.el
diff -u gnus/lisp/gnus-spec.el:7.27 gnus/lisp/gnus-spec.el:7.28
--- gnus-spec.el:7.27	Fri Jul 17 12:16:55 2009
+++ gnus-spec.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-spec.el --- format spec functions for Gnus
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-srvr.el
diff -u gnus/lisp/gnus-srvr.el:7.37 gnus/lisp/gnus-srvr.el:7.38
--- gnus-srvr.el:7.37	Wed Sep  9 11:31:35 2009
+++ gnus-srvr.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; 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 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-start.el
diff -u gnus/lisp/gnus-start.el:7.70 gnus/lisp/gnus-start.el:7.71
--- gnus-start.el:7.70	Thu Jan 22 08:02:16 2009
+++ gnus-start.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-start.el --- startup functions for Gnus
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-sum.el
diff -u gnus/lisp/gnus-sum.el:7.246 gnus/lisp/gnus-sum.el:7.247
--- gnus-sum.el:7.246	Wed Jan  6 01:09:49 2010
+++ gnus-sum.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-sum.el --- summary mode commands for Gnus
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-topic.el
diff -u gnus/lisp/gnus-topic.el:7.26 gnus/lisp/gnus-topic.el:7.27
--- gnus-topic.el:7.26	Thu Jan 22 08:02:16 2009
+++ gnus-topic.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; 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 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Ilja Weis <[email protected]>
 ;;	Lars Magne Ingebrigtsen <[email protected]>
Index: gnus-undo.el
diff -u gnus/lisp/gnus-undo.el:7.15 gnus/lisp/gnus-undo.el:7.16
--- gnus-undo.el:7.15	Thu Jan 22 08:02:16 2009
+++ gnus-undo.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; 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 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-util.el
diff -u gnus/lisp/gnus-util.el:7.90 gnus/lisp/gnus-util.el:7.91
--- gnus-util.el:7.90	Wed Jan  6 01:09:49 2010
+++ gnus-util.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-util.el --- utility functions for Gnus
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-uu.el
diff -u gnus/lisp/gnus-uu.el:7.37 gnus/lisp/gnus-uu.el:7.38
--- gnus-uu.el:7.37	Thu Jan 22 08:02:16 2009
+++ gnus-uu.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; 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 Free Software Foundation, Inc.
+;;   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Created: 2 Oct 1993
Index: gnus-vm.el
diff -u gnus/lisp/gnus-vm.el:7.11 gnus/lisp/gnus-vm.el:7.12
--- gnus-vm.el:7.11	Thu Jan 22 08:02:16 2009
+++ gnus-vm.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; 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 Free Software Foundation, Inc.
+;;   2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Per Persson <[email protected]>
 ;; Keywords: news, mail
Index: gnus-win.el
diff -u gnus/lisp/gnus-win.el:7.17 gnus/lisp/gnus-win.el:7.18
--- gnus-win.el:7.17	Thu Jan 22 08:02:16 2009
+++ gnus-win.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-win.el --- window configuration functions for Gnus
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus-xmas.el
diff -u gnus/lisp/gnus-xmas.el:7.28 gnus/lisp/gnus-xmas.el:7.29
--- gnus-xmas.el:7.28	Wed Jan  6 10:24:25 2010
+++ gnus-xmas.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; gnus-xmas.el --- Gnus functions for XEmacs
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;;   2005, 2006, 2008 Free Software Foundation, Inc.
+;;   2005, 2006, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: gnus.el
diff -u gnus/lisp/gnus.el:7.90 gnus/lisp/gnus.el:7.91
--- gnus.el:7.90	Fri Oct 16 09:05:30 2009
+++ gnus.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; 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
+;;   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 ;;   Free Software Foundation, Inc.
 
 ;; Author: Masanobu UMEDA <[email protected]>
Index: hashcash.el
diff -u gnus/lisp/hashcash.el:7.30 gnus/lisp/hashcash.el:7.31
--- hashcash.el:7.30	Mon Nov  9 05:15:08 2009
+++ hashcash.el	Wed Jan 13 11:59:43 2010
@@ -1,6 +1,6 @@
 ;;; hashcash.el --- Add hashcash payments to email
 
-;; Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009  Free Software Foundation
+;; Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010  Free Software Foundation
 
 ;; Written by: Paul Foley <[email protected]> (1997-2002)
 ;; Maintainer: Paul Foley <[email protected]>
Index: hex-util.el
diff -u gnus/lisp/hex-util.el:7.12 gnus/lisp/hex-util.el:7.13
--- hex-util.el:7.12	Thu Jan 22 08:02:16 2009
+++ hex-util.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; hex-util.el --- Functions to encode/decode hexadecimal string.
 
 ;; Copyright (C) 1999, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Shuhei KOBAYASHI <[email protected]>
 ;; Keywords: data
Index: hmac-def.el
diff -u gnus/lisp/hmac-def.el:7.10 gnus/lisp/hmac-def.el:7.11
--- hmac-def.el:7.10	Thu Jan 22 08:02:16 2009
+++ hmac-def.el	Wed Jan 13 11:59:43 2010
@@ -1,6 +1,6 @@
 ;;; hmac-def.el --- A macro for defining HMAC functions.
 
-;; Copyright (C) 1999, 2001, 2007, 2008, 2009  Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2001, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Shuhei KOBAYASHI <[email protected]>
 ;; Keywords: HMAC, RFC 2104
Index: hmac-md5.el
diff -u gnus/lisp/hmac-md5.el:7.10 gnus/lisp/hmac-md5.el:7.11
--- hmac-md5.el:7.10	Thu Jan 22 08:02:16 2009
+++ hmac-md5.el	Wed Jan 13 11:59:43 2010
@@ -1,6 +1,6 @@
 ;;; hmac-md5.el --- Compute HMAC-MD5.
 
-;; Copyright (C) 1999, 2001, 2007, 2008, 2009  Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2001, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Shuhei KOBAYASHI <[email protected]>
 ;; Keywords: HMAC, RFC 2104, HMAC-MD5, MD5, KEYED-MD5, CRAM-MD5
Index: html2text.el
diff -u gnus/lisp/html2text.el:7.25 gnus/lisp/html2text.el:7.26
--- html2text.el:7.25	Thu Jan 22 08:02:16 2009
+++ html2text.el	Wed Jan 13 11:59:43 2010
@@ -1,6 +1,6 @@
 ;;; html2text.el --- a simple html to plain text converter
 
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Joakim Hove <[email protected]>
 
Index: ietf-drums.el
diff -u gnus/lisp/ietf-drums.el:7.19 gnus/lisp/ietf-drums.el:7.20
--- ietf-drums.el:7.19	Thu Jan 22 08:02:16 2009
+++ ietf-drums.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; ietf-drums.el --- Functions for parsing RFC822bis headers
 
 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; This file is part of GNU Emacs.
Index: imap.el
diff -u gnus/lisp/imap.el:7.58 gnus/lisp/imap.el:7.59
--- imap.el:7.58	Thu Sep 10 15:46:51 2009
+++ imap.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; imap.el --- imap library
 
 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <[email protected]>
 ;; Keywords: mail
Index: legacy-gnus-agent.el
diff -u gnus/lisp/legacy-gnus-agent.el:1.14 gnus/lisp/legacy-gnus-agent.el:1.15
--- legacy-gnus-agent.el:1.14	Thu Jan 22 08:02:16 2009
+++ legacy-gnus-agent.el	Wed Jan 13 11:59:43 2010
@@ -1,6 +1,6 @@
 ;;; gnus-agent.el --- Legacy unplugged support for Gnus
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Kevin Greiner <[email protected]>
 ;; Keywords: news
Index: mail-parse.el
diff -u gnus/lisp/mail-parse.el:7.14 gnus/lisp/mail-parse.el:7.15
--- mail-parse.el:7.14	Thu Jan 22 08:02:16 2009
+++ mail-parse.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; mail-parse.el --- Interface functions for parsing mail
 
 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; This file is part of GNU Emacs.
Index: mail-prsvr.el
diff -u gnus/lisp/mail-prsvr.el:7.12 gnus/lisp/mail-prsvr.el:7.13
--- mail-prsvr.el:7.12	Thu Jan 22 08:02:16 2009
+++ mail-prsvr.el	Wed Jan 13 11:59:43 2010
@@ -1,7 +1,7 @@
 ;;; mail-prsvr.el --- Interface variables for parsing mail
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; This file is part of GNU Emacs.
Index: mail-source.el
diff -u gnus/lisp/mail-source.el:7.40 gnus/lisp/mail-source.el:7.41
--- mail-source.el:7.40	Mon Jan 26 16:23:27 2009
+++ mail-source.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; mail-source.el --- functions for fetching mail
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news, mail
Index: mailcap.el
diff -u gnus/lisp/mailcap.el:7.18 gnus/lisp/mailcap.el:7.19
--- mailcap.el:7.18	Thu Jan 22 08:02:16 2009
+++ mailcap.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; mailcap.el --- MIME media types configuration
 
 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: William M. Perry <[email protected]>
 ;;	Lars Magne Ingebrigtsen <[email protected]>
Index: md4.el
diff -u gnus/lisp/md4.el:7.13 gnus/lisp/md4.el:7.14
--- md4.el:7.13	Thu Jan 22 08:02:16 2009
+++ md4.el	Wed Jan 13 11:59:44 2010
@@ -1,6 +1,6 @@
 ;;; md4.el --- MD4 Message Digest Algorithm.
 
-;; Copyright (C) 2001, 2004, 2007, 2008, 2009  Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2004, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Taro Kawagishi <[email protected]>
 ;; Keywords: MD4
Index: message.el
diff -u gnus/lisp/message.el:7.287 gnus/lisp/message.el:7.288
--- message.el:7.287	Wed Jan  6 10:24:25 2010
+++ message.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; message.el --- composing mail and news messages
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: mail, news
Index: messagexmas.el
diff -u gnus/lisp/messagexmas.el:7.11 gnus/lisp/messagexmas.el:7.12
--- messagexmas.el:7.11	Mon Mar 10 01:53:11 2008
+++ messagexmas.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; messagexmas.el --- XEmacs extensions to message
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2003, 2004,
-;;   2005, 2008 Free Software Foundation, Inc.
+;;   2005, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: mail, news
Index: messcompat.el
diff -u gnus/lisp/messcompat.el:7.12 gnus/lisp/messcompat.el:7.13
--- messcompat.el:7.12	Thu Jan 22 08:02:16 2009
+++ messcompat.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; 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 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: mail, news
Index: mm-bodies.el
diff -u gnus/lisp/mm-bodies.el:7.21 gnus/lisp/mm-bodies.el:7.22
--- mm-bodies.el:7.21	Thu Jan 22 08:02:16 2009
+++ mm-bodies.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; mm-bodies.el --- Functions for decoding MIME things
 
 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;;	MORIOKA Tomohiko <[email protected]>
Index: mm-decode.el
diff -u gnus/lisp/mm-decode.el:7.73 gnus/lisp/mm-decode.el:7.74
--- mm-decode.el:7.73	Tue Sep 22 23:57:33 2009
+++ mm-decode.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; mm-decode.el --- Functions for decoding MIME things
 
 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;;	MORIOKA Tomohiko <[email protected]>
Index: mm-encode.el
diff -u gnus/lisp/mm-encode.el:7.20 gnus/lisp/mm-encode.el:7.21
--- mm-encode.el:7.20	Mon Dec 14 01:04:24 2009
+++ mm-encode.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; mm-encode.el --- Functions for encoding MIME things
 
 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;;	MORIOKA Tomohiko <[email protected]>
Index: mm-extern.el
diff -u gnus/lisp/mm-extern.el:7.17 gnus/lisp/mm-extern.el:7.18
--- mm-extern.el:7.17	Thu Jan 22 08:02:16 2009
+++ mm-extern.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; mm-extern.el --- showing message/external-body
 
 ;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Shenghuo Zhu <[email protected]>
 ;; Keywords: message external-body
Index: mm-partial.el
diff -u gnus/lisp/mm-partial.el:7.12 gnus/lisp/mm-partial.el:7.13
--- mm-partial.el:7.12	Thu Jan 22 08:02:16 2009
+++ mm-partial.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; mm-partial.el --- showing message/partial
 
 ;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Shenghuo Zhu <[email protected]>
 ;; Keywords: message partial
Index: mm-url.el
diff -u gnus/lisp/mm-url.el:7.23 gnus/lisp/mm-url.el:7.24
--- mm-url.el:7.23	Mon Jan  5 23:09:39 2009
+++ mm-url.el	Wed Jan 13 11:59:44 2010
@@ -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
+;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 ;;   Free Software Foundation, Inc.
 
 ;; Author: Shenghuo Zhu <[email protected]>
Index: mm-util.el
diff -u gnus/lisp/mm-util.el:7.93 gnus/lisp/mm-util.el:7.94
--- mm-util.el:7.93	Mon Sep 28 14:10:56 2009
+++ mm-util.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; 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  Free Software Foundation, Inc.
+;;   2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;;	MORIOKA Tomohiko <[email protected]>
Index: mm-uu.el
diff -u gnus/lisp/mm-uu.el:7.59 gnus/lisp/mm-uu.el:7.60
--- mm-uu.el:7.59	Thu Jan 22 08:02:16 2009
+++ mm-uu.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; mm-uu.el --- Return uu stuff as mm handles
 
 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Shenghuo Zhu <[email protected]>
 ;; Keywords: postscript uudecode binhex shar forward gnatsweb pgp
Index: mm-view.el
diff -u gnus/lisp/mm-view.el:7.62 gnus/lisp/mm-view.el:7.63
--- mm-view.el:7.62	Thu Jan 22 08:02:16 2009
+++ mm-view.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; mm-view.el --- functions for viewing MIME objects
 
 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-;;   2007, 2008, 2009  Free Software Foundation, Inc.
+;;   2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; This file is part of GNU Emacs.
Index: mml-sec.el
diff -u gnus/lisp/mml-sec.el:7.25 gnus/lisp/mml-sec.el:7.26
--- mml-sec.el:7.25	Thu Jan 22 08:02:16 2009
+++ mml-sec.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; mml-sec.el --- A package with security functions for MML documents
 
 ;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <[email protected]>
 
Index: mml-smime.el
diff -u gnus/lisp/mml-smime.el:7.26 gnus/lisp/mml-smime.el:7.27
--- mml-smime.el:7.26	Tue Sep 22 23:57:33 2009
+++ mml-smime.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; mml-smime.el --- S/MIME support for MML
 
 ;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <[email protected]>
 ;; Keywords: Gnus, MIME, S/MIME, MML
Index: mml.el
diff -u gnus/lisp/mml.el:7.79 gnus/lisp/mml.el:7.80
--- mml.el:7.79	Thu Sep 10 02:12:47 2009
+++ mml.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; mml.el --- A package for parsing and validating MML documents
 
 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-;;   2007, 2008, 2009  Free Software Foundation, Inc.
+;;   2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; This file is part of GNU Emacs.
Index: mml1991.el
diff -u gnus/lisp/mml1991.el:7.33 gnus/lisp/mml1991.el:7.34
--- mml1991.el:7.33	Tue Sep 22 23:57:33 2009
+++ mml1991.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; 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  Free Software Foundation, Inc.
+;;   2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Sascha Lüdecke <[email protected]>,
 ;;	Simon Josefsson <[email protected]> (Mailcrypt interface, Gnus glue)
Index: mml2015.el
diff -u gnus/lisp/mml2015.el:7.59 gnus/lisp/mml2015.el:7.60
--- mml2015.el:7.59	Tue Sep 22 23:57:33 2009
+++ mml2015.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; mml2015.el --- MIME Security with Pretty Good Privacy (PGP)
 
 ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;;   2008, 2009 Free Software Foundation, Inc.
+;;   2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Shenghuo Zhu <[email protected]>
 ;; Keywords: PGP MIME MML
Index: netrc.el
diff -u gnus/lisp/netrc.el:7.28 gnus/lisp/netrc.el:7.29
--- netrc.el:7.28	Mon Jan 26 16:23:27 2009
+++ netrc.el	Wed Jan 13 11:59:44 2010
@@ -1,6 +1,6 @@
 ;;; netrc.el --- .netrc parsing functionality
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: nnagent.el
diff -u gnus/lisp/nnagent.el:7.18 gnus/lisp/nnagent.el:7.19
--- nnagent.el:7.18	Thu Jan 22 08:02:16 2009
+++ nnagent.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nnagent.el --- offline backend for Gnus
 
 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news, mail
Index: nnbabyl.el
diff -u gnus/lisp/nnbabyl.el:7.15 gnus/lisp/nnbabyl.el:7.16
--- nnbabyl.el:7.15	Mon Sep 28 14:10:56 2009
+++ nnbabyl.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nnbabyl.el --- rmail mbox access for Gnus
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1099, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;;	Masanobu UMEDA <[email protected]>
Index: nndb.el
diff -u gnus/lisp/nndb.el:7.20 gnus/lisp/nndb.el:7.21
--- nndb.el:7.20	Thu Jan 22 08:02:15 2009
+++ nndb.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nndb.el --- nndb access for Gnus
 
 ;; Copyright (C) 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, 2007,
-;;   2008, 2009  Free Software Foundation, Inc.
+;;   2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Masanobu UMEDA <[email protected]>
 ;;         Kai Grossjohann <[email protected]>
Index: nndiary.el
diff -u gnus/lisp/nndiary.el:7.23 gnus/lisp/nndiary.el:7.24
--- nndiary.el:7.23	Mon Sep 28 14:10:56 2009
+++ nndiary.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nndiary.el --- A diary back end for Gnus
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;;   2008, 2009  Free Software Foundation, Inc.
+;;   2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author:        Didier Verna <[email protected]>
 ;; Maintainer:    Didier Verna <[email protected]>
Index: nndir.el
diff -u gnus/lisp/nndir.el:7.12 gnus/lisp/nndir.el:7.13
--- nndir.el:7.12	Thu Jan 22 08:02:16 2009
+++ nndir.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; 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 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: nndoc.el
diff -u gnus/lisp/nndoc.el:7.16 gnus/lisp/nndoc.el:7.17
--- nndoc.el:7.16	Thu Jan 22 08:02:15 2009
+++ nndoc.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nndoc.el --- single file access for Gnus
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;;	Masanobu UMEDA <[email protected]>
Index: nndraft.el
diff -u gnus/lisp/nndraft.el:7.15 gnus/lisp/nndraft.el:7.16
--- nndraft.el:7.15	Thu Jan 22 08:02:16 2009
+++ nndraft.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nndraft.el --- draft article access for Gnus
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: nneething.el
diff -u gnus/lisp/nneething.el:7.15 gnus/lisp/nneething.el:7.16
--- nneething.el:7.15	Thu Jan 22 08:02:16 2009
+++ nneething.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nneething.el --- arbitrary file access for Gnus
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;;	Masanobu UMEDA <[email protected]>
Index: nnfolder.el
diff -u gnus/lisp/nnfolder.el:7.29 gnus/lisp/nnfolder.el:7.30
--- nnfolder.el:7.29	Tue Jan 13 18:16:38 2009
+++ nnfolder.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nnfolder.el --- mail folder access for Gnus
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <[email protected]> (adding MARKS)
 ;;      ShengHuo Zhu <[email protected]> (adding NOV)
Index: nngateway.el
diff -u gnus/lisp/nngateway.el:7.11 gnus/lisp/nngateway.el:7.12
--- nngateway.el:7.11	Thu Jan 22 08:02:16 2009
+++ nngateway.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nngateway.el --- posting news via mail gateways
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news, mail
Index: nnheader.el
diff -u gnus/lisp/nnheader.el:7.38 gnus/lisp/nnheader.el:7.39
--- nnheader.el:7.38	Wed Sep  9 11:31:35 2009
+++ nnheader.el	Wed Jan 13 11:59:44 2010
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994,
 ;;   1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Masanobu UMEDA <[email protected]>
 ;;	Lars Magne Ingebrigtsen <[email protected]>
Index: nnheaderxm.el
diff -u gnus/lisp/nnheaderxm.el:7.8 gnus/lisp/nnheaderxm.el:7.9
--- nnheaderxm.el:7.8	Mon Mar 10 01:53:11 2008
+++ nnheaderxm.el	Wed Jan 13 11:59:44 2010
@@ -1,6 +1,6 @@
 ;;; nnheaderxm.el --- making Gnus backends work under XEmacs
 
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2008
+;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2008, 2009, 2010
 ;;      Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
Index: nnimap.el
diff -u gnus/lisp/nnimap.el:7.60 gnus/lisp/nnimap.el:7.61
--- nnimap.el:7.60	Wed Sep  9 11:31:35 2009
+++ nnimap.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nnimap.el --- imap backend for Gnus
 
 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-;;   2007, 2008, 2009  Free Software Foundation, Inc.
+;;   2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <[email protected]>
 ;;         Jim Radford <[email protected]>
Index: nnir.el
diff -u gnus/lisp/nnir.el:7.7 gnus/lisp/nnir.el:7.8
--- nnir.el:7.7	Mon Sep 28 14:10:56 2009
+++ nnir.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; 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 Free Software Foundation, Inc.
+;;   2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Kai Großjohann <[email protected]>
 ;; Swish-e and Swish++ backends by:
Index: nnkiboze.el
diff -u gnus/lisp/nnkiboze.el:7.17 gnus/lisp/nnkiboze.el:7.18
--- nnkiboze.el:7.17	Thu Jan 22 08:02:16 2009
+++ nnkiboze.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nnkiboze.el --- select virtual news access for Gnus
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: nnlistserv.el
diff -u gnus/lisp/nnlistserv.el:7.14 gnus/lisp/nnlistserv.el:7.15
--- nnlistserv.el:7.14	Thu Jan 22 08:02:16 2009
+++ nnlistserv.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nnlistserv.el --- retrieving articles via web mailing list archives
 
 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news, mail
Index: nnmail.el
diff -u gnus/lisp/nnmail.el:7.49 gnus/lisp/nnmail.el:7.50
--- nnmail.el:7.49	Wed Sep  9 11:31:35 2009
+++ nnmail.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; 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 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news, mail
Index: nnmairix.el
diff -u gnus/lisp/nnmairix.el:7.14 gnus/lisp/nnmairix.el:7.15
--- nnmairix.el:7.14	Sat May 30 13:53:36 2009
+++ nnmairix.el	Wed Jan 13 11:59:44 2010
@@ -1,6 +1,6 @@
 ;;; nnmairix.el --- Mairix back end for Gnus, the Emacs newsreader
 
-;; Copyright (C) 2007, 2008, 2009  Free Software Foundation, Inc.
+;; Copyright (C) 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: David Engster <[email protected]>
 ;; Keywords: mail searching
Index: nnmbox.el
diff -u gnus/lisp/nnmbox.el:7.14 gnus/lisp/nnmbox.el:7.15
--- nnmbox.el:7.14	Thu Jan 22 08:02:16 2009
+++ nnmbox.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nnmbox.el --- mail mbox access for Gnus
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;;	Masanobu UMEDA <[email protected]>
Index: nnmh.el
diff -u gnus/lisp/nnmh.el:7.16 gnus/lisp/nnmh.el:7.17
--- nnmh.el:7.16	Thu Jan 22 08:02:16 2009
+++ nnmh.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nnmh.el --- mhspool access for Gnus
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;;	Masanobu UMEDA <[email protected]>
Index: nnml.el
diff -u gnus/lisp/nnml.el:7.35 gnus/lisp/nnml.el:7.36
--- nnml.el:7.35	Thu Jan 22 08:02:16 2009
+++ nnml.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nnml.el --- mail spool access for Gnus
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Authors: Didier Verna <[email protected]> (adding compaction)
 ;;	Simon Josefsson <[email protected]> (adding MARKS)
Index: nnoo.el
diff -u gnus/lisp/nnoo.el:7.12 gnus/lisp/nnoo.el:7.13
--- nnoo.el:7.12	Thu Jan 22 08:02:16 2009
+++ nnoo.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nnoo.el --- OO Gnus Backends
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: nnrss.el
diff -u gnus/lisp/nnrss.el:7.64 gnus/lisp/nnrss.el:7.65
--- nnrss.el:7.64	Thu Sep 10 02:12:47 2009
+++ nnrss.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nnrss.el --- interfacing with RSS
 
 ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;;   2008, 2009  Free Software Foundation, Inc.
+;;   2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Shenghuo Zhu <[email protected]>
 ;; Keywords: RSS
Index: nnslashdot.el
diff -u gnus/lisp/nnslashdot.el:7.18 gnus/lisp/nnslashdot.el:7.19
--- nnslashdot.el:7.18	Thu Jan 22 08:02:16 2009
+++ nnslashdot.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nnslashdot.el --- interfacing with Slashdot
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: nnsoup.el
diff -u gnus/lisp/nnsoup.el:7.16 gnus/lisp/nnsoup.el:7.17
--- nnsoup.el:7.16	Thu Jan 22 08:02:16 2009
+++ nnsoup.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nnsoup.el --- SOUP access for Gnus
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;;	Masanobu UMEDA <[email protected]>
Index: nnspool.el
diff -u gnus/lisp/nnspool.el:7.18 gnus/lisp/nnspool.el:7.19
--- nnspool.el:7.18	Wed Sep  9 11:31:35 2009
+++ nnspool.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; 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
+;;   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 ;;   Free Software Foundation, Inc.
 
 ;; Author: Masanobu UMEDA <[email protected]>
Index: nntp.el
diff -u gnus/lisp/nntp.el:7.53 gnus/lisp/nntp.el:7.54
--- nntp.el:7.53	Fri Dec 18 01:47:27 2009
+++ nntp.el	Wed Jan 13 11:59:44 2010
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 1987, 1988, 1989, 1990, 1992, 1993,
 ;;   1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002,
-;;   2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: nnultimate.el
diff -u gnus/lisp/nnultimate.el:7.12 gnus/lisp/nnultimate.el:7.13
--- nnultimate.el:7.12	Thu Jan 22 08:02:16 2009
+++ nnultimate.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nnultimate.el --- interfacing with the Ultimate Bulletin Board system
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: nnvirtual.el
diff -u gnus/lisp/nnvirtual.el:7.16 gnus/lisp/nnvirtual.el:7.17
--- nnvirtual.el:7.16	Thu Jan 22 08:02:16 2009
+++ nnvirtual.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; 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 Free Software Foundation, Inc.
+;;   2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: David Moore <[email protected]>
 ;;	Lars Magne Ingebrigtsen <[email protected]>
Index: nnwarchive.el
diff -u gnus/lisp/nnwarchive.el:7.12 gnus/lisp/nnwarchive.el:7.13
--- nnwarchive.el:7.12	Thu Jan 22 08:02:16 2009
+++ nnwarchive.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nnwarchive.el --- interfacing with web archives
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Shenghuo Zhu <[email protected]>
 ;; Keywords: news egroups mail-archive
Index: nnweb.el
diff -u gnus/lisp/nnweb.el:7.40 gnus/lisp/nnweb.el:7.41
--- nnweb.el:7.40	Thu Jan 22 08:02:16 2009
+++ nnweb.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nnweb.el --- retrieving articles via web search engines
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: nnwfm.el
diff -u gnus/lisp/nnwfm.el:7.11 gnus/lisp/nnwfm.el:7.12
--- nnwfm.el:7.11	Thu Jan 22 08:02:16 2009
+++ nnwfm.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; nnwfm.el --- interfacing with a web forum
 
 ;; Copyright (C) 2000, 2002, 2003, 2004, 2005,
-;;   2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
Index: ntlm.el
diff -u gnus/lisp/ntlm.el:7.11 gnus/lisp/ntlm.el:7.12
--- ntlm.el:7.11	Thu Jan 22 08:02:16 2009
+++ ntlm.el	Wed Jan 13 11:59:44 2010
@@ -1,6 +1,6 @@
 ;;; ntlm.el --- NTLM (NT LanManager) authentication support
 
-;; Copyright (C) 2001, 2007, 2008, 2009  Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Taro Kawagishi <[email protected]>
 ;; Keywords: NTLM, SASL
Index: parse-time.el
diff -u gnus/lisp/parse-time.el:7.16 gnus/lisp/parse-time.el:7.17
--- parse-time.el:7.16	Mon Sep 14 01:31:56 2009
+++ parse-time.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; parse-time.el --- parsing time strings
 
 ;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;;   2008, 2009  Free Software Foundation, Inc.
+;;   2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Erik Naggum <[email protected]>
 ;; Keywords: util
Index: password-cache.el
diff -u gnus/lisp/password-cache.el:7.5 gnus/lisp/password-cache.el:7.6
--- password-cache.el:7.5	Thu Jan 22 08:02:16 2009
+++ password-cache.el	Wed Jan 13 11:59:44 2010
@@ -1,6 +1,6 @@
 ;;; password-cache.el --- Read passwords, possibly using a password cache.
 
-;; Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+;; Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 ;;   Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <[email protected]>
Index: pgg-def.el
diff -u gnus/lisp/pgg-def.el:7.18 gnus/lisp/pgg-def.el:7.19
--- pgg-def.el:7.18	Thu Jan 22 08:02:16 2009
+++ pgg-def.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; pgg-def.el --- functions/macros for defining PGG functions
 
 ;; Copyright (C) 1999, 2002, 2003, 2004, 2005,
-;;   2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Daiki Ueno <[email protected]>
 ;; Created: 1999/11/02
Index: pgg-gpg.el
diff -u gnus/lisp/pgg-gpg.el:7.35 gnus/lisp/pgg-gpg.el:7.36
--- pgg-gpg.el:7.35	Fri Jun 19 02:33:26 2009
+++ pgg-gpg.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; pgg-gpg.el --- GnuPG support for PGG.
 
 ;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Daiki Ueno <[email protected]>
 ;; Symmetric encryption and gpg-agent support added by: 
Index: pgg-parse.el
diff -u gnus/lisp/pgg-parse.el:7.17 gnus/lisp/pgg-parse.el:7.18
--- pgg-parse.el:7.17	Thu Jan 22 08:02:16 2009
+++ pgg-parse.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; pgg-parse.el --- OpenPGP packet parsing
 
 ;; Copyright (C) 1999, 2002, 2003, 2004, 2005,
-;;   2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Daiki Ueno <[email protected]>
 ;; Created: 1999/10/28
Index: pgg-pgp.el
diff -u gnus/lisp/pgg-pgp.el:7.22 gnus/lisp/pgg-pgp.el:7.23
--- pgg-pgp.el:7.22	Mon Sep 28 14:10:56 2009
+++ pgg-pgp.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; pgg-pgp.el --- PGP 2.* and 6.* support for PGG.
 
 ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-;;   2009  Free Software Foundation, Inc.
+;;   2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Daiki Ueno <[email protected]>
 ;; Created: 1999/11/02
Index: pgg-pgp5.el
diff -u gnus/lisp/pgg-pgp5.el:7.16 gnus/lisp/pgg-pgp5.el:7.17
--- pgg-pgp5.el:7.16	Thu Jan 22 08:02:16 2009
+++ pgg-pgp5.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; pgg-pgp5.el --- PGP 5.* support for PGG.
 
 ;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Daiki Ueno <[email protected]>
 ;; Created: 1999/11/02
Index: pgg.el
diff -u gnus/lisp/pgg.el:7.23 gnus/lisp/pgg.el:7.24
--- pgg.el:7.23	Thu Jan 22 08:02:16 2009
+++ pgg.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; pgg.el --- glue for the various PGP implementations.
 
 ;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Daiki Ueno <[email protected]>
 ;; Symmetric encryption added by: Sascha Wilde <[email protected]>
Index: pop3.el
diff -u gnus/lisp/pop3.el:7.39 gnus/lisp/pop3.el:7.40
--- pop3.el:7.39	Thu Jan 22 08:02:16 2009
+++ pop3.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; pop3.el --- Post Office Protocol (RFC 1460) interface
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Richard L. Pieri <[email protected]>
 ;; Maintainer: FSF
Index: qp.el
diff -u gnus/lisp/qp.el:7.18 gnus/lisp/qp.el:7.19
--- qp.el:7.18	Wed Sep  9 11:31:35 2009
+++ qp.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; qp.el --- Quoted-Printable functions
 
 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-;;   2007, 2008, 2009  Free Software Foundation, Inc.
+;;   2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: mail, extensions
Index: rfc1843.el
diff -u gnus/lisp/rfc1843.el:7.14 gnus/lisp/rfc1843.el:7.15
--- rfc1843.el:7.14	Thu Jan 22 08:02:16 2009
+++ rfc1843.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; rfc1843.el --- HZ (rfc1843) decoding
 
 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Shenghuo Zhu <[email protected]>
 ;; Keywords: news HZ HZ+ mail i18n
Index: rfc2045.el
diff -u gnus/lisp/rfc2045.el:7.12 gnus/lisp/rfc2045.el:7.13
--- rfc2045.el:7.12	Thu Jan 22 08:02:16 2009
+++ rfc2045.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; rfc2045.el --- Functions for decoding rfc2045 headers
 
 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; This file is part of GNU Emacs.
Index: rfc2047.el
diff -u gnus/lisp/rfc2047.el:7.77 gnus/lisp/rfc2047.el:7.78
--- rfc2047.el:7.77	Tue Nov 17 03:22:49 2009
+++ rfc2047.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; rfc2047.el --- functions for encoding and decoding rfc2047 messages
 
 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-;;   2007, 2008, 2009  Free Software Foundation, Inc.
+;;   2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;;	MORIOKA Tomohiko <[email protected]>
Index: rfc2104.el
diff -u gnus/lisp/rfc2104.el:7.15 gnus/lisp/rfc2104.el:7.16
--- rfc2104.el:7.15	Thu Jan 22 08:02:16 2009
+++ rfc2104.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; rfc2104.el --- RFC2104 Hashed Message Authentication Codes
 
 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <[email protected]>
 ;; Keywords: mail
Index: rfc2231.el
diff -u gnus/lisp/rfc2231.el:7.28 gnus/lisp/rfc2231.el:7.29
--- rfc2231.el:7.28	Thu Jan 22 08:02:16 2009
+++ rfc2231.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; rfc2231.el --- Functions for decoding rfc2231 headers
 
 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-;;   2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; This file is part of GNU Emacs.
Index: sasl-cram.el
diff -u gnus/lisp/sasl-cram.el:7.9 gnus/lisp/sasl-cram.el:7.10
--- sasl-cram.el:7.9	Thu Jan 22 08:02:16 2009
+++ sasl-cram.el	Wed Jan 13 11:59:44 2010
@@ -1,6 +1,6 @@
 ;;; sasl-cram.el --- CRAM-MD5 module for the SASL client framework
 
-;; Copyright (C) 2000, 2007, 2008, 2009  Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Daiki Ueno <[email protected]>
 ;;	Kenichi OKADA <[email protected]>
Index: sasl-digest.el
diff -u gnus/lisp/sasl-digest.el:7.9 gnus/lisp/sasl-digest.el:7.10
--- sasl-digest.el:7.9	Thu Jan 22 08:02:16 2009
+++ sasl-digest.el	Wed Jan 13 11:59:44 2010
@@ -1,6 +1,6 @@
 ;;; sasl-digest.el --- DIGEST-MD5 module for the SASL client framework
 
-;; Copyright (C) 2000, 2007, 2008, 2009  Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Daiki Ueno <[email protected]>
 ;;	Kenichi OKADA <[email protected]>
Index: sasl-ntlm.el
diff -u gnus/lisp/sasl-ntlm.el:7.10 gnus/lisp/sasl-ntlm.el:7.11
--- sasl-ntlm.el:7.10	Thu Jan 22 08:02:16 2009
+++ sasl-ntlm.el	Wed Jan 13 11:59:44 2010
@@ -1,6 +1,6 @@
 ;;; sasl-ntlm.el --- NTLM (NT Lan Manager) module for the SASL client framework
 
-;; Copyright (C) 2000, 2007, 2008, 2009  Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Taro Kawagishi <[email protected]>
 ;; Keywords: SASL, NTLM
Index: sasl.el
diff -u gnus/lisp/sasl.el:7.10 gnus/lisp/sasl.el:7.11
--- sasl.el:7.10	Thu Jan 22 08:02:15 2009
+++ sasl.el	Wed Jan 13 11:59:44 2010
@@ -1,6 +1,6 @@
 ;;; sasl.el --- SASL client framework
 
-;; Copyright (C) 2000, 2007, 2008, 2009  Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Daiki Ueno <[email protected]>
 ;; Keywords: SASL
Index: score-mode.el
diff -u gnus/lisp/score-mode.el:7.15 gnus/lisp/score-mode.el:7.16
--- score-mode.el:7.15	Thu Jan 22 08:02:16 2009
+++ score-mode.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; score-mode.el --- mode for editing Gnus score files
 
 ;; Copyright (C) 1996, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news, mail
Index: sha1.el
diff -u gnus/lisp/sha1.el:7.17 gnus/lisp/sha1.el:7.18
--- sha1.el:7.17	Fri Nov 27 02:02:17 2009
+++ sha1.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; sha1.el --- SHA1 Secure Hash Algorithm in Emacs-Lisp
 
 ;; Copyright (C) 1999, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Shuhei KOBAYASHI <[email protected]>
 ;; Keywords: SHA1, FIPS 180-1
Index: sieve-manage.el
diff -u gnus/lisp/sieve-manage.el:7.28 gnus/lisp/sieve-manage.el:7.29
--- sieve-manage.el:7.28	Mon Jan 11 23:21:44 2010
+++ sieve-manage.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; sieve-manage.el --- Implementation of the managesive protocol in elisp
 
 ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;;   2008, 2009  Free Software Foundation, Inc.
+;;   2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <[email protected]>
 
Index: sieve-mode.el
diff -u gnus/lisp/sieve-mode.el:7.15 gnus/lisp/sieve-mode.el:7.16
--- sieve-mode.el:7.15	Wed Sep  9 11:31:35 2009
+++ sieve-mode.el	Wed Jan 13 11:59:44 2010
@@ -1,6 +1,6 @@
 ;;; sieve-mode.el --- Sieve code editing commands for Emacs
 
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 ;;   Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <[email protected]>
Index: sieve.el
diff -u gnus/lisp/sieve.el:7.17 gnus/lisp/sieve.el:7.18
--- sieve.el:7.17	Thu Jan 22 08:02:16 2009
+++ sieve.el	Wed Jan 13 11:59:44 2010
@@ -1,6 +1,6 @@
 ;;; sieve.el --- Utilities to manage sieve scripts
 
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <[email protected]>
 
Index: smiley.el
diff -u gnus/lisp/smiley.el:7.25 gnus/lisp/smiley.el:7.26
--- smiley.el:7.25	Thu Jan 22 08:02:16 2009
+++ smiley.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; smiley.el --- displaying smiley faces
 
 ;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Dave Love <[email protected]>
 ;; Keywords: news mail multimedia
Index: smime.el
diff -u gnus/lisp/smime.el:7.37 gnus/lisp/smime.el:7.38
--- smime.el:7.37	Thu Jan 22 08:02:16 2009
+++ smime.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; smime.el --- S/MIME support library
 
 ;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <[email protected]>
 ;; Keywords: SMIME X.509 PEM OpenSSL
Index: spam-report.el
diff -u gnus/lisp/spam-report.el:7.42 gnus/lisp/spam-report.el:7.43
--- spam-report.el:7.42	Thu Jan 22 08:02:15 2009
+++ spam-report.el	Wed Jan 13 11:59:44 2010
@@ -1,6 +1,6 @@
 ;;; spam-report.el --- Reporting spam
 
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 ;;   Free Software Foundation, Inc.
 
 ;; Author: Ted Zlatanov <[email protected]>
Index: spam-stat.el
diff -u gnus/lisp/spam-stat.el:7.35 gnus/lisp/spam-stat.el:7.36
--- spam-stat.el:7.35	Tue Oct  6 02:27:02 2009
+++ spam-stat.el	Wed Jan 13 11:59:44 2010
@@ -1,6 +1,6 @@
 ;;; spam-stat.el --- detecting spam based on statistics
 
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Alex Schroeder <[email protected]>
 ;; Keywords: network
Index: spam-wash.el
diff -u gnus/lisp/spam-wash.el:1.9 gnus/lisp/spam-wash.el:1.10
--- spam-wash.el:1.9	Thu Jan 22 08:02:15 2009
+++ spam-wash.el	Wed Jan 13 11:59:44 2010
@@ -1,6 +1,6 @@
 ;;; spam-wash.el --- wash spam before analysis
 
-;; Copyright (C) 2004, 2007, 2008, 2009  Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Andrew Cohen <[email protected]>
 ;; Keywords: mail
Index: spam.el
diff -u gnus/lisp/spam.el:7.105 gnus/lisp/spam.el:7.106
--- spam.el:7.105	Mon Sep 14 21:19:41 2009
+++ spam.el	Wed Jan 13 11:59:44 2010
@@ -1,6 +1,6 @@
 ;;; spam.el --- Identifying spam
 
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 ;;   Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
Index: starttls.el
diff -u gnus/lisp/starttls.el:7.22 gnus/lisp/starttls.el:7.23
--- starttls.el:7.22	Thu Jan 22 08:02:16 2009
+++ starttls.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; starttls.el --- STARTTLS functions
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Daiki Ueno <[email protected]>
 ;; Author: Simon Josefsson <[email protected]>
Index: time-date.el
diff -u gnus/lisp/time-date.el:7.18 gnus/lisp/time-date.el:7.19
--- time-date.el:7.18	Wed Sep  9 11:31:35 2009
+++ time-date.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; time-date.el --- Date and time handling functions
 
 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-;;   2007, 2008, 2009  Free Software Foundation, Inc.
+;;   2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;;	Masanobu Umeda <[email protected]>
Index: tls.el
diff -u gnus/lisp/tls.el:7.31 gnus/lisp/tls.el:7.32
--- tls.el:7.31	Thu Jan 22 08:02:16 2009
+++ tls.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; tls.el --- TLS/SSL support via wrapper around GnuTLS
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2002, 2003, 2004, 2005, 2006,
-;;   2007, 2008, 2009  Free Software Foundation, Inc.
+;;   2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <[email protected]>
 ;; Keywords: comm, tls, gnutls, ssl
Index: utf7.el
diff -u gnus/lisp/utf7.el:7.16 gnus/lisp/utf7.el:7.17
--- utf7.el:7.16	Wed Sep  9 11:31:35 2009
+++ utf7.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; 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  Free Software Foundation, Inc.
+;;   2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Jon K Hellan <[email protected]>
 ;; Maintainer: [email protected]
Index: uudecode.el
diff -u gnus/lisp/uudecode.el:7.18 gnus/lisp/uudecode.el:7.19
--- uudecode.el:7.18	Thu Jan 22 08:02:16 2009
+++ uudecode.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; uudecode.el -- elisp native uudecode
 
 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Shenghuo Zhu <[email protected]>
 ;; Keywords: uudecode news
Index: webmail.el
diff -u gnus/lisp/webmail.el:7.13 gnus/lisp/webmail.el:7.14
--- webmail.el:7.13	Thu Jan 22 08:02:16 2009
+++ webmail.el	Wed Jan 13 11:59:44 2010
@@ -1,7 +1,7 @@
 ;;; webmail.el --- interface of web mail
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Shenghuo Zhu <[email protected]>
 ;; Keywords: hotmail netaddress my-deja netscape
Index: yenc.el
diff -u gnus/lisp/yenc.el:7.13 gnus/lisp/yenc.el:7.14
--- yenc.el:7.13	Wed Sep  9 11:31:35 2009
+++ yenc.el	Wed Jan 13 11:59:44 2010
@@ -1,6 +1,6 @@
 ;;; yenc.el --- elisp native yenc decoder
 
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Jesper Harder <[email protected]>
 ;; Keywords: yenc news