diff options
author | Marek Szuba <marecki@gentoo.org> | 2019-10-07 13:43:00 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2019-10-08 15:55:27 +0100 |
commit | 20c2050ea4940d271fd684392792deac26e71cd2 (patch) | |
tree | 256bdb9fd91014c853c295027f151d7fa8f77737 | |
parent | sys-kernel/gentoo-sources: Linux patch 5.3.5 (diff) | |
download | gentoo-20c2050ea4940d271fd684392792deac26e71cd2.tar.gz gentoo-20c2050ea4940d271fd684392792deac26e71cd2.tar.bz2 gentoo-20c2050ea4940d271fd684392792deac26e71cd2.zip |
net-p2p/syncthing: add licences of vendored packages to LICENSE
Closes: https://bugs.gentoo.org/695294
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r-- | net-p2p/syncthing/syncthing-1.1.4.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/syncthing/syncthing-1.2.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/syncthing/syncthing-1.1.4.ebuild b/net-p2p/syncthing/syncthing-1.1.4.ebuild index f26f972cbdae..5d420952a0b5 100644 --- a/net-p2p/syncthing/syncthing-1.1.4.ebuild +++ b/net-p2p/syncthing/syncthing-1.1.4.ebuild @@ -66,7 +66,7 @@ HOMEPAGE="https://syncthing.net" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_VENDOR_URI}" -LICENSE="MPL-2.0" +LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0 Unlicense" SLOT="0" KEYWORDS="amd64 arm x86" IUSE="selinux tools" diff --git a/net-p2p/syncthing/syncthing-1.2.1.ebuild b/net-p2p/syncthing/syncthing-1.2.1.ebuild index 8528e3366039..6f0d17ef5458 100644 --- a/net-p2p/syncthing/syncthing-1.2.1.ebuild +++ b/net-p2p/syncthing/syncthing-1.2.1.ebuild @@ -74,7 +74,7 @@ HOMEPAGE="https://syncthing.net" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_VENDOR_URI}" -LICENSE="MPL-2.0" +LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0 Unlicense" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="selinux tools" |