summaryrefslogtreecommitdiff
path: root/lisp/net
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-10 03:17:34 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-10 03:17:34 +0000
commita62de1a9f959ab4d36754da01c2f416de3a9606a (patch)
tree86f6023818a0de5056784697042b7ead6204a942 /lisp/net
parent48b53b1d7123b4a4ebfe184d3ec7806cd5076a03 (diff)
downloademacs-a62de1a9f959ab4d36754da01c2f416de3a9606a.tar.gz
Correct copyright years to reflect the original newsticker.el from
which most of this code was extracted, not the year it was moved into this file.
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/newsticker-backend.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/net/newsticker-backend.el b/lisp/net/newsticker-backend.el
index bbd6af0547b..be6dc204d70 100644
--- a/lisp/net/newsticker-backend.el
+++ b/lisp/net/newsticker-backend.el
@@ -1,6 +1,7 @@
;;; newsticker-backend.el --- Retrieval backend for newsticker.
-;; Copyright (C) 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
+;; Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -9,7 +10,7 @@
;; URL: http://www.nongnu.org/newsticker
;; Keywords: News, RSS, Atom
;; Time-stamp: "8. Juni 2008, 17:18:04 (ulf)"
-;; CVS-Version: $Id: newsticker-backend.el,v 1.2 2008/06/08 18:09:05 miles Exp $
+;; CVS-Version: $Id: newsticker-backend.el,v 1.3 2008/06/10 03:07:46 gm Exp $
;; ======================================================================