Mercurial > emacs
changeset 95761:1af9e38640cc
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:16:47 +0000 |
parents | e62f5d3e9fad |
children | 74bfdeb9cb31 |
files | lisp/net/newsticker-reader.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/net/newsticker-reader.el Tue Jun 10 03:15:43 2008 +0000 +++ b/lisp/net/newsticker-reader.el Tue Jun 10 03:16:47 2008 +0000 @@ -1,6 +1,7 @@ ;;; newsticker-reader.el --- Generic RSS reader functions. -;; 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. @@ -8,7 +9,7 @@ ;; Filename: newsticker-reader.el ;; URL: http://www.nongnu.org/newsticker ;; Time-stamp: "7. Juni 2008, 15:34:08 (ulf)" -;; CVS-Version: $Id: newsticker-reader.el,v 1.2 2008/06/08 18:09:06 miles Exp $ +;; CVS-Version: $Id: newsticker-reader.el,v 1.3 2008/06/10 03:08:58 gm Exp $ ;; ======================================================================