# HG changeset patch # User Glenn Morris # Date 1213067854 0 # Node ID 74bfdeb9cb31f36d1f6fc83c1128128070b2bbea # Parent 1af9e38640cc88c7688e280106e486398958ab73 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. diff -r 1af9e38640cc -r 74bfdeb9cb31 lisp/net/newsticker-backend.el --- 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 $ ;; ======================================================================