emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/pspp-mode d47efc5 07/12: Change license from GPLv2+ to


From: Stefan Monnier
Subject: [elpa] externals/pspp-mode d47efc5 07/12: Change license from GPLv2+ to GPLv3+.
Date: Sat, 4 Jul 2020 12:00:55 -0400 (EDT)

branch: externals/pspp-mode
commit d47efc58326912b621b73040bde82727496744ff
Author: Ben Pfaff <blp@gnu.org>
Commit: Ben Pfaff <blp@gnu.org>

    Change license from GPLv2+ to GPLv3+.
---
 pspp-mode.el | 26 ++++++++++++--------------
 1 file changed, 12 insertions(+), 14 deletions(-)

diff --git a/pspp-mode.el b/pspp-mode.el
index 356cfdc..f992f25 100644
--- a/pspp-mode.el
+++ b/pspp-mode.el
@@ -11,20 +11,18 @@
 
 ;; Copyright (C) 2000, 2003 Scott Andrew Borton <scott@pp.htv.fi>
 
-;; This program 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.
-
-;; This program is distributed in the hope that it will be
-;; useful, but WITHOUT ANY WARRANTY; without even the implied
-;; warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
-;; PURPOSE.  See the GNU 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
+;; This program 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 3 of the License, 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
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;; GNU General Public License for more details.
+;; 
+;; You should have received a copy of the GNU General Public License
+;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Code:
 (defvar pspp-mode-hook nil)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]