mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: mbelib: Fix licence.
* gnu/packages/audio.scm (mbelib)[licence]: The package is ISC, the testing framework BSD-3.
This commit is contained in:
parent
4b861c89fb
commit
e15f7a6b5a
1 changed files with 2 additions and 1 deletions
|
@ -5059,7 +5059,8 @@ (define-public mbelib
|
|||
"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
|
||||
|
|
Loading…
Reference in a new issue