guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libsndfile: Correct license.


From: guix-commits
Subject: 01/02: gnu: libsndfile: Correct license.
Date: Mon, 6 Mar 2023 11:48:43 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 9c69b322ea85163a2bf9266bffb7edc3dbbc59ab
Author: Antero Mejr <antero@mailbox.org>
AuthorDate: Sat Mar 4 04:22:28 2023 +0000

    gnu: libsndfile: Correct license.
    
    * gnu/packages/pulseaudio.scm (libsndfile)[license]: Change to lgpl2.1+.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 75aca3d700..aff864eb99 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -119,7 +119,7 @@ little-endian (such as Intel and DEC/Compaq Alpha) 
processor systems as well
 as big-endian processor systems such as Motorola 68k, Power PC, MIPS and
 SPARC.  Hopefully the design of the library will also make it easy to extend
 for reading and writing new sound file formats.")
-    (license l:gpl2+)))
+    (license l:lgpl2.1+)))
 
 (define-public libsamplerate
   (package



reply via email to

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