diff options
| author | Glenn Morris | 2007-07-25 04:25:23 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-07-25 04:25:23 +0000 |
| commit | 86cd4e1c1684738ad65163c0b58cf143bad1e9d3 (patch) | |
| tree | 065f061c90ab0924759e0deea142d3683fd6e046 | |
| parent | 5a9dffec384949ba250b159ca21b97e65586afdb (diff) | |
| download | emacs-86cd4e1c1684738ad65163c0b58cf143bad1e9d3.tar.gz emacs-86cd4e1c1684738ad65163c0b58cf143bad1e9d3.zip | |
Standardize license wording, and switch license to GPLv3 or later.
| -rw-r--r-- | lisp/net/newsticker.el | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lisp/net/newsticker.el b/lisp/net/newsticker.el index 32097f57b9a..eb70a2e2d31 100644 --- a/lisp/net/newsticker.el +++ b/lisp/net/newsticker.el | |||
| @@ -13,10 +13,10 @@ | |||
| 13 | 13 | ||
| 14 | ;; ====================================================================== | 14 | ;; ====================================================================== |
| 15 | 15 | ||
| 16 | ;; This program is free software; you can redistribute it and/or modify | 16 | ;; 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 | 17 | ;; it under the terms of the GNU General Public License as published by |
| 18 | ;; the Free Software Foundation; either version 2 of the License, or (at | 18 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 19 | ;; your option) any later version. | 19 | ;; any later version. |
| 20 | 20 | ||
| 21 | ;; This program is distributed in the hope that it will be useful, but | 21 | ;; This program is distributed in the hope that it will be useful, but |
| 22 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of | 22 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -24,8 +24,9 @@ | |||
| 24 | ;; General Public License for more details. | 24 | ;; General Public License for more details. |
| 25 | 25 | ||
| 26 | ;; You should have received a copy of the GNU General Public License | 26 | ;; You should have received a copy of the GNU General Public License |
| 27 | ;; along with this program; if not, write to the Free Software Foundation, | 27 | ;; along with GNU Emacs; see the file COPYING. If not, write to the |
| 28 | ;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | 28 | ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 29 | ;; Boston, MA 02110-1301, USA. | ||
| 29 | 30 | ||
| 30 | (defconst newsticker-version "1.10" "Version number of newsticker.el.") | 31 | (defconst newsticker-version "1.10" "Version number of newsticker.el.") |
| 31 | 32 | ||