mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01: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
|
"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
|
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.")
|
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
|
(define-public ableton-link
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue