guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: gx-guvnor-lv2: Correct license.


From: Ricardo Wurmus
Subject: 01/10: gnu: gx-guvnor-lv2: Correct license.
Date: Sat, 16 Dec 2017 03:02:31 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 4b359532570b8cd75241c46a4d325d66427a7821
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Dec 16 08:12:42 2017 +0100

    gnu: gx-guvnor-lv2: Correct license.
    
    * gnu/packages/music.scm (gx-guvnor-lv2)[license]: Use GPLv3+.
---
 gnu/packages/music.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 31f681c..e4fb4dc 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2704,8 +2704,9 @@ standard MIDI file with the csvmidi program.")
     (description "This package provides the LV2 plugin \"GxGuvnor\", a
 simulation of an overdrive or distortion pedal for guitars.")
     ;; The LICENSE file says GPLv3 but the license headers in the files say
-    ;; GPLv2 or later.
-    (license license:gpl2+)))
+    ;; GPLv2 or later.  The whole project is released under GPLv3 or later
+    ;; according to https://github.com/brummer10/GxGuvnor.lv2/issues/1
+    (license license:gpl3+)))
 
 (define-public gx-vbass-preamp-lv2
   (let ((commit "0e599abab10c7669dd444e5d06f671c2fc1b9c6c")



reply via email to

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