summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-12-16 08:12:42 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-12-16 09:01:55 +0100
commit4b359532570b8cd75241c46a4d325d66427a7821 (patch)
treeeac6b8c4aa9bd5e4e7b91ea287ffc5d56cd45b67 /gnu/packages
parent86e6b4c93104e2f83429b9e12f15ed62341289b4 (diff)
downloadpatches-4b359532570b8cd75241c46a4d325d66427a7821.tar
patches-4b359532570b8cd75241c46a4d325d66427a7821.tar.gz
gnu: gx-guvnor-lv2: Correct license.
* gnu/packages/music.scm (gx-guvnor-lv2)[license]: Use GPLv3+.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/music.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 31f681c722..e4fb4dcfa2 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")