3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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.
This commit is contained in:
Efraim Flashner 2017-12-28 08:36:15 +02:00
parent 615d14768c
commit 42b9541c5b
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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 players, transcoders, web streamers and many more types of applications. The
functionality of the system is provided via an assortment of ready to use functionality of the system is provided via an assortment of ready to use
tools, XML authoring components, and an extensible plug-in based API.") tools, XML authoring components, and an extensible plug-in based API.")
(license license:lgpl2.1+))) (license license:gpl3)))
(define-public v4l-utils (define-public v4l-utils
(package (package