[Pkg-haskell-commits] darcs: haskell-hmatrix: Clarify GPL version

Denis Laxalde denis at laxalde.org
Sun Jul 7 14:02:47 UTC 2013


Sun Jul  7 13:57:55 UTC 2013  Denis Laxalde <denis at laxalde.org>
  * Clarify GPL version

    M ./changelog +3
    M ./copyright -19 +15

Sun Jul  7 13:57:55 UTC 2013  Denis Laxalde <denis at laxalde.org>
  * Clarify GPL version
diff -rN -u old-haskell-hmatrix/changelog new-haskell-hmatrix/changelog
--- old-haskell-hmatrix/changelog	2013-07-07 14:02:47.445551823 +0000
+++ new-haskell-hmatrix/changelog	2013-07-07 14:02:47.449555664 +0000
@@ -1,6 +1,9 @@
 haskell-hmatrix (0.15.0.0-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Make it clear in copyright that the license is GPL-3 (as stated by the
+    author in <https://github.com/albertoruiz/hmatrix/issues/45>) although
+    there is no proper license file yet.
 
  -- Denis Laxalde <denis at laxalde.org>  Sat, 06 Jul 2013 15:37:50 +0200
 
diff -rN -u old-haskell-hmatrix/copyright new-haskell-hmatrix/copyright
--- old-haskell-hmatrix/copyright	2013-07-07 14:02:47.445551823 +0000
+++ new-haskell-hmatrix/copyright	2013-07-07 14:02:47.449555664 +0000
@@ -5,30 +5,26 @@
 
 Files: *
 Copyright: 2006 Alberto Ruiz
-License: GPL-2+
+License: GPL-3+
 
 Files: debian/*
 Copyright: 2013 Denis Laxalde <denis at laxalde.org>
-License: GPL-2+
+License: GPL-3+
 
-License: GPL-2+
- 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.
+License: GPL-3+
+ 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.
+ 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 package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA  02110-1301 USA
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
  .
  On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.




More information about the Pkg-haskell-commits mailing list