diff options
author | Glenn Morris <rgm@gnu.org> | 2007-07-25 04:19:12 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-07-25 04:19:12 +0000 |
commit | e757c6bdc870f1d1a1311dece455fdeb3d5b082b (patch) | |
tree | 580b0e409b80d524af5f60a9ebbeb1dd2097ed50 /lisp/gnus/gnus-diary.el | |
parent | 8c0ee52a6fc48b9a241f692ec7d1f09947e9bfed (diff) | |
download | emacs-e757c6bdc870f1d1a1311dece455fdeb3d5b082b.tar.gz |
Standardize license wording, and switch license to GPLv3 or later.
Diffstat (limited to 'lisp/gnus/gnus-diary.el')
-rw-r--r-- | lisp/gnus/gnus-diary.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/gnus/gnus-diary.el b/lisp/gnus/gnus-diary.el index d5bc9c3a05d..cc3c3815a1c 100644 --- a/lisp/gnus/gnus-diary.el +++ b/lisp/gnus/gnus-diary.el @@ -12,8 +12,8 @@ ;; 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. +;; by the Free Software Foundation; either version 3, or (at your option) +;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, but ;; WITHOUT ANY WARRANTY; without even the implied warranty of @@ -21,9 +21,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. ;;; Commentary: |