[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: mbelib: Fix licence.
From: |
guix-commits |
Subject: |
02/02: gnu: mbelib: Fix licence. |
Date: |
Fri, 7 May 2021 13:50:26 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit e15f7a6b5ace1f58158c781c4d0dc23e9c3eff82
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri May 7 19:15:25 2021 +0200
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(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 91fa92c..06cf24e 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