guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libsamplerate: Correct license after 0.1.9 update.


From: Marius Bakke
Subject: 01/01: gnu: libsamplerate: Correct license after 0.1.9 update.
Date: Fri, 21 Apr 2017 10:12:39 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 0802f3a034815576bf0e28c59c968400566b418b
Author: Marius Bakke <address@hidden>
Date:   Fri Apr 21 16:05:31 2017 +0200

    gnu: libsamplerate: Correct license after 0.1.9 update.
    
    This is a followup to e1f68c96685fd607fcf00f08edd2f9cdfafabe2e.
    
    * gnu/packages/pulseaudio.scm (libsamplerate)[license]: Change GPL2+ to 
BSD-2.
---
 gnu/packages/pulseaudio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index 8231ce0..c52f265 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -112,7 +112,7 @@ against computation cost.  The current best converter 
provides a
 signal-to-noise ratio of 145dB with -3dB passband extending from DC to 96% of
 the theoretical best bandwidth for a given pair of input and output sample
 rates.")
-    (license l:gpl2+)))
+    (license l:bsd-2)))
 
 (define-public pulseaudio
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]