diff options
author | Vinicius Monego <monego@posteo.net> | 2021-04-25 18:15:01 +0000 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-06-21 17:04:05 +0300 |
commit | 5e6abeee989db65fb235e76b64b2f3f0e3bb7d74 (patch) | |
tree | 15ab6467f0d3462b80561fc8d055f7790225d582 | |
parent | 7e2afc6ac33ffbedd4c3bff2edf1c2e8d523785e (diff) | |
download | guix-5e6abeee989db65fb235e76b64b2f3f0e3bb7d74.tar.gz |
gnu: mlt: Update license.
* gnu/packages/video.scm (mlt)[license]: Change from gpl3 to lgpl2.1+. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 6e6f84ec68..55d1967444 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -42,7 +42,7 @@ ;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net> ;;; Copyright © 2020 Alex McGrath <amk@amk.ie> ;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de> -;;; Copyright © 2020 Vinicius Monego <monego@posteo.net> +;;; Copyright © 2020, 2021 Vinicius Monego <monego@posteo.net> ;;; Copyright © 2020 Brett Gilio <brettg@gnu.org> ;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407@posteo.ro> ;;; Copyright © 2020 Ivan Kozlov <kanichos@yandex.ru> @@ -3041,7 +3041,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:gpl3))) + (license license:lgpl2.1+))) (define-public v4l-utils (package |