commit:     478c53238ce29e4d3c5ebcbbe7720f657fdb3130
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Aug 25 11:35:09 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 06:20:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=478c5323

app-editors/vis: Add MIT license for the lexers

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/26763
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-editors/vis/vis-0.7-r1.ebuild | 2 +-
 app-editors/vis/vis-0.7.ebuild    | 4 ++--
 app-editors/vis/vis-9999.ebuild   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-editors/vis/vis-0.7-r1.ebuild 
b/app-editors/vis/vis-0.7-r1.ebuild
index e400f418df91..285ffc56f3f9 100644
--- a/app-editors/vis/vis-0.7-r1.ebuild
+++ b/app-editors/vis/vis-0.7-r1.ebuild
@@ -19,7 +19,7 @@ fi
 
 DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor"
 HOMEPAGE="https://github.com/martanne/vis";
-LICENSE="ISC"
+LICENSE="ISC MIT"
 SLOT="0"
 IUSE="+ncurses +lua selinux test tre"
 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"

diff --git a/app-editors/vis/vis-0.7.ebuild b/app-editors/vis/vis-0.7.ebuild
index 775cdeed1fce..0638ef99f5fc 100644
--- a/app-editors/vis/vis-0.7.ebuild
+++ b/app-editors/vis/vis-0.7.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
@@ -12,7 +12,7 @@ DESCRIPTION="modern, legacy free, simple yet efficient 
vim-like editor"
 HOMEPAGE="https://github.com/martanne/vis";
 SRC_URI="https://github.com/martanne/vis/releases/download/v${PV}/${P}.tar.gz
        test? ( 
https://github.com/martanne/vis-test/releases/download/v${MY_PTV}/vis-test-${MY_PTV}.tar.gz
 )"
-LICENSE="ISC"
+LICENSE="ISC MIT"
 SLOT="0"
 KEYWORDS="amd64 arm ~riscv x86"
 IUSE="+ncurses +lua selinux test tre"

diff --git a/app-editors/vis/vis-9999.ebuild b/app-editors/vis/vis-9999.ebuild
index e400f418df91..285ffc56f3f9 100644
--- a/app-editors/vis/vis-9999.ebuild
+++ b/app-editors/vis/vis-9999.ebuild
@@ -19,7 +19,7 @@ fi
 
 DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor"
 HOMEPAGE="https://github.com/martanne/vis";
-LICENSE="ISC"
+LICENSE="ISC MIT"
 SLOT="0"
 IUSE="+ncurses +lua selinux test tre"
 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"

Reply via email to