From e15f7a6b5ace1f58158c781c4d0dc23e9c3eff82 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 7 May 2021 19:15:25 +0200 Subject: gnu: mbelib: Fix licence. * gnu/packages/audio.scm (mbelib)[licence]: The package is ISC, the testing framework BSD-3. --- gnu/packages/audio.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/audio.scm') diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 91fa92c3db..06cf24edc2 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -5059,7 +5059,8 @@ digital radio.") "The mbelib library provides support for the 7200x4400 bit/s codec used in P25 Phase 1, the 7100x4400 bit/s codec used in ProVoice and the @emph{Half Rate} 3600x2250 bit/s vocoder used in various radio systems.") - (license license:bsd-0)))) + (license (list license:bsd-3 ; test/ framework + license:isc))))) ; the rest (define-public ableton-link (package -- cgit v1.2.3