commit: b1ecfe301898f646c032ec17883336230d1dfde7 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Wed Sep 21 19:50:22 2022 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Wed Sep 21 19:50:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ecfe30
media-gfx/sxiv: fix licenses Closes: https://bugs.gentoo.org/872179 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> media-gfx/sxiv/sxiv-26.ebuild | 4 ++-- media-gfx/sxiv/sxiv-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/sxiv/sxiv-26.ebuild b/media-gfx/sxiv/sxiv-26.ebuild index 49baff22c64b..65a298e1cf21 100644 --- a/media-gfx/sxiv/sxiv-26.ebuild +++ b/media-gfx/sxiv/sxiv-26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ fi DESCRIPTION="Simple (or small or suckless) X Image Viewer" HOMEPAGE="https://github.com/muennich/sxiv/" -LICENSE="GPL-2" +LICENSE="GPL-2+ public-domain" SLOT="0" IUSE="exif gif +jpeg +png webp" diff --git a/media-gfx/sxiv/sxiv-9999.ebuild b/media-gfx/sxiv/sxiv-9999.ebuild index 3493cc50aa7c..587eeb6bcc32 100644 --- a/media-gfx/sxiv/sxiv-9999.ebuild +++ b/media-gfx/sxiv/sxiv-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ fi DESCRIPTION="Simple (or small or suckless) X Image Viewer" HOMEPAGE="https://github.com/muennich/sxiv/" -LICENSE="GPL-2" +LICENSE="GPL-2+ public-domain" SLOT="0" IUSE="exif gif +jpeg +png webp"
