comparison lisp/net/newsticker-reader.el @ 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 a4a6dc0b743d
children f1d2c7af44ae
comparison
equal deleted inserted replaced
95760:e62f5d3e9fad 95761:1af9e38640cc
1 ;;; newsticker-reader.el --- Generic RSS reader functions. 1 ;;; newsticker-reader.el --- Generic RSS reader functions.
2 2
3 ;; Copyright (C) 2008 Free Software Foundation, Inc. 3 ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
4 ;; Free Software Foundation, Inc.
4 5
5 ;; This file is part of GNU Emacs. 6 ;; This file is part of GNU Emacs.
6 7
7 ;; Author: Ulf Jasper <ulf.jasper@web.de> 8 ;; Author: Ulf Jasper <ulf.jasper@web.de>
8 ;; Filename: newsticker-reader.el 9 ;; Filename: newsticker-reader.el
9 ;; URL: http://www.nongnu.org/newsticker 10 ;; URL: http://www.nongnu.org/newsticker
10 ;; Time-stamp: "7. Juni 2008, 15:34:08 (ulf)" 11 ;; Time-stamp: "7. Juni 2008, 15:34:08 (ulf)"
11 ;; CVS-Version: $Id: newsticker-reader.el,v 1.2 2008/06/08 18:09:06 miles Exp $ 12 ;; CVS-Version: $Id: newsticker-reader.el,v 1.3 2008/06/10 03:08:58 gm Exp $
12 13
13 ;; ====================================================================== 14 ;; ======================================================================
14 15
15 ;; GNU Emacs is free software: you can redistribute it and/or modify 16 ;; GNU Emacs is free software: you can redistribute it and/or modify
16 ;; it under the terms of the GNU General Public License as published by 17 ;; it under the terms of the GNU General Public License as published by