comparison lisp/net/newsticker-ticker.el @ 95767:efe53e2a05b0

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. Header formatting fix.
author Glenn Morris <rgm@gnu.org>
date Tue, 10 Jun 2008 03:21:37 +0000
parents 4ab45b5c92cd
children 91e240b4d487
comparison
equal deleted inserted replaced
95766:690f0991195a 95767:efe53e2a05b0
1 ;; newsticker-ticker.el --- modeline ticker for newsticker. 1 ;; newsticker-ticker.el --- modeline ticker for newsticker.
2 2
3 ;; Copyright (C) 2008 Free Software Foundation, Inc. 3 ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
4 4 ;; Free Software Foundation, Inc.
5 ;; This file is part of GNU Emacs.
6 5
7 ;; Author: Ulf Jasper <ulf.jasper@web.de> 6 ;; Author: Ulf Jasper <ulf.jasper@web.de>
8 ;; Filename: newsticker-ticker.el 7 ;; Filename: newsticker-ticker.el
9 ;; URL: http://www.nongnu.org/newsticker 8 ;; URL: http://www.nongnu.org/newsticker
10 ;; Keywords: News, RSS, Atom 9 ;; Keywords: News, RSS, Atom
11 ;; Time-stamp: "7. Juni 2008, 15:12:27 (ulf)" 10 ;; Time-stamp: "7. Juni 2008, 15:12:27 (ulf)"
12 ;; CVS-Version: $Id: newsticker-ticker.el,v 1.1 2008/06/08 15:36:08 u11 Exp $ 11 ;; CVS-Version: $Id: newsticker-ticker.el,v 1.2 2008/06/08 18:09:06 miles Exp $
13 12
14 ;; ====================================================================== 13 ;; ======================================================================
14
15 ;; This file is part of GNU Emacs.
15 16
16 ;; GNU Emacs is free software: you can redistribute it and/or modify 17 ;; GNU Emacs is free software: you can redistribute it and/or modify
17 ;; it under the terms of the GNU General Public License as published by 18 ;; it under the terms of the GNU General Public License as published by
18 ;; the Free Software Foundation, either version 3 of the License, or 19 ;; the Free Software Foundation, either version 3 of the License, or
19 ;; (at your option) any later version. 20 ;; (at your option) any later version.