gnu: shntool: Fix license.
authorLeo Famulari <leo@famulari.name>
Tue, 16 Feb 2016 02:30:53 +0000 (21:30 -0500)
committerLeo Famulari <leo@famulari.name>
Tue, 16 Feb 2016 02:36:46 +0000 (21:36 -0500)
* gnu/packages/audio.scm (shntool)[license]: Correct 'gpl3+' to 'gpl2+'
and add 'x11'.

gnu/packages/audio.scm

index 7f0d87d..10f16dd 100644 (file)
@@ -2032,4 +2032,5 @@ utility.  File formats are abstracted from its core, so it can process any file
 that contains WAVE data, compressed or not---provided there exists a format
 module to handle that particular file type.")
     (home-page "http://etree.org/shnutils/shntool/")
-    (license license:gpl3+)))
+    ;; 'install-sh' bears the x11 license
+    (license (list license:gpl2+ license:x11))))