# HG changeset patch # User Glenn Morris # Date 1185337523 0 # Node ID 60f8467b379054df5de19f013ad92b023eead18f # Parent 1e016d63f292c3419a1e7500aa2017075be466f5 Standardize license wording, and switch license to GPLv3 or later. diff -r 1e016d63f292 -r 60f8467b3790 lisp/net/newsticker.el --- a/lisp/net/newsticker.el Wed Jul 25 04:24:43 2007 +0000 +++ b/lisp/net/newsticker.el Wed Jul 25 04:25:23 2007 +0000 @@ -13,10 +13,10 @@ ;; ====================================================================== -;; This program is free software; you can redistribute it and/or modify +;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2 of the License, or (at -;; your option) any later version. +;; the Free Software Foundation; either version 3, or (at your option) +;; any later version. ;; This program is distributed in the hope that it will be useful, but ;; WITHOUT ANY WARRANTY; without even the implied warranty of @@ -24,8 +24,9 @@ ;; General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with this program; if not, write to the Free Software Foundation, -;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +;; along with GNU Emacs; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. (defconst newsticker-version "1.10" "Version number of newsticker.el.")