guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: mlt: Fix license.


From: Efraim Flashner
Subject: 02/02: gnu: mlt: Fix license.
Date: Thu, 28 Dec 2017 01:36:59 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 42b9541c5b04d17c1b240f6d3c726e1c0c267a3f
Author: Efraim Flashner <address@hidden>
Date:   Thu Dec 28 08:36:15 2017 +0200

    gnu: mlt: Fix license.
    
    mlt is built with '--enable-gpl3', so the license is gpl3.
    
    * gnu/packages/video.scm (mlt)[license]: Change license to gpl3.
---
 gnu/packages/video.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index e659d78..8cd7c14 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1768,7 +1768,7 @@ broadcasting.  It provides a toolkit for broadcasters, 
video editors, media
 players, transcoders, web streamers and many more types of applications.  The
 functionality of the system is provided via an assortment of ready to use
 tools, XML authoring components, and an extensible plug-in based API.")
-    (license license:lgpl2.1+)))
+    (license license:gpl3)))
 
 (define-public v4l-utils
   (package



reply via email to

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