[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)
- [elpa] branch externals/pspp-mode created (now 91b72ce), Stefan Monnier, 2020/07/04
- [elpa] externals/pspp-mode 7eed0f2 03/12: Updated pspp-mode.el., Stefan Monnier, 2020/07/04
- [elpa] externals/pspp-mode 4820404 09/12: Delete trailing whitespace at line endings., Stefan Monnier, 2020/07/04
- [elpa] externals/pspp-mode 70e2b20 08/12: changed emacs mode description to comply with elpa, Stefan Monnier, 2020/07/04
- [elpa] externals/pspp-mode 66b3b97 11/12: pspp-mode.el: Make indentation closer to what lisp people like., Stefan Monnier, 2020/07/04
- [elpa] externals/pspp-mode 5d35382 01/12: Added the beginnings of an emacs pspp-mode for editing pspp files., Stefan Monnier, 2020/07/04
- [elpa] externals/pspp-mode 27fe820 04/12: Fixed a build error that make distcheck didn't catch (automake bug)., Stefan Monnier, 2020/07/04
- [elpa] externals/pspp-mode 9b8b43b 05/12: Continue reforming procedure execution. In this phase, remove PROCESS, Stefan Monnier, 2020/07/04
- [elpa] externals/pspp-mode dd4bf58 02/12: Changed all the licence notices in all the files., Stefan Monnier, 2020/07/04
- [elpa] externals/pspp-mode d47efc5 07/12: Change license from GPLv2+ to GPLv3+.,
Stefan Monnier <=
- [elpa] externals/pspp-mode 79a877c 10/12: pspp-mode.el: update elpa autoload comment, Stefan Monnier, 2020/07/04
- [elpa] externals/pspp-mode 91b72ce 12/12: pspp-mode.el: Make all keywords case insensitive, Stefan Monnier, 2020/07/04
- [elpa] externals/pspp-mode 0b5c5f1 06/12: Removed my authorship lines., Stefan Monnier, 2020/07/04