changeset 95762:74bfdeb9cb31

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.
author Glenn Morris <rgm@gnu.org>
date Tue, 10 Jun 2008 03:17:34 +0000
parents 1af9e38640cc
children 42b55a0e2fb0
files lisp/net/newsticker-backend.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/newsticker-backend.el	Tue Jun 10 03:16:47 2008 +0000
+++ b/lisp/net/newsticker-backend.el	Tue Jun 10 03:17:34 2008 +0000
@@ -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 $
 
 ;; ======================================================================