diff options
author | Sam James <sam@gentoo.org> | 2023-01-09 07:24:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-09 07:26:51 +0000 |
commit | c1a9af137c542159f3fe1c7782f454309163bbb6 (patch) | |
tree | a19c2d81f64e9cb545505005c3abef36bc363b76 /media-libs/avidemux-core | |
parent | media-video/avidemux: fix LICENSE (diff) | |
download | gentoo-c1a9af137c542159f3fe1c7782f454309163bbb6.tar.gz gentoo-c1a9af137c542159f3fe1c7782f454309163bbb6.tar.bz2 gentoo-c1a9af137c542159f3fe1c7782f454309163bbb6.zip |
media-libs/avidemux-core: fix LICENSE
Closes: https://bugs.gentoo.org/890040
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/avidemux-core')
-rw-r--r-- | media-libs/avidemux-core/avidemux-core-2.8.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/avidemux-core/avidemux-core-2.8.1.ebuild b/media-libs/avidemux-core/avidemux-core-2.8.1.ebuild index 6dda81dfe7ae..eb19d053c01b 100644 --- a/media-libs/avidemux-core/avidemux-core-2.8.1.ebuild +++ b/media-libs/avidemux-core/avidemux-core-2.8.1.ebuild @@ -11,7 +11,8 @@ HOMEPAGE="http://fixounet.free.fr/avidemux" SRC_URI="https://github.com/mean00/avidemux2/archive/${PV}.tar.gz -> avidemux-${PV}.tar.gz" # Multiple licenses because of all the bundled stuff. -LICENSE="GPL-1 GPL-2 MIT PSF-2 public-domain" +# See License.txt. +LICENSE="GPL-2 MIT PSF-2 LGPL-2 OFL-1.1" SLOT="2.7" KEYWORDS="~amd64 ~x86" IUSE="debug nls sdl system-ffmpeg vaapi vdpau xv" |