diff --git a/build_library/extra_sysexts.sh b/build_library/extra_sysexts.sh
index 4c3aa9299fc..85ae7096fc3 100644
--- a/build_library/extra_sysexts.sh
+++ b/build_library/extra_sysexts.sh
@@ -3,8 +3,8 @@ EXTRA_SYSEXTS=(
"incus|app-containers/incus"
"nvidia-drivers-535|x11-drivers/nvidia-drivers:0/535|-kernel-open persistenced|amd64"
"nvidia-drivers-535-open|x11-drivers/nvidia-drivers:0/535|kernel-open persistenced|amd64"
- "nvidia-drivers-550|x11-drivers/nvidia-drivers:0/550|-kernel-open persistenced|amd64"
- "nvidia-drivers-550-open|x11-drivers/nvidia-drivers:0/550|kernel-open persistenced|amd64"
+ "nvidia-drivers-550|x11-drivers/old-nvidia-drivers:0/550|-kernel-open persistenced|amd64"
+ "nvidia-drivers-550-open|x11-drivers/old-nvidia-drivers:0/550|kernel-open persistenced|amd64"
"nvidia-drivers-570|x11-drivers/nvidia-drivers:0/570|-kernel-open persistenced|amd64"
"nvidia-drivers-570-open|x11-drivers/nvidia-drivers:0/570|kernel-open persistenced|amd64"
"podman|app-containers/podman,net-misc/passt"
diff --git a/changelog/security/2025-08-06-weekly-updates.md b/changelog/security/2025-08-06-weekly-updates.md
new file mode 100644
index 00000000000..f83e9622801
--- /dev/null
+++ b/changelog/security/2025-08-06-weekly-updates.md
@@ -0,0 +1,2 @@
+- nvidia-drivers ([CVE-2025-23277](https://www.cve.org/CVERecord?id=CVE-2025-23277), [CVE-2025-23278](https://www.cve.org/CVERecord?id=CVE-2025-23278), [CVE-2025-23279](https://www.cve.org/CVERecord?id=CVE-2025-23279), [CVE-2025-23286](https://www.cve.org/CVERecord?id=CVE-2025-23286))
+- python ([CVE-2025-6069](https://www.cve.org/CVERecord?id=CVE-2025-6069), [CVE-2025-8194](https://www.cve.org/CVERecord?id=CVE-2025-8194))
diff --git a/changelog/updates/3035-08-06-weekly-updates.md b/changelog/updates/3035-08-06-weekly-updates.md
new file mode 100644
index 00000000000..8a31e9d7a5a
--- /dev/null
+++ b/changelog/updates/3035-08-06-weekly-updates.md
@@ -0,0 +1,7 @@
+- azure, dev, gce, sysext-python: python (3.11.13_p1)
+- base, dev: curl ([8.14.1](https://curl.se/ch/8.14.1.html) (includes [8.14.0](https://curl.se/ch/8.14.0.html)))
+- base, dev: nvidia-drivers-service (amd64) ([535.261.03](https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-535-261-03/index.html))
+- base, dev: nvidia-drivers-service (arm64) ([570.172.08](https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-172-08/index.html))
+- sysext-nvidia-drivers-535, sysext-nvidia-drivers-535-open: nvidia-drivers ([535.261.03](https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-535-261-03/index.html))
+- sysext-nvidia-drivers-570, sysext-nvidia-drivers-570-open: nvidia-drivers ([570.172.08](https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-172-08/index.html))
+- sysext-python: distlib ([0.4.0](https://github.com/pypa/distlib/blob/0.4.0/CHANGES.rst#040))
diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/x11-drivers/old-nvidia-drivers b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/x11-drivers/old-nvidia-drivers
new file mode 120000
index 00000000000..3fc78219c5c
--- /dev/null
+++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/x11-drivers/old-nvidia-drivers
@@ -0,0 +1 @@
+nvidia-drivers
\ No newline at end of file
diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords
index eb4026b5c46..6a42534fb9e 100644
--- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords
+++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords
@@ -78,9 +78,6 @@ dev-cpp/azure-security-keyvault-keys
# Keep versions on both arches in sync.
=dev-util/xdelta-3.0.11-r1 ~arm64
-# Needed to address CVE-2024-11187, CVE-2024-12705
-=net-dns/bind-9.18.37-r1 ~arm64
-
# Keep versions on both arches in sync.
=net-firewall/conntrack-tools-1.4.8-r1 ~arm64
@@ -90,6 +87,7 @@ dev-cpp/azure-security-keyvault-keys
# Keep versions on both arches in sync.
=net-libs/libnetfilter_cthelper-1.0.1-r1 ~arm64
=net-libs/libnetfilter_cttimeout-1.0.1 ~arm64
+=net-misc/curl-8.14.1 ~arm64
# Packages are in Gentoo but not expected to be used outside Flatcar, so they
# are generally never stabilised. Thus an unusual form is used to pick up the
diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use
index 1e4bf6def46..785127fe0bc 100644
--- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use
+++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use
@@ -196,3 +196,7 @@ sys-libs/libcap static-libs
# do not force a dependency on llvm-core/llvm yet
dev-lang/rust -system-llvm
+
+# disable mpfr in gawk, this ends up being pulled into initrd, making
+# it grow by another 2mb
+sys-apps/gawk -mpfr
diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use.mask b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use.mask
index cdff1648f24..7f1eb9380b4 100644
--- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use.mask
+++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use.mask
@@ -34,3 +34,4 @@ app-emulation/qemu X
# disable all tools for NVIDIA driver, keep just kmods
x11-drivers/nvidia-drivers tools X static-libs
+x11-drivers/old-nvidia-drivers tools X static-libs
diff --git a/sdk_container/src/third_party/coreos-overlay/x11-drivers/nvidia-drivers-service/nvidia-drivers-service-535.247.01.ebuild b/sdk_container/src/third_party/coreos-overlay/x11-drivers/nvidia-drivers-service/nvidia-drivers-service-535.261.03.ebuild
similarity index 100%
rename from sdk_container/src/third_party/coreos-overlay/x11-drivers/nvidia-drivers-service/nvidia-drivers-service-535.247.01.ebuild
rename to sdk_container/src/third_party/coreos-overlay/x11-drivers/nvidia-drivers-service/nvidia-drivers-service-535.261.03.ebuild
diff --git a/sdk_container/src/third_party/coreos-overlay/x11-drivers/nvidia-drivers-service/nvidia-drivers-service-570.153.02.ebuild b/sdk_container/src/third_party/coreos-overlay/x11-drivers/nvidia-drivers-service/nvidia-drivers-service-570.172.08.ebuild
similarity index 100%
rename from sdk_container/src/third_party/coreos-overlay/x11-drivers/nvidia-drivers-service/nvidia-drivers-service-570.153.02.ebuild
rename to sdk_container/src/third_party/coreos-overlay/x11-drivers/nvidia-drivers-service/nvidia-drivers-service-570.172.08.ebuild
diff --git a/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/Manifest b/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/Manifest
new file mode 100644
index 00000000000..179f528247c
--- /dev/null
+++ b/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/Manifest
@@ -0,0 +1,8 @@
+DIST NVIDIA-Linux-aarch64-550.163.01.run 236409124 BLAKE2B 21c79346f6b739f44d7ed2d4955129613f51e1329ff15948ef50a9a06b82975ad890d6142e5dfb163e7b0da19bf5c26029cf507d120037f8a76abc177a286403 SHA512 0ef4ab4aae308ec0cfb5458cef34a1503ac1a85f0e1d0c9f061d8e28f939b15784e3862d96d83e93123d9eb56807a6804318ce230ee68917fb75e363011f8304
+DIST NVIDIA-Linux-x86_64-550.163.01.run 307143336 BLAKE2B 256106bcd3bace402289e60aca4cd3b447d0fd8ec3dabd50e2bb303c5e866f8da5c28f9b578d95775bf69158f100d68a91d20d9a91426285a8e799817f21db6b SHA512 676b1de35d21e80091528a49080c114e0870ea90b3f3721265ae8071abbc2183c851e6f11ba96a332c743fedfaf4ec9a014ad6ceed586fdbb03d94d33405e356
+DIST NVIDIA-kernel-module-source-550.163.01.tar.xz 13552400 BLAKE2B e1fd753127d10097c5f1d3c90d95c7eb0934c0d5e1df0a371aed2a0d7669960b67c46eed20eec3c42ca41c0f34bf6d7d3d2a77a94308c9f86d4f5d831da19363 SHA512 c9f4ce2890db3fdc66dd080da4d6802a8bc3b18feba96be5d33641b02cca637b1bcd2a3748f36f93a32f26ba57eb352156314f139688b0d3a102efdfde6c32ba
+DIST nvidia-installer-550.163.01.tar.bz2 155861 BLAKE2B 662064b3ceb4aadebde419057d85c6b4e28b91944bd5bab241bcba9b3c9a105e507afc7651b17fff01e1cccb78d66fdc6789597ce059f882a6f322b08f28e832 SHA512 f8df7a0eccdecb7d4d4f47d96050cdbefff91289b29550b061358614845648451d4b161d9bdbfbf5a9a87ce650d272cb3b795e6d2ed4d0274844a56db097bd15
+DIST nvidia-modprobe-550.163.01.tar.bz2 41448 BLAKE2B 23e567d612e669ec6ae9f389651c9e1cebe7ba59ee95bb5961e5071952697860df77f02026040e29135338eb7cf96bba0015b3d94548297235fb5214f35bec48 SHA512 0f5b59468a6e5e95dcdef1d938ea78f4ce09a0c9784e3c70d83f1c3b1bd52e8055b6b332147316445c3be714abab3629320d6117878d50aa7a2d7d2d9b9b6485
+DIST nvidia-persistenced-550.163.01.tar.bz2 61450 BLAKE2B 1a11cb89981b88f8d14558227d9493f1f8a81ccb5502002c436e9311a38c9c8fe0402c65eac1517a2893985eec07699b2e7bc7a81aa14dc0d52198ac85a2cd1b SHA512 f17dbcafa917b5b450f7665f98fd24f06ad99e6bcd1fcf42ef95aa9337b55561b7b16eaad8fa408110d08ee7e6d812444792cccbb9c92865099891832da779ce
+DIST nvidia-settings-550.163.01.tar.bz2 1099317 BLAKE2B 25419c1796deeea238b3e44fd8d648a8627272565be40cb0745132cef1c16e0c422242a1e6369745d577e674a68bf9dfc3c009e281a84ba58db5429d97ac9cff SHA512 5306ab05f284ba06852d7c96ff62ded7b8b615d3a002009cd5d781fdad716db37f53d1c8a43337ada60d524b4f7d183d98ad2673f40a5ca1ca4c5112bb913e74
+DIST nvidia-xconfig-550.163.01.tar.bz2 111149 BLAKE2B d19ef0427e3432798e674dc66447090e8fb8fcb549ebe27aaee19aa38294cf178e175a067b2da5313342c93ea2aebef35861d05cc4cc0ee2c3eae955b3ddbbb3 SHA512 35f95d85928c82bc5de8e462ca5e90a6d8fe03e5b5367b9cdaadddc1e956f0d26b6dc42e716ae7c88512afdfb98cc841fe9b22846f6d6acc578c5dba4d0a16e1
diff --git a/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/95-nvidia-settings-r1 b/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/95-nvidia-settings-r1
new file mode 100644
index 00000000000..48c41d8aad0
--- /dev/null
+++ b/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/95-nvidia-settings-r1
@@ -0,0 +1,2 @@
+#!/bin/sh
+/usr/bin/nvidia-settings --load-config-only
diff --git a/sdk_container/src/third_party/portage-stable/x11-drivers/nvidia-drivers/files/nvidia-545.conf b/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/nvidia-545.conf
similarity index 100%
rename from sdk_container/src/third_party/portage-stable/x11-drivers/nvidia-drivers/files/nvidia-545.conf
rename to sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/nvidia-545.conf
diff --git a/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/nvidia-modprobe-390.141-uvm-perms.patch b/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/nvidia-modprobe-390.141-uvm-perms.patch
new file mode 100644
index 00000000000..6ffd42ff77e
--- /dev/null
+++ b/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/nvidia-modprobe-390.141-uvm-perms.patch
@@ -0,0 +1,12 @@
+Create /dev/nvidia-uvm* by respecting nvidia.conf's permissions.
+--- a/nvidia-modprobe/modprobe-utils/nvidia-modprobe-utils.c
++++ b/nvidia-modprobe/modprobe-utils/nvidia-modprobe-utils.c
+@@ -742,6 +742,6 @@
+ }
+
+- return mknod_helper(major, base_minor, NV_UVM_DEVICE_NAME, NULL) &&
+- mknod_helper(major, base_minor + 1, NV_UVM_TOOLS_DEVICE_NAME, NULL);
++ return mknod_helper(major, base_minor, NV_UVM_DEVICE_NAME, NV_PROC_REGISTRY_PATH) &&
++ mknod_helper(major, base_minor + 1, NV_UVM_TOOLS_DEVICE_NAME, NV_PROC_REGISTRY_PATH);
+ }
+
diff --git a/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/nvidia-persistenced.confd b/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/nvidia-persistenced.confd
new file mode 100644
index 00000000000..e06d53c0c98
--- /dev/null
+++ b/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/nvidia-persistenced.confd
@@ -0,0 +1,7 @@
+# configuration file for /etc/init.d/nvidia-persistenced
+
+# NVPD_USER: user to run as, needs access to /dev/nvidia* (video group)
+NVPD_USER="nvpd"
+
+# ARGS: additional arguments, see nvidia-persistenced(1)
+ARGS=""
diff --git a/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/nvidia-persistenced.initd b/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/nvidia-persistenced.initd
new file mode 100644
index 00000000000..27d8bb37d98
--- /dev/null
+++ b/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/nvidia-persistenced.initd
@@ -0,0 +1,11 @@
+#!/sbin/openrc-run
+# SPDX-License-Identifier: MIT
+
+description="Maintain persistent software state in the NVIDIA driver"
+command="nvidia-persistenced"
+command_args="${NVPD_USER:+--user ${NVPD_USER}} ${ARGS}"
+pidfile="/var/run/nvidia-persistenced/nvidia-persistenced.pid"
+
+stop_post() {
+ rmdir "${pidfile%/*}" 2>/dev/null || true
+}
diff --git a/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/nvidia-powerd.initd b/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/nvidia-powerd.initd
new file mode 100644
index 00000000000..5132a20c653
--- /dev/null
+++ b/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/nvidia-powerd.initd
@@ -0,0 +1,11 @@
+#!/sbin/openrc-run
+# SPDX-License-Identifier: MIT
+
+description="Support for NVIDIA Dynamic Boost (only for use with specific laptops)"
+command="nvidia-powerd"
+command_background=true
+pidfile="/var/run/nvidia-powerd.pid"
+
+depend() {
+ need dbus
+}
diff --git a/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/nvidia-settings-530.30.02-desktop.patch b/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/nvidia-settings-530.30.02-desktop.patch
new file mode 100644
index 00000000000..d1cdbcec448
--- /dev/null
+++ b/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/nvidia-settings-530.30.02-desktop.patch
@@ -0,0 +1,11 @@
+These __PLACEHOLDER__ are replaced by nvidia-installer which we don't use.
+--- a/nvidia-settings/doc/nvidia-settings.desktop
++++ b/nvidia-settings/doc/nvidia-settings.desktop
+@@ -5,5 +5,5 @@
+ Comment=Configure NVIDIA X Server Settings
+-Exec=__UTILS_PATH__/nvidia-settings
++Exec=nvidia-settings
+ Icon=nvidia-settings
+-Categories=__NVIDIA_SETTINGS_DESKTOP_CATEGORIES__
++Categories=System;HardwareSettings;
+
diff --git a/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/system-sleep.elogind b/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/system-sleep.elogind
new file mode 100644
index 00000000000..d36e2697b86
--- /dev/null
+++ b/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/files/system-sleep.elogind
@@ -0,0 +1,7 @@
+#!/bin/sh
+case ${1-} in
+ pre) nvidia-sleep.sh suspend;;
+ # run in background given resume is flaky if elogind did not finish
+ post) nvidia-sleep.sh resume &;;
+ *) exit 1;;
+esac
diff --git a/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/metadata.xml b/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/metadata.xml
new file mode 100644
index 00000000000..b3bb9001521
--- /dev/null
+++ b/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/metadata.xml
@@ -0,0 +1,37 @@
+
+
+
+
+ maintainers@flatcar-linux.org
+ The Flatcar Container Linux Maintainers
+
+
+
+ cpe:/a:nvidia:gpu_driver
+ NVIDIA/nvidia-installer
+ NVIDIA/nvidia-modprobe
+ NVIDIA/nvidia-persistenced
+ NVIDIA/nvidia-settings
+ NVIDIA/nvidia-xconfig
+ NVIDIA/open-gpu-kernel-modules
+
+
+
+ Subslot is primarily used to identify branches, at most
+ rebuilding reverse dependencies on bumps would only be
+ for the static library (not essential to) given other
+ headers are provided by nvidia-cuda-toolkit instead.
+
+
+
diff --git a/sdk_container/src/third_party/portage-stable/x11-drivers/nvidia-drivers/nvidia-drivers-550.163.01-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/old-nvidia-drivers-550.163.01-r1.ebuild
similarity index 100%
rename from sdk_container/src/third_party/portage-stable/x11-drivers/nvidia-drivers/nvidia-drivers-550.163.01-r1.ebuild
rename to sdk_container/src/third_party/coreos-overlay/x11-drivers/old-nvidia-drivers/old-nvidia-drivers-550.163.01-r1.ebuild
diff --git a/sdk_container/src/third_party/portage-stable/app-admin/sudo/Manifest b/sdk_container/src/third_party/portage-stable/app-admin/sudo/Manifest
index 67dd2c6a6c1..17da9698ff2 100644
--- a/sdk_container/src/third_party/portage-stable/app-admin/sudo/Manifest
+++ b/sdk_container/src/third_party/portage-stable/app-admin/sudo/Manifest
@@ -1,2 +1,4 @@
DIST sudo-1.9.17p1.tar.gz 5449076 BLAKE2B 21771348a8de392767c366bb938951327dcc64a4cedee716a802435899e5135c218468271833a9e3ab9d90bda29e36c0870e27dd333d3a5c64fb8e3a5ebbff58 SHA512 1a9fb27a117b54adf5c99443b3375f7e0eaaf3a2d5a3d409f7c7b10c43432eb301d721df93fb1a8a2e45bf4a4957288d4f153359fc018af00973be57f62a1ebc
DIST sudo-1.9.17p1.tar.gz.sig 566 BLAKE2B b6380c84b82740455a28388925d27bdf9296ddef943653c1883af3c7684ab53571053ef333ac9747ee11330b06fd23adf477856f70bd5fcaa6dbda1c9e432675 SHA512 714ce7c613683689e9d166171b04c03220e21d06f2e66d800f2d075927830014447611933d7293d9c763beeea66fc02255d8175c9ac8cba6d62166750aab50a6
+DIST sudo-1.9.17p2.tar.gz 5451682 BLAKE2B dd42ff4fd571ba8489cc59d71a09c7e0483d21daf9faf7e697beedc04d9f170b01e60446af179c949a3da115b616fbec07aff8fbf8b7d502161c24d1b35b7a69 SHA512 c8abd6ca56e54a081c9ef1e9f6579d1db5b93ff857e60d1f58d1f425d7dc23c31c58d40b7819780688f66dfdf87a1f3bbe0a78387b007e2beb1b0e546203ea93
+DIST sudo-1.9.17p2.tar.gz.sig 566 BLAKE2B b778061533cd2778eec1093fc37e89f45ea4b2a5e97a71f85fc00fbfc1b550a194e4faa410bc072e3ecbd233a3834f004d7451e020d2be148a36336b35d462e5 SHA512 7ca1949a7ffe0481d7c0f9215fdeae54fff34f0156f06c72a090515b1a97d052e63ce94cffe5a92ca23a723ddd0b0186fabc957cdc22120482c6f9f87d65a5f6
diff --git a/sdk_container/src/third_party/portage-stable/app-admin/sudo/sudo-1.9.17_p2.ebuild b/sdk_container/src/third_party/portage-stable/app-admin/sudo/sudo-1.9.17_p2.ebuild
new file mode 100644
index 00000000000..4bc530f28c2
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/app-admin/sudo/sudo-1.9.17_p2.ebuild
@@ -0,0 +1,292 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit pam tmpfiles toolchain-funcs
+
+MY_P="${P/_/}"
+MY_P="${MY_P/beta/b}"
+
+DESCRIPTION="Allows users or groups to run commands as other users"
+HOMEPAGE="https://www.sudo.ws/"
+
+if [[ ${PV} == 9999 ]] ; then
+ EGIT_REPO_URI="
+ https://github.com/sudo-project/sudo
+ https://git.sudo.ws/sudo
+ "
+ inherit autotools git-r3
+else
+ VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/sudo.ws.asc
+ inherit libtool verify-sig
+
+ uri_prefix=
+ case ${P} in
+ *_beta*|*_rc*) uri_prefix=beta/ ;;
+ esac
+
+ SRC_URI="
+ https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
+ verify-sig? (
+ https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz.sig
+ )
+ "
+
+ if [[ ${PV} != *_beta* && ${PV} != *_rc* ]] ; then
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+ fi
+
+ BDEPEND="verify-sig? ( sec-keys/openpgp-keys-sudo )"
+fi
+
+S="${WORKDIR}/${MY_P}"
+
+# Basic license is ISC-style as-is, some files are released under
+# 3-clause BSD license
+LICENSE="ISC BSD"
+SLOT="0"
+IUSE="gcrypt ldap nls offensive pam sasl +secure-path selinux +sendmail skey ssl sssd"
+
+DEPEND="
+ sys-libs/zlib:=
+ virtual/libcrypt:=
+ gcrypt? ( dev-libs/libgcrypt:= )
+ ldap? (
+ >=net-nds/openldap-2.1.30-r1:=
+ sasl? (
+ dev-libs/cyrus-sasl
+ net-nds/openldap:=[sasl]
+ )
+ )
+ pam? ( sys-libs/pam )
+ sasl? ( dev-libs/cyrus-sasl )
+ selinux? ( sys-libs/libselinux )
+ skey? ( >=sys-auth/skey-1.1.5-r1 )
+ ssl? ( dev-libs/openssl:= )
+ sssd? ( sys-auth/sssd[sudo(+)] )
+"
+RDEPEND="
+ ${DEPEND}
+ >=app-misc/editor-wrapper-3
+ virtual/editor
+ ldap? ( dev-lang/perl )
+ pam? ( sys-auth/pambase )
+ selinux? ( sec-policy/selinux-sudo )
+ sendmail? ( virtual/mta )
+"
+BDEPEND+="
+ app-alternatives/yacc
+ virtual/pkgconfig
+"
+
+REQUIRED_USE="
+ ?? ( pam skey )
+ ?? ( gcrypt ssl )
+"
+
+MAKEOPTS+=" SAMPLES="
+
+src_prepare() {
+ default
+
+ if [[ ${PV} == 9999 ]] ; then
+ eautoreconf
+ else
+ elibtoolize
+ fi
+}
+
+set_secure_path() {
+ # First extract the default ROOTPATH from build env
+ SECURE_PATH=$(unset ROOTPATH; . "${EPREFIX}"/etc/profile.env; echo "${ROOTPATH}")
+
+ case "${SECURE_PATH}" in
+ */usr/sbin*)
+ ;;
+ *)
+ SECURE_PATH=$(unset PATH; . "${EPREFIX}"/etc/profile.env; echo "${PATH}")
+ ;;
+ esac
+
+ if [[ -z ${SECURE_PATH} ]] ; then
+ ewarn " Failed to detect SECURE_PATH, please report this"
+ fi
+
+ # Then remove duplicate path entries
+ cleanpath() {
+ local newpath thisp IFS=:
+ for thisp in $1 ; do
+ if [[ :${newpath}: != *:${thisp}:* ]] ; then
+ newpath+=:${thisp}
+ else
+ einfo " Duplicate entry ${thisp} removed..."
+ fi
+ done
+ SECURE_PATH=${newpath#:}
+ }
+ cleanpath /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin${SECURE_PATH:+:${SECURE_PATH}}
+
+ # Finally, strip gcc paths, bug #136027
+ rmpath() {
+ local e newpath thisp IFS=:
+ for thisp in ${SECURE_PATH} ; do
+ for e ; do
+ [[ ${thisp} == ${e} ]] && continue 2 ;
+ done
+ newpath+=:${thisp}
+ done
+ SECURE_PATH=${newpath#:}
+ }
+ rmpath '*/gcc-bin/*' '*/gnat-gcc-bin/*' '*/gnat-gcc/*'
+}
+
+src_configure() {
+ local SECURE_PATH
+
+ set_secure_path
+
+ # bug #767712
+ tc-export PKG_CONFIG
+
+ # - audit: somebody got to explain me how I can test this before I
+ # enable it.. - Diego
+ # - plugindir: autoconf code is crappy and does not delay evaluation
+ # until `make` time, so we have to use a full path here rather than
+ # basing off other values.
+ local myeconfargs=(
+ # We set all of the relevant options by ourselves (patched
+ # into the toolchain) and setting these in the build system
+ # actually causes a downgrade when using e.g. -D_FORTIFY_SOURCE=3
+ # (it'll downgrade to =2). So, this has no functional effect on
+ # the hardening for users. It's safe.
+ --disable-hardening
+
+ # requires some python eclass
+ --disable-python
+ --enable-tmpfiles.d="${EPREFIX}"/usr/lib/tmpfiles.d
+ --enable-zlib=system
+ --with-editor="${EPREFIX}"/usr/libexec/editor
+ --with-env-editor
+ --with-plugindir="${EPREFIX}"/usr/$(get_libdir)/sudo
+ --with-rundir="${EPREFIX}"/run/sudo
+ --with-vardir="${EPREFIX}"/var/db/sudo
+ --without-linux-audit
+ --without-opie
+ $(use_enable gcrypt)
+ $(use_enable nls)
+ $(use_enable sasl)
+ $(use_enable ssl openssl)
+ $(use_with ldap)
+ $(use_with ldap ldap_conf_file /etc/ldap.conf.sudo)
+ $(use_with offensive insults)
+ $(use_with offensive all-insults)
+ $(use_with pam)
+ $(use_with pam pam-login)
+ $(use_with secure-path)
+ "$(use_with secure-path secure-path-value "${SECURE_PATH}")"
+ $(use_with selinux)
+ $(use_with sendmail)
+ $(use_with skey)
+ $(use_with sssd)
+ )
+
+ econf "${myeconfargs[@]}"
+}
+
+src_install() {
+ default
+
+ if use ldap ; then
+ dodoc README.LDAP.md
+
+ cat <<-EOF > "${T}"/ldap.conf.sudo
+ # See ldap.conf(5) and README.LDAP.md for details
+ # This file should only be readable by root
+
+ # supported directives: host, port, ssl, ldap_version
+ # uri, binddn, bindpw, sudoers_base, sudoers_debug
+ # tls_{checkpeer,cacertfile,cacertdir,randfile,ciphers,cert,key}
+ EOF
+
+ if use sasl ; then
+ cat <<-EOF >> "${T}"/ldap.conf.sudo
+
+ # SASL directives: use_sasl, sasl_mech, sasl_auth_id
+ # sasl_secprops, rootuse_sasl, rootsasl_auth_id, krb5_ccname
+ EOF
+ fi
+
+ insinto /etc
+ doins "${T}"/ldap.conf.sudo
+ fperms 0440 /etc/ldap.conf.sudo
+
+ insinto /etc/openldap/schema
+ newins docs/schema.OpenLDAP sudo.schema
+ fi
+
+ if use pam ; then
+ pamd_mimic system-auth sudo auth account session
+ pamd_mimic system-auth sudo-i auth account session
+ fi
+
+ keepdir /var/db/sudo/lectured
+ fperms 0700 /var/db/sudo/lectured
+ # bug #652958
+ fperms 0711 /var/db/sudo
+
+ # Don't install into /run as that is a tmpfs most of the time
+ # (bug #504854)
+ rm -rf "${ED}"/run || die
+
+ # bug #697812
+ find "${ED}" -type f -name "*.la" -delete || die
+}
+
+pkg_postinst() {
+ tmpfiles_process sudo.conf
+
+ # bug #652958
+ local sudo_db="${EROOT}/var/db/sudo"
+ if [[ "$(stat -c %a "${sudo_db}")" -ne 711 ]] ; then
+ chmod 711 "${sudo_db}" || die
+ fi
+
+ if use ldap ; then
+ ewarn
+ ewarn "sudo uses the ${ROOT}/etc/ldap.conf.sudo file for ldap configuration."
+ ewarn
+ if grep -qs '^[[:space:]]*sudoers:' "${ROOT}"/etc/nsswitch.conf ; then
+ ewarn "In 1.7 series, LDAP is no more consulted, unless explicitly"
+ ewarn "configured in ${ROOT}/etc/nsswitch.conf."
+ ewarn
+ ewarn "To make use of LDAP, add this line to your ${ROOT}/etc/nsswitch.conf:"
+ ewarn " sudoers: ldap files"
+ ewarn
+ fi
+ fi
+ if use prefix ; then
+ ewarn
+ ewarn "To use sudo on Prefix, you need to change file ownership and permissions"
+ ewarn "with root privileges, as follows:"
+ ewarn
+ ewarn " # chown root:root ${EPREFIX}/usr/bin/sudo"
+ ewarn " # chown root:root ${EPREFIX}/usr/lib/sudo/sudoers.so"
+ ewarn " # chown root:root ${EPREFIX}/etc/sudoers"
+ ewarn " # chown root:root ${EPREFIX}/etc/sudoers.d"
+ ewarn " # chown root:root ${EPREFIX}/var/db/sudo"
+ ewarn " # chmod 4111 ${EPREFIX}/usr/bin/sudo"
+ ewarn
+ fi
+
+ elog "To use the -A (askpass) option, you need to install a compatible"
+ elog "password program from the following list. Starred packages will"
+ elog "automatically register for the use with sudo (but will not force"
+ elog "the -A option):"
+ elog ""
+ elog " [*] net-misc/ssh-askpass-fullscreen"
+ elog " net-misc/x11-ssh-askpass"
+ elog ""
+ elog "You can override the choice by setting the SUDO_ASKPASS environmnent"
+ elog "variable to the program you want to use."
+}
diff --git a/sdk_container/src/third_party/portage-stable/app-containers/incus/Manifest b/sdk_container/src/third_party/portage-stable/app-containers/incus/Manifest
index 449e318ef1b..5d819509409 100644
--- a/sdk_container/src/third_party/portage-stable/app-containers/incus/Manifest
+++ b/sdk_container/src/third_party/portage-stable/app-containers/incus/Manifest
@@ -4,3 +4,5 @@ DIST incus-6.0.4.tar.xz 12000208 BLAKE2B 99a4ba40d2eea48515b88f4534c282adc925fe1
DIST incus-6.0.4.tar.xz.asc 833 BLAKE2B 96c94cde55cd2e9f7f28db7adb098adf4895437d300dfd42aeac540cdab6677fb604831c28f40f8581e60b89b228557d81696cd64950a1c2147b445a5ec58b30 SHA512 1ef2063eab424467c805f8c86b5b0caca848f46d2ef7ebf602049fe32ee15a7e1006d5a2710b355604aef73802b4333cd0428c772e1c5fc4da588c2cd7ee1694
DIST incus-6.14.tar.xz 12509468 BLAKE2B ec3bb614088d82e07c13169a6b26d8c83214fddbdf30049d58f2cca2678a16ccb6acca7bba68d4e15a514dad71639a144a7b2f4b9f3efdf9c8ca8d750692e250 SHA512 186abb32dcfbe851f04131ea7a9256fafaa465d40379e825554275697e04f005920c09939a8cb199b499b60df667921900c4a2d5b9a7ab9bd20b3e473468dbf1
DIST incus-6.14.tar.xz.asc 833 BLAKE2B c9cfa631bb316234a6958f2aa3e708e32ea2fca34357700e7d1e38723be539f5b6b1484597c18baca1f22d922c7aca148463dfc0b818f7809126e6873e4826b5 SHA512 6a2f4ceeab44462cca74799a1c135eeb17cbece3d270c5195c3eacda8ea24419fc34cab6d157dbfed803bb269df42a02abc417b98887cec5f10b0ec70b430644
+DIST incus-6.15.tar.xz 12716184 BLAKE2B bc821575f7f24b42054028ce628a29f38ef41b8a31a94f34381019306681f9279ae6c36cb00b7f84d62f5ddc89d27216d753e5c0f5ec1d327bbd283ab5fe1e15 SHA512 7561abce8eb9c01764aca9bb5477028439c05f6c1c20637f288028be93f4bc0d74a36af76f7ad0e35028dfe40e2a0bb2d7b4a363d1da35fe657072f5d847c78e
+DIST incus-6.15.tar.xz.asc 833 BLAKE2B ccab84a2fd3f9d6971ff0fd7cba9afc23dbe0fc0bcb8738656f9071db7c773840566009d5014dc15d37be26bff018e3faf8af59dd5d50b629aebd2e79cf3dc5e SHA512 b1bf43ffff719a3f1c6be7a8d32e44f418efb8e926914dea5479ba1175768910fa38b4e5b83c51e90ec34d2d345629597beb286215b9658a611cf568b8e43122
diff --git a/sdk_container/src/third_party/portage-stable/app-containers/incus/incus-6.15.ebuild b/sdk_container/src/third_party/portage-stable/app-containers/incus/incus-6.15.ebuild
new file mode 100644
index 00000000000..29786771bf1
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/app-containers/incus/incus-6.15.ebuild
@@ -0,0 +1,253 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-env go-module linux-info optfeature systemd toolchain-funcs verify-sig
+
+DESCRIPTION="Modern, secure and powerful system container and virtual machine manager"
+HOMEPAGE="https://linuxcontainers.org/incus/introduction/ https://github.com/lxc/incus"
+SRC_URI="https://linuxcontainers.org/downloads/incus/${P}.tar.xz
+ verify-sig? ( https://linuxcontainers.org/downloads/incus/${P}.tar.xz.asc )"
+
+LICENSE="Apache-2.0 BSD LGPL-3 MIT"
+SLOT="0/stable"
+KEYWORDS="~amd64 ~arm64"
+IUSE="apparmor fuidshift nls qemu"
+
+DEPEND="acct-group/incus
+ acct-group/incus-admin
+ app-arch/xz-utils
+ >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)]
+ dev-db/sqlite:3
+ >=dev-libs/cowsql-1.15.7
+ dev-libs/lzo
+ >=dev-libs/raft-0.22.1:=[lz4]
+ >=dev-util/xdelta-3.0[lzma(+)]
+ net-dns/dnsmasq[dhcp]
+ sys-libs/libcap
+ virtual/udev"
+RDEPEND="${DEPEND}
+ || (
+ net-firewall/iptables
+ net-firewall/nftables[json]
+ )
+ fuidshift? ( !app-containers/lxd )
+ net-firewall/ebtables
+ sys-apps/iproute2
+ sys-fs/fuse:*
+ >=sys-fs/lxcfs-5.0.0
+ sys-fs/squashfs-tools[lzma]
+ virtual/acl
+ apparmor? ( sec-policy/apparmor-profiles )
+ qemu? (
+ app-cdr/cdrtools
+ app-emulation/qemu[spice,usbredir,virtfs]
+ sys-apps/gptfdisk
+ )"
+BDEPEND=">=dev-lang/go-1.21
+ nls? ( sys-devel/gettext )
+ verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )"
+
+CONFIG_CHECK="
+ ~AIO
+ ~CGROUPS
+ ~IPC_NS
+ ~NET_NS
+ ~PID_NS
+
+ ~SECCOMP
+ ~USER_NS
+ ~UTS_NS
+
+ ~KVM
+ ~MACVTAP
+ ~VHOST_VSOCK
+"
+
+ERROR_AIO="CONFIG_AIO is required."
+ERROR_IPC_NS="CONFIG_IPC_NS is required."
+ERROR_NET_NS="CONFIG_NET_NS is required."
+ERROR_PID_NS="CONFIG_PID_NS is required."
+ERROR_SECCOMP="CONFIG_SECCOMP is required."
+ERROR_UTS_NS="CONFIG_UTS_NS is required."
+
+WARNING_KVM="CONFIG_KVM and CONFIG_KVM_AMD/-INTEL is required for virtual machines."
+WARNING_MACVTAP="CONFIG_MACVTAP is required for virtual machines."
+WARNING_VHOST_VSOCK="CONFIG_VHOST_VSOCK is required for virtual machines."
+
+# Go magic.
+QA_PREBUILT="/usr/bin/incus
+ /usr/bin/incus-agent
+ /usr/bin/incus-benchmark
+ /usr/bin/incus-migrate
+ /usr/bin/lxc-to-incus
+ /usr/sbin/fuidshift
+ /usr/sbin/incusd
+ /usr/sbin/lxd-to-incus"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/linuxcontainers.asc
+
+# The testsuite must be run as root.
+# make: *** [Makefile:156: check] Error 1
+RESTRICT="test"
+
+GOPATH="${S}/_dist"
+
+src_unpack() {
+ verify-sig_src_unpack
+ go-module_src_unpack
+}
+
+src_prepare() {
+ export GOPATH="${S}/_dist"
+
+ default
+
+ sed -i \
+ -e "s:\./configure:./configure --prefix=/usr --libdir=${EPREFIX}/usr/lib/incus:g" \
+ -e "s:make:make ${MAKEOPTS}:g" \
+ Makefile || die
+
+ sed -i \
+ -e "s:/usr/share/OVMF:/usr/share/edk2/OvmfX64:g" \
+ -e "s:OVMF_VARS.ms.fd:OVMF_VARS.fd:g" \
+ internal/server/instance/drivers/edk2/driver_edk2.go || die "Failed to fix hardcoded ovmf paths."
+
+ cp "${FILESDIR}"/incus-6.14-r1.service "${T}"/incus.service || die
+ if use apparmor; then
+ sed -i \
+ '/^EnvironmentFile=.*/a ExecStartPre=\/usr\/libexec\/lxc\/lxc-apparmor-load' \
+ "${T}"/incus.service || die
+ fi
+
+ # Disable -Werror's from go modules.
+ find "${S}" -name "cgo.go" -exec sed -i "s/ -Werror / /g" {} + || die
+}
+
+src_configure() { :; }
+
+src_compile() {
+ export GOPATH="${S}/_dist"
+ export CGO_LDFLAGS_ALLOW="-Wl,-z,now"
+
+ for k in incus-benchmark incus-simplestreams incus-user incus lxc-to-incus lxd-to-incus ; do
+ ego install -v -x "${S}/cmd/${k}"
+ done
+
+ if use fuidshift ; then
+ ego install -v -x "${S}/cmd/fuidshift"
+ fi
+
+ ego install -v -x -tags libsqlite3 "${S}"/cmd/incusd
+
+ # Needs to be built statically
+ CGO_ENABLED=0 go install -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-migrate
+
+ # Build the VM agents, statically too
+ if use amd64 ; then
+ GOARCH=amd64 CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.linux.x86_64 -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent
+ GOARCH=386 CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.linux.i686 -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent
+ GOARCH=amd64 GOOS=windows CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.windows.x86_64 -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent
+ GOARCH=386 GOOS=windows CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.windows.i686 -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent
+ elif use arm64 ; then
+ GOARCH=arm64 CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.linux.aarch64 -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent
+ GOARCH=arm64 GOOS=windows CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.windows.aarch64 -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent
+ else
+ echo "No VM support for this arch."
+ return
+ fi
+
+ use nls && emake build-mo
+}
+
+src_test() {
+ emake check
+}
+
+src_install() {
+ export GOPATH="${S}/_dist"
+
+ export GOHOSTARCH=$(go-env_goarch "${CBUILD}")
+ if [[ "${GOARCH}" != "${GOHOSTARCH}" ]]; then
+ local bindir="_dist/bin/linux_${GOARCH}"
+ else
+ local bindir="_dist/bin"
+ fi
+
+ newsbin "${FILESDIR}"/incus-startup-0.4.sh incus-startup
+
+ # Admin tools
+ for l in incusd incus-user lxd-to-incus ; do
+ dosbin "${bindir}/${l}"
+ done
+
+ # User tools
+ for m in incus-benchmark incus-migrate incus-simplestreams incus lxc-to-incus ; do
+ dobin "${bindir}/${m}"
+ done
+
+ # VM Agents
+ if use amd64 ; then
+ exeinto /usr/libexec/incus/agents
+ doexe ${bindir}/incus-agent.linux.x86_64
+ doexe ${bindir}/incus-agent.linux.i686
+ doexe ${bindir}/incus-agent.windows.x86_64
+ doexe ${bindir}/incus-agent.windows.i686
+ elif use arm64 ; then
+ exeinto /usr/libexec/incus
+ doexe ${bindir}/incus-agent.linux.aarch64
+ doexe ${bindir}/incus-agent.windows.aarch64
+ fi
+
+ # fuidshift, should be moved under admin tools at some point
+ if use fuidshift ; then
+ dosbin ${bindir}/fuidshift
+ fi
+
+ newconfd "${FILESDIR}"/incus-6.0.confd incus
+ newinitd "${FILESDIR}"/incus-6.0.initd incus
+ newinitd "${FILESDIR}"/incus-user-0.4.initd incus-user
+
+ systemd_dounit "${T}"/incus.service
+ systemd_newunit "${FILESDIR}"/incus-0.4.socket incus.socket
+ systemd_newunit "${FILESDIR}"/incus-startup-0.4.service incus-startup.service
+ systemd_newunit "${FILESDIR}"/incus-user-0.4.service incus-user.service
+ systemd_newunit "${FILESDIR}"/incus-user-0.4.socket incus-user.socket
+
+ if ! tc-is-cross-compiler; then
+ # Generate and install shell completion files.
+ mkdir -p "${D}"/usr/share/{bash-completion/completions/,fish/vendor_completions.d/,zsh/site-functions/} || die
+ "${bindir}"/incus completion bash > "${D}"/usr/share/bash-completion/completions/incus || die
+ "${bindir}"/incus completion fish > "${D}"/usr/share/fish/vendor_completions.d/incus.fish || die
+ "${bindir}"/incus completion zsh > "${D}"/usr/share/zsh/site-functions/_incus || die
+ else
+ ewarn "Shell completion files not installed! Install them manually with incus completion --help"
+ fi
+
+ dodoc AUTHORS
+ dodoc -r doc/*
+ use nls && domo po/*.mo
+
+ # Incus needs INCUS_EDK2_PATH in env to find OVMF files for virtual machines, #946184,
+ # and INCUS_AGENT_PATH to find multi-setup agents for VMs, #959878.
+ newenvd "${FILESDIR}"/90incus.envd 90incus
+}
+
+pkg_postinst() {
+ elog
+ elog "Please see"
+ elog " https://wiki.gentoo.org/wiki/Incus"
+ elog " https://wiki.gentoo.org/wiki/Incus#Migrating_from_LXD"
+ elog
+ optfeature "OCI container images support" app-containers/skopeo app-containers/umoci
+ optfeature "support for ACME certificate issuance" app-crypt/lego
+ optfeature "btrfs storage backend" sys-fs/btrfs-progs
+ optfeature "ipv6 support" net-dns/dnsmasq[ipv6]
+ optfeature "full incus-migrate support" net-misc/rsync
+ optfeature "lvm2 storage backend" sys-fs/lvm2
+ optfeature "zfs storage backend" sys-fs/zfs
+ elog
+ elog "Be sure to add your local user to the incus group."
+ elog
+}
diff --git a/sdk_container/src/third_party/portage-stable/app-crypt/gpgme/Manifest b/sdk_container/src/third_party/portage-stable/app-crypt/gpgme/Manifest
index 9b1df9b06a1..1725c921564 100644
--- a/sdk_container/src/third_party/portage-stable/app-crypt/gpgme/Manifest
+++ b/sdk_container/src/third_party/portage-stable/app-crypt/gpgme/Manifest
@@ -1,5 +1,3 @@
-DIST gpgme-1.24.2.tar.bz2 1891804 BLAKE2B 3d112fe3401c6143d09474eefcc3fda00394b0db61c37d7da79ddf3352c71b67e2972800efbefa89bba4726a4997ef473c3dbdac8c5d42612a73332711cf4d4a SHA512 ad69101d1fceef6cd1dd6d5348f6f2be06912da6b6a7d0fece3ce08cf35054e6953b80ca9c4748554882892faa44e7c54e705cf25bbf2b796cd4ad12b09da185
-DIST gpgme-1.24.2.tar.bz2.sig 119 BLAKE2B 015c8243e84b36110985c1524c8ce124d2756bdcbb4a74ad046620516f3fba8a93e2d9d5aedbb720ed096d171bce71b4bc24e6fdf8b6ba59c263dd4c3c672c5a SHA512 1010067b40f2720e278577ae7599c957e26fdf81d35e21ea878813f2a2bdb618a4be636726252068438c9ef89cae9c1cd3e4acaf27243359abc3e5cfd7a87855
DIST gpgme-1.24.3.tar.bz2 1892862 BLAKE2B ace04d4fc803f6ce96f850a46b4b383ebdcbfe51d55fbe2a5ced10451310553c15ee5a603d1e6ffb78a8de75461fafacc296fec3e4f38d4908171a095cab185f SHA512 3b5fc22a2f83576058ac14e744333f46df362b39f742d6c9e54a5a66828194a1312f5f365bdc15683e148821f5d591fa92a2daad83fc116f65dccf14e817ca48
DIST gpgme-1.24.3.tar.bz2.sig 238 BLAKE2B 5b8402b011899faae26bcba428e45a7bb7baf9b16e4c605cdae3d84dc1cbf52ccd524181ef0726e25075c42f9ccb72cd996707a2f96c04b7054cc9050270b586 SHA512 056b28b041dd83c86984e73c31403ea45d33db30c1b2b05e45b0cfb5bb723b25a0fa21ddee192c135cea5d93d934502085bc0fc94fa3c29858513e260c332948
DIST gpgme-2.0.0.tar.bz2 1383911 BLAKE2B 7053955f80f9a69c62d8b4bb6cc80ea259e6854857b340577c4a68fac1d34c0f2aff1dbbf88b503dd2b021c48d9fff67709593817f3b0e74f72df913d7e3de0d SHA512 ee58dc2a4273c740d5b9ef13cc655d5e600ddddd137fb85a781c31e8854829283b4ce241d7810a963d9a125d603213600f37e7d0c1ce3b3cf1b935e62cf60777
diff --git a/sdk_container/src/third_party/portage-stable/app-crypt/gpgme/gpgme-1.24.2.ebuild b/sdk_container/src/third_party/portage-stable/app-crypt/gpgme/gpgme-1.24.2.ebuild
deleted file mode 100644
index 32458e4c9b7..00000000000
--- a/sdk_container/src/third_party/portage-stable/app-crypt/gpgme/gpgme-1.24.2.ebuild
+++ /dev/null
@@ -1,178 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Maintainers should:
-# 1. Join the "Gentoo" project at https://dev.gnupg.org/project/view/27/
-# 2. Subscribe to release tasks like https://dev.gnupg.org/T6159
-# (find the one for the current release then subscribe to it +
-# any subsequent ones linked within so you're covered for a while.)
-
-DISTUTILS_EXT=1
-DISTUTILS_OPTIONAL=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/gnupg.asc
-
-# in-source builds are not supported:
-# * https://dev.gnupg.org/T6313#166339
-# * https://dev.gnupg.org/T6673#174545
-inherit distutils-r1 libtool flag-o-matic out-of-source qmake-utils toolchain-funcs verify-sig
-
-DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use"
-HOMEPAGE="https://www.gnupg.org/related_software/gpgme"
-SRC_URI="
- mirror://gnupg/gpgme/${P}.tar.bz2
- verify-sig? ( mirror://gnupg/gpgme/${P}.tar.bz2.sig )
-"
-
-LICENSE="GPL-2 LGPL-2.1"
-# Please check ABI on each bump, even if SONAMEs didn't change: bug #833355
-# Use e.g. app-portage/iwdevtools integration with dev-libs/libabigail's abidiff.
-# Subslot: SONAME of each:
-# Bump FUDGE if a release is made which breaks ABI without changing SONAME.
-# (Reset to 0 if FUDGE != 0 if libgpgme/libgpgmepp/libqpggme change.)
-SLOT="1/11.6.15.2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="common-lisp static-libs +cxx python qt5 qt6 test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="
- qt5? ( cxx )
- qt6? ( cxx )
- python? ( ${PYTHON_REQUIRED_USE} )
-"
-
-# - On each bump, update dep bounds on each version from configure.ac!
-RDEPEND="
- >=app-crypt/gnupg-2
- >=dev-libs/libassuan-2.5.3:=
- >=dev-libs/libgpg-error-1.46-r1:=
- python? ( ${PYTHON_DEPS} )
- qt5? ( dev-qt/qtcore:5 )
- qt6? ( dev-qt/qtbase:6 )
-"
-DEPEND="
- ${RDEPEND}
- test? (
- qt5? ( dev-qt/qttest:5 )
- )
-"
-#doc? ( app-text/doxygen[dot] )
-BDEPEND="
- python? (
- ${PYTHON_DEPS}
- ${DISTUTILS_DEPS}
- dev-lang/swig
- )
- verify-sig? ( sec-keys/openpgp-keys-gnupg )
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.18.0-tests-start-stop-agent-use-command-v.patch
- "${FILESDIR}"/${PN}-1.23.1-tests-gnupg-no-tofu.patch
-)
-
-src_prepare() {
- default
-
- elibtoolize
-
- # bug #697456
- addpredict /run/user/$(id -u)/gnupg
-
- local MAX_WORKDIR=66
- if use test && [[ "${#WORKDIR}" -gt "${MAX_WORKDIR}" ]]; then
- eerror "Unable to run tests as WORKDIR='${WORKDIR}' is longer than ${MAX_WORKDIR} which causes failure!"
- die "Could not run tests as requested with too-long WORKDIR."
- fi
-
- # Make best effort to allow longer PORTAGE_TMPDIR
- # as usock limitation fails build/tests
- ln -s "${P}" "${WORKDIR}/b" || die
- S="${WORKDIR}/b"
-}
-
-my_src_configure() {
- # bug #847955
- append-lfs-flags
-
- cd "${BUILD_DIR}" || die
-
- local languages=(
- $(usev common-lisp 'cl')
- $(usev cxx 'cpp')
- $(usev qt5 'qt5')
- $(usev qt6 'qt6')
- )
-
- use qt5 && export MOC5="$(qt5_get_bindir)/moc"
- use qt6 && export MOC6="$(qt6_get_libdir)/qt6/libexec/moc"
-
- local myeconfargs=(
- $(use test || echo "--disable-gpgconf-test --disable-gpg-test --disable-gpgsm-test --disable-g13-test")
- --enable-languages="${languages[*]}"
- $(use_enable static-libs static)
- GPGRT_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpgrt-config"
- )
-
- ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-
- if use python ; then
- emake -C lang/python prepare
-
- pushd lang/python > /dev/null || die
- top_builddir="../.." srcdir="${S}/lang/python" CPP="$(tc-getCPP)" distutils-r1_src_configure
- popd > /dev/null || die
- fi
-}
-
-my_src_compile() {
- cd "${BUILD_DIR}" || die
-
- emake
-
- if use python ; then
- pushd lang/python > /dev/null || die
- top_builddir="../.." srcdir="${S}/lang/python" CPP="$(tc-getCPP)" distutils-r1_src_compile
- popd > /dev/null || die
- fi
-}
-
-my_src_test() {
- cd "${BUILD_DIR}" || die
-
- emake check
-
- if use python ; then
- distutils-r1_src_test
- fi
-}
-
-python_test() {
- emake -C lang/python/tests check \
- PYTHON=${EPYTHON} \
- PYTHONS=${EPYTHON} \
- TESTFLAGS="--python-libdir=${BUILD_DIR}/lib"
-}
-
-my_src_install() {
- einstalldocs
-
- cd "${BUILD_DIR}" || die
-
- emake DESTDIR="${D}" install
-
- if use python ; then
- pushd lang/python > /dev/null || die
- top_builddir="../.." srcdir="${S}/lang/python" CPP="$(tc-getCPP)" distutils-r1_src_install
- popd > /dev/null || die
- fi
-
- find "${ED}" -type f -name '*.la' -delete || die
-
- # Backward compatibility for gentoo
- # (in the past, we had slots)
- dodir /usr/include/gpgme
- dosym -r /usr/include/gpgme.h /usr/include/gpgme/gpgme.h
-}
diff --git a/sdk_container/src/third_party/portage-stable/app-crypt/p11-kit/Manifest b/sdk_container/src/third_party/portage-stable/app-crypt/p11-kit/Manifest
index 851345f5f63..d7197f1d5ce 100644
--- a/sdk_container/src/third_party/portage-stable/app-crypt/p11-kit/Manifest
+++ b/sdk_container/src/third_party/portage-stable/app-crypt/p11-kit/Manifest
@@ -1,2 +1 @@
-DIST p11-kit-0.25.3.tar.xz 991528 BLAKE2B 5c695c1ef95edf4bbbab001aa634076c433df0bc89cb8104deaec2ce00c6908640e467755b49c6900e5d7d5d81e1a3871f4978a212c6f6ae088386ac0b95289a SHA512 ad2d393bf122526cbba18dc9d5a13f2c1cad7d70125ec90ffd02059dfa5ef30ac59dfc0bb9bc6380c8f317e207c9e87e895f1945634f56ddf910c2958868fb4c
DIST p11-kit-0.25.5.tar.xz 1002056 BLAKE2B 96d6a9c2807586abafae4da4df89f566672733963997d6a83e00aaf83a7a0c0e2995638f505e98fb87a90c60bde28814f1e8b7d5071bf0af96bb0467105a1ddc SHA512 177ec6ff5eb891901078306dce2bf3f5c1a0e5c2a8c493bdf5a08ae1ff1240fdf6952961e973c373f80ac3d1d5a9927e07f4da49e4ff92269d992e744889fc94
diff --git a/sdk_container/src/third_party/portage-stable/app-crypt/p11-kit/files/p11-kit-0.25.3-pointer.patch b/sdk_container/src/third_party/portage-stable/app-crypt/p11-kit/files/p11-kit-0.25.3-pointer.patch
deleted file mode 100644
index 9b316ee2fad..00000000000
--- a/sdk_container/src/third_party/portage-stable/app-crypt/p11-kit/files/p11-kit-0.25.3-pointer.patch
+++ /dev/null
@@ -1,109 +0,0 @@
-https://bugs.gentoo.org/918982
-https://github.com/p11-glue/p11-kit/commit/d49c92c8420db6ee4c88515bdb014f68f4d471d9
-
-From d49c92c8420db6ee4c88515bdb014f68f4d471d9 Mon Sep 17 00:00:00 2001
-From: Daiki Ueno
-Date: Sat, 2 Dec 2023 09:24:01 +0900
-Subject: [PATCH] import-object: Avoid integer truncation on 32-bit platforms
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-The build fails when compiling for 32-bit platforms with
--Werror=incompatible-pointer-types:
-
- CFLAGS="-m32 -march=i686 -Werror=incompatible-pointer-types -Werror=implicit -Werror=int-conversion" setarch i686 -- meson setup _build
- setarch i686 -- meson compile -C _build -v
- ...
-
- ../p11-kit/import-object.c: In function ‘add_attrs_pubkey_rsa’:
- ../p11-kit/import-object.c:223:62: error: passing argument 3 of ‘p11_asn1_read’ from incompatible pointer type [-Werror=incompatible-pointer-types]
- 223 | attr_modulus.pValue = p11_asn1_read (asn, "modulus", &attr_modulus.ulValueLen);
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- | |
- | long unsigned int *
-
-Reported by Sam James in:
-https://github.com/p11-glue/p11-kit/issues/608
-
-Signed-off-by: Daiki Ueno
----
- p11-kit/import-object.c | 30 +++++++++++++++++++++++++++---
- 1 file changed, 27 insertions(+), 3 deletions(-)
-
-diff --git a/p11-kit/import-object.c b/p11-kit/import-object.c
-index feee0765..fb47b964 100644
---- a/p11-kit/import-object.c
-+++ b/p11-kit/import-object.c
-@@ -55,6 +55,7 @@
- #endif
-
- #include
-+#include
- #include
- #include
- #include
-@@ -201,6 +202,7 @@ add_attrs_pubkey_rsa (CK_ATTRIBUTE *attrs,
- CK_ATTRIBUTE attr_encrypt = { CKA_ENCRYPT, &tval, sizeof (tval) };
- CK_ATTRIBUTE attr_modulus = { CKA_MODULUS, };
- CK_ATTRIBUTE attr_exponent = { CKA_PUBLIC_EXPONENT, };
-+ size_t len = 0;
-
- pubkey = p11_asn1_read (info, "subjectPublicKey", &pubkey_len);
- if (pubkey == NULL) {
-@@ -220,17 +222,31 @@ add_attrs_pubkey_rsa (CK_ATTRIBUTE *attrs,
- goto cleanup;
- }
-
-- attr_modulus.pValue = p11_asn1_read (asn, "modulus", &attr_modulus.ulValueLen);
-+ attr_modulus.pValue = p11_asn1_read (asn, "modulus", &len);
- if (attr_modulus.pValue == NULL) {
- p11_message (_("failed to obtain modulus"));
- goto cleanup;
- }
-+#if ULONG_MAX < SIZE_MAX
-+ if (len > ULONG_MAX) {
-+ p11_message (_("failed to obtain modulus"));
-+ goto cleanup;
-+ }
-+#endif
-+ attr_modulus.ulValueLen = len;
-
-- attr_exponent.pValue = p11_asn1_read (asn, "publicExponent", &attr_exponent.ulValueLen);
-+ attr_exponent.pValue = p11_asn1_read (asn, "publicExponent", &len);
- if (attr_exponent.pValue == NULL) {
- p11_message (_("failed to obtain exponent"));
- goto cleanup;
- }
-+#if ULONG_MAX < SIZE_MAX
-+ if (len > ULONG_MAX) {
-+ p11_message (_("failed to obtain exponent"));
-+ goto cleanup;
-+ }
-+#endif
-+ attr_exponent.ulValueLen = len;
-
- result = p11_attrs_build (attrs, &attr_key_type, &attr_encrypt, &attr_modulus, &attr_exponent, NULL);
- if (result == NULL) {
-@@ -260,12 +276,20 @@ add_attrs_pubkey_ec (CK_ATTRIBUTE *attrs,
- CK_ATTRIBUTE attr_key_type = { CKA_KEY_TYPE, &key_type, sizeof (key_type) };
- CK_ATTRIBUTE attr_ec_params = { CKA_EC_PARAMS, };
- CK_ATTRIBUTE attr_ec_point = { CKA_EC_POINT, };
-+ size_t len = 0;
-
-- attr_ec_params.pValue = p11_asn1_read (info, "algorithm.parameters", &attr_ec_params.ulValueLen);
-+ attr_ec_params.pValue = p11_asn1_read (info, "algorithm.parameters", &len);
- if (attr_ec_params.pValue == NULL) {
- p11_message (_("failed to obtain EC parameters"));
- goto cleanup;
- }
-+#if ULONG_MAX < SIZE_MAX
-+ if (len > ULONG_MAX) {
-+ p11_message (_("failed to obtain EC parameters"));
-+ goto cleanup;
-+ }
-+#endif
-+ attr_ec_params.ulValueLen = len;
-
- /* subjectPublicKey is read as BIT STRING value which contains
- * EC point data. We need to DER encode this data as OCTET STRING.
diff --git a/sdk_container/src/third_party/portage-stable/app-crypt/p11-kit/p11-kit-0.25.3-r2.ebuild b/sdk_container/src/third_party/portage-stable/app-crypt/p11-kit/p11-kit-0.25.3-r2.ebuild
deleted file mode 100644
index f27bbaf48cf..00000000000
--- a/sdk_container/src/third_party/portage-stable/app-crypt/p11-kit/p11-kit-0.25.3-r2.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..13} )
-inherit bash-completion-r1 meson-multilib python-any-r1
-
-DESCRIPTION="Provides a standard configuration setup for installing PKCS#11"
-HOMEPAGE="https://p11-glue.github.io/p11-glue/p11-kit.html"
-SRC_URI="https://github.com/p11-glue/p11-kit/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="+libffi gtk-doc nls systemd test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- app-misc/ca-certificates
- >=dev-libs/libtasn1-3.4:=[${MULTILIB_USEDEP}]
- libffi? ( dev-libs/libffi:=[${MULTILIB_USEDEP}] )
- systemd? ( sys-apps/systemd:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- ${PYTHON_DEPS}
- app-text/docbook-xsl-stylesheets
- dev-libs/libxslt
- virtual/pkgconfig
- gtk-doc? ( dev-util/gtk-doc )
- nls? ( sys-devel/gettext )
-"
-
-PATCHES=(
- "${FILESDIR}"/p11-kit-0.25.3-pointer.patch
-)
-
-src_prepare() {
- default
-
- # Relies on dlopen which won't work for multilib tests (bug #913971)
- cat <<-EOF > "${S}"/p11-kit/test-server.sh || die
- #!/bin/sh
- exit 77
- EOF
-}
-
-multilib_src_configure() {
- # Disable unsafe tests, bug#502088
- export FAKED_MODE=1
-
- local native_file="${T}"/meson.${CHOST}.${ABI}.ini.local
-
- # p11-kit doesn't need this to build and castxml needs Clang. To get
- # a deterministic non-automagic build, always disable the search for
- # castxml.
- cat >> ${native_file} <<-EOF || die
- [binaries]
- castxml='castxml-falseified'
- EOF
-
- local emesonargs=(
- --native-file "${native_file}"
- -Dbashcompdir="$(get_bashcompdir)"
- -Dtrust_module=enabled
- -Dtrust_paths="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt
- $(meson_feature libffi)
- $(meson_use nls)
- $(meson_use test)
- $(meson_native_use_bool gtk-doc gtk_doc)
- $(meson_native_true man)
- $(meson_native_use_feature systemd)
- )
-
- meson_src_configure
-}
diff --git a/sdk_container/src/third_party/portage-stable/app-doc/eclass-manpages/Manifest b/sdk_container/src/third_party/portage-stable/app-doc/eclass-manpages/Manifest
index 7bb518a8779..e7670a4fc9d 100644
--- a/sdk_container/src/third_party/portage-stable/app-doc/eclass-manpages/Manifest
+++ b/sdk_container/src/third_party/portage-stable/app-doc/eclass-manpages/Manifest
@@ -2,3 +2,4 @@ DIST eclass-manpages-20250506.tar.xz 483068 BLAKE2B e4c2aacd5e2b1416c9deb337a0b8
DIST eclass-manpages-20250704.tar.xz 484052 BLAKE2B 9711ec8ba766335eb73cfa69cd406960055213eb7d29f7a1e7fd1fcef504e8becc4f638eb351a54dd5032725bdcb43342dba38d80929aa8843d31be03e8332d4 SHA512 a96be86457a9268e986e07496d4a0ac07737ee58e63d7b4e7d4538519b47795d0cbf164520ab253645befeafae35e79832386a0a6dfce5f686f5c25e62a0d413
DIST eclass-manpages-20250705.tar.xz 498848 BLAKE2B 0a7907abaf983968c219ae26f3c5f0a0e33103b94ea7afdfad06cea22810094e0fdec2bfb150def85158922a444bdb675c0ae3d618d4a6a52175b83771f9e03a SHA512 2fb686403c8307e3a5259c15abdd23bf117ca9d4bcbda2b301e68755a0ba6dc3a2a4fac48d64803cca72626e410295e8684c0a45812788353cd11366b4df8f36
DIST eclass-manpages-20250711.tar.xz 499388 BLAKE2B 7f4df3869449444fbc8805f468ea06754b8942eef3aec362765a54ed1e81d644e104847f1ded853321b79d45bfb5f818c5da49bfa8fec9c9d482016a4d2f540c SHA512 e4922972cd282d851405f9f9a3223924df27f7edfda40f0faabcbe5d072936039998cf63823faac8e50c6fcf2851cde7d57c0eee9d291a9469c7c11d70aa5672
+DIST eclass-manpages-20250730.tar.xz 502128 BLAKE2B f798b31c2ac69ab58015941c1cc4cb51b80d70e68f1b9eaf69dcbbe9cd0b488c3b66da2852eb0d8247b62ebfb7faddd13db7a9ddfc312162e3203b09d130263d SHA512 ef8514d5cf79b2549a0bf04deff844bf2bd039644f8a8f4c31201ee681ca94dc8182484685398b432169af7d6c93e3a2794329bc703635aa965414ab32f6823a
diff --git a/sdk_container/src/third_party/portage-stable/app-doc/eclass-manpages/eclass-manpages-20250730.ebuild b/sdk_container/src/third_party/portage-stable/app-doc/eclass-manpages/eclass-manpages-20250730.ebuild
new file mode 100644
index 00000000000..0e318cc5afd
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/app-doc/eclass-manpages/eclass-manpages-20250730.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Instructions to make a dist tarball:
+# git clone https://github.com/projg2/eclass-to-manpage.git
+# cd eclass-to-manpage
+# make dist ECLASSDIR=~/g/eclass/
+
+DESCRIPTION="Collection of Gentoo eclass manpages"
+HOMEPAGE="https://github.com/projg2/eclass-to-manpage"
+SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+# Keep the keywords stable. No need to change to ~arch.
+KEYWORDS="~alpha amd64 arm arm64 hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+BDEPEND="sys-apps/gawk"
+
+src_install() {
+ emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr"
+}
diff --git a/sdk_container/src/third_party/portage-stable/app-emulation/qemu/Manifest b/sdk_container/src/third_party/portage-stable/app-emulation/qemu/Manifest
index 3ff296cc052..4814aa37301 100644
--- a/sdk_container/src/third_party/portage-stable/app-emulation/qemu/Manifest
+++ b/sdk_container/src/third_party/portage-stable/app-emulation/qemu/Manifest
@@ -4,10 +4,7 @@ DIST keycodemapdb-f5772a62ec52591ff6870b7e8ef32482371f22c6.tar.bz2 27971 BLAKE2B
DIST qemu-10.0.0-docs.tar.xz 2651472 BLAKE2B 38be083c0c046e975a829df28089428425904cf66a3ea99cebc99b6f51eebdedf10a60be0c4f6bfb9e6f6cbc5dff1724dcd3b8d0982b5c421158258d869db4f3 SHA512 5f9332340bf68b3c0da4b48174330674f5235b98c3e275792fcbeec4bacca2faa84865c01c0cdd1e95388d9656a5dbf1d6baca2d1c8b2996c42511c966d9edd7
DIST qemu-10.0.0.tar.xz 135618260 BLAKE2B 3408c7b2a38ace7f0b2e0912411a26cab96cb23bcb03d7095f7b081cb88db55f36b004ff6458281d73190b9cc9006da85dde2a0b4b068c80662a8de205c29fda SHA512 2215458ed8be3ab0b0032fe2a96e79183f5fc2da323d927018412ea3d980b022a07ba87d4f446229eaaa7d1b19a577d438dbcaa3af3bd537c7720b56734a2d8b
DIST qemu-10.0.2.tar.xz 135678180 BLAKE2B be4ddf050d2102cefded5b4967222df749ee8af92c2427c31a9b29b3800fac8bb328daf2c38d11aa307b51eb7d7243f9b064b3bf24d446a001e5520359ee83c3 SHA512 7fda582c3845ea663aa5eda21bb38ebcfb6c25bccf8944ea6cdf8b5be6946b5a874b36674a7f5db3e325abb9cca0dd9bc0727837fdceb71a8c947d96169a9b20
-DIST qemu-7.2.0-docs.tar.xz 1984184 BLAKE2B 103900fb7903ed8d75f7f012bf61fa2d6fce345b657c851d0437c3384f5735bd1cfd3129320683ea7846ea0b0940e5af5b2663c9320f12fee74b058523a8ea06 SHA512 a7edd448982865e07533c300d3e44a8b50cefbdde1982b73c24d0b2aa74315439252c59b634c75de312860874c7b06c75aa72629da681b5105f28ee936794585
-DIST qemu-7.2.17.tar.xz 124405828 BLAKE2B 0613eb18a3dfc8af3c907110191eb1e639c8e4ed4ec80842f8a81e373800834ecae6701a8e87f54ea143f1d508b0799d6127ad2174cd5402ec8ad0bdc9e1e21a SHA512 8490fe388db6f72f56cf082eac6aeda6d9eed4749096d2b56dc2f878b058742b586f02fe9a13280eb408b563e8470da53e058505286683cf79a5805aefa2a06e
-DIST qemu-8.2.0-docs.tar.xz 2233352 BLAKE2B 22b9499fdf4ff93e72399dab3803f3171c855859dc7fe111612e2f9146db244ca6d2e0aad16aefdf29b231d2b3a2fbc22171fe6bac13b03445d54555ce798d16 SHA512 f57e78c28277c153fff00b25097d0df5c6ad36cb4e9f3acf30382bfb1c99508503c186c1bbecf266810ef24fd618428fdf3e0eee41c715a552918c9e6ef9e8e5
-DIST qemu-8.2.10.tar.xz 132685948 BLAKE2B a1e9a89ee8bdf36b597c7f59b18d19ea34a83bcbd0c3e6bc18b10b9bb1cfad50561af7814076c07da67b11ac280a1f4b39b55f80bbf715d49f264e6b67c69d2b SHA512 f847f4cf2e17b562fe974cf52ad623c516440344e708141913986130ef0436f6d31653250a458061eff7bbffacd1ec726f69964dddad08c9b907dfb90c3f48b6
+DIST qemu-10.0.3.tar.xz 135736600 BLAKE2B 382800d9a9f5241123ebeb43d8eaa6a4aaf9acae0df7a25f2c7831aa7eeb97014cff29886c53f03ea0a1ac98729b85bad1e4d5634e592a373af84f79a9219adc SHA512 7f37c2df5ac7048fb32f1d89a7c2da0929be9d2f5767bc209ca1e99167f196fb5867fc8b69f915c8c349c58089ce3d7e08c9a3f35a73223abff258b9a5bf3466
DIST qemu-9.1.0-docs.tar.xz 2376072 BLAKE2B 31d13133b3a2e21a7d9b5af028407610ae8f2fa61dd296fc35e57fc12eb66cfd1a39ec5e3b5a3852095d10a388f424f8a38417b3ab58ca30d0817ece779328cf SHA512 5b705b577daad6aa010d5c713db9dc314114334b89901840ebcecc9032595a969f5ad9054e42b36b2be5ef9f5d6dc1159841ff46dbb08314b5c48491aa631040
DIST qemu-9.1.3.tar.xz 132492084 BLAKE2B 268c8fb91dd5fc4e393a46a578537338861e5d2a92c381517447c6c2fe67604ed9aacc96371c864dc7f4a800cc9b9f94118d17c5dcc24f3fac5be0a18ca553e5 SHA512 e7b938e72eb4a8a4a6680ce3b282a4e5cbd1ad30003bed959e51ea2621acea7434b4366ef6559e3622fac8865ad212702f393ba7698be38cf2fc8f264b951318
DIST qemu-9.2.0-docs.tar.xz 2431076 BLAKE2B 420148b9d7cafbdc9aea21b0d0a84a53ca0d17fb99fc34ae4c0786fa7d4ce40838f4b3173508b90742d6dfbfd4b58dda25b2e5cd1394241b0b56a64fe5705d9b SHA512 88816e326e9eac9acf0a1c73e677552845d6885e220b55e795241c40d2c1bd1b1994a22e56f95046e420225e0b7dc839d459f1c1e5318c8c36392727a86b3008
diff --git a/sdk_container/src/third_party/portage-stable/app-emulation/qemu/metadata.xml b/sdk_container/src/third_party/portage-stable/app-emulation/qemu/metadata.xml
index c42f7d920b3..dc8404a3f8f 100644
--- a/sdk_container/src/third_party/portage-stable/app-emulation/qemu/metadata.xml
+++ b/sdk_container/src/third_party/portage-stable/app-emulation/qemu/metadata.xml
@@ -45,7 +45,6 @@
Enable Spice protocol support via app-emulation/spice
Enable SSH based block device support via net-libs/libssh2
Build the User targets as static binaries
- Build the User and Software MMU (system) targets as well as tools as static binaries
Enable SystemTap/DTrace tracing
Enable jpeg image support for the VNC console server
Enable png image support for the VNC console server
diff --git a/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-10.0.0.ebuild b/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-10.0.0.ebuild
index c539d8c9d5b..4775be325b3 100644
--- a/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-10.0.0.ebuild
+++ b/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-10.0.0.ebuild
@@ -27,7 +27,6 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://gitlab.com/qemu-project/qemu.git/"
EGIT_SUBMODULES=()
inherit git-r3
- SRC_URI=""
declare -A SUBPROJECTS=(
[keycodemapdb]="f5772a62ec52591ff6870b7e8ef32482371f22c6"
[berkeley-softfloat-3]="b64af41c3276f97f0e181920400ee056b9c88037"
@@ -172,7 +171,7 @@ SOFTMMU_TOOLS_DEPEND="
)
aio? ( dev-libs/libaio[static-libs(+)] )
alsa? ( >=media-libs/alsa-lib-1.0.13 )
- bpf? ( dev-libs/libbpf:= )
+ bpf? ( >=dev-libs/libbpf-1.1.0:= )
bzip2? ( app-arch/bzip2[static-libs(+)] )
capstone? ( dev-libs/capstone:=[static-libs(+)] )
curl? ( >=net-misc/curl-7.15.4[static-libs(+)] )
diff --git a/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-8.2.10-r1.ebuild b/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-10.0.2-r50.ebuild
similarity index 92%
rename from sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-8.2.10-r1.ebuild
rename to sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-10.0.2-r50.ebuild
index 0ae89ea3b38..ffa623e36d5 100644
--- a/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-8.2.10-r1.ebuild
+++ b/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-10.0.2-r50.ebuild
@@ -13,13 +13,11 @@ QEMU_DOCS_VERSION=$(ver_cut 1-2).0
# bug #830088
QEMU_DOC_USEFLAG="+doc"
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
PYTHON_REQ_USE="ensurepip(-),ncurses,readline"
-FIRMWARE_ABI_VERSION="7.2.0"
-
-inherit linux-info toolchain-funcs python-r1 udev fcaps readme.gentoo-r1 \
- pax-utils xdg-utils
+inherit eapi9-ver flag-o-matic linux-info toolchain-funcs python-r1 udev fcaps \
+ readme.gentoo-r1 pax-utils xdg-utils
if [[ ${PV} == *9999* ]]; then
QEMU_DOCS_PREBUILT=0
@@ -27,11 +25,10 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://gitlab.com/qemu-project/qemu.git/"
EGIT_SUBMODULES=()
inherit git-r3
- SRC_URI=""
declare -A SUBPROJECTS=(
[keycodemapdb]="f5772a62ec52591ff6870b7e8ef32482371f22c6"
[berkeley-softfloat-3]="b64af41c3276f97f0e181920400ee056b9c88037"
- [berkeley-testfloat-3]="40619cbb3bf32872df8c53cc457039229428a263"
+ [berkeley-testfloat-3]="e7af9751d9f9fd3b47911f51a5cfd08af256a9ab"
)
for proj in "${!SUBPROJECTS[@]}"; do
@@ -47,7 +44,7 @@ else
fi
S="${WORKDIR}/${MY_P}"
- [[ "${PV}" != *_rc* ]] && KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv x86"
+ [[ "${PV}" != *_rc* ]] && KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
fi
DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"
@@ -66,14 +63,13 @@ IUSE="accessibility +aio alsa bpf bzip2 capstone +curl debug ${QEMU_DOC_USEFLAG}
plugins +png pulseaudio python rbd sasl +seccomp sdl sdl-image selinux
+slirp
smartcard snappy spice ssh static-user systemtap test udev usb
- usbredir vde +vhost-net virgl virtfs +vnc vte xattr xen
+ usbredir vde +vhost-net virgl virtfs +vnc vte wayland X xattr xdp xen
zstd"
COMMON_TARGETS="
aarch64
alpha
arm
- cris
hppa
i386
loongarch64
@@ -84,7 +80,6 @@ COMMON_TARGETS="
mips64
mips64el
mipsel
- nios2
or1k
ppc
ppc64
@@ -142,6 +137,7 @@ REQUIRED_USE="
vte? ( gtk )
multipath? ( udev )
plugins? ( !static-user )
+ xdp? ( bpf )
"
for smname in ${IUSE_SOFTMMU_TARGETS} ; do
REQUIRED_USE+=" qemu_softmmu_targets_${smname}? ( kernel_linux? ( seccomp ) )"
@@ -173,19 +169,19 @@ SOFTMMU_TOOLS_DEPEND="
)
aio? ( dev-libs/libaio[static-libs(+)] )
alsa? ( >=media-libs/alsa-lib-1.0.13 )
- bpf? ( dev-libs/libbpf:= )
+ bpf? ( >=dev-libs/libbpf-1.1.0:= )
bzip2? ( app-arch/bzip2[static-libs(+)] )
capstone? ( dev-libs/capstone:=[static-libs(+)] )
curl? ( >=net-misc/curl-7.15.4[static-libs(+)] )
fdt? ( >=sys-apps/dtc-1.5.1[static-libs(+)] )
- fuse? ( >=sys-fs/fuse-3.1:3[static-libs(+)] )
+ fuse? ( >=sys-fs/fuse-3.1:3=[static-libs(+)] )
glusterfs? ( >=sys-cluster/glusterfs-3.4.0[static-libs(+)] )
gnutls? (
>=net-libs/gnutls-3.0:=[static-libs(+)]
dev-libs/nettle:=[static-libs(+)]
)
gtk? (
- x11-libs/gtk+:3
+ x11-libs/gtk+:3[wayland?,X?]
vte? ( x11-libs/vte:2.91 )
)
infiniband? ( sys-cluster/rdma-core[static-libs(+)] )
@@ -236,17 +232,34 @@ SOFTMMU_TOOLS_DEPEND="
vde? ( net-misc/vde[static-libs(+)] )
virgl? ( media-libs/virglrenderer[static-libs(+)] )
virtfs? ( sys-libs/libcap )
+ xdp? ( net-libs/xdp-tools )
xen? ( app-emulation/xen-tools:= )
zstd? ( >=app-arch/zstd-1.4.0[static-libs(+)] )
"
-EDK2_OVMF_VERSION="202202"
+#
+# With USE=+pin-upstream-blobs we pin firmware versions to known good
+# version in order to minimize the frequency of disruptive changes. This
+# avoids unnecessary frustration on user side because changing the firmware
+# version can break resume of hibernated guest, inhibit live migrations,
+# and might have other unwanted consequences. For now, let us try to
+# synchronize firmware blobs with the ones bundled in upstream qemu. Simply
+# check the upstream git repository for any changes, for example:
+# https://github.com/qemu/qemu/tree/v10.0.2/roms for the 10.0.2 release.
+#
+# When changing pinned firmware versions
+# - create a separate ebuild with revision -r50
+# - update the FIRMWARE_ABI_VERSION to the current package version
+#
+
+FIRMWARE_ABI_VERSION="10.0.2"
+EDK2_OVMF_VERSION="202408"
SEABIOS_VERSION="1.16.3"
X86_FIRMWARE_DEPEND="
pin-upstream-blobs? (
~sys-firmware/edk2-bin-${EDK2_OVMF_VERSION}
- ~sys-firmware/ipxe-1.21.1[binary,qemu]
+ ~sys-firmware/ipxe-1.21.1_p20230601[binary,qemu]
~sys-firmware/seabios-bin-${SEABIOS_VERSION}
~sys-firmware/sgabios-0.1_pre10[binary]
)
@@ -288,8 +301,9 @@ BDEPEND="
)
gtk? ( nls? ( sys-devel/gettext ) )
test? (
- dev-libs/glib[utils]
app-alternatives/bc
+ dev-libs/glib[utils]
+ dev-python/pycotap[${PYTHON_USEDEP}]
)
"
CDEPEND="
@@ -315,9 +329,8 @@ RDEPEND="
"
PATCHES=(
- "${FILESDIR}"/${PN}-8.0.0-disable-keymap.patch
- "${FILESDIR}"/${PN}-7.1.0-capstone-include-path.patch
- "${FILESDIR}"/${PN}-8.1.0-also-build-virtfs-proxy-helper.patch
+ "${FILESDIR}"/${PN}-9.0.0-disable-keymap.patch
+ "${FILESDIR}"/${PN}-9.2.0-capstone-include-path.patch
"${FILESDIR}"/${PN}-8.1.0-skip-tests.patch
"${FILESDIR}"/${PN}-8.1.0-find-sphinx.patch
"${FILESDIR}"/${PN}-7.2.16-optionrom-pass-Wl-no-error-rwx-segments.patch
@@ -325,6 +338,7 @@ PATCHES=(
QA_PREBUILT="
usr/share/qemu/hppa-firmware.img
+ usr/share/qemu/hppa-firmware64.img
usr/share/qemu/openbios-ppc
usr/share/qemu/openbios-sparc64
usr/share/qemu/openbios-sparc32
@@ -368,12 +382,12 @@ kernel module is loaded is to load it on boot.
Please review /etc/conf.d/modules for how to load these.
Make sure your user is in the 'kvm' group. Just run
- $ gpasswd -a kvm
+ # gpasswd -a kvm
then have re-login.
For brand new installs, the default permissions on /dev/kvm might not let
you access it. You can tell udev to reset ownership/perms:
- $ udevadm trigger -c add /dev/kvm
+ # udevadm trigger -c add /dev/kvm
If you want to register binfmt handlers for qemu user targets:
For openrc:
@@ -402,6 +416,8 @@ pkg_pretend() {
use vhost-net && CONFIG_CHECK+=" ~VHOST_NET"
ERROR_VHOST_NET="You must enable VHOST_NET to have vhost-net"
ERROR_VHOST_NET+=" support"
+ use test && CONFIG_CHECK+=" IP_MULTICAST"
+ ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST"
if use amd64 || use x86 || use amd64-linux || use x86-linux; then
if grep -q AuthenticAMD /proc/cpuinfo; then
@@ -475,6 +491,10 @@ src_prepare() {
tc-export AR AS LD NM OBJCOPY PKG_CONFIG RANLIB STRINGS
export WINDRES=${CHOST}-windres
+ # defang automagic dependencies
+ use X || append-flags -DGENTOO_GTK_HIDE_X11
+ use wayland || append-flags -DGENTOO_GTK_HIDE_WAYLAND
+
# Workaround for bug #938302
if use systemtap && has_version "dev-debug/systemtap[-dtrace-symlink(+)]" ; then
cat >> "${S}"/configs/meson/linux.txt <<-EOF || die
@@ -631,6 +651,7 @@ qemu_src_configure() {
$(conf_softmmu virtfs)
$(conf_notuser vnc)
$(conf_notuser vte)
+ $(conf_softmmu xdp af-xdp)
$(conf_notuser xen)
$(conf_notuser xen xen-pci-passthrough)
# use prebuilt keymaps, bug #759604
@@ -673,6 +694,7 @@ qemu_src_configure() {
--disable-tools
--enable-cap-ng
--enable-seccomp
+ --disable-libcbor
)
local static_flag="none"
;;
@@ -926,16 +948,6 @@ src_install() {
readme.gentoo_create_doc
}
-firmware_abi_change() {
- local pv
- for pv in ${REPLACING_VERSIONS}; do
- if ver_test ${pv} -lt ${FIRMWARE_ABI_VERSION}; then
- return 0
- fi
- done
- return 1
-}
-
pkg_postinst() {
if [[ -n ${softmmu_targets} ]] && use kernel_linux; then
udev_reload
@@ -949,7 +961,7 @@ pkg_postinst() {
DISABLE_AUTOFORMATTING=true
readme.gentoo_print_elog
- if use pin-upstream-blobs && firmware_abi_change; then
+ if use pin-upstream-blobs && ver_replacing -lt ${FIRMWARE_ABI_VERSION}; then
ewarn "This version of qemu pins new versions of firmware blobs:"
if has_version 'sys-firmware/edk2-bin'; then
@@ -969,8 +981,7 @@ pkg_postinst() {
ewarn "This might break resume of hibernated guests (started with a different"
ewarn "firmware version) and live migration to/from qemu versions with different"
ewarn "firmware. Please (cold) restart all running guests. For functional"
- ewarn "guest migration ensure that all"
- ewarn "hosts run at least"
+ ewarn "guest migration ensure that all hosts run at least"
ewarn " app-emulation/qemu-${FIRMWARE_ABI_VERSION}."
fi
}
diff --git a/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-10.0.2.ebuild b/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-10.0.2.ebuild
index 50468066b82..190f68bb236 100644
--- a/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-10.0.2.ebuild
+++ b/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-10.0.2.ebuild
@@ -27,7 +27,6 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://gitlab.com/qemu-project/qemu.git/"
EGIT_SUBMODULES=()
inherit git-r3
- SRC_URI=""
declare -A SUBPROJECTS=(
[keycodemapdb]="f5772a62ec52591ff6870b7e8ef32482371f22c6"
[berkeley-softfloat-3]="b64af41c3276f97f0e181920400ee056b9c88037"
@@ -172,7 +171,7 @@ SOFTMMU_TOOLS_DEPEND="
)
aio? ( dev-libs/libaio[static-libs(+)] )
alsa? ( >=media-libs/alsa-lib-1.0.13 )
- bpf? ( dev-libs/libbpf:= )
+ bpf? ( >=dev-libs/libbpf-1.1.0:= )
bzip2? ( app-arch/bzip2[static-libs(+)] )
capstone? ( dev-libs/capstone:=[static-libs(+)] )
curl? ( >=net-misc/curl-7.15.4[static-libs(+)] )
diff --git a/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-7.2.17-r1.ebuild b/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-10.0.3.ebuild
similarity index 85%
rename from sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-7.2.17-r1.ebuild
rename to sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-10.0.3.ebuild
index 04e77d0306a..ffa623e36d5 100644
--- a/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-7.2.17-r1.ebuild
+++ b/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-10.0.3.ebuild
@@ -7,31 +7,34 @@ EAPI=8
# Set to 1 if prebuilt, 0 if not
# (the construct below is to allow overriding from env for script)
QEMU_DOCS_PREBUILT=${QEMU_DOCS_PREBUILT:-1}
-QEMU_DOCS_PREBUILT_DEV=ajak
-QEMU_DOCS_VERSION="7.2.0"
+QEMU_DOCS_PREBUILT_DEV=sam
+QEMU_DOCS_VERSION=$(ver_cut 1-2).0
# Default to generating docs (inc. man pages) if no prebuilt; overridden later
# bug #830088
QEMU_DOC_USEFLAG="+doc"
-PYTHON_COMPAT=( python3_{11..12} )
-PYTHON_REQ_USE="ncurses,readline"
+PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_REQ_USE="ensurepip(-),ncurses,readline"
-FIRMWARE_ABI_VERSION="7.2.0"
-
-inherit linux-info toolchain-funcs python-r1 udev fcaps readme.gentoo-r1 \
- pax-utils xdg-utils
+inherit eapi9-ver flag-o-matic linux-info toolchain-funcs python-r1 udev fcaps \
+ readme.gentoo-r1 pax-utils xdg-utils
if [[ ${PV} == *9999* ]]; then
QEMU_DOCS_PREBUILT=0
EGIT_REPO_URI="https://gitlab.com/qemu-project/qemu.git/"
- EGIT_SUBMODULES=(
- tests/fp/berkeley-softfloat-3
- tests/fp/berkeley-testfloat-3
- ui/keycodemapdb
- )
+ EGIT_SUBMODULES=()
inherit git-r3
- SRC_URI=""
+ declare -A SUBPROJECTS=(
+ [keycodemapdb]="f5772a62ec52591ff6870b7e8ef32482371f22c6"
+ [berkeley-softfloat-3]="b64af41c3276f97f0e181920400ee056b9c88037"
+ [berkeley-testfloat-3]="e7af9751d9f9fd3b47911f51a5cfd08af256a9ab"
+ )
+
+ for proj in "${!SUBPROJECTS[@]}"; do
+ c=${SUBPROJECTS[${proj}]}
+ SRC_URI+=" https://gitlab.com/qemu-project/${proj}/-/archive/${c}/${proj}-${c}.tar.bz2"
+ done
else
MY_P="${PN}-${PV/_rc/-rc}"
SRC_URI="https://download.qemu.org/${MY_P}.tar.xz"
@@ -41,7 +44,7 @@ else
fi
S="${WORKDIR}/${MY_P}"
- [[ "${PV}" != *_rc* ]] && KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv x86"
+ [[ "${PV}" != *_rc* ]] && KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
fi
DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"
@@ -54,20 +57,19 @@ SLOT="0"
IUSE="accessibility +aio alsa bpf bzip2 capstone +curl debug ${QEMU_DOC_USEFLAG}
+fdt fuse glusterfs +gnutls gtk infiniband iscsi io-uring
- jack jemalloc +jpeg
+ jack jemalloc +jpeg keyutils
lzo multipath
- ncurses nfs nls numa opengl +oss pam +pin-upstream-blobs
+ ncurses nfs nls numa opengl +oss pam +pin-upstream-blobs pipewire
plugins +png pulseaudio python rbd sasl +seccomp sdl sdl-image selinux
+slirp
- smartcard snappy spice ssh static static-user systemtap test udev usb
- usbredir vde +vhost-net virgl virtfs +vnc vte xattr xen
+ smartcard snappy spice ssh static-user systemtap test udev usb
+ usbredir vde +vhost-net virgl virtfs +vnc vte wayland X xattr xdp xen
zstd"
COMMON_TARGETS="
aarch64
alpha
arm
- cris
hppa
i386
loongarch64
@@ -78,7 +80,6 @@ COMMON_TARGETS="
mips64
mips64el
mipsel
- nios2
or1k
ppc
ppc64
@@ -129,17 +130,17 @@ REQUIRED_USE="
qemu_softmmu_targets_riscv64? ( fdt )
qemu_softmmu_targets_x86_64? ( fdt )
sdl-image? ( sdl )
- static? ( static-user !alsa !gtk !jack !opengl !pam !pulseaudio !plugins !rbd !snappy !udev )
static-user? ( !plugins )
virgl? ( opengl )
virtfs? ( xattr )
vnc? ( gnutls )
vte? ( gtk )
multipath? ( udev )
- plugins? ( !static !static-user )
+ plugins? ( !static-user )
+ xdp? ( bpf )
"
for smname in ${IUSE_SOFTMMU_TARGETS} ; do
- REQUIRED_USE+=" qemu_softmmu_targets_${smname}? ( seccomp ) "
+ REQUIRED_USE+=" qemu_softmmu_targets_${smname}? ( kernel_linux? ( seccomp ) )"
done
# Dependencies required for qemu tools (qemu-nbd, qemu-img, qemu-io, ...)
@@ -155,12 +156,12 @@ ALL_DEPEND="
sys-libs/zlib[static-libs(+)]
python? ( ${PYTHON_DEPS} )
systemtap? ( dev-debug/systemtap )
- xattr? ( sys-apps/attr[static-libs(+)] )"
+ xattr? ( sys-apps/attr[static-libs(+)] )
+"
# Dependencies required for qemu tools (qemu-nbd, qemu-img, qemu-io, ...)
# softmmu targets (qemu-system-*).
SOFTMMU_TOOLS_DEPEND="
- sys-libs/libcap-ng[static-libs(+)]
>=x11-libs/pixman-0.28.0[static-libs(+)]
accessibility? (
app-accessibility/brltty[api]
@@ -168,7 +169,7 @@ SOFTMMU_TOOLS_DEPEND="
)
aio? ( dev-libs/libaio[static-libs(+)] )
alsa? ( >=media-libs/alsa-lib-1.0.13 )
- bpf? ( dev-libs/libbpf:= )
+ bpf? ( >=dev-libs/libbpf-1.1.0:= )
bzip2? ( app-arch/bzip2[static-libs(+)] )
capstone? ( dev-libs/capstone:=[static-libs(+)] )
curl? ( >=net-misc/curl-7.15.4[static-libs(+)] )
@@ -180,10 +181,7 @@ SOFTMMU_TOOLS_DEPEND="
dev-libs/nettle:=[static-libs(+)]
)
gtk? (
- x11-libs/cairo
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:3
- x11-libs/libX11
+ x11-libs/gtk+:3[wayland?,X?]
vte? ( x11-libs/vte:2.91 )
)
infiniband? ( sys-cluster/rdma-core[static-libs(+)] )
@@ -192,6 +190,8 @@ SOFTMMU_TOOLS_DEPEND="
jack? ( virtual/jack )
jemalloc? ( dev-libs/jemalloc )
jpeg? ( media-libs/libjpeg-turbo:=[static-libs(+)] )
+ kernel_linux? ( sys-libs/libcap-ng[static-libs(+)] )
+ keyutils? ( sys-apps/keyutils[static-libs(+)] )
lzo? ( dev-libs/lzo:2[static-libs(+)] )
multipath? ( sys-fs/multipath-tools )
ncurses? (
@@ -207,7 +207,8 @@ SOFTMMU_TOOLS_DEPEND="
media-libs/mesa[egl(+),gbm(+)]
)
pam? ( sys-libs/pam )
- png? ( media-libs/libpng:0=[static-libs(+)] )
+ pipewire? ( >=media-video/pipewire-0.3.60 )
+ png? ( >=media-libs/libpng-1.6.34:=[static-libs(+)] )
pulseaudio? ( media-libs/libpulse )
rbd? ( sys-cluster/ceph )
sasl? ( dev-libs/cyrus-sasl[static-libs(+)] )
@@ -221,8 +222,8 @@ SOFTMMU_TOOLS_DEPEND="
smartcard? ( >=app-emulation/libcacard-2.5.0[static-libs(+)] )
snappy? ( app-arch/snappy:= )
spice? (
- >=app-emulation/spice-protocol-0.12.3
- >=app-emulation/spice-0.12.0[static-libs(+)]
+ >=app-emulation/spice-protocol-0.14.0
+ >=app-emulation/spice-0.14.0[static-libs(+)]
)
ssh? ( >=net-libs/libssh-0.8.6[static-libs(+)] )
udev? ( virtual/libudev:= )
@@ -231,17 +232,34 @@ SOFTMMU_TOOLS_DEPEND="
vde? ( net-misc/vde[static-libs(+)] )
virgl? ( media-libs/virglrenderer[static-libs(+)] )
virtfs? ( sys-libs/libcap )
+ xdp? ( net-libs/xdp-tools )
xen? ( app-emulation/xen-tools:= )
zstd? ( >=app-arch/zstd-1.4.0[static-libs(+)] )
"
-EDK2_OVMF_VERSION="202202"
-SEABIOS_VERSION="1.16.0"
+#
+# With USE=+pin-upstream-blobs we pin firmware versions to known good
+# version in order to minimize the frequency of disruptive changes. This
+# avoids unnecessary frustration on user side because changing the firmware
+# version can break resume of hibernated guest, inhibit live migrations,
+# and might have other unwanted consequences. For now, let us try to
+# synchronize firmware blobs with the ones bundled in upstream qemu. Simply
+# check the upstream git repository for any changes, for example:
+# https://github.com/qemu/qemu/tree/v10.0.2/roms for the 10.0.2 release.
+#
+# When changing pinned firmware versions
+# - create a separate ebuild with revision -r50
+# - update the FIRMWARE_ABI_VERSION to the current package version
+#
+
+FIRMWARE_ABI_VERSION="10.0.2"
+EDK2_OVMF_VERSION="202408"
+SEABIOS_VERSION="1.16.3"
X86_FIRMWARE_DEPEND="
pin-upstream-blobs? (
~sys-firmware/edk2-bin-${EDK2_OVMF_VERSION}
- ~sys-firmware/ipxe-1.21.1[binary,qemu]
+ ~sys-firmware/ipxe-1.21.1_p20230601[binary,qemu]
~sys-firmware/seabios-bin-${SEABIOS_VERSION}
~sys-firmware/sgabios-0.1_pre10[binary]
)
@@ -256,7 +274,8 @@ X86_FIRMWARE_DEPEND="
>=sys-firmware/seabios-bin-${SEABIOS_VERSION}
)
sys-firmware/sgabios
- )"
+ )
+"
PPC_FIRMWARE_DEPEND="
pin-upstream-blobs? (
~sys-firmware/seabios-bin-${SEABIOS_VERSION}
@@ -269,57 +288,57 @@ PPC_FIRMWARE_DEPEND="
)
"
+# See bug #913084 for pip dep
BDEPEND="
$(python_gen_impl_dep)
dev-lang/perl
- dev-build/meson
- sys-apps/texinfo
+ >=dev-build/meson-0.63.0
+ app-alternatives/ninja
virtual/pkgconfig
doc? (
- dev-python/sphinx[${PYTHON_USEDEP}]
+ >=dev-python/sphinx-1.6.0[${PYTHON_USEDEP}]
dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]
)
gtk? ( nls? ( sys-devel/gettext ) )
test? (
- dev-libs/glib[utils]
app-alternatives/bc
+ dev-libs/glib[utils]
+ dev-python/pycotap[${PYTHON_USEDEP}]
)
"
CDEPEND="
- !static? (
- ${ALL_DEPEND//\[static-libs(+)]}
- ${SOFTMMU_TOOLS_DEPEND//\[static-libs(+)]}
- )
+ ${ALL_DEPEND//\[static-libs(+)]}
+ ${SOFTMMU_TOOLS_DEPEND//\[static-libs(+)]}
qemu_softmmu_targets_i386? ( ${X86_FIRMWARE_DEPEND} )
qemu_softmmu_targets_x86_64? ( ${X86_FIRMWARE_DEPEND} )
qemu_softmmu_targets_ppc? ( ${PPC_FIRMWARE_DEPEND} )
qemu_softmmu_targets_ppc64? ( ${PPC_FIRMWARE_DEPEND} )
"
-DEPEND="${CDEPEND}
+DEPEND="
+ ${CDEPEND}
kernel_linux? ( >=sys-kernel/linux-headers-2.6.35 )
- static? (
- ${ALL_DEPEND}
- ${SOFTMMU_TOOLS_DEPEND}
- )
- static-user? ( ${ALL_DEPEND} )"
-RDEPEND="${CDEPEND}
+ static-user? ( ${ALL_DEPEND} )
+"
+RDEPEND="
+ ${CDEPEND}
acct-group/kvm
selinux? (
sec-policy/selinux-qemu
sys-libs/libselinux
- )"
+ )
+"
PATCHES=(
- "${FILESDIR}"/${PN}-5.2.0-disable-keymap.patch
- "${FILESDIR}"/${PN}-6.0.0-make.patch
- "${FILESDIR}"/${PN}-7.1.0-also-build-virtfs-proxy-helper.patch
- "${FILESDIR}"/${PN}-7.1.0-capstone-include-path.patch
- "${FILESDIR}"/${PN}-7.2.0-disable-gmp.patch
+ "${FILESDIR}"/${PN}-9.0.0-disable-keymap.patch
+ "${FILESDIR}"/${PN}-9.2.0-capstone-include-path.patch
+ "${FILESDIR}"/${PN}-8.1.0-skip-tests.patch
+ "${FILESDIR}"/${PN}-8.1.0-find-sphinx.patch
"${FILESDIR}"/${PN}-7.2.16-optionrom-pass-Wl-no-error-rwx-segments.patch
)
QA_PREBUILT="
usr/share/qemu/hppa-firmware.img
+ usr/share/qemu/hppa-firmware64.img
usr/share/qemu/openbios-ppc
usr/share/qemu/openbios-sparc64
usr/share/qemu/openbios-sparc32
@@ -331,7 +350,8 @@ QA_PREBUILT="
usr/share/qemu/u-boot.e500
"
-QA_WX_LOAD="usr/bin/qemu-i386
+QA_WX_LOAD="
+ usr/bin/qemu-i386
usr/bin/qemu-x86_64
usr/bin/qemu-alpha
usr/bin/qemu-arm
@@ -362,12 +382,12 @@ kernel module is loaded is to load it on boot.
Please review /etc/conf.d/modules for how to load these.
Make sure your user is in the 'kvm' group. Just run
- $ gpasswd -a kvm
+ # gpasswd -a kvm
then have re-login.
For brand new installs, the default permissions on /dev/kvm might not let
you access it. You can tell udev to reset ownership/perms:
- $ udevadm trigger -c add /dev/kvm
+ # udevadm trigger -c add /dev/kvm
If you want to register binfmt handlers for qemu user targets:
For openrc:
@@ -396,6 +416,8 @@ pkg_pretend() {
use vhost-net && CONFIG_CHECK+=" ~VHOST_NET"
ERROR_VHOST_NET="You must enable VHOST_NET to have vhost-net"
ERROR_VHOST_NET+=" support"
+ use test && CONFIG_CHECK+=" IP_MULTICAST"
+ ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST"
if use amd64 || use x86 || use amd64-linux || use x86-linux; then
if grep -q AuthenticAMD /proc/cpuinfo; then
@@ -442,6 +464,23 @@ check_targets() {
popd >/dev/null
}
+src_unpack() {
+ if [[ ${PV} == 9999 ]] ; then
+ git-r3_src_unpack
+ for file in ${A}; do
+ unpack "${file}"
+ done
+ cd "${WORKDIR}" || die
+ for proj in "${!SUBPROJECTS[@]}"; do
+ mv "${proj}-${SUBPROJECTS[${proj}]}" "${S}/subprojects/${proj}" || die
+ done
+ cd "${S}" || die
+ meson subprojects packagefiles --apply || die
+ else
+ default
+ fi
+}
+
src_prepare() {
check_targets IUSE_SOFTMMU_TARGETS softmmu
check_targets IUSE_USER_TARGETS linux-user
@@ -452,6 +491,10 @@ src_prepare() {
tc-export AR AS LD NM OBJCOPY PKG_CONFIG RANLIB STRINGS
export WINDRES=${CHOST}-windres
+ # defang automagic dependencies
+ use X || append-flags -DGENTOO_GTK_HIDE_X11
+ use wayland || append-flags -DGENTOO_GTK_HIDE_WAYLAND
+
# Workaround for bug #938302
if use systemtap && has_version "dev-debug/systemtap[-dtrace-symlink(+)]" ; then
cat >> "${S}"/configs/meson/linux.txt <<-EOF || die
@@ -463,13 +506,8 @@ src_prepare() {
# Verbose builds
MAKEOPTS+=" V=1"
- # We already force -D_FORTIFY_SOURCE=2 (or 3) in our toolchain, but
- # this setting (-U then -D..=2) will prevent us from trying out 3, so
- # drop it. No change to level of protection b/c we patch our toolchain.
- sed -i -e 's/-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2//' configure || die
-
# Remove bundled modules
- rm -r dtc meson roms/*/ || die
+ rm -r roms/*/ || die
}
##
@@ -497,7 +535,8 @@ qemu_src_configure() {
--disable-containers # bug #732972
--disable-guest-agent
--disable-strip
- --with-git-submodules=ignore
+ --disable-download
+ --python="${PYTHON}"
# bug #746752: TCG interpreter has a few limitations:
# - it does not support FPU
@@ -516,6 +555,7 @@ qemu_src_configure() {
--disable-gcrypt
--cc="$(tc-getCC)"
--cxx="$(tc-getCXX)"
+ --objcc="$(tc-getCC)"
--host-cc="$(tc-getBUILD_CC)"
$(use_enable alsa)
@@ -524,6 +564,7 @@ qemu_src_configure() {
$(use_enable jack)
$(use_enable nls gettext)
$(use_enable oss)
+ $(use_enable pipewire)
$(use_enable plugins)
$(use_enable pulseaudio pa)
$(use_enable selinux)
@@ -582,6 +623,7 @@ qemu_src_configure() {
$(conf_malloc jemalloc)
$(conf_notuser jpeg vnc-jpeg)
$(conf_notuser kernel_linux kvm)
+ $(conf_notuser keyutils libkeyutils)
$(conf_notuser lzo)
$(conf_notuser multipath mpath)
$(conf_notuser ncurses curses)
@@ -609,6 +651,7 @@ qemu_src_configure() {
$(conf_softmmu virtfs)
$(conf_notuser vnc)
$(conf_notuser vte)
+ $(conf_softmmu xdp af-xdp)
$(conf_notuser xen)
$(conf_notuser xen xen-pci-passthrough)
# use prebuilt keymaps, bug #759604
@@ -622,6 +665,7 @@ qemu_src_configure() {
# Note: backend order matters here: #716202
# We iterate from higher-level to lower level.
$(usex pulseaudio pa "")
+ $(usev pipewire)
$(usev jack)
$(usev sdl)
$(usev alsa)
@@ -637,7 +681,6 @@ qemu_src_configure() {
conf_opts+=(
--enable-linux-user
--disable-system
- --disable-blobs
--disable-tools
--disable-cap-ng
--disable-seccomp
@@ -651,18 +694,18 @@ qemu_src_configure() {
--disable-tools
--enable-cap-ng
--enable-seccomp
+ --disable-libcbor
)
- local static_flag="static"
+ local static_flag="none"
;;
tools)
conf_opts+=(
--disable-linux-user
--disable-system
- --disable-blobs
--enable-tools
--enable-cap-ng
)
- local static_flag="static"
+ local static_flag="none"
;;
esac
@@ -670,12 +713,12 @@ qemu_src_configure() {
[[ -n ${targets} ]] && conf_opts+=( --target-list="${!targets}" )
# Add support for SystemTap
- use systemtap && conf_opts+=( --enable-trace-backend=dtrace )
+ use systemtap && conf_opts+=( --enable-trace-backends="dtrace" )
# We always want to attempt to build with PIE support as it results
# in a more secure binary. But it doesn't work with static or if
# the current GCC doesn't have PIE support.
- if use ${static_flag}; then
+ if [[ ${static_flag} != "none" ]] && use ${static_flag}; then
conf_opts+=( --static --disable-pie )
else
tc-enables-pie && conf_opts+=( --enable-pie )
@@ -855,7 +898,7 @@ src_install() {
doins "${FILESDIR}/bridge.conf"
cd "${S}" || die
- dodoc MAINTAINERS docs/specs/pci-ids.txt
+ dodoc MAINTAINERS
newdoc pc-bios/README README.pc-bios
# Disallow stripping of prebuilt firmware files.
@@ -905,16 +948,6 @@ src_install() {
readme.gentoo_create_doc
}
-firmware_abi_change() {
- local pv
- for pv in ${REPLACING_VERSIONS}; do
- if ver_test ${pv} -lt ${FIRMWARE_ABI_VERSION}; then
- return 0
- fi
- done
- return 1
-}
-
pkg_postinst() {
if [[ -n ${softmmu_targets} ]] && use kernel_linux; then
udev_reload
@@ -928,7 +961,7 @@ pkg_postinst() {
DISABLE_AUTOFORMATTING=true
readme.gentoo_print_elog
- if use pin-upstream-blobs && firmware_abi_change; then
+ if use pin-upstream-blobs && ver_replacing -lt ${FIRMWARE_ABI_VERSION}; then
ewarn "This version of qemu pins new versions of firmware blobs:"
if has_version 'sys-firmware/edk2-bin'; then
@@ -948,8 +981,7 @@ pkg_postinst() {
ewarn "This might break resume of hibernated guests (started with a different"
ewarn "firmware version) and live migration to/from qemu versions with different"
ewarn "firmware. Please (cold) restart all running guests. For functional"
- ewarn "guest migration ensure that all"
- ewarn "hosts run at least"
+ ewarn "guest migration ensure that all hosts run at least"
ewarn " app-emulation/qemu-${FIRMWARE_ABI_VERSION}."
fi
}
diff --git a/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-9.1.3-r2.ebuild b/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-9.1.3-r2.ebuild
index 19613bf631f..d7fecf76a3f 100644
--- a/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-9.1.3-r2.ebuild
+++ b/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-9.1.3-r2.ebuild
@@ -27,7 +27,6 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://gitlab.com/qemu-project/qemu.git/"
EGIT_SUBMODULES=()
inherit git-r3
- SRC_URI=""
declare -A SUBPROJECTS=(
[keycodemapdb]="f5772a62ec52591ff6870b7e8ef32482371f22c6"
[berkeley-softfloat-3]="b64af41c3276f97f0e181920400ee056b9c88037"
@@ -173,7 +172,7 @@ SOFTMMU_TOOLS_DEPEND="
)
aio? ( dev-libs/libaio[static-libs(+)] )
alsa? ( >=media-libs/alsa-lib-1.0.13 )
- bpf? ( dev-libs/libbpf:= )
+ bpf? ( >=dev-libs/libbpf-1.1.0:= )
bzip2? ( app-arch/bzip2[static-libs(+)] )
capstone? ( dev-libs/capstone:=[static-libs(+)] )
curl? ( >=net-misc/curl-7.15.4[static-libs(+)] )
diff --git a/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-9.2.3-r3.ebuild b/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-9.2.3-r3.ebuild
index d2aa81b37ec..f0967218fa6 100644
--- a/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-9.2.3-r3.ebuild
+++ b/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-9.2.3-r3.ebuild
@@ -27,7 +27,6 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://gitlab.com/qemu-project/qemu.git/"
EGIT_SUBMODULES=()
inherit git-r3
- SRC_URI=""
declare -A SUBPROJECTS=(
[keycodemapdb]="f5772a62ec52591ff6870b7e8ef32482371f22c6"
[berkeley-softfloat-3]="b64af41c3276f97f0e181920400ee056b9c88037"
@@ -172,7 +171,7 @@ SOFTMMU_TOOLS_DEPEND="
)
aio? ( dev-libs/libaio[static-libs(+)] )
alsa? ( >=media-libs/alsa-lib-1.0.13 )
- bpf? ( dev-libs/libbpf:= )
+ bpf? ( >=dev-libs/libbpf-1.1.0:= )
bzip2? ( app-arch/bzip2[static-libs(+)] )
capstone? ( dev-libs/capstone:=[static-libs(+)] )
curl? ( >=net-misc/curl-7.15.4[static-libs(+)] )
diff --git a/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-9.2.4.ebuild b/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-9.2.4.ebuild
index 2ffaefa9ee0..713daff5b3b 100644
--- a/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-9.2.4.ebuild
+++ b/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-9.2.4.ebuild
@@ -27,7 +27,6 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://gitlab.com/qemu-project/qemu.git/"
EGIT_SUBMODULES=()
inherit git-r3
- SRC_URI=""
declare -A SUBPROJECTS=(
[keycodemapdb]="f5772a62ec52591ff6870b7e8ef32482371f22c6"
[berkeley-softfloat-3]="b64af41c3276f97f0e181920400ee056b9c88037"
@@ -172,7 +171,7 @@ SOFTMMU_TOOLS_DEPEND="
)
aio? ( dev-libs/libaio[static-libs(+)] )
alsa? ( >=media-libs/alsa-lib-1.0.13 )
- bpf? ( dev-libs/libbpf:= )
+ bpf? ( >=dev-libs/libbpf-1.1.0:= )
bzip2? ( app-arch/bzip2[static-libs(+)] )
capstone? ( dev-libs/capstone:=[static-libs(+)] )
curl? ( >=net-misc/curl-7.15.4[static-libs(+)] )
diff --git a/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-9999.ebuild b/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-9999.ebuild
index d5861e676ca..25c4d0df684 100644
--- a/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-9999.ebuild
+++ b/sdk_container/src/third_party/portage-stable/app-emulation/qemu/qemu-9999.ebuild
@@ -27,7 +27,6 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://gitlab.com/qemu-project/qemu.git/"
EGIT_SUBMODULES=()
inherit git-r3
- SRC_URI=""
declare -A SUBPROJECTS=(
[keycodemapdb]="f5772a62ec52591ff6870b7e8ef32482371f22c6"
[berkeley-softfloat-3]="b64af41c3276f97f0e181920400ee056b9c88037"
@@ -172,7 +171,7 @@ SOFTMMU_TOOLS_DEPEND="
)
aio? ( dev-libs/libaio[static-libs(+)] )
alsa? ( >=media-libs/alsa-lib-1.0.13 )
- bpf? ( dev-libs/libbpf:= )
+ bpf? ( >=dev-libs/libbpf-1.1.0:= )
bzip2? ( app-arch/bzip2[static-libs(+)] )
capstone? ( dev-libs/capstone:=[static-libs(+)] )
curl? ( >=net-misc/curl-7.15.4[static-libs(+)] )
diff --git a/sdk_container/src/third_party/portage-stable/app-shells/bash/Manifest b/sdk_container/src/third_party/portage-stable/app-shells/bash/Manifest
index 1471f39fa3f..8a10a0fef3b 100644
--- a/sdk_container/src/third_party/portage-stable/app-shells/bash/Manifest
+++ b/sdk_container/src/third_party/portage-stable/app-shells/bash/Manifest
@@ -26,6 +26,7 @@ DIST bash-5.3.tar.gz 11354270 BLAKE2B 88a4f0146eb11698120890f2afaf28210295135f8f
DIST bash-5.3.tar.gz.sig 95 BLAKE2B 90a6a47b5b318d03ff7e196e6504a987c281f564db878e8452f0543953832b5ac4f767f69a9bdf6b6a98938b0b439040c10674dd54e38ef03730ae6a2ec4484e SHA512 e9da98e993528d69bec9c6da272eb7a96858b4ba33487435f584c7df2d73c3ce82f373b5277cc3a7d8dc9ee04410dc06ce476d3f9ade097121bea0570abe07bc
DIST bash-5.4_alpha_pre20250711-80a8f650a1defc3f72539c3b57bf6d228c33c116.tar.gz 16111994 BLAKE2B 7ab445c5580c3c8d0af10a6764d65a33705f42ed79c50297a4cbf3b345b2f0ba9f28001a80ec5cc85291f57f88e81aef41492a79779239a33292b460e4361d8f SHA512 64f5985ad9a94fd37bc5efa06a57b72c5b3ec8d43a0ed36d9cdc9f292b37137e035bcba0d9855965e0f7bc2416ae60ec44d8f19ee2201acef01d3eda43d8989b
DIST bash-5.4_alpha_pre20250718-01070d43248fb97f3b2a08d780ae5a392573ce34.tar.gz 16112469 BLAKE2B 6ebcf65b4f1ae93f52d549d2c6836cd4ff7e87739efa9746ef10f00bf6010f00d957c0624e3b806c4d581539f9160338a00824302b245f4c82c72c416976a0f0 SHA512 b200d62eb6634bf9f623841b7a024dc8b3a89c43b8e127dbc89dbf06f3df793d82ad37d35e1be43558ef97c473e37e44384d8c73736c7b62794e65dcfb8f30ce
+DIST bash-5.4_alpha_pre20250801-c1d9c088531eef0797e78c66b899d895862de80c.tar.gz 16116027 BLAKE2B 1be7657f61e91acc9e5e3bb9d5051f4d9e6f29e5457db544ebd26ac4ff7931925732d8b81de243bf6374ba3ce3aaa133ec6a33f03133e22317d712e696847bed SHA512 44c890bd46ec87ba11b78a0a817ed42544d32df12270c9766f78418e966d3247457facad0e4dcdbf07fd9a6a8865029f3eb3a93c485e01506d67d4ed1c156670
DIST bash205b-001 1132 BLAKE2B 0c5eef29777d54ef05957ea3d63b1556fb380bd20c238dc28993d822b37bc4e78ff4048ad069f6b8cd25da77ccdeb7aecd86c4349cb9d81e5e94c7001eeae5e6 SHA512 5ce4357468821b05e747201f3aa57225ad8f540c9e2c87051720490e039c30b478b9b662a68f14a0800fefe40184e4495e2645665200f9d75e9a115b2ac08071
DIST bash205b-002 755 BLAKE2B 6a6ed5679d451f02f8104b345c1722d11718ce3b4043b581c17786d40d8da69a34786fb56d0c363dba277b8e9dd33f12f70c9cc73a9fc39ba4a8319406f0458d SHA512 46947b0229478d5c2cfeff68b8ebc00e4ef0c8b94e336ca12f72b4490ba3622c0240c01c17c1641c3b07adc2c64ec94d6d780365e8990768ec8888f3a9526883
DIST bash205b-003 2356 BLAKE2B b7887d00d92fd298cd07a15e1c73b516dabd22ecd74c97091636dd97a0cd55024ed698e5cc924c4311d994dd326b1ad074bea35e7650cf9cf4e25c60d2713fa7 SHA512 74528ca5d165b812d299f1c69b47757bd677c0b22ce4217e155cd641708b02364a93c6709fb57b546b376b36da74429a61493921c7c199563da40ddcf1c1f399
@@ -450,3 +451,9 @@ DIST bash52-036 5941 BLAKE2B e86b0df8ea7ace1ce4bc6f269de389f2f85fbe20e59e6a1e88a
DIST bash52-036.sig 95 BLAKE2B 5ed270f26471e08456f73498ea8110c514b8e1bae424182f4cf530ab6e4f89a7946cabd3f7dd703f4f4bab7de9c73922e7be688df18df485cd64a33ce98df223 SHA512 7a26b606ab0d7a5716ac49bd1492e3b3480c3764aaec64e1763a2beda7a962c81a4066887c950b3bdd1ada317b790bd985f8b858e78c7cb8eb4a2bd02f1b07cd
DIST bash52-037 2835 BLAKE2B 4af190d53b498d6d4403f64f39060f1add17edfe3e48b4b58a4377d1e96caa93017aed3df7011a64c99fd908af967603ed287e6bbb0380a8569d170779d8f26a SHA512 3e104dff63dabceea2f56f9dc58869d48a71ce61c3c8aff4f289d2f4a47d4325e70178d520c265a25ddb2227e0b78f08177fcd594470e5e81f4116aad282b4de
DIST bash52-037.sig 95 BLAKE2B e3cfa89933fe59159a44dc20832406d3c42e28ac0c33674bf369a2f20a1d9de3e985bd178640f17be7b45a4fe3f96c72f80124384cec42fa263eb95586150a3b SHA512 437a69a167a4b889fca40b03eb2dcaa1ddc53db8fde924a6f8bcd21c3ac0c7629cb87b7bc08fa3b16f46b05c6a198a01dce6af3d2b761429345acd361df105dd
+DIST bash53-001 1531 BLAKE2B ca275ade6a7132d316a4d1ffd401c9bfc6de691c58531385d85087c4d50723aeacb5b4bc7abef0165b4fb3cbed146a0fefd9dae4c99c1547f61618798a772d29 SHA512 66d0987f1a8951974c3a707a1980ef391a1f2a2938f0fa46adb77fcdcef6a3ca49e67182b9640ece3e59bb289e5b4a17eb870aa2a525a03e829a7be158d020a6
+DIST bash53-001.sig 95 BLAKE2B 3f795e8881a9ff075b62ba1b3b87610632509b94472d28f04b20cc60f3023c6237dfcaaf030aa1e9533eb87f70ab2555472d22ef9cb6e3f1a9cb1c56467fbc13 SHA512 e27cac36d8f513a255e928b01661aac3c1a594fd254ceab119dcba662e9344ac8807be679953def9a2aab59035836c3e6a2aa7f1b21b6eec1f381dfe286099f5
+DIST bash53-002 2635 BLAKE2B fec52c475b8126774290eab7a514f8145ae51edab150d413c09f5540719c9578fe1cb99987b6190a9cd82bd947e059c32e740a03d26e9d472af51356cafd8a32 SHA512 05caea1c1f5a3d27f2aa351c24f324f9d544ded89db4183ae2872e0283dde62dd6166ca4e780304398935b4aa3fb4db77ecf57acd0f0e295d279ffe40b772158
+DIST bash53-002.sig 95 BLAKE2B 576dd4535af85d122f62e310ddae5cf7eec4ada59b5c73c5a891f3bc50cb6bbad8b47cd74d8c7a868381d340d1c7391f52f7a6f34ae99caf6b4ee290d2808849 SHA512 bd64fc61e5516a636a039c51a33f72e9adb7761d4e4101584b7dc3b43198be026c4165d6a34ca77e1ea5d4122b942dc853803a0c836bffc618aae9f7f8c008aa
+DIST bash53-003 2683 BLAKE2B 6bb6f6679726d65f95c11b4ac1fb0729eaebfeef02de06e9fda4e3ac2bb3d328cc6f7fd6e29976a0907390ed6709cd5a0a6046682acbed73eb0470143bf144e1 SHA512 3d4004653cb3f2cba984e67b8e7ae54c19351e176b62bb415f88fdd482ae04be063dacf6303c8343ab6c8bf4f2388026c1742ac603a5cd5c330db22a4b76f4cb
+DIST bash53-003.sig 95 BLAKE2B 9827f23ea927f39dd20316eec8b311bc7692c5645a77e15eba31d17252a0035d401f620ed9b51b62f643ae0c6c1ed9340e413564151da884b9361d8026557a06 SHA512 f128a82d19d83da70a8c72f3fca52a376a96a31be2b8e94ffd073329a254c5e9f3a231a4b29d33efe12c0b9a20a4c293331c5fc55767fb3538a6208996b7e2bb
diff --git a/sdk_container/src/third_party/portage-stable/app-shells/bash/bash-5.3_p3.ebuild b/sdk_container/src/third_party/portage-stable/app-shells/bash/bash-5.3_p3.ebuild
new file mode 100644
index 00000000000..b8564f5043c
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/app-shells/bash/bash-5.3_p3.ebuild
@@ -0,0 +1,404 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/chetramey.asc
+inherit flag-o-matic toolchain-funcs prefix verify-sig
+
+# Uncomment if we have a patchset.
+#GENTOO_PATCH_DEV="sam"
+#GENTOO_PATCH_VER="${PV}"
+
+MY_PV=${PV/_p*}
+MY_PV=${MY_PV/_/-}
+MY_P=${PN}-${MY_PV}
+MY_PATCHES=()
+
+# Determine the patchlevel. See ftp://ftp.gnu.org/gnu/bash/bash-5.2-patches/.
+case ${PV} in
+ 9999|*_alpha*|*_beta*|*_rc*)
+ # Set a negative patchlevel to indicate that it's a pre-release.
+ PLEVEL=-1
+ ;;
+ *_p*)
+ PLEVEL=${PV##*_p}
+ ;;
+ *)
+ PLEVEL=0
+ ;;
+esac
+
+# The version of readline this bash normally ships with. Note that we only use
+# the bundled copy of readline for pre-releases.
+READLINE_VER="8.3"
+
+DESCRIPTION="The standard GNU Bourne again shell"
+HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html https://git.savannah.gnu.org/cgit/bash.git"
+
+if [[ ${PV} == 9999 ]]; then
+ EGIT_REPO_URI="https://git.savannah.gnu.org/git/bash.git"
+ EGIT_BRANCH=devel
+ inherit git-r3
+elif (( PLEVEL < 0 )) && [[ ${PV} == *_p* ]] ; then
+ # It can be useful to have snapshots in the pre-release period once
+ # the first alpha is out, as various bugs get reported and fixed from
+ # the alpha, and the next pre-release is usually quite far away.
+ #
+ # i.e. if it's worth packaging the alpha, it's worth packaging a followup.
+ BASH_COMMIT="b35866a2891a9b069e37ca5684d4309c0391e261"
+ SRC_URI="https://git.savannah.gnu.org/cgit/bash.git/snapshot/bash-${BASH_COMMIT}.tar.gz -> ${P}-${BASH_COMMIT}.tar.gz"
+ S=${WORKDIR}/${PN}-${BASH_COMMIT}
+else
+ my_urls=( "mirror://gnu/bash/${MY_P}.tar.gz" )
+
+ # bash-5.1 -> bash51
+ my_p=${PN}$(ver_cut 1-2) my_p=${my_p/.}
+
+ for (( my_patch_idx = 1; my_patch_idx <= PLEVEL; my_patch_idx++ )); do
+ printf -v my_patch_ver %s-%03d "${my_p}" "${my_patch_idx}"
+ my_urls+=( "mirror://gnu/bash/${MY_P}-patches/${my_patch_ver}" )
+ MY_PATCHES+=( "${DISTDIR}/${my_patch_ver}" )
+ done
+
+ SRC_URI="${my_urls[*]} verify-sig? ( ${my_urls[*]/%/.sig} )"
+ S=${WORKDIR}/${MY_P}
+
+ unset -v my_urls my_p my_patch_idx my_patch_ver
+fi
+
+if [[ ${GENTOO_PATCH_VER} ]]; then
+ SRC_URI+=" https://dev.gentoo.org/~${GENTOO_PATCH_DEV:?}/distfiles/${CATEGORY}/${PN}/${PN}-${GENTOO_PATCH_VER:?}-patches.tar.xz"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+if (( PLEVEL >= 0 )); then
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+fi
+IUSE="afs bashlogger examples mem-scramble +net nls plugins pgo +readline"
+
+DEPEND="
+ >=sys-libs/ncurses-5.2-r2:=
+ nls? ( virtual/libintl )
+"
+if (( PLEVEL >= 0 )); then
+ DEPEND+=" readline? ( >=sys-libs/readline-${READLINE_VER}:= )"
+fi
+RDEPEND="
+ ${DEPEND}
+"
+# We only need bison (yacc) when the .y files get patched (bash42-005, bash51-011).
+BDEPEND="
+ pgo? ( dev-util/gperf )
+ verify-sig? ( sec-keys/openpgp-keys-chetramey )
+"
+
+# EAPI 8 tries to append it but it doesn't exist here.
+QA_CONFIGURE_OPTIONS="--disable-static"
+
+PATCHES=(
+ #"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}/
+
+ # Patches to or from Chet, posted to the bug-bash mailing list.
+ "${FILESDIR}"/${PN}-5.0-syslog-history-extern.patch
+ "${FILESDIR}"/${PN}-5.3-read-sys.patch
+)
+
+pkg_setup() {
+ # bug #7332
+ if is-flag -malign-double; then
+ eerror "Detected bad CFLAGS '-malign-double'. Do not use this"
+ eerror "as it breaks LFS (struct stat64) on x86."
+ die "remove -malign-double from your CFLAGS mr ricer"
+ fi
+
+ if use bashlogger; then
+ ewarn "The logging patch should ONLY be used in restricted (i.e. honeypot) envs."
+ ewarn "This will log ALL output you enter into the shell, you have been warned."
+ fi
+}
+
+src_unpack() {
+ local patch
+
+ if [[ ${PV} == 9999 ]]; then
+ git-r3_src_unpack
+ elif (( PLEVEL < 0 )) && [[ ${PV} == *_p* ]] ; then
+ default
+ else
+ if use verify-sig; then
+ verify-sig_verify_detached "${DISTDIR}/${MY_P}.tar.gz"{,.sig}
+
+ for patch in "${MY_PATCHES[@]}"; do
+ verify-sig_verify_detached "${patch}"{,.sig}
+ done
+ fi
+
+ unpack "${MY_P}.tar.gz"
+
+ if [[ ${GENTOO_PATCH_VER} ]]; then
+ unpack "${PN}-${GENTOO_PATCH_VER}-patches.tar.xz"
+ fi
+ fi
+}
+
+src_prepare() {
+ # Include official patches.
+ (( PLEVEL > 0 )) && eapply -p0 "${MY_PATCHES[@]}"
+
+ # Prefixify hardcoded path names. No-op for non-prefix.
+ hprefixify pathnames.h.in
+
+ # Avoid regenerating docs after patches, bug #407985.
+ sed -i -E '/^(HS|RL)USER/s:=.*:=:' doc/Makefile.in \
+ && touch -r . doc/* \
+ || die
+
+ # Sometimes hangs (more noticeable w/ pgo), bug #907403.
+ rm tests/run-jobs || die
+
+ eapply -p0 "${PATCHES[@]}"
+ eapply_user
+}
+
+src_configure() {
+ local -a myconf
+
+ # Upstream only test with Bison and require GNUisms like YYEOF and
+ # YYERRCODE. The former at least may be in POSIX soon:
+ # https://www.austingroupbugs.net/view.php?id=1269.
+ # configure warns on use of non-Bison but doesn't abort. The result
+ # may misbehave at runtime.
+ unset -v YACC
+
+ if tc-is-cross-compiler; then
+ export CFLAGS_FOR_BUILD="${BUILD_CFLAGS} -std=gnu17"
+ fi
+
+ myconf=(
+ --disable-profiling
+
+ # Force linking with system curses ... the bundled termcap lib
+ # sucks bad compared to ncurses. For the most part, ncurses
+ # is here because readline needs it. But bash itself calls
+ # ncurses in one or two small places :(.
+ --with-curses
+
+ $(use_enable mem-scramble)
+ $(use_enable net net-redirections)
+ $(use_enable readline)
+ $(use_enable readline bang-history)
+ $(use_enable readline history)
+ $(use_with afs)
+ $(use_with mem-scramble bash-malloc)
+ )
+
+ # For descriptions of these, see config-top.h.
+ # bashrc/#26952 bash_logout/#90488 ssh/#24762 mktemp/#574426
+ append-cppflags \
+ -DDEFAULT_PATH_VALUE=\'\""${EPREFIX}"/usr/local/sbin:"${EPREFIX}"/usr/local/bin:"${EPREFIX}"/usr/sbin:"${EPREFIX}"/usr/bin:"${EPREFIX}"/sbin:"${EPREFIX}"/bin\"\' \
+ -DSTANDARD_UTILS_PATH=\'\""${EPREFIX}"/bin:"${EPREFIX}"/usr/bin:"${EPREFIX}"/sbin:"${EPREFIX}"/usr/sbin\"\' \
+ -DSYS_BASHRC=\'\""${EPREFIX}"/etc/bash/bashrc\"\' \
+ -DSYS_BASH_LOGOUT=\'\""${EPREFIX}"/etc/bash/bash_logout\"\' \
+ -DNON_INTERACTIVE_LOGIN_SHELLS \
+ -DSSH_SOURCE_BASHRC \
+ $(use bashlogger && echo -DSYSLOG_HISTORY)
+
+ use nls || myconf+=( --disable-nls )
+
+ if (( PLEVEL >= 0 )); then
+ # Historically, we always used the builtin readline, but since
+ # our handling of SONAME upgrades has gotten much more stable
+ # in the PM (and the readline ebuild itself preserves the old
+ # libs during upgrades), linking against the system copy should
+ # be safe.
+ # Exact cached version here doesn't really matter as long as it
+ # is at least what's in the DEPEND up above.
+ export ac_cv_rl_version=${READLINE_VER%%_*}
+
+ # Use system readline only with released versions.
+ myconf+=( --with-installed-readline=. )
+ fi
+
+ if use plugins; then
+ append-ldflags "-Wl,-rpath,${EPREFIX}/usr/$(get_libdir)/bash"
+ else
+ # Disable the plugins logic by hand since bash doesn't provide
+ # a way of doing it.
+ export ac_cv_func_dl{close,open,sym}=no \
+ ac_cv_lib_dl_dlopen=no ac_cv_header_dlfcn_h=no
+
+ sed -i -e '/LOCAL_LDFLAGS=/s:-rdynamic::' configure || die
+ fi
+
+ # bug #444070
+ tc-export AR
+
+ econf "${myconf[@]}"
+}
+
+src_compile() {
+ local -a pgo_generate_flags pgo_use_flags
+ local flag
+
+ # -fprofile-partial-training because upstream notes the test suite isn't
+ # super comprehensive.
+ # https://documentation.suse.com/sbp/all/html/SBP-GCC-10/index.html#sec-gcc10-pgo
+ if use pgo; then
+ pgo_generate_flags=(
+ -fprofile-update=atomic
+ -fprofile-dir="${T}"/pgo
+ -fprofile-generate="${T}"/pgo
+ )
+ pgo_use_flags=(
+ -fprofile-use="${T}"/pgo
+ -fprofile-dir="${T}"/pgo
+ )
+ if flag=$(test-flags-CC -fprofile-partial-training); then
+ pgo_generate_flags+=( "${flag}" )
+ pgo_use_flags+=( "${flag}" )
+ fi
+ fi
+
+ emake CFLAGS="${CFLAGS} ${pgo_generate_flags[*]}"
+ use plugins && emake -C examples/loadables CFLAGS="${CFLAGS} ${pgo_generate_flags[*]}" all others
+
+ # Build Bash and run its tests to generate profiles.
+ if (( ${#pgo_generate_flags[@]} )); then
+ # Used in test suite.
+ unset -v A
+
+ emake CFLAGS="${CFLAGS} ${pgo_generate_flags[*]}" -k check
+
+ if tc-is-clang; then
+ llvm-profdata merge "${T}"/pgo --output="${T}"/pgo/default.profdata || die
+ fi
+
+ # Rebuild Bash using the profiling data we just generated.
+ emake clean
+ emake CFLAGS="${CFLAGS} ${pgo_use_flags[*]}"
+ use plugins && emake -C examples/loadables CFLAGS="${CFLAGS} ${pgo_use_flags[*]}" all others
+ fi
+}
+
+src_test() {
+ # Used in test suite.
+ unset -v A
+
+ default
+}
+
+src_install() {
+ local d f
+
+ default
+
+ my_prefixify() {
+ while read -r; do
+ if [[ $REPLY == *$1* ]]; then
+ REPLY=${REPLY/"/etc/"/"${EPREFIX}/etc/"}
+ fi
+ printf '%s\n' "${REPLY}" || ! break
+ done < "$2" || die
+ }
+
+ dodir /bin
+ mv -- "${ED}"/usr/bin/bash "${ED}"/bin/ || die
+ dosym bash /bin/rbash
+
+ insinto /etc/bash
+ doins "${FILESDIR}"/bash_logout
+ my_prefixify bashrc.d "${FILESDIR}"/bashrc-r1 | newins - bashrc
+
+ insinto /etc/bash/bashrc.d
+ my_prefixify DIR_COLORS "${FILESDIR}"/bashrc.d/10-gentoo-color-r2.bash | newins - 10-gentoo-color.bash
+ newins "${FILESDIR}"/bashrc.d/10-gentoo-title-r2.bash 10-gentoo-title.bash
+ if [[ ! ${EPREFIX} ]]; then
+ doins "${FILESDIR}"/bashrc.d/15-gentoo-bashrc-check.bash
+ fi
+
+ insinto /etc/skel
+ for f in bash{_logout,_profile,rc}; do
+ newins "${FILESDIR}/dot-${f}" ".${f}"
+ done
+
+ if use plugins; then
+ exeinto "/usr/$(get_libdir)/bash"
+ set -- examples/loadables/*.o
+ doexe "${@%.o}"
+
+ insinto /usr/include/bash-plugins
+ doins *.h builtins/*.h include/*.h lib/{glob/glob.h,tilde/tilde.h}
+ fi
+
+ if use examples; then
+ for d in examples/{functions,misc,scripts,startup-files}; do
+ exeinto "/usr/share/doc/${PF}/${d}"
+ docinto "${d}"
+ for f in "${d}"/*; do
+ if [[ ${f##*/} != @(PERMISSION|*README) ]]; then
+ doexe "${f}"
+ else
+ dodoc "${f}"
+ fi
+ done
+ done
+ fi
+
+ # Install bash_builtins.1 and rbash.1.
+ emake -C doc DESTDIR="${D}" install_builtins
+ sed 's:bash\.1:man1/&:' doc/rbash.1 > "${T}"/rbash.1 || die
+ doman "${T}"/rbash.1
+
+ newdoc CWRU/changelog ChangeLog
+ dosym bash.info /usr/share/info/bashref.info
+}
+
+pkg_preinst() {
+ if [[ -e ${EROOT}/etc/bashrc ]] && [[ ! -d ${EROOT}/etc/bash ]]; then
+ mkdir -p -- "${EROOT}"/etc/bash \
+ && mv -f -- "${EROOT}"/etc/bashrc "${EROOT}"/etc/bash/ \
+ || die
+ fi
+}
+
+pkg_postinst() {
+ local old_ver
+
+ # If /bin/sh does not exist, provide it.
+ if [[ ! -e ${EROOT}/bin/sh ]]; then
+ ln -sf -- bash "${EROOT}"/bin/sh || die
+ fi
+
+ read -r old_ver <<<"${REPLACING_VERSIONS}"
+ if [[ ! $old_ver ]]; then
+ :
+ elif ver_test "$old_ver" -ge "5.2" && ver_test "$old_ver" -ge "5.2_p26-r8"; then
+ return
+ fi
+
+ while read -r; do ewarn "${REPLY}"; done <<'EOF'
+Files under /etc/bash/bashrc.d must now have a suffix of .sh or .bash.
+
+Gentoo now defaults to defining PROMPT_COMMAND as an array. Depending on the
+characteristics of the operating environment, it may contain a command to set
+the terminal's window title. Those who were already choosing to customise the
+PROMPT_COMMAND variable are now advised to append their commands like so:
+
+PROMPT_COMMAND+=('custom command goes here')
+
+Gentoo no longer defaults to having bash set the window title in the case
+that the terminal is controlled by sshd(8), unless screen is launched on the
+remote side or the terminal reliably supports saving and restoring the title
+(as alacritty, foot and tmux do). Those wanting for the title to be set
+regardless may adjust ~/.bashrc - or create a custom /etc/bash/bashrc.d
+drop-in - to set PROMPT_COMMMAND like so:
+
+PROMPT_COMMAND=(genfun_set_win_title)
+
+Those who would prefer for bash never to interfere with the window title may
+now opt out of the default title setting behaviour, either with the "unset -v
+PROMPT_COMMAND" command or by re-defining PROMPT_COMMAND as desired.
+EOF
+}
diff --git a/sdk_container/src/third_party/portage-stable/app-shells/bash/bash-5.4_alpha_pre20250801.ebuild b/sdk_container/src/third_party/portage-stable/app-shells/bash/bash-5.4_alpha_pre20250801.ebuild
new file mode 100644
index 00000000000..1300218c38d
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/app-shells/bash/bash-5.4_alpha_pre20250801.ebuild
@@ -0,0 +1,403 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/chetramey.asc
+inherit flag-o-matic toolchain-funcs prefix verify-sig
+
+# Uncomment if we have a patchset.
+#GENTOO_PATCH_DEV="sam"
+#GENTOO_PATCH_VER="${PV}"
+
+MY_PV=${PV/_p*}
+MY_PV=${MY_PV/_/-}
+MY_P=${PN}-${MY_PV}
+MY_PATCHES=()
+
+# Determine the patchlevel. See ftp://ftp.gnu.org/gnu/bash/bash-5.2-patches/.
+case ${PV} in
+ 9999|*_alpha*|*_beta*|*_rc*)
+ # Set a negative patchlevel to indicate that it's a pre-release.
+ PLEVEL=-1
+ ;;
+ *_p*)
+ PLEVEL=${PV##*_p}
+ ;;
+ *)
+ PLEVEL=0
+ ;;
+esac
+
+# The version of readline this bash normally ships with. Note that we only use
+# the bundled copy of readline for pre-releases.
+READLINE_VER="8.3"
+
+DESCRIPTION="The standard GNU Bourne again shell"
+HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html https://git.savannah.gnu.org/cgit/bash.git"
+
+if [[ ${PV} == 9999 ]]; then
+ EGIT_REPO_URI="https://git.savannah.gnu.org/git/bash.git"
+ EGIT_BRANCH=devel
+ inherit git-r3
+elif (( PLEVEL < 0 )) && [[ ${PV} == *_p* ]] ; then
+ # It can be useful to have snapshots in the pre-release period once
+ # the first alpha is out, as various bugs get reported and fixed from
+ # the alpha, and the next pre-release is usually quite far away.
+ #
+ # i.e. if it's worth packaging the alpha, it's worth packaging a followup.
+ BASH_COMMIT="c1d9c088531eef0797e78c66b899d895862de80c"
+ SRC_URI="https://git.savannah.gnu.org/cgit/bash.git/snapshot/bash-${BASH_COMMIT}.tar.gz -> ${P}-${BASH_COMMIT}.tar.gz"
+ S=${WORKDIR}/${PN}-${BASH_COMMIT}
+else
+ my_urls=( "mirror://gnu/bash/${MY_P}.tar.gz" )
+
+ # bash-5.1 -> bash51
+ my_p=${PN}$(ver_cut 1-2) my_p=${my_p/.}
+
+ for (( my_patch_idx = 1; my_patch_idx <= PLEVEL; my_patch_idx++ )); do
+ printf -v my_patch_ver %s-%03d "${my_p}" "${my_patch_idx}"
+ my_urls+=( "mirror://gnu/bash/${MY_P}-patches/${my_patch_ver}" )
+ MY_PATCHES+=( "${DISTDIR}/${my_patch_ver}" )
+ done
+
+ SRC_URI="${my_urls[*]} verify-sig? ( ${my_urls[*]/%/.sig} )"
+ S=${WORKDIR}/${MY_P}
+
+ unset -v my_urls my_p my_patch_idx my_patch_ver
+fi
+
+if [[ ${GENTOO_PATCH_VER} ]]; then
+ SRC_URI+=" https://dev.gentoo.org/~${GENTOO_PATCH_DEV:?}/distfiles/${CATEGORY}/${PN}/${PN}-${GENTOO_PATCH_VER:?}-patches.tar.xz"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+if (( PLEVEL >= 0 )); then
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+fi
+IUSE="afs bashlogger examples mem-scramble +net nls plugins pgo +readline"
+
+DEPEND="
+ >=sys-libs/ncurses-5.2-r2:=
+ nls? ( virtual/libintl )
+"
+if (( PLEVEL >= 0 )); then
+ DEPEND+=" readline? ( >=sys-libs/readline-${READLINE_VER}:= )"
+fi
+RDEPEND="
+ ${DEPEND}
+"
+# We only need bison (yacc) when the .y files get patched (bash42-005, bash51-011).
+BDEPEND="
+ pgo? ( dev-util/gperf )
+ verify-sig? ( sec-keys/openpgp-keys-chetramey )
+"
+
+# EAPI 8 tries to append it but it doesn't exist here.
+QA_CONFIGURE_OPTIONS="--disable-static"
+
+PATCHES=(
+ #"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}/
+
+ # Patches to or from Chet, posted to the bug-bash mailing list.
+ "${FILESDIR}/${PN}-5.0-syslog-history-extern.patch"
+)
+
+pkg_setup() {
+ # bug #7332
+ if is-flag -malign-double; then
+ eerror "Detected bad CFLAGS '-malign-double'. Do not use this"
+ eerror "as it breaks LFS (struct stat64) on x86."
+ die "remove -malign-double from your CFLAGS mr ricer"
+ fi
+
+ if use bashlogger; then
+ ewarn "The logging patch should ONLY be used in restricted (i.e. honeypot) envs."
+ ewarn "This will log ALL output you enter into the shell, you have been warned."
+ fi
+}
+
+src_unpack() {
+ local patch
+
+ if [[ ${PV} == 9999 ]]; then
+ git-r3_src_unpack
+ elif (( PLEVEL < 0 )) && [[ ${PV} == *_p* ]] ; then
+ default
+ else
+ if use verify-sig; then
+ verify-sig_verify_detached "${DISTDIR}/${MY_P}.tar.gz"{,.sig}
+
+ for patch in "${MY_PATCHES[@]}"; do
+ verify-sig_verify_detached "${patch}"{,.sig}
+ done
+ fi
+
+ unpack "${MY_P}.tar.gz"
+
+ if [[ ${GENTOO_PATCH_VER} ]]; then
+ unpack "${PN}-${GENTOO_PATCH_VER}-patches.tar.xz"
+ fi
+ fi
+}
+
+src_prepare() {
+ # Include official patches.
+ (( PLEVEL > 0 )) && eapply -p0 "${MY_PATCHES[@]}"
+
+ # Prefixify hardcoded path names. No-op for non-prefix.
+ hprefixify pathnames.h.in
+
+ # Avoid regenerating docs after patches, bug #407985.
+ sed -i -E '/^(HS|RL)USER/s:=.*:=:' doc/Makefile.in \
+ && touch -r . doc/* \
+ || die
+
+ # Sometimes hangs (more noticeable w/ pgo), bug #907403.
+ rm tests/run-jobs || die
+
+ eapply -p0 "${PATCHES[@]}"
+ eapply_user
+}
+
+src_configure() {
+ local -a myconf
+
+ # Upstream only test with Bison and require GNUisms like YYEOF and
+ # YYERRCODE. The former at least may be in POSIX soon:
+ # https://www.austingroupbugs.net/view.php?id=1269.
+ # configure warns on use of non-Bison but doesn't abort. The result
+ # may misbehave at runtime.
+ unset -v YACC
+
+ if tc-is-cross-compiler; then
+ export CFLAGS_FOR_BUILD="${BUILD_CFLAGS} -std=gnu17"
+ fi
+
+ myconf=(
+ --disable-profiling
+
+ # Force linking with system curses ... the bundled termcap lib
+ # sucks bad compared to ncurses. For the most part, ncurses
+ # is here because readline needs it. But bash itself calls
+ # ncurses in one or two small places :(.
+ --with-curses
+
+ $(use_enable mem-scramble)
+ $(use_enable net net-redirections)
+ $(use_enable readline)
+ $(use_enable readline bang-history)
+ $(use_enable readline history)
+ $(use_with afs)
+ $(use_with mem-scramble bash-malloc)
+ )
+
+ # For descriptions of these, see config-top.h.
+ # bashrc/#26952 bash_logout/#90488 ssh/#24762 mktemp/#574426
+ append-cppflags \
+ -DDEFAULT_PATH_VALUE=\'\""${EPREFIX}"/usr/local/sbin:"${EPREFIX}"/usr/local/bin:"${EPREFIX}"/usr/sbin:"${EPREFIX}"/usr/bin:"${EPREFIX}"/sbin:"${EPREFIX}"/bin\"\' \
+ -DSTANDARD_UTILS_PATH=\'\""${EPREFIX}"/bin:"${EPREFIX}"/usr/bin:"${EPREFIX}"/sbin:"${EPREFIX}"/usr/sbin\"\' \
+ -DSYS_BASHRC=\'\""${EPREFIX}"/etc/bash/bashrc\"\' \
+ -DSYS_BASH_LOGOUT=\'\""${EPREFIX}"/etc/bash/bash_logout\"\' \
+ -DNON_INTERACTIVE_LOGIN_SHELLS \
+ -DSSH_SOURCE_BASHRC \
+ $(use bashlogger && echo -DSYSLOG_HISTORY)
+
+ use nls || myconf+=( --disable-nls )
+
+ if (( PLEVEL >= 0 )); then
+ # Historically, we always used the builtin readline, but since
+ # our handling of SONAME upgrades has gotten much more stable
+ # in the PM (and the readline ebuild itself preserves the old
+ # libs during upgrades), linking against the system copy should
+ # be safe.
+ # Exact cached version here doesn't really matter as long as it
+ # is at least what's in the DEPEND up above.
+ export ac_cv_rl_version=${READLINE_VER%%_*}
+
+ # Use system readline only with released versions.
+ myconf+=( --with-installed-readline=. )
+ fi
+
+ if use plugins; then
+ append-ldflags "-Wl,-rpath,${EPREFIX}/usr/$(get_libdir)/bash"
+ else
+ # Disable the plugins logic by hand since bash doesn't provide
+ # a way of doing it.
+ export ac_cv_func_dl{close,open,sym}=no \
+ ac_cv_lib_dl_dlopen=no ac_cv_header_dlfcn_h=no
+
+ sed -i -e '/LOCAL_LDFLAGS=/s:-rdynamic::' configure || die
+ fi
+
+ # bug #444070
+ tc-export AR
+
+ econf "${myconf[@]}"
+}
+
+src_compile() {
+ local -a pgo_generate_flags pgo_use_flags
+ local flag
+
+ # -fprofile-partial-training because upstream notes the test suite isn't
+ # super comprehensive.
+ # https://documentation.suse.com/sbp/all/html/SBP-GCC-10/index.html#sec-gcc10-pgo
+ if use pgo; then
+ pgo_generate_flags=(
+ -fprofile-update=atomic
+ -fprofile-dir="${T}"/pgo
+ -fprofile-generate="${T}"/pgo
+ )
+ pgo_use_flags=(
+ -fprofile-use="${T}"/pgo
+ -fprofile-dir="${T}"/pgo
+ )
+ if flag=$(test-flags-CC -fprofile-partial-training); then
+ pgo_generate_flags+=( "${flag}" )
+ pgo_use_flags+=( "${flag}" )
+ fi
+ fi
+
+ emake CFLAGS="${CFLAGS} ${pgo_generate_flags[*]}"
+ use plugins && emake -C examples/loadables CFLAGS="${CFLAGS} ${pgo_generate_flags[*]}" all others
+
+ # Build Bash and run its tests to generate profiles.
+ if (( ${#pgo_generate_flags[@]} )); then
+ # Used in test suite.
+ unset -v A
+
+ emake CFLAGS="${CFLAGS} ${pgo_generate_flags[*]}" -k check
+
+ if tc-is-clang; then
+ llvm-profdata merge "${T}"/pgo --output="${T}"/pgo/default.profdata || die
+ fi
+
+ # Rebuild Bash using the profiling data we just generated.
+ emake clean
+ emake CFLAGS="${CFLAGS} ${pgo_use_flags[*]}"
+ use plugins && emake -C examples/loadables CFLAGS="${CFLAGS} ${pgo_use_flags[*]}" all others
+ fi
+}
+
+src_test() {
+ # Used in test suite.
+ unset -v A
+
+ default
+}
+
+src_install() {
+ local d f
+
+ default
+
+ my_prefixify() {
+ while read -r; do
+ if [[ $REPLY == *$1* ]]; then
+ REPLY=${REPLY/"/etc/"/"${EPREFIX}/etc/"}
+ fi
+ printf '%s\n' "${REPLY}" || ! break
+ done < "$2" || die
+ }
+
+ dodir /bin
+ mv -- "${ED}"/usr/bin/bash "${ED}"/bin/ || die
+ dosym bash /bin/rbash
+
+ insinto /etc/bash
+ doins "${FILESDIR}"/bash_logout
+ my_prefixify bashrc.d "${FILESDIR}"/bashrc-r1 | newins - bashrc
+
+ insinto /etc/bash/bashrc.d
+ my_prefixify DIR_COLORS "${FILESDIR}"/bashrc.d/10-gentoo-color-r2.bash | newins - 10-gentoo-color.bash
+ newins "${FILESDIR}"/bashrc.d/10-gentoo-title-r2.bash 10-gentoo-title.bash
+ if [[ ! ${EPREFIX} ]]; then
+ doins "${FILESDIR}"/bashrc.d/15-gentoo-bashrc-check.bash
+ fi
+
+ insinto /etc/skel
+ for f in bash{_logout,_profile,rc}; do
+ newins "${FILESDIR}/dot-${f}" ".${f}"
+ done
+
+ if use plugins; then
+ exeinto "/usr/$(get_libdir)/bash"
+ set -- examples/loadables/*.o
+ doexe "${@%.o}"
+
+ insinto /usr/include/bash-plugins
+ doins *.h builtins/*.h include/*.h lib/{glob/glob.h,tilde/tilde.h}
+ fi
+
+ if use examples; then
+ for d in examples/{functions,misc,scripts,startup-files}; do
+ exeinto "/usr/share/doc/${PF}/${d}"
+ docinto "${d}"
+ for f in "${d}"/*; do
+ if [[ ${f##*/} != @(PERMISSION|*README) ]]; then
+ doexe "${f}"
+ else
+ dodoc "${f}"
+ fi
+ done
+ done
+ fi
+
+ # Install bash_builtins.1 and rbash.1.
+ emake -C doc DESTDIR="${D}" install_builtins
+ sed 's:bash\.1:man1/&:' doc/rbash.1 > "${T}"/rbash.1 || die
+ doman "${T}"/rbash.1
+
+ newdoc CWRU/changelog ChangeLog
+ dosym bash.info /usr/share/info/bashref.info
+}
+
+pkg_preinst() {
+ if [[ -e ${EROOT}/etc/bashrc ]] && [[ ! -d ${EROOT}/etc/bash ]]; then
+ mkdir -p -- "${EROOT}"/etc/bash \
+ && mv -f -- "${EROOT}"/etc/bashrc "${EROOT}"/etc/bash/ \
+ || die
+ fi
+}
+
+pkg_postinst() {
+ local old_ver
+
+ # If /bin/sh does not exist, provide it.
+ if [[ ! -e ${EROOT}/bin/sh ]]; then
+ ln -sf -- bash "${EROOT}"/bin/sh || die
+ fi
+
+ read -r old_ver <<<"${REPLACING_VERSIONS}"
+ if [[ ! $old_ver ]]; then
+ :
+ elif ver_test "$old_ver" -ge "5.2" && ver_test "$old_ver" -ge "5.2_p26-r8"; then
+ return
+ fi
+
+ while read -r; do ewarn "${REPLY}"; done <<'EOF'
+Files under /etc/bash/bashrc.d must now have a suffix of .sh or .bash.
+
+Gentoo now defaults to defining PROMPT_COMMAND as an array. Depending on the
+characteristics of the operating environment, it may contain a command to set
+the terminal's window title. Those who were already choosing to customise the
+PROMPT_COMMAND variable are now advised to append their commands like so:
+
+PROMPT_COMMAND+=('custom command goes here')
+
+Gentoo no longer defaults to having bash set the window title in the case
+that the terminal is controlled by sshd(8), unless screen is launched on the
+remote side or the terminal reliably supports saving and restoring the title
+(as alacritty, foot and tmux do). Those wanting for the title to be set
+regardless may adjust ~/.bashrc - or create a custom /etc/bash/bashrc.d
+drop-in - to set PROMPT_COMMMAND like so:
+
+PROMPT_COMMAND=(genfun_set_win_title)
+
+Those who would prefer for bash never to interfere with the window title may
+now opt out of the default title setting behaviour, either with the "unset -v
+PROMPT_COMMAND" command or by re-defining PROMPT_COMMAND as desired.
+EOF
+}
diff --git a/sdk_container/src/third_party/portage-stable/app-shells/gentoo-bashcomp/gentoo-bashcomp-20250620.ebuild b/sdk_container/src/third_party/portage-stable/app-shells/gentoo-bashcomp/gentoo-bashcomp-20250620.ebuild
index f39e47a2534..2bc307d6f96 100644
--- a/sdk_container/src/third_party/portage-stable/app-shells/gentoo-bashcomp/gentoo-bashcomp-20250620.ebuild
+++ b/sdk_container/src/third_party/portage-stable/app-shells/gentoo-bashcomp/gentoo-bashcomp-20250620.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
src_install() {
emake DESTDIR="${D}" install \
diff --git a/sdk_container/src/third_party/portage-stable/dev-build/meson/Manifest b/sdk_container/src/third_party/portage-stable/dev-build/meson/Manifest
index 4be4857a8d4..2ae304af07c 100644
--- a/sdk_container/src/third_party/portage-stable/dev-build/meson/Manifest
+++ b/sdk_container/src/third_party/portage-stable/dev-build/meson/Manifest
@@ -18,6 +18,10 @@ DIST meson-1.8.1.tar.gz 2332007 BLAKE2B 8fa77bd0e1494d94de585f8f740cb01dfc302fef
DIST meson-1.8.1.tar.gz.asc 833 BLAKE2B a31c10eb386597049eed127987dfa32f044fbd2ec0261fa0547c066a47a57e27893821f80eb6a7ad82fd72278ff77abdaf4a88fd057b9b960edd8626530a17be SHA512 5d6a0681ccd1132f86904b88fdef4838a9de403d29b6dddb8d8626ce3f1e9d1d911b79f821aa81cd1421fd4c095ca488494a1b77e59f94ba616504eef251dbc7
DIST meson-1.8.2.tar.gz 2335538 BLAKE2B c3a4e2c505af02b85407f66bb076d4c1a96ca0fde85576d26d8ad6522dce8107f1bdb97c771b0f28e527da0383853b36cd56e8533d5be175cf62b7fbadca40b6 SHA512 d3d87c806a0ac8405af9205cc2c9a5f2dbeda8639506bf96bfb3821aa8184c185a1afc29738a54b47902ef830c1b5253e3ee3542a3f9bbc8fd91b9ea02f0a0b7
DIST meson-1.8.2.tar.gz.asc 833 BLAKE2B c59ef68cf74daf9658c6589cc037a21bbc9fa03134093b1a30425ba19a69036868c1c7bd1c7f26b486a6eb9e6e13796f02b52e7caa78701d546d9da3f7591b41 SHA512 9f6dbe0329a8f1685110fadd803239eb675b67f59f2f1988494ec6e95110aca754ff7dbb6edad708c53b9420bd09c2d115af5f9f879175a9e37cb28f978add8b
+DIST meson-1.8.3.tar.gz 2335924 BLAKE2B 3c440854bd91c757d4370b498f0e6e903df4589f4958e05fa16ae70e6efc01d2e96f101612146556b81cc3db370255f4319bd5d49d8e46210df282cc447ec12e SHA512 effd6f556152e508185a5bc59131b3a31696577298aec5f3d3ab68153ade9e98242171d6b72c00f8c32fc3492aba3487252d77a94a96b5a92e89724de045d49b
+DIST meson-1.8.3.tar.gz.asc 833 BLAKE2B 25f00f76819c74e64b3750ddd4507fdd8a0be764db54ea48ba49f0985bfbf04d294e5eff1ee799ec082cba24ed59b21a8fd75f81dee9d824e5f8cd9c775b0dcd SHA512 9c28747ff4756422dae4eb4a86de24fe230e6676660aa9cfb72d29311012106a9edbcfff3559682917a7e0ed8c80af8b8ec37807d3f7e0f4005eed5793367307
+DIST meson-1.9.0rc1.tar.gz 2366185 BLAKE2B 83405d3daa8caf95a2991249abdb2f3f32b2508c93cfcdc36451290989778d98173dea932520e27005d28bac19ca28024be8914122bd516b8efd2c56b52b85d5 SHA512 7f892004aae8f2618d03424829fa053560ec3ecf04a32c691769356ac671358616c512fa0efd1f37f3e33702bf2b907150059faf6e305ecf6f786463194cacab
+DIST meson-1.9.0rc1.tar.gz.asc 833 BLAKE2B 55ec82df85b58697116f4dc0014f2b49bfcd49facf92db28d8a73ee4a3928d38cabfe32fdef773ad7e0f453cc1e271b9b7b599b1e2156f6835e2bc85f2685417 SHA512 de12d08222a1d3bba245b1aba06ef49c711214271883a7c92d0cc7936e005a361a347b5fe5592c1e7bd9aac4a752edd854831290dbb8cbf8464658271de6d9b2
DIST meson-reference-1.4.2.3 339324 BLAKE2B 1a4fbd8c27a8cfba773777eabd2ebaa0f76ec0c61dcfe1c7b4483737b348ff9528d68f26e68d7d40b2e1875611eed5b9a31c1cf55fed8eabb42fc1e31d9ef14b SHA512 8b8ec43e812599203ec44c08805eb6818485805c45b9c69802261eaa35efc97846a96f6472c6b1ef5f6c703e7153fd957df7b805f173ca3400a2030dfbe002ca
DIST meson-reference-1.5.2.3 341110 BLAKE2B 0d588b796f7f2da2dcb0e7822acde6a9a461930da4bfead3cf9148fa0fac18cd0ccbc6e891f555c973836f1c16b4eae299908a838a0b6843293de8815d30fc23 SHA512 64715ce2113e362e7d67179fe13566bc8f84ce7f4e6d795b836f42455a871173fee06e3e969e2996022d7e6c9b4b5379587a4c0c3d97b4bca527fb8902d3547f
DIST meson-reference-1.6.1.3 343730 BLAKE2B 55df822192781a70e4bc44cfe14fb363e3f820406260ca9705d7fdb5fad1bf0117e3f1325d37e58e23477bc075ab6bd84056409355ec694f72eeaa5bf982ecc7 SHA512 553cdcd86a7a600cda05ac970cc285c4c50017d1e7d2925645d7f19a62b34c2f079673cafecf4111aa102afbe9d8e4d56f166d1d9940b740eeec0bb99d6cbc0d
@@ -25,3 +29,5 @@ DIST meson-reference-1.7.0.3 344764 BLAKE2B 615c70325b6ca3b964bf2827f20f07845150
DIST meson-reference-1.7.2.3 344764 BLAKE2B 82de9a7a01c2f1b45a2b3432deb4713af3cfd3b2dc9af8802488b7d1b86dde9b6ac81f90b144006a79e90b313e1d4d23f9cc90e17255ce9573e5487d3e20c286 SHA512 d482a3b3bed671705d6316e106984ad2c2169fe890349437e512455705ee8dddb31a29d31f44402a4c7c5bd2f78595b75bfc5ad34d8c0337b66f40837b08ee56
DIST meson-reference-1.8.1.3 345633 BLAKE2B 026423161eeddff3e663016c4b3fff885e96dc1a652562fe312cb80cfcc845015cab0d0f51c39f187cc484752f8f2bf7954dc8daf6762a74f895338cac4c35c4 SHA512 d3041eee86e63c178a04d5ec1ec383e7bbd209f358103806d488b28383471c1ecb5a13aa3716f699c1973a1d32dace34b0fdb0375e19abc0050deeb66fc5d376
DIST meson-reference-1.8.2.3 345633 BLAKE2B a53888284967c1beb8875a380eb7fd58402db0ae8d3357f47cd265a1695f73f85dd5ef6c36ee95252012120f3b904d74dabcbd4b1aa4174975b1d1899d30283c SHA512 b40904bebedc678f4e8567cd0b6a377a678d4f3fa13feb5d978d65b39a308b607c78adfc6b742f9d7c2f2c57e7b011f52d875e97b85f1c4ffbfd4ebe52814443
+DIST meson-reference-1.8.3.3 345855 BLAKE2B c8825ba7b72b36866ebfa8cdf63362f2d38673315378ea213c438057f5dafa36b9e729e8c415a29715c1da4fe72733a4a6a2cdbee4b7df57e5eb97f50152491b SHA512 3085c10cfc08ce4f0edad7129ce4d9a0bf75c6522309e344ba14e27c34d46c3da25ebb46260de28caef4a6c8134857d63297ded26f1296639a8a097e62a1801c
+DIST meson-reference-1.9.0rc1.3 347290 BLAKE2B 3aed4aa402e25d3c16c38a7637d318f67dd0c37a7edad6ceaa9f867132bf2709be0b874a57a8ecad30e2a30f8daba6e0802198a4b0747372850493429b2d12d1 SHA512 9c493127efdb3420f863f9b1b357661c661dfdb1510638e9264c14c6291e9c7cf8cbed2b5611fe19afc076326f4031a7bc6fe7f023b547c123c81455b2026189
diff --git a/sdk_container/src/third_party/portage-stable/dev-build/meson/meson-1.7.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-build/meson/meson-1.7.0.ebuild
index 74fc5cee9d8..fa4fbb404a1 100644
--- a/sdk_container/src/third_party/portage-stable/dev-build/meson/meson-1.7.0.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-build/meson/meson-1.7.0.ebuild
@@ -84,6 +84,7 @@ DEPEND="
dev-qt/linguist-tools:5
dev-qt/qtwidgets:5
dev-qt/qtbase:6[gui,widgets]
+ dev-qt/qtdeclarative:6
dev-qt/qttools:6
dev-util/gdbus-codegen
x11-libs/gtk+:3
diff --git a/sdk_container/src/third_party/portage-stable/dev-build/meson/meson-1.7.2.ebuild b/sdk_container/src/third_party/portage-stable/dev-build/meson/meson-1.7.2.ebuild
index f944f07ba00..28f32812538 100644
--- a/sdk_container/src/third_party/portage-stable/dev-build/meson/meson-1.7.2.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-build/meson/meson-1.7.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
DISTUTILS_USE_PEP517=setuptools
inherit shell-completion edo distutils-r1 flag-o-matic toolchain-funcs
@@ -87,6 +87,7 @@ DEPEND="
dev-qt/linguist-tools:5
dev-qt/qtwidgets:5
dev-qt/qtbase:6[gui,widgets]
+ dev-qt/qtdeclarative:6
dev-qt/qttools:6
dev-util/gdbus-codegen
x11-libs/gtk+:3
diff --git a/sdk_container/src/third_party/portage-stable/dev-build/meson/meson-1.8.3.ebuild b/sdk_container/src/third_party/portage-stable/dev-build/meson/meson-1.8.3.ebuild
new file mode 100644
index 00000000000..699967ac5f1
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-build/meson/meson-1.8.3.ebuild
@@ -0,0 +1,231 @@
+# Copyright 2016-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit shell-completion edo distutils-r1 flag-o-matic toolchain-funcs
+
+if [[ ${PV} = *9999* ]]; then
+ EGIT_REPO_URI="https://github.com/mesonbuild/meson"
+ inherit ninja-utils git-r3
+
+ BDEPEND="
+ ${NINJA_DEPEND}
+ $(python_gen_any_dep 'dev-python/pyyaml[${PYTHON_USEDEP}]')
+ "
+
+else
+ inherit verify-sig
+
+ MY_PV=${PV/_/}
+ MY_P=${P/_/}
+ S=${WORKDIR}/${MY_P}
+
+ SRC_URI="
+ https://github.com/mesonbuild/meson/releases/download/${MY_PV}/${MY_P}.tar.gz
+ verify-sig? ( https://github.com/mesonbuild/meson/releases/download/${MY_PV}/${MY_P}.tar.gz.asc )
+ https://github.com/mesonbuild/meson/releases/download/${MY_PV}/meson-reference.3 -> meson-reference-${MY_PV}.3
+ "
+ # Releases may be signed by those listed in Releasing.md. Jussi
+ # remains the default release manager.
+ # https://github.com/mesonbuild/meson/commit/c2d795735fa1c46c54d6aed4d4a30f36a1f853cb
+ BDEPEND="verify-sig? ( sec-keys/openpgp-keys-jpakkane )"
+ VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/jpakkane.gpg
+
+ if [[ ${PV} != *_rc* ]] ; then
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+ fi
+fi
+
+DESCRIPTION="Open source build system"
+HOMEPAGE="https://mesonbuild.com/"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test test-full"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="test-full? ( test )"
+
+DEPEND="
+ test? (
+ dev-libs/glib:2
+ dev-libs/gobject-introspection
+ app-alternatives/ninja
+ dev-vcs/git
+ sys-libs/zlib[static-libs(+)]
+ virtual/pkgconfig
+ dev-build/cmake
+ )
+ test-full? (
+ || ( dev-lang/rust dev-lang/rust-bin )
+ dev-lang/nasm
+ >=dev-lang/pypy-3
+ dev-lang/vala
+ dev-python/cython
+ virtual/fortran
+ virtual/jdk
+
+ app-text/doxygen
+ dev-cpp/gtest
+ dev-libs/protobuf
+ dev-util/bindgen
+ dev-util/gtk-doc
+ dev-util/itstool
+ llvm-core/llvm
+ media-libs/libsdl2
+ media-libs/libwmf
+ net-libs/libpcap
+ sci-libs/hdf5[fortran]
+ sci-libs/netcdf
+ sys-cluster/openmpi[fortran]
+ sys-devel/bison
+ sys-devel/flex
+
+ dev-qt/linguist-tools:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtbase:6[gui,widgets]
+ dev-qt/qtdeclarative:6
+ dev-qt/qttools:6
+ dev-util/gdbus-codegen
+ x11-libs/gtk+:3
+
+ dev-libs/wayland
+ dev-util/wayland-scanner
+ )
+"
+RDEPEND="
+ !/dev/null)
+
+ ${EPYTHON} -u run_tests.py
+ ) || die "Testing failed with ${EPYTHON}"
+}
+
+python_install_all() {
+ distutils-r1_python_install_all
+
+ insinto /usr/share/vim/vimfiles
+ doins -r data/syntax-highlighting/vim/{ftdetect,indent,syntax}
+
+ dozshcomp data/shell-completions/zsh/_meson
+ dobashcomp data/shell-completions/bash/meson
+
+ if [[ ${PV} = *9999* ]]; then
+ DESTDIR="${ED}" eninja -C docs/builddir install
+ else
+ newman "${DISTDIR}"/meson-reference-${MY_PV}.3 meson-reference.3
+ fi
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-build/meson/meson-1.9.0_rc1.ebuild b/sdk_container/src/third_party/portage-stable/dev-build/meson/meson-1.9.0_rc1.ebuild
new file mode 100644
index 00000000000..699967ac5f1
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-build/meson/meson-1.9.0_rc1.ebuild
@@ -0,0 +1,231 @@
+# Copyright 2016-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit shell-completion edo distutils-r1 flag-o-matic toolchain-funcs
+
+if [[ ${PV} = *9999* ]]; then
+ EGIT_REPO_URI="https://github.com/mesonbuild/meson"
+ inherit ninja-utils git-r3
+
+ BDEPEND="
+ ${NINJA_DEPEND}
+ $(python_gen_any_dep 'dev-python/pyyaml[${PYTHON_USEDEP}]')
+ "
+
+else
+ inherit verify-sig
+
+ MY_PV=${PV/_/}
+ MY_P=${P/_/}
+ S=${WORKDIR}/${MY_P}
+
+ SRC_URI="
+ https://github.com/mesonbuild/meson/releases/download/${MY_PV}/${MY_P}.tar.gz
+ verify-sig? ( https://github.com/mesonbuild/meson/releases/download/${MY_PV}/${MY_P}.tar.gz.asc )
+ https://github.com/mesonbuild/meson/releases/download/${MY_PV}/meson-reference.3 -> meson-reference-${MY_PV}.3
+ "
+ # Releases may be signed by those listed in Releasing.md. Jussi
+ # remains the default release manager.
+ # https://github.com/mesonbuild/meson/commit/c2d795735fa1c46c54d6aed4d4a30f36a1f853cb
+ BDEPEND="verify-sig? ( sec-keys/openpgp-keys-jpakkane )"
+ VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/jpakkane.gpg
+
+ if [[ ${PV} != *_rc* ]] ; then
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+ fi
+fi
+
+DESCRIPTION="Open source build system"
+HOMEPAGE="https://mesonbuild.com/"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test test-full"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="test-full? ( test )"
+
+DEPEND="
+ test? (
+ dev-libs/glib:2
+ dev-libs/gobject-introspection
+ app-alternatives/ninja
+ dev-vcs/git
+ sys-libs/zlib[static-libs(+)]
+ virtual/pkgconfig
+ dev-build/cmake
+ )
+ test-full? (
+ || ( dev-lang/rust dev-lang/rust-bin )
+ dev-lang/nasm
+ >=dev-lang/pypy-3
+ dev-lang/vala
+ dev-python/cython
+ virtual/fortran
+ virtual/jdk
+
+ app-text/doxygen
+ dev-cpp/gtest
+ dev-libs/protobuf
+ dev-util/bindgen
+ dev-util/gtk-doc
+ dev-util/itstool
+ llvm-core/llvm
+ media-libs/libsdl2
+ media-libs/libwmf
+ net-libs/libpcap
+ sci-libs/hdf5[fortran]
+ sci-libs/netcdf
+ sys-cluster/openmpi[fortran]
+ sys-devel/bison
+ sys-devel/flex
+
+ dev-qt/linguist-tools:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtbase:6[gui,widgets]
+ dev-qt/qtdeclarative:6
+ dev-qt/qttools:6
+ dev-util/gdbus-codegen
+ x11-libs/gtk+:3
+
+ dev-libs/wayland
+ dev-util/wayland-scanner
+ )
+"
+RDEPEND="
+ !/dev/null)
+
+ ${EPYTHON} -u run_tests.py
+ ) || die "Testing failed with ${EPYTHON}"
+}
+
+python_install_all() {
+ distutils-r1_python_install_all
+
+ insinto /usr/share/vim/vimfiles
+ doins -r data/syntax-highlighting/vim/{ftdetect,indent,syntax}
+
+ dozshcomp data/shell-completions/zsh/_meson
+ dobashcomp data/shell-completions/bash/meson
+
+ if [[ ${PV} = *9999* ]]; then
+ DESTDIR="${ED}" eninja -C docs/builddir install
+ else
+ newman "${DISTDIR}"/meson-reference-${MY_PV}.3 meson-reference.3
+ fi
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-build/meson/meson-9999.ebuild b/sdk_container/src/third_party/portage-stable/dev-build/meson/meson-9999.ebuild
index dcb9ffd2067..699967ac5f1 100644
--- a/sdk_container/src/third_party/portage-stable/dev-build/meson/meson-9999.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-build/meson/meson-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
DISTUTILS_USE_PEP517=setuptools
inherit shell-completion edo distutils-r1 flag-o-matic toolchain-funcs
@@ -87,6 +87,7 @@ DEPEND="
dev-qt/linguist-tools:5
dev-qt/qtwidgets:5
dev-qt/qtbase:6[gui,widgets]
+ dev-qt/qtdeclarative:6
dev-qt/qttools:6
dev-util/gdbus-codegen
x11-libs/gtk+:3
@@ -119,6 +120,7 @@ python_prepare_all() {
# https://bugs.gentoo.org/673016
-e 's/test_generate_gir_with_address_sanitizer/_&/'
-e 's/test_env_cflags_ldflags/_&/'
+ -e 's/test_c_link_args_and_env/_&/'
# ASAN is unsupported on some targets
# https://bugs.gentoo.org/692822
diff --git a/sdk_container/src/third_party/portage-stable/dev-db/sqlite/Manifest b/sdk_container/src/third_party/portage-stable/dev-db/sqlite/Manifest
index ac104ac4329..9acb4fd9055 100644
--- a/sdk_container/src/third_party/portage-stable/dev-db/sqlite/Manifest
+++ b/sdk_container/src/third_party/portage-stable/dev-db/sqlite/Manifest
@@ -5,6 +5,7 @@ DIST sqlite-doc-3490200.zip 11340124 BLAKE2B 56c1456f5720ee98553350790232d043caf
DIST sqlite-doc-3500000.zip 11367399 BLAKE2B 3356bfc188a8827dbee655df559e0c12391e74d7d1a8afff47f19fd4e6136f30b8eaf43ad1a51da39b9e8e4259e24dc5c4f976d96ea5be008219b4caa48cd105 SHA512 bc385c3d47f738547eac353d78121076bc188cb972b78b5ef8176da91e7c325e99111ebdd80f93538254562281113a527bbfbcd687923874291f19481980cb22
DIST sqlite-doc-3500100.zip 11377048 BLAKE2B 1634de3e4e31661d0039a62c362f3668b47bc01b3220c82e97d93f8d93a3502960d7fbd1d26dd1a3a6924d795fa50a61273956ccec14c0c4b596b117517ee598 SHA512 a4be8415e07750e6e414fbb3282087438dabf0a36cf81c60052e78618264688784da98ee30ad476fbc47fa405f5cc0d2db92010a1173d0b65a58608177e12589
DIST sqlite-doc-3500200.zip 11382890 BLAKE2B f7cea3721d77b32ac4b4c514023750aae8fd95e417fa594452b6f29aa56a061f4177187effaad82d25b868076c6dd8b15db08cf5b9353aa6be06e9938be73e9d SHA512 d1dbec8bc41cc83d2fd048cdc353e44f1ae4a60949aabec1e5aee50485f8535efba85bdae88f93785c8e53d48feb76b8143f272d70f73ce13368815f978bd4bc
+DIST sqlite-doc-3500300.zip 11390337 BLAKE2B ba6d03c78d7c3c865f6ef7fab4077b5eac17c77bba6f64c8fec440da21611e03bf1c558cad1b45b20c30ac01c112624d7e14db273cba0f8023029e041f035de2 SHA512 abd9f19574268d11e8980166c257b7e7361c9fbdb5508fbcb67bb855809a4d7823f658acfeb8c48a142508a5a355882b4f4c976ffd53071f13357c4c5892c861
DIST sqlite-src-3460100.zip 14276926 BLAKE2B df16ea944e317df8ed64fdfab289e3699ec71725ce55e2b30450adaeb41c061b4fba1eb8c41ba638b0edcd12b23264a1f9e413b69fd593c2b65fb1037d3fc8b2 SHA512 6d32a0db9f95d3cec34f02f3fd45b453bf7c422d4d4d9570790f641e7d190b8b31be8e8715afacc1b6e4417f15a4d15a0b28e608ae0b4b5f3054b075783b916e
DIST sqlite-src-3470200.zip 14421983 BLAKE2B dcaea5be0099b2dad1b53403933f0037ace48b1f248040c1b5cc116ac2ad6c9b44c71b8efe3afd16bef01119b440d1a2ec9d553a22f855e0ba55793684f53d8d SHA512 a6280a02304bfae173d9e9ebf376b2d3624658f04af4d8e95d5a042e24cf0405a47c0a4023f4dbc2790716cd85e16b97fcc0a83c1534e6d554f4eb0bfb0a3ed3
DIST sqlite-src-3490100.zip 14372402 BLAKE2B c7f6a574698512e2fde44e54ed2a101e7307821b0015287bbf5ab151f5f59432fe051fda1d1caec865928717f51c42f1161187fb768180088574ca225cd29250 SHA512 24c81cee52e5655f4e9d6496a366e4787352b5108ea27eb5ce3dc07ef3e1975205bb250584b0758fb2832add84ca922b09a4d925e0dc2f55dd3613a58b414ec3
@@ -12,3 +13,4 @@ DIST sqlite-src-3490200.zip 14377708 BLAKE2B b455388c3c9d0424b7f36b5ab41b7506f52
DIST sqlite-src-3500000.zip 14387288 BLAKE2B 9df808ca2e754d8196c19bba3eca370b7675edb89c1fe3bce4d50f848132a5a67079ef6bfceef44fafc7f96f2ded495416093dcda821ea64e06b04b81f3678f1 SHA512 d1b14906011c22bdb1a77e2668aceb42ea912047d8c6358e68fd4097cdaf1dc932ad47f3e621b5242c0c30366a1ecea26c170cd21ff4153d4f0c91d4b9c9eb14
DIST sqlite-src-3500100.zip 14391009 BLAKE2B 4e8568e3994b6fc63f0d27e035001fcf4798b6dda50e9a52943b618a5585c87b2658b57f7153361253bf574f2948c0f44436514c890f1e98f7d816e77d3b985c SHA512 20d5bda28ab6a9edff28c7a7b5c36b3aeabf34758560e87205626dad4202cd2e1e0e01226791e866e995423f7c76e89f26da49515f47c774a3241f59228a27f7
DIST sqlite-src-3500200.zip 14392422 BLAKE2B d1d21b53e4eb5b4a89d1460e2a1f57f198fa194efa804f1eb71a747d8a8ff75240f7d2757bee537b901830c359b42d7639943f59d28623bc2fb3c870b725debf SHA512 827c78b2bfd823626cdae6a88fff882cbd90430babfab6c6fd224cf05c8764b43499184a4f07293fb00bfcbbaedfec958d1afbfe4431ea9b24b189c561213e7d
+DIST sqlite-src-3500300.zip 14393097 BLAKE2B 98c751f9d2aeaaef11d447b2921c7d9df160cdf74231d92f83b49a94df96bf3e09ba99a2aad54e85029f483c864430950f5869146f453accf4319b11cb30a825 SHA512 b09293191341df781353d1f76e7280b806e79ec79857e6ab881e4a0a2311ae8d524c2a918f1beeb007b487cc5615ad5c5ca96e2657c1e9853b2e727f637bcb5f
diff --git a/sdk_container/src/third_party/portage-stable/dev-db/sqlite/sqlite-3.50.3.ebuild b/sdk_container/src/third_party/portage-stable/dev-db/sqlite/sqlite-3.50.3.ebuild
new file mode 100644
index 00000000000..b1a38b74238
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-db/sqlite/sqlite-3.50.3.ebuild
@@ -0,0 +1,444 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic multilib multilib-minimal toolchain-funcs
+
+DESCRIPTION="SQL database engine"
+HOMEPAGE="https://sqlite.org/"
+
+# On version updates, make sure to read the forum (https://sqlite.org/forum/forum)
+# for hints regarding test failures, backports, etc.
+if [[ ${PV} == 9999 ]]; then
+ S="${WORKDIR}"/${PN}
+ PROPERTIES="live"
+else
+ printf -v SRC_PV "%u%02u%02u%02u" $(ver_rs 1- " ")
+ DOC_PV="${SRC_PV}"
+ #printf -v DOC_PV "%u%02u%02u00" $(ver_rs 1-3 " ")
+
+ SRC_URI="
+ https://sqlite.org/2025/${PN}-src-${SRC_PV}.zip
+ doc? ( https://sqlite.org/2025/${PN}-doc-${DOC_PV}.zip )
+ "
+ S="${WORKDIR}/${PN}-src-${SRC_PV}"
+
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+fi
+
+LICENSE="public-domain"
+SLOT="3"
+IUSE="debug doc icu +readline secure-delete static-libs tcl test tools"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ sys-libs/zlib:=[${MULTILIB_USEDEP}]
+ icu? ( dev-libs/icu:=[${MULTILIB_USEDEP}] )
+ readline? ( sys-libs/readline:=[${MULTILIB_USEDEP}] )
+ tcl? ( dev-lang/tcl:=[${MULTILIB_USEDEP}] )
+ tools? ( dev-lang/tcl:= )
+"
+DEPEND="
+ ${RDEPEND}
+ test? ( >=dev-lang/tcl-8.6:0[${MULTILIB_USEDEP}] )
+"
+if [[ ${PV} == 9999 ]]; then
+ BDEPEND+=" dev-vcs/fossil"
+else
+ BDEPEND+=" app-arch/unzip"
+fi
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-3.47.2-hwtime.h-Don-t-use-rdtsc-on-i486.patch
+)
+
+_fossil_fetch() {
+ local distdir="${PORTAGE_ACTUAL_DISTDIR:-${DISTDIR}}"
+ local repo_id="${1}"
+ local repo_uri="${2}"
+
+ local -x FOSSIL_HOME="${HOME}"
+
+ mkdir -p "${T}/fossil/${repo_id}" || die
+ pushd "${T}/fossil/${repo_id}" > /dev/null || die
+
+ if [[ -n "${EVCS_OFFLINE}" ]]; then
+ if [[ ! -f "${distdir}/fossil-src/${repo_id}/${repo_id}.fossil" ]]; then
+ die "Network activity disabled using EVCS_OFFLINE and clone of repository missing: \"${distdir}/fossil-src/${repo_id}/${repo_id}.fossil\""
+ fi
+ else
+ if [[ ! -f "${distdir}/fossil-src/${repo_id}/${repo_id}.fossil" ]]; then
+ einfo fossil clone --verbose "${repo_uri}" "${repo_id}.fossil"
+ fossil clone --verbose "${repo_uri}" "${repo_id}.fossil" || die
+ echo
+ else
+ cp -p "${distdir}/fossil-src/${repo_id}/${repo_id}.fossil" . || die
+ einfo fossil pull --repository "${repo_id}.fossil" --verbose "${repo_uri}"
+ fossil pull --repository "${repo_id}.fossil" --verbose "${repo_uri}" || die
+ echo
+ fi
+
+ (
+ addwrite "${distdir}"
+ mkdir -p "${distdir}/fossil-src/${repo_id}" || die
+ cp -p "${repo_id}.fossil" "${distdir}/fossil-src/${repo_id}/${repo_id}.fossil" || die
+ )
+ fi
+
+ popd > /dev/null || die
+}
+
+_fossil_checkout() {
+ local distdir="${PORTAGE_ACTUAL_DISTDIR:-${DISTDIR}}"
+ local repo_id="${1}"
+ local branch_or_commit="${2}"
+ local target_directory="${3}"
+
+ local -x FOSSIL_HOME="${HOME}"
+
+ if [[ ! -f "${distdir}/fossil-src/${repo_id}/${repo_id}.fossil" ]]; then
+ die "Clone of repository missing: \"${distdir}/fossil-src/${repo_id}/${repo_id}.fossil\""
+ fi
+
+ if [[ ! -f "${T}/fossil/${repo_id}/${repo_id}.fossil" ]]; then
+ mkdir -p "${T}/fossil/${repo_id}" || die
+ cp -p "${distdir}/fossil-src/${repo_id}/${repo_id}.fossil" "${T}/fossil/${repo_id}" || die
+ fi
+
+ mkdir "${target_directory}" || die
+ pushd "${target_directory}" > /dev/null || die
+
+ einfo fossil open --quiet "${T}/fossil/${repo_id}/${repo_id}.fossil" "${branch_or_commit}"
+ fossil open --quiet "${T}/fossil/${repo_id}/${repo_id}.fossil" "${branch_or_commit}" || die
+ echo
+
+ popd > /dev/null || die
+}
+
+fossil_fetch() {
+ local repo_id="${1}"
+ local repo_uri="${2}"
+ local target_directory="${3}"
+
+ local branch_or_commit="${EFOSSIL_COMMIT:-${EFOSSIL_BRANCH:-trunk}}"
+
+ _fossil_fetch "${repo_id}" "${repo_uri}"
+ _fossil_checkout "${repo_id}" "${branch_or_commit}" "${target_directory}"
+}
+
+src_unpack() {
+ if [[ ${PV} == 9999 ]]; then
+ fossil_fetch sqlite https://sqlite.org/src "${WORKDIR}/${PN}"
+ if use doc; then
+ fossil_fetch sqlite-doc https://sqlite.org/docsrc "${WORKDIR}/${PN}-doc"
+ fi
+ else
+ default
+ fi
+}
+
+src_prepare() {
+ default
+
+ multilib_copy_sources
+}
+
+multilib_src_configure() {
+ local -x CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}"
+ local options=()
+
+ options+=(
+ --enable-load-extension
+ --enable-threadsafe
+ )
+
+ # Support detection of misuse of SQLite API.
+ # https://sqlite.org/compile.html#enable_api_armor
+ append-cppflags -DSQLITE_ENABLE_API_ARMOR
+
+ # Support bytecode and tables_used virtual tables.
+ # https://sqlite.org/compile.html#enable_bytecode_vtab
+ # https://sqlite.org/bytecodevtab.html
+ append-cppflags -DSQLITE_ENABLE_BYTECODE_VTAB
+
+ # Support column metadata functions.
+ # https://sqlite.org/compile.html#enable_column_metadata
+ # https://sqlite.org/c3ref/column_database_name.html
+ append-cppflags -DSQLITE_ENABLE_COLUMN_METADATA
+
+ # Support sqlite_dbpage virtual table.
+ # https://sqlite.org/compile.html#enable_dbpage_vtab
+ # https://sqlite.org/dbpage.html
+ append-cppflags -DSQLITE_ENABLE_DBPAGE_VTAB
+
+ # Support dbstat virtual table.
+ # https://sqlite.org/compile.html#enable_dbstat_vtab
+ # https://sqlite.org/dbstat.html
+ append-cppflags -DSQLITE_ENABLE_DBSTAT_VTAB
+
+ # Support sqlite3_serialize() and sqlite3_deserialize() functions.
+ # https://sqlite.org/compile.html#enable_deserialize
+ # https://sqlite.org/c3ref/serialize.html
+ # https://sqlite.org/c3ref/deserialize.html
+ append-cppflags -DSQLITE_ENABLE_DESERIALIZE
+
+ # Support comments in output of EXPLAIN.
+ # https://sqlite.org/compile.html#enable_explain_comments
+ append-cppflags -DSQLITE_ENABLE_EXPLAIN_COMMENTS
+
+ # Support Full-Text Search versions 3, 4 and 5.
+ # https://sqlite.org/compile.html#enable_fts3
+ # https://sqlite.org/compile.html#enable_fts3_parenthesis
+ # https://sqlite.org/compile.html#enable_fts4
+ # https://sqlite.org/compile.html#enable_fts5
+ # https://sqlite.org/fts3.html
+ # https://sqlite.org/fts5.html
+ append-cppflags -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS
+ options+=( --enable-fts4 )
+ options+=( --enable-fts5 )
+
+ # Support hidden columns.
+ append-cppflags -DSQLITE_ENABLE_HIDDEN_COLUMNS
+
+ # Support memsys5 memory allocator.
+ # https://sqlite.org/compile.html#enable_memsys5
+ # https://sqlite.org/malloc.html#memsys5
+ options+=( --enable-memsys5 )
+
+ # Support sqlite3_normalized_sql() function.
+ # https://sqlite.org/c3ref/expanded_sql.html
+ append-cppflags -DSQLITE_ENABLE_NORMALIZE
+
+ # Support sqlite_offset() function.
+ # https://sqlite.org/compile.html#enable_offset_sql_func
+ # https://sqlite.org/lang_corefunc.html#sqlite_offset
+ append-cppflags -DSQLITE_ENABLE_OFFSET_SQL_FUNC
+
+ # Support pre-update hook functions.
+ # https://sqlite.org/compile.html#enable_preupdate_hook
+ # https://sqlite.org/c3ref/preupdate_count.html
+ append-cppflags -DSQLITE_ENABLE_PREUPDATE_HOOK
+
+ # Support Resumable Bulk Update extension.
+ # https://sqlite.org/compile.html#enable_rbu
+ # https://sqlite.org/rbu.html
+ append-cppflags -DSQLITE_ENABLE_RBU
+
+ # Support R*Trees.
+ # https://sqlite.org/compile.html#enable_rtree
+ # https://sqlite.org/compile.html#enable_geopoly
+ # https://sqlite.org/rtree.html
+ # https://sqlite.org/geopoly.html
+ options+=( --enable-rtree --enable-geopoly )
+
+ # Support Session extension.
+ # https://sqlite.org/compile.html#enable_session
+ # https://sqlite.org/sessionintro.html
+ options+=( --enable-session )
+
+ # Support scan status functions.
+ # https://sqlite.org/compile.html#enable_stmt_scanstatus
+ # https://sqlite.org/c3ref/stmt_scanstatus.html
+ # https://sqlite.org/c3ref/stmt_scanstatus_reset.html
+ append-cppflags -DSQLITE_ENABLE_STMT_SCANSTATUS
+
+ # Support sqlite_stmt virtual table.
+ # https://sqlite.org/compile.html#enable_stmtvtab
+ # https://sqlite.org/stmt.html
+ append-cppflags -DSQLITE_ENABLE_STMTVTAB
+
+ # Support unknown() function.
+ # https://sqlite.org/compile.html#enable_unknown_sql_function
+ append-cppflags -DSQLITE_ENABLE_UNKNOWN_SQL_FUNCTION
+
+ # Support unlock notification.
+ # https://sqlite.org/compile.html#enable_unlock_notify
+ # https://sqlite.org/c3ref/unlock_notify.html
+ # https://sqlite.org/unlock_notify.html
+ append-cppflags -DSQLITE_ENABLE_UNLOCK_NOTIFY
+
+ # Support LIMIT and ORDER BY clauses on DELETE and UPDATE statements.
+ # https://sqlite.org/compile.html#enable_update_delete_limit
+ # https://sqlite.org/lang_delete.html#optional_limit_and_order_by_clauses
+ # https://sqlite.org/lang_update.html#optional_limit_and_order_by_clauses
+ append-cppflags -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT
+
+ # Support soundex() function.
+ # https://sqlite.org/compile.html#soundex
+ # https://sqlite.org/lang_corefunc.html#soundex
+ append-cppflags -DSQLITE_SOUNDEX
+
+ # Support URI filenames.
+ # https://sqlite.org/compile.html#use_uri
+ # https://sqlite.org/uri.html
+ append-cppflags -DSQLITE_USE_URI
+
+ options+=( $(use_enable debug) )
+
+ if use icu; then
+ # Support ICU extension.
+ # https://sqlite.org/compile.html#enable_icu
+ options+=( --with-icu-config )
+ fi
+
+ options+=(
+ --disable-editline
+ $(use_enable readline)
+ )
+
+ if use readline; then
+ options+=( --with-readline-inc="-I${ESYSROOT}/usr/include/readline" )
+ fi
+
+ if use secure-delete; then
+ # Enable secure_delete pragma by default.
+ # https://sqlite.org/compile.html#secure_delete
+ # https://sqlite.org/pragma.html#pragma_secure_delete
+ append-cppflags -DSQLITE_SECURE_DELETE
+ fi
+
+ options+=( $(use_enable static-libs static) )
+
+ # tcl, test, tools USE flags.
+ if use tcl || use test || { use tools && multilib_is_native_abi; }; then
+ options+=(
+ --enable-tcl
+ --with-tcl="${ESYSROOT}/usr/$(get_libdir)"
+ )
+ else
+ options+=( --disable-tcl )
+ fi
+
+ if [[ "${ABI}" == "x86" ]]; then
+ if $(tc-getCC) ${CPPFLAGS} ${CFLAGS} -E -P -dM - < /dev/null 2> /dev/null | grep -q "^#define __SSE__ 1$"; then
+ append-cflags -mfpmath=sse
+ else
+ append-cflags -ffloat-store
+ fi
+ fi
+
+ if [[ ${CHOST} != *-darwin* ]] ; then
+ # set SONAME for the library
+ options+=( --soname=legacy )
+ else
+ # to allow install_name_tool id change
+ append-ldflags -headerpad_max_install_names
+ fi
+
+ # https://sqlite.org/forum/forumpost/4f4d06a9f6683bb9
+ tc-export_build_env BUILD_CC
+
+ CC_FOR_BUILD=${BUILD_CC} econf "${options[@]}"
+}
+
+multilib_src_compile() {
+ emake HAVE_TCL="$(usex tcl 1 0)" TCLLIBDIR="${EPREFIX}/usr/$(get_libdir)/${P}"
+
+ if use tools && multilib_is_native_abi; then
+ emake changeset dbdump dbhash dbtotxt index_usage rbu scrub showdb showjournal showshm showstat4 showwal sqldiff sqlite3_analyzer sqlite3_checker sqlite3_expert sqltclsh
+ fi
+
+ if [[ ${PV} == 9999 ]] && use doc && multilib_is_native_abi; then
+ emake tclsqlite3.c
+
+ local build_directory="$(pwd)"
+ build_directory="${build_directory##*/}"
+
+ mkdir "${WORKDIR}/${PN}-doc-build" || die
+ pushd "${WORKDIR}/${PN}-doc-build" > /dev/null || die
+
+ emake -f "../${PN}-doc/Makefile" -j1 SRC="../${PN}" BLD="../${build_directory}" DOC="../${PN}-doc" CC="$(tc-getBUILD_CC)" TCLINC="" TCLFLAGS="$($(tc-getBUILD_PKG_CONFIG) --libs tcl) -ldl -lm" base doc
+ rmdir doc/matrix{/*,} || die
+
+ popd > /dev/null || die
+ fi
+}
+
+multilib_src_test() {
+ if [[ "${EUID}" -eq 0 ]]; then
+ ewarn "Skipping tests due to root permissions"
+ return
+ fi
+
+ local -x SQLITE_HISTORY="${T}/sqlite_history_${ABI}"
+
+ # e_uri.test tries to open files in /.
+ # bug #839798
+ local SANDBOX_PREDICT=${SANDBOX_PREDICT}
+ addpredict "/test.db"
+ addpredict "/ÿ.db"
+
+ emake -Onone $(usex debug 'fulltest' 'test')
+}
+
+multilib_src_install() {
+ emake DESTDIR="${D}" HAVE_TCL="$(usex tcl 1 "")" TCLLIBDIR="${EPREFIX}/usr/$(get_libdir)/${P}" install
+
+ if [[ ${CHOST} == *-darwin* ]] ; then
+ # fix install_name, soname=legacy doesn't work for this (but
+ # breaks the build instead)
+ install_name_tool \
+ -id "${EPREFIX}/usr/$(get_libdir)/libsqlite3$(get_libname 0)" \
+ "${ED}/usr/$(get_libdir)/libsqlite3$(get_libname ${PV})" \
+ || die "failed to fix install_name"
+ fi
+
+ if use tools && multilib_is_native_abi; then
+ install_tool() {
+ if [[ -f ".libs/${1}" ]]; then
+ newbin ".libs/${1}" "${2}"
+ else
+ newbin "${1}" "${2}"
+ fi
+ }
+
+ install_tool changeset sqlite3-changeset
+ install_tool dbdump sqlite3-db-dump
+ install_tool dbhash sqlite3-db-hash
+ install_tool dbtotxt sqlite3-db-to-txt
+ install_tool index_usage sqlite3-index-usage
+ install_tool rbu sqlite3-rbu
+ install_tool scrub sqlite3-scrub
+ install_tool showdb sqlite3-show-db
+ install_tool showjournal sqlite3-show-journal
+ install_tool showshm sqlite3-show-shm
+ install_tool showstat4 sqlite3-show-stat4
+ install_tool showwal sqlite3-show-wal
+ install_tool sqldiff sqlite3-diff
+ install_tool sqlite3_analyzer sqlite3-analyzer
+ install_tool sqlite3_checker sqlite3-checker
+ install_tool sqlite3_expert sqlite3-expert
+ install_tool sqltclsh sqlite3-tclsh
+
+ unset -f install_tool
+ fi
+}
+
+multilib_src_install_all() {
+ find "${ED}" -name "*.la" -delete || die
+
+ doman sqlite3.1
+
+ if use doc; then
+ if [[ ${PV} == 9999 ]]; then
+ pushd "${WORKDIR}/${PN}-doc-build/doc" > /dev/null || die
+ else
+ pushd "${WORKDIR}/${PN}-doc-${DOC_PV}" > /dev/null || die
+ fi
+
+ find "(" -name "*.db" -o -name "*.txt" ")" -delete || die
+ if [[ ${PV} != 9999 ]]; then
+ rm search search.d/admin || die
+ rmdir search.d || die
+ find -name "*~" -delete || die
+ fi
+
+ (
+ docinto html
+ dodoc -r *
+ )
+
+ popd > /dev/null || die
+ fi
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-go/go-md2man/Manifest b/sdk_container/src/third_party/portage-stable/dev-go/go-md2man/Manifest
index 5f9909e3d0e..17af0e6d638 100644
--- a/sdk_container/src/third_party/portage-stable/dev-go/go-md2man/Manifest
+++ b/sdk_container/src/third_party/portage-stable/dev-go/go-md2man/Manifest
@@ -1,3 +1,4 @@
-DIST go-md2man-2.0.3.tar.gz 64961 BLAKE2B 790fe7c247e0f934a397d7389be589c6e4d75be3cd533da13ae4e46c927604c3249e3a2f0c975320bac0f21f3040059202434f6fd4b2ea6dd50d6b772fa01842 SHA512 237e8039beea11b4efb7d0c75fb5826c17dea50057b0149b9533e72e2a5198811f9a3a5b264ea3788922d2f03b07cb57914448b2d4325d54d0f946fb42c42f40
DIST go-md2man-2.0.6-deps.tar.xz 76368 BLAKE2B 010d274d5e5c20e14848e92b210b03447d11c6fe8fd728b0f148a6f2cbc9f0a7cca22217f1920e00b0f7c363bbe2c5f572fb95ce02e67e3e55175c56cbd372d9 SHA512 7abc4eb75b4a168f2269936049eaca68ecb9ed39b29e6885cddf3683daf9b439b1573848192dff98ce67b99da0d1f09ddc27261e97c8cdfeb71e09e0030876b6
DIST go-md2man-2.0.6.tar.gz 11064 BLAKE2B fec5c061c5d1b85e3ad86563a301afd01d47f2d83ef5b97bf964f77ebbbbb19c58108ecd8caa9df1663396a13c8b178578a9b02c3c30341cea0bb9abe1d196ea SHA512 c6273040edf7e4c97851c0bfb5366ed0298e92ff1f7f4740104979f1cac17d6303b998ff75396a4264b164872886854e7dadfee3f139d76f684c1b6ca5512828
+DIST go-md2man-2.0.7-deps.tar.xz 76368 BLAKE2B 010d274d5e5c20e14848e92b210b03447d11c6fe8fd728b0f148a6f2cbc9f0a7cca22217f1920e00b0f7c363bbe2c5f572fb95ce02e67e3e55175c56cbd372d9 SHA512 7abc4eb75b4a168f2269936049eaca68ecb9ed39b29e6885cddf3683daf9b439b1573848192dff98ce67b99da0d1f09ddc27261e97c8cdfeb71e09e0030876b6
+DIST go-md2man-2.0.7.tar.gz 11337 BLAKE2B 4b82e6cff896317e555b0eb50da69e9c29b9532d115e3c9b2c5a9c98681ba2726db81bab6dc8fac95a2dc4ca32f9e99161c0a8943001863ef68191acf8fd6c09 SHA512 cc6878af3cfdb0c06ee46b39aa407ec5e48814dc8f68eeae885607407833ac263995fe61c0870217e7c2b2102904f1cf732fa210d89ba38e2443ab1436212905
diff --git a/sdk_container/src/third_party/portage-stable/dev-go/go-md2man/go-md2man-2.0.3.ebuild b/sdk_container/src/third_party/portage-stable/dev-go/go-md2man/go-md2man-2.0.3.ebuild
deleted file mode 100644
index de6a9433af8..00000000000
--- a/sdk_container/src/third_party/portage-stable/dev-go/go-md2man/go-md2man-2.0.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="A utility to convert markdown to man pages"
- SRC_URI="https://github.com/cpuguy83/go-md2man/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="https://github.com/cpuguy83/go-md2man"
-
-LICENSE="BSD-2 MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv ~x86"
-
-# restrict tests because they need network-sandbox disabled
-# bug https://bugs.gentoo.org/715028
-RESTRICT+=" test"
-
-src_compile() {
- emake BUILD_FLAGS="-mod=vendor" build
-}
-
-src_install() {
- "${S}"/bin/go-md2man -in go-md2man.1.md -out go-md2man.1 ||
- die "Unable to create man page"
- dobin bin/go-md2man
- doman go-md2man.1
-}
-
-src_test() {
- emake test
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-go/go-md2man/go-md2man-2.0.7.ebuild b/sdk_container/src/third_party/portage-stable/dev-go/go-md2man/go-md2man-2.0.7.ebuild
new file mode 100644
index 00000000000..bcac703061a
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-go/go-md2man/go-md2man-2.0.7.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo go-module
+
+DESCRIPTION="A utility to convert markdown to man pages"
+HOMEPAGE="https://github.com/cpuguy83/go-md2man"
+SRC_URI="https://github.com/cpuguy83/go-md2man/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~arthurzam/distfiles/dev-go/${PN}/${P}-deps.tar.xz"
+
+LICENSE="BSD-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+src_compile() {
+ emake build
+}
+
+src_test() {
+ emake test
+}
+
+src_install() {
+ dobin bin/go-md2man
+
+ edo "${S}"/bin/go-md2man -in go-md2man.1.md -out go-md2man.1
+ doman go-md2man.1
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/go/go-1.23.11.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/go/go-1.23.11.ebuild
index 8055c81cefa..42d59f6d8f5 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/go/go-1.23.11.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/go/go-1.23.11.ebuild
@@ -23,7 +23,7 @@ case ${PV} in
case ${PV} in
*_beta*|*_rc*) ;;
*)
- KEYWORDS="-* ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+ KEYWORDS="-* amd64 ~arm ~arm64 ~loong ~mips ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
;;
esac
esac
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/go/go-1.24.5.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/go/go-1.24.5.ebuild
index 2be24178ea7..ac363e2cc1d 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/go/go-1.24.5.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/go/go-1.24.5.ebuild
@@ -20,7 +20,7 @@ case ${PV} in
*)
SRC_URI="https://storage.googleapis.com/golang/go${MY_PV}.src.tar.gz "
S="${WORKDIR}"/go
- KEYWORDS="-* ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+ KEYWORDS="-* amd64 ~arm ~arm64 ~loong ~mips ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
;;
esac
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/python-exec/python-exec-2.4.10.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/python-exec/python-exec-2.4.10.ebuild
index af542129b69..1ec3c923c8e 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/python-exec/python-exec-2.4.10.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/python-exec/python-exec-2.4.10.ebuild
@@ -3,7 +3,10 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
+# This is just a stub for tooling, see the IUSE hack below. Don't panic
+# if the array here doesn't contain the latest impl. If you can't use a
+# new impl., it's likely because it's a stable-masked flag.
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit python-any-r1
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/python/Manifest b/sdk_container/src/third_party/portage-stable/dev-lang/python/Manifest
index 18e3c9871a1..87ad78f0b6b 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/python/Manifest
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/python/Manifest
@@ -12,17 +12,26 @@ DIST Python-3.13.5.tar.xz 22856016 BLAKE2B 9caacad8745dcd238b208022cb140a6655ae5
DIST Python-3.13.5.tar.xz.asc 963 BLAKE2B 2db0162d18129ec42b48393108a72c28e7f8f8c3fa40b2e231c87fe0bdc3c166fb6ca4a1c1dfb3fffe1aa0c2618c7ccb245513beb7a0919b4aaca5ec7eb23b36 SHA512 07c1a2ec2d6ba2805680b7f1dc262fdc5dc3eec4503780ecdc08cd570ccbb5f1efa736ee03c83d36bdb33ce87db06be5892cf5a6eaf4018d5fe78fff99e615ae
DIST Python-3.14.0b4.tar.xz 23641472 BLAKE2B e894c115d50371e2ecfd5c0cf79f37d3bff230338524bbb2352af8e42d256cd8fe17a38c68769d3125ddcae33500fd151ed64b5641d7f35f4b8968fcae9e31b4 SHA512 faaea000a474430a4ee41bdc95f9a77aa6573354698bc987a7617a6d36eae4b8e7f02ac945eb5b97df8dc62a256725ccd59fec08d4af2bd7b6e8a31ef4f92e2a
DIST Python-3.14.0b4.tar.xz.sigstore 5038 BLAKE2B 95bd040d9be4d746b8d1a5a7486d309783248093b032b85ac5e7e7eaf35caa99b43bf3bf7c3ad69635a7b4f14bf6e42a9ba0b54d19986069b5dc075d17a8ddd5 SHA512 3e2a7a73d5cd98e4e8139ef89bf75c1213459db7634bb57ea2de126ff403e7f9244ec6fca525bcb55b9cd5342cbc80d659772709ebf405d330dcd4f14f93a7cc
+DIST Python-3.14.0rc1.tar.xz 23661916 BLAKE2B 77657bb87fe5a8ef538d97ca5ab39be8243d222400f0439ae6a719f528f19d79a22b3c0832c8e0ed9650e8d18a546cec4f40dd881d142b0739e97add688662be SHA512 6f34f593713282e105f9cf0396c523f738f3e4e8c2d4bcc4051c9febff96ab521e67abfe5fd072d7f584c3afcc7acb96a42939f51259ea411308a48468f7fd4e
+DIST Python-3.14.0rc1.tar.xz.sigstore 5134 BLAKE2B 10f93540d5acfcd1509826b606d5a2ded0b40c5c60951c893d18c1baa39d8189ac15fa586fcd34318ac6cfeb4c9ad51a86936849a8cdcbb179a11cc86f5f3189 SHA512 0ecd23bf303e42be6f639d55e2b00c13a87caf512923fd529b2661de6e73f76491def062037befbefd6c2fcf2608ae8cb27faae7431137b53e60c8cc20fec740
DIST Python-3.8.20.tar.xz 18962788 BLAKE2B 715c75e0c0a3d3b77af7f07478311bb0554b80aac72915be703aa2d0dd6459a972e5669808e64da14a0b91bb183e00655055c1726f302dc3ccd8721e3b4ae3e6 SHA512 3c9341ee1fd33cb687958dcf2b7c0c7700489726c4d530c3e9d9537d46a6ab534541a4b312232d8505bea395a07e4518c42d75fb7571103e6b266f8f44115c61
DIST Python-3.8.20.tar.xz.asc 833 BLAKE2B 5c86c15a1090b42e42bb7512565b1a7ad9d2137d59e9fd1ab0f83fdfc37dfcf184389418d6703db809e9c8c04a169af292665a2b58bf5dc61b7724ecbb4132d9 SHA512 a751ae0407a593d97acac4d5f8a0456580c753efa12a7d960125c219b4897fdb26fc1ffd43d8ea33ad1449162dd3b2904c16b6c51c57561ba73de3ffa62e0eed
DIST Python-3.9.23.tar.xz 19659284 BLAKE2B 17c7c9acec1e2f2e9d146b2c35738ea05cf16609f267dd784668ab43bcce7be93e164c14106f9640a060326ebb2b8bd4ee4e58086bdced4ca611d7f96dbb3699 SHA512 ad2eb2eebff286a16ad631339bc0890b0686cf5e669d28905a98f96e9b1af6673d255f36bf19e146aa4de8d012587dc6b3193e903718f9cdba4b97041318f418
DIST Python-3.9.23.tar.xz.asc 833 BLAKE2B a17a88b1997ece75e6447398d20c67e4b1be6d64204e6ac20aa4650e465b0657e7ae8bd497602d2e3c7193b50ecf7d15a1eb996942a05aab117eb25446dab159 SHA512 10187b0df66743308548780f82872d032530f8233f539cf66a2cfbdef1095b760f81f2fcc1759f003cc6f20752be91bdef71e4d821e76a75c0c85df112335698
DIST python-gentoo-patches-2.7.18_p16.tar.xz 35448 BLAKE2B 0139c0944f62f9cdd236f6a8557e0ed19704c7d72869af1cb7d8bd3e646a746cd4a0201e1b44232a5e78ef49f254db20b0d0271bf744fbfd4fe0f1e99b8f3e6c SHA512 810be590d0e06fab4b2165e6852ca49662f09dcd7e20b47a29f613ad7653252c8dfac3f0eb228d77c8a914efa7c08788b2fbd552a4b47504f5fd0ec17450c48f
DIST python-gentoo-patches-3.10.18.tar.xz 29664 BLAKE2B dd69f7866cebad2536b41056571d74cbd90800062b06612b7509c9ce8f258aef66586f3c6e08f52caaceb7b0a01a52502b9c763b6f7d94caac0e929d9d77219b SHA512 b4cf4ff2d7e5b73e1102acc2183c4da3e734bdbec1c284d1fef8aceba0d49246dcdc954d3e4119521fde1e895bab0754b34b346b736b46ce45aff1afc6d38cef
+DIST python-gentoo-patches-3.10.18_p2.tar.xz 40708 BLAKE2B 9fb59889ffec1215511b0a1540d4765366ae850c43ea4fa41cdb65ffbae073b03288cf4071a0451cfc240a0e3a172224121c583ede5baa0784e47509aba83a1f SHA512 58404ae035becbac51031ac1dab84191f2ea342f763f9ac9ca0ded10bc2c3ece4c68d1b49f202c1ccf8faf5c5417f779d56a977da93af27c15aa08754e8bded8
DIST python-gentoo-patches-3.11.13.tar.xz 16492 BLAKE2B 8b188742dd3f25974cead290e5793c31f02741a901dce65137c596045fa2fbd5baaef332204af90f95ddcd864ee542b252c00b190e15c25af60a7bda771b116f SHA512 b5abad341d2eede81df445b56a98720466ec23df40a8a2e99a04dba5a106205655c8e2b64df0ca2630f036c8fe457ba64524280d137bbc99f52e4fd8e6bbd5ae
+DIST python-gentoo-patches-3.11.13_p1.tar.xz 27748 BLAKE2B 26e0b5397d7927711bcc40330f72f54fb16c660c56a2f87166c5336eb2f53ccd4e920b906854ee122d64360b414e11a38a31a410936b4a49f6610626203f4322 SHA512 7c7eca7bf827255925e073c0ed5c69e9036b79e35e8f6ccb2684709bdc41fec80823a1df192c3decf56ba6d53e2c9feaf7fb81f3a214da69773da6a2997ca19b
DIST python-gentoo-patches-3.12.11.tar.xz 12020 BLAKE2B b419d32b1d7bef9408027edda7eac9a920a877e1b8f521483df595199bad1bbadd9dd9500079c09beab63286a801bfb25da5f93a5d31462ed3e457a6e40ad6af SHA512 1b0eaff4c0df06554525a50576da7eadb4067c4f2970851e5c9e3e527a9ccc4216cbd65c45fd562af4a1cedc2c66278a74bee5cf5c1a65df8feb22f34f5a19e4
+DIST python-gentoo-patches-3.12.11_p1.tar.xz 23276 BLAKE2B 794485d0fa596f0f2797e2aa505f888a05e2ef63840068b3214efbe51b592586bcfdf193b71e239beb3c3037f01ca086b6b97aeff092b2a344e74d962fb9dffc SHA512 1402b0bbeb189ed4a16364398495fcccc31da0aad4fc88e30978e7754575fbd8f51974dcd97d2a57a581072f083233dfb00b30af687455ad170fc3c64875a9d5
DIST python-gentoo-patches-3.13.4.tar.xz 8912 BLAKE2B e3d9f2a12f801dc75e09c5301757f35216d712b5e5394f2ec3ce1d79d0cb57571dbca525e3d5c35b90fa059c2b78ee24341b6a51cbe9691deac84c9ee0578824 SHA512 1a7141accb7aa70c7bd8dd12528f7de031dfeab9ff089f3d044da0b7b52461e2d6d7d1467161e0fe1e259d9fa06d70bcf107d86ad3590e8cf73aa1132ef3aaf9
DIST python-gentoo-patches-3.13.5.tar.xz 8916 BLAKE2B 9d985b12af62b8a917cac1dab9576aac099bc81ad954a5de254a14a3c7d2254edcdcfaadc46314b69a1bb76bd30ca8bed7c866c0de3fc3f89aac0f76af344f32 SHA512 5ac92aa3eef82eae5d707ffcb5085ac98bd9bf64f72fc7ac4aa1b12a0c3aa86c57d0f671ca07f46e2250779f4cf4885916e4d175357ad626eca6e41257a027e7
+DIST python-gentoo-patches-3.13.5_p1.tar.xz 19756 BLAKE2B ecc594573bbe3a28364d541d5e1014778c342b6e8ecb09e5e9def238ce73d51f178d02ae91bedce3f7aee4a753f2653aee4f4035f238fa60d603baa59ce4e89b SHA512 a60f3cf65b57aa6c85f59dc5f36fbabe1fa19a5225c3e224c99696bb3d1186b54bdad94627638a3a73b66ceb5958b3a5dcb2b83d13357c71ded04c98ad7da0b9
DIST python-gentoo-patches-3.14.0b1.tar.xz 5680 BLAKE2B 514b3edc3025e5bf675d371b5ada17dea426856edf1fb6095c2ee400eae95bd4265ef81fe593ae9338e801e7d0a25b1d5ba2d05ca563fd9dd020114b13575746 SHA512 74289e42cf532b54bb1b66a283ec19156f8a36ba38764209c133842314c9efb2ce2ebcba5aa9213bcf7fc0c8a5ca9b6e7adbd5dbfa4397233136d7cd55f53ee7
DIST python-gentoo-patches-3.14.0b4.tar.xz 3780 BLAKE2B ad67e213b21bc039bf33c0a2e6d3a4ce5e06179ce167f89d56561834dfb5c5b5b5d7f43f6fe2597e94e4ea5d544bb0b60d38b847bb0c32277a0151f2084f3618 SHA512 e5e6fa02d2d24e46848fa5a79ba7fd8a6703473e3bee257fee7b5c55d5c82fedb29f0ba6de1117c6ca738df3841bae5bb00962ae0290d553020e3617dc557c6d
+DIST python-gentoo-patches-3.14.0rc1.tar.xz 3776 BLAKE2B 4f2cf7598dac08c3118bbca6c111684fe68fa7c8749ef394eae35c50bc7d78e30f6c54a77199fc87270ccdafa7725dad974226964841d666ceab7cb34d7bd778 SHA512 323586bfd662ff4ed41b7f5f34d1dc394e7e7e1ad87e8a9283b99a14e226cc73d7ff7fb510e772319e361f2ad2becfe4ac246cc0be34d0a981df286cb20c9734
+DIST python-gentoo-patches-3.14.0rc1_p1.tar.xz 5436 BLAKE2B 04a7e01c758e7e162ab05607e1a5f035c4bd77ad09cdbdfee183f02af396140f3b4f7cc0c627fbfeb05e076d4bb763afd77502a35178ec2eb0f4050d7d829734 SHA512 3795d4aa89d433196da74361b0b7ea9fa52966409667f88e8b069ec85674286068cfa3666a5503c62597c5cff4aa5ebf360b907c7571ced269a38019e593cf45
DIST python-gentoo-patches-3.8.20_p7.tar.xz 54544 BLAKE2B e31fc9fb5e98b62b0f70165670ec58ed4fa932cfc95d5287c249015a3a372fdbf0d1ba08cb98f63c2dc500700edfd6ffea6db670385d2c86a4fdb92ffb991192 SHA512 a9e7e4976be226931a503af2c986da207d060d4ce436af61f5e8427da513639adbed32bb0061963b83fef275a5de91707ab13b7a9abf3a7472ee0e2c5310eda1
DIST python-gentoo-patches-3.9.23.tar.xz 37148 BLAKE2B a7c0514037169b9938b2180ec2dd22063621d532367f6febfa47da43f47534559baab992d9c5257271121af755b8445346d4d92582e7e11b6468a1c359f28bf2 SHA512 73ef00a7aa671016de396c9e1c4bb5f5c1a97dc735739f806d809f987e802ec440370bf4c85468097547284a5d2b476cbffcec3cf219b7cb6fc890d5029eb5bd
+DIST python-gentoo-patches-3.9.23_p2.tar.xz 48060 BLAKE2B 2d4ddd3aa48fc52b9f63fbc6020e534234b4183366d121e836544cab93632cd05439205893a11bb505f679946b0690f0962eb0fc029e624cb1c61bc0936127be SHA512 61b3e2c7e8629e1c522c9de8ce9384ee8d1f90ca5ef0f7b902e6315c80196e5f13e0258f8002405a2a752e1c9b5e60f5c3c767c07554d83635fa074bce8a86bd
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/python/python-0.3.13.5_p1.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/python/python-0.3.13.5_p1.ebuild
new file mode 100644
index 00000000000..1c29c715ac4
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/python/python-0.3.13.5_p1.ebuild
@@ -0,0 +1,624 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+WANT_LIBTOOL="none"
+
+inherit autotools check-reqs flag-o-matic linux-info
+inherit multiprocessing pax-utils python-utils-r1 toolchain-funcs
+inherit verify-sig
+
+REAL_PV=${PV#0.}
+MY_PV=${REAL_PV}
+MY_P="Python-${MY_PV%_p*}"
+PYVER="$(ver_cut 2-3)t"
+PATCHSET="python-gentoo-patches-${MY_PV}"
+
+DESCRIPTION="Freethreading (no-GIL) version of Python programming language"
+HOMEPAGE="
+ https://www.python.org/
+ https://github.com/python/cpython/
+"
+SRC_URI="
+ https://www.python.org/ftp/python/${REAL_PV%%_*}/${MY_P}.tar.xz
+ https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz
+ verify-sig? (
+ https://www.python.org/ftp/python/${REAL_PV%%_*}/${MY_P}.tar.xz.asc
+ )
+"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="PSF-2"
+SLOT="${PYVER}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="
+ bluetooth debug +ensurepip examples gdbm libedit +ncurses pgo
+ +readline +sqlite +ssl test tk valgrind
+"
+RESTRICT="!test? ( test )"
+
+# Do not add a dependency on dev-lang/python to this ebuild.
+# If you need to apply a patch which requires python for bootstrapping, please
+# run the bootstrap code on your dev box and include the results in the
+# patchset. See bug 447752.
+
+RDEPEND="
+ app-arch/bzip2:=
+ app-arch/xz-utils:=
+ app-crypt/libb2
+ app-misc/mime-types
+ >=dev-libs/expat-2.1:=
+ dev-libs/libffi:=
+ dev-libs/mpdecimal:=
+ dev-python/gentoo-common
+ >=sys-libs/zlib-1.1.3:=
+ virtual/libintl
+ gdbm? ( sys-libs/gdbm:=[berkdb] )
+ kernel_linux? ( sys-apps/util-linux:= )
+ ncurses? ( >=sys-libs/ncurses-5.2:= )
+ readline? (
+ !libedit? ( >=sys-libs/readline-4.1:= )
+ libedit? ( dev-libs/libedit:= )
+ )
+ sqlite? ( >=dev-db/sqlite-3.3.8:3= )
+ ssl? ( >=dev-libs/openssl-1.1.1:= )
+ tk? (
+ >=dev-lang/tcl-8.0:=
+ >=dev-lang/tk-8.0:=
+ dev-tcltk/blt:=
+ dev-tcltk/tix
+ )
+"
+# bluetooth requires headers from bluez
+DEPEND="
+ ${RDEPEND}
+ bluetooth? ( net-wireless/bluez )
+ test? (
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
+ valgrind? ( dev-debug/valgrind )
+"
+# autoconf-archive needed to eautoreconf
+BDEPEND="
+ dev-build/autoconf-archive
+ app-alternatives/awk
+ virtual/pkgconfig
+ verify-sig? ( >=sec-keys/openpgp-keys-python-20221025 )
+"
+if [[ ${PV} != *_alpha* ]]; then
+ RDEPEND+="
+ dev-lang/python-exec[python_targets_python${PYVER/./_}(-)]
+ "
+fi
+PDEPEND="
+ ensurepip? ( dev-python/ensurepip-pip )
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/python.org.asc
+
+# large file tests involve a 2.5G file being copied (duplicated)
+CHECKREQS_DISK_BUILD=5500M
+
+QA_PKGCONFIG_VERSION=${PYVER%t}
+# false positives -- functions specific to *BSD
+QA_CONFIG_IMPL_DECL_SKIP=( chflags lchflags )
+
+declare -rgA PYTHON_KERNEL_CHECKS=(
+ ["CROSS_MEMORY_ATTACH"]="test_external_inspection" #bug 938589
+ ["DNOTIFY"]="test_fcntl" # bug 938662
+)
+
+pkg_pretend() {
+ if use pgo || use test; then
+ check-reqs_pkg_pretend
+ fi
+
+ ewarn "Freethreading build is considered experimental upstream. Using it"
+ ewarn "could lead to unexpected breakage, including race conditions"
+ ewarn "and crashes, respectively. Please do not file Gentoo bugs, unless"
+ ewarn "you can reproduce the problem with dev-lang/python. Instead,"
+ ewarn "please consider reporting freethreading problems upstream."
+}
+
+pkg_setup() {
+ if [[ ${MERGE_TYPE} != binary ]]; then
+ if use test || use pgo; then
+ check-reqs_pkg_setup
+
+ local CONFIG_CHECK
+ for f in "${!PYTHON_KERNEL_CHECKS[@]}"; do
+ CONFIG_CHECK+="~${f} "
+ done
+ linux-info_pkg_setup
+ fi
+ fi
+}
+
+src_unpack() {
+ if use verify-sig; then
+ verify-sig_verify_detached "${DISTDIR}"/${MY_P}.tar.xz{,.asc}
+ fi
+ default
+}
+
+src_prepare() {
+ # Ensure that internal copies of expat and libffi are not used.
+ # TODO: Makefile has annoying deps on expat headers
+ #rm -r Modules/expat || die
+
+ local PATCHES=(
+ "${WORKDIR}/${PATCHSET}"
+ )
+
+ default
+
+ # force the correct number of jobs
+ # https://bugs.gentoo.org/737660
+ sed -i -e "s:-j0:-j$(makeopts_jobs):" Makefile.pre.in || die
+
+ # breaks tests when using --with-wheel-pkg-dir
+ rm -r Lib/test/wheeldata || die
+
+ eautoreconf
+}
+
+build_cbuild_python() {
+ # Hack to workaround get_libdir not being able to handle CBUILD, bug #794181
+ local cbuild_libdir=$(unset PKG_CONFIG_PATH ; $(tc-getBUILD_PKG_CONFIG) --keep-system-libs --libs-only-L libffi)
+
+ # pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
+ # propagated to sysconfig for built extensions
+ #
+ # -fno-lto to avoid bug #700012 (not like it matters for mini-CBUILD Python anyway)
+ local -x CFLAGS_NODIST="${BUILD_CFLAGS} -fno-lto"
+ local -x LDFLAGS_NODIST=${BUILD_LDFLAGS}
+ local -x CFLAGS= LDFLAGS=
+ local -x BUILD_CFLAGS="${CFLAGS_NODIST}"
+ local -x BUILD_LDFLAGS=${LDFLAGS_NODIST}
+
+ # We need to build our own Python on CBUILD first, and feed it in.
+ # bug #847910
+ local myeconfargs_cbuild=(
+ "${myeconfargs[@]}"
+
+ --prefix="${BROOT}"/usr
+ --libdir="${cbuild_libdir:2}"
+
+ # Avoid needing to load the right libpython.so.
+ --disable-shared
+
+ # As minimal as possible for the mini CBUILD Python
+ # we build just for cross to satisfy --with-build-python.
+ --without-lto
+ --without-readline
+ --disable-optimizations
+ )
+
+ mkdir "${WORKDIR}"/${P}-${CBUILD} || die
+ pushd "${WORKDIR}"/${P}-${CBUILD} &> /dev/null || die
+
+ # Avoid as many dependencies as possible for the cross build.
+ mkdir Modules || die
+ cat > Modules/Setup.local <<-EOF || die
+ *disabled*
+ nis
+ _dbm _gdbm
+ _sqlite3
+ _hashlib _ssl
+ _curses _curses_panel
+ readline
+ _tkinter
+ pyexpat
+ zlib
+ # We disabled these for CBUILD because Python's setup.py can't handle locating
+ # libdir correctly for cross. This should be rechecked for the pure Makefile approach,
+ # and uncommented if needed.
+ #_ctypes
+ EOF
+
+ ECONF_SOURCE="${S}" econf_build "${myeconfargs_cbuild[@]}"
+
+ # Unfortunately, we do have to build this immediately, and
+ # not in src_compile, because CHOST configure for Python
+ # will check the existence of the --with-build-python value
+ # immediately.
+ emake
+ popd &> /dev/null || die
+}
+
+src_configure() {
+ # disable automagic bluetooth headers detection
+ if ! use bluetooth; then
+ local -x ac_cv_header_bluetooth_bluetooth_h=no
+ fi
+
+ filter-flags -malign-double
+
+ # Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
+ # PKG_CONFIG needed for cross.
+ tc-export CXX PKG_CONFIG
+
+ local dbmliborder=
+ if use gdbm; then
+ dbmliborder+="${dbmliborder:+:}gdbm"
+ fi
+
+ # Set baseline test skip flags.
+ COMMON_TEST_SKIPS=(
+ # this is actually test_gdb.test_pretty_print
+ -x test_pretty_print
+ # https://bugs.gentoo.org/933840
+ -x test_perf_profiler
+ )
+
+ # Arch-specific skips. See #931888 for a collection of these.
+ case ${CHOST} in
+ alpha*)
+ COMMON_TEST_SKIPS+=(
+ -x test_builtin
+ -x test_capi
+ -x test_cmath
+ -x test_float
+ # timeout
+ -x test_free_threading
+ -x test_math
+ -x test_numeric_tower
+ -x test_random
+ -x test_statistics
+ # bug 653850
+ -x test_resource
+ -x test_strtod
+ )
+ ;;
+ arm*)
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
+ hppa*)
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
+ mips*)
+ COMMON_TEST_SKIPS+=(
+ -x test_ctypes
+ -x test_external_inspection
+ -x test_statistics
+ )
+ ;;
+ powerpc64-*) # big endian
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
+ riscv*)
+ COMMON_TEST_SKIPS+=(
+ -x test_urllib2
+ )
+ ;;
+ sparc*)
+ COMMON_TEST_SKIPS+=(
+ # bug 788022
+ -x test_multiprocessing_fork
+ -x test_multiprocessing_forkserver
+ -x test_multiprocessing_spawn
+
+ -x test_ctypes
+ -x test_gdb
+ # bug 931908
+ -x test_exceptions
+ )
+ ;;
+ esac
+
+ # Kernel-config specific skips
+ for option in "${!PYTHON_KERNEL_CHECKS[@]}"; do
+ if ! linux_config_exists || ! linux_chkconfig_present "${option}"
+ then
+ COMMON_TEST_SKIPS+=( -x "${PYTHON_KERNEL_CHECKS[${option}]}" )
+ fi
+ done
+
+ # musl-specific skips
+ use elibc_musl && COMMON_TEST_SKIPS+=(
+ # various musl locale deficiencies
+ -x test__locale
+ -x test_c_locale_coercion
+ -x test_locale
+ -x test_re
+
+ # known issues with find_library on musl
+ # https://bugs.python.org/issue21622
+ -x test_ctypes
+
+ # fpathconf, ttyname errno values
+ -x test_os
+ )
+
+ if use pgo; then
+ local profile_task_flags=(
+ -m test
+ "-j$(makeopts_jobs)"
+ --pgo-extended
+ --verbose3
+ -u-network
+
+ # We use a timeout because of how often we've had hang issues
+ # here. It also matches the default upstream PROFILE_TASK.
+ --timeout 1200
+
+ "${COMMON_TEST_SKIPS[@]}"
+
+ -x test_dtrace
+
+ # All of these seem to occasionally hang for PGO inconsistently
+ # They'll even hang here but be fine in src_test sometimes.
+ # bug #828535 (and related: bug #788022)
+ -x test_asyncio
+ -x test_httpservers
+ -x test_logging
+ -x test_multiprocessing_fork
+ -x test_socket
+ -x test_xmlrpc
+
+ # Hangs (actually runs indefinitely executing itself w/ many cpython builds)
+ # bug #900429
+ -x test_tools
+ )
+
+ if has_version "app-arch/rpm" ; then
+ # Avoid sandbox failure (attempts to write to /var/lib/rpm)
+ profile_task_flags+=(
+ -x test_distutils
+ )
+ fi
+ # PGO sometimes fails randomly
+ local -x PROFILE_TASK="${profile_task_flags[*]} || true"
+ fi
+
+ local myeconfargs=(
+ # glibc-2.30 removes it; since we can't cleanly force-rebuild
+ # Python on glibc upgrade, remove it proactively to give
+ # a chance for users rebuilding python before glibc
+ ac_cv_header_stropts_h=no
+
+ --enable-shared
+ --without-static-libpython
+ --enable-ipv6
+ --infodir='${prefix}/share/info'
+ --mandir='${prefix}/share/man'
+ --with-dbmliborder="${dbmliborder}"
+ --with-libc=
+ --enable-loadable-sqlite-extensions
+ --without-ensurepip
+ --without-lto
+ --with-system-expat
+ --with-system-libmpdec
+ --with-platlibdir=lib
+ --with-pkg-config=yes
+ --with-wheel-pkg-dir="${EPREFIX}"/usr/lib/python/ensurepip
+ --disable-gil
+
+ $(use_with debug assertions)
+ $(use_enable pgo optimizations)
+ $(use_with readline readline "$(usex libedit editline readline)")
+ $(use_with valgrind)
+ )
+
+ if tc-is-lto; then
+ myeconfargs+=(
+ --with-lto
+ )
+ fi
+
+ # Force-disable modules we don't want built.
+ # See Modules/Setup for docs on how this works. Setup.local contains our local deviations.
+ cat > Modules/Setup.local <<-EOF || die
+ *disabled*
+ nis
+ $(usev !gdbm '_gdbm _dbm')
+ $(usev !sqlite '_sqlite3')
+ $(usev !ssl '_hashlib _ssl')
+ $(usev !ncurses '_curses _curses_panel')
+ $(usev !readline 'readline')
+ $(usev !tk '_tkinter')
+ EOF
+
+ # disable implicit optimization/debugging flags
+ local -x OPT=
+
+ if tc-is-cross-compiler ; then
+ build_cbuild_python
+ myeconfargs+=(
+ # Point the imminent CHOST build to the Python we just
+ # built for CBUILD.
+ --with-build-python="${WORKDIR}"/${P}-${CBUILD}/python
+ )
+ fi
+
+ # pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
+ # propagated to sysconfig for built extensions
+ local -x CFLAGS_NODIST=${CFLAGS}
+ local -x LDFLAGS_NODIST=${LDFLAGS}
+ local -x CFLAGS= LDFLAGS=
+
+ # Fix implicit declarations on cross and prefix builds. Bug #674070.
+ if use ncurses; then
+ append-cppflags -I"${ESYSROOT}"/usr/include/ncursesw
+ fi
+
+ econf "${myeconfargs[@]}"
+
+ if grep -q "#define POSIX_SEMAPHORES_NOT_ENABLED 1" pyconfig.h; then
+ eerror "configure has detected that the sem_open function is broken."
+ eerror "Please ensure that /dev/shm is mounted as a tmpfs with mode 1777."
+ die "Broken sem_open function (bug 496328)"
+ fi
+
+ # install epython.py as part of stdlib
+ echo "EPYTHON='python${PYVER}'" > Lib/epython.py || die
+}
+
+src_compile() {
+ # Ensure sed works as expected
+ # https://bugs.gentoo.org/594768
+ local -x LC_ALL=C
+ export PYTHONSTRICTEXTENSIONBUILD=1
+
+ # Save PYTHONDONTWRITEBYTECODE so that 'has_version' doesn't
+ # end up writing bytecode & violating sandbox.
+ # bug #831897
+ local -x _PYTHONDONTWRITEBYTECODE=${PYTHONDONTWRITEBYTECODE}
+
+ # Gentoo hack to disable accessing system site-packages
+ export GENTOO_CPYTHON_BUILD=1
+
+ if use pgo ; then
+ # bug 660358
+ local -x COLUMNS=80
+ local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/var/tmp
+ fi
+
+ # also need to clear the flags explicitly here or they end up
+ # in _sysconfigdata*
+ emake CPPFLAGS= CFLAGS= LDFLAGS=
+
+ # Restore saved value from above.
+ local -x PYTHONDONTWRITEBYTECODE=${_PYTHONDONTWRITEBYTECODE}
+
+ # Work around bug 329499. See also bug 413751 and 457194.
+ if has_version dev-libs/libffi[pax-kernel]; then
+ pax-mark E python
+ else
+ pax-mark m python
+ fi
+}
+
+src_test() {
+ # Tests will not work when cross compiling.
+ if tc-is-cross-compiler; then
+ elog "Disabling tests due to crosscompiling."
+ return
+ fi
+
+ # this just happens to skip test_support.test_freeze that is broken
+ # without bundled expat
+ # TODO: get a proper skip for it upstream
+ local -x LOGNAME=buildbot
+
+ local test_opts=(
+ --verbose3
+ -u-network
+ -j "$(makeopts_jobs)"
+ "${COMMON_TEST_SKIPS[@]}"
+ )
+
+ # bug 660358
+ local -x COLUMNS=80
+ local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/var/tmp
+
+ nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \
+ CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty
+ local ret=${?}
+
+ [[ ${ret} -eq 0 ]] || die "emake test failed"
+}
+
+src_install() {
+ local libdir=${ED}/usr/lib/python${PYVER}
+
+ # -j1 hack for now for bug #843458
+ emake -j1 DESTDIR="${D}" TEST_MODULES=no altinstall
+
+ # Fix collisions between different slots of Python.
+ rm "${ED}/usr/$(get_libdir)/libpython3.so" || die
+ # Fix collision with GIL-enabled build.
+ rm "${ED}/usr/bin/python${PYVER%t}" || die
+ mv "${ED}"/usr/bin/pydoc{${PYVER%t},${PYVER}} || die
+ mv "${ED}"/usr/share/man/man1/python{${PYVER%t},${PYVER}}.1 || die
+
+ # Cheap hack to get version with ABIFLAGS
+ local abiver=$(cd "${ED}/usr/include"; echo python*)
+ if [[ ${abiver} != python${PYVER} ]]; then
+ # Replace python3.X with a symlink to python3.Xm
+ rm "${ED}/usr/bin/python${PYVER}" || die
+ dosym "${abiver}" "/usr/bin/python${PYVER}"
+ # Create python3.X-config symlink
+ dosym "${abiver}-config" "/usr/bin/python${PYVER}-config"
+ # Create python-3.5m.pc symlink
+ dosym "python-${PYVER}.pc" "/usr/$(get_libdir)/pkgconfig/${abiver/${PYVER}/-${PYVER}}.pc"
+ fi
+
+ # python seems to get rebuilt in src_install (bug 569908)
+ # Work around it for now.
+ if has_version dev-libs/libffi[pax-kernel]; then
+ pax-mark E "${ED}/usr/bin/${abiver}"
+ else
+ pax-mark m "${ED}/usr/bin/${abiver}"
+ fi
+
+ rm -r "${libdir}"/ensurepip/_bundled || die
+ if ! use sqlite; then
+ rm -r "${libdir}/"sqlite3 || die
+ fi
+ if use tk; then
+ # rename to avoid collision with dev-lang/python
+ mv "${ED}"/usr/bin/idle{${PYVER%t},${PYVER}} || die
+ else
+ rm -r "${ED}/usr/bin/idle${PYVER%t}" || die
+ rm -r "${libdir}/"{idlelib,tkinter} || die
+ fi
+
+ ln -s ../python/EXTERNALLY-MANAGED "${libdir}/EXTERNALLY-MANAGED" || die
+
+ dodoc Misc/{ACKS,HISTORY,NEWS}
+
+ if use examples; then
+ docinto examples
+ find Tools -name __pycache__ -exec rm -fr {} + || die
+ dodoc -r Tools
+ fi
+ insinto /usr/share/gdb/auto-load/usr/$(get_libdir) #443510
+ local libname=$(
+ printf 'e:\n\t@echo $(INSTSONAME)\ninclude Makefile\n' |
+ emake --no-print-directory -s -f - 2>/dev/null
+ )
+ newins Tools/gdb/libpython.py "${libname}"-gdb.py
+
+ newconfd "${FILESDIR}/pydoc.conf" pydoc-${PYVER}
+ newinitd "${FILESDIR}/pydoc.init" pydoc-${PYVER}
+ sed \
+ -e "s:@PYDOC_PORT_VARIABLE@:PYDOC${PYVER/./_}_PORT:" \
+ -e "s:@PYDOC@:pydoc${PYVER}:" \
+ -i "${ED}/etc/conf.d/pydoc-${PYVER}" \
+ "${ED}/etc/init.d/pydoc-${PYVER}" || die "sed failed"
+
+ # python-exec wrapping support
+ local pymajor=${PYVER%.*}
+ local EPYTHON=python${PYVER}
+ local scriptdir=${D}$(python_get_scriptdir)
+ mkdir -p "${scriptdir}" || die
+ # python and pythonX
+ ln -s "../../../bin/${abiver}" "${scriptdir}/python${pymajor}" || die
+ ln -s "python${pymajor}" "${scriptdir}/python" || die
+ # python-config and pythonX-config
+ # note: we need to create a wrapper rather than symlinking it due
+ # to some random dirname(argv[0]) magic performed by python-config
+ cat > "${scriptdir}/python${pymajor}-config" <<-EOF || die
+ #!/bin/sh
+ exec "${abiver}-config" "\${@}"
+ EOF
+ chmod +x "${scriptdir}/python${pymajor}-config" || die
+ ln -s "python${pymajor}-config" "${scriptdir}/python-config" || die
+ # pydoc
+ ln -s "../../../bin/pydoc${PYVER}" "${scriptdir}/pydoc" || die
+ # idle
+ if use tk; then
+ ln -s "../../../bin/idle${PYVER}" "${scriptdir}/idle" || die
+ fi
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/python/python-0.3.14.0_rc1.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/python/python-0.3.14.0_rc1.ebuild
new file mode 100644
index 00000000000..39f31bc83ee
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/python/python-0.3.14.0_rc1.ebuild
@@ -0,0 +1,634 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+VERIFY_SIG_METHOD=sigstore
+WANT_LIBTOOL="none"
+
+inherit autotools check-reqs eapi9-ver flag-o-matic linux-info
+inherit multiprocessing pax-utils python-utils-r1 toolchain-funcs
+inherit verify-sig
+
+REAL_PV=${PV#0.}
+MY_PV=${REAL_PV/_/}
+MY_P="Python-${MY_PV%_p*}"
+PYVER="$(ver_cut 2-3)t"
+PATCHSET="python-gentoo-patches-${MY_PV}"
+
+DESCRIPTION="Freethreading (no-GIL) version of Python programming language"
+HOMEPAGE="
+ https://www.python.org/
+ https://github.com/python/cpython/
+"
+SRC_URI="
+ https://www.python.org/ftp/python/${REAL_PV%%_*}/${MY_P}.tar.xz
+ https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz
+ verify-sig? (
+ https://www.python.org/ftp/python/${REAL_PV%%_*}/${MY_P}.tar.xz.sigstore
+ )
+"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="PSF-2"
+SLOT="${PYVER}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="
+ bluetooth debug +ensurepip examples gdbm libedit +ncurses pgo
+ +readline +sqlite +ssl tail-call-interp test tk valgrind
+"
+RESTRICT="!test? ( test )"
+
+# Do not add a dependency on dev-lang/python to this ebuild.
+# If you need to apply a patch which requires python for bootstrapping, please
+# run the bootstrap code on your dev box and include the results in the
+# patchset. See bug 447752.
+
+RDEPEND="
+ app-arch/bzip2:=
+ app-arch/xz-utils:=
+ app-arch/zstd:=
+ app-misc/mime-types
+ >=dev-libs/expat-2.1:=
+ dev-libs/libffi:=
+ dev-libs/mpdecimal:=
+ dev-python/gentoo-common
+ >=sys-libs/zlib-1.1.3:=
+ virtual/libintl
+ gdbm? ( sys-libs/gdbm:=[berkdb] )
+ kernel_linux? ( sys-apps/util-linux:= )
+ ncurses? ( >=sys-libs/ncurses-5.2:= )
+ readline? (
+ !libedit? ( >=sys-libs/readline-4.1:= )
+ libedit? ( dev-libs/libedit:= )
+ )
+ sqlite? ( >=dev-db/sqlite-3.3.8:3= )
+ ssl? ( >=dev-libs/openssl-1.1.1:= )
+ tk? (
+ >=dev-lang/tcl-8.0:=
+ >=dev-lang/tk-8.0:=
+ dev-tcltk/blt:=
+ dev-tcltk/tix
+ )
+"
+# bluetooth requires headers from bluez
+DEPEND="
+ ${RDEPEND}
+ bluetooth? ( net-wireless/bluez )
+ test? (
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
+ valgrind? ( dev-debug/valgrind )
+"
+# autoconf-archive needed to eautoreconf
+BDEPEND="
+ dev-build/autoconf-archive
+ app-alternatives/awk
+ virtual/pkgconfig
+"
+if [[ ${PV} != *_alpha* ]]; then
+ RDEPEND+="
+ dev-lang/python-exec[python_targets_python${PYVER/./_}(-)]
+ "
+fi
+PDEPEND="
+ ensurepip? ( dev-python/ensurepip-pip )
+"
+
+# https://www.python.org/downloads/metadata/sigstore/
+VERIFY_SIG_CERT_IDENTITY=hugo@python.org
+VERIFY_SIG_CERT_OIDC_ISSUER=https://github.com/login/oauth
+
+# large file tests involve a 2.5G file being copied (duplicated)
+CHECKREQS_DISK_BUILD=5500M
+
+QA_PKGCONFIG_VERSION=${PYVER%t}
+# false positives -- functions specific to *BSD
+QA_CONFIG_IMPL_DECL_SKIP=( chflags lchflags )
+
+declare -rgA PYTHON_KERNEL_CHECKS=(
+ ["CROSS_MEMORY_ATTACH"]="test_external_inspection" #bug 938589
+ ["DNOTIFY"]="test_fcntl" # bug 938662
+)
+
+pkg_pretend() {
+ if use pgo || use test; then
+ check-reqs_pkg_pretend
+ fi
+}
+
+pkg_setup() {
+ if [[ ${MERGE_TYPE} != binary ]]; then
+ if use test || use pgo; then
+ check-reqs_pkg_setup
+
+ local CONFIG_CHECK
+ for f in "${!PYTHON_KERNEL_CHECKS[@]}"; do
+ CONFIG_CHECK+="~${f} "
+ done
+ linux-info_pkg_setup
+ fi
+ fi
+}
+
+src_unpack() {
+ if use verify-sig; then
+ verify-sig_verify_detached "${DISTDIR}"/${MY_P}.tar.xz{,.sigstore}
+ fi
+ default
+}
+
+src_prepare() {
+ # Ensure that internal copies of expat and libffi are not used.
+ # TODO: Makefile has annoying deps on expat headers
+ #rm -r Modules/expat || die
+
+ local PATCHES=(
+ "${WORKDIR}/${PATCHSET}"
+ )
+
+ default
+
+ # force the correct number of jobs
+ # https://bugs.gentoo.org/737660
+ sed -i -e "s:-j0:-j$(makeopts_jobs):" Makefile.pre.in || die
+
+ # breaks tests when using --with-wheel-pkg-dir
+ rm -r Lib/test/wheeldata || die
+
+ eautoreconf
+}
+
+build_cbuild_python() {
+ # Hack to workaround get_libdir not being able to handle CBUILD, bug #794181
+ local cbuild_libdir=$(unset PKG_CONFIG_PATH ; $(tc-getBUILD_PKG_CONFIG) --keep-system-libs --libs-only-L libffi)
+
+ # pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
+ # propagated to sysconfig for built extensions
+ #
+ # -fno-lto to avoid bug #700012 (not like it matters for mini-CBUILD Python anyway)
+ local -x CFLAGS_NODIST="${BUILD_CFLAGS} -fno-lto"
+ local -x LDFLAGS_NODIST=${BUILD_LDFLAGS}
+ local -x CFLAGS= LDFLAGS=
+ local -x BUILD_CFLAGS="${CFLAGS_NODIST}"
+ local -x BUILD_LDFLAGS=${LDFLAGS_NODIST}
+
+ # We need to build our own Python on CBUILD first, and feed it in.
+ # bug #847910
+ local myeconfargs_cbuild=(
+ "${myeconfargs[@]}"
+
+ --prefix="${BROOT}"/usr
+ --libdir="${cbuild_libdir:2}"
+
+ # Avoid needing to load the right libpython.so.
+ --disable-shared
+
+ # As minimal as possible for the mini CBUILD Python
+ # we build just for cross to satisfy --with-build-python.
+ --without-lto
+ --without-readline
+ --disable-optimizations
+ )
+
+ mkdir "${WORKDIR}"/${P}-${CBUILD} || die
+ pushd "${WORKDIR}"/${P}-${CBUILD} &> /dev/null || die
+
+ # Avoid as many dependencies as possible for the cross build.
+ mkdir Modules || die
+ cat > Modules/Setup.local <<-EOF || die
+ *disabled*
+ nis
+ _dbm _gdbm
+ _sqlite3
+ _hashlib _ssl
+ _curses _curses_panel
+ readline
+ _tkinter
+ pyexpat
+ zlib
+ # We disabled these for CBUILD because Python's setup.py can't handle locating
+ # libdir correctly for cross. This should be rechecked for the pure Makefile approach,
+ # and uncommented if needed.
+ #_ctypes
+ EOF
+
+ ECONF_SOURCE="${S}" econf_build "${myeconfargs_cbuild[@]}"
+
+ # Unfortunately, we do have to build this immediately, and
+ # not in src_compile, because CHOST configure for Python
+ # will check the existence of the --with-build-python value
+ # immediately.
+ emake
+ popd &> /dev/null || die
+}
+
+src_configure() {
+ # disable automagic bluetooth headers detection
+ if ! use bluetooth; then
+ local -x ac_cv_header_bluetooth_bluetooth_h=no
+ fi
+
+ filter-flags -malign-double
+
+ # Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
+ # PKG_CONFIG needed for cross.
+ tc-export CXX PKG_CONFIG
+
+ local dbmliborder=
+ if use gdbm; then
+ dbmliborder+="${dbmliborder:+:}gdbm"
+ fi
+
+ # Set baseline test skip flags.
+ COMMON_TEST_SKIPS=(
+ # this is actually test_gdb.test_pretty_print
+ -x test_pretty_print
+ # https://bugs.gentoo.org/933840
+ -x test_perf_profiler
+ )
+
+ # Arch-specific skips. See #931888 for a collection of these.
+ case ${CHOST} in
+ alpha*)
+ COMMON_TEST_SKIPS+=(
+ -x test_builtin
+ -x test_capi
+ -x test_cmath
+ -x test_float
+ # timeout
+ -x test_free_threading
+ -x test_math
+ -x test_numeric_tower
+ -x test_random
+ -x test_statistics
+ # bug 653850
+ -x test_resource
+ -x test_strtod
+ )
+ ;;
+ arm*)
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
+ hppa*)
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
+ mips*)
+ COMMON_TEST_SKIPS+=(
+ -x test_ctypes
+ -x test_external_inspection
+ -x test_statistics
+ )
+ ;;
+ powerpc64-*) # big endian
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
+ riscv*)
+ COMMON_TEST_SKIPS+=(
+ -x test_urllib2
+ )
+ ;;
+ sparc*)
+ COMMON_TEST_SKIPS+=(
+ # bug 788022
+ -x test_multiprocessing_fork
+ -x test_multiprocessing_forkserver
+ -x test_multiprocessing_spawn
+
+ -x test_ctypes
+ -x test_gdb
+ # bug 931908
+ -x test_exceptions
+ )
+ ;;
+ esac
+
+ # Kernel-config specific skips
+ for option in "${!PYTHON_KERNEL_CHECKS[@]}"; do
+ if ! linux_config_exists || ! linux_chkconfig_present "${option}"
+ then
+ COMMON_TEST_SKIPS+=( -x "${PYTHON_KERNEL_CHECKS[${option}]}" )
+ fi
+ done
+
+ # musl-specific skips
+ use elibc_musl && COMMON_TEST_SKIPS+=(
+ # various musl locale deficiencies
+ -x test__locale
+ -x test_c_locale_coercion
+ -x test_locale
+ -x test_re
+
+ # known issues with find_library on musl
+ # https://bugs.python.org/issue21622
+ -x test_ctypes
+
+ # fpathconf, ttyname errno values
+ -x test_os
+ )
+
+ if use pgo; then
+ local profile_task_flags=(
+ -m test
+ "-j$(makeopts_jobs)"
+ --pgo-extended
+ --verbose3
+ -u-network
+
+ # We use a timeout because of how often we've had hang issues
+ # here. It also matches the default upstream PROFILE_TASK.
+ --timeout 1200
+
+ "${COMMON_TEST_SKIPS[@]}"
+
+ -x test_dtrace
+
+ # All of these seem to occasionally hang for PGO inconsistently
+ # They'll even hang here but be fine in src_test sometimes.
+ # bug #828535 (and related: bug #788022)
+ -x test_asyncio
+ -x test_httpservers
+ -x test_logging
+ -x test_multiprocessing_fork
+ -x test_socket
+ -x test_xmlrpc
+
+ # Hangs (actually runs indefinitely executing itself w/ many cpython builds)
+ # bug #900429
+ -x test_tools
+ )
+
+ if has_version "app-arch/rpm" ; then
+ # Avoid sandbox failure (attempts to write to /var/lib/rpm)
+ profile_task_flags+=(
+ -x test_distutils
+ )
+ fi
+ # PGO sometimes fails randomly
+ local -x PROFILE_TASK="${profile_task_flags[*]} || true"
+ fi
+
+ local myeconfargs=(
+ # glibc-2.30 removes it; since we can't cleanly force-rebuild
+ # Python on glibc upgrade, remove it proactively to give
+ # a chance for users rebuilding python before glibc
+ ac_cv_header_stropts_h=no
+
+ --enable-shared
+ --without-static-libpython
+ --enable-ipv6
+ --infodir='${prefix}/share/info'
+ --mandir='${prefix}/share/man'
+ --with-dbmliborder="${dbmliborder}"
+ --with-libc=
+ --enable-loadable-sqlite-extensions
+ --without-ensurepip
+ --without-lto
+ --with-system-expat
+ --with-system-libmpdec
+ --with-platlibdir=lib
+ --with-pkg-config=yes
+ --with-wheel-pkg-dir="${EPREFIX}"/usr/lib/python/ensurepip
+ --disable-gil
+
+ $(use_with debug assertions)
+ $(use_enable pgo optimizations)
+ $(use_with readline readline "$(usex libedit editline readline)")
+ $(use_with tail-call-interp)
+ $(use_with valgrind)
+ )
+
+ if tc-is-lto; then
+ myeconfargs+=(
+ --with-lto
+ )
+ fi
+
+ # Force-disable modules we don't want built.
+ # See Modules/Setup for docs on how this works. Setup.local contains our local deviations.
+ cat > Modules/Setup.local <<-EOF || die
+ *disabled*
+ nis
+ $(usev !gdbm '_gdbm _dbm')
+ $(usev !sqlite '_sqlite3')
+ $(usev !ssl '_hashlib _ssl')
+ $(usev !ncurses '_curses _curses_panel')
+ $(usev !readline 'readline')
+ $(usev !tk '_tkinter')
+ EOF
+
+ # disable implicit optimization/debugging flags
+ local -x OPT=
+
+ if tc-is-cross-compiler ; then
+ build_cbuild_python
+ myeconfargs+=(
+ # Point the imminent CHOST build to the Python we just
+ # built for CBUILD.
+ --with-build-python="${WORKDIR}"/${P}-${CBUILD}/python
+ )
+ fi
+
+ # pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
+ # propagated to sysconfig for built extensions
+ local -x CFLAGS_NODIST=${CFLAGS}
+ local -x LDFLAGS_NODIST=${LDFLAGS}
+ local -x CFLAGS= LDFLAGS=
+
+ # Fix implicit declarations on cross and prefix builds. Bug #674070.
+ if use ncurses; then
+ append-cppflags -I"${ESYSROOT}"/usr/include/ncursesw
+ fi
+
+ econf "${myeconfargs[@]}"
+
+ if grep -q "#define POSIX_SEMAPHORES_NOT_ENABLED 1" pyconfig.h; then
+ eerror "configure has detected that the sem_open function is broken."
+ eerror "Please ensure that /dev/shm is mounted as a tmpfs with mode 1777."
+ die "Broken sem_open function (bug 496328)"
+ fi
+
+ # install epython.py as part of stdlib
+ echo "EPYTHON='python${PYVER}'" > Lib/epython.py || die
+}
+
+src_compile() {
+ # Ensure sed works as expected
+ # https://bugs.gentoo.org/594768
+ local -x LC_ALL=C
+ export PYTHONSTRICTEXTENSIONBUILD=1
+
+ # Save PYTHONDONTWRITEBYTECODE so that 'has_version' doesn't
+ # end up writing bytecode & violating sandbox.
+ # bug #831897
+ local -x _PYTHONDONTWRITEBYTECODE=${PYTHONDONTWRITEBYTECODE}
+
+ # Gentoo hack to disable accessing system site-packages
+ export GENTOO_CPYTHON_BUILD=1
+
+ if use pgo ; then
+ # bug 660358
+ local -x COLUMNS=80
+ local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/var/tmp
+ fi
+
+ # also need to clear the flags explicitly here or they end up
+ # in _sysconfigdata*
+ emake CPPFLAGS= CFLAGS= LDFLAGS=
+
+ # Restore saved value from above.
+ local -x PYTHONDONTWRITEBYTECODE=${_PYTHONDONTWRITEBYTECODE}
+
+ # Work around bug 329499. See also bug 413751 and 457194.
+ if has_version dev-libs/libffi[pax-kernel]; then
+ pax-mark E python
+ else
+ pax-mark m python
+ fi
+}
+
+src_test() {
+ # Tests will not work when cross compiling.
+ if tc-is-cross-compiler; then
+ elog "Disabling tests due to crosscompiling."
+ return
+ fi
+
+ # this just happens to skip test_support.test_freeze that is broken
+ # without bundled expat
+ # TODO: get a proper skip for it upstream
+ local -x LOGNAME=buildbot
+
+ local test_opts=(
+ --verbose3
+ -u-network
+ -j "$(makeopts_jobs)"
+ "${COMMON_TEST_SKIPS[@]}"
+ )
+
+ # bug 660358
+ local -x COLUMNS=80
+ local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/var/tmp
+
+ nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \
+ CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty
+ local ret=${?}
+
+ [[ ${ret} -eq 0 ]] || die "emake test failed"
+}
+
+src_install() {
+ local libdir=${ED}/usr/lib/python${PYVER}
+
+ # -j1 hack for now for bug #843458
+ emake -j1 DESTDIR="${D}" TEST_MODULES=no altinstall
+
+ # Fix collisions between different slots of Python.
+ rm "${ED}/usr/$(get_libdir)/libpython3.so" || die
+ # Fix collision with GIL-enabled build.
+ rm "${ED}/usr/bin/python${PYVER%t}" || die
+ mv "${ED}"/usr/bin/pydoc{${PYVER%t},${PYVER}} || die
+ mv "${ED}"/usr/share/man/man1/python{${PYVER%t},${PYVER}}.1 || die
+
+ # Cheap hack to get version with ABIFLAGS
+ local abiver=$(cd "${ED}/usr/include"; echo python*)
+ if [[ ${abiver} != python${PYVER} ]]; then
+ # Replace python3.X with a symlink to python3.Xm
+ rm "${ED}/usr/bin/python${PYVER}" || die
+ dosym "${abiver}" "/usr/bin/python${PYVER}"
+ # Create python3.X-config symlink
+ dosym "${abiver}-config" "/usr/bin/python${PYVER}-config"
+ # Create python-3.5m.pc symlink
+ dosym "python-${PYVER}.pc" "/usr/$(get_libdir)/pkgconfig/${abiver/${PYVER}/-${PYVER}}.pc"
+ fi
+
+ # python seems to get rebuilt in src_install (bug 569908)
+ # Work around it for now.
+ if has_version dev-libs/libffi[pax-kernel]; then
+ pax-mark E "${ED}/usr/bin/${abiver}"
+ else
+ pax-mark m "${ED}/usr/bin/${abiver}"
+ fi
+
+ rm -r "${libdir}"/ensurepip/_bundled || die
+ if ! use sqlite; then
+ rm -r "${libdir}/"sqlite3 || die
+ fi
+ if use tk; then
+ # rename to avoid collision with dev-lang/python
+ mv "${ED}"/usr/bin/idle{${PYVER%t},${PYVER}} || die
+ else
+ rm -r "${ED}/usr/bin/idle${PYVER%t}" || die
+ rm -r "${libdir}/"{idlelib,tkinter} || die
+ fi
+
+ ln -s ../python/EXTERNALLY-MANAGED "${libdir}/EXTERNALLY-MANAGED" || die
+
+ dodoc Misc/{ACKS,HISTORY,NEWS}
+
+ if use examples; then
+ docinto examples
+ find Tools -name __pycache__ -exec rm -fr {} + || die
+ dodoc -r Tools
+ fi
+ insinto /usr/share/gdb/auto-load/usr/$(get_libdir) #443510
+ local libname=$(
+ printf 'e:\n\t@echo $(INSTSONAME)\ninclude Makefile\n' |
+ emake --no-print-directory -s -f - 2>/dev/null
+ )
+ newins Tools/gdb/libpython.py "${libname}"-gdb.py
+
+ newconfd "${FILESDIR}/pydoc.conf" pydoc-${PYVER}
+ newinitd "${FILESDIR}/pydoc.init" pydoc-${PYVER}
+ sed \
+ -e "s:@PYDOC_PORT_VARIABLE@:PYDOC${PYVER/./_}_PORT:" \
+ -e "s:@PYDOC@:pydoc${PYVER}:" \
+ -i "${ED}/etc/conf.d/pydoc-${PYVER}" \
+ "${ED}/etc/init.d/pydoc-${PYVER}" || die "sed failed"
+
+ # python-exec wrapping support
+ local pymajor=${PYVER%.*}
+ local EPYTHON=python${PYVER}
+ local scriptdir=${D}$(python_get_scriptdir)
+ mkdir -p "${scriptdir}" || die
+ # python and pythonX
+ ln -s "../../../bin/${abiver}" "${scriptdir}/python${pymajor}" || die
+ ln -s "python${pymajor}" "${scriptdir}/python" || die
+ # python-config and pythonX-config
+ # note: we need to create a wrapper rather than symlinking it due
+ # to some random dirname(argv[0]) magic performed by python-config
+ cat > "${scriptdir}/python${pymajor}-config" <<-EOF || die
+ #!/bin/sh
+ exec "${abiver}-config" "\${@}"
+ EOF
+ chmod +x "${scriptdir}/python${pymajor}-config" || die
+ ln -s "python${pymajor}-config" "${scriptdir}/python-config" || die
+ # pydoc
+ ln -s "../../../bin/pydoc${PYVER}" "${scriptdir}/pydoc" || die
+ # idle
+ if use tk; then
+ ln -s "../../../bin/idle${PYVER}" "${scriptdir}/idle" || die
+ fi
+}
+
+pkg_postinst() {
+ if ver_replacing -lt 3.14.0_beta3; then
+ ewarn "Python 3.14.0b3 has changed its module ABI. The .pyc files"
+ ewarn "installed previously are no longer valid and will be regenerated"
+ ewarn "(or ignored) on the next import. This may cause sandbox failures"
+ ewarn "when installing some packages and checksum mismatches when removing"
+ ewarn "old versions. To actively prevent this, rebuild all packages"
+ ewarn "installing Python 3.14 modules, e.g. using:"
+ ewarn
+ ewarn " emerge -1v /usr/lib/python3.14t/site-packages"
+ fi
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/python/python-0.3.14.0_rc1_p1.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/python/python-0.3.14.0_rc1_p1.ebuild
new file mode 100644
index 00000000000..39f31bc83ee
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/python/python-0.3.14.0_rc1_p1.ebuild
@@ -0,0 +1,634 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+VERIFY_SIG_METHOD=sigstore
+WANT_LIBTOOL="none"
+
+inherit autotools check-reqs eapi9-ver flag-o-matic linux-info
+inherit multiprocessing pax-utils python-utils-r1 toolchain-funcs
+inherit verify-sig
+
+REAL_PV=${PV#0.}
+MY_PV=${REAL_PV/_/}
+MY_P="Python-${MY_PV%_p*}"
+PYVER="$(ver_cut 2-3)t"
+PATCHSET="python-gentoo-patches-${MY_PV}"
+
+DESCRIPTION="Freethreading (no-GIL) version of Python programming language"
+HOMEPAGE="
+ https://www.python.org/
+ https://github.com/python/cpython/
+"
+SRC_URI="
+ https://www.python.org/ftp/python/${REAL_PV%%_*}/${MY_P}.tar.xz
+ https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz
+ verify-sig? (
+ https://www.python.org/ftp/python/${REAL_PV%%_*}/${MY_P}.tar.xz.sigstore
+ )
+"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="PSF-2"
+SLOT="${PYVER}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="
+ bluetooth debug +ensurepip examples gdbm libedit +ncurses pgo
+ +readline +sqlite +ssl tail-call-interp test tk valgrind
+"
+RESTRICT="!test? ( test )"
+
+# Do not add a dependency on dev-lang/python to this ebuild.
+# If you need to apply a patch which requires python for bootstrapping, please
+# run the bootstrap code on your dev box and include the results in the
+# patchset. See bug 447752.
+
+RDEPEND="
+ app-arch/bzip2:=
+ app-arch/xz-utils:=
+ app-arch/zstd:=
+ app-misc/mime-types
+ >=dev-libs/expat-2.1:=
+ dev-libs/libffi:=
+ dev-libs/mpdecimal:=
+ dev-python/gentoo-common
+ >=sys-libs/zlib-1.1.3:=
+ virtual/libintl
+ gdbm? ( sys-libs/gdbm:=[berkdb] )
+ kernel_linux? ( sys-apps/util-linux:= )
+ ncurses? ( >=sys-libs/ncurses-5.2:= )
+ readline? (
+ !libedit? ( >=sys-libs/readline-4.1:= )
+ libedit? ( dev-libs/libedit:= )
+ )
+ sqlite? ( >=dev-db/sqlite-3.3.8:3= )
+ ssl? ( >=dev-libs/openssl-1.1.1:= )
+ tk? (
+ >=dev-lang/tcl-8.0:=
+ >=dev-lang/tk-8.0:=
+ dev-tcltk/blt:=
+ dev-tcltk/tix
+ )
+"
+# bluetooth requires headers from bluez
+DEPEND="
+ ${RDEPEND}
+ bluetooth? ( net-wireless/bluez )
+ test? (
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
+ valgrind? ( dev-debug/valgrind )
+"
+# autoconf-archive needed to eautoreconf
+BDEPEND="
+ dev-build/autoconf-archive
+ app-alternatives/awk
+ virtual/pkgconfig
+"
+if [[ ${PV} != *_alpha* ]]; then
+ RDEPEND+="
+ dev-lang/python-exec[python_targets_python${PYVER/./_}(-)]
+ "
+fi
+PDEPEND="
+ ensurepip? ( dev-python/ensurepip-pip )
+"
+
+# https://www.python.org/downloads/metadata/sigstore/
+VERIFY_SIG_CERT_IDENTITY=hugo@python.org
+VERIFY_SIG_CERT_OIDC_ISSUER=https://github.com/login/oauth
+
+# large file tests involve a 2.5G file being copied (duplicated)
+CHECKREQS_DISK_BUILD=5500M
+
+QA_PKGCONFIG_VERSION=${PYVER%t}
+# false positives -- functions specific to *BSD
+QA_CONFIG_IMPL_DECL_SKIP=( chflags lchflags )
+
+declare -rgA PYTHON_KERNEL_CHECKS=(
+ ["CROSS_MEMORY_ATTACH"]="test_external_inspection" #bug 938589
+ ["DNOTIFY"]="test_fcntl" # bug 938662
+)
+
+pkg_pretend() {
+ if use pgo || use test; then
+ check-reqs_pkg_pretend
+ fi
+}
+
+pkg_setup() {
+ if [[ ${MERGE_TYPE} != binary ]]; then
+ if use test || use pgo; then
+ check-reqs_pkg_setup
+
+ local CONFIG_CHECK
+ for f in "${!PYTHON_KERNEL_CHECKS[@]}"; do
+ CONFIG_CHECK+="~${f} "
+ done
+ linux-info_pkg_setup
+ fi
+ fi
+}
+
+src_unpack() {
+ if use verify-sig; then
+ verify-sig_verify_detached "${DISTDIR}"/${MY_P}.tar.xz{,.sigstore}
+ fi
+ default
+}
+
+src_prepare() {
+ # Ensure that internal copies of expat and libffi are not used.
+ # TODO: Makefile has annoying deps on expat headers
+ #rm -r Modules/expat || die
+
+ local PATCHES=(
+ "${WORKDIR}/${PATCHSET}"
+ )
+
+ default
+
+ # force the correct number of jobs
+ # https://bugs.gentoo.org/737660
+ sed -i -e "s:-j0:-j$(makeopts_jobs):" Makefile.pre.in || die
+
+ # breaks tests when using --with-wheel-pkg-dir
+ rm -r Lib/test/wheeldata || die
+
+ eautoreconf
+}
+
+build_cbuild_python() {
+ # Hack to workaround get_libdir not being able to handle CBUILD, bug #794181
+ local cbuild_libdir=$(unset PKG_CONFIG_PATH ; $(tc-getBUILD_PKG_CONFIG) --keep-system-libs --libs-only-L libffi)
+
+ # pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
+ # propagated to sysconfig for built extensions
+ #
+ # -fno-lto to avoid bug #700012 (not like it matters for mini-CBUILD Python anyway)
+ local -x CFLAGS_NODIST="${BUILD_CFLAGS} -fno-lto"
+ local -x LDFLAGS_NODIST=${BUILD_LDFLAGS}
+ local -x CFLAGS= LDFLAGS=
+ local -x BUILD_CFLAGS="${CFLAGS_NODIST}"
+ local -x BUILD_LDFLAGS=${LDFLAGS_NODIST}
+
+ # We need to build our own Python on CBUILD first, and feed it in.
+ # bug #847910
+ local myeconfargs_cbuild=(
+ "${myeconfargs[@]}"
+
+ --prefix="${BROOT}"/usr
+ --libdir="${cbuild_libdir:2}"
+
+ # Avoid needing to load the right libpython.so.
+ --disable-shared
+
+ # As minimal as possible for the mini CBUILD Python
+ # we build just for cross to satisfy --with-build-python.
+ --without-lto
+ --without-readline
+ --disable-optimizations
+ )
+
+ mkdir "${WORKDIR}"/${P}-${CBUILD} || die
+ pushd "${WORKDIR}"/${P}-${CBUILD} &> /dev/null || die
+
+ # Avoid as many dependencies as possible for the cross build.
+ mkdir Modules || die
+ cat > Modules/Setup.local <<-EOF || die
+ *disabled*
+ nis
+ _dbm _gdbm
+ _sqlite3
+ _hashlib _ssl
+ _curses _curses_panel
+ readline
+ _tkinter
+ pyexpat
+ zlib
+ # We disabled these for CBUILD because Python's setup.py can't handle locating
+ # libdir correctly for cross. This should be rechecked for the pure Makefile approach,
+ # and uncommented if needed.
+ #_ctypes
+ EOF
+
+ ECONF_SOURCE="${S}" econf_build "${myeconfargs_cbuild[@]}"
+
+ # Unfortunately, we do have to build this immediately, and
+ # not in src_compile, because CHOST configure for Python
+ # will check the existence of the --with-build-python value
+ # immediately.
+ emake
+ popd &> /dev/null || die
+}
+
+src_configure() {
+ # disable automagic bluetooth headers detection
+ if ! use bluetooth; then
+ local -x ac_cv_header_bluetooth_bluetooth_h=no
+ fi
+
+ filter-flags -malign-double
+
+ # Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
+ # PKG_CONFIG needed for cross.
+ tc-export CXX PKG_CONFIG
+
+ local dbmliborder=
+ if use gdbm; then
+ dbmliborder+="${dbmliborder:+:}gdbm"
+ fi
+
+ # Set baseline test skip flags.
+ COMMON_TEST_SKIPS=(
+ # this is actually test_gdb.test_pretty_print
+ -x test_pretty_print
+ # https://bugs.gentoo.org/933840
+ -x test_perf_profiler
+ )
+
+ # Arch-specific skips. See #931888 for a collection of these.
+ case ${CHOST} in
+ alpha*)
+ COMMON_TEST_SKIPS+=(
+ -x test_builtin
+ -x test_capi
+ -x test_cmath
+ -x test_float
+ # timeout
+ -x test_free_threading
+ -x test_math
+ -x test_numeric_tower
+ -x test_random
+ -x test_statistics
+ # bug 653850
+ -x test_resource
+ -x test_strtod
+ )
+ ;;
+ arm*)
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
+ hppa*)
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
+ mips*)
+ COMMON_TEST_SKIPS+=(
+ -x test_ctypes
+ -x test_external_inspection
+ -x test_statistics
+ )
+ ;;
+ powerpc64-*) # big endian
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
+ riscv*)
+ COMMON_TEST_SKIPS+=(
+ -x test_urllib2
+ )
+ ;;
+ sparc*)
+ COMMON_TEST_SKIPS+=(
+ # bug 788022
+ -x test_multiprocessing_fork
+ -x test_multiprocessing_forkserver
+ -x test_multiprocessing_spawn
+
+ -x test_ctypes
+ -x test_gdb
+ # bug 931908
+ -x test_exceptions
+ )
+ ;;
+ esac
+
+ # Kernel-config specific skips
+ for option in "${!PYTHON_KERNEL_CHECKS[@]}"; do
+ if ! linux_config_exists || ! linux_chkconfig_present "${option}"
+ then
+ COMMON_TEST_SKIPS+=( -x "${PYTHON_KERNEL_CHECKS[${option}]}" )
+ fi
+ done
+
+ # musl-specific skips
+ use elibc_musl && COMMON_TEST_SKIPS+=(
+ # various musl locale deficiencies
+ -x test__locale
+ -x test_c_locale_coercion
+ -x test_locale
+ -x test_re
+
+ # known issues with find_library on musl
+ # https://bugs.python.org/issue21622
+ -x test_ctypes
+
+ # fpathconf, ttyname errno values
+ -x test_os
+ )
+
+ if use pgo; then
+ local profile_task_flags=(
+ -m test
+ "-j$(makeopts_jobs)"
+ --pgo-extended
+ --verbose3
+ -u-network
+
+ # We use a timeout because of how often we've had hang issues
+ # here. It also matches the default upstream PROFILE_TASK.
+ --timeout 1200
+
+ "${COMMON_TEST_SKIPS[@]}"
+
+ -x test_dtrace
+
+ # All of these seem to occasionally hang for PGO inconsistently
+ # They'll even hang here but be fine in src_test sometimes.
+ # bug #828535 (and related: bug #788022)
+ -x test_asyncio
+ -x test_httpservers
+ -x test_logging
+ -x test_multiprocessing_fork
+ -x test_socket
+ -x test_xmlrpc
+
+ # Hangs (actually runs indefinitely executing itself w/ many cpython builds)
+ # bug #900429
+ -x test_tools
+ )
+
+ if has_version "app-arch/rpm" ; then
+ # Avoid sandbox failure (attempts to write to /var/lib/rpm)
+ profile_task_flags+=(
+ -x test_distutils
+ )
+ fi
+ # PGO sometimes fails randomly
+ local -x PROFILE_TASK="${profile_task_flags[*]} || true"
+ fi
+
+ local myeconfargs=(
+ # glibc-2.30 removes it; since we can't cleanly force-rebuild
+ # Python on glibc upgrade, remove it proactively to give
+ # a chance for users rebuilding python before glibc
+ ac_cv_header_stropts_h=no
+
+ --enable-shared
+ --without-static-libpython
+ --enable-ipv6
+ --infodir='${prefix}/share/info'
+ --mandir='${prefix}/share/man'
+ --with-dbmliborder="${dbmliborder}"
+ --with-libc=
+ --enable-loadable-sqlite-extensions
+ --without-ensurepip
+ --without-lto
+ --with-system-expat
+ --with-system-libmpdec
+ --with-platlibdir=lib
+ --with-pkg-config=yes
+ --with-wheel-pkg-dir="${EPREFIX}"/usr/lib/python/ensurepip
+ --disable-gil
+
+ $(use_with debug assertions)
+ $(use_enable pgo optimizations)
+ $(use_with readline readline "$(usex libedit editline readline)")
+ $(use_with tail-call-interp)
+ $(use_with valgrind)
+ )
+
+ if tc-is-lto; then
+ myeconfargs+=(
+ --with-lto
+ )
+ fi
+
+ # Force-disable modules we don't want built.
+ # See Modules/Setup for docs on how this works. Setup.local contains our local deviations.
+ cat > Modules/Setup.local <<-EOF || die
+ *disabled*
+ nis
+ $(usev !gdbm '_gdbm _dbm')
+ $(usev !sqlite '_sqlite3')
+ $(usev !ssl '_hashlib _ssl')
+ $(usev !ncurses '_curses _curses_panel')
+ $(usev !readline 'readline')
+ $(usev !tk '_tkinter')
+ EOF
+
+ # disable implicit optimization/debugging flags
+ local -x OPT=
+
+ if tc-is-cross-compiler ; then
+ build_cbuild_python
+ myeconfargs+=(
+ # Point the imminent CHOST build to the Python we just
+ # built for CBUILD.
+ --with-build-python="${WORKDIR}"/${P}-${CBUILD}/python
+ )
+ fi
+
+ # pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
+ # propagated to sysconfig for built extensions
+ local -x CFLAGS_NODIST=${CFLAGS}
+ local -x LDFLAGS_NODIST=${LDFLAGS}
+ local -x CFLAGS= LDFLAGS=
+
+ # Fix implicit declarations on cross and prefix builds. Bug #674070.
+ if use ncurses; then
+ append-cppflags -I"${ESYSROOT}"/usr/include/ncursesw
+ fi
+
+ econf "${myeconfargs[@]}"
+
+ if grep -q "#define POSIX_SEMAPHORES_NOT_ENABLED 1" pyconfig.h; then
+ eerror "configure has detected that the sem_open function is broken."
+ eerror "Please ensure that /dev/shm is mounted as a tmpfs with mode 1777."
+ die "Broken sem_open function (bug 496328)"
+ fi
+
+ # install epython.py as part of stdlib
+ echo "EPYTHON='python${PYVER}'" > Lib/epython.py || die
+}
+
+src_compile() {
+ # Ensure sed works as expected
+ # https://bugs.gentoo.org/594768
+ local -x LC_ALL=C
+ export PYTHONSTRICTEXTENSIONBUILD=1
+
+ # Save PYTHONDONTWRITEBYTECODE so that 'has_version' doesn't
+ # end up writing bytecode & violating sandbox.
+ # bug #831897
+ local -x _PYTHONDONTWRITEBYTECODE=${PYTHONDONTWRITEBYTECODE}
+
+ # Gentoo hack to disable accessing system site-packages
+ export GENTOO_CPYTHON_BUILD=1
+
+ if use pgo ; then
+ # bug 660358
+ local -x COLUMNS=80
+ local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/var/tmp
+ fi
+
+ # also need to clear the flags explicitly here or they end up
+ # in _sysconfigdata*
+ emake CPPFLAGS= CFLAGS= LDFLAGS=
+
+ # Restore saved value from above.
+ local -x PYTHONDONTWRITEBYTECODE=${_PYTHONDONTWRITEBYTECODE}
+
+ # Work around bug 329499. See also bug 413751 and 457194.
+ if has_version dev-libs/libffi[pax-kernel]; then
+ pax-mark E python
+ else
+ pax-mark m python
+ fi
+}
+
+src_test() {
+ # Tests will not work when cross compiling.
+ if tc-is-cross-compiler; then
+ elog "Disabling tests due to crosscompiling."
+ return
+ fi
+
+ # this just happens to skip test_support.test_freeze that is broken
+ # without bundled expat
+ # TODO: get a proper skip for it upstream
+ local -x LOGNAME=buildbot
+
+ local test_opts=(
+ --verbose3
+ -u-network
+ -j "$(makeopts_jobs)"
+ "${COMMON_TEST_SKIPS[@]}"
+ )
+
+ # bug 660358
+ local -x COLUMNS=80
+ local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/var/tmp
+
+ nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \
+ CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty
+ local ret=${?}
+
+ [[ ${ret} -eq 0 ]] || die "emake test failed"
+}
+
+src_install() {
+ local libdir=${ED}/usr/lib/python${PYVER}
+
+ # -j1 hack for now for bug #843458
+ emake -j1 DESTDIR="${D}" TEST_MODULES=no altinstall
+
+ # Fix collisions between different slots of Python.
+ rm "${ED}/usr/$(get_libdir)/libpython3.so" || die
+ # Fix collision with GIL-enabled build.
+ rm "${ED}/usr/bin/python${PYVER%t}" || die
+ mv "${ED}"/usr/bin/pydoc{${PYVER%t},${PYVER}} || die
+ mv "${ED}"/usr/share/man/man1/python{${PYVER%t},${PYVER}}.1 || die
+
+ # Cheap hack to get version with ABIFLAGS
+ local abiver=$(cd "${ED}/usr/include"; echo python*)
+ if [[ ${abiver} != python${PYVER} ]]; then
+ # Replace python3.X with a symlink to python3.Xm
+ rm "${ED}/usr/bin/python${PYVER}" || die
+ dosym "${abiver}" "/usr/bin/python${PYVER}"
+ # Create python3.X-config symlink
+ dosym "${abiver}-config" "/usr/bin/python${PYVER}-config"
+ # Create python-3.5m.pc symlink
+ dosym "python-${PYVER}.pc" "/usr/$(get_libdir)/pkgconfig/${abiver/${PYVER}/-${PYVER}}.pc"
+ fi
+
+ # python seems to get rebuilt in src_install (bug 569908)
+ # Work around it for now.
+ if has_version dev-libs/libffi[pax-kernel]; then
+ pax-mark E "${ED}/usr/bin/${abiver}"
+ else
+ pax-mark m "${ED}/usr/bin/${abiver}"
+ fi
+
+ rm -r "${libdir}"/ensurepip/_bundled || die
+ if ! use sqlite; then
+ rm -r "${libdir}/"sqlite3 || die
+ fi
+ if use tk; then
+ # rename to avoid collision with dev-lang/python
+ mv "${ED}"/usr/bin/idle{${PYVER%t},${PYVER}} || die
+ else
+ rm -r "${ED}/usr/bin/idle${PYVER%t}" || die
+ rm -r "${libdir}/"{idlelib,tkinter} || die
+ fi
+
+ ln -s ../python/EXTERNALLY-MANAGED "${libdir}/EXTERNALLY-MANAGED" || die
+
+ dodoc Misc/{ACKS,HISTORY,NEWS}
+
+ if use examples; then
+ docinto examples
+ find Tools -name __pycache__ -exec rm -fr {} + || die
+ dodoc -r Tools
+ fi
+ insinto /usr/share/gdb/auto-load/usr/$(get_libdir) #443510
+ local libname=$(
+ printf 'e:\n\t@echo $(INSTSONAME)\ninclude Makefile\n' |
+ emake --no-print-directory -s -f - 2>/dev/null
+ )
+ newins Tools/gdb/libpython.py "${libname}"-gdb.py
+
+ newconfd "${FILESDIR}/pydoc.conf" pydoc-${PYVER}
+ newinitd "${FILESDIR}/pydoc.init" pydoc-${PYVER}
+ sed \
+ -e "s:@PYDOC_PORT_VARIABLE@:PYDOC${PYVER/./_}_PORT:" \
+ -e "s:@PYDOC@:pydoc${PYVER}:" \
+ -i "${ED}/etc/conf.d/pydoc-${PYVER}" \
+ "${ED}/etc/init.d/pydoc-${PYVER}" || die "sed failed"
+
+ # python-exec wrapping support
+ local pymajor=${PYVER%.*}
+ local EPYTHON=python${PYVER}
+ local scriptdir=${D}$(python_get_scriptdir)
+ mkdir -p "${scriptdir}" || die
+ # python and pythonX
+ ln -s "../../../bin/${abiver}" "${scriptdir}/python${pymajor}" || die
+ ln -s "python${pymajor}" "${scriptdir}/python" || die
+ # python-config and pythonX-config
+ # note: we need to create a wrapper rather than symlinking it due
+ # to some random dirname(argv[0]) magic performed by python-config
+ cat > "${scriptdir}/python${pymajor}-config" <<-EOF || die
+ #!/bin/sh
+ exec "${abiver}-config" "\${@}"
+ EOF
+ chmod +x "${scriptdir}/python${pymajor}-config" || die
+ ln -s "python${pymajor}-config" "${scriptdir}/python-config" || die
+ # pydoc
+ ln -s "../../../bin/pydoc${PYVER}" "${scriptdir}/pydoc" || die
+ # idle
+ if use tk; then
+ ln -s "../../../bin/idle${PYVER}" "${scriptdir}/idle" || die
+ fi
+}
+
+pkg_postinst() {
+ if ver_replacing -lt 3.14.0_beta3; then
+ ewarn "Python 3.14.0b3 has changed its module ABI. The .pyc files"
+ ewarn "installed previously are no longer valid and will be regenerated"
+ ewarn "(or ignored) on the next import. This may cause sandbox failures"
+ ewarn "when installing some packages and checksum mismatches when removing"
+ ewarn "old versions. To actively prevent this, rebuild all packages"
+ ewarn "installing Python 3.14 modules, e.g. using:"
+ ewarn
+ ewarn " emerge -1v /usr/lib/python3.14t/site-packages"
+ fi
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/python/python-3.10.18_p2.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/python/python-3.10.18_p2.ebuild
new file mode 100644
index 00000000000..148da4ffc99
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/python/python-3.10.18_p2.ebuild
@@ -0,0 +1,570 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+WANT_LIBTOOL="none"
+
+inherit autotools check-reqs flag-o-matic multiprocessing pax-utils
+inherit prefix toolchain-funcs verify-sig
+
+MY_PV=${PV/_rc/rc}
+MY_P="Python-${MY_PV%_p*}"
+PYVER=$(ver_cut 1-2)
+PATCHSET="python-gentoo-patches-${MY_PV}"
+
+DESCRIPTION="An interpreted, interactive, object-oriented programming language"
+HOMEPAGE="
+ https://www.python.org/
+ https://github.com/python/cpython/
+"
+SRC_URI="
+ https://www.python.org/ftp/python/${PV%%_*}/${MY_P}.tar.xz
+ https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz
+ verify-sig? (
+ https://www.python.org/ftp/python/${PV%%_*}/${MY_P}.tar.xz.asc
+ )
+"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="PSF-2"
+SLOT="${PYVER}"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
+IUSE="
+ bluetooth debug +ensurepip examples gdbm libedit +ncurses pgo
+ +readline +sqlite +ssl test tk valgrind
+"
+RESTRICT="!test? ( test )"
+
+# Do not add a dependency on dev-lang/python to this ebuild.
+# If you need to apply a patch which requires python for bootstrapping, please
+# run the bootstrap code on your dev box and include the results in the
+# patchset. See bug 447752.
+
+RDEPEND="
+ app-arch/bzip2:=
+ app-arch/xz-utils:=
+ app-misc/mime-types
+ >=dev-libs/expat-2.1:=
+ dev-libs/libffi:=
+ dev-libs/mpdecimal:=
+ dev-python/gentoo-common
+ >=sys-libs/zlib-1.1.3:=
+ virtual/libcrypt:=
+ virtual/libintl
+ gdbm? ( sys-libs/gdbm:=[berkdb] )
+ kernel_linux? ( sys-apps/util-linux:= )
+ ncurses? ( >=sys-libs/ncurses-5.2:= )
+ readline? (
+ !libedit? ( >=sys-libs/readline-4.1:= )
+ libedit? ( dev-libs/libedit:= )
+ )
+ sqlite? ( >=dev-db/sqlite-3.3.8:3= )
+ ssl? ( >=dev-libs/openssl-1.1.1:= )
+ tk? (
+ >=dev-lang/tcl-8.0:=
+ >=dev-lang/tk-8.0:=
+ dev-tcltk/blt:=
+ dev-tcltk/tix
+ )
+"
+# bluetooth requires headers from bluez
+DEPEND="
+ ${RDEPEND}
+ bluetooth? ( net-wireless/bluez )
+ test? (
+ app-arch/xz-utils
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
+ valgrind? ( dev-debug/valgrind )
+"
+# autoconf-archive needed to eautoreconf
+BDEPEND="
+ dev-build/autoconf-archive
+ app-alternatives/awk
+ virtual/pkgconfig
+ verify-sig? ( sec-keys/openpgp-keys-python )
+"
+PDEPEND="
+ ensurepip? (
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/python.org.asc
+
+# large file tests involve a 2.5G file being copied (duplicated)
+CHECKREQS_DISK_BUILD=5500M
+
+QA_PKGCONFIG_VERSION=${PYVER}
+# false positives -- functions specific to *BSD
+QA_CONFIG_IMPL_DECL_SKIP=( chflags lchflags )
+
+pkg_pretend() {
+ use test && check-reqs_pkg_pretend
+}
+
+pkg_setup() {
+ use test && check-reqs_pkg_setup
+}
+
+src_unpack() {
+ if use verify-sig; then
+ verify-sig_verify_detached "${DISTDIR}"/${MY_P}.tar.xz{,.asc}
+ fi
+ default
+}
+
+src_prepare() {
+ # Ensure that internal copies of expat and libffi are not used.
+ rm -r Modules/expat || die
+ rm -r Modules/_ctypes/libffi* || die
+
+ local PATCHES=(
+ "${WORKDIR}/${PATCHSET}"
+ )
+
+ default
+
+ # https://bugs.gentoo.org/850151
+ sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" setup.py || die
+
+ # force the correct number of jobs
+ # https://bugs.gentoo.org/737660
+ local jobs=$(makeopts_jobs)
+ sed -i -e "s:-j0:-j${jobs}:" Makefile.pre.in || die
+ sed -i -e "/self\.parallel/s:True:${jobs}:" setup.py || die
+
+ eautoreconf
+}
+
+build_cbuild_python() {
+ # Hack to workaround get_libdir not being able to handle CBUILD, bug #794181
+ local cbuild_libdir=$(unset PKG_CONFIG_PATH ; $(tc-getBUILD_PKG_CONFIG) --keep-system-libs --libs-only-L libffi)
+
+ # pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
+ # propagated to sysconfig for built extensions
+ #
+ # -fno-lto to avoid bug #700012 (not like it matters for mini-CBUILD Python anyway)
+ local -x CFLAGS_NODIST="${BUILD_CFLAGS} -fno-lto"
+ local -x LDFLAGS_NODIST=${BUILD_LDFLAGS}
+ local -x CFLAGS= LDFLAGS=
+ local -x BUILD_CFLAGS="${CFLAGS_NODIST}"
+ local -x BUILD_LDFLAGS=${LDFLAGS_NODIST}
+
+ # We need to build our own Python on CBUILD first, and feed it in.
+ # bug #847910 and bug #864911.
+ local myeconfargs_cbuild=(
+ "${myeconfargs[@]}"
+
+ --prefix="${BROOT}"/usr
+ --libdir="${cbuild_libdir:2}"
+
+ # Avoid needing to load the right libpython.so.
+ --disable-shared
+
+ # As minimal as possible for the mini CBUILD Python
+ # we build just for cross.
+ --without-lto
+ --disable-optimizations
+ )
+
+ mkdir "${WORKDIR}"/${P}-${CBUILD} || die
+ pushd "${WORKDIR}"/${P}-${CBUILD} &> /dev/null || die
+ # We disable _ctypes and _crypt for CBUILD because Python's setup.py can't handle locating
+ # libdir correctly for cross.
+ PYTHON_DISABLE_MODULES+=" _ctypes _crypt" \
+ ECONF_SOURCE="${S}" econf_build "${myeconfargs_cbuild[@]}"
+
+ # Avoid as many dependencies as possible for the cross build.
+ cat >> Makefile <<-EOF || die
+ MODULE_NIS=disabled
+ MODULE__DBM=disabled
+ MODULE__GDBM=disabled
+ MODULE__DBM=disabled
+ MODULE__SQLITE3=disabled
+ MODULE__HASHLIB=disabled
+ MODULE__SSL=disabled
+ MODULE__CURSES=disabled
+ MODULE__CURSES_PANEL=disabled
+ MODULE_READLINE=disabled
+ MODULE__TKINTER=disabled
+ MODULE_PYEXPAT=disabled
+ MODULE_ZLIB=disabled
+ EOF
+
+ # Unfortunately, we do have to build this immediately, and
+ # not in src_compile, because CHOST configure for Python
+ # will check the existence of the Python it was pointed to
+ # immediately.
+ PYTHON_DISABLE_MODULES+=" _ctypes _crypt" emake
+ popd &> /dev/null || die
+}
+
+src_configure() {
+ # disable automagic bluetooth headers detection
+ if ! use bluetooth; then
+ local -x ac_cv_header_bluetooth_bluetooth_h=no
+ fi
+ local disable
+ use gdbm || disable+=" gdbm"
+ use ncurses || disable+=" _curses _curses_panel"
+ use readline || disable+=" readline"
+ use sqlite || disable+=" _sqlite3"
+ use ssl || export PYTHON_DISABLE_SSL="1"
+ use tk || disable+=" _tkinter"
+ export PYTHON_DISABLE_MODULES="${disable}"
+
+ if [[ -n "${PYTHON_DISABLE_MODULES}" ]]; then
+ einfo "Disabled modules: ${PYTHON_DISABLE_MODULES}"
+ fi
+
+ filter-flags -malign-double
+
+ # Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
+ # PKG_CONFIG needed for cross.
+ tc-export CXX PKG_CONFIG
+
+ local dbmliborder=
+ if use gdbm; then
+ dbmliborder+="${dbmliborder:+:}gdbm"
+ fi
+
+ # Set baseline test skip flags.
+ COMMON_TEST_SKIPS=(
+ -x test_gdb
+ )
+
+ # Arch-specific skips. See #931888 for a collection of these.
+ case ${CHOST} in
+ alpha*)
+ COMMON_TEST_SKIPS+=(
+ -x test_builtin
+ -x test_capi
+ -x test_cmath
+ -x test_float
+ # timeout
+ -x test_free_threading
+ -x test_math
+ -x test_numeric_tower
+ -x test_random
+ -x test_statistics
+ # bug 653850
+ -x test_resource
+ -x test_strtod
+ )
+ ;;
+ mips*)
+ COMMON_TEST_SKIPS+=(
+ -x test_ctypes
+ -x test_external_inspection
+ -x test_statistics
+ )
+ ;;
+ powerpc64-*) # big endian
+ COMMON_TEST_SKIPS+=(
+ -x test_descr
+ )
+ ;;
+ riscv*)
+ COMMON_TEST_SKIPS+=(
+ -x test_urllib2
+ )
+ ;;
+ sparc*)
+ COMMON_TEST_SKIPS+=(
+ # bug 788022
+ -x test_multiprocessing_fork
+ -x test_multiprocessing_forkserver
+ -x test_multiprocessing_spawn
+
+ -x test_ctypes
+ -x test_descr
+ # bug 931908
+ -x test_exceptions
+ )
+ ;;
+ esac
+
+ # musl-specific skips
+ use elibc_musl && COMMON_TEST_SKIPS+=(
+ # various musl locale deficiencies
+ -x test__locale
+ -x test_c_locale_coercion
+ -x test_locale
+ -x test_re
+
+ # known issues with find_library on musl
+ # https://bugs.python.org/issue21622
+ -x test_ctypes
+
+ # fpathconf, ttyname errno values
+ -x test_os
+ )
+
+ if use pgo; then
+ local profile_task_flags=(
+ -m test
+ "-j$(makeopts_jobs)"
+ --pgo-extended
+ -u-network
+
+ # We use a timeout because of how often we've had hang issues
+ # here. It also matches the default upstream PROFILE_TASK.
+ --timeout 1200
+
+ "${COMMON_TEST_SKIPS[@]}"
+
+ -x test_dtrace
+
+ # All of these seem to occasionally hang for PGO inconsistently
+ # They'll even hang here but be fine in src_test sometimes.
+ # bug #828535 (and related: bug #788022)
+ -x test_asyncio
+ -x test_concurrent_futures
+ -x test_httpservers
+ -x test_logging
+ -x test_multiprocessing_fork
+ -x test_socket
+ -x test_xmlrpc
+
+ # Hangs (actually runs indefinitely executing itself w/ many cpython builds)
+ # bug #900429
+ -x test_tools
+ )
+
+ # Arch-specific skips. See #931888 for a collection of these.
+ case ${CHOST} in
+ alpha*)
+ profile_task_flags+=(
+ -x test_os
+ )
+ ;;
+ hppa*)
+ profile_task_flags+=(
+ -x test_descr
+ # bug 931908
+ -x test_exceptions
+ -x test_os
+ )
+ ;;
+ powerpc64-*) # big endian
+ profile_task_flags+=(
+ # bug 931908
+ -x test_exceptions
+ )
+ ;;
+ riscv*)
+ profile_task_flags+=(
+ -x test_statistics
+ )
+ ;;
+ esac
+
+ if has_version "app-arch/rpm" ; then
+ # Avoid sandbox failure (attempts to write to /var/lib/rpm)
+ profile_task_flags+=(
+ -x test_distutils
+ )
+ fi
+ local -x PROFILE_TASK="${profile_task_flags[*]}"
+ fi
+
+ local myeconfargs=(
+ # glibc-2.30 removes it; since we can't cleanly force-rebuild
+ # Python on glibc upgrade, remove it proactively to give
+ # a chance for users rebuilding python before glibc
+ ac_cv_header_stropts_h=no
+
+ --enable-shared
+ --without-static-libpython
+ --enable-ipv6
+ --infodir='${prefix}/share/info'
+ --mandir='${prefix}/share/man'
+ --with-dbmliborder="${dbmliborder}"
+ --with-libc=
+ --enable-loadable-sqlite-extensions
+ --without-ensurepip
+ --without-lto
+ --with-system-expat
+ --with-system-ffi
+ --with-system-libmpdec
+ --with-wheel-pkg-dir="${EPREFIX}"/usr/lib/python/ensurepip
+
+ $(use_with debug assertions)
+ $(use_enable pgo optimizations)
+ $(use_with readline readline "$(usex libedit editline readline)")
+ $(use_with valgrind)
+ )
+
+ # disable implicit optimization/debugging flags
+ local -x OPT=
+
+ # https://bugs.gentoo.org/700012
+ if tc-is-lto; then
+ append-cflags $(test-flags-CC -ffat-lto-objects)
+ myeconfargs+=(
+ --with-lto
+ )
+ fi
+
+ if tc-is-cross-compiler ; then
+ build_cbuild_python
+ # Point the imminent CHOST build to the Python we just
+ # built for CBUILD.
+ export PATH="${WORKDIR}/${P}-${CBUILD}:${PATH}"
+ fi
+
+ # pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
+ # propagated to sysconfig for built extensions
+ local -x CFLAGS_NODIST=${CFLAGS}
+ local -x LDFLAGS_NODIST=${LDFLAGS}
+ local -x CFLAGS= LDFLAGS=
+
+ # Fix implicit declarations on cross and prefix builds. Bug #674070.
+ if use ncurses; then
+ append-cppflags -I"${ESYSROOT}"/usr/include/ncursesw
+ fi
+
+ hprefixify setup.py
+ econf "${myeconfargs[@]}"
+
+ if grep -q "#define POSIX_SEMAPHORES_NOT_ENABLED 1" pyconfig.h; then
+ eerror "configure has detected that the sem_open function is broken."
+ eerror "Please ensure that /dev/shm is mounted as a tmpfs with mode 1777."
+ die "Broken sem_open function (bug 496328)"
+ fi
+
+ # install epython.py as part of stdlib
+ echo "EPYTHON='python${PYVER}'" > Lib/epython.py || die
+}
+
+src_compile() {
+ # Ensure sed works as expected
+ # https://bugs.gentoo.org/594768
+ local -x LC_ALL=C
+ # Prevent using distutils bundled by setuptools.
+ # https://bugs.gentoo.org/823728
+ export SETUPTOOLS_USE_DISTUTILS=stdlib
+
+ # Save PYTHONDONTWRITEBYTECODE so that 'has_version' doesn't
+ # end up writing bytecode & violating sandbox.
+ # bug #831897
+ local -x _PYTHONDONTWRITEBYTECODE=${PYTHONDONTWRITEBYTECODE}
+
+ # Gentoo hack to disable accessing system site-packages
+ export GENTOO_CPYTHON_BUILD=1
+
+ if use pgo ; then
+ # bug 660358
+ local -x COLUMNS=80
+ local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/var/tmp
+ fi
+
+ # also need to clear the flags explicitly here or they end up
+ # in _sysconfigdata*
+ emake CPPFLAGS= CFLAGS= LDFLAGS=
+
+ # Restore saved value from above.
+ local -x PYTHONDONTWRITEBYTECODE=${_PYTHONDONTWRITEBYTECODE}
+
+ # Work around bug 329499. See also bug 413751 and 457194.
+ if has_version dev-libs/libffi[pax-kernel]; then
+ pax-mark E python
+ else
+ pax-mark m python
+ fi
+}
+
+src_test() {
+ # Tests will not work when cross compiling.
+ if tc-is-cross-compiler; then
+ elog "Disabling tests due to crosscompiling."
+ return
+ fi
+
+ local test_opts=(
+ --verbose3
+ -u-network
+ -j "$(makeopts_jobs)"
+ "${COMMON_TEST_SKIPS[@]}"
+ )
+
+ # bug 660358
+ local -x COLUMNS=80
+ local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/var/tmp
+
+ nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \
+ CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty
+ local ret=${?}
+
+ [[ ${ret} -eq 0 ]] || die "emake test failed"
+}
+
+src_install() {
+ local libdir=${ED}/usr/lib/python${PYVER}
+
+ emake DESTDIR="${D}" TEST_MODULES=no altinstall
+
+ # Fix collisions between different slots of Python.
+ rm "${ED}/usr/$(get_libdir)/libpython3.so" || die
+
+ # Cheap hack to get version with ABIFLAGS
+ local abiver=$(cd "${ED}/usr/include"; echo python*)
+ if [[ ${abiver} != python${PYVER} ]]; then
+ # Replace python3.X with a symlink to python3.Xm
+ rm "${ED}/usr/bin/python${PYVER}" || die
+ dosym "${abiver}" "/usr/bin/python${PYVER}"
+ # Create python3.X-config symlink
+ dosym "${abiver}-config" "/usr/bin/python${PYVER}-config"
+ # Create python-3.5m.pc symlink
+ dosym "python-${PYVER}.pc" "/usr/$(get_libdir)/pkgconfig/${abiver/${PYVER}/-${PYVER}}.pc"
+ fi
+
+ # python seems to get rebuilt in src_install (bug 569908)
+ # Work around it for now.
+ if has_version dev-libs/libffi[pax-kernel]; then
+ pax-mark E "${ED}/usr/bin/${abiver}"
+ else
+ pax-mark m "${ED}/usr/bin/${abiver}"
+ fi
+
+ rm -r "${libdir}"/ensurepip/_bundled || die
+ if ! use ensurepip; then
+ rm -r "${libdir}"/ensurepip || die
+ fi
+ if ! use sqlite; then
+ rm -r "${libdir}/"sqlite3 || die
+ fi
+ if ! use tk; then
+ rm -r "${ED}/usr/bin/idle${PYVER}" || die
+ rm -r "${libdir}/"{idlelib,tkinter} || die
+ fi
+
+ ln -s ../python/EXTERNALLY-MANAGED "${libdir}/EXTERNALLY-MANAGED" || die
+
+ dodoc Misc/{ACKS,HISTORY,NEWS}
+
+ if use examples; then
+ docinto examples
+ find Tools -name __pycache__ -exec rm -fr {} + || die
+ dodoc -r Tools
+ fi
+ insinto /usr/share/gdb/auto-load/usr/$(get_libdir) #443510
+ local libname=$(
+ printf 'e:\n\t@echo $(INSTSONAME)\ninclude Makefile\n' |
+ emake --no-print-directory -s -f - 2>/dev/null
+ )
+ newins Tools/gdb/libpython.py "${libname}"-gdb.py
+
+ newconfd "${FILESDIR}/pydoc.conf" pydoc-${PYVER}
+ newinitd "${FILESDIR}/pydoc.init" pydoc-${PYVER}
+ sed \
+ -e "s:@PYDOC_PORT_VARIABLE@:PYDOC${PYVER/./_}_PORT:" \
+ -e "s:@PYDOC@:pydoc${PYVER}:" \
+ -i "${ED}/etc/conf.d/pydoc-${PYVER}" \
+ "${ED}/etc/init.d/pydoc-${PYVER}" || die "sed failed"
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/python/python-3.11.13_p1.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/python/python-3.11.13_p1.ebuild
new file mode 100644
index 00000000000..2cff955cb59
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/python/python-3.11.13_p1.ebuild
@@ -0,0 +1,623 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+WANT_LIBTOOL="none"
+
+inherit autotools check-reqs flag-o-matic multiprocessing pax-utils
+inherit prefix python-utils-r1 toolchain-funcs verify-sig
+
+MY_PV=${PV/_rc/rc}
+MY_P="Python-${MY_PV%_p*}"
+PYVER=$(ver_cut 1-2)
+PATCHSET="python-gentoo-patches-${MY_PV}"
+
+DESCRIPTION="An interpreted, interactive, object-oriented programming language"
+HOMEPAGE="
+ https://www.python.org/
+ https://github.com/python/cpython/
+"
+SRC_URI="
+ https://www.python.org/ftp/python/${PV%%_*}/${MY_P}.tar.xz
+ https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz
+ verify-sig? (
+ https://www.python.org/ftp/python/${PV%%_*}/${MY_P}.tar.xz.asc
+ )
+"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="PSF-2"
+SLOT="${PYVER}"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
+IUSE="
+ bluetooth debug +ensurepip examples gdbm libedit +ncurses pgo
+ +readline +sqlite +ssl test tk valgrind
+"
+RESTRICT="!test? ( test )"
+
+# Do not add a dependency on dev-lang/python to this ebuild.
+# If you need to apply a patch which requires python for bootstrapping, please
+# run the bootstrap code on your dev box and include the results in the
+# patchset. See bug 447752.
+
+RDEPEND="
+ app-arch/bzip2:=
+ app-arch/xz-utils:=
+ app-crypt/libb2
+ app-misc/mime-types
+ >=dev-libs/expat-2.1:=
+ dev-libs/libffi:=
+ dev-libs/mpdecimal:=
+ dev-python/gentoo-common
+ >=sys-libs/zlib-1.1.3:=
+ virtual/libcrypt:=
+ virtual/libintl
+ gdbm? ( sys-libs/gdbm:=[berkdb] )
+ kernel_linux? ( sys-apps/util-linux:= )
+ ncurses? ( >=sys-libs/ncurses-5.2:= )
+ readline? (
+ !libedit? ( >=sys-libs/readline-4.1:= )
+ libedit? ( dev-libs/libedit:= )
+ )
+ sqlite? ( >=dev-db/sqlite-3.3.8:3= )
+ ssl? ( >=dev-libs/openssl-1.1.1:= )
+ tk? (
+ >=dev-lang/tcl-8.0:=
+ >=dev-lang/tk-8.0:=
+ dev-tcltk/blt:=
+ dev-tcltk/tix
+ )
+"
+# bluetooth requires headers from bluez
+DEPEND="
+ ${RDEPEND}
+ bluetooth? ( net-wireless/bluez )
+ test? (
+ app-arch/xz-utils
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
+ valgrind? ( dev-debug/valgrind )
+"
+# autoconf-archive needed to eautoreconf
+BDEPEND="
+ dev-build/autoconf-archive
+ app-alternatives/awk
+ virtual/pkgconfig
+ verify-sig? ( sec-keys/openpgp-keys-python )
+"
+if [[ ${PV} != *_alpha* ]]; then
+ RDEPEND+="
+ dev-lang/python-exec[python_targets_python${PYVER/./_}(-)]
+ "
+fi
+PDEPEND="
+ ensurepip? (
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/python.org.asc
+
+# large file tests involve a 2.5G file being copied (duplicated)
+CHECKREQS_DISK_BUILD=5500M
+
+QA_PKGCONFIG_VERSION=${PYVER}
+# false positives -- functions specific to *BSD
+QA_CONFIG_IMPL_DECL_SKIP=( chflags lchflags )
+
+pkg_pretend() {
+ use test && check-reqs_pkg_pretend
+}
+
+pkg_setup() {
+ use test && check-reqs_pkg_setup
+}
+
+src_unpack() {
+ if use verify-sig; then
+ verify-sig_verify_detached "${DISTDIR}"/${MY_P}.tar.xz{,.asc}
+ fi
+ default
+}
+
+src_prepare() {
+ # Ensure that internal copies of expat and libffi are not used.
+ rm -r Modules/expat || die
+ rm -r Modules/_ctypes/libffi* || die
+
+ local PATCHES=(
+ "${WORKDIR}/${PATCHSET}"
+ )
+
+ default
+
+ # https://bugs.gentoo.org/850151
+ sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" setup.py || die
+
+ # force the correct number of jobs
+ # https://bugs.gentoo.org/737660
+ local jobs=$(makeopts_jobs)
+ sed -i -e "s:-j0:-j${jobs}:" Makefile.pre.in || die
+ sed -i -e "/self\.parallel/s:True:${jobs}:" setup.py || die
+
+ eautoreconf
+}
+
+build_cbuild_python() {
+ # Hack to workaround get_libdir not being able to handle CBUILD, bug #794181
+ local cbuild_libdir=$(unset PKG_CONFIG_PATH ; $(tc-getBUILD_PKG_CONFIG) --keep-system-libs --libs-only-L libffi)
+
+ # pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
+ # propagated to sysconfig for built extensions
+ #
+ # -fno-lto to avoid bug #700012 (not like it matters for mini-CBUILD Python anyway)
+ local -x CFLAGS_NODIST="${BUILD_CFLAGS} -fno-lto"
+ local -x LDFLAGS_NODIST=${BUILD_LDFLAGS}
+ local -x CFLAGS= LDFLAGS=
+ local -x BUILD_CFLAGS="${CFLAGS_NODIST}"
+ local -x BUILD_LDFLAGS=${LDFLAGS_NODIST}
+
+ # We need to build our own Python on CBUILD first, and feed it in.
+ # bug #847910
+ local myeconfargs_cbuild=(
+ "${myeconfargs[@]}"
+
+ --prefix="${BROOT}"/usr
+ --libdir="${cbuild_libdir:2}"
+
+ # Avoid needing to load the right libpython.so.
+ --disable-shared
+
+ # As minimal as possible for the mini CBUILD Python
+ # we build just for cross to satisfy --with-build-python.
+ --without-lto
+ --without-readline
+ --disable-optimizations
+ )
+
+ mkdir "${WORKDIR}"/${P}-${CBUILD} || die
+ pushd "${WORKDIR}"/${P}-${CBUILD} &> /dev/null || die
+ # We disable _ctypes and _crypt for CBUILD because Python's setup.py can't handle locating
+ # libdir correctly for cross.
+ PYTHON_DISABLE_MODULES+=" _ctypes _crypt" \
+ ECONF_SOURCE="${S}" econf_build "${myeconfargs_cbuild[@]}"
+
+ # Avoid as many dependencies as possible for the cross build.
+ cat >> Makefile <<-EOF || die
+ MODULE_NIS_STATE=disabled
+ MODULE__DBM_STATE=disabled
+ MODULE__GDBM_STATE=disabled
+ MODULE__DBM_STATE=disabled
+ MODULE__SQLITE3_STATE=disabled
+ MODULE__HASHLIB_STATE=disabled
+ MODULE__SSL_STATE=disabled
+ MODULE__CURSES_STATE=disabled
+ MODULE__CURSES_PANEL_STATE=disabled
+ MODULE_READLINE_STATE=disabled
+ MODULE__TKINTER_STATE=disabled
+ MODULE_PYEXPAT_STATE=disabled
+ MODULE_ZLIB_STATE=disabled
+ EOF
+
+ # Unfortunately, we do have to build this immediately, and
+ # not in src_compile, because CHOST configure for Python
+ # will check the existence of the --with-build-python value
+ # immediately.
+ PYTHON_DISABLE_MODULES+=" _ctypes _crypt" emake
+ popd &> /dev/null || die
+}
+
+src_configure() {
+ # disable automagic bluetooth headers detection
+ if ! use bluetooth; then
+ local -x ac_cv_header_bluetooth_bluetooth_h=no
+ fi
+
+ filter-flags -malign-double
+
+ # Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
+ # PKG_CONFIG needed for cross.
+ tc-export CXX PKG_CONFIG
+
+ local dbmliborder=
+ if use gdbm; then
+ dbmliborder+="${dbmliborder:+:}gdbm"
+ fi
+
+ # Set baseline test skip flags.
+ COMMON_TEST_SKIPS=(
+ # this is actually test_gdb.test_pretty_print
+ -x test_pretty_print
+ )
+
+ # Arch-specific skips. See #931888 for a collection of these.
+ case ${CHOST} in
+ alpha*)
+ COMMON_TEST_SKIPS+=(
+ -x test_builtin
+ -x test_capi
+ -x test_cmath
+ -x test_float
+ # timeout
+ -x test_free_threading
+ -x test_math
+ -x test_numeric_tower
+ -x test_random
+ -x test_statistics
+ # bug 653850
+ -x test_resource
+ -x test_strtod
+ )
+ ;;
+ arm*)
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
+ mips*)
+ COMMON_TEST_SKIPS+=(
+ -x test_ctypes
+ -x test_external_inspection
+ -x test_statistics
+ )
+ ;;
+ powerpc64-*) # big endian
+ COMMON_TEST_SKIPS+=(
+ -x test_descr
+ -x test_gdb
+ )
+ ;;
+ riscv*)
+ COMMON_TEST_SKIPS+=(
+ -x test_urllib2
+ )
+ ;;
+ sparc*)
+ COMMON_TEST_SKIPS+=(
+ # bug 788022
+ -x test_multiprocessing_fork
+ -x test_multiprocessing_forkserver
+ -x test_multiprocessing_spawn
+
+ -x test_ctypes
+ -x test_descr
+ -x test_gdb
+ # bug 931908
+ -x test_exceptions
+ )
+ ;;
+ esac
+
+ # musl-specific skips
+ use elibc_musl && COMMON_TEST_SKIPS+=(
+ # various musl locale deficiencies
+ -x test__locale
+ -x test_c_locale_coercion
+ -x test_locale
+ -x test_re
+
+ # known issues with find_library on musl
+ # https://bugs.python.org/issue21622
+ -x test_ctypes
+
+ # fpathconf, ttyname errno values
+ -x test_os
+ )
+
+ if use pgo; then
+ local profile_task_flags=(
+ -m test
+ "-j$(makeopts_jobs)"
+ --pgo-extended
+ -u-network
+
+ # We use a timeout because of how often we've had hang issues
+ # here. It also matches the default upstream PROFILE_TASK.
+ --timeout 1200
+
+ "${COMMON_TEST_SKIPS[@]}"
+
+ -x test_dtrace
+
+ # All of these seem to occasionally hang for PGO inconsistently
+ # They'll even hang here but be fine in src_test sometimes.
+ # bug #828535 (and related: bug #788022)
+ -x test_asyncio
+ -x test_concurrent_futures
+ -x test_httpservers
+ -x test_logging
+ -x test_multiprocessing_fork
+ -x test_socket
+ -x test_xmlrpc
+
+ # Hangs (actually runs indefinitely executing itself w/ many cpython builds)
+ # bug #900429
+ -x test_tools
+ )
+
+ # Arch-specific skips. See #931888 for a collection of these.
+ case ${CHOST} in
+ alpha*)
+ profile_task_flags+=(
+ -x test_os
+ )
+ ;;
+ hppa*)
+ profile_task_flags+=(
+ -x test_descr
+ # bug 931908
+ -x test_exceptions
+ -x test_os
+ )
+ ;;
+ powerpc64-*) # big endian
+ profile_task_flags+=(
+ # bug 931908
+ -x test_exceptions
+ )
+ ;;
+ riscv*)
+ profile_task_flags+=(
+ -x test_statistics
+ )
+ ;;
+ esac
+
+ if has_version "app-arch/rpm" ; then
+ # Avoid sandbox failure (attempts to write to /var/lib/rpm)
+ profile_task_flags+=(
+ -x test_distutils
+ )
+ fi
+ local -x PROFILE_TASK="${profile_task_flags[*]}"
+ fi
+
+ local myeconfargs=(
+ # glibc-2.30 removes it; since we can't cleanly force-rebuild
+ # Python on glibc upgrade, remove it proactively to give
+ # a chance for users rebuilding python before glibc
+ ac_cv_header_stropts_h=no
+
+ --enable-shared
+ --without-static-libpython
+ --enable-ipv6
+ --infodir='${prefix}/share/info'
+ --mandir='${prefix}/share/man'
+ --with-dbmliborder="${dbmliborder}"
+ --with-libc=
+ --enable-loadable-sqlite-extensions
+ --without-ensurepip
+ --without-lto
+ --with-system-expat
+ --with-system-ffi
+ --with-system-libmpdec
+ --with-platlibdir=lib
+ --with-pkg-config=yes
+ --with-wheel-pkg-dir="${EPREFIX}"/usr/lib/python/ensurepip
+
+ $(use_with debug assertions)
+ $(use_enable pgo optimizations)
+ $(use_with readline readline "$(usex libedit editline readline)")
+ $(use_with valgrind)
+ )
+
+ # disable implicit optimization/debugging flags
+ local -x OPT=
+
+ # https://bugs.gentoo.org/700012
+ if tc-is-lto; then
+ append-cflags $(test-flags-CC -ffat-lto-objects)
+ myeconfargs+=(
+ --with-lto
+ )
+ fi
+
+ if tc-is-cross-compiler ; then
+ build_cbuild_python
+ myeconfargs+=(
+ # Point the imminent CHOST build to the Python we just
+ # built for CBUILD.
+ --with-build-python="${WORKDIR}"/${P}-${CBUILD}/python
+ )
+ fi
+
+ # pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
+ # propagated to sysconfig for built extensions
+ local -x CFLAGS_NODIST=${CFLAGS}
+ local -x LDFLAGS_NODIST=${LDFLAGS}
+ local -x CFLAGS= LDFLAGS=
+
+ # Fix implicit declarations on cross and prefix builds. Bug #674070.
+ if use ncurses; then
+ append-cppflags -I"${ESYSROOT}"/usr/include/ncursesw
+ fi
+
+ hprefixify setup.py
+ econf "${myeconfargs[@]}"
+
+ if grep -q "#define POSIX_SEMAPHORES_NOT_ENABLED 1" pyconfig.h; then
+ eerror "configure has detected that the sem_open function is broken."
+ eerror "Please ensure that /dev/shm is mounted as a tmpfs with mode 1777."
+ die "Broken sem_open function (bug 496328)"
+ fi
+
+ # force-disable modules we don't want built
+ local disable_modules=( NIS )
+ use gdbm || disable_modules+=( _GDBM _DBM )
+ use sqlite || disable_modules+=( _SQLITE3 )
+ use ssl || disable_modules+=( _HASHLIB _SSL )
+ use ncurses || disable_modules+=( _CURSES _CURSES_PANEL )
+ use readline || disable_modules+=( READLINE )
+ use tk || disable_modules+=( _TKINTER )
+
+ local mod
+ for mod in "${disable_modules[@]}"; do
+ echo "MODULE_${mod}_STATE=disabled"
+ done >> Makefile || die
+
+ # install epython.py as part of stdlib
+ echo "EPYTHON='python${PYVER}'" > Lib/epython.py || die
+}
+
+src_compile() {
+ # Ensure sed works as expected
+ # https://bugs.gentoo.org/594768
+ local -x LC_ALL=C
+ # Prevent using distutils bundled by setuptools.
+ # https://bugs.gentoo.org/823728
+ export SETUPTOOLS_USE_DISTUTILS=stdlib
+ export PYTHONSTRICTEXTENSIONBUILD=1
+
+ # Save PYTHONDONTWRITEBYTECODE so that 'has_version' doesn't
+ # end up writing bytecode & violating sandbox.
+ # bug #831897
+ local -x _PYTHONDONTWRITEBYTECODE=${PYTHONDONTWRITEBYTECODE}
+
+ # Gentoo hack to disable accessing system site-packages
+ export GENTOO_CPYTHON_BUILD=1
+
+ if use pgo ; then
+ # bug 660358
+ local -x COLUMNS=80
+ local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/var/tmp
+ fi
+
+ # also need to clear the flags explicitly here or they end up
+ # in _sysconfigdata*
+ emake CPPFLAGS= CFLAGS= LDFLAGS=
+
+ # Restore saved value from above.
+ local -x PYTHONDONTWRITEBYTECODE=${_PYTHONDONTWRITEBYTECODE}
+
+ # Work around bug 329499. See also bug 413751 and 457194.
+ if has_version dev-libs/libffi[pax-kernel]; then
+ pax-mark E python
+ else
+ pax-mark m python
+ fi
+}
+
+src_test() {
+ # Tests will not work when cross compiling.
+ if tc-is-cross-compiler; then
+ elog "Disabling tests due to crosscompiling."
+ return
+ fi
+
+ # this just happens to skip test_support.test_freeze that is broken
+ # without bundled expat
+ # TODO: get a proper skip for it upstream
+ local -x LOGNAME=buildbot
+
+ local test_opts=(
+ --verbose3
+ -u-network
+ -j "$(makeopts_jobs)"
+ "${COMMON_TEST_SKIPS[@]}"
+ )
+
+ # bug 660358
+ local -x COLUMNS=80
+ local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/var/tmp
+
+ nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \
+ CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty
+ local ret=${?}
+
+ [[ ${ret} -eq 0 ]] || die "emake test failed"
+}
+
+src_install() {
+ local libdir=${ED}/usr/lib/python${PYVER}
+
+ # -j1 hack for now for bug #843458
+ emake -j1 DESTDIR="${D}" TEST_MODULES=no altinstall
+
+ # Fix collisions between different slots of Python.
+ rm "${ED}/usr/$(get_libdir)/libpython3.so" || die
+
+ # Cheap hack to get version with ABIFLAGS
+ local abiver=$(cd "${ED}/usr/include"; echo python*)
+ if [[ ${abiver} != python${PYVER} ]]; then
+ # Replace python3.X with a symlink to python3.Xm
+ rm "${ED}/usr/bin/python${PYVER}" || die
+ dosym "${abiver}" "/usr/bin/python${PYVER}"
+ # Create python3.X-config symlink
+ dosym "${abiver}-config" "/usr/bin/python${PYVER}-config"
+ # Create python-3.5m.pc symlink
+ dosym "python-${PYVER}.pc" "/usr/$(get_libdir)/pkgconfig/${abiver/${PYVER}/-${PYVER}}.pc"
+ fi
+
+ # python seems to get rebuilt in src_install (bug 569908)
+ # Work around it for now.
+ if has_version dev-libs/libffi[pax-kernel]; then
+ pax-mark E "${ED}/usr/bin/${abiver}"
+ else
+ pax-mark m "${ED}/usr/bin/${abiver}"
+ fi
+
+ rm -r "${libdir}"/ensurepip/_bundled || die
+ if ! use ensurepip; then
+ rm -r "${libdir}"/ensurepip || die
+ fi
+ if ! use sqlite; then
+ rm -r "${libdir}/"sqlite3 || die
+ fi
+ if ! use tk; then
+ rm -r "${ED}/usr/bin/idle${PYVER}" || die
+ rm -r "${libdir}/"{idlelib,tkinter} || die
+ fi
+
+ ln -s ../python/EXTERNALLY-MANAGED "${libdir}/EXTERNALLY-MANAGED" || die
+
+ dodoc Misc/{ACKS,HISTORY,NEWS}
+
+ if use examples; then
+ docinto examples
+ find Tools -name __pycache__ -exec rm -fr {} + || die
+ dodoc -r Tools
+ fi
+ insinto /usr/share/gdb/auto-load/usr/$(get_libdir) #443510
+ local libname=$(
+ printf 'e:\n\t@echo $(INSTSONAME)\ninclude Makefile\n' |
+ emake --no-print-directory -s -f - 2>/dev/null
+ )
+ newins Tools/gdb/libpython.py "${libname}"-gdb.py
+
+ newconfd "${FILESDIR}/pydoc.conf" pydoc-${PYVER}
+ newinitd "${FILESDIR}/pydoc.init" pydoc-${PYVER}
+ sed \
+ -e "s:@PYDOC_PORT_VARIABLE@:PYDOC${PYVER/./_}_PORT:" \
+ -e "s:@PYDOC@:pydoc${PYVER}:" \
+ -i "${ED}/etc/conf.d/pydoc-${PYVER}" \
+ "${ED}/etc/init.d/pydoc-${PYVER}" || die "sed failed"
+
+ # python-exec wrapping support
+ local pymajor=${PYVER%.*}
+ local EPYTHON=python${PYVER}
+ local scriptdir=${D}$(python_get_scriptdir)
+ mkdir -p "${scriptdir}" || die
+ # python and pythonX
+ ln -s "../../../bin/${abiver}" "${scriptdir}/python${pymajor}" || die
+ ln -s "python${pymajor}" "${scriptdir}/python" || die
+ # python-config and pythonX-config
+ # note: we need to create a wrapper rather than symlinking it due
+ # to some random dirname(argv[0]) magic performed by python-config
+ cat > "${scriptdir}/python${pymajor}-config" <<-EOF || die
+ #!/bin/sh
+ exec "${abiver}-config" "\${@}"
+ EOF
+ chmod +x "${scriptdir}/python${pymajor}-config" || die
+ ln -s "python${pymajor}-config" "${scriptdir}/python-config" || die
+ # 2to3, pydoc
+ ln -s "../../../bin/2to3-${PYVER}" "${scriptdir}/2to3" || die
+ ln -s "../../../bin/pydoc${PYVER}" "${scriptdir}/pydoc" || die
+ # idle
+ if use tk; then
+ ln -s "../../../bin/idle${PYVER}" "${scriptdir}/idle" || die
+ fi
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/python/python-3.12.11_p1.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/python/python-3.12.11_p1.ebuild
new file mode 100644
index 00000000000..ef7b49a7c80
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/python/python-3.12.11_p1.ebuild
@@ -0,0 +1,610 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+WANT_LIBTOOL="none"
+
+inherit autotools check-reqs flag-o-matic multiprocessing pax-utils
+inherit python-utils-r1 toolchain-funcs verify-sig
+
+MY_PV=${PV/_rc/rc}
+MY_P="Python-${MY_PV%_p*}"
+PYVER=$(ver_cut 1-2)
+PATCHSET="python-gentoo-patches-${MY_PV}"
+
+DESCRIPTION="An interpreted, interactive, object-oriented programming language"
+HOMEPAGE="
+ https://www.python.org/
+ https://github.com/python/cpython/
+"
+SRC_URI="
+ https://www.python.org/ftp/python/${PV%%_*}/${MY_P}.tar.xz
+ https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz
+ verify-sig? (
+ https://www.python.org/ftp/python/${PV%%_*}/${MY_P}.tar.xz.asc
+ )
+"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="PSF-2"
+SLOT="${PYVER}"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
+IUSE="
+ bluetooth debug +ensurepip examples gdbm libedit +ncurses pgo
+ +readline +sqlite +ssl test tk valgrind
+"
+RESTRICT="!test? ( test )"
+
+# Do not add a dependency on dev-lang/python to this ebuild.
+# If you need to apply a patch which requires python for bootstrapping, please
+# run the bootstrap code on your dev box and include the results in the
+# patchset. See bug 447752.
+
+RDEPEND="
+ app-arch/bzip2:=
+ app-arch/xz-utils:=
+ app-crypt/libb2
+ app-misc/mime-types
+ >=dev-libs/expat-2.1:=
+ dev-libs/libffi:=
+ dev-libs/mpdecimal:=
+ dev-python/gentoo-common
+ >=sys-libs/zlib-1.1.3:=
+ virtual/libcrypt:=
+ virtual/libintl
+ gdbm? ( sys-libs/gdbm:=[berkdb] )
+ kernel_linux? ( sys-apps/util-linux:= )
+ ncurses? ( >=sys-libs/ncurses-5.2:= )
+ readline? (
+ !libedit? ( >=sys-libs/readline-4.1:= )
+ libedit? ( dev-libs/libedit:= )
+ )
+ sqlite? ( >=dev-db/sqlite-3.3.8:3= )
+ ssl? ( >=dev-libs/openssl-1.1.1:= )
+ tk? (
+ >=dev-lang/tcl-8.0:=
+ >=dev-lang/tk-8.0:=
+ dev-tcltk/blt:=
+ dev-tcltk/tix
+ )
+"
+# bluetooth requires headers from bluez
+DEPEND="
+ ${RDEPEND}
+ bluetooth? ( net-wireless/bluez )
+ test? (
+ app-arch/xz-utils
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ dev-python/ensurepip-wheel
+ )
+ valgrind? ( dev-debug/valgrind )
+"
+# autoconf-archive needed to eautoreconf
+BDEPEND="
+ dev-build/autoconf-archive
+ app-alternatives/awk
+ virtual/pkgconfig
+ verify-sig? ( >=sec-keys/openpgp-keys-python-20221025 )
+"
+if [[ ${PV} != *_alpha* ]]; then
+ RDEPEND+="
+ dev-lang/python-exec[python_targets_python${PYVER/./_}(-)]
+ "
+fi
+PDEPEND="
+ ensurepip? ( dev-python/ensurepip-pip )
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/python.org.asc
+
+# large file tests involve a 2.5G file being copied (duplicated)
+CHECKREQS_DISK_BUILD=5500M
+
+QA_PKGCONFIG_VERSION=${PYVER}
+# false positives -- functions specific to *BSD
+QA_CONFIG_IMPL_DECL_SKIP=( chflags lchflags )
+
+pkg_pretend() {
+ use test && check-reqs_pkg_pretend
+}
+
+pkg_setup() {
+ use test && check-reqs_pkg_setup
+}
+
+src_unpack() {
+ if use verify-sig; then
+ verify-sig_verify_detached "${DISTDIR}"/${MY_P}.tar.xz{,.asc}
+ fi
+ default
+}
+
+src_prepare() {
+ # Ensure that internal copies of expat and libffi are not used.
+ # TODO: Makefile has annoying deps on expat headers
+ #rm -r Modules/expat || die
+
+ local PATCHES=(
+ "${WORKDIR}/${PATCHSET}"
+ )
+
+ default
+
+ # force the correct number of jobs
+ # https://bugs.gentoo.org/737660
+ sed -i -e "s:-j0:-j$(makeopts_jobs):" Makefile.pre.in || die
+
+ # breaks tests when using --with-wheel-pkg-dir
+ rm -r Lib/test/wheeldata || die
+
+ eautoreconf
+}
+
+build_cbuild_python() {
+ # Hack to workaround get_libdir not being able to handle CBUILD, bug #794181
+ local cbuild_libdir=$(unset PKG_CONFIG_PATH ; $(tc-getBUILD_PKG_CONFIG) --keep-system-libs --libs-only-L libffi)
+
+ # pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
+ # propagated to sysconfig for built extensions
+ #
+ # -fno-lto to avoid bug #700012 (not like it matters for mini-CBUILD Python anyway)
+ local -x CFLAGS_NODIST="${BUILD_CFLAGS} -fno-lto"
+ local -x LDFLAGS_NODIST=${BUILD_LDFLAGS}
+ local -x CFLAGS= LDFLAGS=
+ local -x BUILD_CFLAGS="${CFLAGS_NODIST}"
+ local -x BUILD_LDFLAGS=${LDFLAGS_NODIST}
+
+ # We need to build our own Python on CBUILD first, and feed it in.
+ # bug #847910
+ local myeconfargs_cbuild=(
+ "${myeconfargs[@]}"
+
+ --prefix="${BROOT}"/usr
+ --libdir="${cbuild_libdir:2}"
+
+ # Avoid needing to load the right libpython.so.
+ --disable-shared
+
+ # As minimal as possible for the mini CBUILD Python
+ # we build just for cross to satisfy --with-build-python.
+ --without-lto
+ --without-readline
+ --disable-optimizations
+ )
+
+ mkdir "${WORKDIR}"/${P}-${CBUILD} || die
+ pushd "${WORKDIR}"/${P}-${CBUILD} &> /dev/null || die
+
+ # Avoid as many dependencies as possible for the cross build.
+ mkdir Modules || die
+ cat > Modules/Setup.local <<-EOF || die
+ *disabled*
+ nis
+ _dbm _gdbm
+ _sqlite3
+ _hashlib _ssl
+ _curses _curses_panel
+ readline
+ _tkinter
+ pyexpat
+ zlib
+ # We disabled these for CBUILD because Python's setup.py can't handle locating
+ # libdir correctly for cross. This should be rechecked for the pure Makefile approach,
+ # and uncommented if needed.
+ #_ctypes _crypt
+ EOF
+
+ ECONF_SOURCE="${S}" econf_build "${myeconfargs_cbuild[@]}"
+
+ # Unfortunately, we do have to build this immediately, and
+ # not in src_compile, because CHOST configure for Python
+ # will check the existence of the --with-build-python value
+ # immediately.
+ emake
+ popd &> /dev/null || die
+}
+
+src_configure() {
+ # disable automagic bluetooth headers detection
+ if ! use bluetooth; then
+ local -x ac_cv_header_bluetooth_bluetooth_h=no
+ fi
+
+ filter-flags -malign-double
+
+ # Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
+ # PKG_CONFIG needed for cross.
+ tc-export CXX PKG_CONFIG
+
+ local dbmliborder=
+ if use gdbm; then
+ dbmliborder+="${dbmliborder:+:}gdbm"
+ fi
+
+ # Set baseline test skip flags.
+ COMMON_TEST_SKIPS=(
+ # this is actually test_gdb.test_pretty_print
+ -x test_pretty_print
+ )
+
+ # Arch-specific skips. See #931888 for a collection of these.
+ case ${CHOST} in
+ alpha*)
+ COMMON_TEST_SKIPS+=(
+ -x test_builtin
+ -x test_capi
+ -x test_cmath
+ -x test_float
+ # timeout
+ -x test_free_threading
+ -x test_math
+ -x test_numeric_tower
+ -x test_random
+ -x test_statistics
+ # bug 653850
+ -x test_resource
+ -x test_strtod
+ )
+ ;;
+ arm*)
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
+ mips*)
+ COMMON_TEST_SKIPS+=(
+ -x test_ctypes
+ -x test_external_inspection
+ -x test_statistics
+ )
+ ;;
+ powerpc64-*) # big endian
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
+ riscv*)
+ COMMON_TEST_SKIPS+=(
+ -x test_urllib2
+ )
+ ;;
+ sparc*)
+ COMMON_TEST_SKIPS+=(
+ # bug 788022
+ -x test_multiprocessing_fork
+ -x test_multiprocessing_forkserver
+ -x test_multiprocessing_spawn
+
+ -x test_ctypes
+ -x test_gdb
+ # bug 931908
+ -x test_exceptions
+ )
+ ;;
+ esac
+
+ # musl-specific skips
+ use elibc_musl && COMMON_TEST_SKIPS+=(
+ # various musl locale deficiencies
+ -x test__locale
+ -x test_c_locale_coercion
+ -x test_locale
+ -x test_re
+
+ # known issues with find_library on musl
+ # https://bugs.python.org/issue21622
+ -x test_ctypes
+
+ # fpathconf, ttyname errno values
+ -x test_os
+ )
+
+ if use pgo; then
+ local profile_task_flags=(
+ -m test
+ "-j$(makeopts_jobs)"
+ --pgo-extended
+ -u-network
+
+ # We use a timeout because of how often we've had hang issues
+ # here. It also matches the default upstream PROFILE_TASK.
+ --timeout 1200
+
+ "${COMMON_TEST_SKIPS[@]}"
+
+ -x test_dtrace
+
+ # All of these seem to occasionally hang for PGO inconsistently
+ # They'll even hang here but be fine in src_test sometimes.
+ # bug #828535 (and related: bug #788022)
+ -x test_asyncio
+ -x test_concurrent_futures
+ -x test_httpservers
+ -x test_logging
+ -x test_multiprocessing_fork
+ -x test_socket
+ -x test_xmlrpc
+
+ # Hangs (actually runs indefinitely executing itself w/ many cpython builds)
+ # bug #900429
+ -x test_tools
+ )
+
+ # Arch-specific skips. See #931888 for a collection of these.
+ case ${CHOST} in
+ alpha*)
+ profile_task_flags+=(
+ -x test_os
+ )
+ ;;
+ hppa*)
+ profile_task_flags+=(
+ -x test_descr
+ # bug 931908
+ -x test_exceptions
+ -x test_os
+ )
+ ;;
+ powerpc64-*) # big endian
+ profile_task_flags+=(
+ # bug 931908
+ -x test_exceptions
+ )
+ ;;
+ riscv*)
+ profile_task_flags+=(
+ -x test_statistics
+ )
+ ;;
+ esac
+
+ if has_version "app-arch/rpm" ; then
+ # Avoid sandbox failure (attempts to write to /var/lib/rpm)
+ profile_task_flags+=(
+ -x test_distutils
+ )
+ fi
+ local -x PROFILE_TASK="${profile_task_flags[*]}"
+ fi
+
+ local myeconfargs=(
+ # glibc-2.30 removes it; since we can't cleanly force-rebuild
+ # Python on glibc upgrade, remove it proactively to give
+ # a chance for users rebuilding python before glibc
+ ac_cv_header_stropts_h=no
+
+ --enable-shared
+ --without-static-libpython
+ --enable-ipv6
+ --infodir='${prefix}/share/info'
+ --mandir='${prefix}/share/man'
+ --with-dbmliborder="${dbmliborder}"
+ --with-libc=
+ --enable-loadable-sqlite-extensions
+ --without-ensurepip
+ --without-lto
+ --with-system-expat
+ --with-system-libmpdec
+ --with-platlibdir=lib
+ --with-pkg-config=yes
+ --with-wheel-pkg-dir="${EPREFIX}"/usr/lib/python/ensurepip
+
+ $(use_with debug assertions)
+ $(use_enable pgo optimizations)
+ $(use_with readline readline "$(usex libedit editline readline)")
+ $(use_with valgrind)
+ )
+
+ if tc-is-lto; then
+ myeconfargs+=(
+ --with-lto
+ )
+ fi
+
+ # Force-disable modules we don't want built.
+ # See Modules/Setup for docs on how this works. Setup.local contains our local deviations.
+ cat > Modules/Setup.local <<-EOF || die
+ *disabled*
+ nis
+ $(usev !gdbm '_gdbm _dbm')
+ $(usev !sqlite '_sqlite3')
+ $(usev !ssl '_hashlib _ssl')
+ $(usev !ncurses '_curses _curses_panel')
+ $(usev !readline 'readline')
+ $(usev !tk '_tkinter')
+ EOF
+
+ # disable implicit optimization/debugging flags
+ local -x OPT=
+
+ if tc-is-cross-compiler ; then
+ build_cbuild_python
+ myeconfargs+=(
+ # Point the imminent CHOST build to the Python we just
+ # built for CBUILD.
+ --with-build-python="${WORKDIR}"/${P}-${CBUILD}/python
+ )
+ fi
+
+ # pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
+ # propagated to sysconfig for built extensions
+ local -x CFLAGS_NODIST=${CFLAGS}
+ local -x LDFLAGS_NODIST=${LDFLAGS}
+ local -x CFLAGS= LDFLAGS=
+
+ # Fix implicit declarations on cross and prefix builds. Bug #674070.
+ if use ncurses; then
+ append-cppflags -I"${ESYSROOT}"/usr/include/ncursesw
+ fi
+
+ econf "${myeconfargs[@]}"
+
+ if grep -q "#define POSIX_SEMAPHORES_NOT_ENABLED 1" pyconfig.h; then
+ eerror "configure has detected that the sem_open function is broken."
+ eerror "Please ensure that /dev/shm is mounted as a tmpfs with mode 1777."
+ die "Broken sem_open function (bug 496328)"
+ fi
+
+ # install epython.py as part of stdlib
+ echo "EPYTHON='python${PYVER}'" > Lib/epython.py || die
+}
+
+src_compile() {
+ # Ensure sed works as expected
+ # https://bugs.gentoo.org/594768
+ local -x LC_ALL=C
+ export PYTHONSTRICTEXTENSIONBUILD=1
+
+ # Save PYTHONDONTWRITEBYTECODE so that 'has_version' doesn't
+ # end up writing bytecode & violating sandbox.
+ # bug #831897
+ local -x _PYTHONDONTWRITEBYTECODE=${PYTHONDONTWRITEBYTECODE}
+
+ # Gentoo hack to disable accessing system site-packages
+ export GENTOO_CPYTHON_BUILD=1
+
+ if use pgo ; then
+ # bug 660358
+ local -x COLUMNS=80
+ local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/var/tmp
+ fi
+
+ # also need to clear the flags explicitly here or they end up
+ # in _sysconfigdata*
+ emake CPPFLAGS= CFLAGS= LDFLAGS=
+
+ # Restore saved value from above.
+ local -x PYTHONDONTWRITEBYTECODE=${_PYTHONDONTWRITEBYTECODE}
+
+ # Work around bug 329499. See also bug 413751 and 457194.
+ if has_version dev-libs/libffi[pax-kernel]; then
+ pax-mark E python
+ else
+ pax-mark m python
+ fi
+}
+
+src_test() {
+ # Tests will not work when cross compiling.
+ if tc-is-cross-compiler; then
+ elog "Disabling tests due to crosscompiling."
+ return
+ fi
+
+ # this just happens to skip test_support.test_freeze that is broken
+ # without bundled expat
+ # TODO: get a proper skip for it upstream
+ local -x LOGNAME=buildbot
+
+ local test_opts=(
+ --verbose3
+ -u-network
+ -j "$(makeopts_jobs)"
+ "${COMMON_TEST_SKIPS[@]}"
+ )
+
+ # bug 660358
+ local -x COLUMNS=80
+ local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/var/tmp
+
+ nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \
+ CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty
+ local ret=${?}
+
+ [[ ${ret} -eq 0 ]] || die "emake test failed"
+}
+
+src_install() {
+ local libdir=${ED}/usr/lib/python${PYVER}
+
+ # the Makefile rules are broken
+ # https://github.com/python/cpython/issues/100221
+ mkdir -p "${libdir}"/lib-dynload || die
+
+ # -j1 hack for now for bug #843458
+ emake -j1 DESTDIR="${D}" TEST_MODULES=no altinstall
+
+ # Fix collisions between different slots of Python.
+ rm "${ED}/usr/$(get_libdir)/libpython3.so" || die
+
+ # Cheap hack to get version with ABIFLAGS
+ local abiver=$(cd "${ED}/usr/include"; echo python*)
+ if [[ ${abiver} != python${PYVER} ]]; then
+ # Replace python3.X with a symlink to python3.Xm
+ rm "${ED}/usr/bin/python${PYVER}" || die
+ dosym "${abiver}" "/usr/bin/python${PYVER}"
+ # Create python3.X-config symlink
+ dosym "${abiver}-config" "/usr/bin/python${PYVER}-config"
+ # Create python-3.5m.pc symlink
+ dosym "python-${PYVER}.pc" "/usr/$(get_libdir)/pkgconfig/${abiver/${PYVER}/-${PYVER}}.pc"
+ fi
+
+ # python seems to get rebuilt in src_install (bug 569908)
+ # Work around it for now.
+ if has_version dev-libs/libffi[pax-kernel]; then
+ pax-mark E "${ED}/usr/bin/${abiver}"
+ else
+ pax-mark m "${ED}/usr/bin/${abiver}"
+ fi
+
+ rm -r "${libdir}"/ensurepip/_bundled || die
+ if ! use sqlite; then
+ rm -r "${libdir}/"sqlite3 || die
+ fi
+ if ! use tk; then
+ rm -r "${ED}/usr/bin/idle${PYVER}" || die
+ rm -r "${libdir}/"{idlelib,tkinter} || die
+ fi
+
+ ln -s ../python/EXTERNALLY-MANAGED "${libdir}/EXTERNALLY-MANAGED" || die
+
+ dodoc Misc/{ACKS,HISTORY,NEWS}
+
+ if use examples; then
+ docinto examples
+ find Tools -name __pycache__ -exec rm -fr {} + || die
+ dodoc -r Tools
+ fi
+ insinto /usr/share/gdb/auto-load/usr/$(get_libdir) #443510
+ local libname=$(
+ printf 'e:\n\t@echo $(INSTSONAME)\ninclude Makefile\n' |
+ emake --no-print-directory -s -f - 2>/dev/null
+ )
+ newins Tools/gdb/libpython.py "${libname}"-gdb.py
+
+ newconfd "${FILESDIR}/pydoc.conf" pydoc-${PYVER}
+ newinitd "${FILESDIR}/pydoc.init" pydoc-${PYVER}
+ sed \
+ -e "s:@PYDOC_PORT_VARIABLE@:PYDOC${PYVER/./_}_PORT:" \
+ -e "s:@PYDOC@:pydoc${PYVER}:" \
+ -i "${ED}/etc/conf.d/pydoc-${PYVER}" \
+ "${ED}/etc/init.d/pydoc-${PYVER}" || die "sed failed"
+
+ # python-exec wrapping support
+ local pymajor=${PYVER%.*}
+ local EPYTHON=python${PYVER}
+ local scriptdir=${D}$(python_get_scriptdir)
+ mkdir -p "${scriptdir}" || die
+ # python and pythonX
+ ln -s "../../../bin/${abiver}" "${scriptdir}/python${pymajor}" || die
+ ln -s "python${pymajor}" "${scriptdir}/python" || die
+ # python-config and pythonX-config
+ # note: we need to create a wrapper rather than symlinking it due
+ # to some random dirname(argv[0]) magic performed by python-config
+ cat > "${scriptdir}/python${pymajor}-config" <<-EOF || die
+ #!/bin/sh
+ exec "${abiver}-config" "\${@}"
+ EOF
+ chmod +x "${scriptdir}/python${pymajor}-config" || die
+ ln -s "python${pymajor}-config" "${scriptdir}/python-config" || die
+ # 2to3, pydoc
+ ln -s "../../../bin/2to3-${PYVER}" "${scriptdir}/2to3" || die
+ ln -s "../../../bin/pydoc${PYVER}" "${scriptdir}/pydoc" || die
+ # idle
+ if use tk; then
+ ln -s "../../../bin/idle${PYVER}" "${scriptdir}/idle" || die
+ fi
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/python/python-3.13.5_p1.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/python/python-3.13.5_p1.ebuild
new file mode 100644
index 00000000000..c5e2ccea4e9
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/python/python-3.13.5_p1.ebuild
@@ -0,0 +1,629 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+LLVM_COMPAT=( 18 )
+LLVM_OPTIONAL=1
+WANT_LIBTOOL="none"
+
+inherit autotools check-reqs flag-o-matic linux-info llvm-r1
+inherit multiprocessing pax-utils python-utils-r1 toolchain-funcs
+inherit verify-sig
+
+MY_PV=${PV}
+MY_P="Python-${MY_PV%_p*}"
+PYVER=$(ver_cut 1-2)
+PATCHSET="python-gentoo-patches-${MY_PV}"
+
+DESCRIPTION="An interpreted, interactive, object-oriented programming language"
+HOMEPAGE="
+ https://www.python.org/
+ https://github.com/python/cpython/
+"
+SRC_URI="
+ https://www.python.org/ftp/python/${PV%%_*}/${MY_P}.tar.xz
+ https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz
+ verify-sig? (
+ https://www.python.org/ftp/python/${PV%%_*}/${MY_P}.tar.xz.asc
+ )
+"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="PSF-2"
+SLOT="${PYVER}"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
+IUSE="
+ bluetooth debug +ensurepip examples gdbm jit libedit +ncurses pgo
+ +readline +sqlite +ssl test tk valgrind
+"
+REQUIRED_USE="jit? ( ${LLVM_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
+
+# Do not add a dependency on dev-lang/python to this ebuild.
+# If you need to apply a patch which requires python for bootstrapping, please
+# run the bootstrap code on your dev box and include the results in the
+# patchset. See bug 447752.
+
+RDEPEND="
+ app-arch/bzip2:=
+ app-arch/xz-utils:=
+ app-crypt/libb2
+ app-misc/mime-types
+ >=dev-libs/expat-2.1:=
+ dev-libs/libffi:=
+ dev-libs/mpdecimal:=
+ dev-python/gentoo-common
+ >=sys-libs/zlib-1.1.3:=
+ virtual/libintl
+ gdbm? ( sys-libs/gdbm:=[berkdb] )
+ kernel_linux? ( sys-apps/util-linux:= )
+ ncurses? ( >=sys-libs/ncurses-5.2:= )
+ readline? (
+ !libedit? ( >=sys-libs/readline-4.1:= )
+ libedit? ( dev-libs/libedit:= )
+ )
+ sqlite? ( >=dev-db/sqlite-3.3.8:3= )
+ ssl? ( >=dev-libs/openssl-1.1.1:= )
+ tk? (
+ >=dev-lang/tcl-8.0:=
+ >=dev-lang/tk-8.0:=
+ dev-tcltk/blt:=
+ dev-tcltk/tix
+ )
+"
+# bluetooth requires headers from bluez
+DEPEND="
+ ${RDEPEND}
+ bluetooth? ( net-wireless/bluez )
+ test? (
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
+ valgrind? ( dev-debug/valgrind )
+"
+# autoconf-archive needed to eautoreconf
+BDEPEND="
+ dev-build/autoconf-archive
+ app-alternatives/awk
+ virtual/pkgconfig
+ jit? (
+ $(llvm_gen_dep '
+ llvm-core/clang:${LLVM_SLOT}
+ llvm-core/llvm:${LLVM_SLOT}
+ ')
+ )
+ verify-sig? ( >=sec-keys/openpgp-keys-python-20221025 )
+"
+if [[ ${PV} != *_alpha* ]]; then
+ RDEPEND+="
+ dev-lang/python-exec[python_targets_python${PYVER/./_}(-)]
+ "
+fi
+PDEPEND="
+ ensurepip? ( dev-python/ensurepip-pip )
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/python.org.asc
+
+# large file tests involve a 2.5G file being copied (duplicated)
+CHECKREQS_DISK_BUILD=5500M
+
+QA_PKGCONFIG_VERSION=${PYVER}
+# false positives -- functions specific to *BSD
+QA_CONFIG_IMPL_DECL_SKIP=( chflags lchflags )
+
+declare -rgA PYTHON_KERNEL_CHECKS=(
+ ["CROSS_MEMORY_ATTACH"]="test_external_inspection" #bug 938589
+ ["DNOTIFY"]="test_fcntl" # bug 938662
+)
+
+pkg_pretend() {
+ if use pgo || use test; then
+ check-reqs_pkg_pretend
+ fi
+
+ if use jit; then
+ ewarn "USE=jit is considered experimental upstream. Using it"
+ ewarn "could lead to unexpected breakage, including race conditions"
+ ewarn "and crashes, respectively. Please do not file Gentoo bugs, unless"
+ ewarn "you can reproduce the problem with dev-lang/python[-jit]. Instead,"
+ ewarn "please consider reporting JIT problems upstream."
+ fi
+}
+
+pkg_setup() {
+ if [[ ${MERGE_TYPE} != binary ]]; then
+ use jit && llvm-r1_pkg_setup
+ if use test || use pgo; then
+ check-reqs_pkg_setup
+
+ local CONFIG_CHECK
+ for f in "${!PYTHON_KERNEL_CHECKS[@]}"; do
+ CONFIG_CHECK+="~${f} "
+ done
+ linux-info_pkg_setup
+ fi
+ fi
+}
+
+src_unpack() {
+ if use verify-sig; then
+ verify-sig_verify_detached "${DISTDIR}"/${MY_P}.tar.xz{,.asc}
+ fi
+ default
+}
+
+src_prepare() {
+ # Ensure that internal copies of expat and libffi are not used.
+ # TODO: Makefile has annoying deps on expat headers
+ #rm -r Modules/expat || die
+
+ local PATCHES=(
+ "${WORKDIR}/${PATCHSET}"
+ )
+
+ default
+
+ # force the correct number of jobs
+ # https://bugs.gentoo.org/737660
+ sed -i -e "s:-j0:-j$(makeopts_jobs):" Makefile.pre.in || die
+
+ # breaks tests when using --with-wheel-pkg-dir
+ rm -r Lib/test/wheeldata || die
+
+ eautoreconf
+}
+
+build_cbuild_python() {
+ # Hack to workaround get_libdir not being able to handle CBUILD, bug #794181
+ local cbuild_libdir=$(unset PKG_CONFIG_PATH ; $(tc-getBUILD_PKG_CONFIG) --keep-system-libs --libs-only-L libffi)
+
+ # pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
+ # propagated to sysconfig for built extensions
+ #
+ # -fno-lto to avoid bug #700012 (not like it matters for mini-CBUILD Python anyway)
+ local -x CFLAGS_NODIST="${BUILD_CFLAGS} -fno-lto"
+ local -x LDFLAGS_NODIST=${BUILD_LDFLAGS}
+ local -x CFLAGS= LDFLAGS=
+ local -x BUILD_CFLAGS="${CFLAGS_NODIST}"
+ local -x BUILD_LDFLAGS=${LDFLAGS_NODIST}
+
+ # We need to build our own Python on CBUILD first, and feed it in.
+ # bug #847910
+ local myeconfargs_cbuild=(
+ "${myeconfargs[@]}"
+
+ --prefix="${BROOT}"/usr
+ --libdir="${cbuild_libdir:2}"
+
+ # Avoid needing to load the right libpython.so.
+ --disable-shared
+
+ # As minimal as possible for the mini CBUILD Python
+ # we build just for cross to satisfy --with-build-python.
+ --without-lto
+ --without-readline
+ --disable-optimizations
+ )
+
+ mkdir "${WORKDIR}"/${P}-${CBUILD} || die
+ pushd "${WORKDIR}"/${P}-${CBUILD} &> /dev/null || die
+
+ # Avoid as many dependencies as possible for the cross build.
+ mkdir Modules || die
+ cat > Modules/Setup.local <<-EOF || die
+ *disabled*
+ nis
+ _dbm _gdbm
+ _sqlite3
+ _hashlib _ssl
+ _curses _curses_panel
+ readline
+ _tkinter
+ pyexpat
+ zlib
+ # We disabled these for CBUILD because Python's setup.py can't handle locating
+ # libdir correctly for cross. This should be rechecked for the pure Makefile approach,
+ # and uncommented if needed.
+ #_ctypes
+ EOF
+
+ ECONF_SOURCE="${S}" econf_build "${myeconfargs_cbuild[@]}"
+
+ # Unfortunately, we do have to build this immediately, and
+ # not in src_compile, because CHOST configure for Python
+ # will check the existence of the --with-build-python value
+ # immediately.
+ emake
+ popd &> /dev/null || die
+}
+
+src_configure() {
+ # disable automagic bluetooth headers detection
+ if ! use bluetooth; then
+ local -x ac_cv_header_bluetooth_bluetooth_h=no
+ fi
+
+ filter-flags -malign-double
+
+ # Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
+ # PKG_CONFIG needed for cross.
+ tc-export CXX PKG_CONFIG
+
+ local dbmliborder=
+ if use gdbm; then
+ dbmliborder+="${dbmliborder:+:}gdbm"
+ fi
+
+ # Set baseline test skip flags.
+ COMMON_TEST_SKIPS=(
+ # this is actually test_gdb.test_pretty_print
+ -x test_pretty_print
+ # https://bugs.gentoo.org/933840
+ -x test_perf_profiler
+ )
+
+ # Arch-specific skips. See #931888 for a collection of these.
+ case ${CHOST} in
+ alpha*)
+ COMMON_TEST_SKIPS+=(
+ -x test_builtin
+ -x test_capi
+ -x test_cmath
+ -x test_float
+ # timeout
+ -x test_free_threading
+ -x test_math
+ -x test_numeric_tower
+ -x test_random
+ -x test_statistics
+ # bug 653850
+ -x test_resource
+ -x test_strtod
+ )
+ ;;
+ arm*)
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
+ hppa*)
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
+ mips*)
+ COMMON_TEST_SKIPS+=(
+ -x test_ctypes
+ -x test_external_inspection
+ -x test_statistics
+ )
+ ;;
+ powerpc64-*) # big endian
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
+ riscv*)
+ COMMON_TEST_SKIPS+=(
+ -x test_urllib2
+ )
+ ;;
+ sparc*)
+ COMMON_TEST_SKIPS+=(
+ # bug 788022
+ -x test_multiprocessing_fork
+ -x test_multiprocessing_forkserver
+ -x test_multiprocessing_spawn
+
+ -x test_ctypes
+ -x test_gdb
+ # bug 931908
+ -x test_exceptions
+ )
+ ;;
+ esac
+
+ # Kernel-config specific skips
+ for option in "${!PYTHON_KERNEL_CHECKS[@]}"; do
+ if ! linux_config_exists || ! linux_chkconfig_present "${option}"
+ then
+ COMMON_TEST_SKIPS+=( -x "${PYTHON_KERNEL_CHECKS[${option}]}" )
+ fi
+ done
+
+ # musl-specific skips
+ use elibc_musl && COMMON_TEST_SKIPS+=(
+ # various musl locale deficiencies
+ -x test__locale
+ -x test_c_locale_coercion
+ -x test_locale
+ -x test_re
+
+ # known issues with find_library on musl
+ # https://bugs.python.org/issue21622
+ -x test_ctypes
+
+ # fpathconf, ttyname errno values
+ -x test_os
+ )
+
+ if use pgo; then
+ local profile_task_flags=(
+ -m test
+ "-j$(makeopts_jobs)"
+ --pgo-extended
+ --verbose3
+ -u-network
+
+ # We use a timeout because of how often we've had hang issues
+ # here. It also matches the default upstream PROFILE_TASK.
+ --timeout 1200
+
+ "${COMMON_TEST_SKIPS[@]}"
+
+ -x test_dtrace
+
+ # All of these seem to occasionally hang for PGO inconsistently
+ # They'll even hang here but be fine in src_test sometimes.
+ # bug #828535 (and related: bug #788022)
+ -x test_asyncio
+ -x test_httpservers
+ -x test_logging
+ -x test_multiprocessing_fork
+ -x test_socket
+ -x test_xmlrpc
+
+ # Hangs (actually runs indefinitely executing itself w/ many cpython builds)
+ # bug #900429
+ -x test_tools
+ )
+
+ if has_version "app-arch/rpm" ; then
+ # Avoid sandbox failure (attempts to write to /var/lib/rpm)
+ profile_task_flags+=(
+ -x test_distutils
+ )
+ fi
+ # PGO sometimes fails randomly
+ local -x PROFILE_TASK="${profile_task_flags[*]} || true"
+ fi
+
+ local myeconfargs=(
+ # glibc-2.30 removes it; since we can't cleanly force-rebuild
+ # Python on glibc upgrade, remove it proactively to give
+ # a chance for users rebuilding python before glibc
+ ac_cv_header_stropts_h=no
+
+ --enable-shared
+ --without-static-libpython
+ --enable-ipv6
+ --infodir='${prefix}/share/info'
+ --mandir='${prefix}/share/man'
+ --with-dbmliborder="${dbmliborder}"
+ --with-libc=
+ --enable-loadable-sqlite-extensions
+ --without-ensurepip
+ --without-lto
+ --with-system-expat
+ --with-system-libmpdec
+ --with-platlibdir=lib
+ --with-pkg-config=yes
+ --with-wheel-pkg-dir="${EPREFIX}"/usr/lib/python/ensurepip
+ --enable-gil
+
+ $(use_with debug assertions)
+ $(use_enable jit experimental-jit)
+ $(use_enable pgo optimizations)
+ $(use_with readline readline "$(usex libedit editline readline)")
+ $(use_with valgrind)
+ )
+
+ if tc-is-lto; then
+ myeconfargs+=(
+ --with-lto
+ )
+ fi
+
+ # Force-disable modules we don't want built.
+ # See Modules/Setup for docs on how this works. Setup.local contains our local deviations.
+ cat > Modules/Setup.local <<-EOF || die
+ *disabled*
+ nis
+ $(usev !gdbm '_gdbm _dbm')
+ $(usev !sqlite '_sqlite3')
+ $(usev !ssl '_hashlib _ssl')
+ $(usev !ncurses '_curses _curses_panel')
+ $(usev !readline 'readline')
+ $(usev !tk '_tkinter')
+ EOF
+
+ # disable implicit optimization/debugging flags
+ local -x OPT=
+
+ if tc-is-cross-compiler ; then
+ build_cbuild_python
+ myeconfargs+=(
+ # Point the imminent CHOST build to the Python we just
+ # built for CBUILD.
+ --with-build-python="${WORKDIR}"/${P}-${CBUILD}/python
+ )
+ fi
+
+ # pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
+ # propagated to sysconfig for built extensions
+ local -x CFLAGS_NODIST=${CFLAGS}
+ local -x LDFLAGS_NODIST=${LDFLAGS}
+ local -x CFLAGS= LDFLAGS=
+
+ # Fix implicit declarations on cross and prefix builds. Bug #674070.
+ if use ncurses; then
+ append-cppflags -I"${ESYSROOT}"/usr/include/ncursesw
+ fi
+
+ econf "${myeconfargs[@]}"
+
+ if grep -q "#define POSIX_SEMAPHORES_NOT_ENABLED 1" pyconfig.h; then
+ eerror "configure has detected that the sem_open function is broken."
+ eerror "Please ensure that /dev/shm is mounted as a tmpfs with mode 1777."
+ die "Broken sem_open function (bug 496328)"
+ fi
+
+ # install epython.py as part of stdlib
+ echo "EPYTHON='python${PYVER}'" > Lib/epython.py || die
+}
+
+src_compile() {
+ # Ensure sed works as expected
+ # https://bugs.gentoo.org/594768
+ local -x LC_ALL=C
+ export PYTHONSTRICTEXTENSIONBUILD=1
+
+ # Save PYTHONDONTWRITEBYTECODE so that 'has_version' doesn't
+ # end up writing bytecode & violating sandbox.
+ # bug #831897
+ local -x _PYTHONDONTWRITEBYTECODE=${PYTHONDONTWRITEBYTECODE}
+
+ # Gentoo hack to disable accessing system site-packages
+ export GENTOO_CPYTHON_BUILD=1
+
+ if use pgo ; then
+ # bug 660358
+ local -x COLUMNS=80
+ local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/var/tmp
+ fi
+
+ # also need to clear the flags explicitly here or they end up
+ # in _sysconfigdata*
+ emake CPPFLAGS= CFLAGS= LDFLAGS=
+
+ # Restore saved value from above.
+ local -x PYTHONDONTWRITEBYTECODE=${_PYTHONDONTWRITEBYTECODE}
+
+ # Work around bug 329499. See also bug 413751 and 457194.
+ if has_version dev-libs/libffi[pax-kernel]; then
+ pax-mark E python
+ else
+ pax-mark m python
+ fi
+}
+
+src_test() {
+ # Tests will not work when cross compiling.
+ if tc-is-cross-compiler; then
+ elog "Disabling tests due to crosscompiling."
+ return
+ fi
+
+ # this just happens to skip test_support.test_freeze that is broken
+ # without bundled expat
+ # TODO: get a proper skip for it upstream
+ local -x LOGNAME=buildbot
+
+ local test_opts=(
+ --verbose3
+ -u-network
+ -j "$(makeopts_jobs)"
+ "${COMMON_TEST_SKIPS[@]}"
+ )
+
+ # bug 660358
+ local -x COLUMNS=80
+ local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/var/tmp
+
+ nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \
+ CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty
+ local ret=${?}
+
+ [[ ${ret} -eq 0 ]] || die "emake test failed"
+}
+
+src_install() {
+ local libdir=${ED}/usr/lib/python${PYVER}
+
+ # -j1 hack for now for bug #843458
+ emake -j1 DESTDIR="${D}" TEST_MODULES=no altinstall
+
+ # Fix collisions between different slots of Python.
+ rm "${ED}/usr/$(get_libdir)/libpython3.so" || die
+
+ # Cheap hack to get version with ABIFLAGS
+ local abiver=$(cd "${ED}/usr/include"; echo python*)
+ if [[ ${abiver} != python${PYVER} ]]; then
+ # Replace python3.X with a symlink to python3.Xm
+ rm "${ED}/usr/bin/python${PYVER}" || die
+ dosym "${abiver}" "/usr/bin/python${PYVER}"
+ # Create python3.X-config symlink
+ dosym "${abiver}-config" "/usr/bin/python${PYVER}-config"
+ # Create python-3.5m.pc symlink
+ dosym "python-${PYVER}.pc" "/usr/$(get_libdir)/pkgconfig/${abiver/${PYVER}/-${PYVER}}.pc"
+ fi
+
+ # python seems to get rebuilt in src_install (bug 569908)
+ # Work around it for now.
+ if has_version dev-libs/libffi[pax-kernel]; then
+ pax-mark E "${ED}/usr/bin/${abiver}"
+ else
+ pax-mark m "${ED}/usr/bin/${abiver}"
+ fi
+
+ rm -r "${libdir}"/ensurepip/_bundled || die
+ if ! use sqlite; then
+ rm -r "${libdir}/"sqlite3 || die
+ fi
+ if ! use tk; then
+ rm -r "${ED}/usr/bin/idle${PYVER}" || die
+ rm -r "${libdir}/"{idlelib,tkinter} || die
+ fi
+
+ ln -s ../python/EXTERNALLY-MANAGED "${libdir}/EXTERNALLY-MANAGED" || die
+
+ dodoc Misc/{ACKS,HISTORY,NEWS}
+
+ if use examples; then
+ docinto examples
+ find Tools -name __pycache__ -exec rm -fr {} + || die
+ dodoc -r Tools
+ fi
+ insinto /usr/share/gdb/auto-load/usr/$(get_libdir) #443510
+ local libname=$(
+ printf 'e:\n\t@echo $(INSTSONAME)\ninclude Makefile\n' |
+ emake --no-print-directory -s -f - 2>/dev/null
+ )
+ newins Tools/gdb/libpython.py "${libname}"-gdb.py
+
+ newconfd "${FILESDIR}/pydoc.conf" pydoc-${PYVER}
+ newinitd "${FILESDIR}/pydoc.init" pydoc-${PYVER}
+ sed \
+ -e "s:@PYDOC_PORT_VARIABLE@:PYDOC${PYVER/./_}_PORT:" \
+ -e "s:@PYDOC@:pydoc${PYVER}:" \
+ -i "${ED}/etc/conf.d/pydoc-${PYVER}" \
+ "${ED}/etc/init.d/pydoc-${PYVER}" || die "sed failed"
+
+ # python-exec wrapping support
+ local pymajor=${PYVER%.*}
+ local EPYTHON=python${PYVER}
+ local scriptdir=${D}$(python_get_scriptdir)
+ mkdir -p "${scriptdir}" || die
+ # python and pythonX
+ ln -s "../../../bin/${abiver}" "${scriptdir}/python${pymajor}" || die
+ ln -s "python${pymajor}" "${scriptdir}/python" || die
+ # python-config and pythonX-config
+ # note: we need to create a wrapper rather than symlinking it due
+ # to some random dirname(argv[0]) magic performed by python-config
+ cat > "${scriptdir}/python${pymajor}-config" <<-EOF || die
+ #!/bin/sh
+ exec "${abiver}-config" "\${@}"
+ EOF
+ chmod +x "${scriptdir}/python${pymajor}-config" || die
+ ln -s "python${pymajor}-config" "${scriptdir}/python-config" || die
+ # pydoc
+ ln -s "../../../bin/pydoc${PYVER}" "${scriptdir}/pydoc" || die
+ # idle
+ if use tk; then
+ ln -s "../../../bin/idle${PYVER}" "${scriptdir}/idle" || die
+ fi
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/python/python-3.14.0_rc1.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/python/python-3.14.0_rc1.ebuild
new file mode 100644
index 00000000000..8f99bbfedb0
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/python/python-3.14.0_rc1.ebuild
@@ -0,0 +1,645 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+LLVM_COMPAT=( 19 )
+LLVM_OPTIONAL=1
+VERIFY_SIG_METHOD=sigstore
+WANT_LIBTOOL="none"
+
+inherit autotools check-reqs eapi9-ver flag-o-matic linux-info llvm-r1
+inherit multiprocessing pax-utils python-utils-r1 toolchain-funcs
+inherit verify-sig
+
+MY_PV=${PV/_/}
+MY_P="Python-${MY_PV%_p*}"
+PYVER=$(ver_cut 1-2)
+PATCHSET="python-gentoo-patches-${MY_PV}"
+
+DESCRIPTION="An interpreted, interactive, object-oriented programming language"
+HOMEPAGE="
+ https://www.python.org/
+ https://github.com/python/cpython/
+"
+SRC_URI="
+ https://www.python.org/ftp/python/${PV%%_*}/${MY_P}.tar.xz
+ https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz
+ verify-sig? (
+ https://www.python.org/ftp/python/${PV%%_*}/${MY_P}.tar.xz.sigstore
+ )
+"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="PSF-2"
+SLOT="${PYVER}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="
+ bluetooth debug +ensurepip examples gdbm jit libedit +ncurses pgo
+ +readline +sqlite +ssl tail-call-interp test tk valgrind
+"
+REQUIRED_USE="jit? ( ${LLVM_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
+
+# Do not add a dependency on dev-lang/python to this ebuild.
+# If you need to apply a patch which requires python for bootstrapping, please
+# run the bootstrap code on your dev box and include the results in the
+# patchset. See bug 447752.
+
+RDEPEND="
+ app-arch/bzip2:=
+ app-arch/xz-utils:=
+ app-arch/zstd:=
+ app-misc/mime-types
+ >=dev-libs/expat-2.1:=
+ dev-libs/libffi:=
+ dev-libs/mpdecimal:=
+ dev-python/gentoo-common
+ >=sys-libs/zlib-1.1.3:=
+ virtual/libintl
+ gdbm? ( sys-libs/gdbm:=[berkdb] )
+ kernel_linux? ( sys-apps/util-linux:= )
+ ncurses? ( >=sys-libs/ncurses-5.2:= )
+ readline? (
+ !libedit? ( >=sys-libs/readline-4.1:= )
+ libedit? ( dev-libs/libedit:= )
+ )
+ sqlite? ( >=dev-db/sqlite-3.3.8:3= )
+ ssl? ( >=dev-libs/openssl-1.1.1:= )
+ tk? (
+ >=dev-lang/tcl-8.0:=
+ >=dev-lang/tk-8.0:=
+ dev-tcltk/blt:=
+ dev-tcltk/tix
+ )
+"
+# bluetooth requires headers from bluez
+DEPEND="
+ ${RDEPEND}
+ bluetooth? ( net-wireless/bluez )
+ test? (
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
+ valgrind? ( dev-debug/valgrind )
+"
+# autoconf-archive needed to eautoreconf
+BDEPEND="
+ dev-build/autoconf-archive
+ app-alternatives/awk
+ virtual/pkgconfig
+ jit? (
+ $(llvm_gen_dep '
+ llvm-core/clang:${LLVM_SLOT}
+ llvm-core/llvm:${LLVM_SLOT}
+ ')
+ )
+"
+if [[ ${PV} != *_alpha* ]]; then
+ RDEPEND+="
+ dev-lang/python-exec[python_targets_python${PYVER/./_}(-)]
+ "
+fi
+PDEPEND="
+ ensurepip? ( dev-python/ensurepip-pip )
+"
+
+# https://www.python.org/downloads/metadata/sigstore/
+VERIFY_SIG_CERT_IDENTITY=hugo@python.org
+VERIFY_SIG_CERT_OIDC_ISSUER=https://github.com/login/oauth
+
+# large file tests involve a 2.5G file being copied (duplicated)
+CHECKREQS_DISK_BUILD=5500M
+
+QA_PKGCONFIG_VERSION=${PYVER%t}
+# false positives -- functions specific to *BSD
+QA_CONFIG_IMPL_DECL_SKIP=( chflags lchflags )
+
+declare -rgA PYTHON_KERNEL_CHECKS=(
+ ["CROSS_MEMORY_ATTACH"]="test_external_inspection" #bug 938589
+ ["DNOTIFY"]="test_fcntl" # bug 938662
+)
+
+pkg_pretend() {
+ if use pgo || use test; then
+ check-reqs_pkg_pretend
+ fi
+
+ if use jit; then
+ ewarn "USE=jit is considered experimental upstream. Using it"
+ ewarn "could lead to unexpected breakage, including race conditions"
+ ewarn "and crashes, respectively. Please do not file Gentoo bugs, unless"
+ ewarn "you can reproduce the problem with dev-lang/python[-jit]. Instead,"
+ ewarn "please consider reporting JIT problems upstream."
+ fi
+}
+
+pkg_setup() {
+ if [[ ${MERGE_TYPE} != binary ]]; then
+ use jit && llvm-r1_pkg_setup
+ if use test || use pgo; then
+ check-reqs_pkg_setup
+
+ local CONFIG_CHECK
+ for f in "${!PYTHON_KERNEL_CHECKS[@]}"; do
+ CONFIG_CHECK+="~${f} "
+ done
+ linux-info_pkg_setup
+ fi
+ fi
+}
+
+src_unpack() {
+ if use verify-sig; then
+ verify-sig_verify_detached "${DISTDIR}"/${MY_P}.tar.xz{,.sigstore}
+ fi
+ default
+}
+
+src_prepare() {
+ # Ensure that internal copies of expat and libffi are not used.
+ # TODO: Makefile has annoying deps on expat headers
+ #rm -r Modules/expat || die
+
+ local PATCHES=(
+ "${WORKDIR}/${PATCHSET}"
+ )
+
+ default
+
+ # force the correct number of jobs
+ # https://bugs.gentoo.org/737660
+ sed -i -e "s:-j0:-j$(makeopts_jobs):" Makefile.pre.in || die
+
+ # breaks tests when using --with-wheel-pkg-dir
+ rm -r Lib/test/wheeldata || die
+
+ eautoreconf
+}
+
+build_cbuild_python() {
+ # Hack to workaround get_libdir not being able to handle CBUILD, bug #794181
+ local cbuild_libdir=$(unset PKG_CONFIG_PATH ; $(tc-getBUILD_PKG_CONFIG) --keep-system-libs --libs-only-L libffi)
+
+ # pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
+ # propagated to sysconfig for built extensions
+ #
+ # -fno-lto to avoid bug #700012 (not like it matters for mini-CBUILD Python anyway)
+ local -x CFLAGS_NODIST="${BUILD_CFLAGS} -fno-lto"
+ local -x LDFLAGS_NODIST=${BUILD_LDFLAGS}
+ local -x CFLAGS= LDFLAGS=
+ local -x BUILD_CFLAGS="${CFLAGS_NODIST}"
+ local -x BUILD_LDFLAGS=${LDFLAGS_NODIST}
+
+ # We need to build our own Python on CBUILD first, and feed it in.
+ # bug #847910
+ local myeconfargs_cbuild=(
+ "${myeconfargs[@]}"
+
+ --prefix="${BROOT}"/usr
+ --libdir="${cbuild_libdir:2}"
+
+ # Avoid needing to load the right libpython.so.
+ --disable-shared
+
+ # As minimal as possible for the mini CBUILD Python
+ # we build just for cross to satisfy --with-build-python.
+ --without-lto
+ --without-readline
+ --disable-optimizations
+ )
+
+ mkdir "${WORKDIR}"/${P}-${CBUILD} || die
+ pushd "${WORKDIR}"/${P}-${CBUILD} &> /dev/null || die
+
+ # Avoid as many dependencies as possible for the cross build.
+ mkdir Modules || die
+ cat > Modules/Setup.local <<-EOF || die
+ *disabled*
+ nis
+ _dbm _gdbm
+ _sqlite3
+ _hashlib _ssl
+ _curses _curses_panel
+ readline
+ _tkinter
+ pyexpat
+ zlib
+ # We disabled these for CBUILD because Python's setup.py can't handle locating
+ # libdir correctly for cross. This should be rechecked for the pure Makefile approach,
+ # and uncommented if needed.
+ #_ctypes
+ EOF
+
+ ECONF_SOURCE="${S}" econf_build "${myeconfargs_cbuild[@]}"
+
+ # Unfortunately, we do have to build this immediately, and
+ # not in src_compile, because CHOST configure for Python
+ # will check the existence of the --with-build-python value
+ # immediately.
+ emake
+ popd &> /dev/null || die
+}
+
+src_configure() {
+ # disable automagic bluetooth headers detection
+ if ! use bluetooth; then
+ local -x ac_cv_header_bluetooth_bluetooth_h=no
+ fi
+
+ filter-flags -malign-double
+
+ # Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
+ # PKG_CONFIG needed for cross.
+ tc-export CXX PKG_CONFIG
+
+ local dbmliborder=
+ if use gdbm; then
+ dbmliborder+="${dbmliborder:+:}gdbm"
+ fi
+
+ # Set baseline test skip flags.
+ COMMON_TEST_SKIPS=(
+ # this is actually test_gdb.test_pretty_print
+ -x test_pretty_print
+ # https://bugs.gentoo.org/933840
+ -x test_perf_profiler
+ )
+
+ # Arch-specific skips. See #931888 for a collection of these.
+ case ${CHOST} in
+ alpha*)
+ COMMON_TEST_SKIPS+=(
+ -x test_builtin
+ -x test_capi
+ -x test_cmath
+ -x test_float
+ # timeout
+ -x test_free_threading
+ -x test_math
+ -x test_numeric_tower
+ -x test_random
+ -x test_statistics
+ # bug 653850
+ -x test_resource
+ -x test_strtod
+ )
+ ;;
+ arm*)
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
+ hppa*)
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
+ mips*)
+ COMMON_TEST_SKIPS+=(
+ -x test_ctypes
+ -x test_external_inspection
+ -x test_statistics
+ )
+ ;;
+ powerpc64-*) # big endian
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
+ riscv*)
+ COMMON_TEST_SKIPS+=(
+ -x test_urllib2
+ )
+ ;;
+ sparc*)
+ COMMON_TEST_SKIPS+=(
+ # bug 788022
+ -x test_multiprocessing_fork
+ -x test_multiprocessing_forkserver
+ -x test_multiprocessing_spawn
+
+ -x test_ctypes
+ -x test_gdb
+ # bug 931908
+ -x test_exceptions
+ )
+ ;;
+ esac
+
+ # Kernel-config specific skips
+ for option in "${!PYTHON_KERNEL_CHECKS[@]}"; do
+ if ! linux_config_exists || ! linux_chkconfig_present "${option}"
+ then
+ COMMON_TEST_SKIPS+=( -x "${PYTHON_KERNEL_CHECKS[${option}]}" )
+ fi
+ done
+
+ # musl-specific skips
+ use elibc_musl && COMMON_TEST_SKIPS+=(
+ # various musl locale deficiencies
+ -x test__locale
+ -x test_c_locale_coercion
+ -x test_locale
+ -x test_re
+
+ # known issues with find_library on musl
+ # https://bugs.python.org/issue21622
+ -x test_ctypes
+
+ # fpathconf, ttyname errno values
+ -x test_os
+ )
+
+ if use pgo; then
+ local profile_task_flags=(
+ -m test
+ "-j$(makeopts_jobs)"
+ --pgo-extended
+ --verbose3
+ -u-network
+
+ # We use a timeout because of how often we've had hang issues
+ # here. It also matches the default upstream PROFILE_TASK.
+ --timeout 1200
+
+ "${COMMON_TEST_SKIPS[@]}"
+
+ -x test_dtrace
+
+ # All of these seem to occasionally hang for PGO inconsistently
+ # They'll even hang here but be fine in src_test sometimes.
+ # bug #828535 (and related: bug #788022)
+ -x test_asyncio
+ -x test_httpservers
+ -x test_logging
+ -x test_multiprocessing_fork
+ -x test_socket
+ -x test_xmlrpc
+
+ # Hangs (actually runs indefinitely executing itself w/ many cpython builds)
+ # bug #900429
+ -x test_tools
+ )
+
+ if has_version "app-arch/rpm" ; then
+ # Avoid sandbox failure (attempts to write to /var/lib/rpm)
+ profile_task_flags+=(
+ -x test_distutils
+ )
+ fi
+ # PGO sometimes fails randomly
+ local -x PROFILE_TASK="${profile_task_flags[*]} || true"
+ fi
+
+ local myeconfargs=(
+ # glibc-2.30 removes it; since we can't cleanly force-rebuild
+ # Python on glibc upgrade, remove it proactively to give
+ # a chance for users rebuilding python before glibc
+ ac_cv_header_stropts_h=no
+
+ --enable-shared
+ --without-static-libpython
+ --enable-ipv6
+ --infodir='${prefix}/share/info'
+ --mandir='${prefix}/share/man'
+ --with-dbmliborder="${dbmliborder}"
+ --with-libc=
+ --enable-loadable-sqlite-extensions
+ --without-ensurepip
+ --without-lto
+ --with-system-expat
+ --with-system-libmpdec
+ --with-platlibdir=lib
+ --with-pkg-config=yes
+ --with-wheel-pkg-dir="${EPREFIX}"/usr/lib/python/ensurepip
+ --enable-gil
+
+ $(use_with debug assertions)
+ $(use_enable jit experimental-jit)
+ $(use_enable pgo optimizations)
+ $(use_with readline readline "$(usex libedit editline readline)")
+ $(use_with tail-call-interp)
+ $(use_with valgrind)
+ )
+
+ if tc-is-lto; then
+ myeconfargs+=(
+ --with-lto
+ )
+ fi
+
+ # Force-disable modules we don't want built.
+ # See Modules/Setup for docs on how this works. Setup.local contains our local deviations.
+ cat > Modules/Setup.local <<-EOF || die
+ *disabled*
+ nis
+ $(usev !gdbm '_gdbm _dbm')
+ $(usev !sqlite '_sqlite3')
+ $(usev !ssl '_hashlib _ssl')
+ $(usev !ncurses '_curses _curses_panel')
+ $(usev !readline 'readline')
+ $(usev !tk '_tkinter')
+ EOF
+
+ # disable implicit optimization/debugging flags
+ local -x OPT=
+
+ if tc-is-cross-compiler ; then
+ build_cbuild_python
+ myeconfargs+=(
+ # Point the imminent CHOST build to the Python we just
+ # built for CBUILD.
+ --with-build-python="${WORKDIR}"/${P}-${CBUILD}/python
+ )
+ fi
+
+ # pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
+ # propagated to sysconfig for built extensions
+ local -x CFLAGS_NODIST=${CFLAGS}
+ local -x LDFLAGS_NODIST=${LDFLAGS}
+ local -x CFLAGS= LDFLAGS=
+
+ # Fix implicit declarations on cross and prefix builds. Bug #674070.
+ if use ncurses; then
+ append-cppflags -I"${ESYSROOT}"/usr/include/ncursesw
+ fi
+
+ econf "${myeconfargs[@]}"
+
+ if grep -q "#define POSIX_SEMAPHORES_NOT_ENABLED 1" pyconfig.h; then
+ eerror "configure has detected that the sem_open function is broken."
+ eerror "Please ensure that /dev/shm is mounted as a tmpfs with mode 1777."
+ die "Broken sem_open function (bug 496328)"
+ fi
+
+ # install epython.py as part of stdlib
+ echo "EPYTHON='python${PYVER}'" > Lib/epython.py || die
+}
+
+src_compile() {
+ # Ensure sed works as expected
+ # https://bugs.gentoo.org/594768
+ local -x LC_ALL=C
+ export PYTHONSTRICTEXTENSIONBUILD=1
+
+ # Save PYTHONDONTWRITEBYTECODE so that 'has_version' doesn't
+ # end up writing bytecode & violating sandbox.
+ # bug #831897
+ local -x _PYTHONDONTWRITEBYTECODE=${PYTHONDONTWRITEBYTECODE}
+
+ # Gentoo hack to disable accessing system site-packages
+ export GENTOO_CPYTHON_BUILD=1
+
+ if use pgo ; then
+ # bug 660358
+ local -x COLUMNS=80
+ local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/var/tmp
+ fi
+
+ # also need to clear the flags explicitly here or they end up
+ # in _sysconfigdata*
+ emake CPPFLAGS= CFLAGS= LDFLAGS=
+
+ # Restore saved value from above.
+ local -x PYTHONDONTWRITEBYTECODE=${_PYTHONDONTWRITEBYTECODE}
+
+ # Work around bug 329499. See also bug 413751 and 457194.
+ if has_version dev-libs/libffi[pax-kernel]; then
+ pax-mark E python
+ else
+ pax-mark m python
+ fi
+}
+
+src_test() {
+ # Tests will not work when cross compiling.
+ if tc-is-cross-compiler; then
+ elog "Disabling tests due to crosscompiling."
+ return
+ fi
+
+ # this just happens to skip test_support.test_freeze that is broken
+ # without bundled expat
+ # TODO: get a proper skip for it upstream
+ local -x LOGNAME=buildbot
+
+ local test_opts=(
+ --verbose3
+ -u-network
+ -j "$(makeopts_jobs)"
+ "${COMMON_TEST_SKIPS[@]}"
+ )
+
+ # bug 660358
+ local -x COLUMNS=80
+ local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/var/tmp
+
+ nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \
+ CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty
+ local ret=${?}
+
+ [[ ${ret} -eq 0 ]] || die "emake test failed"
+}
+
+src_install() {
+ local libdir=${ED}/usr/lib/python${PYVER}
+
+ # -j1 hack for now for bug #843458
+ emake -j1 DESTDIR="${D}" TEST_MODULES=no altinstall
+
+ # Fix collisions between different slots of Python.
+ rm "${ED}/usr/$(get_libdir)/libpython3.so" || die
+
+ # Cheap hack to get version with ABIFLAGS
+ local abiver=$(cd "${ED}/usr/include"; echo python*)
+ if [[ ${abiver} != python${PYVER} ]]; then
+ # Replace python3.X with a symlink to python3.Xm
+ rm "${ED}/usr/bin/python${PYVER}" || die
+ dosym "${abiver}" "/usr/bin/python${PYVER}"
+ # Create python3.X-config symlink
+ dosym "${abiver}-config" "/usr/bin/python${PYVER}-config"
+ # Create python-3.5m.pc symlink
+ dosym "python-${PYVER}.pc" "/usr/$(get_libdir)/pkgconfig/${abiver/${PYVER}/-${PYVER}}.pc"
+ fi
+
+ # python seems to get rebuilt in src_install (bug 569908)
+ # Work around it for now.
+ if has_version dev-libs/libffi[pax-kernel]; then
+ pax-mark E "${ED}/usr/bin/${abiver}"
+ else
+ pax-mark m "${ED}/usr/bin/${abiver}"
+ fi
+
+ rm -r "${libdir}"/ensurepip/_bundled || die
+ if ! use sqlite; then
+ rm -r "${libdir}/"sqlite3 || die
+ fi
+ if ! use tk; then
+ rm -r "${ED}/usr/bin/idle${PYVER}" || die
+ rm -r "${libdir}/"{idlelib,tkinter} || die
+ fi
+
+ ln -s ../python/EXTERNALLY-MANAGED "${libdir}/EXTERNALLY-MANAGED" || die
+
+ dodoc Misc/{ACKS,HISTORY,NEWS}
+
+ if use examples; then
+ docinto examples
+ find Tools -name __pycache__ -exec rm -fr {} + || die
+ dodoc -r Tools
+ fi
+ insinto /usr/share/gdb/auto-load/usr/$(get_libdir) #443510
+ local libname=$(
+ printf 'e:\n\t@echo $(INSTSONAME)\ninclude Makefile\n' |
+ emake --no-print-directory -s -f - 2>/dev/null
+ )
+ newins Tools/gdb/libpython.py "${libname}"-gdb.py
+
+ newconfd "${FILESDIR}/pydoc.conf" pydoc-${PYVER}
+ newinitd "${FILESDIR}/pydoc.init" pydoc-${PYVER}
+ sed \
+ -e "s:@PYDOC_PORT_VARIABLE@:PYDOC${PYVER/./_}_PORT:" \
+ -e "s:@PYDOC@:pydoc${PYVER}:" \
+ -i "${ED}/etc/conf.d/pydoc-${PYVER}" \
+ "${ED}/etc/init.d/pydoc-${PYVER}" || die "sed failed"
+
+ # python-exec wrapping support
+ local pymajor=${PYVER%.*}
+ local EPYTHON=python${PYVER}
+ local scriptdir=${D}$(python_get_scriptdir)
+ mkdir -p "${scriptdir}" || die
+ # python and pythonX
+ ln -s "../../../bin/${abiver}" "${scriptdir}/python${pymajor}" || die
+ ln -s "python${pymajor}" "${scriptdir}/python" || die
+ # python-config and pythonX-config
+ # note: we need to create a wrapper rather than symlinking it due
+ # to some random dirname(argv[0]) magic performed by python-config
+ cat > "${scriptdir}/python${pymajor}-config" <<-EOF || die
+ #!/bin/sh
+ exec "${abiver}-config" "\${@}"
+ EOF
+ chmod +x "${scriptdir}/python${pymajor}-config" || die
+ ln -s "python${pymajor}-config" "${scriptdir}/python-config" || die
+ # pydoc
+ ln -s "../../../bin/pydoc${PYVER}" "${scriptdir}/pydoc" || die
+ # idle
+ if use tk; then
+ ln -s "../../../bin/idle${PYVER}" "${scriptdir}/idle" || die
+ fi
+}
+
+pkg_postinst() {
+ if ver_replacing -lt 3.14.0_beta3; then
+ ewarn "Python 3.14.0b3 has changed its module ABI. The .pyc files"
+ ewarn "installed previously are no longer valid and will be regenerated"
+ ewarn "(or ignored) on the next import. This may cause sandbox failures"
+ ewarn "when installing some packages and checksum mismatches when removing"
+ ewarn "old versions. To actively prevent this, rebuild all packages"
+ ewarn "installing Python 3.14 modules, e.g. using:"
+ ewarn
+ ewarn " emerge -1v /usr/lib/python3.14/site-packages"
+ fi
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/python/python-3.14.0_rc1_p1.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/python/python-3.14.0_rc1_p1.ebuild
new file mode 100644
index 00000000000..8f99bbfedb0
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/python/python-3.14.0_rc1_p1.ebuild
@@ -0,0 +1,645 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+LLVM_COMPAT=( 19 )
+LLVM_OPTIONAL=1
+VERIFY_SIG_METHOD=sigstore
+WANT_LIBTOOL="none"
+
+inherit autotools check-reqs eapi9-ver flag-o-matic linux-info llvm-r1
+inherit multiprocessing pax-utils python-utils-r1 toolchain-funcs
+inherit verify-sig
+
+MY_PV=${PV/_/}
+MY_P="Python-${MY_PV%_p*}"
+PYVER=$(ver_cut 1-2)
+PATCHSET="python-gentoo-patches-${MY_PV}"
+
+DESCRIPTION="An interpreted, interactive, object-oriented programming language"
+HOMEPAGE="
+ https://www.python.org/
+ https://github.com/python/cpython/
+"
+SRC_URI="
+ https://www.python.org/ftp/python/${PV%%_*}/${MY_P}.tar.xz
+ https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz
+ verify-sig? (
+ https://www.python.org/ftp/python/${PV%%_*}/${MY_P}.tar.xz.sigstore
+ )
+"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="PSF-2"
+SLOT="${PYVER}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="
+ bluetooth debug +ensurepip examples gdbm jit libedit +ncurses pgo
+ +readline +sqlite +ssl tail-call-interp test tk valgrind
+"
+REQUIRED_USE="jit? ( ${LLVM_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
+
+# Do not add a dependency on dev-lang/python to this ebuild.
+# If you need to apply a patch which requires python for bootstrapping, please
+# run the bootstrap code on your dev box and include the results in the
+# patchset. See bug 447752.
+
+RDEPEND="
+ app-arch/bzip2:=
+ app-arch/xz-utils:=
+ app-arch/zstd:=
+ app-misc/mime-types
+ >=dev-libs/expat-2.1:=
+ dev-libs/libffi:=
+ dev-libs/mpdecimal:=
+ dev-python/gentoo-common
+ >=sys-libs/zlib-1.1.3:=
+ virtual/libintl
+ gdbm? ( sys-libs/gdbm:=[berkdb] )
+ kernel_linux? ( sys-apps/util-linux:= )
+ ncurses? ( >=sys-libs/ncurses-5.2:= )
+ readline? (
+ !libedit? ( >=sys-libs/readline-4.1:= )
+ libedit? ( dev-libs/libedit:= )
+ )
+ sqlite? ( >=dev-db/sqlite-3.3.8:3= )
+ ssl? ( >=dev-libs/openssl-1.1.1:= )
+ tk? (
+ >=dev-lang/tcl-8.0:=
+ >=dev-lang/tk-8.0:=
+ dev-tcltk/blt:=
+ dev-tcltk/tix
+ )
+"
+# bluetooth requires headers from bluez
+DEPEND="
+ ${RDEPEND}
+ bluetooth? ( net-wireless/bluez )
+ test? (
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
+ valgrind? ( dev-debug/valgrind )
+"
+# autoconf-archive needed to eautoreconf
+BDEPEND="
+ dev-build/autoconf-archive
+ app-alternatives/awk
+ virtual/pkgconfig
+ jit? (
+ $(llvm_gen_dep '
+ llvm-core/clang:${LLVM_SLOT}
+ llvm-core/llvm:${LLVM_SLOT}
+ ')
+ )
+"
+if [[ ${PV} != *_alpha* ]]; then
+ RDEPEND+="
+ dev-lang/python-exec[python_targets_python${PYVER/./_}(-)]
+ "
+fi
+PDEPEND="
+ ensurepip? ( dev-python/ensurepip-pip )
+"
+
+# https://www.python.org/downloads/metadata/sigstore/
+VERIFY_SIG_CERT_IDENTITY=hugo@python.org
+VERIFY_SIG_CERT_OIDC_ISSUER=https://github.com/login/oauth
+
+# large file tests involve a 2.5G file being copied (duplicated)
+CHECKREQS_DISK_BUILD=5500M
+
+QA_PKGCONFIG_VERSION=${PYVER%t}
+# false positives -- functions specific to *BSD
+QA_CONFIG_IMPL_DECL_SKIP=( chflags lchflags )
+
+declare -rgA PYTHON_KERNEL_CHECKS=(
+ ["CROSS_MEMORY_ATTACH"]="test_external_inspection" #bug 938589
+ ["DNOTIFY"]="test_fcntl" # bug 938662
+)
+
+pkg_pretend() {
+ if use pgo || use test; then
+ check-reqs_pkg_pretend
+ fi
+
+ if use jit; then
+ ewarn "USE=jit is considered experimental upstream. Using it"
+ ewarn "could lead to unexpected breakage, including race conditions"
+ ewarn "and crashes, respectively. Please do not file Gentoo bugs, unless"
+ ewarn "you can reproduce the problem with dev-lang/python[-jit]. Instead,"
+ ewarn "please consider reporting JIT problems upstream."
+ fi
+}
+
+pkg_setup() {
+ if [[ ${MERGE_TYPE} != binary ]]; then
+ use jit && llvm-r1_pkg_setup
+ if use test || use pgo; then
+ check-reqs_pkg_setup
+
+ local CONFIG_CHECK
+ for f in "${!PYTHON_KERNEL_CHECKS[@]}"; do
+ CONFIG_CHECK+="~${f} "
+ done
+ linux-info_pkg_setup
+ fi
+ fi
+}
+
+src_unpack() {
+ if use verify-sig; then
+ verify-sig_verify_detached "${DISTDIR}"/${MY_P}.tar.xz{,.sigstore}
+ fi
+ default
+}
+
+src_prepare() {
+ # Ensure that internal copies of expat and libffi are not used.
+ # TODO: Makefile has annoying deps on expat headers
+ #rm -r Modules/expat || die
+
+ local PATCHES=(
+ "${WORKDIR}/${PATCHSET}"
+ )
+
+ default
+
+ # force the correct number of jobs
+ # https://bugs.gentoo.org/737660
+ sed -i -e "s:-j0:-j$(makeopts_jobs):" Makefile.pre.in || die
+
+ # breaks tests when using --with-wheel-pkg-dir
+ rm -r Lib/test/wheeldata || die
+
+ eautoreconf
+}
+
+build_cbuild_python() {
+ # Hack to workaround get_libdir not being able to handle CBUILD, bug #794181
+ local cbuild_libdir=$(unset PKG_CONFIG_PATH ; $(tc-getBUILD_PKG_CONFIG) --keep-system-libs --libs-only-L libffi)
+
+ # pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
+ # propagated to sysconfig for built extensions
+ #
+ # -fno-lto to avoid bug #700012 (not like it matters for mini-CBUILD Python anyway)
+ local -x CFLAGS_NODIST="${BUILD_CFLAGS} -fno-lto"
+ local -x LDFLAGS_NODIST=${BUILD_LDFLAGS}
+ local -x CFLAGS= LDFLAGS=
+ local -x BUILD_CFLAGS="${CFLAGS_NODIST}"
+ local -x BUILD_LDFLAGS=${LDFLAGS_NODIST}
+
+ # We need to build our own Python on CBUILD first, and feed it in.
+ # bug #847910
+ local myeconfargs_cbuild=(
+ "${myeconfargs[@]}"
+
+ --prefix="${BROOT}"/usr
+ --libdir="${cbuild_libdir:2}"
+
+ # Avoid needing to load the right libpython.so.
+ --disable-shared
+
+ # As minimal as possible for the mini CBUILD Python
+ # we build just for cross to satisfy --with-build-python.
+ --without-lto
+ --without-readline
+ --disable-optimizations
+ )
+
+ mkdir "${WORKDIR}"/${P}-${CBUILD} || die
+ pushd "${WORKDIR}"/${P}-${CBUILD} &> /dev/null || die
+
+ # Avoid as many dependencies as possible for the cross build.
+ mkdir Modules || die
+ cat > Modules/Setup.local <<-EOF || die
+ *disabled*
+ nis
+ _dbm _gdbm
+ _sqlite3
+ _hashlib _ssl
+ _curses _curses_panel
+ readline
+ _tkinter
+ pyexpat
+ zlib
+ # We disabled these for CBUILD because Python's setup.py can't handle locating
+ # libdir correctly for cross. This should be rechecked for the pure Makefile approach,
+ # and uncommented if needed.
+ #_ctypes
+ EOF
+
+ ECONF_SOURCE="${S}" econf_build "${myeconfargs_cbuild[@]}"
+
+ # Unfortunately, we do have to build this immediately, and
+ # not in src_compile, because CHOST configure for Python
+ # will check the existence of the --with-build-python value
+ # immediately.
+ emake
+ popd &> /dev/null || die
+}
+
+src_configure() {
+ # disable automagic bluetooth headers detection
+ if ! use bluetooth; then
+ local -x ac_cv_header_bluetooth_bluetooth_h=no
+ fi
+
+ filter-flags -malign-double
+
+ # Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
+ # PKG_CONFIG needed for cross.
+ tc-export CXX PKG_CONFIG
+
+ local dbmliborder=
+ if use gdbm; then
+ dbmliborder+="${dbmliborder:+:}gdbm"
+ fi
+
+ # Set baseline test skip flags.
+ COMMON_TEST_SKIPS=(
+ # this is actually test_gdb.test_pretty_print
+ -x test_pretty_print
+ # https://bugs.gentoo.org/933840
+ -x test_perf_profiler
+ )
+
+ # Arch-specific skips. See #931888 for a collection of these.
+ case ${CHOST} in
+ alpha*)
+ COMMON_TEST_SKIPS+=(
+ -x test_builtin
+ -x test_capi
+ -x test_cmath
+ -x test_float
+ # timeout
+ -x test_free_threading
+ -x test_math
+ -x test_numeric_tower
+ -x test_random
+ -x test_statistics
+ # bug 653850
+ -x test_resource
+ -x test_strtod
+ )
+ ;;
+ arm*)
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
+ hppa*)
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
+ mips*)
+ COMMON_TEST_SKIPS+=(
+ -x test_ctypes
+ -x test_external_inspection
+ -x test_statistics
+ )
+ ;;
+ powerpc64-*) # big endian
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
+ riscv*)
+ COMMON_TEST_SKIPS+=(
+ -x test_urllib2
+ )
+ ;;
+ sparc*)
+ COMMON_TEST_SKIPS+=(
+ # bug 788022
+ -x test_multiprocessing_fork
+ -x test_multiprocessing_forkserver
+ -x test_multiprocessing_spawn
+
+ -x test_ctypes
+ -x test_gdb
+ # bug 931908
+ -x test_exceptions
+ )
+ ;;
+ esac
+
+ # Kernel-config specific skips
+ for option in "${!PYTHON_KERNEL_CHECKS[@]}"; do
+ if ! linux_config_exists || ! linux_chkconfig_present "${option}"
+ then
+ COMMON_TEST_SKIPS+=( -x "${PYTHON_KERNEL_CHECKS[${option}]}" )
+ fi
+ done
+
+ # musl-specific skips
+ use elibc_musl && COMMON_TEST_SKIPS+=(
+ # various musl locale deficiencies
+ -x test__locale
+ -x test_c_locale_coercion
+ -x test_locale
+ -x test_re
+
+ # known issues with find_library on musl
+ # https://bugs.python.org/issue21622
+ -x test_ctypes
+
+ # fpathconf, ttyname errno values
+ -x test_os
+ )
+
+ if use pgo; then
+ local profile_task_flags=(
+ -m test
+ "-j$(makeopts_jobs)"
+ --pgo-extended
+ --verbose3
+ -u-network
+
+ # We use a timeout because of how often we've had hang issues
+ # here. It also matches the default upstream PROFILE_TASK.
+ --timeout 1200
+
+ "${COMMON_TEST_SKIPS[@]}"
+
+ -x test_dtrace
+
+ # All of these seem to occasionally hang for PGO inconsistently
+ # They'll even hang here but be fine in src_test sometimes.
+ # bug #828535 (and related: bug #788022)
+ -x test_asyncio
+ -x test_httpservers
+ -x test_logging
+ -x test_multiprocessing_fork
+ -x test_socket
+ -x test_xmlrpc
+
+ # Hangs (actually runs indefinitely executing itself w/ many cpython builds)
+ # bug #900429
+ -x test_tools
+ )
+
+ if has_version "app-arch/rpm" ; then
+ # Avoid sandbox failure (attempts to write to /var/lib/rpm)
+ profile_task_flags+=(
+ -x test_distutils
+ )
+ fi
+ # PGO sometimes fails randomly
+ local -x PROFILE_TASK="${profile_task_flags[*]} || true"
+ fi
+
+ local myeconfargs=(
+ # glibc-2.30 removes it; since we can't cleanly force-rebuild
+ # Python on glibc upgrade, remove it proactively to give
+ # a chance for users rebuilding python before glibc
+ ac_cv_header_stropts_h=no
+
+ --enable-shared
+ --without-static-libpython
+ --enable-ipv6
+ --infodir='${prefix}/share/info'
+ --mandir='${prefix}/share/man'
+ --with-dbmliborder="${dbmliborder}"
+ --with-libc=
+ --enable-loadable-sqlite-extensions
+ --without-ensurepip
+ --without-lto
+ --with-system-expat
+ --with-system-libmpdec
+ --with-platlibdir=lib
+ --with-pkg-config=yes
+ --with-wheel-pkg-dir="${EPREFIX}"/usr/lib/python/ensurepip
+ --enable-gil
+
+ $(use_with debug assertions)
+ $(use_enable jit experimental-jit)
+ $(use_enable pgo optimizations)
+ $(use_with readline readline "$(usex libedit editline readline)")
+ $(use_with tail-call-interp)
+ $(use_with valgrind)
+ )
+
+ if tc-is-lto; then
+ myeconfargs+=(
+ --with-lto
+ )
+ fi
+
+ # Force-disable modules we don't want built.
+ # See Modules/Setup for docs on how this works. Setup.local contains our local deviations.
+ cat > Modules/Setup.local <<-EOF || die
+ *disabled*
+ nis
+ $(usev !gdbm '_gdbm _dbm')
+ $(usev !sqlite '_sqlite3')
+ $(usev !ssl '_hashlib _ssl')
+ $(usev !ncurses '_curses _curses_panel')
+ $(usev !readline 'readline')
+ $(usev !tk '_tkinter')
+ EOF
+
+ # disable implicit optimization/debugging flags
+ local -x OPT=
+
+ if tc-is-cross-compiler ; then
+ build_cbuild_python
+ myeconfargs+=(
+ # Point the imminent CHOST build to the Python we just
+ # built for CBUILD.
+ --with-build-python="${WORKDIR}"/${P}-${CBUILD}/python
+ )
+ fi
+
+ # pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
+ # propagated to sysconfig for built extensions
+ local -x CFLAGS_NODIST=${CFLAGS}
+ local -x LDFLAGS_NODIST=${LDFLAGS}
+ local -x CFLAGS= LDFLAGS=
+
+ # Fix implicit declarations on cross and prefix builds. Bug #674070.
+ if use ncurses; then
+ append-cppflags -I"${ESYSROOT}"/usr/include/ncursesw
+ fi
+
+ econf "${myeconfargs[@]}"
+
+ if grep -q "#define POSIX_SEMAPHORES_NOT_ENABLED 1" pyconfig.h; then
+ eerror "configure has detected that the sem_open function is broken."
+ eerror "Please ensure that /dev/shm is mounted as a tmpfs with mode 1777."
+ die "Broken sem_open function (bug 496328)"
+ fi
+
+ # install epython.py as part of stdlib
+ echo "EPYTHON='python${PYVER}'" > Lib/epython.py || die
+}
+
+src_compile() {
+ # Ensure sed works as expected
+ # https://bugs.gentoo.org/594768
+ local -x LC_ALL=C
+ export PYTHONSTRICTEXTENSIONBUILD=1
+
+ # Save PYTHONDONTWRITEBYTECODE so that 'has_version' doesn't
+ # end up writing bytecode & violating sandbox.
+ # bug #831897
+ local -x _PYTHONDONTWRITEBYTECODE=${PYTHONDONTWRITEBYTECODE}
+
+ # Gentoo hack to disable accessing system site-packages
+ export GENTOO_CPYTHON_BUILD=1
+
+ if use pgo ; then
+ # bug 660358
+ local -x COLUMNS=80
+ local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/var/tmp
+ fi
+
+ # also need to clear the flags explicitly here or they end up
+ # in _sysconfigdata*
+ emake CPPFLAGS= CFLAGS= LDFLAGS=
+
+ # Restore saved value from above.
+ local -x PYTHONDONTWRITEBYTECODE=${_PYTHONDONTWRITEBYTECODE}
+
+ # Work around bug 329499. See also bug 413751 and 457194.
+ if has_version dev-libs/libffi[pax-kernel]; then
+ pax-mark E python
+ else
+ pax-mark m python
+ fi
+}
+
+src_test() {
+ # Tests will not work when cross compiling.
+ if tc-is-cross-compiler; then
+ elog "Disabling tests due to crosscompiling."
+ return
+ fi
+
+ # this just happens to skip test_support.test_freeze that is broken
+ # without bundled expat
+ # TODO: get a proper skip for it upstream
+ local -x LOGNAME=buildbot
+
+ local test_opts=(
+ --verbose3
+ -u-network
+ -j "$(makeopts_jobs)"
+ "${COMMON_TEST_SKIPS[@]}"
+ )
+
+ # bug 660358
+ local -x COLUMNS=80
+ local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/var/tmp
+
+ nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \
+ CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty
+ local ret=${?}
+
+ [[ ${ret} -eq 0 ]] || die "emake test failed"
+}
+
+src_install() {
+ local libdir=${ED}/usr/lib/python${PYVER}
+
+ # -j1 hack for now for bug #843458
+ emake -j1 DESTDIR="${D}" TEST_MODULES=no altinstall
+
+ # Fix collisions between different slots of Python.
+ rm "${ED}/usr/$(get_libdir)/libpython3.so" || die
+
+ # Cheap hack to get version with ABIFLAGS
+ local abiver=$(cd "${ED}/usr/include"; echo python*)
+ if [[ ${abiver} != python${PYVER} ]]; then
+ # Replace python3.X with a symlink to python3.Xm
+ rm "${ED}/usr/bin/python${PYVER}" || die
+ dosym "${abiver}" "/usr/bin/python${PYVER}"
+ # Create python3.X-config symlink
+ dosym "${abiver}-config" "/usr/bin/python${PYVER}-config"
+ # Create python-3.5m.pc symlink
+ dosym "python-${PYVER}.pc" "/usr/$(get_libdir)/pkgconfig/${abiver/${PYVER}/-${PYVER}}.pc"
+ fi
+
+ # python seems to get rebuilt in src_install (bug 569908)
+ # Work around it for now.
+ if has_version dev-libs/libffi[pax-kernel]; then
+ pax-mark E "${ED}/usr/bin/${abiver}"
+ else
+ pax-mark m "${ED}/usr/bin/${abiver}"
+ fi
+
+ rm -r "${libdir}"/ensurepip/_bundled || die
+ if ! use sqlite; then
+ rm -r "${libdir}/"sqlite3 || die
+ fi
+ if ! use tk; then
+ rm -r "${ED}/usr/bin/idle${PYVER}" || die
+ rm -r "${libdir}/"{idlelib,tkinter} || die
+ fi
+
+ ln -s ../python/EXTERNALLY-MANAGED "${libdir}/EXTERNALLY-MANAGED" || die
+
+ dodoc Misc/{ACKS,HISTORY,NEWS}
+
+ if use examples; then
+ docinto examples
+ find Tools -name __pycache__ -exec rm -fr {} + || die
+ dodoc -r Tools
+ fi
+ insinto /usr/share/gdb/auto-load/usr/$(get_libdir) #443510
+ local libname=$(
+ printf 'e:\n\t@echo $(INSTSONAME)\ninclude Makefile\n' |
+ emake --no-print-directory -s -f - 2>/dev/null
+ )
+ newins Tools/gdb/libpython.py "${libname}"-gdb.py
+
+ newconfd "${FILESDIR}/pydoc.conf" pydoc-${PYVER}
+ newinitd "${FILESDIR}/pydoc.init" pydoc-${PYVER}
+ sed \
+ -e "s:@PYDOC_PORT_VARIABLE@:PYDOC${PYVER/./_}_PORT:" \
+ -e "s:@PYDOC@:pydoc${PYVER}:" \
+ -i "${ED}/etc/conf.d/pydoc-${PYVER}" \
+ "${ED}/etc/init.d/pydoc-${PYVER}" || die "sed failed"
+
+ # python-exec wrapping support
+ local pymajor=${PYVER%.*}
+ local EPYTHON=python${PYVER}
+ local scriptdir=${D}$(python_get_scriptdir)
+ mkdir -p "${scriptdir}" || die
+ # python and pythonX
+ ln -s "../../../bin/${abiver}" "${scriptdir}/python${pymajor}" || die
+ ln -s "python${pymajor}" "${scriptdir}/python" || die
+ # python-config and pythonX-config
+ # note: we need to create a wrapper rather than symlinking it due
+ # to some random dirname(argv[0]) magic performed by python-config
+ cat > "${scriptdir}/python${pymajor}-config" <<-EOF || die
+ #!/bin/sh
+ exec "${abiver}-config" "\${@}"
+ EOF
+ chmod +x "${scriptdir}/python${pymajor}-config" || die
+ ln -s "python${pymajor}-config" "${scriptdir}/python-config" || die
+ # pydoc
+ ln -s "../../../bin/pydoc${PYVER}" "${scriptdir}/pydoc" || die
+ # idle
+ if use tk; then
+ ln -s "../../../bin/idle${PYVER}" "${scriptdir}/idle" || die
+ fi
+}
+
+pkg_postinst() {
+ if ver_replacing -lt 3.14.0_beta3; then
+ ewarn "Python 3.14.0b3 has changed its module ABI. The .pyc files"
+ ewarn "installed previously are no longer valid and will be regenerated"
+ ewarn "(or ignored) on the next import. This may cause sandbox failures"
+ ewarn "when installing some packages and checksum mismatches when removing"
+ ewarn "old versions. To actively prevent this, rebuild all packages"
+ ewarn "installing Python 3.14 modules, e.g. using:"
+ ewarn
+ ewarn " emerge -1v /usr/lib/python3.14/site-packages"
+ fi
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/python/python-3.9.23_p2.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/python/python-3.9.23_p2.ebuild
new file mode 100644
index 00000000000..c95e9ccf7b1
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/python/python-3.9.23_p2.ebuild
@@ -0,0 +1,564 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+WANT_LIBTOOL="none"
+
+inherit autotools check-reqs flag-o-matic multiprocessing pax-utils
+inherit prefix toolchain-funcs verify-sig
+
+MY_PV=${PV/_rc/rc}
+MY_P="Python-${MY_PV%_p*}"
+PYVER=$(ver_cut 1-2)
+PATCHSET="python-gentoo-patches-${MY_PV}"
+
+DESCRIPTION="An interpreted, interactive, object-oriented programming language"
+HOMEPAGE="
+ https://www.python.org/
+ https://github.com/python/cpython/
+"
+SRC_URI="
+ https://www.python.org/ftp/python/${PV%%_*}/${MY_P}.tar.xz
+ https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz
+ verify-sig? (
+ https://www.python.org/ftp/python/${PV%%_*}/${MY_P}.tar.xz.asc
+ )
+"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="PSF-2"
+SLOT="${PYVER}"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
+IUSE="
+ bluetooth debug +ensurepip examples gdbm +ncurses pgo +readline
+ +sqlite +ssl test tk valgrind
+"
+RESTRICT="!test? ( test )"
+
+# Do not add a dependency on dev-lang/python to this ebuild.
+# If you need to apply a patch which requires python for bootstrapping, please
+# run the bootstrap code on your dev box and include the results in the
+# patchset. See bug 447752.
+
+RDEPEND="
+ app-arch/bzip2:=
+ app-arch/xz-utils:=
+ app-misc/mime-types
+ >=dev-libs/expat-2.1:=
+ dev-libs/libffi:=
+ dev-libs/mpdecimal:=
+ dev-python/gentoo-common
+ >=sys-libs/zlib-1.1.3:=
+ virtual/libcrypt:=
+ virtual/libintl
+ gdbm? ( sys-libs/gdbm:=[berkdb] )
+ kernel_linux? ( sys-apps/util-linux:= )
+ ncurses? ( >=sys-libs/ncurses-5.2:= )
+ readline? ( >=sys-libs/readline-4.1:= )
+ sqlite? ( >=dev-db/sqlite-3.3.8:3= )
+ ssl? ( >=dev-libs/openssl-1.1.1:= )
+ tk? (
+ >=dev-lang/tcl-8.0:=
+ >=dev-lang/tk-8.0:=
+ dev-tcltk/blt:=
+ dev-tcltk/tix
+ )
+"
+# bluetooth requires headers from bluez
+DEPEND="
+ ${RDEPEND}
+ bluetooth? ( net-wireless/bluez )
+ test? (
+ app-arch/xz-utils
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
+ valgrind? ( dev-debug/valgrind )
+"
+# autoconf-archive needed to eautoreconf
+BDEPEND="
+ dev-build/autoconf-archive
+ app-alternatives/awk
+ virtual/pkgconfig
+ verify-sig? ( sec-keys/openpgp-keys-python )
+"
+PDEPEND="
+ ensurepip? (
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/python.org.asc
+
+# large file tests involve a 2.5G file being copied (duplicated)
+CHECKREQS_DISK_BUILD=5500M
+
+QA_PKGCONFIG_VERSION=${PYVER}
+# false positives -- functions specific to *BSD
+QA_CONFIG_IMPL_DECL_SKIP=( chflags lchflags )
+
+pkg_pretend() {
+ use test && check-reqs_pkg_pretend
+}
+
+pkg_setup() {
+ use test && check-reqs_pkg_setup
+}
+
+src_unpack() {
+ if use verify-sig; then
+ verify-sig_verify_detached "${DISTDIR}"/${MY_P}.tar.xz{,.asc}
+ fi
+ default
+}
+
+src_prepare() {
+ # Ensure that internal copies of expat and libffi are not used.
+ rm -r Modules/expat || die
+ rm -r Modules/_ctypes/libffi* || die
+
+ local PATCHES=(
+ "${WORKDIR}/${PATCHSET}"
+ )
+
+ default
+
+ # https://bugs.gentoo.org/850151
+ sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" setup.py || die
+
+ # force the correct number of jobs
+ # https://bugs.gentoo.org/737660
+ local jobs=$(makeopts_jobs)
+ sed -i -e "s:-j0:-j${jobs}:" Makefile.pre.in || die
+ sed -i -e "/self\.parallel/s:True:${jobs}:" setup.py || die
+
+ eautoreconf
+}
+
+src_configure() {
+ # disable automagic bluetooth headers detection
+ if ! use bluetooth; then
+ local -x ac_cv_header_bluetooth_bluetooth_h=no
+ fi
+ local disable
+ use gdbm || disable+=" gdbm"
+ use ncurses || disable+=" _curses _curses_panel"
+ use readline || disable+=" readline"
+ use sqlite || disable+=" _sqlite3"
+ use ssl || export PYTHON_DISABLE_SSL="1"
+ use tk || disable+=" _tkinter"
+ export PYTHON_DISABLE_MODULES="${disable}"
+
+ if [[ -n "${PYTHON_DISABLE_MODULES}" ]]; then
+ einfo "Disabled modules: ${PYTHON_DISABLE_MODULES}"
+ fi
+
+ filter-flags -malign-double
+
+ # Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
+ # PKG_CONFIG needed for cross.
+ tc-export CXX PKG_CONFIG
+
+ local dbmliborder=
+ if use gdbm; then
+ dbmliborder+="${dbmliborder:+:}gdbm"
+ fi
+
+ # Set baseline test skip flags.
+ COMMON_TEST_SKIPS=(
+ -x test_gdb
+ )
+
+ # Arch-specific skips. See #931888 for a collection of these.
+ case ${CHOST} in
+ alpha*)
+ COMMON_TEST_SKIPS+=(
+ -x test_builtin
+ -x test_capi
+ -x test_cmath
+ -x test_float
+ # timeout
+ -x test_free_threading
+ -x test_math
+ -x test_numeric_tower
+ -x test_random
+ -x test_statistics
+ # bug 653850
+ -x test_resource
+ -x test_strtod
+ )
+ ;;
+ mips*)
+ COMMON_TEST_SKIPS+=(
+ -x test_ctypes
+ -x test_external_inspection
+ -x test_statistics
+ )
+ ;;
+ powerpc64-*) # big endian
+ COMMON_TEST_SKIPS+=(
+ -x test_descr
+ )
+ ;;
+ riscv*)
+ COMMON_TEST_SKIPS+=(
+ -x test_urllib2
+ )
+ ;;
+ sparc*)
+ COMMON_TEST_SKIPS+=(
+ # bug 788022
+ -x test_multiprocessing_fork
+ -x test_multiprocessing_forkserver
+ -x test_multiprocessing_spawn
+
+ -x test_ctypes
+ -x test_descr
+ # bug 931908
+ -x test_exceptions
+ )
+ ;;
+ esac
+
+ # musl-specific skips
+ use elibc_musl && COMMON_TEST_SKIPS+=(
+ # various musl locale deficiencies
+ -x test__locale
+ -x test_c_locale_coercion
+ -x test_locale
+ -x test_re
+
+ # known issues with find_library on musl
+ # https://bugs.python.org/issue21622
+ -x test_ctypes
+
+ # fpathconf, ttyname errno values
+ -x test_os
+ )
+
+ if use pgo; then
+ local profile_task_flags=(
+ -m test
+ "-j$(makeopts_jobs)"
+ --pgo-extended
+ -u-network
+
+ # We use a timeout because of how often we've had hang issues
+ # here. It also matches the default upstream PROFILE_TASK.
+ --timeout 1200
+
+ "${COMMON_TEST_SKIPS[@]}"
+
+ -x test_dtrace
+
+ # All of these seem to occasionally hang for PGO inconsistently
+ # They'll even hang here but be fine in src_test sometimes.
+ # bug #828535 (and related: bug #788022)
+ -x test_asyncio
+ -x test_concurrent_futures
+ -x test_httpservers
+ -x test_logging
+ -x test_multiprocessing_fork
+ -x test_socket
+ -x test_xmlrpc
+
+ # Hangs (actually runs indefinitely executing itself w/ many cpython builds)
+ # bug #900429
+ -x test_tools
+ )
+
+ # Arch-specific skips. See #931888 for a collection of these.
+ case ${CHOST} in
+ alpha*)
+ profile_task_flags+=(
+ -x test_os
+ )
+ ;;
+ hppa*)
+ profile_task_flags+=(
+ -x test_descr
+ # bug 931908
+ -x test_exceptions
+ -x test_os
+ )
+ ;;
+ powerpc64-*) # big endian
+ profile_task_flags+=(
+ # bug 931908
+ -x test_exceptions
+ )
+ ;;
+ riscv*)
+ profile_task_flags+=(
+ -x test_statistics
+ )
+ ;;
+ esac
+
+ if has_version "app-arch/rpm" ; then
+ # Avoid sandbox failure (attempts to write to /var/lib/rpm)
+ profile_task_flags+=(
+ -x test_distutils
+ )
+ fi
+ local -x PROFILE_TASK="${profile_task_flags[*]}"
+ fi
+
+ local myeconfargs=(
+ # glibc-2.30 removes it; since we can't cleanly force-rebuild
+ # Python on glibc upgrade, remove it proactively to give
+ # a chance for users rebuilding python before glibc
+ ac_cv_header_stropts_h=no
+
+ --enable-shared
+ --enable-ipv6
+ --infodir='${prefix}/share/info'
+ --mandir='${prefix}/share/man'
+ --with-dbmliborder="${dbmliborder}"
+ --with-libc=
+ --enable-loadable-sqlite-extensions
+ --without-ensurepip
+ --without-lto
+ --with-system-expat
+ --with-system-ffi
+ --with-system-libmpdec
+ --with-wheel-pkg-dir="${EPREFIX}"/usr/lib/python/ensurepip
+
+ $(use_with debug assertions)
+ $(use_enable pgo optimizations)
+ $(use_with valgrind)
+ )
+
+ # disable implicit optimization/debugging flags
+ local -x OPT=
+
+ # https://bugs.gentoo.org/700012
+ if tc-is-lto; then
+ append-cflags $(test-flags-CC -ffat-lto-objects)
+ myeconfargs+=(
+ --with-lto
+ )
+ fi
+
+ if tc-is-cross-compiler ; then
+ # Hack to workaround get_libdir not being able to handle CBUILD, bug #794181
+ local cbuild_libdir=$(unset PKG_CONFIG_PATH ; $(tc-getBUILD_PKG_CONFIG) --keep-system-libs --libs-only-L libffi)
+
+ # pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
+ # propagated to sysconfig for built extensions
+ #
+ # -fno-lto to avoid bug #700012 (not like it matters for mini-CBUILD Python anyway)
+ local -x CFLAGS_NODIST="${BUILD_CFLAGS} -fno-lto"
+ local -x LDFLAGS_NODIST=${BUILD_LDFLAGS}
+ local -x CFLAGS= LDFLAGS=
+ local -x BUILD_CFLAGS="${CFLAGS_NODIST}"
+ local -x BUILD_LDFLAGS=${LDFLAGS_NODIST}
+
+ # We need to build our own Python on CBUILD first, and feed it in.
+ # bug #847910 and bug #864911.
+ local myeconfargs_cbuild=(
+ "${myeconfargs[@]}"
+
+ --libdir="${cbuild_libdir:2}"
+
+ # Avoid needing to load the right libpython.so.
+ --disable-shared
+
+ # As minimal as possible for the mini CBUILD Python
+ # we build just for cross.
+ --without-lto
+ --disable-optimizations
+ )
+
+ # Point the imminent CHOST build to the Python we just
+ # built for CBUILD.
+ export PATH="${WORKDIR}/${P}-${CBUILD}:${PATH}"
+
+ mkdir "${WORKDIR}"/${P}-${CBUILD} || die
+ pushd "${WORKDIR}"/${P}-${CBUILD} &> /dev/null || die
+ # We disable _ctypes and _crypt for CBUILD because Python's setup.py can't handle locating
+ # libdir correctly for cross.
+ PYTHON_DISABLE_MODULES="${PYTHON_DISABLE_MODULES} _ctypes _crypt" \
+ ECONF_SOURCE="${S}" econf_build "${myeconfargs_cbuild[@]}"
+
+ # Avoid as many dependencies as possible for the cross build.
+ cat >> Makefile <<-EOF || die
+ MODULE_NIS=disabled
+ MODULE__DBM=disabled
+ MODULE__GDBM=disabled
+ MODULE__DBM=disabled
+ MODULE__SQLITE3=disabled
+ MODULE__HASHLIB=disabled
+ MODULE__SSL=disabled
+ MODULE__CURSES=disabled
+ MODULE__CURSES_PANEL=disabled
+ MODULE_READLINE=disabled
+ MODULE__TKINTER=disabled
+ MODULE_PYEXPAT=disabled
+ MODULE_ZLIB=disabled
+ EOF
+
+ # Unfortunately, we do have to build this immediately, and
+ # not in src_compile, because CHOST configure for Python
+ # will check the existence of the Python it was pointed to
+ # immediately.
+ PYTHON_DISABLE_MODULES="${PYTHON_DISABLE_MODULES} _ctypes _crypt" emake
+ popd &> /dev/null || die
+ fi
+
+ # pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
+ # propagated to sysconfig for built extensions
+ local -x CFLAGS_NODIST=${CFLAGS}
+ local -x LDFLAGS_NODIST=${LDFLAGS}
+ local -x CFLAGS= LDFLAGS=
+
+ # Fix implicit declarations on cross and prefix builds. Bug #674070.
+ if use ncurses; then
+ append-cppflags -I"${ESYSROOT}"/usr/include/ncursesw
+ fi
+
+ hprefixify setup.py
+ econf "${myeconfargs[@]}"
+
+ if grep -q "#define POSIX_SEMAPHORES_NOT_ENABLED 1" pyconfig.h; then
+ eerror "configure has detected that the sem_open function is broken."
+ eerror "Please ensure that /dev/shm is mounted as a tmpfs with mode 1777."
+ die "Broken sem_open function (bug 496328)"
+ fi
+
+ # install epython.py as part of stdlib
+ echo "EPYTHON='python${PYVER}'" > Lib/epython.py || die
+}
+
+src_compile() {
+ # Ensure sed works as expected
+ # https://bugs.gentoo.org/594768
+ local -x LC_ALL=C
+ # Prevent using distutils bundled by setuptools.
+ # https://bugs.gentoo.org/823728
+ export SETUPTOOLS_USE_DISTUTILS=stdlib
+
+ # Save PYTHONDONTWRITEBYTECODE so that 'has_version' doesn't
+ # end up writing bytecode & violating sandbox.
+ # bug #831897
+ local -x _PYTHONDONTWRITEBYTECODE=${PYTHONDONTWRITEBYTECODE}
+
+ # Gentoo hack to disable accessing system site-packages
+ export GENTOO_CPYTHON_BUILD=1
+
+ if use pgo ; then
+ # bug 660358
+ local -x COLUMNS=80
+ local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/var/tmp
+ fi
+
+ # also need to clear the flags explicitly here or they end up
+ # in _sysconfigdata*
+ emake CPPFLAGS= CFLAGS= LDFLAGS=
+
+ # Restore saved value from above.
+ local -x PYTHONDONTWRITEBYTECODE=${_PYTHONDONTWRITEBYTECODE}
+
+ # Work around bug 329499. See also bug 413751 and 457194.
+ if has_version dev-libs/libffi[pax-kernel]; then
+ pax-mark E python
+ else
+ pax-mark m python
+ fi
+}
+
+src_test() {
+ # Tests will not work when cross compiling.
+ if tc-is-cross-compiler; then
+ elog "Disabling tests due to crosscompiling."
+ return
+ fi
+
+ local test_opts=(
+ --verbose3
+ -u-network
+ -j "$(makeopts_jobs)"
+ "${COMMON_TEST_SKIPS[@]}"
+ )
+
+ # bug 660358
+ local -x COLUMNS=80
+ local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/var/tmp
+
+ nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \
+ CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty
+ local ret=${?}
+
+ [[ ${ret} -eq 0 ]] || die "emake test failed"
+}
+
+src_install() {
+ local libdir=${ED}/usr/lib/python${PYVER}
+
+ emake DESTDIR="${D}" altinstall
+
+ # Remove static library
+ rm "${ED}"/usr/$(get_libdir)/libpython*.a || die
+
+ # Fix collisions between different slots of Python.
+ rm "${ED}/usr/$(get_libdir)/libpython3.so" || die
+
+ # Cheap hack to get version with ABIFLAGS
+ local abiver=$(cd "${ED}/usr/include"; echo python*)
+ if [[ ${abiver} != python${PYVER} ]]; then
+ # Replace python3.X with a symlink to python3.Xm
+ rm "${ED}/usr/bin/python${PYVER}" || die
+ dosym "${abiver}" "/usr/bin/python${PYVER}"
+ # Create python3.X-config symlink
+ dosym "${abiver}-config" "/usr/bin/python${PYVER}-config"
+ # Create python-3.5m.pc symlink
+ dosym "python-${PYVER}.pc" "/usr/$(get_libdir)/pkgconfig/${abiver/${PYVER}/-${PYVER}}.pc"
+ fi
+
+ # python seems to get rebuilt in src_install (bug 569908)
+ # Work around it for now.
+ if has_version dev-libs/libffi[pax-kernel]; then
+ pax-mark E "${ED}/usr/bin/${abiver}"
+ else
+ pax-mark m "${ED}/usr/bin/${abiver}"
+ fi
+
+ rm -r "${libdir}"/ensurepip/_bundled || die
+ if ! use ensurepip; then
+ rm -r "${libdir}"/ensurepip || die
+ fi
+ if ! use sqlite; then
+ rm -r "${libdir}/"{sqlite3,test/test_sqlite*} || die
+ fi
+ if ! use tk; then
+ rm -r "${ED}/usr/bin/idle${PYVER}" || die
+ rm -r "${libdir}/"{idlelib,tkinter,test/test_tk*} || die
+ fi
+
+ ln -s ../python/EXTERNALLY-MANAGED "${libdir}/EXTERNALLY-MANAGED" || die
+
+ dodoc Misc/{ACKS,HISTORY,NEWS}
+
+ if use examples; then
+ docinto examples
+ find Tools -name __pycache__ -exec rm -fr {} + || die
+ dodoc -r Tools
+ fi
+ insinto /usr/share/gdb/auto-load/usr/$(get_libdir) #443510
+ local libname=$(
+ printf 'e:\n\t@echo $(INSTSONAME)\ninclude Makefile\n' |
+ emake --no-print-directory -s -f - 2>/dev/null
+ )
+ newins Tools/gdb/libpython.py "${libname}"-gdb.py
+
+ newconfd "${FILESDIR}/pydoc.conf" pydoc-${PYVER}
+ newinitd "${FILESDIR}/pydoc.init" pydoc-${PYVER}
+ sed \
+ -e "s:@PYDOC_PORT_VARIABLE@:PYDOC${PYVER/./_}_PORT:" \
+ -e "s:@PYDOC@:pydoc${PYVER}:" \
+ -i "${ED}/etc/conf.d/pydoc-${PYVER}" \
+ "${ED}/etc/init.d/pydoc-${PYVER}" || die "sed failed"
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust-bin/Manifest b/sdk_container/src/third_party/portage-stable/dev-lang/rust-bin/Manifest
index 0168870676d..82404783e95 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust-bin/Manifest
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust-bin/Manifest
@@ -541,6 +541,8 @@ DIST rust-1.87.0-powerpc64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B e762097c3bfd
DIST rust-1.87.0-powerpc64-unknown-linux-musl.tar.xz 80980736 BLAKE2B bacf5aed3af21f8b825e54e7f58fd4c442c47d2898da26d120ffcda3238b4cb9d52ce3256ec37df1def2f0313d822424d6b9ba8e47cc48c072861c631a6b33bc SHA512 904dd60d80edcb1b9a9b34c4184b27cfc21f7480ebd2910447ad6e8e9d11872e4c84432e658ad5f6d8c439c687ccb2ec87611df9d499d73b21602cab13a97632
DIST rust-1.87.0-powerpc64le-unknown-linux-gnu.tar.xz 271039948 BLAKE2B 1bf3516b146fa88b4460e15bfb51960ebce8ea46ea2d79ea391cd30c5685d7d5e0d7178450538577aab462180f777789bb5061d1f5a4460fb609784d0e35c636 SHA512 60fa1a2656c6b9273bf27ad87b04b676e2cb71219e2f26b5ad4ae045809378d5072b9e1dcc19829dc0eb46be9819f20f3a53731d83a2ef6b024d458ebfdcd656
DIST rust-1.87.0-powerpc64le-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B fe05b3cd1746932222690932292bf36af9cd9ee36efa30598c52d66a4e7452220901f6da0acd9b498aabfc3de457f36e5d69e07799e51dd417ae98ef171c9482 SHA512 052512118f795c63bd9a4ba50a68212ef57f21bc031b70fcf88b5903f6a95b3251d43d2a7895d3a697637d94e76623b5ffc1b6c190c9e1e426d3955d71e7d549
+DIST rust-1.87.0-powerpc64le-unknown-linux-musl.tar.xz 276069796 BLAKE2B 9babd064bce24b081fa8f98a7ba0bca6aebe2cc153255c4407f874b1a0d13474958d07e0931668aeaa3848cddf94554bfdde9b0b2a46fd37df7b874f6672975c SHA512 46f53c1543276263be63936999e0e9bc5571d7feba59ad1cd2513ddbdb64a8cfdc723fb95fc1e04fd44b9fe5347f96a614f3dbc8fc25557c452b37601ba86814
+DIST rust-1.87.0-powerpc64le-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 53554e54b65f289a7f2cbdad908db3aabcc8284746c4ee155275cea0f628480d78644ac248f8e9194c46b07d841cd81a21fa01b1f8663d272de7094677e5c4e5 SHA512 827948466feee0eb4206e0bebc5764e3f7db67b394177939248336423f172f9a52a7746b54efdae465fd6da5ac1ea0d7a1dfe4e3e7492c2a101fe15202588085
DIST rust-1.87.0-riscv64gc-unknown-linux-gnu.tar.xz 250242712 BLAKE2B d9d75de2381bdbf40ca77cb8dc1c8ecb23b5e209f2c919b56c08605aa557c4d827b92404bf0012093fcf551cd01520c41c6c8f9f2f56798104c6db8592b4d918 SHA512 e5520a5d6fbc0a50a54ccd9c850652475bac2e95e19ec2141e57c038d9a26ccf7cc2a046fb2fe4272b721005a4deabfc2c35c6c7d0a6cc2426e8e45e3e97834b
DIST rust-1.87.0-riscv64gc-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B e7c01e8a1027c408231812482418af16b1147ec577b6b67cea00172eba0716c58954b2a4378ee0213d839e35546efd7eab9f3d3b69ea57e8b560101229bad3d8 SHA512 4279b423334a9ec356d42d1973bf9d3388d5de8aa745b18c34d634d4d9d60c70cf165d851f571ab99a567e49bdd635eb0094c5c932571b0a5325408319403341
DIST rust-1.87.0-riscv64gc-unknown-linux-musl.tar.xz 86942496 BLAKE2B 3c19dc3eb317518108cc269bc57c53296876d7f4d58a9dd0859dd2d42f377f204c7ee3337672875ee93f3f3a2459f9cdb882460d848dc4d12ca55bb0239e7a96 SHA512 872bb2a158159274b0eb70e21350ce56bf2edf5177ef3d9b8d63b7344930b6d93834d87ff24652f2487a1a997225e562567c53c906939836bff2cd374394e00b
@@ -565,20 +567,57 @@ DIST rust-1.88.0-i686-unknown-linux-gnu.tar.xz 261235476 BLAKE2B 5ff3f9167158844
DIST rust-1.88.0-i686-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B dbcfa2e32906b07d4d9eb8d62af464f38c626d16b831e5d25fd9517f8f4e22ab60a2d6521f61ac3d36c0d9d6707a702ed3248fa0343462f62e1404574f83af9b SHA512 09f707dbed6f8d46872e4445e49c793a9f9cfedb71f3cc3b115b9447c7c4b86811081400bbf342c5a26b2f929738ffd9fb25f75ed1b13e333683ca6eedde430d
DIST rust-1.88.0-loongarch64-unknown-linux-gnu.tar.xz 261520268 BLAKE2B 23d53eecaa14898537cb3647cbff114870223173f4e50cbdc19a7514f34995196792b0390337ad53387a7bb515ec34330502acdc361826429b8f3985a9341c8a SHA512 6f4a040e22de950e975c29f16563f19030fab9fbe9476f55a4542c3ad9eaa9c34500cdd4344819b5cc27831b32811d25d296845fef01475224a2bfbae7ef9ce7
DIST rust-1.88.0-loongarch64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B ad7b0c85d6ec2085e6005f0789b6eaa30af0fefbf6e621b58f470b916320141e78ec6e112a4bb69867417b69ef740bc033db65a2fd3f54e5cfacfae56b58b57f SHA512 0fb6caa3fa06a28fa1f3a3657df6c2c1d4d87db9a94a74b9ccab14418af7057f3be75ff33556507f48bcec2e648324bc1629ef94c8c57e5ca62b8a9fbc49c9c3
+DIST rust-1.88.0-mips-unknown-linux-gnu.tar.xz 78511648 BLAKE2B 83c2cb810b9d884e06bdd74b55a59e305e9121c0b9f8808afc2f015d53e3e6c3bdbdc94621cbf4bafd64a923dca76229baa99cc9cce3cf08e3c24bb52121376b SHA512 de758b89d3a44727ccbdadf00e32c1c2dfdee2dcf0d291d92ff204c839d41b3dded08b0f045ffde67649af1c02903db65241f3449aa738bc7546420aee2b6a40
+DIST rust-1.88.0-mips64-unknown-linux-gnuabi64.tar.xz 78365128 BLAKE2B b71689ad4fcd9f6688250a3da28d7256eb3409a3b9799c2d431037781a1591abc39bd9070fd7e68cb86153a910a04600c0de8bdb07853c63320075dd969dc31b SHA512 1108adc0be1a3b558cd0d0bbf92c88dcba78660dda1cb2beb8662f16b76bb381272b7700bf17a4ee110d065ca44a2460fd59873e337521db519ce12a9e612d6c
+DIST rust-1.88.0-mips64el-unknown-linux-gnuabi64.tar.xz 79916392 BLAKE2B 71d41fba617da56603a49c371d854980eeb62b5aee31dc268a9068b2a401e06cdc23464c17d21786fb338157ee97b69ef65f22f994f756e43d1f3b4f55e64d46 SHA512 c3c42ed9ab87f84332ea6c4faa8ca7d7ba321ed31a16aaaef4dd0339b941c1df6d35536763a99efeced9f50783e66195fdb659228ed4e37eb9165a2588e8f61d
+DIST rust-1.88.0-mipsel-unknown-linux-gnu.tar.xz 80184380 BLAKE2B 232b96fae72abc499ce31e8b9f7c8f61baad8e2d29069dc49aff9bb455ca7ceaa300dbca88cffae90ca903ae945e7391b4ac8343abd82d3160ae0bedafcc84bb SHA512 6609a3fb037f65ac49e61c4a20e5e8ca8466f83adc4f7becbd1bcbc04df3418adf5a2894a934a159ef8d905ed86dfbbdaa38721c5db4d74e9a47ce4642180b9a
DIST rust-1.88.0-powerpc-unknown-linux-gnu.tar.xz 255291852 BLAKE2B 4ef3d89f38bbbf12ef2ee190457f4ce96b5e60e02cc72a1e312a897c73fc28677277008f322381f7f084ae7d93671a9b3a46dc5e266a1b8c9987c780b26e61ac SHA512 f7100076968cbc4bf529ec2214f2ead865e87fc5e55f0a683ffa3034d3e31db0c9619fbcd9e854a7fba8d2e06732456edc59280bbd8de75e33df9897e65520d4
DIST rust-1.88.0-powerpc-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 7bf2a3229c6ae8a718812edd41dd0ffdd61dc792801d365dbeb46d7ae32cf12ecc7210ae67ba19be35349a27d656fa76a887a5d91d8e2dcd12b93600635d67df SHA512 2940a66102c6dc33dab8d410884f7bad88589c8df45f361c4f10a9be8a15d896c91a45c95f4c9b5f23a9d696af343b64d056274816b2454acba3adf1eccc0780
DIST rust-1.88.0-powerpc64-unknown-linux-gnu.tar.xz 255371956 BLAKE2B 45607ff673bab803e794a3ddb070de237e94eeda43ca5fe52c49d006db2789433dfe324f706bd57d82d14f18bea0bb02372e71593c0251420628f5edba9c0fde SHA512 55889385893cfd957d85376ff68a677dd70886476392bf8f4f8ff671777d0ea168491e4d778c88f40a9a06f68717887b8b0ff3dbb0a65b956a98aa00e6b81dba
DIST rust-1.88.0-powerpc64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 0625be465cbfdd2b73e73c8adf5ada2d7c0eaa4541f3735eec32d464cae44b475fa860cf126e433aa69a6f2de02d94af31bceae4ac23364ce394f34cf8f65586 SHA512 b25598551b7c0946adbd11ffdeb1761640f6bb255a9925cc734b4c12d82f666fc4344fdba9ab83fa63bdc82129dbc68df7ba125b8851238ca8558ca5de5c7dc5
+DIST rust-1.88.0-powerpc64-unknown-linux-musl.tar.xz 81542068 BLAKE2B a27027a975d87e7fbffc4d8bbad0f4b9ce8975eeff724e0607e2d26636bff075867a50b426ac79da1e6d1d0104869d39ac6f0215f012c438ee24a1293baab2ca SHA512 f6c643f2e86efa4e5793d745c04c2c37481bb7630ccf33735474554973926952d0b80ad3028f07e94b103cc28aae3b7c9b93e73786d215ab095c7ed104bc854a
DIST rust-1.88.0-powerpc64le-unknown-linux-gnu.tar.xz 270351680 BLAKE2B 0b47e4e756d571232ec07d73fb99a2dd8e5542fa8d7046d565ed0277111ce07e5801815f2391fc0c19681f63b45e781c18d43a3fc818cc0352aee4c0a8da71fe SHA512 0e0d800f02bfebcc10792f71a48a7c70fe197bf965b5a055df07e54408e49a9cdee4dc744f4e06a2e400174265c833fbb4075f5a477508e72deacf48e955fdce
DIST rust-1.88.0-powerpc64le-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B fdbf7a59a1a37c8ad09d0568e30487d01513734ae9bed276e3e3ba45cc0d39b14f958a377def77d9505e158d256780a7c1c936eaef40d7541279effa88f8c5e7 SHA512 1ccfe4f582783a80dc8bb0e50f5b782da661940930870c713ffd4a8ffed6df7e760829ee224e368bca583f611bdaad33eb46f3728fbe2b3062107510194671c9
+DIST rust-1.88.0-powerpc64le-unknown-linux-musl.tar.xz 275018668 BLAKE2B 3c6307a0bfa9b67be222f010533107b56a81860e8db07b44b2155464df5f24ec77a83753d00c71ae85f03cf1ebf3d91739a892a3af94f025c664c5fa0b276cdb SHA512 1eb9128f32432e9ccccf26f326946a734ad09416587ea0ba191f602e3335deb83cb1c45bbae08ee4ba711ac3ee6ca2de628efd008a4d6f39f6268dbfaec17dd1
+DIST rust-1.88.0-powerpc64le-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 283a3b9555499e5bc2f8d422e120802c5566593ac1aae625bc1d9ffefa7a746a53f1da5535c79a5b64eafccb112ebf0af50c6f04d83f9dcf7d2a15e9a83a8760 SHA512 62b75696fa82dd41677fbf878bcf36d9f5de489a2f2eb4733b800fa9b28009ad59287d72d5f9333fa9c67b1f68963d4295a376d2800c6392b60c0d55d7f715ad
DIST rust-1.88.0-riscv64gc-unknown-linux-gnu.tar.xz 250151976 BLAKE2B 04b732c4d251af2d8279620a3a7da81a31161ec8f143396fc3cf39a5b6fa8dec5ff569253126b709a0ec147dfe7902a1748b313324173f0ef76ee89f54d1292c SHA512 389d92297915cce0155a8a96c0052df655768987fa1846e1e7f71a2f3da3e29e6b256f85f0d77f816b53cc33ddb7394f472f7ce92b81d40baad4c7fa0d2b2883
DIST rust-1.88.0-riscv64gc-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B f3602574232fe5e0af2e21e2a3178a227070aca5163230ba2a229d7ca63a798f0fa8564d2b16fb912493ef1d8d925cee5a21448c69843411c0df65f4454ad716 SHA512 b3036020032c51e6b739475c4c2c21aaaa742018ee6cad2a0b7f7a6eff193977eb93450cba01a5ef6c436d6b4ba491c79787c980a465306f42c85ed0dcc034ff
+DIST rust-1.88.0-riscv64gc-unknown-linux-musl.tar.xz 87040024 BLAKE2B 760b06ca652654f51268a9fef8e8eb026e6b0c6e22eecb161693b8d62f3f2fc1df34e4ab896d6d7d18e2a3d065fad6a133abb918a94dfe4b016b3251de87da13 SHA512 25db6caef2823b93bf7bfde00676ccb06344b500bf0a4013567354fa94002770ca8457e8f461b79944f506a6243091f8ac5162a79818d538c874e022ce34dfad
DIST rust-1.88.0-s390x-unknown-linux-gnu.tar.xz 239909412 BLAKE2B e92e9f51f2af3c638b82fa8e7ed1c553b7f7537f32a67bd875ade77a04ba646e3b22a7ff88c28bdb3f02b6ddd753efa400962b4dbe36bda58ac5ae8326b9b35b SHA512 01d914bfcbfbe061ee2269445376112ca61fb87fff8acda07c3183aa051a50f270425d2a9761bf036a3d14c7b9cdabf392d3d532bce8a7e0d2ac9b5c22cc212e
DIST rust-1.88.0-s390x-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 7a85b49f5e311bd3261ac0f6d967fe5505f73589c1d218481270adf00e72ee6bf57158d0da86f8289da7f4bce1452b3ba7447e1cf116175573eea8c07e58b0bd SHA512 349d119bbc4c12cc005e3ea9780b259413d93e4b052f5f7fc677a2e2bf71e7cbafa5db9770ed8378ec4a3053a2d590562c354c1db924247a74e20d1dcd4abdbe
+DIST rust-1.88.0-sparc64-unknown-linux-gnu.tar.xz 76772328 BLAKE2B 4958a6846edb1531793acdfaf3df064b17ebacc94d6485834c895cf4e1eff15bbc1e40645688ab981b0a1a0ea200bcf4256f182437377fe9339f27d7c096307b SHA512 e8225d15889cb82276ccf6490a6f2d534755b33d701a22501ac33ec4069eb8b47213d86ca7d2116d63702901780cc481935b4e6985c7a847bc4b92189cb64e9b
DIST rust-1.88.0-x86_64-unknown-linux-gnu.tar.xz 197237052 BLAKE2B 5ce55a2b5faa41ccdb365764e1a3a10d46b385b678460de6dbaf3ef816e4f36164040070ef8c56183bdfe90389c1f81017bd7c411906d0a7b39899432f710e8d SHA512 ce97eb4697415bdb1fc33438ad62d9c410b00bfdb7c78c8c80e5887e6a23d3299302694918cbe259851c85b971f0ae3198ab6a89e26c94836a82bbf9e77cd80d
DIST rust-1.88.0-x86_64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B d3bd096b1d1c7fce42f60cbd5f3b3a459c0063430366adc78c026a0159f379d2537d74d4f1fd768ea5b666a33cc28aa185a867aeed04ef1ae735a3eb794baa47 SHA512 62a5a9ffac0e95fbb547c504336b3aa160698e20b8ba322769c2233972c6ace48b2afdc42e84559b244099f9d8115cb96ba3c8f0923806559c53f80d3e248d04
DIST rust-1.88.0-x86_64-unknown-linux-musl.tar.xz 291407088 BLAKE2B 17c8144b9acf12f190ed8bd3367a9602535ecea365a402e1248b26457f263103680b3d55d4b670aa381de816db76d263fa1c3d9715f60a3100c96765dac4d61d SHA512 d4da2f9cfeb50377616a48437ddab836717de94fc0362e6b8f4afcd7b4ca939be1c902db54b7204fb35863189e1f8b8d9b7bd4713e4e4729e42db9db2d249711
DIST rust-1.88.0-x86_64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 31f344b4f8cb6beb58e2cbd62d7891abe764bb6a8a473b805ad55a7ef2b0952677e32481c22a2ec81146b61f74dafcbd384f629bdb7f7799ee642ce926f80953 SHA512 64824b1f927080e8272d29e4fee56e2237621a48b3178c2b4a5ae580519d1c954a85ce383232d0fcd98468a6530579353ae65f84b4205f90c4fc144188f3adb0
+DIST rust-1.89.0_beta20250726-aarch64-unknown-linux-gnu.tar.xz 167750184 BLAKE2B 6a8f0bd431bf450b11d40cfec22f71a03a4222ac2f699e6b5c4d86728e759ef4ed14b9b63c0ac1cb151ddaefe9c7d309771cf97b76e43d11ff879cc02422d842 SHA512 e83c523ecaf27708305fcd18f1657e64644839185e2297a42c5f68469dc7cd61b077c289a06bac393c11ac2a53c5579b49117e8aa2ec66a132c413c4ce3eaebf
+DIST rust-1.89.0_beta20250726-aarch64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B cb049080cd23d7d963fe7b1a82379773560185252a4943444ebbaf3d5ded39c725b2544968e0cea8d59b91dfc8e6d769f82370c2fa54131bfd6d5fa71e99f06f SHA512 605c5d18eac8c5396bdba39c3df578f12bda9a8cb616af70e0c17d10a2bb38b805446875eed0c3c3413cf6b717046e38ac4f79a7a71c74bb5f8adce78bb8fa43
+DIST rust-1.89.0_beta20250726-aarch64-unknown-linux-musl.tar.xz 245112752 BLAKE2B 4ba7ca5dc911d46cb1dbeffaa0eaf1fe622783d8f69fbfb9ab80ed797d3d9a63eb6db0ae1510b8a02e85fcfbc8006e9d4a1b84375ce47be97466db7e7f06032d SHA512 dcdd7a6f880f2da7ddef26abffca16a24646eca350162c4edd1ccd0505188aa99b02b7cb42caccaf2112988ab5947bdd91d334e9061b868ab6ae0fa97ea04f3e
+DIST rust-1.89.0_beta20250726-aarch64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 924ed752d03da5fb38ea99c2948a7ce0b82125671280dba779ec5c830a3c58a2222ec76aac7ae2576a97b9f5089e766fc9041d0ff1e266f33e60797225d51349 SHA512 05be35cf66bb1d5c6be44db79f6dddc37cbc5f6342c355b5d0127977004a68b4e538dba1ef8a401e4cc02a11fa573fadd570545376ef3fbebc43b5044dd0f384
+DIST rust-1.89.0_beta20250726-arm-unknown-linux-gnueabi.tar.xz 230178744 BLAKE2B 7f5a7a1ec5fc1c801ac3ad916edb6477eb608da560076a12df14f3609800378b1409ccd601f7fac8c8969bb7d6d8f6094bbcf42fef8b285c07d2712c953f58d4 SHA512 01d20497d7d8cb57a96677cda82a8a7144bee4fd9f025d7f216110c9480fb2bfbe65b962d1ddbd35536a1e975b312c22c07b17c62a2482dbcaf3ff9bd30e573d
+DIST rust-1.89.0_beta20250726-arm-unknown-linux-gnueabi.tar.xz.asc 801 BLAKE2B 852fe0e47f3ec5463366057847329b399b9b18181ea714b01d0eec6f42d9e9bc79deea2969a3ded6470aca2827f10d23e392dcbd6bfa8c12d486504c77ffd632 SHA512 763663754024596a6f99262ed56a9f828fdb6edb64623cdd6e32ae81859985d8f0d8856b8429fa24fa4f147650d9e0b30360db824c72a48f1ab1cd6ace4785e4
+DIST rust-1.89.0_beta20250726-arm-unknown-linux-gnueabihf.tar.xz 230323744 BLAKE2B d7d23644ea80e7f424ce9c65aef9093c753af646c99c8a782c6006cf2ea3169133ed50b88a91f7739d850bbbd294ffa702cc7e873282d0ef2216bc8ddb54fe42 SHA512 65eb18b3657d3123721ccfa535025c4c8b1ac15c175b8986908127dfb9ebe4b19cc8227acc030711c0d4c6e822cbf2d81cff95efc7e664661c600bdab7a2f08b
+DIST rust-1.89.0_beta20250726-arm-unknown-linux-gnueabihf.tar.xz.asc 801 BLAKE2B 973495a0399a12b5e1ca3613739c9cb249d253653d68638b9f5fba3a515fd45c8f9bd603248e2d26008d2884fd5e9ed2a266a5d0814ba1edbd2c486aa01909b6 SHA512 dca55570f91e9f19ead7b5ac072b1ec27092825e10849718046ff86306bd0ed6c255eab4d2c6b128b362c53bf35eb43914b28e6ddeab2b383e517589716ac43e
+DIST rust-1.89.0_beta20250726-armv7-unknown-linux-gnueabihf.tar.xz 236351996 BLAKE2B e56154f24fff297f08194a688874b2f2adfd61a2d1f8e407abe57fb71f8640b29999da67360eb4b8da9cf51e01f3f016952f46e324b8951f310aa1aaf81462e8 SHA512 4074222610f9e53704fe05b4d2aec2a4f2e7bdc3a2337145f56fd20a5da68da2d22225b8e805ab73aa2a8714e61896e46f3de01edde39c8419b6890d534379d7
+DIST rust-1.89.0_beta20250726-armv7-unknown-linux-gnueabihf.tar.xz.asc 801 BLAKE2B f793230b5930baff24a2a8b99e91de5646ada1db92e174e6054fe132e37013ecb43036425044aad9a0cb5cde72cc35702d5f61e735f5a8c640d461e09fc09a03 SHA512 158dcc558c87afa93bc6996684c4e2756c20df797b434e825211872d4813eadbf10df0c4a5af102c07d6c32b7d3459c26497e1cf5b41700b8587c532bdfa5d2d
+DIST rust-1.89.0_beta20250726-i686-unknown-linux-gnu.tar.xz 263024872 BLAKE2B 2d2cf62a62ddc4fef5dfd981e3420107b854671089eff0e8d3467c064ac3bcac3e4fe359aa28e3e48a3e797108b310ebfff9abbddfeefcab2b6725d3d2fcb49b SHA512 339b580fc26531e621ea1d34e42df13bd5faee2a7f17f297ad25c10b6fa893dc3d501e43bff31dc601c1bd58a783ae688a4b8093506bdeebe00a982a7ff5d795
+DIST rust-1.89.0_beta20250726-i686-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B ec8b26c5732bc900179bcc6c4bc567b77551295f962fee2a1e6fd312a7691778f98649ff3912ebbe30732f2ddc7119c0026391122d91f3ca3ae6d5b4a0a53c70 SHA512 7211ce1757ac84b417d75f83474d8d8f72f7e3452c88ce7155f17469240b57c6075235a305cce661c85318ad0d5bd8e6f170b4fe35163090859e0641f503d84f
+DIST rust-1.89.0_beta20250726-loongarch64-unknown-linux-gnu.tar.xz 262373800 BLAKE2B 2d94374b6a7998a865e23a259b513e28613d25e47ea69bef31a56060f370656fb79dbf87a618cff23214aa126774bd6a0333d338471721c22d29b8210270bdc1 SHA512 324bf90d43ecfee851bcacec733b7300c58df9189e35a4b36799c9db84761fad137b0cd4bfe20f83fb7d816c63ffb541b1d97998e9b2ff41143d786238de2259
+DIST rust-1.89.0_beta20250726-loongarch64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B d29631a452729cdbef09529e5af3a6c9d370efec8c84c81e401ca6d171651d3dded9501f1faf755ccb550926ccfc947d7f080157ee64ff937606288e14c19444 SHA512 23e16e235d8271fd6885b4603f999decf01ae09ffc0d605a26b5be37fa9c2c51f11d5960ef38b175a114911f377d0818c3d95cf7c35f0fc69efbe3541b4e4d9b
+DIST rust-1.89.0_beta20250726-powerpc-unknown-linux-gnu.tar.xz 257000228 BLAKE2B d20cd3beb74f77df28a4799632ac33c8bfcbce203469bad19b8393b1b0f480ac70f4bca060214b3ded94de3f909311d8511def175de579a6ed8e651d3dbd76ee SHA512 bb1ecdc43e2972c3738f249526459d653187a48f9ef3d63add1813ff5164348c83bc1c0d60444138f52a4afa6e433379421ba0540f8c725c039792e758f4ef8b
+DIST rust-1.89.0_beta20250726-powerpc-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 0cda4de341ef7b0f81bbb7c0b6f55ec132f808618071c2e17ab6f512db2f2203e6f843e992a773935ba8b2561ae05e238ba51d2974826171be5db7db1cbfcc0e SHA512 c53f9bf64d851e5ac1840ccd819a7d749a5de4c9d13ae254a8aa7711e2d4a2edd236230587c3d45e3d567798449efcb40809f28412e65643e284c5a30eb556a2
+DIST rust-1.89.0_beta20250726-powerpc64-unknown-linux-gnu.tar.xz 256532660 BLAKE2B 26b90a154b7513d742527c028c7d15f271e38cee45c51ce9a89ee474ff76abae74812d0aa9356567bb2457d8c868f4a0c1de88bcb5ac028a08a494fb69d6ed28 SHA512 2a116c13ee400deca150a3bd0e526d2a5d424b7ec7fb747a7e164b187cf686ec87ba41bb41359d3707d0c0b07c00fed6b502cfc93be03389426d6ec9d8280d0f
+DIST rust-1.89.0_beta20250726-powerpc64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B eb4687af032f07091359f34d8c5ed23cdd207e8188ad5484e7b5d920003b1518c2fa46d90695a79f9954c693edc0df92551555ea64fe96c02991248b4b9e5cc8 SHA512 4a7d2dd63198e76f0db4a299eabd3fad3bea3fe6da101f298ffea2c024dd39d8b9c47f8ef181f8f5fb08962c3ca5c1581b393334b2ef19ab615c661bf144a37f
+DIST rust-1.89.0_beta20250726-powerpc64le-unknown-linux-gnu.tar.xz 271780768 BLAKE2B 9060e42f96b5f08b9755fac2bfa5e3d655f87454b884172c83f2450a73370e1dc220aa1ff248d015c4e5a06e8fd02b92076a699f1b9454ec2d25aa38943304d2 SHA512 aa0c6dc8ab2e23c694d3f0fbd56e1941d442ea019883c0aa9cd53db0ff84b33abf119f9aa653236494a4ed3a3f8f058b33fc5918ddb9d9fab10baa530437711a
+DIST rust-1.89.0_beta20250726-powerpc64le-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 2a0d6e846ad156f5dc6bc437cf4b064f1d6b5a0fe5f062f15351d84f399a45ebb9f6d8c900eecb12a38557e73a0de38773d604c2b18a345c1e5dfde7c138e6e5 SHA512 7588c40e9987c301c1de4aac49d985646e16fff42b0d028efe300ea07d9bbd8ab565f1093fa6052a0f432e3216664a6d0876d1f176abab05573828bad5a1e0a6
+DIST rust-1.89.0_beta20250726-riscv64gc-unknown-linux-gnu.tar.xz 251392712 BLAKE2B 6b848beffe5504c2f5e08cc58fd95ff5183c3aef4b3c1832ba53af1b679e9ced8bf647c90ae1c3373634e2916572493edad3f58bc72d14465a08abfcbaea7036 SHA512 462af06b6cc210c945c3bb484396d56fb894cd3090b4ed8b9457c165ea07f333294cb3b78fd4ccf2acd92fa0e3bb924be507ecaf994229c8811790955ef8c065
+DIST rust-1.89.0_beta20250726-riscv64gc-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B d5f54505f6a36a76bd0e65fed39a133251789b11d3a83352140d47c34db9c3aed4296a1a1e625584dc064af5ef944ca13468348a8c3c0381a84b7c6ad82870fa SHA512 4e0edd6d9c7f892dd7cc9d92159634b0671dde82d22faabd67b4c368dcb60dc37fc0d9186f85ea9793ea42d7ab56d8b38e0826873ffa2f47e49d1485f5c43077
+DIST rust-1.89.0_beta20250726-s390x-unknown-linux-gnu.tar.xz 240818916 BLAKE2B d5565269505b017c66a75f12010e29b8c7aa15fa926b97125297d5643b8bee53db3e10193e143f3194dc9d88e1546df4a8ffc5c4279a29ef8bc269c979135681 SHA512 8b669ea7a7655573a7f38af7f78fc9fc870a11e2cc1d743b845d7434186f75029912ef30bfa71aa89c531a4d3ac74696780f22605518a85b6bdbcf19afea86ef
+DIST rust-1.89.0_beta20250726-s390x-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 44316c9604adaa00a656bccc5b8eb1340fc4b1ef81ed3865e7652f03ad979729111db6f7bb364ad2fe574a123d8cf256f42659405816911f5cc1c25c79d3e0d8 SHA512 0e0e8ad9d98cdba11874d4347841fba7064cd6f1250615d5a79650d9d571af4561e8e0bc329b003d69c48a4acfacc34d9e46b8fd93e8b29019b8077479de510d
+DIST rust-1.89.0_beta20250726-x86_64-unknown-linux-gnu.tar.xz 201173284 BLAKE2B 515fc10b703f5fd3507e0cd2b5b48afbda932c965dc653c53dbbc9422f8f60789d081c65dd01e4a7b82cf16d85835f37877eab7ca9c7b33ac698c9adf34e4eff SHA512 f3142453b80c4a535b0c09c50b66a943abe4dbf0f88de7dd96524679b4c1982f3ff1632c587a055cbf0d41cb3d0234c87615a3ec30e70497235eb12af8f09d80
+DIST rust-1.89.0_beta20250726-x86_64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 3b6c0f7b371532114f5e8a86199c52c104289877e6863e9a83c3221f2cb141d20e82b73bc7653967c70031eca0b27f74642d799a32848d84db6c9ca6506c172a SHA512 e715f78366ce7695456ea538e37d9f7764926267f580ce93990ae039eccce8ad5dbea90744c95ec1ac1064f2af026fd1fd9488002227072438d40cc90b160129
+DIST rust-1.89.0_beta20250726-x86_64-unknown-linux-musl.tar.xz 291959320 BLAKE2B 3bc4fb7c1dc618bfb80ec977ac278a30cc116df79af90720c14ab9ca23a2ddf04484d7d8b06e2dce522fecd48e3c3e383a28e8fb8f77bb2b5bde88344f872647 SHA512 1e0aebb8f73699811934eb9cfd20570c3073b35d64bb500f7f6f7e9b7ba08c55f7cece48656610317f5862f19cf13ec71087a47b579d450ef81bd979cfe63c3b
+DIST rust-1.89.0_beta20250726-x86_64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 098065ba6b0f08dde98694af2832edf3d2b73033052ea6a793526a6d6f081287f2513288f774d066bff64fd56c680289681ace612d1dee343777ae85f63124ea SHA512 0b800f74e74c3c0e89ca61b50174548c8cf34b5438e36062d355be08caefcd46c23f530e99714cec73a172441f27093bcbc4b439572215128fc4834048010562
DIST rust-src-1.74.1.tar.xz 2544036 BLAKE2B d95431b69f102782f51878ff73ce8802cac6dab7909497c3231d1c479b95dc2a618cc6efd8bac9c6bd59a2b10dc6be05199f1e1bd74e45cc640ee52352c29268 SHA512 11467d0936193c5a5be8c2eba1aefe2b7028af48494698863de2c4057d68ce33dcee1fc66dc2d68b1d32f0202ce49e9b906727849de8f8d904dd07930e76d5a4
DIST rust-src-1.75.0.tar.xz 2570256 BLAKE2B 9db7ccff07ffe6991233e9f530321fd6ba48c561dcf1226537afa70c7d045421d8e83c5300b0866ec6fccfaae96dd67b9f204e9e0e12108c0c766d467cd78909 SHA512 e7565cea2f1658a05237a698e38880df2544319b41b6d8b0805db5f1f94fd3bb4f986967d0440fcdfe3a135e33246f3c747665b964f57ff5942f56133af78cdd
DIST rust-src-1.76.0.tar.xz 2590884 BLAKE2B d1a6215dab34d7b10c3177d2b248f997d3a846388f3442567572880aa5c5bc51b56398f5d4dc32727cee7c9dbef494430d6534a76b66c4ae5ac4fed07266644d SHA512 39d2fe58fae8c8c5a6cb3fb1ef2a1c7548c018fef6ccea531659fdfecd68a4aa77125299d2cbe5b58e500337b4d074928318fa9ebce358af500d0ef27260e3ca
@@ -596,3 +635,4 @@ DIST rust-src-1.85.1.tar.xz 3036412 BLAKE2B f137ffcebd2d231d8b3dc5c9072f6afe39a0
DIST rust-src-1.86.0.tar.xz 3053544 BLAKE2B 2d1d8a4be4f9dc9355ce9a2d1599e0a57c5d1cb32f7b2eb413f6009dbce7d63db2533dc038cf50f5277a2d7bf4434f2076632c12a6fd33335ccf3a9f2ab685d1 SHA512 2818d94412bb0766ce53383932cd8ce96275a8e923f916c4bf7116fbcb7c2053cfb9714667add1a9d50b18366c973ba3ab4fe55d49c8abc8cc57656635c59f63
DIST rust-src-1.87.0.tar.xz 3119800 BLAKE2B 6429eb419f17109537a2a5463b0c68f504b3cb0f55766e18f73cf053883b06eedc934ab4598756790cec147ff41c4eb30a807d2ce0b7e6af33310710fdc5a8c1 SHA512 9747c60268d772b7c6e7694260c0808d2b8a42028f5606499c81595d76f5bc32c9acf6b4b9aad168235f8fd77d980c56bc4afc3d40f5d0374b23d3e66e3de390
DIST rust-src-1.88.0.tar.xz 3155272 BLAKE2B bca923d2264337366b8013c45f3a40cbdfc1e1b746775161eaa66a1db653aa4ccb2a55980368ecf9808d6f4885194e2dfbf1f678d0500a43f7b2fcc0f79d27c8 SHA512 6dfe1fc3565927a9ac2ff9821ef3222cca170ff538833e1969ebe662af2cad5257c1ab3d82f5ca10aeaab40f54916a25dd96fd16449cd59e4d104b631911931b
+DIST rust-src-1.89.0_beta20250726.tar.xz 3461328 BLAKE2B e1f79c83dd84d603f22cdbea1edaff8aa2fd8cc4718da86e323feb95ff552b2c567ec9c311565100085ef9922a4167f532a06231e45eda0f41978f4e9c0909e0 SHA512 887eba04133d5b6f5f2a672819c2dd830161aaccaf90ecfb8f9b50a8cb60b6a4a4a5a55c87945adc12fc6f9e2dac36a1b6f64b6e018941ea2f840f0ffe71dc04
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust-bin/rust-bin-1.87.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust-bin/rust-bin-1.87.0.ebuild
index 94a82670eae..5cced8d50de 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust-bin/rust-bin-1.87.0.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust-bin/rust-bin-1.87.0.ebuild
@@ -24,6 +24,9 @@ else
# curl -Ls static.rust-lang.org/dist/channel-rust-${PV}.toml | grep "xz_url.*rust-src"
SRC_URI="$(rust_all_arch_uris "${PV}")
rust-src? ( ${RUST_TOOLCHAIN_BASEURL%/rust-}/2025-05-15/rust-src-${PV}.tar.xz )
+ ppc64? ( elibc_musl? ( !big-endian? (
+ $(rust_arch_uri powerpc64le-unknown-linux-musl ${PV})
+ ) ) )
"
KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
fi
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust-bin/rust-bin-1.88.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust-bin/rust-bin-1.88.0.ebuild
index 5132ee797ad..1887ebb2480 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust-bin/rust-bin-1.88.0.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust-bin/rust-bin-1.88.0.ebuild
@@ -23,8 +23,11 @@ else
# curl -Ls static.rust-lang.org/dist/channel-rust-${PV}.toml | grep "xz_url.*rust-src"
SRC_URI="$(rust_all_arch_uris "rust-${PV}")
rust-src? ( ${RUST_TOOLCHAIN_BASEURL%/}/2025-06-26/rust-src-${PV}.tar.xz )
+ ppc64? ( elibc_musl? ( !big-endian? (
+ $(rust_arch_uri powerpc64le-unknown-linux-musl rust-${PV})
+ ) ) )
"
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
fi
GENTOO_BIN_BASEURI="https://github.com/projg2/rust-bootstrap/releases/download/${PVR}" # omit trailing slash
@@ -32,7 +35,7 @@ GENTOO_BIN_BASEURI="https://github.com/projg2/rust-bootstrap/releases/download/$
DESCRIPTION="Systems programming language from Mozilla"
HOMEPAGE="https://www.rust-lang.org/"
-if [[ ${PV} != *9999* && ${PV} != *beta* ]] && false ; then
+if [[ ${PV} != *9999* && ${PV} != *beta* ]] ; then
# Keep this separate to allow easy commenting out if not yet built
SRC_URI+=" sparc? ( ${GENTOO_BIN_BASEURI}/rust-${PVR}-sparc64-unknown-linux-gnu.tar.xz ) "
SRC_URI+=" mips? (
@@ -50,7 +53,6 @@ if [[ ${PV} != *9999* && ${PV} != *beta* ]] && false ; then
)"
SRC_URI+=" ppc64? ( elibc_musl? (
big-endian? ( ${GENTOO_BIN_BASEURI}/rust-${PVR}-powerpc64-unknown-linux-musl.tar.xz )
- !big-endian? ( ${GENTOO_BIN_BASEURI}/rust-${PVR}-powerpc64le-unknown-linux-musl.tar.xz )
) )"
fi
@@ -58,9 +60,11 @@ LICENSE="|| ( MIT Apache-2.0 ) BSD BSD-1 BSD-2 BSD-4"
SLOT="${PV%%_*}" # Beta releases get to share the same SLOT as the eventual stable
IUSE="big-endian clippy cpu_flags_x86_sse2 doc prefix rust-analyzer rust-src rustfmt"
+# net-misc/curl is needed for our own bootstrapped rustc, since cross-compiling bundled curl is not supported
RDEPEND="
>=app-eselect/eselect-rust-20190311
dev-libs/openssl
+ net-misc/curl
sys-apps/lsb-release
|| (
llvm-runtimes/libgcc
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust-bin/rust-bin-1.89.0_beta20250726.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust-bin/rust-bin-1.89.0_beta20250726.ebuild
new file mode 100644
index 00000000000..5132ee797ad
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust-bin/rust-bin-1.89.0_beta20250726.ebuild
@@ -0,0 +1,314 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LLVM_COMPAT=( 20 )
+LLVM_OPTIONAL="yes"
+
+inherit edo llvm-r1 multilib prefix rust-toolchain verify-sig multilib-minimal optfeature
+
+if [[ ${PV} == *9999* ]]; then
+ # We need to fetch a tarball in src_unpack
+ PROPERTIES+=" live"
+elif [[ ${PV} == *beta* ]]; then
+ # curl -Ls static.rust-lang.org/dist/channel-rust-beta.toml | grep "xz_url.*rust-src"
+ betaver=${PV//*beta}
+ BETA_SNAPSHOT="${betaver:0:4}-${betaver:4:2}-${betaver:6:2}"
+ RUST_TOOLCHAIN_BASEURL=https://static.rust-lang.org/dist/${BETA_SNAPSHOT}/
+ SRC_URI="$(rust_all_arch_uris rust-beta rust-${PV})
+ rust-src? ( ${RUST_TOOLCHAIN_BASEURL%/}/rust-src-beta.tar.xz -> rust-src-${PV}.tar.xz )
+ "
+else
+ # curl -Ls static.rust-lang.org/dist/channel-rust-${PV}.toml | grep "xz_url.*rust-src"
+ SRC_URI="$(rust_all_arch_uris "rust-${PV}")
+ rust-src? ( ${RUST_TOOLCHAIN_BASEURL%/}/2025-06-26/rust-src-${PV}.tar.xz )
+ "
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
+fi
+
+GENTOO_BIN_BASEURI="https://github.com/projg2/rust-bootstrap/releases/download/${PVR}" # omit trailing slash
+
+DESCRIPTION="Systems programming language from Mozilla"
+HOMEPAGE="https://www.rust-lang.org/"
+
+if [[ ${PV} != *9999* && ${PV} != *beta* ]] && false ; then
+ # Keep this separate to allow easy commenting out if not yet built
+ SRC_URI+=" sparc? ( ${GENTOO_BIN_BASEURI}/rust-${PVR}-sparc64-unknown-linux-gnu.tar.xz ) "
+ SRC_URI+=" mips? (
+ abi_mips_o32? (
+ big-endian? ( ${GENTOO_BIN_BASEURI}/rust-${PVR}-mips-unknown-linux-gnu.tar.xz )
+ !big-endian? ( ${GENTOO_BIN_BASEURI}/rust-${PVR}-mipsel-unknown-linux-gnu.tar.xz )
+ )
+ abi_mips_n64? (
+ big-endian? ( ${GENTOO_BIN_BASEURI}/rust-${PVR}-mips64-unknown-linux-gnuabi64.tar.xz )
+ !big-endian? ( ${GENTOO_BIN_BASEURI}/rust-${PVR}-mips64el-unknown-linux-gnuabi64.tar.xz )
+ )
+ )"
+ SRC_URI+=" riscv? (
+ elibc_musl? ( ${GENTOO_BIN_BASEURI}/rust-${PVR}-riscv64gc-unknown-linux-musl.tar.xz )
+ )"
+ SRC_URI+=" ppc64? ( elibc_musl? (
+ big-endian? ( ${GENTOO_BIN_BASEURI}/rust-${PVR}-powerpc64-unknown-linux-musl.tar.xz )
+ !big-endian? ( ${GENTOO_BIN_BASEURI}/rust-${PVR}-powerpc64le-unknown-linux-musl.tar.xz )
+ ) )"
+fi
+
+LICENSE="|| ( MIT Apache-2.0 ) BSD BSD-1 BSD-2 BSD-4"
+SLOT="${PV%%_*}" # Beta releases get to share the same SLOT as the eventual stable
+IUSE="big-endian clippy cpu_flags_x86_sse2 doc prefix rust-analyzer rust-src rustfmt"
+
+RDEPEND="
+ >=app-eselect/eselect-rust-20190311
+ dev-libs/openssl
+ sys-apps/lsb-release
+ || (
+ llvm-runtimes/libgcc
+ sys-devel/gcc:*
+ )
+ !dev-lang/rust:stable
+ !dev-lang/rust-bin:stable
+"
+BDEPEND="
+ prefix? ( dev-util/patchelf )
+ verify-sig? ( sec-keys/openpgp-keys-rust )
+"
+[[ ${PV} == *9999* ]] && BDEPEND+=" net-misc/curl"
+
+REQUIRED_USE="x86? ( cpu_flags_x86_sse2 )"
+
+# stripping rust may break it (at least on x86_64)
+# https://github.com/rust-lang/rust/issues/112286
+RESTRICT="strip"
+
+QA_PREBUILT="
+ opt/rust-bin-${SLOT}/bin/.*
+ opt/rust-bin-${SLOT}/lib/.*.so*
+ opt/rust-bin-${SLOT}/libexec/.*
+ opt/rust-bin-${SLOT}/lib/rustlib/.*/bin/.*
+ opt/rust-bin-${SLOT}/lib/rustlib/.*/lib/.*
+"
+
+# An rmeta file is custom binary format that contains the metadata for the crate.
+# rmeta files do not support linking, since they do not contain compiled object files.
+# so we can safely silence the warning for this QA check.
+QA_EXECSTACK="opt/${PN}-${SLOT}/lib/rustlib/*/lib*.rlib:lib.rmeta"
+
+VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/rust.asc"
+
+src_unpack() {
+ if [[ ${PV} == *9999* ]]; then
+ # We need to fetch the latest nightly listing and get the apprapriate src_uri for our arch
+ local rust_bin_url rustc_src_url
+ # Cut down on webrequests by fetching the nightly toml once
+ curl -Ls static.rust-lang.org/dist/channel-rust-nightly.toml > "${WORKDIR}/channel-rust-nightly.toml" ||
+ die "Failed to fetch nightly revision info"
+ rustc_src_url=$(grep 'xz_url.*rust-src' "${WORKDIR}/channel-rust-nightly.toml" | cut -d '"' -f 2)
+ rust_bin_url=$(grep "xz_url.*rust-nightly-$(rust_abi)" "${WORKDIR}/channel-rust-nightly.toml" | cut -d '"' -f 2)
+ einfo "Using nightly Rust from: ${rust_bin_url}"
+
+ if use rust-src; then
+ einfo "Using nightly Rust-src from: ${rustc_src_url}"
+ # We need to fetch the rust-src tarball
+ einfo "Fetching nightly rust-src tarball ..."
+ curl --progress-bar -L "${rustc_src_url}" -o "${WORKDIR}/rust-src-${PV}.tar.xz" ||
+ die "Failed to fetch nightly rust-src tarball."
+ # no verify-sig here, just unpack it
+ tar -xf "${WORKDIR}/rust-src-${PV}.tar.xz" || die "Failed to unpack nightly rust-src tarball"
+ fi
+
+ einfo "Fetching nightly Rust tarball ..."
+ curl --progress-bar -L "${rust_bin_url}" -O || die "Failed to fetch nightly tarball"
+ if use verify-sig; then
+ einfo "Fetching nightly signature ..."
+ curl --progress-bar -L "${rust_bin_url}.asc" -O || die "Failed to fetch nightly signature"
+ verify-sig_verify_detached "${WORKDIR}/rust-nightly-$(rust_abi).tar.xz" \
+ "${WORKDIR}/rust-nightly-$(rust_abi).tar.xz.asc"
+ fi
+ tar -xf "${WORKDIR}/rust-nightly-$(rust_abi).tar.xz" || die "Failed to unpack nightly tarball"
+ else
+ # sadly rust-src tarball does not have corresponding .asc file
+ # so do partial verification
+ if use verify-sig; then
+ for f in ${A}; do
+ if [[ -f ${DISTDIR}/${f}.asc ]]; then
+ verify-sig_verify_detached "${DISTDIR}/${f}" "${DISTDIR}/${f}.asc"
+ fi
+ done
+ fi
+
+ default_src_unpack
+
+ fi
+ case ${PV} in
+ *9999*)
+ mv "${WORKDIR}/rust-nightly-$(rust_abi)" "${S}" || die
+ ;;
+ *beta*)
+ mv "${WORKDIR}/rust-beta-$(rust_abi)" "${S}" || die
+ ;;
+ *)
+ mv "${WORKDIR}/rust-${PV}-$(rust_abi)" "${S}" || die
+ ;;
+ esac
+}
+
+patchelf_for_bin() {
+ local filetype=$(file -b ${1})
+ if [[ ${filetype} == *ELF*interpreter* ]]; then
+ einfo "${1}'s interpreter changed"
+ patchelf ${1} --set-interpreter ${2} || die
+ elif [[ ${filetype} == *script* ]]; then
+ hprefixify ${1}
+ fi
+}
+
+rust_native_abi_install() {
+ pushd "${S}" >/dev/null || die
+ local analysis="$(grep 'analysis' ./components || die "analysis not found in components")"
+ local std="$(grep 'std' ./components || die "std not found in components")"
+ local components=( "rustc" "cargo" "${std}" )
+ use doc && components+=( "rust-docs" )
+ use clippy && components+=( "clippy-preview" )
+ use rustfmt && components+=( "rustfmt-preview" )
+ use rust-analyzer && components+=( "rust-analyzer-preview" "${analysis}" )
+ # Rust component 'rust-src' is extracted from separate archive
+ if use rust-src; then
+ einfo "Combining rust and rust-src installers"
+ case ${PV} in
+ *9999*)
+ mv -v "${WORKDIR}/rust-src-nightly/rust-src" "${S}" || die
+ ;;
+ *beta*)
+ mv -v "${WORKDIR}/rust-src-beta/rust-src" "${S}" || die
+ ;;
+ *)
+ mv -v "${WORKDIR}/rust-src-${PV}/rust-src" "${S}" || die
+ ;;
+ esac
+ echo rust-src >> ./components || die
+ components+=( "rust-src" )
+ fi
+ edo ./install.sh \
+ --components="$(IFS=,; echo "${components[*]}")" \
+ --disable-verify \
+ --prefix="${ED}/opt/rust-bin-${SLOT}" \
+ --mandir="${ED}/opt/rust-bin-${SLOT}/man" \
+ --disable-ldconfig
+
+ docompress /opt/${P}/man/
+
+ if use prefix; then
+ local interpreter=$(patchelf --print-interpreter "${EPREFIX}"/bin/bash)
+ ebegin "Changing interpreter to ${interpreter} for Gentoo prefix at ${ED}/opt/${SLOT}/bin"
+ find "${ED}/opt/${SLOT}/bin" -type f -print0 | \
+ while IFS= read -r -d '' filename; do
+ patchelf_for_bin ${filename} ${interpreter} \; || die
+ done
+ eend $?
+ fi
+
+ local symlinks=(
+ cargo
+ rustc
+ rustdoc
+ rust-gdb
+ rust-gdbgui
+ rust-lldb
+ )
+
+ use clippy && symlinks+=( clippy-driver cargo-clippy )
+ use rustfmt && symlinks+=( rustfmt cargo-fmt )
+ use rust-analyzer && symlinks+=( rust-analyzer )
+
+ einfo "installing eselect-rust symlinks and paths"
+ local i
+ for i in "${symlinks[@]}"; do
+ # we need realpath on /usr/bin/* symlink return version-appended binary path.
+ # so /usr/bin/rustc should point to /opt/rust-bin-/bin/rustc-
+ local ver_i="${i}-bin-${SLOT}"
+ ln -v "${ED}/opt/rust-bin-${SLOT}/bin/${i}" "${ED}/opt/rust-bin-${SLOT}/bin/${ver_i}" || die
+ dosym -r "/opt/rust-bin-${SLOT}/bin/${ver_i}" "/usr/bin/${ver_i}"
+ done
+
+ # symlinks to switch components to active rust in eselect
+ dosym -r "/opt/rust-bin-${SLOT}/lib" "/usr/lib/rust/lib-bin-${SLOT}"
+ dosym -r "/opt/rust-bin-${SLOT}/man" "/usr/lib/rust/man-bin-${SLOT}"
+ dosym -r "/opt/rust-bin-${SLOT}/lib/rustlib" "/usr/lib/rustlib-bin-${SLOT}"
+ dosym -r "/opt/rust-bin-${SLOT}/share/doc/rust" "/usr/share/doc/rust-bin-${SLOT}"
+
+ # make all capital underscored variable
+ local CARGO_TRIPLET="$(rust_abi)"
+ CARGO_TRIPLET="${CARGO_TRIPLET//-/_}"
+ CARGO_TRIPLET="${CARGO_TRIPLET^^}"
+ cat <<-_EOF_ > "${T}/50${P}"
+ MANPATH="${EPREFIX}/usr/lib/rust/man-bin-${SLOT}"
+ $(usev elibc_musl "CARGO_TARGET_${CARGO_TRIPLET}_RUSTFLAGS=\"-C target-feature=-crt-static\"")
+ _EOF_
+ doenvd "${T}/50${P}"
+
+ # note: eselect-rust adds EROOT to all paths below
+ cat <<-_EOF_ > "${T}/provider-${PN}-${SLOT}"
+ /usr/bin/cargo
+ /usr/bin/rustdoc
+ /usr/bin/rust-gdb
+ /usr/bin/rust-gdbgui
+ /usr/bin/rust-lldb
+ /usr/lib/rustlib
+ /usr/lib/rust/lib
+ /usr/lib/rust/man
+ /usr/share/doc/rust
+ _EOF_
+
+ if use clippy; then
+ echo /usr/bin/clippy-driver >> "${T}/provider-${PN}-${SLOT}"
+ echo /usr/bin/cargo-clippy >> "${T}/provider-${PN}-${SLOT}"
+ fi
+ if use rustfmt; then
+ echo /usr/bin/rustfmt >> "${T}/provider-${PN}-${SLOT}"
+ echo /usr/bin/cargo-fmt >> "${T}/provider-${PN}-${SLOT}"
+ fi
+ if use rust-analyzer; then
+ echo /usr/bin/rust-analyzer >> "${T}/provider-${PN}-${SLOT}"
+ fi
+
+ insinto /etc/env.d/rust
+ doins "${T}/provider-${PN}-${SLOT}"
+ popd >/dev/null || die
+}
+
+multilib_src_install() {
+ if multilib_is_native_abi; then
+ rust_native_abi_install
+ else
+ local rust_target
+ rust_target="$(rust_abi $(get_abi_CHOST ${v##*.}))"
+ dodir "/opt/${P}/lib/rustlib"
+ cp -vr "${WORKDIR}/rust-${PV}-${rust_target}/rust-std-${rust_target}/lib/rustlib/${rust_target}"\
+ "${ED}/opt/${P}/lib/rustlib" || die
+ fi
+
+ # BUG: installs x86_64 binary on other arches
+ rm -f "${ED}/opt/${P}/lib/rustlib/"*/bin/rust-llvm-dwp || die
+}
+
+pkg_postinst() {
+ eselect rust update
+
+ if has_version dev-debug/gdb || has_version llvm-core/lldb; then
+ elog "Rust installs helper scripts for calling GDB and LLDB,"
+ elog "for convenience they are installed under /usr/bin/rust-{gdb,lldb}-${PV}."
+ fi
+
+ if has_version app-editors/emacs; then
+ optfeature "emacs support for rust" app-emacs/rust-mode
+ fi
+
+ if has_version app-editors/gvim || has_version app-editors/vim; then
+ optfeature "vim support for rust" app-vim/rust-vim
+ fi
+}
+
+pkg_postrm() {
+ eselect rust cleanup
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust-common/Manifest b/sdk_container/src/third_party/portage-stable/dev-lang/rust-common/Manifest
index c474e60ada6..223fc6aa434 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust-common/Manifest
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust-common/Manifest
@@ -14,3 +14,5 @@ DIST rustc-1.87.0-src.tar.xz 283604208 BLAKE2B 7ede723121ff8df3908674631ceaec757
DIST rustc-1.87.0-src.tar.xz.asc 801 BLAKE2B c9740c03baedcd70defba3fd37831692adaf0e984ef6b11d259244330d044fcacf935e6dd76caf126848da0c40f38e5368c60e8aabed5d3c2655a61fdbdc7564 SHA512 ebc13374381839a997c63455b733fd2a7960b4fd497f19c29be948cce8bb59a31ddda5da54ca154c16f7de43dd1bacd6c6bd76f3b6b36c5b43f4cfaf1746b952
DIST rustc-1.88.0-src.tar.xz 283294344 BLAKE2B fc17efbc8b2e54f2da61384097dcb3b8f595f27f7853f56cef034913f6b46a718113af0fe66f0e3b0afd184ec506b35f3b74172926cf727ddc061f567d54fa4c SHA512 e6c62af2953f49462b2369e9551b12f2bec114577f90e3e76049636da4279b1e7f4d53bc6896f5d0d4715d90ef6d29dacff529a45690ffac6af62ad64600db40
DIST rustc-1.88.0-src.tar.xz.asc 801 BLAKE2B 858e987ad1fc49c1e1cbc5ea709f835c60fce907e89205e431c843bfad97dc0ccbcf399fc7d87319b8455561cbc24020bd88cb572cbe932cb8b80a8adec39687 SHA512 64ab398dc602fed3ad7bf232249e80cc0a9831aa90c7eb37658f7dc5b2af04ee391f9633aae7a1d90f743d019cec531318384f71384ecbe4f6169e6e88b7ba0e
+DIST rustc-1.89.0_beta20250726-src.tar.xz 267425764 BLAKE2B 2a6802d5458eedb66fa2bd28d1a0d4c2104b1a734d9f7ec35fe989d210496d09a6db1a655a99970d68cbaab395741e3ddab24999c1150e9e64e8e72e1e3d9912 SHA512 f1a7524f46675f574b22ec00d4ce0c42ae272be7265e0665bc81cf3803ce1b286e4f7eb64e1850a7aa7b7e05c1cecae7011ac43964138d3679c19f0008b27fc4
+DIST rustc-1.89.0_beta20250726-src.tar.xz.asc 801 BLAKE2B 9cac60bbe248e5c63e703549efed39cd66978d926ffda52c9578492194df8d7a592d16f606547039222ffb0baa375ac7bce98bda7a5388e4d03cffe8a25c4356 SHA512 49e2e90ee69155d2b28fa2e88a809fb2642ecde72618ce20bb3bbd56afa921fc1e228cdb6ef8bd22346cb5e106945df26a9b5b8acef8f3f8c343fed8694b95e8
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust-common/rust-common-1.89.0_beta20250726.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust-common/rust-common-1.89.0_beta20250726.ebuild
new file mode 100644
index 00000000000..26c4792d0fb
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust-common/rust-common-1.89.0_beta20250726.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/rust.asc
+inherit shell-completion verify-sig
+
+DESCRIPTION="Common files shared between multiple slots of Rust"
+HOMEPAGE="https://www.rust-lang.org/"
+
+if [[ ${PV} = *9999* ]]; then
+ inherit git-r3
+ # In case cargo is not in sync we'll fetch it as a submodule
+ # Nightly users will probably already have the repo cloned and up-to-date anyway.
+ EGIT_REPO_URI="https://github.com/rust-lang/rust.git"
+ EGIT_SUBMODULES=( "-*" "src/tools/cargo" )
+elif [[ ${PV} == *beta* ]]; then
+ # Identify the snapshot date of the beta release:
+ # curl -Ls static.rust-lang.org/dist/channel-rust-beta.toml | grep beta-src.tar.xz
+ MY_PV=beta
+ betaver=${PV//*beta}
+ BETA_SNAPSHOT="${betaver:0:4}-${betaver:4:2}-${betaver:6:2}"
+ SRC_URI="https://static.rust-lang.org/dist/${BETA_SNAPSHOT}/rustc-beta-src.tar.xz -> rustc-${PV}-src.tar.xz
+ verify-sig? ( https://static.rust-lang.org/dist/${BETA_SNAPSHOT}/rustc-beta-src.tar.xz.asc
+ -> rustc-${PV}-src.tar.xz.asc )
+ "
+ S="${WORKDIR}/rustc-${MY_PV}-src"
+else
+ MY_PV=${PV}
+ SRC_URI="https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz
+ verify-sig? ( https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz.asc )
+ "
+ S="${WORKDIR}/rustc-${MY_PV}-src"
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+LICENSE="|| ( MIT Apache-2.0 ) BSD BSD-1 BSD-2 BSD-4"
+SLOT="0"
+
+# Legacy non-slotted versions bash completions will collide.
+RDEPEND="
+ !dev-lang/rust:stable
+ !dev-lang/rust-bin:stable
+"
+BDEPEND="verify-sig? ( sec-keys/openpgp-keys-rust )"
+
+src_unpack() {
+ if [[ ${PV} == *9999* ]]; then
+ git-r3_src_unpack
+ else
+ if use verify-sig ; then
+ verify-sig_verify_detached "${DISTDIR}"/rustc-${PV}-src.tar.xz "${DISTDIR}"/rustc-${PV}-src.tar.xz.asc
+ fi
+
+ # Avoid unpacking the whole tarball which would need check-reqs
+ tar -xf "${DISTDIR}"/rustc-${PV}-src.tar.xz \
+ "rustc-${MY_PV}-src/src/tools/cargo/src/etc/"{_cargo,cargo.bashcomp.sh} || die
+ fi
+}
+
+src_configure() {
+ :
+}
+
+src_compile() {
+ :
+}
+
+src_install() {
+ newbashcomp src/tools/cargo/src/etc/cargo.bashcomp.sh cargo
+ dozshcomp src/tools/cargo/src/etc/_cargo
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust/Manifest b/sdk_container/src/third_party/portage-stable/dev-lang/rust/Manifest
index 0e8f57d6865..8750be4345a 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust/Manifest
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust/Manifest
@@ -12,9 +12,10 @@ DIST rust-patches-1.84.0-r2.tar.bz2 2507 BLAKE2B ffe4e5fc49deebdb8b8b3022f951dfe
DIST rust-patches-1.84.1-r2.tar.bz2 2982 BLAKE2B 2f7addfa4530f3eab79f55ea44eee6390970874ae5ed40ef8706224024db47c861326dc5a79ed9bffcffbad5b27d44b6a3aebab7987fdb61124be3083fbabd71 SHA512 cc852e1e679827390134b47bfaa68567a75a5e8559a3caa24ab3931955050bac59f4fe6a4c249d83bde0aa25667ea04749f3763ff3566daa2999df8cbf2d0981
DIST rust-patches-1.85.0-r2.tar.bz2 4462 BLAKE2B 61cfde8688fecab1a5c3c80f29b37b691581f3f8be1648f9db34fff15026dab426458cba3b9f06fc5606a0a878b0527698ea6f94c7dff014e4339154ac907d13 SHA512 317ab0bcbb792faa1a761893264a29bd650b0d6c5ab17aa762075daccfda684bc6cdd20c0ef89b51bde1a7384fb1df576b18b5303115a8cf04877b435b2d6491
DIST rust-patches-1.85.1-r1.tar.bz2 4473 BLAKE2B fad2fe3222e2625b5cbc60ea1fb805080ce70f751c930c0e3bde9cf043059e1fc3ba4d8e618166fe99a7fcf12d5cccb684c05d4c2542a89c9794869204cbcb09 SHA512 edf680a1d3a29ae5d8140031dc8b232b747d08494db2f3393ccc286d9197139583bcaf536d5125b8c896a610c075115b9a16a6e6f3f6b5da60e58433f000dba6
-DIST rust-patches-1.86.0-r2.tar.bz2 5980 BLAKE2B 179d6acc8c7006eac4d00e073ec1f5496756ef51d465bc098daf1cfe650f469f4341893c72a65e21d84ecb3ccaeb46f5204ef517ae942482d835f89c0a934391 SHA512 31e902661d5ee2da82858910551393890583d9702303fed5652122c852e9384fb88a42eddd0b968558865e16b5bd4ac2a13a35bd01ec3f8c3adbb673bc465596
-DIST rust-patches-1.87.0-r1.tar.bz2 4635 BLAKE2B d813ec4a602d3bb879927a44a0b9f752aac255e31dfd13c56ab71b3fae7ce46a742c1d2e7494a7e17728f1edb2327ddd6ad6ebabc0c47d66326b766bbd323fbd SHA512 596ffe744a5849b443f077bbd4edbcbb240b9ac51c9d53e0e436e46d7c93a6734477d22eba4a066a0cf474503a6357a72dfa124e594f645be6f50d9bd25bdb10
+DIST rust-patches-1.86.0-r2-1.tar.bz2 6308 BLAKE2B eca644026942bd729a748df57dd67465bbec96b2d18a71c58fe04bb8e2514aabb1ca02cbd3761be5283328a3b728e063b1b85ea78f4f242c182071c44b8cb148 SHA512 1f1edcf76c64b0555366253e21d759e904a752746c2e5d88aba6e31f5ee2a2b0b06275674d2fc3acc42f589905eddc006d788f95b48a5d79a6ab767251d934da
+DIST rust-patches-1.87.0-r1-1.tar.bz2 5116 BLAKE2B 783ad21464a7e393d0aee506119be12b0137a7d360402b74f36b6fde154c2804cc0779da63875977d09f7e9f2d273ff41dd189bbe4eb239a314fea27bbaa704c SHA512 8c67e4e43bf2afb226f70bb2a03aad0abfd525cd484c8c9ff663da06d63b471f4f1b48169d952a6a6c14258c0029dedea14aadaaca2ee75389df65b806188363
DIST rust-patches-1.88.0.tar.bz2 4062 BLAKE2B 64168ffa608f2edf2e0b3d079152c3b5dd59d0cea29078894f286bf91488e2e7769c55ede2d43769368d2147b46699d1bf981190d6800dc3d41c736289122eaf SHA512 b565acfb4d1146e52b1fb66b4a242927407cc34f1b38c2a100135cbbde24c8374af1997bc22069cca25f33cc8d747e56391f3d98a2d4e13dc0abcec0d6f88b0b
+DIST rust-patches-1.89.0_beta20250726.tar.bz2 4126 BLAKE2B 643e6fda1f15d7b9e064d974929fbd97396edafd65f7eaaa3a7f0365e1929746deea800700022111e0e55a2f77a5153e90efd408b5398c34c15d81f2dc147625 SHA512 1021c1836d0a14f064a87e98b95d2a265ea0f8bdacb2cd0d7e08986d011371403faca4bf2d561e48bd089ba9f36aeff9f31f055dfeb9b613921b69eef329ee45
DIST rustc-1.74.1-src.tar.xz 155968724 BLAKE2B e05f2379ac94b286f85791a138e1928e5b5b5a7749f0981d82c40c2a12860f55bf96bb2f0e924e35a0f8b2447b13052d38adea909aaa3199105787bb5a4861b3 SHA512 14c7e7ed2f38ab60299d8c7d41d78f042b6b57ef822d577b5138e60bdde31cf141eccd4332a25bc5da3d58eb5313d63c1448b5dfe9e11b8055bb8ea133a9038d
DIST rustc-1.74.1-src.tar.xz.asc 801 BLAKE2B ddf73175b164233babf31ca3a381b03e20c0f36d017c1d5f85d6ab11f0986d861ab23b11c061e6b2444ced70c3d6a494cc3de4ec86f0deb221a805491bd75420 SHA512 9a96ff9ba9a4e2af4e267b2ec126fc0675c78d0eb767703daa2f28491c3d85c2ab00fbd8584390bf658812ec6c4ab6c57e43b386db59fd505bd3134a8873a09e
DIST rustc-1.75.0-src.tar.xz 159624388 BLAKE2B 8937b80585eddaa3e1f1ef948899d14a170308518c6fef9fe569560cdd870053776956743f796055f2119399b9ca6c0df12fedd789ae46324d071e5126c4e495 SHA512 7b0f25d91b1b5c317980fc88e059200bd43b56a70b445fbc72fb9b96e09775bfd3a98e9bd9d662af80f0ce3aef527c777ee82777e96ca876f47a972d63da8606
@@ -49,3 +50,5 @@ DIST rustc-1.87.0-src.tar.xz 283604208 BLAKE2B 7ede723121ff8df3908674631ceaec757
DIST rustc-1.87.0-src.tar.xz.asc 801 BLAKE2B c9740c03baedcd70defba3fd37831692adaf0e984ef6b11d259244330d044fcacf935e6dd76caf126848da0c40f38e5368c60e8aabed5d3c2655a61fdbdc7564 SHA512 ebc13374381839a997c63455b733fd2a7960b4fd497f19c29be948cce8bb59a31ddda5da54ca154c16f7de43dd1bacd6c6bd76f3b6b36c5b43f4cfaf1746b952
DIST rustc-1.88.0-src.tar.xz 283294344 BLAKE2B fc17efbc8b2e54f2da61384097dcb3b8f595f27f7853f56cef034913f6b46a718113af0fe66f0e3b0afd184ec506b35f3b74172926cf727ddc061f567d54fa4c SHA512 e6c62af2953f49462b2369e9551b12f2bec114577f90e3e76049636da4279b1e7f4d53bc6896f5d0d4715d90ef6d29dacff529a45690ffac6af62ad64600db40
DIST rustc-1.88.0-src.tar.xz.asc 801 BLAKE2B 858e987ad1fc49c1e1cbc5ea709f835c60fce907e89205e431c843bfad97dc0ccbcf399fc7d87319b8455561cbc24020bd88cb572cbe932cb8b80a8adec39687 SHA512 64ab398dc602fed3ad7bf232249e80cc0a9831aa90c7eb37658f7dc5b2af04ee391f9633aae7a1d90f743d019cec531318384f71384ecbe4f6169e6e88b7ba0e
+DIST rustc-1.89.0_beta20250726-src.tar.xz 267425764 BLAKE2B 2a6802d5458eedb66fa2bd28d1a0d4c2104b1a734d9f7ec35fe989d210496d09a6db1a655a99970d68cbaab395741e3ddab24999c1150e9e64e8e72e1e3d9912 SHA512 f1a7524f46675f574b22ec00d4ce0c42ae272be7265e0665bc81cf3803ce1b286e4f7eb64e1850a7aa7b7e05c1cecae7011ac43964138d3679c19f0008b27fc4
+DIST rustc-1.89.0_beta20250726-src.tar.xz.asc 801 BLAKE2B 9cac60bbe248e5c63e703549efed39cd66978d926ffda52c9578492194df8d7a592d16f606547039222ffb0baa375ac7bce98bda7a5388e4d03cffe8a25c4356 SHA512 49e2e90ee69155d2b28fa2e88a809fb2642ecde72618ce20bb3bbd56afa921fc1e228cdb6ef8bd22346cb5e106945df26a9b5b8acef8f3f8c343fed8694b95e8
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust/files/rust-1.86.0-issue-139372-bgo-953956-fix-hardcoded-gnu-linker-flags.patch b/sdk_container/src/third_party/portage-stable/dev-lang/rust/files/rust-1.86.0-issue-139372-bgo-953956-fix-hardcoded-gnu-linker-flags.patch
deleted file mode 100644
index 11d7738f2ee..00000000000
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust/files/rust-1.86.0-issue-139372-bgo-953956-fix-hardcoded-gnu-linker-flags.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff '--color=auto' -Nuar rustc-1.86.0-src.orig/src/bootstrap/src/utils/helpers.rs rustc-1.86.0-src/src/bootstrap/src/utils/helpers.rs
---- rustc-1.86.0-src.orig/src/bootstrap/src/utils/helpers.rs 2025-03-31 22:37:24.000000000 +0100
-+++ rustc-1.86.0-src/src/bootstrap/src/utils/helpers.rs 2025-04-17 12:31:37.651607535 +0100
-@@ -451,12 +451,12 @@
- if !builder.is_lld_direct_linker(target) && builder.config.lld_mode.is_used() {
- match builder.config.lld_mode {
- LldMode::External => {
-- args.push("-Clinker-flavor=gnu-lld-cc".to_string());
-+ args.push("-Zlinker-features=+lld".to_string());
- // FIXME(kobzol): remove this flag once MCP510 gets stabilized
- args.push("-Zunstable-options".to_string());
- }
- LldMode::SelfContained => {
-- args.push("-Clinker-flavor=gnu-lld-cc".to_string());
-+ args.push("-Zlinker-features=+lld".to_string());
- args.push("-Clink-self-contained=+linker".to_string());
- // FIXME(kobzol): remove this flag once MCP510 gets stabilized
- args.push("-Zunstable-options".to_string());
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust/files/rust-1.87.0-issue-139372-bgo-953956-fix-hardcoded-gnu-linker-flags.patch b/sdk_container/src/third_party/portage-stable/dev-lang/rust/files/rust-1.87.0-issue-139372-bgo-953956-fix-hardcoded-gnu-linker-flags.patch
deleted file mode 100644
index 37d054222cd..00000000000
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust/files/rust-1.87.0-issue-139372-bgo-953956-fix-hardcoded-gnu-linker-flags.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 76e13020767e7ff783284b5bcf7a7509259ceb51 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?=
-Date: Fri, 4 Apr 2025 18:29:20 +0200
-Subject: [PATCH] Use target-agnostic LLD flags in bootstrap for use-lld
-
----
- src/bootstrap/src/utils/helpers.rs | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/bootstrap/src/utils/helpers.rs b/src/bootstrap/src/utils/helpers.rs
-index f8e4d4e04717d..78dcdcbd1874a 100644
---- a/src/bootstrap/src/utils/helpers.rs
-+++ b/src/bootstrap/src/utils/helpers.rs
-@@ -474,13 +474,13 @@ pub fn linker_flags(
- if stage == 0 && target.is_windows() {
- args.push("-Clink-arg=-fuse-ld=lld".to_string());
- } else {
-- args.push("-Clinker-flavor=gnu-lld-cc".to_string());
-+ args.push("-Zlinker-features=+lld".to_string());
- }
- // FIXME(kobzol): remove this flag once MCP510 gets stabilized
- args.push("-Zunstable-options".to_string());
- }
- LldMode::SelfContained => {
-- args.push("-Clinker-flavor=gnu-lld-cc".to_string());
-+ args.push("-Zlinker-features=+lld".to_string());
- args.push("-Clink-self-contained=+linker".to_string());
- // FIXME(kobzol): remove this flag once MCP510 gets stabilized
- args.push("-Zunstable-options".to_string());
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.74.1-r101.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.74.1-r101.ebuild
index 877fac40cfb..102ec7ee6b4 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.74.1-r101.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.74.1-r101.ebuild
@@ -264,6 +264,8 @@ src_unpack() {
}
src_prepare() {
+ # Commit patches to the appropriate branch in proj/rust-patches.git
+ # then cut a new tag / tarball. Don't add patches to ${FILESDIR}
PATCHES=(
"${WORKDIR}/rust-patches-${RUST_PATCH_VER}/"
)
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.75.0-r101.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.75.0-r101.ebuild
index 988471ca47f..ed00b285343 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.75.0-r101.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.75.0-r101.ebuild
@@ -243,6 +243,8 @@ src_unpack() {
}
src_prepare() {
+ # Commit patches to the appropriate branch in proj/rust-patches.git
+ # then cut a new tag / tarball. Don't add patches to ${FILESDIR}
PATCHES=(
"${WORKDIR}/rust-patches-${RUST_PATCH_VER}/"
)
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.76.0-r101.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.76.0-r101.ebuild
index b30ccfabb5c..02b705c0331 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.76.0-r101.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.76.0-r101.ebuild
@@ -243,6 +243,8 @@ src_unpack() {
}
src_prepare() {
+ # Commit patches to the appropriate branch in proj/rust-patches.git
+ # then cut a new tag / tarball. Don't add patches to ${FILESDIR}
PATCHES=(
"${WORKDIR}/rust-patches-${RUST_PATCH_VER}/"
)
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.77.1-r101.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.77.1-r101.ebuild
index 8eb384190d4..f8096883ddd 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.77.1-r101.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.77.1-r101.ebuild
@@ -243,6 +243,8 @@ src_unpack() {
}
src_prepare() {
+ # Commit patches to the appropriate branch in proj/rust-patches.git
+ # then cut a new tag / tarball. Don't add patches to ${FILESDIR}
PATCHES=(
"${WORKDIR}/rust-patches-${RUST_PATCH_VER}/"
)
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.78.0-r101.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.78.0-r101.ebuild
index 51d7cbe0bf5..bf0f4a9f2cc 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.78.0-r101.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.78.0-r101.ebuild
@@ -243,6 +243,8 @@ src_unpack() {
}
src_prepare() {
+ # Commit patches to the appropriate branch in proj/rust-patches.git
+ # then cut a new tag / tarball. Don't add patches to ${FILESDIR}
PATCHES=(
"${WORKDIR}/rust-patches-${RUST_PATCH_VER}/"
)
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.79.0-r101.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.79.0-r101.ebuild
index 916a48f6b3d..1a4e15eb06d 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.79.0-r101.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.79.0-r101.ebuild
@@ -243,6 +243,8 @@ src_unpack() {
}
src_prepare() {
+ # Commit patches to the appropriate branch in proj/rust-patches.git
+ # then cut a new tag / tarball. Don't add patches to ${FILESDIR}
PATCHES=(
"${WORKDIR}/rust-patches-${RUST_PATCH_VER}/"
)
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.80.1-r101.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.80.1-r101.ebuild
index 101321ff60d..0309e05390c 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.80.1-r101.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.80.1-r101.ebuild
@@ -243,6 +243,8 @@ src_unpack() {
}
src_prepare() {
+ # Commit patches to the appropriate branch in proj/rust-patches.git
+ # then cut a new tag / tarball. Don't add patches to ${FILESDIR}
PATCHES=(
"${WORKDIR}/rust-patches-${RUST_PATCH_VER}/"
)
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.81.0-r101.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.81.0-r101.ebuild
index c5dc04af29b..e7b39689f06 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.81.0-r101.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.81.0-r101.ebuild
@@ -244,6 +244,8 @@ src_unpack() {
}
src_prepare() {
+ # Commit patches to the appropriate branch in proj/rust-patches.git
+ # then cut a new tag / tarball. Don't add patches to ${FILESDIR}
PATCHES=(
"${WORKDIR}/rust-patches-${RUST_PATCH_VER}/"
)
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.82.0-r103.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.82.0-r103.ebuild
index 690ca13d010..62fcfc8aa3f 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.82.0-r103.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.82.0-r103.ebuild
@@ -243,6 +243,8 @@ src_unpack() {
}
src_prepare() {
+ # Commit patches to the appropriate branch in proj/rust-patches.git
+ # then cut a new tag / tarball. Don't add patches to ${FILESDIR}
PATCHES=(
"${WORKDIR}/rust-patches-${RUST_PATCH_VER}/"
)
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.83.0-r3.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.83.0-r3.ebuild
index 01c787cdb74..6b44e212445 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.83.0-r3.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.83.0-r3.ebuild
@@ -243,6 +243,8 @@ src_unpack() {
}
src_prepare() {
+ # Commit patches to the appropriate branch in proj/rust-patches.git
+ # then cut a new tag / tarball. Don't add patches to ${FILESDIR}
PATCHES=(
"${WORKDIR}/rust-patches-${RUST_PATCH_VER}/"
)
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.84.0-r2.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.84.0-r2.ebuild
index 481be29a720..e78e687cc9b 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.84.0-r2.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.84.0-r2.ebuild
@@ -249,6 +249,8 @@ src_unpack() {
}
src_prepare() {
+ # Commit patches to the appropriate branch in proj/rust-patches.git
+ # then cut a new tag / tarball. Don't add patches to ${FILESDIR}
PATCHES=(
"${WORKDIR}/rust-patches-${RUST_PATCH_VER}/"
)
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.84.1-r2.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.84.1-r2.ebuild
index bcee8100e1b..74c60132f62 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.84.1-r2.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.84.1-r2.ebuild
@@ -249,6 +249,8 @@ src_unpack() {
}
src_prepare() {
+ # Commit patches to the appropriate branch in proj/rust-patches.git
+ # then cut a new tag / tarball. Don't add patches to ${FILESDIR}
PATCHES=(
"${WORKDIR}/rust-patches-${RUST_PATCH_VER}/"
)
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.85.0-r2.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.85.0-r2.ebuild
index 55a53cbf5e7..ef0915f9a4b 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.85.0-r2.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.85.0-r2.ebuild
@@ -306,6 +306,8 @@ src_prepare() {
${CARGO} generate-lockfile --offline || die "Failed to generate lockfiles"
fi
+ # Commit patches to the appropriate branch in proj/rust-patches.git
+ # then cut a new tag / tarball. Don't add patches to ${FILESDIR}
PATCHES=(
"${WORKDIR}/rust-patches-${RUST_PATCH_VER}/"
)
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.85.1-r1.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.85.1-r1.ebuild
index 4b334f7c33d..e64ed601296 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.85.1-r1.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.85.1-r1.ebuild
@@ -306,6 +306,8 @@ src_prepare() {
${CARGO} generate-lockfile --offline || die "Failed to generate lockfiles"
fi
+ # Commit patches to the appropriate branch in proj/rust-patches.git
+ # then cut a new tag / tarball. Don't add patches to ${FILESDIR}
PATCHES=(
"${WORKDIR}/rust-patches-${RUST_PATCH_VER}/"
)
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.86.0-r2.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.86.0-r2.ebuild
index c7bbd326073..9586a6dcae6 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.86.0-r2.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.86.0-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=8
LLVM_COMPAT=( 19 )
PYTHON_COMPAT=( python3_{11..13} )
-RUST_PATCH_VER=${PVR}
+RUST_PATCH_VER="${PVR}-1"
RUST_MAX_VER=${PV%%_*}
if [[ ${PV} == *9999* ]]; then
@@ -307,6 +307,8 @@ src_prepare() {
${CARGO} generate-lockfile --offline || die "Failed to generate lockfiles"
fi
+ # Commit patches to the appropriate branch in proj/rust-patches.git
+ # then cut a new tag / tarball. Don't add patches to ${FILESDIR}
PATCHES=(
"${WORKDIR}/rust-patches-${RUST_PATCH_VER}/"
)
@@ -316,8 +318,6 @@ src_prepare() {
fi
default
-
- eapply "${FILESDIR}"/rust-1.86.0-issue-139372-bgo-953956-fix-hardcoded-gnu-linker-flags.patch
}
src_configure() {
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.87.0-r1.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.87.0-r1.ebuild
index 44ae18b9046..9ef6faaf802 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.87.0-r1.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.87.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
LLVM_COMPAT=( 20 )
PYTHON_COMPAT=( python3_{11..14} )
-RUST_PATCH_VER=${PVR}
+RUST_PATCH_VER="${PVR}-1"
RUST_MAX_VER=${PV%%_*}
if [[ ${PV} == *9999* ]]; then
@@ -308,6 +308,8 @@ src_prepare() {
${CARGO} generate-lockfile --offline || die "Failed to generate lockfiles"
fi
+ # Commit patches to the appropriate branch in proj/rust-patches.git
+ # then cut a new tag / tarball. Don't add patches to ${FILESDIR}
PATCHES=(
"${WORKDIR}/rust-patches-${RUST_PATCH_VER}/"
)
@@ -317,8 +319,6 @@ src_prepare() {
fi
default
-
- eapply "${FILESDIR}"/rust-1.87.0-issue-139372-bgo-953956-fix-hardcoded-gnu-linker-flags.patch
}
src_configure() {
@@ -446,6 +446,7 @@ src_configure() {
cargo = "${rust_stage0_root}/bin/cargo"
rustc = "${rust_stage0_root}/bin/rustc"
rustfmt = "${rust_stage0_root}/bin/rustfmt"
+ description = "gentoo"
docs = $(toml_usex doc)
compiler-docs = false
submodules = false
@@ -483,7 +484,6 @@ src_configure() {
echo "default-linker = \"${CHOST}-cc\""
fi)
channel = "${build_channel}"
- description = "gentoo"
rpath = true
verbose-tests = true
optimize-tests = $(toml_usex !debug)
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.88.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.88.0.ebuild
index 1bb3c5f4711..5ace910567f 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.88.0.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.88.0.ebuild
@@ -320,6 +320,8 @@ src_prepare() {
${CARGO} generate-lockfile --offline || die "Failed to generate lockfiles"
fi
+ # Commit patches to the appropriate branch in proj/rust-patches.git
+ # then cut a new tag / tarball. Don't add patches to ${FILESDIR}
PATCHES=(
"${WORKDIR}/rust-patches-${RUST_PATCH_VER}/"
)
@@ -458,6 +460,7 @@ src_configure() {
cargo = "${rust_stage0_root}/bin/cargo"
rustc = "${rust_stage0_root}/bin/rustc"
rustfmt = "${rust_stage0_root}/bin/rustfmt"
+ description = "gentoo"
docs = $(toml_usex doc)
compiler-docs = false
submodules = false
@@ -495,7 +498,6 @@ src_configure() {
echo "default-linker = \"${CHOST}-cc\""
fi)
channel = "${build_channel}"
- description = "gentoo"
rpath = true
verbose-tests = true
optimize-tests = $(toml_usex !debug)
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.89.0_beta20250726.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.89.0_beta20250726.ebuild
new file mode 100644
index 00000000000..5ace910567f
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-1.89.0_beta20250726.ebuild
@@ -0,0 +1,837 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LLVM_COMPAT=( 20 )
+PYTHON_COMPAT=( python3_{11..14} )
+
+RUST_PATCH_VER=${PVR}
+
+RUST_MAX_VER=${PV%%_*}
+if [[ ${PV} == *9999* ]]; then
+ RUST_MIN_VER="1.88.0" # Update this as new `beta` releases come out.
+elif [[ ${PV} == *beta* ]]; then
+ RUST_MAX_VER="$(ver_cut 1).$(ver_cut 2).0"
+ RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0"
+else
+ RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0"
+fi
+
+inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature \
+ multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs verify-sig
+
+if [[ ${PV} = *9999* ]]; then
+ inherit git-r3
+elif [[ ${PV} == *beta* ]]; then
+ # Identify the snapshot date of the beta release:
+ # curl -Ls static.rust-lang.org/dist/channel-rust-beta.toml | grep beta-src.tar.xz
+ betaver=${PV//*beta}
+ BETA_SNAPSHOT="${betaver:0:4}-${betaver:4:2}-${betaver:6:2}"
+ MY_P="rustc-beta"
+ SRC_URI="https://static.rust-lang.org/dist/${BETA_SNAPSHOT}/rustc-beta-src.tar.xz -> rustc-${PV}-src.tar.xz
+ https://gitweb.gentoo.org/proj/rust-patches.git/snapshot/rust-patches-${RUST_PATCH_VER}.tar.bz2
+ verify-sig? ( https://static.rust-lang.org/dist/${BETA_SNAPSHOT}/rustc-beta-src.tar.xz.asc
+ -> rustc-${PV}-src.tar.xz.asc )
+ "
+ S="${WORKDIR}/${MY_P}-src"
+else
+ MY_P="rustc-${PV}"
+ SRC_URI="https://static.rust-lang.org/dist/${MY_P}-src.tar.xz
+ https://gitweb.gentoo.org/proj/rust-patches.git/snapshot/rust-patches-${RUST_PATCH_VER}.tar.bz2
+ verify-sig? ( https://static.rust-lang.org/dist/${MY_P}-src.tar.xz.asc )
+ "
+ S="${WORKDIR}/${MY_P}-src"
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+DESCRIPTION="Systems programming language originally developed by Mozilla"
+HOMEPAGE="https://www.rust-lang.org/"
+
+# keep in sync with llvm ebuild of the same version as bundled one.
+ALL_LLVM_TARGETS=( AArch64 AMDGPU ARC ARM AVR BPF CSKY DirectX Hexagon Lanai
+ LoongArch M68k Mips MSP430 NVPTX PowerPC RISCV Sparc SPIRV SystemZ VE
+ WebAssembly X86 XCore Xtensa )
+ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
+LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/(-)?}
+
+# https://github.com/rust-lang/llvm-project/blob/rustc-1.84.0/llvm/CMakeLists.txt
+_ALL_RUST_EXPERIMENTAL_TARGETS=( ARC CSKY DirectX M68k SPIRV Xtensa )
+declare -A ALL_RUST_EXPERIMENTAL_TARGETS
+for _x in "${_ALL_RUST_EXPERIMENTAL_TARGETS[@]}"; do
+ ALL_RUST_EXPERIMENTAL_TARGETS["llvm_targets_${_x}"]=0
+done
+
+LICENSE="|| ( MIT Apache-2.0 ) BSD BSD-1 BSD-2 BSD-4"
+SLOT="${PV%%_*}" # Beta releases get to share the same SLOT as the eventual stable
+
+IUSE="big-endian clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind lto rustfmt rust-analyzer rust-src +system-llvm test wasm ${ALL_LLVM_TARGETS[*]}"
+
+if [[ ${PV} = *9999* ]]; then
+ # These USE flags require nightly rust
+ IUSE+=" miri"
+fi
+
+LLVM_DEPEND=()
+# splitting usedeps needed to avoid CI/pkgcheck's UncheckableDep limitation
+for _x in "${ALL_LLVM_TARGETS[@]}"; do
+ LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "llvm-core/llvm:\${LLVM_SLOT}[${_x}=]") )" )
+ if [[ -v ALL_RUST_EXPERIMENTAL_TARGETS["${_x}"] ]] ; then
+ ALL_RUST_EXPERIMENTAL_TARGETS["${_x}"]=1
+ fi
+done
+LLVM_DEPEND+=( " wasm? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') )" )
+LLVM_DEPEND+=( " $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}')" )
+
+# dev-libs/oniguruma is used for documentation
+BDEPEND="${PYTHON_DEPS}
+ app-eselect/eselect-rust
+ dev-libs/oniguruma
+ || (
+ >=sys-devel/gcc-4.7[cxx]
+ >=llvm-core/clang-3.5
+ )
+ lto? ( system-llvm? (
+ || (
+ $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}')
+ sys-devel/mold
+ )
+ ) )
+ !system-llvm? (
+ >=dev-build/cmake-3.13.4
+ app-alternatives/ninja
+ )
+ test? ( dev-debug/gdb )
+ verify-sig? ( sec-keys/openpgp-keys-rust )
+"
+
+DEPEND="
+ >=app-arch/xz-utils-5.2
+ net-misc/curl:=[http2,ssl]
+ sys-libs/zlib:=
+ dev-libs/openssl:0=
+ system-llvm? (
+ ${LLVM_DEPEND[*]}
+ llvm-libunwind? ( llvm-runtimes/libunwind:= )
+ )
+ !system-llvm? (
+ !llvm-libunwind? (
+ elibc_musl? ( sys-libs/libunwind:= )
+ )
+ )
+"
+
+RDEPEND="${DEPEND}
+ app-eselect/eselect-rust
+ dev-lang/rust-common
+ sys-apps/lsb-release
+ !dev-lang/rust:stable
+ !dev-lang/rust-bin:stable
+"
+
+REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )
+ rust-analyzer? ( rust-src )
+ test? ( ${ALL_LLVM_TARGETS[*]} )
+ wasm? ( llvm_targets_WebAssembly )
+ x86? ( cpu_flags_x86_sse2 )
+"
+
+# we don't use cmake.eclass, but can get a warning
+CMAKE_WARN_UNUSED_CLI=no
+
+QA_FLAGS_IGNORED="
+ usr/lib/${PN}/${SLOT}/bin/.*
+ usr/lib/${PN}/${SLOT}/libexec/.*
+ usr/lib/${PN}/${SLOT}/lib/lib.*.so
+ usr/lib/${PN}/${SLOT}/lib/rustlib/.*/bin/.*
+ usr/lib/${PN}/${SLOT}/lib/rustlib/.*/lib/lib.*.so
+"
+
+QA_SONAME="
+ usr/lib/${PN}/${SLOT}/lib/lib.*.so.*
+ usr/lib/${PN}/${SLOT}/lib/rustlib/.*/lib/lib.*.so
+"
+
+QA_PRESTRIPPED="
+ usr/lib/${PN}/${SLOT}/lib/rustlib/.*/bin/rust-llvm-dwp
+ usr/lib/${PN}/${SLOT}/lib/rustlib/.*/lib/self-contained/crtn.o
+"
+
+# An rmeta file is custom binary format that contains the metadata for the crate.
+# rmeta files do not support linking, since they do not contain compiled object files.
+# so we can safely silence the warning for this QA check.
+QA_EXECSTACK="usr/lib/${PN}/${SLOT}/lib/rustlib/*/lib*.rlib:lib.rmeta"
+
+# causes double bootstrap
+RESTRICT="test"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/rust.asc
+
+clear_vendor_checksums() {
+ sed -i 's/\("files":{\)[^}]*/\1/' "vendor/${1}/.cargo-checksum.json" || die
+}
+
+toml_usex() {
+ usex "${1}" true false
+}
+
+pre_build_checks() {
+ local M=9216
+ # multiply requirements by 1.3 if we are doing x86-multilib
+ if use amd64; then
+ M=$(( $(usex abi_x86_32 13 10) * ${M} / 10 ))
+ fi
+ M=$(( $(usex clippy 128 0) + ${M} ))
+ if [[ ${PV} == *9999* ]]; then
+ M=$(( $(usex miri 128 0) + ${M} ))
+ fi
+ M=$(( $(usex rustfmt 256 0) + ${M} ))
+ # add 2G if we compile llvm and 256M per llvm_target
+ if ! use system-llvm; then
+ M=$(( 2048 + ${M} ))
+ local ltarget
+ for ltarget in ${ALL_LLVM_TARGETS[@]}; do
+ M=$(( $(usex ${ltarget} 256 0) + ${M} ))
+ done
+ fi
+ M=$(( $(usex wasm 256 0) + ${M} ))
+ M=$(( $(usex debug 2 1) * ${M} ))
+ eshopts_push -s extglob
+ if is-flagq '-g?(gdb)?([1-9])'; then
+ M=$(( 15 * ${M} / 10 ))
+ fi
+ eshopts_pop
+ M=$(( $(usex doc 256 0) + ${M} ))
+ CHECKREQS_DISK_BUILD=${M}M check-reqs_pkg_${EBUILD_PHASE}
+}
+
+llvm_check_deps() {
+ has_version -r "llvm-core/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]"
+}
+
+# Is LLVM being linked against libc++?
+is_libcxx_linked() {
+ local code='#include
+#if defined(_LIBCPP_VERSION)
+ HAVE_LIBCXX
+#endif
+'
+ local out=$($(tc-getCXX) ${CXXFLAGS} ${CPPFLAGS} -x c++ -E -P - <<<"${code}") || return 1
+ [[ ${out} == *HAVE_LIBCXX* ]]
+}
+
+pkg_pretend() {
+ pre_build_checks
+}
+
+pkg_setup() {
+ pre_build_checks
+ python-any-r1_pkg_setup
+
+ export LIBGIT2_NO_PKG_CONFIG=1 #749381
+ if tc-is-cross-compiler; then
+ use system-llvm && die "USE=system-llvm not allowed when cross-compiling"
+ local cross_llvm_target="$(llvm_tuple_to_target "${CBUILD}")"
+ use "llvm_targets_${cross_llvm_target}" || \
+ die "Must enable LLVM_TARGETS=${cross_llvm_target} matching CBUILD=${CBUILD} when cross-compiling"
+ fi
+
+ rust_pkg_setup
+
+ if use system-llvm; then
+ llvm-r1_pkg_setup
+
+ local llvm_config="$(get_llvm_prefix)/bin/llvm-config"
+ export LLVM_LINK_SHARED=1
+ export RUSTFLAGS="${RUSTFLAGS} -Lnative=$("${llvm_config}" --libdir)"
+ fi
+}
+
+rust_live_get_sources() {
+ EGIT_REPO_URI="
+ https://anongit.gentoo.org/git/proj/rust-patches.git
+ "
+ EGIT_CHECKOUT_DIR="${WORKDIR}/rust-patches-${RUST_PATCH_VER}"
+ git-r3_src_unpack
+
+ EGIT_REPO_URI="
+ https://github.com/rust-lang/rust.git
+ "
+ EGIT_SUBMODULES=(
+ "*"
+ "-src/gcc"
+ )
+ S="${WORKDIR}/rust"
+ EGIT_CHECKOUT_DIR="${S}"
+ git-r3_src_unpack
+}
+
+src_unpack() {
+ if [[ ${PV} == *9999* ]] ; then
+ rust_live_get_sources
+
+ # Vendor dependencies
+ mkdir "${S}/.cargo" || die # The vendor script has a check for .cargo/config{,.toml}
+ touch "${S}/.cargo/bootstrap.toml" || die
+ local rust_stage0_root="$(${RUSTC} --print sysroot || die "Can't determine rust's sysroot")"
+ # Configure vendor to use the portage-provided toolchain. This prevents it from
+ # attempting to fetch a `beta` toolchain from the internet.
+ cat <<- _EOF_ > "${T}/vendor-bootstrap.toml"
+ # Suppresses a warning about tracking changes which we don't care about.
+ change-id = "ignore"
+ [build]
+ build = "$(rust_abi "${CBUILD}")"
+ host = ["$(rust_abi "${CHOST}")"]
+ target = ["$(rust_abi "${CHOST}")"]
+ cargo = "${rust_stage0_root}/bin/cargo"
+ rustc = "${rust_stage0_root}/bin/rustc"
+ rustfmt = "${rust_stage0_root}/bin/rustfmt"
+ _EOF_
+ # We're using git sources so we need to run the Vendor script
+ # to ensure that all dependencies are present and up-to-date
+ mkdir "${S}/vendor" || die
+ # This also compiles the 'build helper', there's no way to avoid this.
+ ${EPYTHON} "${S}"/x.py vendor -v --config="${T}"/vendor-bootstrap.toml -j$(makeopts_jobs) ||
+ die "Failed to vendor dependencies"
+ # TODO: This has to be generated somehow, this is from a 1.84.x tarball I had lying around.
+ cat <<- _EOF_ > "${S}/.cargo/config.toml"
+ [source.crates-io]
+ replace-with = "vendored-sources"
+
+ [source."git+https://github.com/rust-lang/team"]
+ git = "https://github.com/rust-lang/team"
+ replace-with = "vendored-sources"
+
+ [source.vendored-sources]
+ directory = "vendor"
+ _EOF_
+ elif use verify-sig ; then
+ # Patch tarballs are not signed (but we trust Gentoo infra)
+ verify-sig_verify_detached "${DISTDIR}"/rustc-${PV}-src.tar.xz{,.asc}
+ default
+ else
+ default
+ fi
+}
+
+src_prepare() {
+ if [[ ${PV} = *9999* ]]; then
+ # We need to update / generate lockfiles for the workspace
+ ${CARGO} generate-lockfile --offline || die "Failed to generate lockfiles"
+ fi
+
+ # Commit patches to the appropriate branch in proj/rust-patches.git
+ # then cut a new tag / tarball. Don't add patches to ${FILESDIR}
+ PATCHES=(
+ "${WORKDIR}/rust-patches-${RUST_PATCH_VER}/"
+ )
+
+ if use lto && tc-is-clang && ! tc-ld-is-lld && ! tc-ld-is-mold; then
+ export RUSTFLAGS+=" -C link-arg=-fuse-ld=lld"
+ fi
+
+ default
+}
+
+src_configure() {
+ if tc-is-cross-compiler; then
+ export PKG_CONFIG_ALLOW_CROSS=1
+ export PKG_CONFIG_PATH="${ESYSROOT}/usr/$(get_libdir)/pkgconfig"
+ export OPENSSL_INCLUDE_DIR="${ESYSROOT}/usr/include"
+ export OPENSSL_LIB_DIR="${ESYSROOT}/usr/$(get_libdir)"
+ fi
+
+ # Avoid bundled copies of libraries
+ export RUSTONIG_SYSTEM_LIBONIG=1
+ # Need to check if these can be optional
+ #export LIBSQLITE3_SYS_USE_PKG_CONFIG=1
+ #export LIBSSH2_SYS_USE_PKG_CONFIG=1
+
+ filter-lto # https://bugs.gentoo.org/862109 https://bugs.gentoo.org/866231
+
+ local rust_target="" rust_targets="" arch_cflags
+
+ # Collect rust target names to compile standard libs for all ABIs.
+ for v in $(multilib_get_enabled_abi_pairs); do
+ rust_targets+=",\"$(rust_abi $(get_abi_CHOST ${v##*.}))\""
+ done
+ if use wasm; then
+ rust_targets+=",\"wasm32-unknown-unknown\""
+ if use system-llvm; then
+ # un-hardcode rust-lld linker for this target
+ # https://bugs.gentoo.org/715348
+ sed -i '/linker:/ s/rust-lld/wasm-ld/' compiler/rustc_target/src/spec/base/wasm.rs || die
+ fi
+ fi
+ rust_targets="${rust_targets#,}"
+
+ # cargo and rustdoc are mandatory and should always be included
+ local tools='"cargo","rustdoc"'
+ use clippy && tools+=',"clippy"'
+ use rustfmt && tools+=',"rustfmt"'
+ use rust-analyzer && tools+=',"rust-analyzer","rust-analyzer-proc-macro-srv"'
+ use rust-src && tools+=',"src"'
+
+ if [[ ${PV} == *9999* ]]; then
+ use miri && tools+=',"miri"'
+ fi
+
+ local rust_stage0_root="$(${RUSTC} --print sysroot || die "Can't determine rust's sysroot")"
+ # in case of prefix it will be already prefixed, as --print sysroot returns full path
+ [[ -d ${rust_stage0_root} ]] || die "${rust_stage0_root} is not a directory"
+
+ rust_target="$(rust_abi)"
+ rust_build="$(rust_abi "${CBUILD}")"
+ rust_host="$(rust_abi "${CHOST}")"
+
+ RUST_EXPERIMENTAL_TARGETS=()
+ for _x in "${!ALL_RUST_EXPERIMENTAL_TARGETS[@]}"; do
+ if [[ ${ALL_RUST_EXPERIMENTAL_TARGETS[${_x}]} == 1 ]] && use ${_x} ; then
+ RUST_EXPERIMENTAL_TARGETS+=( ${_x#llvm_targets_} )
+ fi
+ done
+ RUST_EXPERIMENTAL_TARGETS=${RUST_EXPERIMENTAL_TARGETS[@]}
+
+ local cm_btype="$(usex debug DEBUG RELEASE)"
+ local build_channel
+ local build_miri="false"
+ case "${PV}" in
+ *9999*)
+ build_channel="nightly"
+ ;;
+ *beta*)
+ build_channel="beta"
+ ;;
+ *)
+ build_channel="stable"
+ ;;
+ esac
+ cat <<- _EOF_ > "${S}"/bootstrap.toml
+ # Suppresses a warning about tracking changes which we don't care about.
+ change-id = "ignore"
+ # https://github.com/rust-lang/rust/issues/135358 (bug #947897)
+ profile = "dist"
+ [llvm]
+ download-ci-llvm = false
+ optimize = $(toml_usex !debug)
+ release-debuginfo = $(toml_usex debug)
+ assertions = $(toml_usex debug)
+ ninja = true
+ targets = "${LLVM_TARGETS// /;}"
+ experimental-targets = "${RUST_EXPERIMENTAL_TARGETS// /;}"
+ link-shared = $(toml_usex system-llvm)
+ $(if is_libcxx_linked; then
+ # https://bugs.gentoo.org/732632
+ echo "use-libcxx = true"
+ echo "static-libstdcpp = false"
+ fi)
+ $(case "${rust_target}" in
+ i586-*-linux-*)
+ # https://github.com/rust-lang/rust/issues/93059
+ echo 'cflags = "-fcf-protection=none"'
+ echo 'cxxflags = "-fcf-protection=none"'
+ echo 'ldflags = "-fcf-protection=none"'
+ ;;
+ *)
+ ;;
+ esac)
+ enable-warnings = false
+ [llvm.build-config]
+ CMAKE_VERBOSE_MAKEFILE = "ON"
+ $(if ! tc-is-cross-compiler; then
+ # When cross-compiling, LLVM is compiled twice, once for host and
+ # once for target. Unfortunately, this build configuration applies
+ # to both, which means any flags applicable to one target but not
+ # the other will break. Conditionally disable respecting user
+ # flags when cross-compiling.
+ echo "CMAKE_C_FLAGS_${cm_btype} = \"${CFLAGS}\""
+ echo "CMAKE_CXX_FLAGS_${cm_btype} = \"${CXXFLAGS}\""
+ echo "CMAKE_EXE_LINKER_FLAGS_${cm_btype} = \"${LDFLAGS}\""
+ echo "CMAKE_MODULE_LINKER_FLAGS_${cm_btype} = \"${LDFLAGS}\""
+ echo "CMAKE_SHARED_LINKER_FLAGS_${cm_btype} = \"${LDFLAGS}\""
+ echo "CMAKE_STATIC_LINKER_FLAGS_${cm_btype} = \"${ARFLAGS}\""
+ fi)
+ [build]
+ build-stage = 2
+ test-stage = 2
+ build = "${rust_build}"
+ host = ["${rust_host}"]
+ target = [${rust_targets}]
+ cargo = "${rust_stage0_root}/bin/cargo"
+ rustc = "${rust_stage0_root}/bin/rustc"
+ rustfmt = "${rust_stage0_root}/bin/rustfmt"
+ description = "gentoo"
+ docs = $(toml_usex doc)
+ compiler-docs = false
+ submodules = false
+ python = "${EPYTHON}"
+ locked-deps = true
+ vendor = true
+ extended = true
+ tools = [${tools}]
+ verbose = 2
+ sanitizers = false
+ profiler = true
+ cargo-native-static = false
+ [install]
+ prefix = "${EPREFIX}/usr/lib/${PN}/${SLOT}"
+ sysconfdir = "etc"
+ docdir = "share/doc/rust"
+ bindir = "bin"
+ libdir = "lib"
+ mandir = "share/man"
+ [rust]
+ # https://github.com/rust-lang/rust/issues/54872
+ codegen-units-std = 1
+ optimize = true
+ debug = $(toml_usex debug)
+ debug-assertions = $(toml_usex debug)
+ debug-assertions-std = $(toml_usex debug)
+ debuginfo-level = $(usex debug 2 0)
+ debuginfo-level-rustc = $(usex debug 2 0)
+ debuginfo-level-std = $(usex debug 2 0)
+ debuginfo-level-tools = $(usex debug 2 0)
+ debuginfo-level-tests = 0
+ backtrace = true
+ incremental = false
+ $(if ! tc-is-cross-compiler; then
+ echo "default-linker = \"${CHOST}-cc\""
+ fi)
+ channel = "${build_channel}"
+ rpath = true
+ verbose-tests = true
+ optimize-tests = $(toml_usex !debug)
+ codegen-tests = true
+ omit-git-hash = false
+ dist-src = false
+ remap-debuginfo = true
+ lld = $(usex system-llvm false $(toml_usex wasm))
+ $(if use lto && tc-is-clang && ! tc-ld-is-mold; then
+ echo "use-lld = true"
+ fi)
+ # only deny warnings if doc+wasm are NOT requested, documenting stage0 wasm std fails without it
+ # https://github.com/rust-lang/rust/issues/74976
+ # https://github.com/rust-lang/rust/issues/76526
+ deny-warnings = $(usex wasm $(usex doc false true) true)
+ backtrace-on-ice = true
+ jemalloc = false
+ # See https://github.com/rust-lang/rust/issues/121124
+ lto = "$(usex lto thin off)"
+ [dist]
+ src-tarball = false
+ compression-formats = ["xz"]
+ compression-profile = "balanced"
+ _EOF_
+
+ for v in $(multilib_get_enabled_abi_pairs); do
+ rust_target=$(rust_abi $(get_abi_CHOST ${v##*.}))
+ arch_cflags="$(get_abi_CFLAGS ${v##*.})"
+
+ export CFLAGS_${rust_target//-/_}="${arch_cflags}"
+
+ cat <<- _EOF_ >> "${S}"/bootstrap.toml
+ [target.${rust_target}]
+ ar = "$(tc-getAR)"
+ cc = "$(tc-getCC)"
+ cxx = "$(tc-getCXX)"
+ linker = "$(tc-getCC)"
+ ranlib = "$(tc-getRANLIB)"
+ llvm-libunwind = "$(usex llvm-libunwind $(usex system-llvm system in-tree) no)"
+ _EOF_
+ if use system-llvm; then
+ cat <<- _EOF_ >> "${S}"/bootstrap.toml
+ llvm-config = "$(get_llvm_prefix)/bin/llvm-config"
+ _EOF_
+ fi
+ # by default librustc_target/spec/linux_musl_base.rs sets base.crt_static_default = true;
+ # but we patch it and set to false here as well
+ if use elibc_musl; then
+ cat <<- _EOF_ >> "${S}"/bootstrap.toml
+ crt-static = false
+ musl-root = "$($(tc-getCC) -print-sysroot)/usr"
+ _EOF_
+ fi
+ done
+ if use wasm; then
+ wasm_target="wasm32-unknown-unknown"
+ export CFLAGS_${wasm_target//-/_}="$(filter-flags '-mcpu*' '-march*' '-mtune*'; echo "$CFLAGS")"
+ cat <<- _EOF_ >> "${S}"/bootstrap.toml
+ [target.wasm32-unknown-unknown]
+ linker = "$(usex system-llvm lld rust-lld)"
+ # wasm target does not have profiler_builtins https://bugs.gentoo.org/848483
+ profiler = false
+ _EOF_
+ fi
+
+ if [[ -n ${I_KNOW_WHAT_I_AM_DOING_CROSS} ]]; then # whitespace intentionally shifted below
+ # experimental cross support
+ # discussion: https://bugs.gentoo.org/679878
+ # TODO: c*flags, clang, system-llvm, cargo.eclass target support
+ # it would be much better if we could split out stdlib
+ # complilation to separate ebuild and abuse CATEGORY to
+ # just install to /usr/lib/rustlib/
+
+ # extra targets defined as a bash array
+ # spec format: ::
+ # best place would be /etc/portage/env/dev-lang/rust
+ # Example:
+ # RUST_CROSS_TARGETS=(
+ # "AArch64:aarch64-unknown-linux-gnu:aarch64-unknown-linux-gnu"
+ # )
+ # no extra hand holding is done, no target transformations, all
+ # values are passed as-is with just basic checks, so it's up to user to supply correct values
+ # valid rust targets can be obtained with
+ # rustc --print target-list
+ # matching cross toolchain has to be installed
+ # matching LLVM_TARGET has to be enabled for both rust and llvm (if using system one)
+ # only gcc toolchains installed with crossdev are checked for now.
+
+ # BUG: we can't pass host flags to cross compiler, so just filter for now
+ # BUG: this should be more fine-grained.
+ filter-flags '-mcpu=*' '-march=*' '-mtune=*'
+
+ local cross_target_spec
+ for cross_target_spec in "${RUST_CROSS_TARGETS[@]}";do
+ # extracts first element form ::
+ local cross_llvm_target="${cross_target_spec%%:*}"
+ # extracts toolchain triples, :
+ local cross_triples="${cross_target_spec#*:}"
+ # extracts first element after before : separator
+ local cross_rust_target="${cross_triples%%:*}"
+ # extracts last element after : separator
+ local cross_toolchain="${cross_triples##*:}"
+ use llvm_targets_${cross_llvm_target} || die "need llvm_targets_${cross_llvm_target} target enabled"
+ command -v ${cross_toolchain}-gcc > /dev/null 2>&1 || die "need ${cross_toolchain} cross toolchain"
+
+ cat <<- _EOF_ >> "${S}"/bootstrap.toml
+ [target.${cross_rust_target}]
+ ar = "${cross_toolchain}-ar"
+ cc = "${cross_toolchain}-gcc"
+ cxx = "${cross_toolchain}-g++"
+ linker = "${cross_toolchain}-gcc"
+ ranlib = "${cross_toolchain}-ranlib"
+ _EOF_
+ if use system-llvm; then
+ cat <<- _EOF_ >> "${S}"/bootstrap.toml
+ llvm-config = "$(get_llvm_prefix)/bin/llvm-config"
+ _EOF_
+ fi
+ if [[ "${cross_toolchain}" == *-musl* ]]; then
+ cat <<- _EOF_ >> "${S}"/bootstrap.toml
+ musl-root = "$(${cross_toolchain}-gcc -print-sysroot)/usr"
+ _EOF_
+ fi
+
+ # append cross target to "normal" target list
+ # example 'target = ["powerpc64le-unknown-linux-gnu"]'
+ # becomes 'target = ["powerpc64le-unknown-linux-gnu","aarch64-unknown-linux-gnu"]'
+
+ rust_targets="${rust_targets},\"${cross_rust_target}\""
+ sed -i "/^target = \[/ s#\[.*\]#\[${rust_targets}\]#" bootstrap.toml || die
+
+ ewarn
+ ewarn "Enabled ${cross_rust_target} rust target"
+ ewarn "Using ${cross_toolchain} cross toolchain"
+ ewarn
+ if ! has_version -b 'sys-devel/binutils[multitarget]' ; then
+ ewarn "'sys-devel/binutils[multitarget]' is not installed"
+ ewarn "'strip' will be unable to strip cross libraries"
+ ewarn "cross targets will be installed with full debug information"
+ ewarn "enable 'multitarget' USE flag for binutils to be able to strip object files"
+ ewarn
+ ewarn "Alternatively llvm-strip can be used, it supports stripping any target"
+ ewarn "define STRIP=\"llvm-strip\" to use it (experimental)"
+ ewarn
+ fi
+ done
+ fi # I_KNOW_WHAT_I_AM_DOING_CROSS
+
+ einfo "Rust configured with the following flags:"
+ echo
+ echo RUSTFLAGS="\"${RUSTFLAGS}\""
+ echo RUSTFLAGS_BOOTSTRAP="\"${RUSTFLAGS_BOOTSTRAP}\""
+ echo RUSTFLAGS_NOT_BOOTSTRAP="\"${RUSTFLAGS_NOT_BOOTSTRAP}\""
+ echo MAGIC_EXTRA_RUSTFLAGS="\"${MAGIC_EXTRA_RUSTFLAGS}\""
+ env | grep "CARGO_TARGET_.*_RUSTFLAGS="
+ env | grep "CFLAGS_.*"
+ echo
+ einfo "bootstrap.toml contents:"
+ cat "${S}"/bootstrap.toml || die
+ echo
+}
+
+src_compile() {
+ # -v will show invocations, -vv "very verbose" is overkill, -vvv "very very verbose" is insane
+ RUST_BACKTRACE=1 "${EPYTHON}" ./x.py build -v --config="${S}"/bootstrap.toml -j$(makeopts_jobs) || die
+}
+
+src_test() {
+ # https://rustc-dev-guide.rust-lang.org/tests/intro.html
+
+ # those are basic and codegen tests.
+ local tests=(
+ codegen
+ codegen-units
+ compile-fail
+ incremental
+ mir-opt
+ pretty
+ run-make
+ )
+
+ # fails if llvm is not built with ALL targets.
+ # and known to fail with system llvm sometimes.
+ use system-llvm || tests+=( assembly )
+
+ # fragile/expensive/less important tests
+ # or tests that require extra builds
+ # TODO: instead of skipping, just make some nonfatal.
+ if [[ ${ERUST_RUN_EXTRA_TESTS:-no} != no ]]; then
+ tests+=(
+ rustdoc
+ rustdoc-js
+ rustdoc-js-std
+ rustdoc-ui
+ run-make-fulldeps
+ ui
+ ui-fulldeps
+ )
+ fi
+
+ local i failed=()
+ einfo "rust_src_test: enabled tests ${tests[@]/#/src/test/}"
+ for i in "${tests[@]}"; do
+ local t="src/test/${i}"
+ einfo "rust_src_test: running ${t}"
+ if ! RUST_BACKTRACE=1 "${EPYTHON}" ./x.py test -vv --config="${S}"/bootstrap.toml \
+ -j$(makeopts_jobs) --no-doc --no-fail-fast "${t}"
+ then
+ failed+=( "${t}" )
+ eerror "rust_src_test: ${t} failed"
+ fi
+ done
+
+ if [[ ${#failed[@]} -ne 0 ]]; then
+ eerror "rust_src_test: failure summary: ${failed[@]}"
+ die "aborting due to test failures"
+ fi
+}
+
+src_install() {
+ DESTDIR="${D}" "${EPYTHON}" ./x.py install -v --config="${S}"/bootstrap.toml -j$(makeopts_jobs) || die
+
+ docompress /usr/lib/${PN}/${SLOT}/share/man/
+
+ # bug #689562, #689160
+ rm -v "${ED}/usr/lib/${PN}/${SLOT}/etc/bash_completion.d/cargo" || die
+ rmdir -v "${ED}/usr/lib/${PN}/${SLOT}"/etc{/bash_completion.d,} || die
+
+ local symlinks=(
+ cargo
+ rustc
+ rustdoc
+ rust-gdb
+ rust-gdbgui
+ rust-lldb
+ )
+
+ use clippy && symlinks+=( clippy-driver cargo-clippy )
+ if [[ ${PV} = *9999* ]]; then
+ use miri && symlinks+=( miri cargo-miri )
+ fi
+ use rustfmt && symlinks+=( rustfmt cargo-fmt )
+ use rust-analyzer && symlinks+=( rust-analyzer )
+
+ einfo "installing eselect-rust symlinks and paths: ${symlinks[@]}"
+ local i
+ for i in "${symlinks[@]}"; do
+ # we need realpath on /usr/bin/* symlink return version-appended binary path.
+ # so /usr/bin/rustc should point to /usr/lib/rust//bin/rustc-
+ # need to fix eselect-rust to remove this hack.
+ local ver_i="${i}-${PV%%_*}"
+ if [[ -f "${ED}/usr/lib/${PN}/${SLOT}/bin/${i}" ]]; then
+ einfo "Installing ${i} symlink"
+ ln -v "${ED}/usr/lib/${PN}/${SLOT}/bin/${i}" "${ED}/usr/lib/${PN}/${SLOT}/bin/${ver_i}" || die
+ else
+ ewarn "${i} symlink requested, but source file not found"
+ ewarn "please report this"
+ fi
+ dosym "../lib/${PN}/${SLOT}/bin/${ver_i}" "/usr/bin/${ver_i}"
+ done
+
+ # symlinks to switch components to active rust in eselect
+ dosym "${SLOT}/lib" "/usr/lib/${PN}/lib-${SLOT}"
+ use rust-analyzer && dosym "${SLOT}/libexec" "/usr/lib/${PN}/libexec-${SLOT}"
+ dosym "${SLOT}/share/man" "/usr/lib/${PN}/man-${SLOT}"
+ dosym "rust/${SLOT}/lib/rustlib" "/usr/lib/rustlib-${SLOT}"
+ dosym "../../lib/${PN}/${SLOT}/share/doc/rust" "/usr/share/doc/${P}"
+
+ newenvd - "50${P}" <<-_EOF_
+ MANPATH="${EPREFIX}/usr/lib/rust/man-${SLOT}"
+ _EOF_
+
+ rm -rf "${ED}/usr/lib/${PN}/${SLOT}"/*.old || die
+ rm -rf "${ED}/usr/lib/${PN}/${SLOT}/bin"/*.old || die
+ rm -rf "${ED}/usr/lib/${PN}/${SLOT}/doc"/*.old || die
+
+ # note: eselect-rust adds EROOT to all paths below
+ cat <<-_EOF_ > "${T}/provider-${PN}-${SLOT}"
+ /usr/bin/cargo
+ /usr/bin/rustdoc
+ /usr/bin/rust-gdb
+ /usr/bin/rust-gdbgui
+ /usr/bin/rust-lldb
+ /usr/lib/rustlib
+ /usr/lib/rust/lib
+ /usr/lib/rust/man
+ /usr/share/doc/rust
+ _EOF_
+
+ if use clippy; then
+ echo /usr/bin/clippy-driver >> "${T}/provider-${P}"
+ echo /usr/bin/cargo-clippy >> "${T}/provider-${P}"
+ fi
+ if [[ ${SLOT} == *9999* ]] && use miri; then
+ echo /usr/bin/miri >> "${T}/provider-${P}"
+ echo /usr/bin/cargo-miri >> "${T}/provider-${P}"
+ fi
+ if use rustfmt; then
+ echo /usr/bin/rustfmt >> "${T}/provider-${P}"
+ echo /usr/bin/cargo-fmt >> "${T}/provider-${P}"
+ fi
+ if use rust-analyzer; then
+ echo /usr/lib/rust/libexec >> "${T}/provider-${P}"
+ echo /usr/bin/rust-analyzer >> "${T}/provider-${P}"
+ fi
+
+ insinto /etc/env.d/rust
+ doins "${T}/provider-${PN}-${SLOT}"
+
+ if use dist; then
+ "${EPYTHON}" ./x.py dist -v --config="${S}"/bootstrap.toml -j$(makeopts_jobs) || die
+ insinto "/usr/lib/${PN}/${SLOT}/dist"
+ doins -r "${S}/build/dist/."
+ fi
+}
+
+pkg_postinst() {
+
+ eselect rust update
+
+ if has_version dev-debug/gdb || has_version llvm-core/lldb; then
+ elog "Rust installs helper scripts for calling GDB and LLDB,"
+ elog "for convenience they are installed under /usr/bin/rust-{gdb,lldb}-${PV}."
+ fi
+
+ if has_version app-editors/emacs; then
+ optfeature "emacs support for rust" app-emacs/rust-mode
+ fi
+
+ if has_version app-editors/gvim || has_version app-editors/vim; then
+ optfeature "vim support for rust" app-vim/rust-vim
+ fi
+}
+
+pkg_postrm() {
+ eselect rust cleanup
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-9999.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-9999.ebuild
index 1bb3c5f4711..3ef79e7077b 100644
--- a/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-9999.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-lang/rust/rust-9999.ebuild
@@ -10,7 +10,7 @@ RUST_PATCH_VER=${PVR}
RUST_MAX_VER=${PV%%_*}
if [[ ${PV} == *9999* ]]; then
- RUST_MIN_VER="1.88.0" # Update this as new `beta` releases come out.
+ RUST_MIN_VER="1.89.0" # Update this as new `beta` releases come out.
elif [[ ${PV} == *beta* ]]; then
RUST_MAX_VER="$(ver_cut 1).$(ver_cut 2).0"
RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0"
@@ -320,6 +320,8 @@ src_prepare() {
${CARGO} generate-lockfile --offline || die "Failed to generate lockfiles"
fi
+ # Commit patches to the appropriate branch in proj/rust-patches.git
+ # then cut a new tag / tarball. Don't add patches to ${FILESDIR}
PATCHES=(
"${WORKDIR}/rust-patches-${RUST_PATCH_VER}/"
)
@@ -458,6 +460,7 @@ src_configure() {
cargo = "${rust_stage0_root}/bin/cargo"
rustc = "${rust_stage0_root}/bin/rustc"
rustfmt = "${rust_stage0_root}/bin/rustfmt"
+ description = "gentoo"
docs = $(toml_usex doc)
compiler-docs = false
submodules = false
@@ -495,7 +498,6 @@ src_configure() {
echo "default-linker = \"${CHOST}-cc\""
fi)
channel = "${build_channel}"
- description = "gentoo"
rpath = true
verbose-tests = true
optimize-tests = $(toml_usex !debug)
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/libgcrypt-1.11.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/libgcrypt-1.11.1.ebuild
index 006aad0fc98..fb7359c76eb 100644
--- a/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/libgcrypt-1.11.1.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/libgcrypt-1.11.1.ebuild
@@ -101,6 +101,9 @@ src_configure() {
# least solve it the ebuild see https://bugs.gentoo.org/959349
use x86 && filter-flags -mfpmath=sse
+ # Temporary workaround for build failures with gcc-15, see bug 951267
+ append-cflags -std=gnu17
+
# Hardcodes the path to FGREP in libgcrypt-config
export ac_cv_path_SED="sed"
export ac_cv_path_EGREP="grep -E"
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libmspack/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-libs/libmspack/metadata.xml
index 98cc0646bef..af8569780d4 100644
--- a/sdk_container/src/third_party/portage-stable/dev-libs/libmspack/metadata.xml
+++ b/sdk_container/src/third_party/portage-stable/dev-libs/libmspack/metadata.xml
@@ -1,10 +1,7 @@
-
- reavertm@gentoo.org
- Maciej Mrozowski
-
+
kyz/libmspack
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.0.16.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.0.16.ebuild
index 5af9adcda85..978763db405 100644
--- a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.0.16.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.0.16.ebuild
@@ -268,7 +268,8 @@ pkg_preinst() {
if use fips; then
# Regen fipsmodule.cnf, bug 900625
ebegin "Running openssl fipsinstall"
- "${ED}/usr/bin/openssl" fipsinstall -quiet \
+ LD_LIBRARY_PATH="${ED}/usr/$(get_libdir)" \
+ "${ED}/usr/bin/openssl" fipsinstall -quiet \
-out "${ED}${SSL_CNF_DIR}/fipsmodule.cnf" \
-module "${ED}/usr/$(get_libdir)/ossl-modules/fips.so"
eend $?
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.0.17.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.0.17.ebuild
index 6d7eefcece5..c183d21b68d 100644
--- a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.0.17.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.0.17.ebuild
@@ -268,7 +268,8 @@ pkg_preinst() {
if use fips; then
# Regen fipsmodule.cnf, bug 900625
ebegin "Running openssl fipsinstall"
- "${ED}/usr/bin/openssl" fipsinstall -quiet \
+ LD_LIBRARY_PATH="${ED}/usr/$(get_libdir)" \
+ "${ED}/usr/bin/openssl" fipsinstall -quiet \
-out "${ED}${SSL_CNF_DIR}/fipsmodule.cnf" \
-module "${ED}/usr/$(get_libdir)/ossl-modules/fips.so"
eend $?
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.0.9999.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.0.9999.ebuild
index 6d7eefcece5..c183d21b68d 100644
--- a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.0.9999.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.0.9999.ebuild
@@ -268,7 +268,8 @@ pkg_preinst() {
if use fips; then
# Regen fipsmodule.cnf, bug 900625
ebegin "Running openssl fipsinstall"
- "${ED}/usr/bin/openssl" fipsinstall -quiet \
+ LD_LIBRARY_PATH="${ED}/usr/$(get_libdir)" \
+ "${ED}/usr/bin/openssl" fipsinstall -quiet \
-out "${ED}${SSL_CNF_DIR}/fipsmodule.cnf" \
-module "${ED}/usr/$(get_libdir)/ossl-modules/fips.so"
eend $?
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.1.8.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.1.8.ebuild
index 417b482e59d..e1103cfa929 100644
--- a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.1.8.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.1.8.ebuild
@@ -269,7 +269,8 @@ pkg_preinst() {
if use fips; then
# Regen fipsmodule.cnf, bug 900625
ebegin "Running openssl fipsinstall"
- "${ED}/usr/bin/openssl" fipsinstall -quiet \
+ LD_LIBRARY_PATH="${ED}/usr/$(get_libdir)" \
+ "${ED}/usr/bin/openssl" fipsinstall -quiet \
-out "${ED}${SSL_CNF_DIR}/fipsmodule.cnf" \
-module "${ED}/usr/$(get_libdir)/ossl-modules/fips.so"
eend $?
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.1.9999.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.1.9999.ebuild
index 56f9601dd58..1ae5a138a77 100644
--- a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.1.9999.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.1.9999.ebuild
@@ -269,7 +269,8 @@ pkg_preinst() {
if use fips; then
# Regen fipsmodule.cnf, bug 900625
ebegin "Running openssl fipsinstall"
- "${ED}/usr/bin/openssl" fipsinstall -quiet \
+ LD_LIBRARY_PATH="${ED}/usr/$(get_libdir)" \
+ "${ED}/usr/bin/openssl" fipsinstall -quiet \
-out "${ED}${SSL_CNF_DIR}/fipsmodule.cnf" \
-module "${ED}/usr/$(get_libdir)/ossl-modules/fips.so"
eend $?
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.2.4.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.2.4.ebuild
index fe3dcd069ee..63b9b878fe3 100644
--- a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.2.4.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.2.4.ebuild
@@ -276,7 +276,8 @@ pkg_preinst() {
if use fips; then
# Regen fipsmodule.cnf, bug 900625
ebegin "Running openssl fipsinstall"
- "${ED}/usr/bin/openssl" fipsinstall -quiet \
+ LD_LIBRARY_PATH="${ED}/usr/$(get_libdir)" \
+ "${ED}/usr/bin/openssl" fipsinstall -quiet \
-out "${ED}${SSL_CNF_DIR}/fipsmodule.cnf" \
-module "${ED}/usr/$(get_libdir)/ossl-modules/fips.so"
eend $?
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.2.5.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.2.5.ebuild
index 7cdb49b1373..270945bf5ed 100644
--- a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.2.5.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.2.5.ebuild
@@ -276,7 +276,8 @@ pkg_preinst() {
if use fips; then
# Regen fipsmodule.cnf, bug 900625
ebegin "Running openssl fipsinstall"
- "${ED}/usr/bin/openssl" fipsinstall -quiet \
+ LD_LIBRARY_PATH="${ED}/usr/$(get_libdir)" \
+ "${ED}/usr/bin/openssl" fipsinstall -quiet \
-out "${ED}${SSL_CNF_DIR}/fipsmodule.cnf" \
-module "${ED}/usr/$(get_libdir)/ossl-modules/fips.so"
eend $?
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.2.9999.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.2.9999.ebuild
index 162a9453a62..1e01d73e617 100644
--- a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.2.9999.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.2.9999.ebuild
@@ -275,7 +275,8 @@ pkg_preinst() {
if use fips; then
# Regen fipsmodule.cnf, bug 900625
ebegin "Running openssl fipsinstall"
- "${ED}/usr/bin/openssl" fipsinstall -quiet \
+ LD_LIBRARY_PATH="${ED}/usr/$(get_libdir)" \
+ "${ED}/usr/bin/openssl" fipsinstall -quiet \
-out "${ED}${SSL_CNF_DIR}/fipsmodule.cnf" \
-module "${ED}/usr/$(get_libdir)/ossl-modules/fips.so"
eend $?
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.3.3.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.3.3.ebuild
index bbe688813d5..c91a29912aa 100644
--- a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.3.3.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.3.3.ebuild
@@ -277,7 +277,8 @@ pkg_preinst() {
if use fips; then
# Regen fipsmodule.cnf, bug 900625
ebegin "Running openssl fipsinstall"
- "${ED}/usr/bin/openssl" fipsinstall -quiet \
+ LD_LIBRARY_PATH="${ED}/usr/$(get_libdir)" \
+ "${ED}/usr/bin/openssl" fipsinstall -quiet \
-out "${ED}${SSL_CNF_DIR}/fipsmodule.cnf" \
-module "${ED}/usr/$(get_libdir)/ossl-modules/fips.so"
eend $?
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.3.4.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.3.4.ebuild
index 0cd678123ea..5ce8a7074aa 100644
--- a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.3.4.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.3.4.ebuild
@@ -277,7 +277,8 @@ pkg_preinst() {
if use fips; then
# Regen fipsmodule.cnf, bug 900625
ebegin "Running openssl fipsinstall"
- "${ED}/usr/bin/openssl" fipsinstall -quiet \
+ LD_LIBRARY_PATH="${ED}/usr/$(get_libdir)" \
+ "${ED}/usr/bin/openssl" fipsinstall -quiet \
-out "${ED}${SSL_CNF_DIR}/fipsmodule.cnf" \
-module "${ED}/usr/$(get_libdir)/ossl-modules/fips.so"
eend $?
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.3.9999.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.3.9999.ebuild
index 41de3131f21..f492950eefa 100644
--- a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.3.9999.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.3.9999.ebuild
@@ -273,7 +273,8 @@ pkg_preinst() {
if use fips; then
# Regen fipsmodule.cnf, bug 900625
ebegin "Running openssl fipsinstall"
- "${ED}/usr/bin/openssl" fipsinstall -quiet \
+ LD_LIBRARY_PATH="${ED}/usr/$(get_libdir)" \
+ "${ED}/usr/bin/openssl" fipsinstall -quiet \
-out "${ED}${SSL_CNF_DIR}/fipsmodule.cnf" \
-module "${ED}/usr/$(get_libdir)/ossl-modules/fips.so"
eend $?
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.4.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.4.1.ebuild
index 99f230c3fbd..7d052d23daf 100644
--- a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.4.1.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.4.1.ebuild
@@ -273,7 +273,8 @@ pkg_preinst() {
if use fips; then
# Regen fipsmodule.cnf, bug 900625
ebegin "Running openssl fipsinstall"
- "${ED}/usr/bin/openssl" fipsinstall -quiet \
+ LD_LIBRARY_PATH="${ED}/usr/$(get_libdir)" \
+ "${ED}/usr/bin/openssl" fipsinstall -quiet \
-out "${ED}${SSL_CNF_DIR}/fipsmodule.cnf" \
-module "${ED}/usr/$(get_libdir)/ossl-modules/fips.so"
eend $?
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.4.2.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.4.2.ebuild
index 41de3131f21..f492950eefa 100644
--- a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.4.2.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.4.2.ebuild
@@ -273,7 +273,8 @@ pkg_preinst() {
if use fips; then
# Regen fipsmodule.cnf, bug 900625
ebegin "Running openssl fipsinstall"
- "${ED}/usr/bin/openssl" fipsinstall -quiet \
+ LD_LIBRARY_PATH="${ED}/usr/$(get_libdir)" \
+ "${ED}/usr/bin/openssl" fipsinstall -quiet \
-out "${ED}${SSL_CNF_DIR}/fipsmodule.cnf" \
-module "${ED}/usr/$(get_libdir)/ossl-modules/fips.so"
eend $?
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.4.9999.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.4.9999.ebuild
index 41de3131f21..f492950eefa 100644
--- a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.4.9999.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.4.9999.ebuild
@@ -273,7 +273,8 @@ pkg_preinst() {
if use fips; then
# Regen fipsmodule.cnf, bug 900625
ebegin "Running openssl fipsinstall"
- "${ED}/usr/bin/openssl" fipsinstall -quiet \
+ LD_LIBRARY_PATH="${ED}/usr/$(get_libdir)" \
+ "${ED}/usr/bin/openssl" fipsinstall -quiet \
-out "${ED}${SSL_CNF_DIR}/fipsmodule.cnf" \
-module "${ED}/usr/$(get_libdir)/ossl-modules/fips.so"
eend $?
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.5.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.5.0.ebuild
index a7df1d73c9c..ab2f92680e2 100644
--- a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.5.0.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.5.0.ebuild
@@ -273,7 +273,8 @@ pkg_preinst() {
if use fips; then
# Regen fipsmodule.cnf, bug 900625
einfo "Running openssl fipsinstall"
- sysroot_run_prefixed "${ED}/usr/bin/openssl" fipsinstall \
+ LD_LIBRARY_PATH="${ED}/usr/$(get_libdir)" \
+ sysroot_run_prefixed "${ED}/usr/bin/openssl" fipsinstall \
-out "${ED}${SSL_CNF_DIR}/fipsmodule.cnf" \
-module "${ED}/usr/$(get_libdir)/ossl-modules/fips.so" \
|| die "fipsinstall failed"
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.5.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.5.1.ebuild
index a7df1d73c9c..ab2f92680e2 100644
--- a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.5.1.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.5.1.ebuild
@@ -273,7 +273,8 @@ pkg_preinst() {
if use fips; then
# Regen fipsmodule.cnf, bug 900625
einfo "Running openssl fipsinstall"
- sysroot_run_prefixed "${ED}/usr/bin/openssl" fipsinstall \
+ LD_LIBRARY_PATH="${ED}/usr/$(get_libdir)" \
+ sysroot_run_prefixed "${ED}/usr/bin/openssl" fipsinstall \
-out "${ED}${SSL_CNF_DIR}/fipsmodule.cnf" \
-module "${ED}/usr/$(get_libdir)/ossl-modules/fips.so" \
|| die "fipsinstall failed"
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.5.9999.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.5.9999.ebuild
index a7df1d73c9c..ab2f92680e2 100644
--- a/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.5.9999.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-libs/openssl/openssl-3.5.9999.ebuild
@@ -273,7 +273,8 @@ pkg_preinst() {
if use fips; then
# Regen fipsmodule.cnf, bug 900625
einfo "Running openssl fipsinstall"
- sysroot_run_prefixed "${ED}/usr/bin/openssl" fipsinstall \
+ LD_LIBRARY_PATH="${ED}/usr/$(get_libdir)" \
+ sysroot_run_prefixed "${ED}/usr/bin/openssl" fipsinstall \
-out "${ED}${SSL_CNF_DIR}/fipsmodule.cnf" \
-module "${ED}/usr/$(get_libdir)/ossl-modules/fips.so" \
|| die "fipsinstall failed"
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/tree-sitter/Manifest b/sdk_container/src/third_party/portage-stable/dev-libs/tree-sitter/Manifest
index 287d94a46e0..679072f48dd 100644
--- a/sdk_container/src/third_party/portage-stable/dev-libs/tree-sitter/Manifest
+++ b/sdk_container/src/third_party/portage-stable/dev-libs/tree-sitter/Manifest
@@ -1,6 +1,5 @@
DIST tree-sitter-0.23.0.tar.gz 2977346 BLAKE2B e10846d5bd0a6aa1ecac362e2ab2ccf0f0bdb17c5fde796d8d65f8bc84a6e054d86c18a42e66e8effef865f95013c38ff6bd6ab5498a680ae172d7d57020604e SHA512 ab821be564ac7223cc4f9659c08922a78016af9dd3bd69166706fb6a889ac175ba2712a337a1303aceb8f44beaf58640a183e77dddc2c57e35da23079d0cd7b9
DIST tree-sitter-0.24.3.tar.gz 3018668 BLAKE2B fa703b6250e11274d0c5ebccb741cc41f521cc5e882383d8f891369540ce6b3b4b048eddb4d0c88186e57516e2d01977e76b42352f26759b3f6093a339cc6a11 SHA512 2d934c03b0ee71419654d03bf6e4ca759b4ef3217b8837fcaef64ee5b4bc8ea8298ff685ae4aaa477b615d11d538ff960b92529b11f13e936b85bad52e369cd3
-DIST tree-sitter-0.25.1.tar.gz 855493 BLAKE2B 6b9e4bf454c50e9b7341aa94d5131d333f45a0a047090ca04da71bfc54357568d0c098c6f7df65ee9d20ede7050537342fc394e281f4070f2d021a7e4134cedf SHA512 9861b18c7209e3c37d180a399bcae181cea46c4e58eff743ff6044ed0f2923ee838fa88993f1266272e07163748d5df1bef7d7dc6d8800e004e8af1227e489af
-DIST tree-sitter-0.25.2.tar.gz 855826 BLAKE2B 5c2cdaeba229c58d40f5d9b2c4af920d4e1d9fd60ce1d49e632cd660d441d3c32632864b1e226e4c99b4e8f054bfc0082a80c2eb1cdca0684f899b913378a17d SHA512 8acdb410c8b5c2552e9dd5524d80ab1d529e418f408d7c495619e6781f3b70ea2d61b6f69b5b3d1ebd753b739c0f9dd744302808d9a3051b5c7dcf68dba30002
DIST tree-sitter-0.25.3.tar.gz 856455 BLAKE2B 4527d13ea702dced09d9227ad9f6a18484e8517c5da1840c22c5e69686084dbc46de0c07e7e06980e6dde4cf07791fe88fba10f90684a2ef29b58f84b59a2176 SHA512 a626dcea5378774511aa1ef669e4dbada3079440b596882172a676c61e53aa6f701b537e3575851af9e10b1e264da25a9f6487b01f43a896cf1a22d58ca7e623
DIST tree-sitter-0.25.6.tar.gz 857070 BLAKE2B 3bb6b6130e1a96c96b5af4608bf60f8bbd00cbf1fdc9905b7a6169db52351c2ae3a907eca444363ab2b3185a54d0080aa487cbe252e6e015c1cd7a735e420679 SHA512 47213b68233d376e145e3f42b4674d64e7ff27436f4a028e751d9ad8494469ff67b002ce184346d3f6848df2c91386c28127827c43a8bea34da5e84f2530f02f
+DIST tree-sitter-0.25.8.tar.gz 857462 BLAKE2B aa3f0d9056544bb6ef1127723563449c7672e06b5289e1596f2c1b5826905c578830c7e6c3bc58a91e388d647a5a5629e71f5f0af2a431e73c3be4f93ce5b6f4 SHA512 0d26d0699f61fa27b5adbc298ff53f8e0f5b9f2f1b216744200f6f50cff777c9c5a5a5b92304a4d1889fccd9d8a6dd6b7d4947bac907a91850322281f754ea53
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/tree-sitter/tree-sitter-0.25.2.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/tree-sitter/tree-sitter-0.25.2.ebuild
deleted file mode 100644
index 7121e61d879..00000000000
--- a/sdk_container/src/third_party/portage-stable/dev-libs/tree-sitter/tree-sitter-0.25.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit optfeature toolchain-funcs
-
-DESCRIPTION="Tree-sitter is a parser generator tool and an incremental parsing library"
-HOMEPAGE="https://github.com/tree-sitter/tree-sitter"
-
-if [[ ${PV} == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/${PN}/${PN}"
-else
- SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-fi
-
-LICENSE="MIT"
-# ABI is not stable. Revisit after tree-sitter-1.0.
-# https://bugs.gentoo.org/930039
-# https://github.com/tree-sitter/tree-sitter/pull/3302
-SLOT="0/${PV}"
-RESTRICT="test" # tests are for CLI and not the lib
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.22.2-no-static.patch"
-)
-
-src_prepare() {
- default
- tc-export CC
-}
-
-src_compile() {
- emake \
- PREFIX="${EPREFIX}/usr" \
- LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
- STRIP="" # bug 930020
-}
-
-src_install() {
- emake DESTDIR="${D}" \
- PREFIX="${EPREFIX}/usr" \
- LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
- install
-}
-
-pkg_postinst() {
- optfeature "building and testing grammars" dev-util/tree-sitter-cli
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/tree-sitter/tree-sitter-0.25.6.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/tree-sitter/tree-sitter-0.25.6.ebuild
index 7121e61d879..20863acffab 100644
--- a/sdk_container/src/third_party/portage-stable/dev-libs/tree-sitter/tree-sitter-0.25.6.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-libs/tree-sitter/tree-sitter-0.25.6.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://github.com/${PN}/${PN}"
else
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
fi
LICENSE="MIT"
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/tree-sitter/tree-sitter-0.25.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/tree-sitter/tree-sitter-0.25.8.ebuild
similarity index 100%
rename from sdk_container/src/third_party/portage-stable/dev-libs/tree-sitter/tree-sitter-0.25.1.ebuild
rename to sdk_container/src/third_party/portage-stable/dev-libs/tree-sitter/tree-sitter-0.25.8.ebuild
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/cffi/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/cffi/Manifest
index 39184736f5e..39fa548c09d 100644
--- a/sdk_container/src/third_party/portage-stable/dev-python/cffi/Manifest
+++ b/sdk_container/src/third_party/portage-stable/dev-python/cffi/Manifest
@@ -1 +1,2 @@
DIST cffi-1.17.1.tar.gz 516621 BLAKE2B 902844a14c0765ada6adf5054a9462a195b49b2ea4d7441deeff97dd6d9209accd29257697002ee1bad7e143ebf983a2d98077b17e08b060dd1ee75dc682e3d8 SHA512 907129891d56351ca5cb885aae62334ad432321826d6eddfaa32195b4c7b7689a80333e6d14d0aab479a646aba148b9852c0815b80344dfffa4f183a5e74372c
+DIST cffi-2.0.0b1.tar.gz 521625 BLAKE2B a62b15652e02ed62ce33cc92f6bfd4454a81a6a7c3fb84cc048fbf8cc39325af09c19f5c2a2f1e6c80063e9fc8ae6537d1b917a01f15e8e56c2bb847bd79bfac SHA512 974f724a4c819f0a32da38a7209c6f54e63810817794bab286e8721bab6c59ce50c2c0992c828af54088ff8f1dec40480ffe37155d979cadc26c79cdc6b78f54
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-2.0.0_beta1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-2.0.0_beta1.ebuild
new file mode 100644
index 00000000000..1f850d13ea6
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-2.0.0_beta1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+# DO NOT ADD pypy to PYTHON_COMPAT
+# pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
+PYTHON_COMPAT=( python3_{11..14} python3_14t )
+
+inherit distutils-r1 toolchain-funcs pypi
+
+DESCRIPTION="Foreign Function Interface for Python calling C code"
+HOMEPAGE="
+ https://cffi.readthedocs.io/
+ https://pypi.org/project/cffi/
+"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+
+# Needs recent libffi for HPPA fixes
+DEPEND="
+ >=dev-libs/libffi-3.4.4-r1:=
+"
+# setuptools as a modern distutils provider
+RDEPEND="
+ ${DEPEND}
+ dev-python/pycparser[${PYTHON_USEDEP}]
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
+ test? (
+ dev-python/py[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_sphinx doc/source
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+PATCHES=(
+ "${FILESDIR}"/cffi-1.14.0-darwin-no-brew.patch
+)
+
+src_prepare() {
+ if [[ ${CHOST} == *darwin* ]] ; then
+ # Don't obsessively try to find libffi
+ sed -i -e "s/.*\-iwithsysroot\/usr\/include\/ffi.*/\tpass/" setup.py || die
+ fi
+ distutils-r1_src_prepare
+}
+
+src_configure() {
+ tc-export PKG_CONFIG
+}
+
+python_test() {
+ local EPYTEST_IGNORE=(
+ # these tests call pip
+ testing/cffi0/test_zintegration.py
+ )
+
+ "${EPYTHON}" -c "import _cffi_backend as backend" || die
+ epytest src/c testing
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/distlib/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/distlib/Manifest
index a1ccbd45923..18301c9762d 100644
--- a/sdk_container/src/third_party/portage-stable/dev-python/distlib/Manifest
+++ b/sdk_container/src/third_party/portage-stable/dev-python/distlib/Manifest
@@ -1,2 +1 @@
-DIST distlib-0.3.9.gh.tar.gz 1244538 BLAKE2B 08f5257f5a1125c1c76a23b9a78ded6a08f26d2f1491be9b104ab1e02a9737ae49f3750a607d3c7c744397879aeb3cd1a94a355743c95c702eec8a3cfebd70cb SHA512 d89b3ae450a02f634db10baef8d2ff445afa99cd69377f40ef07d591b4bbb2e24fff43c92eeeb93628eaee292fa1e8324eb1a842cf9401feb1f309dbb6f20a25
DIST distlib-0.4.0.gh.tar.gz 1245571 BLAKE2B c36fe726918bc04849465a55a2708b8686d2ba0b05baa7ff0595e03b7ff95a1afc45b037dbeab9bd14ec7a26ec49807ea5a7c458d8f8da16038c92f32291c62e SHA512 ff61f9ab4e38061d5fee3168c8b26c741a21403d793476477e0733b28b2ba5b1fb31ae6ddb5275efe7ad6936b7e79a5e7ec1b160c86bfbfe6b4ecff10e0193d2
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/distlib/distlib-0.3.9.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/distlib/distlib-0.3.9.ebuild
deleted file mode 100644
index ff73d11048e..00000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/distlib/distlib-0.3.9.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 2021-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 )
-
-inherit distutils-r1
-
-DESCRIPTION="Low-level components of distutils2/packaging"
-HOMEPAGE="
- https://pypi.org/project/distlib/
- https://github.com/pypa/distlib/
-"
-SRC_URI="
- https://github.com/pypa/distlib/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
-"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# pypiserver is called as external executable
-BDEPEND="
- test? (
- dev-python/pypiserver
- dev-python/test[${PYTHON_USEDEP}]
- )
-"
-
-src_prepare() {
- local PATCHES=(
- # use system pypiserver instead of bundled one
- "${FILESDIR}"/distlib-0.3.9-system-pypiserver.py
- # https://github.com/pypa/distlib/pull/244
- "${FILESDIR}/${P}-freethreading.patch"
- )
-
- # make sure it's not used
- rm tests/pypi-server-standalone.py || die
-
- distutils-r1_src_prepare
-}
-
-python_test() {
- local -x SKIP_ONLINE=1
- local -x PYTHONHASHSEED=0
-
- # disable system-site-packages -- distlib has no deps, and is very
- # fragile to packages actually installed on the system
- sed -i -e '/system-site-packages/s:true:false:' \
- "${BUILD_DIR}/install${EPREFIX}/usr/pyvenv.cfg" || die
-
- "${EPYTHON}" tests/test_all.py -v -x ||
- die "Tests failed with ${EPYTHON}"
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/distlib/distlib-0.4.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/distlib/distlib-0.4.0.ebuild
index 16f1bea342b..e14e6a98b58 100644
--- a/sdk_container/src/third_party/portage-stable/dev-python/distlib/distlib-0.4.0.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-python/distlib/distlib-0.4.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
IUSE="test"
RESTRICT="!test? ( test )"
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/distlib/files/distlib-0.3.9-freethreading.patch b/sdk_container/src/third_party/portage-stable/dev-python/distlib/files/distlib-0.3.9-freethreading.patch
deleted file mode 100644
index 5f7ccb28bfc..00000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/distlib/files/distlib-0.3.9-freethreading.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 99248e3681036af5132bf5338ec939148da13478 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?=
-Date: Fri, 18 Apr 2025 16:33:35 +0200
-Subject: [PATCH] Update `test_wheel.WheelTestCase.test_abi` for freethreading
-
-Update `test_wheel.WheelTestCase.test_abi` to account for the `t` suffix
-added in freethreaded CPython builds.
-
-Fixes #243
----
- tests/test_wheel.py | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/tests/test_wheel.py b/tests/test_wheel.py
-index da5bd58..c14bba3 100644
---- a/tests/test_wheel.py
-+++ b/tests/test_wheel.py
-@@ -719,6 +719,8 @@ def test_abi(self):
- us = sysconfig.get_config_var('Py_UNICODE_SIZE')
- if us == 4 or (us is None and sys.maxunicode == 0x10FFFF):
- parts.append('u')
-+ if bool(sysconfig.get_config_var("Py_GIL_DISABLED")):
-+ parts.append('t')
- if vi < (3, 5):
- abi = ABI
- else:
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/docutils/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/docutils/Manifest
index 7449657682a..8e95d338409 100644
--- a/sdk_container/src/third_party/portage-stable/dev-python/docutils/Manifest
+++ b/sdk_container/src/third_party/portage-stable/dev-python/docutils/Manifest
@@ -1,4 +1,2 @@
DIST docutils-0.21.2.tar.gz 2204444 BLAKE2B 727c2f97fc5835a0ffa62e38ea85af366cd89ad1eaec0b8af8b1f3b12e6cddfddb65161ba34f9109952d37ba2cf8985f3c3b6905ebb2ac1c9a984cce3fb4d170 SHA512 7fafa331f5687448e80d299c20cdccc4b49819fa471b5f586bf0ab18c694ba43a70f58e7c76b0a70a16267585548389214e11a4998ad7fdc19a27f0f7644539c
-DIST docutils-0.22rc2.tar.gz 2275875 BLAKE2B 62140304e9715e31d8be69c9b65fa382832805368cbf3c184b6319405f22d6c05a16b3b28b5444b4e498c21f4bb7baee8520ef80b445123341aaab7a6a6965d6 SHA512 fcb347d29315a5c2e9f070057962094457bdaf08693c1393a649ae24bab572be027c253deb98561c5cd5a27f2d1f994cf7dea63d0cb74c3a3993c4cea45e0a48
-DIST docutils-0.22rc3.tar.gz 2278230 BLAKE2B 650373b87230bc376c785becfbe2d61e2d67e561facd364f877bd580113223e39b42053b1b5fcab09990f0fc0be9f7aebaff0fc5fdb4fd524e6f45bc4de34a89 SHA512 7fa2cdceb818a69bc1b52ee16680ce23f9d15dc51b684097b479204611e2b320d778e32d5494f88543d77bc1424ee04628680610ed2dc1f5c0798a18b8da5cbd
-DIST docutils-0.22rc5.tar.gz 2279312 BLAKE2B b0473cddb656c0ebcba2177ac46b8c4d246902d646e8baa486df7e33556d88c8f659df6443adfe83efe5a00a7a642fc6ec01843b04f416c85b08b465fd1bc8f3 SHA512 60e98478f331959c55cc6c7bcc7ecb33c0f1a4d6760500ec6186a0d7f5b5c0140ebd690f86221418dcf7d4976ff9386a0f2a83d00d823f6d5dcb97d7b9917c2e
+DIST docutils-0.22.tar.gz 2277984 BLAKE2B 8ad9fc3d064e39bb618f5bac7ef6b69a77e7e811ff2f7c4c1b34f4f8bc1ba793f995e653d20ba536d24af5905f68b8e3f636a0f28f1c9eef46bb6f755d988bc2 SHA512 09082eb3bdd5f9b3e977d356740efee47725a50fbaca7bf35c7fddff06003c2b2177a38d160a9956f9e96261f881c0d870c0aa9fef84f90d0cac079ccc73669d
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/docutils/docutils-0.22_rc2.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/docutils/docutils-0.22.ebuild
similarity index 88%
rename from sdk_container/src/third_party/portage-stable/dev-python/docutils/docutils-0.22_rc2.ebuild
rename to sdk_container/src/third_party/portage-stable/dev-python/docutils/docutils-0.22.ebuild
index d5ea86951ef..00820ad3bd1 100644
--- a/sdk_container/src/third_party/portage-stable/dev-python/docutils/docutils-0.22_rc2.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-python/docutils/docutils-0.22.ebuild
@@ -17,6 +17,7 @@ HOMEPAGE="
# GPL-3+ only for emacs/rst.el
LICENSE="BSD BSD-2 GPL-3+ PSF-2.4 public-domain"
SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
RDEPEND="
dev-python/pillow[${PYTHON_USEDEP}]
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/docutils/docutils-0.22_rc3.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/docutils/docutils-0.22_rc3.ebuild
deleted file mode 100644
index d5ea86951ef..00000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/docutils/docutils-0.22_rc3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python Documentation Utilities (reference reStructuredText impl.)"
-HOMEPAGE="
- https://docutils.sourceforge.io/
- https://pypi.org/project/docutils/
-"
-
-# GPL-3+ only for emacs/rst.el
-LICENSE="BSD BSD-2 GPL-3+ PSF-2.4 public-domain"
-SLOT="0"
-
-RDEPEND="
- dev-python/pillow[${PYTHON_USEDEP}]
- dev-python/pygments[${PYTHON_USEDEP}]
-"
-BDEPEND="
- ${RDEPEND}
-"
-
-python_compile_all() {
- # Generate html docs from reStructured text sources.
-
- # Place html4css1.css in base directory to ensure that the generated reference to it is correct.
- cp docutils/writers/html4css1/html4css1.css . || die
-
- cd tools || die
- "${EPYTHON}" buildhtml.py --input-encoding=utf-8 --no-datestamp \
- --stylesheet-path=../html4css1.css, --traceback ../docs || die
-}
-
-src_test() {
- cd test || die
- distutils-r1_src_test
-}
-
-python_test() {
- "${EPYTHON}" alltests.py -v || die "Testing failed with ${EPYTHON}"
-}
-
-python_install() {
- distutils-r1_python_install
-
- # Install tools.
- python_doscript tools/buildhtml.py
-}
-
-python_install_all() {
- local DOCS=( *.rst )
- local HTML_DOCS=( docs tools docutils/writers/html4css1/html4css1.css )
-
- distutils-r1_python_install_all
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/docutils/docutils-0.22_rc5.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/docutils/docutils-0.22_rc5.ebuild
deleted file mode 100644
index d5ea86951ef..00000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/docutils/docutils-0.22_rc5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python Documentation Utilities (reference reStructuredText impl.)"
-HOMEPAGE="
- https://docutils.sourceforge.io/
- https://pypi.org/project/docutils/
-"
-
-# GPL-3+ only for emacs/rst.el
-LICENSE="BSD BSD-2 GPL-3+ PSF-2.4 public-domain"
-SLOT="0"
-
-RDEPEND="
- dev-python/pillow[${PYTHON_USEDEP}]
- dev-python/pygments[${PYTHON_USEDEP}]
-"
-BDEPEND="
- ${RDEPEND}
-"
-
-python_compile_all() {
- # Generate html docs from reStructured text sources.
-
- # Place html4css1.css in base directory to ensure that the generated reference to it is correct.
- cp docutils/writers/html4css1/html4css1.css . || die
-
- cd tools || die
- "${EPYTHON}" buildhtml.py --input-encoding=utf-8 --no-datestamp \
- --stylesheet-path=../html4css1.css, --traceback ../docs || die
-}
-
-src_test() {
- cd test || die
- distutils-r1_src_test
-}
-
-python_test() {
- "${EPYTHON}" alltests.py -v || die "Testing failed with ${EPYTHON}"
-}
-
-python_install() {
- distutils-r1_python_install
-
- # Install tools.
- python_doscript tools/buildhtml.py
-}
-
-python_install_all() {
- local DOCS=( *.rst )
- local HTML_DOCS=( docs tools docutils/writers/html4css1/html4css1.css )
-
- distutils-r1_python_install_all
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-pip/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-pip/Manifest
index 3622d339ccd..86f564765d0 100644
--- a/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-pip/Manifest
+++ b/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-pip/Manifest
@@ -1,2 +1,2 @@
-DIST pip-25.1.1-py3-none-any.whl 1825227 BLAKE2B 13170fa08dd26edced5e5fe8d89b38f5b3b63882489d2a951a7238f950a332ce0df11109482840595984bca187960d8fe2b7aeabfcbdaf94e5586631cc1de4e3 SHA512 e0c56f04a306cba9e13ed87f7460ad5a3bda7d6c37e05098082c58acb1f7493c8061e48df279f2c476e75d12df12d0f1a74d82e00e6fc2badffe484d281c56fc
DIST pip-25.1.1.gh.tar.gz 9219969 BLAKE2B eb443451deeb71888c2fc56ac5c8cb2d0515ec0efff975fab98cfa65d1fc5e66948243b3acebf1f4b0446e46082abb9fd350816579a4f5af1292c160490ce930 SHA512 ce61c9861265139b3c5ea9be9dc246097cd75c21687cf8301f80a377d02420c4524f0d6307d2ca0232ff8715b1105343bcfdb9cac6b69503780ab2c4645558dc
+DIST pip-25.2.gh.tar.gz 9121715 BLAKE2B 3bfe61d6d0d6f3a79c3fd801f5cb40b203fd12085d925ae7cde53adca3c5ee523fdfd9449546e1bc8ca719b3e8766cfef3162919e13a77f7adc0d20a951d11c7 SHA512 5cc65c9091fdda7905e26ce32ddaa3a1c2fd287d69fd3da67c814ba7e8e5be59301d8327c06cdca78c1b95f4a5b5f75c87f36a549022408cc0e8f9411c0db11e
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-pip/ensurepip-pip-25.1.1-r1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-pip/ensurepip-pip-25.1.1-r1.ebuild
index bf8abb59726..6aa83df3777 100644
--- a/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-pip/ensurepip-pip-25.1.1-r1.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-pip/ensurepip-pip-25.1.1-r1.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="test test-rust"
RESTRICT="!test? ( test )"
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-pip/ensurepip-pip-25.1.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-pip/ensurepip-pip-25.1.1.ebuild
deleted file mode 100644
index 23904e1f43a..00000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-pip/ensurepip-pip-25.1.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit pypi
-
-DESCRIPTION="Shared pip wheel for ensurepip Python module"
-HOMEPAGE="https://pypi.org/project/pip/"
-SRC_URI="$(pypi_wheel_url "${PN#ensurepip-}")"
-S=${DISTDIR}
-
-LICENSE="Apache-2.0 BSD BSD-2 ISC LGPL-2.1+ MIT MPL-2.0 PSF-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-
-src_install() {
- insinto /usr/lib/python/ensurepip
- doins "${A}"
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-pip/ensurepip-pip-25.2.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-pip/ensurepip-pip-25.2.ebuild
new file mode 100644
index 00000000000..93cadffb584
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-pip/ensurepip-pip-25.2.ebuild
@@ -0,0 +1,181 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+# PYTHON_COMPAT is used only for testing
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+PYTHON_REQ_USE="ssl(+),threads(+)"
+
+inherit distutils-r1
+
+MY_P=${P#ensurepip-}
+DESCRIPTION="Shared pip wheel for ensurepip Python module"
+HOMEPAGE="
+ https://pip.pypa.io/en/stable/
+ https://pypi.org/project/pip/
+ https://github.com/pypa/pip/
+"
+SRC_URI="
+ https://github.com/pypa/pip/archive/${PV}.tar.gz -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="test test-rust"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ ${RDEPEND}
+ test? (
+
+Date: Thu, 31 Jul 2025 05:10:08 +0200
+Subject: [PATCH] Disable coverage & socket plugins inside test venvs
+
+---
+ tests/conftest.py | 33 ---------------------------------
+ 1 file changed, 33 deletions(-)
+
+diff --git a/tests/conftest.py b/tests/conftest.py
+index c98b87117..f4ef35a7e 100644
+--- a/tests/conftest.py
++++ b/tests/conftest.py
+@@ -444,25 +444,6 @@ def wheel_install(tmpdir_factory: pytest.TempPathFactory, common_wheels: Path) -
+ return _common_wheel_editable_install(tmpdir_factory, common_wheels, "wheel")
+
+
+-@pytest.fixture(scope="session")
+-def coverage_install(
+- tmpdir_factory: pytest.TempPathFactory, common_wheels: Path
+-) -> Path:
+- return _common_wheel_editable_install(tmpdir_factory, common_wheels, "coverage")
+-
+-
+-@pytest.fixture(scope="session")
+-def socket_install(tmpdir_factory: pytest.TempPathFactory, common_wheels: Path) -> Path:
+- lib_dir = _common_wheel_editable_install(
+- tmpdir_factory, common_wheels, "pytest_subket"
+- )
+- # pytest-subket is only included so it can intercept and block unexpected
+- # network requests. It should NOT be visible to the pip under test.
+- dist_info = next(lib_dir.glob("*.dist-info"))
+- shutil.rmtree(dist_info)
+- return lib_dir
+-
+-
+ def install_pth_link(
+ venv: VirtualEnvironment, project_name: str, lib_dir: Path
+ ) -> None:
+@@ -479,8 +460,6 @@ def virtualenv_template(
+ pip_editable_parts: tuple[Path, ...],
+ setuptools_install: Path,
+ wheel_install: Path,
+- coverage_install: Path,
+- socket_install: Path,
+ ) -> VirtualEnvironment:
+ venv_type: VirtualEnvironmentType
+ if request.config.getoption("--use-venv"):
+@@ -494,11 +473,7 @@ def virtualenv_template(
+
+ # Install setuptools, wheel, pytest-subket, and pip.
+ install_pth_link(venv, "setuptools", setuptools_install)
+ install_pth_link(venv, "wheel", wheel_install)
+- install_pth_link(venv, "pytest_subket", socket_install)
+- # Also copy pytest-subket's .pth file so it can intercept socket calls.
+- with open(venv.site / "pytest_socket.pth", "w") as f:
+- f.write(socket_install.joinpath("pytest_socket.pth").read_text())
+
+ pth, dist_info = pip_editable_parts
+
+@@ -511,13 +485,6 @@ def virtualenv_template(
+ # detects changed files.
+ venv.site.joinpath("easy-install.pth").touch()
+
+- # Install coverage and pth file for executing it in any spawned processes
+- # in this virtual environment.
+- install_pth_link(venv, "coverage", coverage_install)
+- # zz prefix ensures the file is after easy-install.pth.
+- with open(venv.site / "zz-coverage-helper.pth", "a") as f:
+- f.write("import coverage; coverage.process_startup()")
+-
+ # Drop (non-relocatable) launchers.
+ for exe in os.listdir(venv.bin):
+ if not exe.startswith(("python", "libpy")): # Don't remove libpypy-c.so...
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-setuptools/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-setuptools/Manifest
index 7db4debdccc..36450563226 100644
--- a/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-setuptools/Manifest
+++ b/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-setuptools/Manifest
@@ -1,3 +1,2 @@
DIST setuptools-79.0.1-py3-none-any.whl 1256281 BLAKE2B 8ae51bdd1c0ccada116757c2bd765225fcf4bedc7ada18567ae12f09b6978cdbcddd4f635a39a5568b6d3ed4388e4f73af5c33a7060f2ac0d0907fc82d8fd74f SHA512 fef6cfc6f95a5bb7320f1680e1c665cb8d9a4e4227cde4d8aab8a50bed4bcf04320085b9d7d5343359f887008db5c5a861e57f3d08b7b0b2311a28adaeee6b4a
-DIST setuptools-80.9.0-py3-none-any.whl 1201486 BLAKE2B 79895683ef4df387aee698984dfdf13adb14314f2d0267f41291c1c1ca68f4383a4273f004b6f3457463913eb19f8d386f32e2630ceaceaaf27ef32c4f61b7ed SHA512 2a0420f7faaa33d2132b82895a8282688030e939db0225ad8abb95a47bdb87b45318f10985fc3cee271a9121441c1526caa363d7f2e4a4b18b1a674068766e87
DIST setuptools-80.9.0.tar.gz 1319958 BLAKE2B ab367912eec92b0d1251916d09c1dd2e311767eec87225beaff870dff923b47ba1732d2f7393b7d9e55d1ff1249c612e4403019e0021048951f9fc3b775c04c9 SHA512 36eb1f219d29c6b9e135936bde2001ad70a971c8069cd0175d3a5325b450e6843a903d3f70043c9f534768ebeab8ab0c544b8f44456555d333f1ed72daa5c18b
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-setuptools/ensurepip-setuptools-80.9.0-r1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-setuptools/ensurepip-setuptools-80.9.0-r1.ebuild
index 525cda9611b..b07355376bf 100644
--- a/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-setuptools/ensurepip-setuptools-80.9.0-r1.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-setuptools/ensurepip-setuptools-80.9.0-r1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-setuptools/ensurepip-setuptools-80.9.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-setuptools/ensurepip-setuptools-80.9.0.ebuild
deleted file mode 100644
index 473fddfd3cc..00000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/ensurepip-setuptools/ensurepip-setuptools-80.9.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit pypi
-
-DESCRIPTION="Shared setuptools wheel for ensurepip Python module"
-HOMEPAGE="https://pypi.org/project/setuptools/"
-SRC_URI="$(pypi_wheel_url "${PN#ensurepip-}")"
-S=${DISTDIR}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-
-src_install() {
- insinto /usr/lib/python/ensurepip
- doins "${A}"
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pip/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/pip/Manifest
index 08cbb3a739a..86f564765d0 100644
--- a/sdk_container/src/third_party/portage-stable/dev-python/pip/Manifest
+++ b/sdk_container/src/third_party/portage-stable/dev-python/pip/Manifest
@@ -1 +1,2 @@
DIST pip-25.1.1.gh.tar.gz 9219969 BLAKE2B eb443451deeb71888c2fc56ac5c8cb2d0515ec0efff975fab98cfa65d1fc5e66948243b3acebf1f4b0446e46082abb9fd350816579a4f5af1292c160490ce930 SHA512 ce61c9861265139b3c5ea9be9dc246097cd75c21687cf8301f80a377d02420c4524f0d6307d2ca0232ff8715b1105343bcfdb9cac6b69503780ab2c4645558dc
+DIST pip-25.2.gh.tar.gz 9121715 BLAKE2B 3bfe61d6d0d6f3a79c3fd801f5cb40b203fd12085d925ae7cde53adca3c5ee523fdfd9449546e1bc8ca719b3e8766cfef3162919e13a77f7adc0d20a951d11c7 SHA512 5cc65c9091fdda7905e26ce32ddaa3a1c2fd287d69fd3da67c814ba7e8e5be59301d8327c06cdca78c1b95f4a5b5f75c87f36a549022408cc0e8f9411c0db11e
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pip/files/pip-25.2-test-wheels.patch b/sdk_container/src/third_party/portage-stable/dev-python/pip/files/pip-25.2-test-wheels.patch
new file mode 100644
index 00000000000..c99af85681d
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-python/pip/files/pip-25.2-test-wheels.patch
@@ -0,0 +1,74 @@
+From f172db76c62cf8e00fb547828c43cd8bf78a31ef Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?=
+Date: Thu, 31 Jul 2025 05:10:08 +0200
+Subject: [PATCH] Disable coverage & socket plugins inside test venvs
+
+---
+ tests/conftest.py | 33 ---------------------------------
+ 1 file changed, 33 deletions(-)
+
+diff --git a/tests/conftest.py b/tests/conftest.py
+index c98b87117..f4ef35a7e 100644
+--- a/tests/conftest.py
++++ b/tests/conftest.py
+@@ -444,25 +444,6 @@ def wheel_install(tmpdir_factory: pytest.TempPathFactory, common_wheels: Path) -
+ return _common_wheel_editable_install(tmpdir_factory, common_wheels, "wheel")
+
+
+-@pytest.fixture(scope="session")
+-def coverage_install(
+- tmpdir_factory: pytest.TempPathFactory, common_wheels: Path
+-) -> Path:
+- return _common_wheel_editable_install(tmpdir_factory, common_wheels, "coverage")
+-
+-
+-@pytest.fixture(scope="session")
+-def socket_install(tmpdir_factory: pytest.TempPathFactory, common_wheels: Path) -> Path:
+- lib_dir = _common_wheel_editable_install(
+- tmpdir_factory, common_wheels, "pytest_subket"
+- )
+- # pytest-subket is only included so it can intercept and block unexpected
+- # network requests. It should NOT be visible to the pip under test.
+- dist_info = next(lib_dir.glob("*.dist-info"))
+- shutil.rmtree(dist_info)
+- return lib_dir
+-
+-
+ def install_pth_link(
+ venv: VirtualEnvironment, project_name: str, lib_dir: Path
+ ) -> None:
+@@ -479,8 +460,6 @@ def virtualenv_template(
+ pip_editable_parts: tuple[Path, ...],
+ setuptools_install: Path,
+ wheel_install: Path,
+- coverage_install: Path,
+- socket_install: Path,
+ ) -> VirtualEnvironment:
+ venv_type: VirtualEnvironmentType
+ if request.config.getoption("--use-venv"):
+@@ -494,11 +473,7 @@ def virtualenv_template(
+
+ # Install setuptools, wheel, pytest-subket, and pip.
+ install_pth_link(venv, "setuptools", setuptools_install)
+ install_pth_link(venv, "wheel", wheel_install)
+- install_pth_link(venv, "pytest_subket", socket_install)
+- # Also copy pytest-subket's .pth file so it can intercept socket calls.
+- with open(venv.site / "pytest_socket.pth", "w") as f:
+- f.write(socket_install.joinpath("pytest_socket.pth").read_text())
+
+ pth, dist_info = pip_editable_parts
+
+@@ -511,13 +485,6 @@ def virtualenv_template(
+ # detects changed files.
+ venv.site.joinpath("easy-install.pth").touch()
+
+- # Install coverage and pth file for executing it in any spawned processes
+- # in this virtual environment.
+- install_pth_link(venv, "coverage", coverage_install)
+- # zz prefix ensures the file is after easy-install.pth.
+- with open(venv.site / "zz-coverage-helper.pth", "a") as f:
+- f.write("import coverage; coverage.process_startup()")
+-
+ # Drop (non-relocatable) launchers.
+ for exe in os.listdir(venv.bin):
+ if not exe.startswith(("python", "libpy")): # Don't remove libpypy-c.so...
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pip/pip-25.2.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/pip/pip-25.2.ebuild
new file mode 100644
index 00000000000..fbfd75f3e9f
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-python/pip/pip-25.2.ebuild
@@ -0,0 +1,191 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# please bump dev-python/ensurepip-pip along with this package!
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_TESTED=( pypy3_11 python3_{11..14} )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
+PYTHON_REQ_USE="ssl(+),threads(+)"
+
+inherit distutils-r1 shell-completion
+
+DESCRIPTION="The PyPA recommended tool for installing Python packages"
+HOMEPAGE="
+ https://pip.pypa.io/en/stable/
+ https://pypi.org/project/pip/
+ https://github.com/pypa/pip/
+"
+SRC_URI="
+ https://github.com/pypa/pip/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="test test-rust"
+RESTRICT="!test? ( test )"
+
+# see src/pip/_vendor/vendor.txt
+RDEPEND="
+ >=dev-python/cachecontrol-0.14.3[${PYTHON_USEDEP}]
+ >=dev-python/dependency-groups-1.3.0[${PYTHON_USEDEP}]
+ >=dev-python/distlib-0.4.0[${PYTHON_USEDEP}]
+ >=dev-python/distro-1.9.0[${PYTHON_USEDEP}]
+ >=dev-python/msgpack-1.1.1[${PYTHON_USEDEP}]
+ >=dev-python/packaging-25.0[${PYTHON_USEDEP}]
+ >=dev-python/platformdirs-4.3.8[${PYTHON_USEDEP}]
+ >=dev-python/pyproject-hooks-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.32.4[${PYTHON_USEDEP}]
+ >=dev-python/rich-14.1.0[${PYTHON_USEDEP}]
+ >=dev-python/resolvelib-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/setuptools-70.3.0[${PYTHON_USEDEP}]
+ >=dev-python/tomli-w-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/truststore-0.10.1[${PYTHON_USEDEP}]
+ >=dev-python/typing-extensions-4.13.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ ${RDEPEND}
+ test? (
+ $(python_gen_cond_dep '
+ dev-python/ensurepip-setuptools
+ dev-python/ensurepip-wheel
+ dev-python/freezegun[${PYTHON_USEDEP}]
+ dev-python/pretend[${PYTHON_USEDEP}]
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+ dev-python/pytest-xdist[${PYTHON_USEDEP}]
+ dev-python/scripttest[${PYTHON_USEDEP}]
+ completion.bash || die
+ "${EPYTHON}" -c "${pipcmd}" completion --zsh > completion.zsh || die
+}
+
+python_test() {
+ if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then
+ einfo "Skipping tests on ${EPYTHON}"
+ return 0
+ fi
+
+ local EPYTEST_DESELECT=(
+ tests/functional/test_inspect.py::test_inspect_basic
+ # Internet
+ tests/functional/test_config_settings.py::test_backend_sees_config_via_sdist
+ tests/functional/test_install.py::test_double_install_fail
+ tests/functional/test_install.py::test_install_sdist_links
+ tests/functional/test_install_config.py::test_prompt_for_keyring_if_needed
+ tests/functional/test_lock.py::test_lock_archive
+ tests/functional/test_lock.py::test_lock_vcs
+ # broken by system site-packages use
+ tests/functional/test_freeze.py::test_freeze_with_setuptools
+ tests/functional/test_pip_runner_script.py::test_runner_work_in_environments_with_no_pip
+ tests/functional/test_uninstall.py::test_basic_uninstall_distutils
+ tests/unit/test_base_command.py::test_base_command_global_tempdir_cleanup
+ tests/unit/test_base_command.py::test_base_command_local_tempdir_cleanup
+ tests/unit/test_base_command.py::test_base_command_provides_tempdir_helpers
+ # broken by unbundling
+ "tests/functional/test_debug.py::test_debug[vendored library versions:]"
+ tests/functional/test_debug.py::test_debug__library_versions
+ tests/functional/test_python_option.py::test_python_interpreter
+ tests/functional/test_uninstall.py::test_uninstall_non_local_distutils
+ )
+ local EPYTEST_IGNORE=(
+ # from upstream options
+ tests/tests_cache
+ # requires proxy.py
+ tests/functional/test_proxy.py
+ )
+
+ case ${EPYTHON} in
+ pypy3*)
+ EPYTEST_DESELECT+=(
+ # unexpected tempfiles?
+ tests/functional/test_install_config.py::test_do_not_prompt_for_authentication
+ tests/functional/test_install_config.py::test_prompt_for_authentication
+ )
+ ;;
+ esac
+
+ if ! has_version "dev-python/cryptography[${PYTHON_USEDEP}]"; then
+ EPYTEST_DESELECT+=(
+ tests/functional/test_install.py::test_install_sends_client_cert
+ tests/functional/test_install_config.py::test_do_not_prompt_for_authentication
+ tests/functional/test_install_config.py::test_prompt_for_authentication
+ tests/functional/test_install_config.py::test_prompt_for_keyring_if_needed
+ )
+ fi
+
+ local -x PIP_DISABLE_PIP_VERSION_CHECK=1
+ local EPYTEST_PLUGINS=()
+ # rerunfailures because test suite breaks if packages are installed
+ # to system site-packages while it's running
+ local EPYTEST_RERUNS=5
+ local EPYTEST_XDIST=1
+ epytest -m "not network" -o addopts= -o tmp_path_retention_policy=all \
+ --use-venv
+}
+
+python_install_all() {
+ local DOCS=( AUTHORS.txt docs/html/**/*.rst )
+ distutils-r1_python_install_all
+
+ newbashcomp completion.bash pip
+ newzshcomp completion.zsh _pip
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/ply/ply-3.11-r2.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/ply/ply-3.11-r2.ebuild
index a0b371d6e84..7826d080a02 100644
--- a/sdk_container/src/third_party/portage-stable/dev-python/ply/ply-3.11-r2.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-python/ply/ply-3.11-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 )
inherit distutils-r1 pypi
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pycparser/pycparser-2.22.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/pycparser/pycparser-2.22.ebuild
index 3ed190f94ed..1a66d95adbe 100644
--- a/sdk_container/src/third_party/portage-stable/dev-python/pycparser/pycparser-2.22.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-python/pycparser/pycparser-2.22.ebuild
@@ -5,7 +5,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 )
inherit distutils-r1 pypi
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/rich/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/rich/Manifest
index 6600432e8cd..f1b7e5140b1 100644
--- a/sdk_container/src/third_party/portage-stable/dev-python/rich/Manifest
+++ b/sdk_container/src/third_party/portage-stable/dev-python/rich/Manifest
@@ -1 +1,2 @@
DIST rich-14.0.0.gh.tar.gz 15065886 BLAKE2B b1e47ee163561f714cbddf6d809e7f5b2c28d09c196ec0132a04bdcaa05415fe7189a9c471bd68d3cb18e526d4aecb4499229cf3adac85164cf6309c77f53b74 SHA512 e3192d75d35d9f63fa687a8e9e7893ea273ef193b7e27c266d2f1a1c62c7fa44e83cfb6ea3fef716fff6d337a826af393c223d5d4bddc52b4ec84aa6554379ef
+DIST rich-14.1.0.gh.tar.gz 15070577 BLAKE2B b1ce2783dc3292df250f416812a6bd7d1c6cc2f15a979f50dd6811771de3beb01f4baf8d5b1ec50c2929dd572578daac58e332017e62e60f51b45e34ed5ac953 SHA512 39971d8811b754e708aa422f71a777164aee1ec0b76df3b350b637fdd6c3d3a715ccc36dfce587355b4ec95ce73a8d197da1179be13c7c1d936ba45bd2073a64
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/rich/rich-14.1.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/rich/rich-14.1.0.ebuild
new file mode 100644
index 00000000000..f2dfdbe3597
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-python/rich/rich-14.1.0.ebuild
@@ -0,0 +1,84 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Python library for rendering rich text, tables, etc. to the terminal"
+HOMEPAGE="
+ https://github.com/Textualize/rich/
+ https://pypi.org/project/rich/
+"
+SRC_URI="
+ https://github.com/Textualize/rich/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ dev-python/colorama[${PYTHON_USEDEP}]
+ >=dev-python/markdown-it-py-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pygments-2.13.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ >=dev-python/attrs-21.4.0[${PYTHON_USEDEP}]
+ )
+"
+
+PATCHES=(
+ # https://github.com/Textualize/rich/pull/3622
+ "${FILESDIR}"/${PN}-14.0.0-py314.patch
+)
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+python_test() {
+ local EPYTEST_DESELECT=(
+ # TODO
+ tests/test_console.py::test_size_can_fall_back_to_std_descriptors
+ # TODO: segfault in recursion (PyQt6 interfering?)
+ tests/test_traceback.py::test_recursive
+ # TODO: some random dep changes?
+ tests/test_markdown.py::test_inline_code
+ tests/test_syntax.py::test_blank_lines
+ tests/test_syntax.py::test_python_render_simple_indent_guides
+ # pygments version?
+ tests/test_syntax.py::test_from_path
+ tests/test_syntax.py::test_syntax_guess_lexer
+ )
+ # version-specific output -- the usual deal
+ case ${EPYTHON} in
+ pypy3)
+ EPYTEST_DESELECT+=(
+ # pypy3.10, to be more precise
+ tests/test_inspect.py::test_inspect_integer_with_methods_python310only
+ )
+ ;;
+ pypy3.11)
+ EPYTEST_DESELECT+=(
+ tests/test_inspect.py::test_inspect_integer_with_methods_python311
+ )
+ ;;
+ python3.14*)
+ EPYTEST_DESELECT+=(
+ # Span vs Style
+ tests/test_text.py::test_assemble_meta
+ )
+ esac
+
+ local -x COLUMNS=80
+ epytest
+}
+
+pkg_postinst() {
+ optfeature "integration with HTML widgets for Jupyter" dev-python/ipywidgets
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-80.9.0-r1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-80.9.0-r1.ebuild
index f983770caa7..f04da78c52e 100644
--- a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-80.9.0-r1.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-80.9.0-r1.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-80.9.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-80.9.0.ebuild
deleted file mode 100644
index 26356f533d5..00000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-80.9.0.ebuild
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
-EAPI=8
-
-# please bump dev-python/ensurepip-setuptools along with this package!
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_TESTED=( python3_{11..14} pypy3_11 )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_{13,14}t )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Collection of extensions to Distutils"
-HOMEPAGE="
- https://github.com/pypa/setuptools/
- https://pypi.org/project/setuptools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/jaraco-collections[${PYTHON_USEDEP}]
- >=dev-python/jaraco-functools-4[${PYTHON_USEDEP}]
- >=dev-python/jaraco-text-3.7.0-r1[${PYTHON_USEDEP}]
- >=dev-python/more-itertools-8.12.0-r1[${PYTHON_USEDEP}]
- >=dev-python/packaging-24.2[${PYTHON_USEDEP}]
- >=dev-python/platformdirs-4.2.2[${PYTHON_USEDEP}]
- >=dev-python/wheel-0.44.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- ${RDEPEND}
- test? (
- $(python_gen_cond_dep '
- >=dev-python/build-1.0.3[${PYTHON_USEDEP}]
- >=dev-python/ini2toml-0.14[${PYTHON_USEDEP}]
- >=dev-python/filelock-3.4.0[${PYTHON_USEDEP}]
- >=dev-python/jaraco-envs-2.2[${PYTHON_USEDEP}]
- >=dev-python/jaraco-path-3.7.2[${PYTHON_USEDEP}]
- >=dev-python/jaraco-test-5.5[${PYTHON_USEDEP}]
- dev-python/pip[${PYTHON_USEDEP}]
- dev-python/pyproject-hooks[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- >=dev-python/pytest-home-0.5[${PYTHON_USEDEP}]
- dev-python/pytest-subprocess[${PYTHON_USEDEP}]
- dev-python/pytest-timeout[${PYTHON_USEDEP}]
- dev-python/pytest-xdist[${PYTHON_USEDEP}]
- >=dev-python/tomli-w-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/virtualenv-20[${PYTHON_USEDEP}]
- ' "${PYTHON_TESTED[@]}")
- )
-"
-# setuptools-scm is here because installing plugins apparently breaks stuff at
-# runtime, so let's pull it early. See bug #663324.
-#
-# trove-classifiers are optionally used in validation, if they are
-# installed. Since we really oughtn't block them, let's always enforce
-# the newest version for the time being to avoid errors.
-# https://github.com/pypa/setuptools/issues/4459
-PDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
- >=dev-python/trove-classifiers-2024.10.16[${PYTHON_USEDEP}]
-"
-
-src_prepare() {
- local PATCHES=(
- # TODO: remove this when we're 100% PEP517 mode
- "${FILESDIR}/setuptools-62.4.0-py-compile.patch"
- # https://github.com/abravalheri/validate-pyproject/pull/221
- "${FILESDIR}/setuptools-75.6.0-disable-trove-classifiers.patch"
- )
-
- distutils-r1_src_prepare
-
- # breaks tests
- sed -i -e '/--import-mode/d' pytest.ini || die
-
- # remove bundled dependencies
- rm -r */_vendor || die
-}
-
-python_test() {
- if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then
- return
- fi
-
- local EPYTEST_DESELECT=(
- # network
- setuptools/tests/integration/test_pbr.py::test_pbr_integration
- setuptools/tests/test_build_meta.py::test_legacy_editable_install
- setuptools/tests/test_develop.py::TestNamespaces::test_namespace_package_importable
- setuptools/tests/test_distutils_adoption.py
- setuptools/tests/test_editable_install.py
- setuptools/tests/test_virtualenv.py::test_no_missing_dependencies
- setuptools/tests/test_virtualenv.py::test_test_command_install_requirements
- # TODO
- setuptools/tests/config/test_setupcfg.py::TestConfigurationReader::test_basic
- setuptools/tests/config/test_setupcfg.py::TestConfigurationReader::test_ignore_errors
- # expects bundled deps in virtualenv
- setuptools/tests/config/test_apply_pyprojecttoml.py::TestMeta::test_example_file_in_sdist
- setuptools/tests/config/test_apply_pyprojecttoml.py::TestMeta::test_example_file_not_in_wheel
- # fails if python-xlib is installed
- setuptools/tests/test_easy_install.py::TestSetupRequires::test_setup_requires_with_allow_hosts
- # TODO, probably some random package
- setuptools/tests/config/test_setupcfg.py::TestOptions::test_cmdclass
- # broken by unbundling
- setuptools/tests/test_setuptools.py::test_wheel_includes_vendored_metadata
- # fails on normalized metadata, perhaps different dep version?
- setuptools/tests/test_build_meta.py::TestBuildMetaBackend::test_build_with_pyproject_config
- # TODO
- setuptools/tests/test_sdist.py::test_sanity_check_setuptools_own_sdist
- # relies on -Werror
- setuptools/_static.py::setuptools._static.Dict
- setuptools/_static.py::setuptools._static.List
- setuptools/tests/test_bdist_egg.py::Test::test_bdist_egg
- # TODO
- setuptools/dist.py::setuptools.dist.Distribution._find_pattern
- )
-
- local EPYTEST_XDIST=1
- local -x PRE_BUILT_SETUPTOOLS_WHEEL=${DISTUTILS_WHEEL_PATH}
- epytest -o tmp_path_retention_policy=all \
- -m "not uses_network" setuptools
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/tree-sitter/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/tree-sitter/Manifest
index a0d5a62778d..41071d4d2bb 100644
--- a/sdk_container/src/third_party/portage-stable/dev-python/tree-sitter/Manifest
+++ b/sdk_container/src/third_party/portage-stable/dev-python/tree-sitter/Manifest
@@ -1,3 +1,4 @@
DIST tree-sitter-0.23.0.gh.tar.gz 167761 BLAKE2B 694e90f608f51fe4f9add476cd5ebcd0ce04a7b027efc4948ce49a6cc0f05ebf4f15e0fe3f365f89f3e04cfec542cb3f1db1e5b05ff7ca23d3134561ea3dcf36 SHA512 67a6f3359c6283c58afcdbe5b6a521cdfcf2585a5361fb69a55eff82941726a143528a402e6d609286d8846c77e20d0a38551525d761e35abb21045ad9c5a2f8
DIST tree-sitter-0.23.1.gh.tar.gz 168079 BLAKE2B fe3f8d9dae426d7771eab7775d78a0af72e59bf3448005cec1e597a3263b2ac89d7b2c1a80aa12da42db54b242da10d0395673412257d57dff557b2cf4763869 SHA512 39ed2d5d8a737bd72d539701a2dab5abc501b151a3666180f127645895582757eba2ec98607bbeb07bf90377fccad4a93cb385ce16565ed3420908129cea4f57
DIST tree-sitter-0.24.0.gh.tar.gz 170141 BLAKE2B 3d7f076f947192105be2fc9d93831eb331c1ec189619f6db860db8b6b6c1f2f33cd03edf315c09a5de6637d870351d06d5507d9c0de8a4dadc4e9e863ac233e8 SHA512 471d605cc29bcf7fd228eefe8a3bc2dd39c163d584e941cfd8ac0e498ff1815c7cadb9a7a45c643f704b8c9f12932bcc53597c835e23b5988da087f9a6a59067
+DIST tree-sitter-0.25.0.gh.tar.gz 173820 BLAKE2B 63dbb9992fb6c4212a7a7cffd44b852d94d78a9699ec856807ce333ac494409f7dcd5cf3d8b0fdfa03c03a484ed3d5b0ee51c3847667474a04c811ae561f0918 SHA512 357a0aa1c9393f9ec1a056e87b54e5178abbd6b2525a863b2ed5ba788337a9ae555a52092fe89803215487d324e287f2c2cbe2d60f878e1c053cf6b41a387eeb
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/tree-sitter/tree-sitter-0.25.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/tree-sitter/tree-sitter-0.25.0.ebuild
new file mode 100644
index 00000000000..cee8a94c10a
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-python/tree-sitter/tree-sitter-0.25.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings to the Tree-sitter parsing library"
+HOMEPAGE="
+ https://github.com/tree-sitter/py-tree-sitter/
+ https://pypi.org/project/tree-sitter/
+"
+SRC_URI="
+ https://github.com/tree-sitter/py-tree-sitter/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+S=${WORKDIR}/py-${P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+# setuptools is needed for distutils import
+DEPEND=">=dev-libs/tree-sitter-0.25.0:="
+RDEPEND="${DEPEND}
+ $(python_gen_cond_dep '
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ ' 3.12 3.13)
+"
+BDEPEND="
+ test? (
+ >=dev-libs/tree-sitter-html-0.23.2[python,${PYTHON_USEDEP}]
+ >=dev-libs/tree-sitter-javascript-0.23.1[python,${PYTHON_USEDEP}]
+ >=dev-libs/tree-sitter-json-0.24.8[python,${PYTHON_USEDEP}]
+ >=dev-libs/tree-sitter-python-0.23.6[python,${PYTHON_USEDEP}]
+ >=dev-libs/tree-sitter-rust-0.23.2[python,${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.22.2-unbundle.patch
+)
+
+src_unpack() {
+ default
+ rmdir "${S}/tree_sitter/core" || die
+}
+
+src_test() {
+ rm -r tree_sitter || die
+ distutils-r1_src_test
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/truststore/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/truststore/Manifest
index d97c8d06d81..99a78aa331b 100644
--- a/sdk_container/src/third_party/portage-stable/dev-python/truststore/Manifest
+++ b/sdk_container/src/third_party/portage-stable/dev-python/truststore/Manifest
@@ -1 +1,2 @@
DIST truststore-0.10.1.gh.tar.gz 29120 BLAKE2B 2efb72b04f3e6fd5365d0d4f8fda12fcaa6fd2008cb17fdc76a679b4bff965040d30465cf78dc0a2cec2e02430100b5e6cc1f4ec4102326805a6d9bd52c38b10 SHA512 8a1c1269d44c0c33444c67d4302484eddcd3223b3e792b133efcf547ed1292cdca0ebc15447f68e7078928ea01d5c2108692dffb703d6bbdad0b9f1c23eeebe9
+DIST truststore-0.10.3.gh.tar.gz 29678 BLAKE2B b7731c471d749c2e685a84964d64afda93161d55fe74316da465ded4dabba01656b4e51e95b41cd0ce9e2745472f2835c5b2ad2cd4e393fa3891ee83bba54fa3 SHA512 64db26581aab8a010382f99b7609b46f4b6508b89430c75398d5f7c3f07b8bf666b12d7f82ff407aa163fbd614eaf309a00c8aac55eae0f7c031a4f66c9822de
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/truststore/truststore-0.10.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/truststore/truststore-0.10.1.ebuild
index 3ad6dfe6683..acbd352144e 100644
--- a/sdk_container/src/third_party/portage-stable/dev-python/truststore/truststore-0.10.1.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-python/truststore/truststore-0.10.1.ebuild
@@ -28,20 +28,13 @@ RESTRICT="test"
BDEPEND="
test? (
dev-python/aiohttp[${PYTHON_USEDEP}]
- dev-python/flaky[${PYTHON_USEDEP}]
dev-python/httpx[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- dev-python/pytest-httpserver[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/trustme[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]
)
"
+EPYTEST_PLUGINS=( pytest-{asyncio,httpserver,rerunfailures} )
distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest -p asyncio -p pytest_httpserver
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/truststore/truststore-0.10.3.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/truststore/truststore-0.10.3.ebuild
new file mode 100644
index 00000000000..c7fedfd0565
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-python/truststore/truststore-0.10.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="Verify certificates using native system trust stores"
+HOMEPAGE="
+ https://github.com/sethmlarson/truststore/
+ https://pypi.org/project/truststore/
+"
+SRC_URI="
+ https://github.com/sethmlarson/truststore/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+# The vast majority of tests require Internet access.
+PROPERTIES="test_network"
+RESTRICT="test"
+
+BDEPEND="
+ test? (
+ dev-python/aiohttp[${PYTHON_USEDEP}]
+ dev-python/httpx[${PYTHON_USEDEP}]
+ dev-python/pyopenssl[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/trustme[${PYTHON_USEDEP}]
+ dev-python/urllib3[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=( pytest-{asyncio,httpserver,rerunfailures} )
+distutils_enable_tests pytest
diff --git a/sdk_container/src/third_party/portage-stable/dev-util/bpftool/Manifest b/sdk_container/src/third_party/portage-stable/dev-util/bpftool/Manifest
index 2f0798f394c..307d8b5b171 100644
--- a/sdk_container/src/third_party/portage-stable/dev-util/bpftool/Manifest
+++ b/sdk_container/src/third_party/portage-stable/dev-util/bpftool/Manifest
@@ -1 +1,2 @@
DIST bpftool-libbpf-v7.5.0-sources.tar.gz 1510032 BLAKE2B cc9beac4034317f89ae3c1088d1b1a1948778bcdb51d7ed7f566e4e5ab720c1128ca467d51d0bc3ffe7b1f69800249362baef5dfaf858275050f96b744fdbca6 SHA512 db12c305b77fea3689dbc1ce94527f0f21fa9de21fcdb36385e3fe492137335bb393f90e456c06601495ccc984230a531c432709db6514b545e0aeeda7ca3c99
+DIST bpftool-libbpf-v7.6.0-sources.tar.gz 1527883 BLAKE2B 5918519009b1ee258c33506cb52d216b08fbcd6365083a71d74b11e2c788fd4c6f7cfd78c84bb85074eb463dfa8d087b8e35c79d00f3a0810979640af6b334e6 SHA512 d443601227acd9a0db15896da186b0a47d426c44f2b6eaa822391594aa23d617a94ee94f284abb841529d41ef7c585a1087dd5ab1708ce068cc02b3c08b0a51b
diff --git a/sdk_container/src/third_party/portage-stable/dev-util/bpftool/bpftool-7.5.0-r1.ebuild b/sdk_container/src/third_party/portage-stable/dev-util/bpftool/bpftool-7.5.0-r1.ebuild
index 2d8c0adfad3..970f2542062 100644
--- a/sdk_container/src/third_party/portage-stable/dev-util/bpftool/bpftool-7.5.0-r1.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-util/bpftool/bpftool-7.5.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
LLVM_COMPAT=( {15..20} )
LLVM_OPTIONAL=1
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit bash-completion-r1 linux-info llvm-r1 python-any-r1 toolchain-funcs
diff --git a/sdk_container/src/third_party/portage-stable/dev-util/bpftool/bpftool-7.6.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-util/bpftool/bpftool-7.6.0.ebuild
new file mode 100644
index 00000000000..b7516d18f9e
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-util/bpftool/bpftool-7.6.0.ebuild
@@ -0,0 +1,150 @@
+# Copyright 2021-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LLVM_COMPAT=( {15..20} )
+LLVM_OPTIONAL=1
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit bash-completion-r1 linux-info llvm-r1 python-any-r1 toolchain-funcs
+
+DESCRIPTION="Tool for inspection and simple manipulation of eBPF programs and maps"
+HOMEPAGE="https://github.com/libbpf/bpftool"
+
+if [[ ${PV} == *9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/libbpf/bpftool.git"
+ EGIT_SUBMODULES=(libbpf)
+else
+ # bpftool typically vendors whatever libbpf is current at the time
+ # of a release, while libbpf publishes minor updates more frequently.
+ # Uncomment the following to bundle an updated libbpf e.g. in case of
+ # security or crasher bugs in libbpf and to keep the two synchronized.
+ # This allows us to quickly update the vendored lib with a revbump.
+ # Currently bpftool-x.y vendors libbpf-1.y; DO NOT mix different y versions.
+ # See the libbpf repo (https://github.com/libbpf/libbpf) for possible updates.
+ # LIBBPF_VERSION=1.5.0
+
+ if [[ ! -z ${LIBBPF_VERSION} ]] ; then
+ SRC_URI="https://github.com/libbpf/bpftool/archive/refs/tags/v${PV}.tar.gz -> bpftool-${PV}.tar.gz
+ https://github.com/libbpf/libbpf/archive/refs/tags/v${LIBBPF_VERSION}.tar.gz
+ -> libbpf-${LIBBPF_VERSION}.tar.gz"
+ else
+ # use tarball with bundled libbpf
+ SRC_URI="https://github.com/libbpf/bpftool/releases/download/v${PV}/bpftool-libbpf-v${PV}-sources.tar.gz"
+ S="${WORKDIR}/bpftool-libbpf-v${PV}-sources"
+ fi
+
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="|| ( GPL-2 BSD-2 )"
+SLOT="0"
+IUSE="caps +clang llvm"
+REQUIRED_USE="llvm? ( ${LLVM_REQUIRED_USE} )"
+
+RDEPEND="
+ caps? ( sys-libs/libcap:= )
+ llvm? ( $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}') )
+ !llvm? ( sys-libs/binutils-libs:= )
+ sys-libs/zlib:=
+ virtual/libelf:=
+"
+DEPEND="
+ ${RDEPEND}
+ >=sys-kernel/linux-headers-5.8
+"
+BDEPEND="
+ ${PYTHON_DEPS}
+ app-arch/tar
+ dev-python/docutils
+ clang? ( $(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}[llvm_targets_BPF]') )
+ !clang? ( sys-devel/bpf-toolchain )
+"
+
+CONFIG_CHECK="~DEBUG_INFO_BTF"
+
+pkg_setup() {
+ python-any-r1_pkg_setup
+ use llvm && llvm-r1_pkg_setup
+}
+
+src_prepare() {
+ default
+
+ # prepare libbpf if necessary
+ if [[ ! -z ${LIBBPF_VERSION} ]] ; then
+ rm -rf libbpf || die
+ ln -s "${WORKDIR}/libbpf-${LIBBPF_VERSION}" libbpf || die
+ fi
+
+ # remove -Werror from libbpf (bug 887981)
+ sed -i -e 's/\-Werror//g' libbpf/src/Makefile || die
+
+ # remove -Werror from bpftool feature detection
+ sed -i -e 's/-Werror//g' src/Makefile.feature || die
+
+ # remove hardcoded/unhelpful flags from bpftool
+ sed -i -e '/CFLAGS += -O2/d' -e 's/-W //g' -e 's/-Wextra //g' src/Makefile || die
+
+ # always build bpf bits with std=gnu11 for kernel compatibility (bug 955156)
+ sed -i 's/-fno-stack-protector/& -std=gnu11/g' src/Makefile || die
+
+ if ! use clang; then
+ # make people aware of what they are doing
+ ewarn "Using bpf-toolchain instead of clang due to USE=-clang."
+ ewarn "Please report any odd behaviours you observe, since using gcc for BPF"
+ ewarn "is still under development in both the Linux kernel and gcc itself."
+
+ # prevent attribute warning about preserve_access_index
+ # since gcc does not support '#pragma clang attribute push':
+ # https://web.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=675b4e2
+ sed -i 's/std=gnu11/& -DBPF_NO_PRESERVE_ACCESS_INDEX/g' src/Makefile || die
+
+ # remove bpf target & add assembly annotations to fix CO-RE feature detection
+ sed -i -e 's/-target bpf/-dA/' src/Makefile.feature || die
+
+ # remove bpf target from skeleton build
+ sed -i -e 's/--target=bpf//g' src/Makefile || die
+ fi
+
+ # Use rst2man or rst2man.py depending on which one exists (#930076)
+ type -P rst2man >/dev/null || sed -i -e 's/rst2man/rst2man.py/g' docs/Makefile || die
+}
+
+bpftool_make() {
+ # which BPF compiler should we use?
+ if use clang; then
+ export CLANG="$(get_llvm_prefix -b)/bin/clang"
+ export LLVM_STRIP="$(get_llvm_prefix -b)/bin/llvm-strip"
+ else
+ # use bpf-toolchain
+ export CLANG="bpf-unknown-none-gcc"
+ export LLVM_STRIP="bpf-unknown-none-strip"
+ fi
+
+ tc-export AR CC LD
+
+ emake \
+ ARCH="$(tc-arch-kernel)" \
+ HOSTAR="$(tc-getBUILD_AR)" \
+ HOSTCC="$(tc-getBUILD_CC)" \
+ HOSTLD="$(tc-getBUILD_LD)" \
+ bash_compdir="$(get_bashcompdir)" \
+ feature-libcap="$(usex caps 1 0)" \
+ feature-llvm="$(usex llvm 1 0)" \
+ prefix="${EPREFIX}"/usr \
+ V=1 \
+ "$@"
+}
+
+src_compile() {
+ bpftool_make -C src
+ bpftool_make -C docs
+}
+
+src_install() {
+ bpftool_make DESTDIR="${D}" -C src install
+ bpftool_make mandir="${ED}"/usr/share/man -C docs install
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-util/bpftool/bpftool-9999.ebuild b/sdk_container/src/third_party/portage-stable/dev-util/bpftool/bpftool-9999.ebuild
index 0139c6ee78d..b7516d18f9e 100644
--- a/sdk_container/src/third_party/portage-stable/dev-util/bpftool/bpftool-9999.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-util/bpftool/bpftool-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
LLVM_COMPAT=( {15..20} )
LLVM_OPTIONAL=1
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit bash-completion-r1 linux-info llvm-r1 python-any-r1 toolchain-funcs
diff --git a/sdk_container/src/third_party/portage-stable/dev-util/maturin/Manifest b/sdk_container/src/third_party/portage-stable/dev-util/maturin/Manifest
index e7fb803301e..77531b55aa8 100644
--- a/sdk_container/src/third_party/portage-stable/dev-util/maturin/Manifest
+++ b/sdk_container/src/third_party/portage-stable/dev-util/maturin/Manifest
@@ -2,3 +2,5 @@ DIST maturin-1.8.6-vendor.tar.xz 15035340 BLAKE2B 0bc4016f460c704ac2be81af27842f
DIST maturin-1.8.6.gh.tar.gz 551946 BLAKE2B 4fbeadeb25b69e99286238c9f7b7acb2bdde05242af760a0279664277334831a8cd03db49ddb3a0d528b6acd827d3ee3863e283318270ee53c3710c103c7461f SHA512 2616b3bcdbb96c77a3efeda5a24841675fded9d1299507c64905c94e57af15afa855c329f013a1e36527c2b8de4bf7acfb060e5d2828558da658a7b86d88bf8f
DIST maturin-1.9.1-vendor.tar.xz 15643332 BLAKE2B cf7fd445186c5de8d09c99eb4a270b85c547bcf8dddf891c24bf0d2a75f634f49115de7841b1bce88c97391d784119e9dd4873a6a4903735443ce05958056a3b SHA512 93665219f09bb16f1abcf810bc60e3b9056521d42b03d5b42d03e76ad782f56c86f1ead5077ab260eb530ff444dd16cd7ce18df89cd72d3ac8f6dcb588f46582
DIST maturin-1.9.1.gh.tar.gz 559847 BLAKE2B 8c69a437f7cabb71242e231baefb02b2f5c2a2f361318ddbcab18055d13b08836f36d690eac55307c61134e15f03511ea6bf711288f10871aff9578be41e6b44 SHA512 d4bc9994966cc654f109596a65d450924bdfd84b2ad5c1ea21ab93f8861b313258e0c60edc0843eeeb7d0d975a2f64f76d784868f1ef301fbb7748fc1ce56b96
+DIST maturin-1.9.2-vendor.tar.xz 15642720 BLAKE2B 59ac8c7371fa576b4e8514cafa14badeb750052ea89e197c2149ba83bd7f08a7197d1b3d56c8c20c3295676fbf103eb8ee84f6dc47504c4d84a6d9e2ac47b935 SHA512 3d34a10ebfaa4a3ad34442d71f113651ef91c5a6bd46daaff60b73d9eff36b6091a50c25484cb883a8afbffb84180c051ff6b9f60c1f4455b10b54f211752540
+DIST maturin-1.9.2.gh.tar.gz 562400 BLAKE2B 1cb97591e611a17bff562010178c1424a6f47ebb0c28c5ef2758a68b03936e88fc4447f73c87f2ec699959bf26d803343e0ee3870cbc4ab6439ab8528a298ade SHA512 537f2cf1e44339dca6631408a57e3136e2c2a4f9c5de8fa0b3ee52798776d9cede2f5f8691fe0e23b4d055eb3070367585253bbc28bb24509ad06337be593030
diff --git a/sdk_container/src/third_party/portage-stable/dev-util/maturin/maturin-1.9.2.ebuild b/sdk_container/src/third_party/portage-stable/dev-util/maturin/maturin-1.9.2.ebuild
new file mode 100644
index 00000000000..0b54cdcc1fa
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-util/maturin/maturin-1.9.2.ebuild
@@ -0,0 +1,157 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_UPSTREAM_PEP517=standalone
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+RUST_MIN_VER=1.75.0
+inherit cargo distutils-r1 flag-o-matic shell-completion toolchain-funcs
+
+DESCRIPTION="Build and publish crates with pyo3, rust-cpython and cffi bindings"
+HOMEPAGE="https://www.maturin.rs/"
+SRC_URI="
+ https://github.com/PyO3/maturin/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+ https://dev.gentoo.org/~ionen/distfiles/${P}-vendor.tar.xz
+"
+# ^ tarball also includes test-crates' Cargo.lock(s) crates for tests
+
+LICENSE="|| ( Apache-2.0 MIT ) doc? ( CC-BY-4.0 OFL-1.1 )"
+LICENSE+="
+ 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 MIT
+ MPL-2.0 Unicode-3.0 Unicode-DFS-2016
+" # crates
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="doc +ssl test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ app-arch/xz-utils
+ app-arch/zstd:=
+ ssl? ( dev-libs/openssl:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+ doc? ( app-text/mdbook )
+ test? (
+ $(python_gen_cond_dep 'dev-python/cffi[${PYTHON_USEDEP}]' 'python*')
+ dev-python/boltons[${PYTHON_USEDEP}]
+ dev-python/virtualenv[${PYTHON_USEDEP}]
+ dev-vcs/git
+ elibc_musl? ( dev-util/patchelf )
+ )
+"
+
+QA_FLAGS_IGNORED="usr/bin/${PN}"
+
+src_prepare() {
+ distutils-r1_src_prepare
+
+ # we build the Rust executable (just once) via cargo_src_compile
+ sed -i -e '/setuptools_rust/d' -e '/rust_extensions/d' setup.py || die
+
+ if use test; then
+ # used to prevent use of network during tests, and silence pip
+ # if it finds unrelated issues with system packages (bug #913613)
+ cat > "${T}"/pip.conf <<-EOF || die
+ [global]
+ quiet = 2
+
+ [install]
+ no-index = yes
+ no-dependencies = yes
+ EOF
+
+ # uv does not work easily w/ network-sandbox, force virtualenv
+ sed -i 's/"uv"/"uv-not-found"/' tests/common/mod.rs || die
+
+ # increase timeouts for tests (bug #950332)
+ sed -i '/^#\[timeout/s/secs(60)/secs(300)/' tests/run.rs || die
+
+ # used by *git_sdist_generator tests
+ git init -q || die
+ git config --global user.email "larry@gentoo.org" || die
+ git config --global user.name "Larry the Cow" || die
+ git add . || die
+ git commit -qm init || die
+ fi
+}
+
+src_configure() {
+ export OPENSSL_NO_VENDOR=1
+ export ZSTD_SYS_USE_PKG_CONFIG=1
+
+ # https://github.com/rust-lang/stacker/issues/79
+ use s390 && ! is-flagq '-march=*' &&
+ append-cflags $(test-flags-CC -march=z10)
+
+ local myfeatures=(
+ # like release.yml + native-tls for better platform support than rustls
+ full
+ password-storage
+ $(usev ssl native-tls)
+ )
+
+ cargo_src_configure --no-default-features
+}
+
+python_compile_all() {
+ cargo_src_compile
+
+ use !doc || mdbook build -d html guide || die
+
+ if ! tc-is-cross-compiler; then
+ local maturin=$(cargo_target_dir)/maturin
+ "${maturin}" completions bash > "${T}"/${PN} || die
+ "${maturin}" completions fish > "${T}"/${PN}.fish || die
+ "${maturin}" completions zsh > "${T}"/_${PN} || die
+ else
+ ewarn "shell completion files were skipped due to cross-compilation"
+ fi
+}
+
+python_test() {
+ local -x MATURIN_TEST_PYTHON=${EPYTHON}
+ local -x PIP_CONFIG_FILE=${T}/pip.conf
+ local -x VIRTUALENV_SYSTEM_SITE_PACKAGES=1
+
+ # need this for (new) python versions not yet recognized by pyo3
+ local -x PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1
+
+ local skip=(
+ # picky cli output test that easily benignly fail (bug #937992)
+ --skip cli_tests
+ # avoid need for wasm over a single hello world test
+ --skip integration_wasm_hello_world
+ # fragile depending on rust version, also wants libpypy*-c.so for pypy
+ --skip pyo3_no_extension_module
+ # unimportant tests that require uv, and not obvious to get it
+ # to work with network-sandbox (not worth the trouble)
+ --skip develop_hello_world::case_2
+ --skip develop_pyo3_ffi_pure::case_2
+ # compliance test using zig requires an old libc to pass (bug #946967)
+ --skip integration_pyo3_mixed_py_subdir
+ # fails on sparc since rust-1.74 (bug #934573), skip for now given
+ # should not affect the pep517 backend which is all we need on sparc
+ $(usev sparc '--skip build_context::test::test_macosx_deployment_target')
+ )
+
+ cargo_src_test -- "${skip[@]}"
+}
+
+python_install_all() {
+ cargo_src_install
+
+ dodoc Changelog.md README.md
+ use doc && dodoc -r guide/html
+
+ if ! tc-is-cross-compiler; then
+ dobashcomp "${T}"/${PN}
+ dofishcomp "${T}"/${PN}.fish
+ dozshcomp "${T}"/_${PN}
+ fi
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-util/perf/Manifest b/sdk_container/src/third_party/portage-stable/dev-util/perf/Manifest
index 990a78cd9b1..7d4480bc210 100644
--- a/sdk_container/src/third_party/portage-stable/dev-util/perf/Manifest
+++ b/sdk_container/src/third_party/portage-stable/dev-util/perf/Manifest
@@ -1,3 +1,4 @@
DIST linux-6.14.tar.xz 149408504 BLAKE2B 11835719804b406fe281ea1c276a84dc0cbaa808552ddcca9233d3eaeb1c001d0455c7205379b02de8e8db758c1bae6fe7ceb6697e63e3cf9ae7187dc7a9715e SHA512 71dcaa3772d8d9797c3ae30cae9c582b11a7047a3bbcb8dfd479a4dffb40ff0da74cf3d45175f50cc9992e338bcadd46c9c570f54054ca3bde6661768d3d22eb
DIST linux-6.15.tar.xz 151168812 BLAKE2B 465596c6dc053ff3a3966302a906d3edb4f7ee1ef82f8c20b96360196d3414f5b1deeafa67b8340fcdecd3617280ba9b756d7073ad15c707865e256397b4af53 SHA512 d03788ffa8d8ae1b84ef1286bb44a08fc01432e509dfec6cccae5c5a5a47201d378aec2bcd21e6f0bbd1e625b26f47780c06ee9c1cef3775358f98b160923f30
+DIST linux-6.16.tar.xz 152620004 BLAKE2B 87bc4da7e89cc8265aebffea7ec6c09f711be24fee87cb1c03a264c03fd5a538d66aa806640835aa5103926e612cdfbc52d7c861d7f7065f1a8bb11d893b0921 SHA512 55a00f89ad6db6db2e26ff5dc5cfc96bbf6654e5bd5d17d2a3b944a47640367e54139716d230923187bebc6cb7756edc9511a620fb8abc6f32c50a658a734784
DIST linux-6.7.tar.xz 141406528 BLAKE2B cecdbd19905e43e485ab73b352ced18b37f2a138c97a6956cadcda5d3d271001117dc1cf896b166ff019fc7f405f9539e2ed0d6112b0890efb04d182adf4fd0e SHA512 de06de556191614bd9daf077ae239360352a402bab407748e67f1e5108c92fd933e451707840ab22fe0f9976db3d1e1b60ca9d41cf894f015ca09b3f652b74ad
diff --git a/sdk_container/src/third_party/portage-stable/dev-util/perf/perf-6.16.ebuild b/sdk_container/src/third_party/portage-stable/dev-util/perf/perf-6.16.ebuild
new file mode 100644
index 00000000000..7f0ba7a9ef0
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-util/perf/perf-6.16.ebuild
@@ -0,0 +1,350 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LLVM_COMPAT=( {18..20} )
+PYTHON_COMPAT=( python3_{10..14} python3_{13,14}t)
+inherit bash-completion-r1 estack flag-o-matic linux-info llvm-r1 toolchain-funcs python-r1
+
+DESCRIPTION="Userland tools for Linux Performance Counters"
+HOMEPAGE="https://perfwiki.github.io/main/"
+
+LINUX_V="${PV:0:1}.x"
+if [[ ${PV} == *_rc* ]] ; then
+ LINUX_VER=$(ver_cut 1-2).$(($(ver_cut 3)-1))
+ PATCH_VERSION=$(ver_cut 1-3)
+ LINUX_PATCH=patch-${PV//_/-}.xz
+ SRC_URI="https://www.kernel.org/pub/linux/kernel/v${LINUX_V}/testing/${LINUX_PATCH}
+ https://www.kernel.org/pub/linux/kernel/v${LINUX_V}/testing/v${PATCH_VERSION}/${LINUX_PATCH}"
+elif [[ ${PV} == *.*.* ]] ; then
+ # stable-release series
+ LINUX_VER=$(ver_cut 1-2)
+ LINUX_PATCH=patch-${PV}.xz
+ SRC_URI="https://www.kernel.org/pub/linux/kernel/v${LINUX_V}/${LINUX_PATCH}"
+else
+ LINUX_VER=${PV}
+fi
+
+LINUX_SOURCES="linux-${LINUX_VER}.tar.xz"
+SRC_URI+=" https://www.kernel.org/pub/linux/kernel/v${LINUX_V}/${LINUX_SOURCES}"
+
+S_K="${WORKDIR}/linux-${LINUX_VER}"
+S="${S_K}/tools/perf"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+IUSE="abi_mips_o32 abi_mips_n32 abi_mips_n64 babeltrace capstone big-endian bpf caps crypt debug +doc gtk java libpfm +libtraceevent +libtracefs lzma numa perl +python +slang systemtap tcmalloc unwind"
+
+REQUIRED_USE="
+ ${PYTHON_REQUIRED_USE}
+"
+
+# setuptools (and Python) are always needed even if not building Python bindings
+BDEPEND="
+ ${LINUX_PATCH+dev-util/patchutils}
+ ${PYTHON_DEPS}
+ >=app-arch/tar-1.34-r2
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ app-alternatives/yacc
+ app-alternatives/lex
+ sys-apps/which
+ virtual/pkgconfig
+ doc? (
+ app-text/asciidoc
+ app-text/sgml-common
+ app-text/xmlto
+ sys-process/time
+ )
+"
+
+RDEPEND="
+ babeltrace? ( dev-util/babeltrace:0/1 )
+ bpf? (
+ dev-libs/libbpf
+ dev-util/bpftool
+ dev-util/pahole
+ $(llvm_gen_dep '
+ llvm-core/clang:${LLVM_SLOT}=
+ llvm-core/llvm:${LLVM_SLOT}=
+ ')
+ )
+ caps? ( sys-libs/libcap )
+ capstone? ( dev-libs/capstone )
+ crypt? ( dev-libs/openssl:= )
+ gtk? ( x11-libs/gtk+:2 )
+ java? ( virtual/jre:* )
+ libpfm? ( dev-libs/libpfm:= )
+ libtraceevent? ( dev-libs/libtraceevent )
+ libtracefs? ( dev-libs/libtracefs )
+ lzma? ( app-arch/xz-utils )
+ numa? ( sys-process/numactl )
+ perl? ( dev-lang/perl:= )
+ python? ( ${PYTHON_DEPS} )
+ slang? ( sys-libs/slang )
+ systemtap? ( dev-debug/systemtap )
+ tcmalloc? ( dev-util/google-perftools )
+ unwind? ( sys-libs/libunwind:= )
+ app-arch/zstd:=
+ dev-libs/elfutils
+ sys-libs/binutils-libs:=
+ sys-libs/zlib
+ virtual/libcrypt
+"
+
+DEPEND="${RDEPEND}
+ >=sys-kernel/linux-headers-5.10
+ java? ( virtual/jdk )
+"
+
+QA_FLAGS_IGNORED=(
+ 'usr/bin/perf-read-vdso32' # not linked with anything except for libc
+ 'usr/libexec/perf-core/dlfilters/.*' # plugins
+)
+
+pkg_pretend() {
+ if ! use doc ; then
+ ewarn "Without the doc USE flag you won't get any documentation nor man pages."
+ ewarn "And without man pages, you won't get any --help output for perf and its"
+ ewarn "sub-tools."
+ fi
+}
+
+pkg_setup() {
+ local CONFIG_CHECK="
+ ~!SCHED_OMIT_FRAME_POINTER
+ ~DEBUG_INFO
+ ~FRAME_POINTER
+ ~FTRACE
+ ~FTRACE_SYSCALLS
+ ~FUNCTION_TRACER
+ ~KALLSYMS
+ ~KALLSYMS_ALL
+ ~KPROBES
+ ~KPROBE_EVENTS
+ ~PERF_EVENTS
+ ~STACKTRACE
+ ~TRACEPOINTS
+ ~UPROBES
+ ~UPROBE_EVENTS
+ "
+
+ use bpf && llvm-r1_pkg_setup
+ # We enable python unconditionally as libbpf always generates
+ # API headers using python script
+ python_setup
+
+ if use bpf ; then
+ CONFIG_CHECK+="~BPF ~BPF_EVENTS ~BPF_SYSCALL ~DEBUG_INFO_BTF ~HAVE_EBPF_JIT ~UNWINDER_FRAME_POINTER"
+ fi
+
+ linux-info_pkg_setup
+}
+
+# src_unpack and src_prepare are copied to dev-util/bpftool since
+# it's building from the same tarball, please keep it in sync with bpftool
+src_unpack() {
+ local paths=(
+ 'arch/*/include/*' 'arch/*/lib/*' 'arch/*/tools/*' 'include/*'
+ 'kernel/bpf/*' 'lib/*' 'scripts/*' 'tools/arch/*' 'tools/bpf/*'
+ 'tools/build/*' 'tools/include/*' 'tools/lib/*' 'tools/perf/*'
+ 'tools/scripts/*'
+ )
+
+ # We expect the tar implementation to support the -j option (both
+ # GNU tar and libarchive's tar support that).
+ echo ">>> Unpacking ${LINUX_SOURCES} (${paths[*]}) to ${PWD}"
+ gtar --wildcards -xpf "${DISTDIR}"/${LINUX_SOURCES} \
+ "${paths[@]/#/linux-${LINUX_VER}/}" || die
+
+ if [[ -n ${LINUX_PATCH} ]] ; then
+ eshopts_push -o noglob
+ ebegin "Filtering partial source patch"
+ xzcat "${DISTDIR}"/${LINUX_PATCH} | filterdiff -p1 ${paths[@]/#/-i} > ${P}.patch
+ assert -n "Unpacking to ${P} from ${DISTDIR}/${LINUX_PATCH} failed"
+ eend $? || die "filterdiff failed"
+ test -s ${P}.patch || die "patch is empty?!"
+ eshopts_pop
+ fi
+
+ local a
+ for a in ${A}; do
+ [[ ${a} == ${LINUX_SOURCES} ]] && continue
+ [[ ${a} == ${LINUX_PATCH} ]] && continue
+ unpack ${a}
+ done
+}
+
+src_prepare() {
+ default
+ if [[ -n ${LINUX_PATCH} ]] ; then
+ pushd "${S_K}" >/dev/null || die
+ eapply "${WORKDIR}"/${P}.patch
+ popd || die
+ fi
+
+ pushd "${S_K}" >/dev/null || die
+ # Gentoo patches go here
+ popd || die
+
+ # Drop some upstream too-developer-oriented flags and fix the
+ # Makefile in general
+ sed -i \
+ -e "s@\$(sysconfdir_SQ)/bash_completion.d@$(get_bashcompdir)@" \
+ "${S}"/Makefile.perf || die
+ # A few places still use -Werror w/out $(WERROR) protection.
+ sed -i -e 's@-Werror@@' \
+ "${S}"/Makefile.perf "${S_K}"/tools/lib/bpf/Makefile \
+ "${S_K}"/tools/lib/perf/Makefile || die
+
+ # Avoid the call to make kernelversion
+ sed -i -e '/PERF-VERSION-GEN/d' Makefile.perf || die
+ echo "#define PERF_VERSION \"${PV}\"" > PERF-VERSION-FILE
+
+ # The code likes to compile local assembly files which lack ELF markings.
+ find -name '*.S' -exec sed -i '$a.section .note.GNU-stack,"",%progbits' {} +
+}
+
+puse() { usex $1 "" 1; }
+perf_make() {
+ # The arch parsing is a bit funky. The perf tools package is integrated
+ # into the kernel, so it wants an ARCH that looks like the kernel arch,
+ # but it also wants to know about the split value -- i386/x86_64 vs just
+ # x86. We can get that by telling the func to use an older linux version.
+ # It's kind of a hack, but not that bad ...
+
+ # LIBDIR sets a search path of perf-gtk.so. Bug 515954
+
+ local arch=$(tc-arch-kernel)
+ local java_dir
+ use java && java_dir="${EPREFIX}/etc/java-config-2/current-system-vm"
+
+ # sync this with the whitelist in tools/perf/Makefile.config
+ local disable_libdw
+ if ! use amd64 && ! use x86 && \
+ ! use arm && \
+ ! use arm64 && \
+ ! use ppc && ! use ppc64 \
+ ! use s390 && \
+ ! use riscv && \
+ ! use loong
+ then
+ disable_libdw=1
+ fi
+
+ # perf directly invokes LD for linking without going through CC, on mips
+ # it is required to specify the emulation. port of below buildroot patch
+ # https://patchwork.ozlabs.org/project/buildroot/patch/20170217105905.32151-1-Vincent.Riera@imgtec.com/
+ local linker="$(tc-getLD)"
+ if use mips
+ then
+ if use big-endian
+ then
+ use abi_mips_n64 && linker+=" -m elf64btsmip"
+ use abi_mips_n32 && linker+=" -m elf32btsmipn32"
+ use abi_mips_o32 && linker+=" -m elf32btsmip"
+ else
+ use abi_mips_n64 && linker+=" -m elf64ltsmip"
+ use abi_mips_n32 && linker+=" -m elf32ltsmipn32"
+ use abi_mips_o32 && linker+=" -m elf32ltsmip"
+ fi
+ fi
+
+ # FIXME: NO_CORESIGHT
+ local emakeargs=(
+ V=1 VF=1
+ HOSTCC="$(tc-getBUILD_CC)" HOSTLD="$(tc-getBUILD_LD)"
+ CC="$(tc-getCC)" CXX="$(tc-getCXX)" AR="$(tc-getAR)" LD="${linker}" NM="$(tc-getNM)"
+ CLANG="${CHOST}-clang"
+ PKG_CONFIG="$(tc-getPKG_CONFIG)"
+ prefix="${EPREFIX}/usr" bindir_relative="bin"
+ tipdir="share/doc/${PF}"
+ EXTRA_CFLAGS="${CFLAGS}"
+ EXTRA_LDFLAGS="${LDFLAGS}"
+ ARCH="${arch}"
+ BUILD_BPF_SKEL=$(usex bpf 1 "") \
+ BUILD_NONDISTRO=1
+ JDIR="${java_dir}"
+ CORESIGHT=
+ GTK2=$(usex gtk 1 "")
+ feature-gtk2-infobar=$(usex gtk 1 "")
+ NO_AUXTRACE=
+ NO_BACKTRACE=
+ NO_CAPSTONE=$(puse capstone)
+ NO_DEMANGLE=
+ NO_JEVENTS=$(puse python)
+ NO_JVMTI=$(puse java)
+ NO_LIBAUDIT=1
+ NO_LIBBABELTRACE=$(puse babeltrace)
+ NO_LIBBIONIC=1
+ NO_LIBBPF=$(puse bpf)
+ NO_LIBCAP=$(puse caps)
+ NO_LIBCRYPTO=$(puse crypt)
+ NO_LIBDW_DWARF_UNWIND="${disable_libdw}"
+ NO_LIBELF=
+ NO_LIBLLVM=$(puse bpf)
+ NO_LIBNUMA=$(puse numa)
+ NO_LIBPERL=$(puse perl)
+ NO_LIBPFM4=$(puse libpfm)
+ NO_LIBPYTHON=$(puse python)
+ NO_LIBTRACEEVENT=$(puse libtraceevent)
+ NO_LIBUNWIND=$(puse unwind)
+ NO_SDT=$(puse systemtap)
+ NO_SHELLCHECK=1
+ NO_SLANG=$(puse slang)
+ NO_LZMA=$(puse lzma)
+ NO_ZLIB=
+ TCMALLOC=$(usex tcmalloc 1 "")
+ WERROR=0
+ DEBUG=$(usex debug 1 "")
+ LIBDIR="/usr/libexec/perf-core"
+ libdir="${EPREFIX}/usr/$(get_libdir)"
+ plugindir="${EPREFIX}/usr/$(get_libdir)/perf/plugins"
+ "$@"
+ )
+ emake "${emakeargs[@]}"
+}
+
+src_compile() {
+ filter-lto
+
+ perf_make -f Makefile.perf
+ use doc && perf_make -C Documentation man
+}
+
+src_test() {
+ :
+}
+
+src_install() {
+ _install_python_ext() {
+ perf_make -f Makefile.perf install-python_ext DESTDIR="${D}"
+ }
+
+ perf_make -f Makefile.perf install DESTDIR="${D}"
+
+ if use python; then
+ python_foreach_impl _install_python_ext
+ fi
+
+ if use gtk; then
+ local libdir
+ libdir="$(get_libdir)"
+ # on some arches it ends up in lib even on 64bit, ppc64 for instance.
+ [[ -f "${ED}"/usr/lib/libperf-gtk.so ]] && libdir="lib"
+ mv "${ED}"/usr/${libdir}/libperf-gtk.so \
+ "${ED}"/usr/libexec/perf-core || die
+ fi
+
+ dodoc CREDITS
+
+ dodoc *txt Documentation/*.txt
+
+ # perf needs this decompressed to print out tips for users
+ docompress -x /usr/share/doc/${PF}/tips.txt
+
+ if use doc ; then
+ doman Documentation/*.1
+ fi
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-util/pkgcheck/Manifest b/sdk_container/src/third_party/portage-stable/dev-util/pkgcheck/Manifest
index 7bed1e46c94..ee0d282ddb3 100644
--- a/sdk_container/src/third_party/portage-stable/dev-util/pkgcheck/Manifest
+++ b/sdk_container/src/third_party/portage-stable/dev-util/pkgcheck/Manifest
@@ -1,2 +1,3 @@
DIST pkgcheck-0.10.34.tar.gz 382566 BLAKE2B d91302f673326bf4756e06c2bad1ad89b10f14a08ac54a24a6a00d7a95d4313e5e1755393aefa55e1057a396483b023cc38e67902238e2620a76961feb8b2a81 SHA512 57ec0ccea00cde4187219f85d23f755878e2298f6219cb9b18eb35f927a685aac2d9b9c73045f6750f90959abb6313a1ed99dedaae4f0ec6b59f08585253a410
DIST pkgcheck-0.10.36.tar.gz 383659 BLAKE2B 1129695650790409d338f0a885d305dd4713c7f5222ae812ea6381c004b4c28321929df963240cd2a27c5dd0db7dd96f1a2829fff72dc627cdbd1399c600bb4e SHA512 c6c87ccd2d63e558efd7613142b2ac6dcfe4b4ea55b0e78d4502760d508015158189debebe26579e0cb26447fc4529ccb779fa4462d78af75e1c216f8a85177b
+DIST pkgcheck-0.10.37.tar.gz 388402 BLAKE2B 8e93290da49ed9d8231550a7602300c93d16f2dc4be040f88690bf4cf996b51f8aac3cb26b2478345b10dfb1faddc185d6316810d5bac091fc5cae504ced459d SHA512 84c1717fad6a7f41dcc069dbdb68e73062606d7e0497286cba7255e415e8b317cb4aa396d9bc46f873712a65fa0e3cd95216df368ca73381f81c160308329f15
diff --git a/sdk_container/src/third_party/portage-stable/dev-util/pkgcheck/files/pkgcheck-0.10.36-ts0.25.patch b/sdk_container/src/third_party/portage-stable/dev-util/pkgcheck/files/pkgcheck-0.10.36-ts0.25.patch
new file mode 100644
index 00000000000..0e728e848ce
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-util/pkgcheck/files/pkgcheck-0.10.36-ts0.25.patch
@@ -0,0 +1,66 @@
+Subject: [PATCH] bash: update support to tree-sitter~=0.25
+
+Also add backward compatible code for tree-sitter < 0.25.
+
+Signed-off-by: Arthur Zamarin
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -6,7 +6,7 @@ requires = [
+ "lazy-object-proxy",
+ "lxml",
+ "pathspec",
+- "tree-sitter~=0.24.0",
++ "tree-sitter~=0.25.0",
+ "tree-sitter-bash~=0.23.1",
+ "snakeoil~=0.10.11",
+ "pkgcore~=0.12.30",
+@@ -45,7 +45,7 @@ dependencies = [
+ "lazy-object-proxy",
+ "lxml",
+ "pathspec",
+- "tree-sitter~=0.24.0",
++ "tree-sitter~=0.25.0",
+ "tree-sitter-bash~=0.23.1",
+ "snakeoil~=0.10.11",
+ "pkgcore~=0.12.30",
+--- a/src/pkgcheck/bash/__init__.py
++++ b/src/pkgcheck/bash/__init__.py
+@@ -6,7 +6,17 @@ import tree_sitter_bash
+ from tree_sitter import Language, Parser, Query
+
+ lang = Language(tree_sitter_bash.language())
+-query = lang.query
++
++try:
++ from tree_sitter import QueryCursor
++
++ def query(query_str: str) -> "QueryCursor":
++ return QueryCursor(Query(lang, query_str))
++except ImportError: # tree-sitter < 0.25
++ QueryCursor = Query
++ query = lang.query
++
++
+ parser = Parser(language=lang)
+
+ # various parse tree queries
+@@ -29,14 +39,14 @@ class ParseTree:
+ """Return the ebuild string associated with a given parse tree node."""
+ return self.data[node.start_byte : node.end_byte].decode("utf8")
+
+- def global_query(self, query: Query):
++ def global_query(self, query: QueryCursor):
+ """Run a given parse tree query returning only those nodes in global scope."""
+ for x in self.tree.root_node.children:
+ # skip nodes in function scope
+ if x.type != "function_definition":
+ yield from chain.from_iterable(query.captures(x).values())
+
+- def func_query(self, query: Query):
++ def func_query(self, query: QueryCursor):
+ """Run a given parse tree query returning only those nodes in function scope."""
+ for x in self.tree.root_node.children:
+ # only return nodes in function scope
+--
+2.50.1
+
diff --git a/sdk_container/src/third_party/portage-stable/dev-util/pkgcheck/pkgcheck-0.10.36.ebuild b/sdk_container/src/third_party/portage-stable/dev-util/pkgcheck/pkgcheck-0.10.36-r1.ebuild
similarity index 96%
rename from sdk_container/src/third_party/portage-stable/dev-util/pkgcheck/pkgcheck-0.10.36.ebuild
rename to sdk_container/src/third_party/portage-stable/dev-util/pkgcheck/pkgcheck-0.10.36-r1.ebuild
index dedc375e9b1..ffa0bc88512 100644
--- a/sdk_container/src/third_party/portage-stable/dev-util/pkgcheck/pkgcheck-0.10.36.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-util/pkgcheck/pkgcheck-0.10.36-r1.ebuild
@@ -55,8 +55,13 @@ BDEPEND="${RDEPEND}
)
"
+PATCHES=(
+ "${FILESDIR}"/${P}-ts0.25.patch
+)
+
SITEFILE="50${PN}-gentoo.el"
+EPYTEST_PLUGINS=( pkgcore )
distutils_enable_tests pytest
export USE_SYSTEM_TREE_SITTER_BASH=1
diff --git a/sdk_container/src/third_party/portage-stable/dev-util/pkgcheck/pkgcheck-0.10.37.ebuild b/sdk_container/src/third_party/portage-stable/dev-util/pkgcheck/pkgcheck-0.10.37.ebuild
new file mode 100644
index 00000000000..ac92e160714
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-util/pkgcheck/pkgcheck-0.10.37.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYTHON_COMPAT=( python3_{11..14} )
+inherit elisp-common distutils-r1 optfeature
+
+if [[ ${PV} == *9999 ]] ; then
+ EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/pkgcore/pkgcheck.git
+ https://github.com/pkgcore/pkgcheck.git"
+ inherit git-r3
+else
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+ inherit pypi
+fi
+
+DESCRIPTION="pkgcore-based QA utility for ebuild repos"
+HOMEPAGE="https://github.com/pkgcore/pkgcheck"
+
+LICENSE="BSD MIT"
+SLOT="0"
+IUSE="emacs"
+
+if [[ ${PV} == *9999 ]]; then
+ RDEPEND="
+ ~dev-python/snakeoil-9999[${PYTHON_USEDEP}]
+ ~sys-apps/pkgcore-9999[${PYTHON_USEDEP}]"
+else
+ RDEPEND="
+ >=dev-python/snakeoil-0.10.11[${PYTHON_USEDEP}]
+ >=sys-apps/pkgcore-0.12.30[${PYTHON_USEDEP}]"
+fi
+RDEPEND+="
+ app-arch/zstd
+ >=dev-libs/tree-sitter-bash-0.21.0[python,${PYTHON_USEDEP}]
+ dev-python/chardet[${PYTHON_USEDEP}]
+ dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/pathspec[${PYTHON_USEDEP}]
+ >=dev-python/tree-sitter-0.25.0[${PYTHON_USEDEP}]
+ emacs? (
+ >=app-editors/emacs-24.1:*
+ app-emacs/ebuild-mode
+ app-emacs/flycheck
+ )
+"
+BDEPEND="${RDEPEND}
+ >=dev-python/flit-core-3.8[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-vcs/git
+ )
+"
+
+SITEFILE="50${PN}-gentoo.el"
+
+EPYTEST_PLUGINS=( pkgcore )
+distutils_enable_tests pytest
+
+export USE_SYSTEM_TREE_SITTER_BASH=1
+
+src_prepare() {
+ distutils-r1_src_prepare
+
+ # unpin dependencies
+ sed -i -e 's:~=:>=:' pyproject.toml || die
+}
+
+src_compile() {
+ distutils-r1_src_compile
+
+ if use emacs ; then
+ pushd "${S}"/contrib/emacs >/dev/null || die
+ elisp-compile *.el
+ popd >/dev/null || die
+ fi
+}
+
+python_install_all() {
+ local DOCS=( NEWS.rst )
+ [[ ${PV} == *9999 ]] || doman build/sphinx/man/*
+ distutils-r1_python_install_all
+
+ if use emacs ; then
+ elisp-install ${PN} "${S}"/contrib/emacs/*.el{,c}
+ elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+ fi
+}
+
+pkg_postinst() {
+ use emacs && elisp-site-regen
+
+ optfeature "Network check support" dev-python/requests
+ optfeature "Perl module version check support" dev-perl/Gentoo-PerlMod-Version
+}
+
+pkg_postrm() {
+ use emacs && elisp-site-regen
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-util/pkgcheck/pkgcheck-9999.ebuild b/sdk_container/src/third_party/portage-stable/dev-util/pkgcheck/pkgcheck-9999.ebuild
index 8a8dae53dfc..ac92e160714 100644
--- a/sdk_container/src/third_party/portage-stable/dev-util/pkgcheck/pkgcheck-9999.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-util/pkgcheck/pkgcheck-9999.ebuild
@@ -33,12 +33,13 @@ else
>=sys-apps/pkgcore-0.12.30[${PYTHON_USEDEP}]"
fi
RDEPEND+="
+ app-arch/zstd
>=dev-libs/tree-sitter-bash-0.21.0[python,${PYTHON_USEDEP}]
dev-python/chardet[${PYTHON_USEDEP}]
dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pathspec[${PYTHON_USEDEP}]
- >=dev-python/tree-sitter-0.23.0[${PYTHON_USEDEP}]
+ >=dev-python/tree-sitter-0.25.0[${PYTHON_USEDEP}]
emacs? (
>=app-editors/emacs-24.1:*
app-emacs/ebuild-mode
@@ -56,6 +57,7 @@ BDEPEND="${RDEPEND}
SITEFILE="50${PN}-gentoo.el"
+EPYTEST_PLUGINS=( pkgcore )
distutils_enable_tests pytest
export USE_SYSTEM_TREE_SITTER_BASH=1
diff --git a/sdk_container/src/third_party/portage-stable/eclass/dist-kernel-utils.eclass b/sdk_container/src/third_party/portage-stable/eclass/dist-kernel-utils.eclass
index 49977c18795..975efd2d63c 100644
--- a/sdk_container/src/third_party/portage-stable/eclass/dist-kernel-utils.eclass
+++ b/sdk_container/src/third_party/portage-stable/eclass/dist-kernel-utils.eclass
@@ -180,7 +180,14 @@ dist-kernel_reinstall_initramfs() {
local kernel_dir=${1:-${KV_DIR}}
local ver=${2:-${KV_FULL}}
+ # If this is set it will have an effect on the name of the output
+ # image. Set this variable to track this setting.
+ if grep -q "CONFIG_EFI_ZBOOT=y" "${kernel_dir}/.config"; then
+ KERNEL_EFI_ZBOOT=1
+ fi
+
local image_path=${kernel_dir}/$(dist-kernel_get_image_path)
+
if [[ ! -f ${image_path} ]]; then
eerror "Kernel install missing, image not found:"
eerror " ${image_path}"
diff --git a/sdk_container/src/third_party/portage-stable/eclass/distutils-r1.eclass b/sdk_container/src/third_party/portage-stable/eclass/distutils-r1.eclass
index 7b025261eb2..c59bdce1758 100644
--- a/sdk_container/src/third_party/portage-stable/eclass/distutils-r1.eclass
+++ b/sdk_container/src/third_party/portage-stable/eclass/distutils-r1.eclass
@@ -554,6 +554,9 @@ distutils_enable_tests() {
;&
pytest)
test_pkgs+=' >=dev-python/pytest-7.4.4[${PYTHON_USEDEP}]'
+ if [[ -n ${EPYTEST_RERUNS} ]]; then
+ test_pkgs+=' dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]'
+ fi
if [[ -n ${EPYTEST_TIMEOUT} ]]; then
test_pkgs+=' dev-python/pytest-timeout[${PYTHON_USEDEP}]'
fi
diff --git a/sdk_container/src/third_party/portage-stable/eclass/python-utils-r1.eclass b/sdk_container/src/third_party/portage-stable/eclass/python-utils-r1.eclass
index 9cdfdc87019..13ed8750120 100644
--- a/sdk_container/src/third_party/portage-stable/eclass/python-utils-r1.eclass
+++ b/sdk_container/src/third_party/portage-stable/eclass/python-utils-r1.eclass
@@ -1354,6 +1354,16 @@ _set_epytest_plugins() {
fi
}
+# @ECLASS_VARIABLE: EPYTEST_RERUNS
+# @DEFAULT_UNSET
+# @DESCRIPTION:
+# If set to a non-empty value, enables pytest-rerunfailures plugin
+# and sets rerun count to the specified value. This variable can be
+# either set in ebuilds with flaky tests, or by user to try if it helps.
+# If this variable is set prior to calling distutils_enable_tests
+# in distutils-r1, a test dependency on dev-python/pytest-rerunfailures
+# is added automatically.
+
# @ECLASS_VARIABLE: EPYTEST_TIMEOUT
# @DEFAULT_UNSET
# @DESCRIPTION:
@@ -1517,6 +1527,18 @@ epytest() {
)
fi
+ if [[ -n ${EPYTEST_RERUNS} ]]; then
+ if [[ ${PYTEST_PLUGINS} != *pytest_rerunfailures* ]]; then
+ args+=(
+ -p rerunfailures
+ )
+ fi
+
+ args+=(
+ "--reruns=${EPYTEST_RERUNS}"
+ )
+ fi
+
if [[ -n ${EPYTEST_TIMEOUT} ]]; then
if [[ ${PYTEST_PLUGINS} != *pytest_timeout* ]]; then
args+=(
diff --git a/sdk_container/src/third_party/portage-stable/eclass/rust.eclass b/sdk_container/src/third_party/portage-stable/eclass/rust.eclass
index 183d5cd4efa..3c9693e00f5 100644
--- a/sdk_container/src/third_party/portage-stable/eclass/rust.eclass
+++ b/sdk_container/src/third_party/portage-stable/eclass/rust.eclass
@@ -68,6 +68,7 @@ fi
# Definitive list of Rust slots and the associated LLVM slot, newest first.
declare -A -g -r _RUST_LLVM_MAP=(
["9999"]=20
+ ["1.89.0"]=20
["1.88.0"]=20
["1.87.0"]=20
["1.86.0"]=19
@@ -95,6 +96,7 @@ declare -A -g -r _RUST_LLVM_MAP=(
# this array is used to store the Rust slots in a more convenient order for iteration.
declare -a -g -r _RUST_SLOTS_ORDERED=(
"9999"
+ "1.89.0"
"1.88.0"
"1.87.0"
"1.86.0"
diff --git a/sdk_container/src/third_party/portage-stable/eclass/sgml-catalog-r1.eclass b/sdk_container/src/third_party/portage-stable/eclass/sgml-catalog-r1.eclass
index eff6db31062..4b4d5334670 100644
--- a/sdk_container/src/third_party/portage-stable/eclass/sgml-catalog-r1.eclass
+++ b/sdk_container/src/third_party/portage-stable/eclass/sgml-catalog-r1.eclass
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: sgml-catalog-r1.eclass
@@ -6,14 +6,14 @@
# Michał Górny
# @AUTHOR:
# Michał Górny
-# @SUPPORTED_EAPIS: 7
+# @SUPPORTED_EAPIS: 7 8
# @BLURB: Functions for installing SGML catalogs
# @DESCRIPTION:
# This eclass regenerates /etc/sgml/catalog as necessary for the DocBook
# tooling. This is done via exported pkg_postinst and pkg_postrm phases.
case ${EAPI} in
- 7) ;;
+ 7|8) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac
diff --git a/sdk_container/src/third_party/portage-stable/eclass/toolchain.eclass b/sdk_container/src/third_party/portage-stable/eclass/toolchain.eclass
index 274789559d5..efa78f61367 100644
--- a/sdk_container/src/third_party/portage-stable/eclass/toolchain.eclass
+++ b/sdk_container/src/third_party/portage-stable/eclass/toolchain.eclass
@@ -1199,6 +1199,8 @@ toolchain_setup_d() {
toolchain_src_configure() {
BUILD_CONFIG_TARGETS=()
is-flagq '-O3' && BUILD_CONFIG_TARGETS+=( bootstrap-O3 )
+ is-flagq '-fsanitize=address' && BUILD_CONFIG_TARGETS+=( bootstrap-asan )
+ is-flagq '-fsanitize=undefined' && BUILD_CONFIG_TARGETS+=( bootstrap-ubsan )
downgrade_arch_flags
gcc_do_filter_flags
@@ -2178,7 +2180,7 @@ gcc_do_filter_flags() {
fi
if ver_test -lt 16.1 ; then
- filter-flags -fdiagnostics-details
+ filter-flags '-fdiagnostics-show-context=*'
fi
# Ada: PR116226
diff --git a/sdk_container/src/third_party/portage-stable/licenses/2dboy-EULA b/sdk_container/src/third_party/portage-stable/licenses/2dboy-EULA
deleted file mode 100644
index 82a3895cb35..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/2dboy-EULA
+++ /dev/null
@@ -1,42 +0,0 @@
-2D BOY, LLC
-End User License Agreement
-
-THIS END USER LICENSE AGREEMENT ("EULA") IS A BINDING LEGAL AGREEMENT BETWEEN 2D BOY, LLC ("2D BOY") AND YOU AND, IF APPLICABLE, THE COMPANY OR OTHER LEGAL ENTITY YOU REPRESENT (COLLECTIVELY, "YOU" AND "YOUR") REGARDING THE GAME SOFTWARE THAT YOU ARE INSTALLING, INCLUDING ANY ACCOMPANYING MANUAL OR OTHER RELATED MATERIAL PROVIDED BY 2D BOY AS PART OF, OR IN CONNECTION, THEREWITH (COLLECTIVELY, THE "GAME").
-
-BY CLICKING THE "I AGREE" BUTTON BELOW, OR BY OTHERWISE CONTINUING TO INSTALL, DOWNLOAD, COPY, ACCESS OR USE THE GAME, YOU ACKNOWLEDGE THAT YOU UNDERSTAND AND AGREE TO BE BOUND BY THE TERMS OF THIS EULA. IF YOU DO NOT AGREE, YOU MUST SELECT THE "I DON'T AGREE" BUTTON AND YOU MAY NOT CONTINUE TO INSTALL, DOWNLOAD, COPY, ACCESS OR USE THE GAME.
-
-1. LICENSE GRANT AND RESTRICTIONS.
-
- 1.1 License Grant. 2D BOY hereby grants to you a non-exclusive license to use a single copy of the object code version of the Game for your personal, non-commercial home entertainment use on one personal computer or other compatible electronic device. You may sell or transfer your copy of the Game to another person along with, and subject to, your rights under this EULA, only if you do not retain any copies.
-
- 1.2 Restrictions. You may not (i) decompile, disassemble or reverse engineer the Game or otherwise attempt to gain access to its source code, except to the extent that such restrictions are expressly prohibited by law; (ii) copy, offer for public display or create derivative works thereof, except to the extent that such restrictions are expressly prohibited by law; (iii) rent, lease, loan, sublicense or distribute the Game, or offer it on a pay-per-play, coin-op or other for charge (or free) basis; (iv) use the Game to infringe the copyrights or other intellectual property rights of others in any way; (v) modify or delete the copyright and other proprietary rights notices on or in the Game.
-
- 1.3 Additional Restrictions for Trial Versions. If the Game was provided to you for trial use for a limited period of time and/or number of uses, you agree not to use the Game beyond the expiration or termination of the trial period. You acknowledge and agree that the Game may include code designed to prevent you from exceeding these limits, and that such code may remain on your computer or device after deletion of the Game to prevent you from installing another copy of the Game and repeating the trial.
-
- 1.4 Game Specific Terms and Conditions. For additional terms and conditions that may apply to the Game, such as third-party copyright notices and license information, please review the Readme file included with the Game. The ReadMe file for the Game is hereby incorporated into this EULA by this reference.
-
-2. TERMINATION. This EULA is effective until terminated. You may terminate this EULA at any time by uninstalling the Game and destroying all copies of the Game in your possession or control. 2D BOY may terminate this EULA immediately upon notice to you if you breach any of its terms or conditions. Upon termination of this EULA, you agree to immediately uninstall the Game and destroy all copies of the Game.
-
-3. GAME OWNERSHIP. The Game is the copyrighted proprietary material of 2D BOY and/or its third-party licensors and is subject to copyright protection under U.S. copyright law and international copyright treaties, as well as other intellectual property laws and treaties. 2D BOY and/or its third-party licensors retain all right, title, and interest in the Game (and any copies thereof) and specifically reserve all rights not expressly granted under this EULA.
-
-4. LIMITED WARRANTIES BY 2D BOY.
-
- 4.1 Limited Warranty. 2D BOY WARRANTS TO YOU, THE ORIGINAL PURCHASER OF THE GAME, THAT THE GAME WILL BE FREE FROM DEFECTS IN MATERIALS AND WORKMANSHIP FOR A PERIOD OF NINETY (90) DAYS FROM THE DATE OF PURCHASE (THE "WARRANTY PERIOD"). THIS LIMITED WARRANTY IS VOID IF THE GAME HAS BEEN SUBJECT TO MISUSE, DAMAGE OR IF YOU HAVE VIOLATED THIS EULA. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, ALL OTHER WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, OR WARRANTIES THAT THE GAME WILL BE ERROR-FREE, SECURE OR VIRUS-FREE, ARE HEREBY EXPRESSLY DISCLAIMED.
-
- 4.2 Additional Warranty for Retail Product. IF YOU PURCHASED THE GAME ON A DISC OR OTHER RECORDING MEDIUM, THEN YOU MUST MAKE ANY WARRANTY CLAIM TO THE RETAILER FROM WHICH YOU PURCHASED THE GAME BY PROVIDING A COPY OF YOUR ORIGINAL SALES RECEIPT AND ANY OTHER DETAILS REQUIRED BY THE RETAILER. THE RETAILER, AT ITS OPTION, MAY REFUND YOUR PURCHASE PRICE, REPAIR OR REPLACE THE DISC OR OTHER MEDIA CONTAINING THE GAME. ANY REPLACEMENT WILL BE WARRANTED FOR THE REMAINDER OF THE ORIGINAL WARRANTY PERIOD OR THIRTY (30) DAYS, WHICHEVER IS LONGER. YOUR EXCLUSIVE REMEDY, AND THE ENTIRE LIABILITY OF 2D BOY, ITS AFFILIATES, LICENSORS AND SUPPLIERS (COLLECTIVELY, "THE 2D BOY PARTIES"), FOR BREACH OF THIS WARRANTY, SHALL BE THE REFUND, REPAIR OR REPLACEMENT DESCRIBED ABOVE.
-
-5. LIMITATION OF LIABILITY. NO PROVISIONS OF THIS EULA SHALL APPLY TO LIMIT LIABILITY ARISING FROM DEATH OR PERSONAL INJURY CAUSED BY NEGLIGENCE OR FOR FRAUD. OTHERWISE, IN NO EVENT WILL THE 2D BOY PARTIES' TOTAL AGGREGATE LIABILITY TO YOU FOR DIRECT DAMAGES, LOSSES, AND CAUSES OF ACTION ARISING OUT OF OR RELATING TO THIS EULA AND/OR YOUR USE OF THE GAME EXCEED THE AMOUNT PAID BY YOU FOR THE GAME. IN NO EVENT WILL THE 2D BOY PARTIES BE LIABLE FOR ANY INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR ANY OTHER TYPE OF DAMAGES (INCLUDING WITHOUT LIMITATION DAMAGES RELATING TO LOST PROFITS, LOSS OF DATA, PRIVACY, NEGLIGENCE OR OTHER DUTY OF CARE), EVEN IF ONE OR MORE OF THE 2D BOY PARTIES HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-6. BASIS OF THE BARGAIN; EXCLUSIONS. The disclaimers of warranties and limitations of liability set forth above are fundamental elements of the basis of the agreement between you and 2D BOY. You understand and agree that 2D BOY would not be able to economically or reasonably provide the Game to you without these limitations. HOWEVER, SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES AND/OR THE LIMITATION OF INDIRECT DAMAGES AS SET FORTH IN SECTIONS 4 AND 5 ABOVE, SO THE ABOVE EXCLUSIONS AND LIMITATIONS MAY NOT APPLY TO YOU.
-
-7. INDEMNIFICATION. You agree to indemnify, defend and hold harmless the 2D BOY Parties, including their respective employees, officers, directors and personnel from any claims, losses, damages, liabilities, including attorneys' fees, arising out of your violation of this EULA and/or your use or misuse of the Game.
-
-8. EXPORT CONTROL. The Game originates in the United States and is subject to United States export laws and regulations. You may not export or re-export, in whole or in part, the Game to certain countries, persons or entities prohibited from receiving exports from the United States. Additionally, the Game may be subject to the import and export laws of other countries, and you agree that you will comply with any such foreign import and export laws, as applicable.
-
-9. MISCELLANEOUS. You agree to comply with all United States and foreign laws related to your use of the Game. This is the entire agreement between you and 2D BOY relating to the subject matter herein and replaces any and all previous representations, agreements, understandings or communications, whether written or oral. This EULA may not be modified except in writing, signed by both parties. If a court of competent jurisdiction declares any provision of this EULA to be void or unenforceable, then such provision will be interpreted, construed or reformed to the extent reasonably required to render it valid, enforceable and consistent with the original intent underlying such provision, and such invalidity or unenforceability will not affect any other provision of this EULA. The English language version of this EULA will control its interpretation.
-
-10. GOVERNING LAW AND VENUE.
-
-This EULA will be governed by and construed in accordance with the laws of the State of California, USA, excluding its conflicts of law rules and specifically excluding the United Nations Convention on Contracts for the International Sale of Goods. Venue for any action hereunder shall lie exclusively in the state and federal courts located in San Francisco County, California USA and you hereby consent and submit to the personal jurisdiction of such courts.
-
-11. NOTICES; HOW TO CONTACT 2D BOY. The Game is made available to you by 2D BOY, LLC. 2D BOY may be contacted via its website (http://2dboy.com).
diff --git a/sdk_container/src/third_party/portage-stable/licenses/9wm b/sdk_container/src/third_party/portage-stable/licenses/9wm
deleted file mode 100644
index 362e5724dcc..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/9wm
+++ /dev/null
@@ -1,19 +0,0 @@
-9wm is free software, and is Copyright (c) 1994-1996 by David Hogan.
-Permission is granted to all sentient beings to use this software, to
-make copies of it, and to distribute those copies, provided that:
-
-(1) the copyright and licence notices are left intact
-
-(2) the recipients are aware that it is free software
-
-(3) any unapproved changes in functionality are either
-
-(i) only distributed as patches
-
-or (ii) distributed as a new program which is not called 9wm and whose
-documentation gives credit where it is due
-
-(4) the author is not held responsible for any defects or shortcomings
-in the software, or damages caused by it.
-
-There is no warranty for this software. Have a nice day.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/AFL-3.0 b/sdk_container/src/third_party/portage-stable/licenses/AFL-3.0
deleted file mode 100644
index 2ce20accba6..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/AFL-3.0
+++ /dev/null
@@ -1,174 +0,0 @@
-Academic Free License ("AFL") v. 3.0
-
-This Academic Free License (the "License") applies to any original work
-of authorship (the "Original Work") whose owner (the "Licensor") has
-placed the following licensing notice adjacent to the copyright notice
-for the Original Work:
-
-Licensed under the Academic Free License version 3.0
-
-1) Grant of Copyright License. Licensor grants You a worldwide,
-royalty-free, non-exclusive, sublicensable license, for the duration of
-the copyright, to do the following:
-
-a) to reproduce the Original Work in copies, either alone or as part of
-a collective work;
-
-b) to translate, adapt, alter, transform, modify, or arrange the Original
-Work, thereby creating derivative works ("Derivative Works") based upon
-the Original Work;
-
-c) to distribute or communicate copies of the Original Work and Derivative
-Works to the public, under any license of your choice that does not
-contradict the terms and conditions, including Licensor's reserved rights
-and remedies, in this Academic Free License;
-
-d) to perform the Original Work publicly; and
-
-e) to display the Original Work publicly.
-
-2) Grant of Patent License. Licensor grants You a worldwide, royalty-free,
-non-exclusive, sublicensable license, under patent claims owned or
-controlled by the Licensor that are embodied in the Original Work as
-furnished by the Licensor, for the duration of the patents, to make,
-use, sell, offer for sale, have made, and import the Original Work and
-Derivative Works.
-
-3) Grant of Source Code License. The term "Source Code" means the
-preferred form of the Original Work for making modifications to it
-and all available documentation describing how to modify the Original
-Work. Licensor agrees to provide a machine-readable copy of the Source
-Code of the Original Work along with each copy of the Original Work
-that Licensor distributes. Licensor reserves the right to satisfy this
-obligation by placing a machine-readable copy of the Source Code in an
-information repository reasonably calculated to permit inexpensive and
-convenient access by You for as long as Licensor continues to distribute
-the Original Work.
-
-4) Exclusions From License Grant. Neither the names of Licensor's
-trademarks, copyrights, patents, trade secrets or any other intellectual
-property. No patent license is granted to make, use, sell, offer for
-sale, have made, or import embodiments of any patent claims other than
-the licensed claims defined in Section 2. No license is granted to the
-trademarks of Licensor even if such marks are included in the Original
-Work. Nothing in this License shall be interpreted to prohibit Licensor
-from licensing under terms different from this License any Original Work
-that Licensor otherwise would have a right to license.
-
-5) External Deployment. The term "External Deployment" means the use,
-distribution, or communication of the Original Work or Derivative Works
-in any way such that the Original Work or Derivative Works may be used by
-anyone other than You, whether those works are distributed or communicated
-to those persons or made available as an application intended for use over
-a network. As an express condition for the grants of license hereunder,
-You must treat any External Deployment by You of the Original Work or
-a Derivative Work as a distribution under section 1(c).
-
-6) Attribution Rights. You must retain, in the Source Code of any
-Derivative Works that You create, all copyright, patent, or trademark
-notices from the Source Code of the Original Work, as well as any
-notices of licensing and any descriptive text identified therein as an
-"Attribution Notice." You must cause the Source Code for any Derivative
-Works that You create to carry a prominent Attribution Notice reasonably
-calculated to inform recipients that You have modified the Original Work.
-
-7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants
-that the copyright in and to the Original Work and the patent rights
-granted herein by Licensor are owned by the Licensor or are sublicensed
-to You under the terms of this License with the permission of the
-contributor(s) of those copyrights and patent rights. Except as
-expressly stated in the immediately preceding sentence, the Original
-Work is provided under this License on an "AS IS" BASIS and WITHOUT
-WARRANTY, either express or implied, including, without limitation,
-the warranties of non-infringement, merchantability or fitness for a
-particular purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL
-WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential
-part of this License. No license to the Original Work is granted by this
-License except under this disclaimer.
-
-8) Limitation of Liability. Under no circumstances and under no legal
-theory, whether in tort (including negligence), contract, or otherwise,
-shall the Licensor be liable to anyone for any indirect, special,
-incidental, or consequential damages of any character arising as a
-result of this License or the use of the Original Work including, without
-limitation, damages for loss of goodwill, work stoppage, computer failure
-or malfunction, or any and all other commercial damages or losses. This
-limitation of liability shall not apply to the extent applicable law
-prohibits such limitation.
-
-9) Acceptance and Termination. If, at any time, You expressly assented to
-this License, that assent indicates your clear and irrevocable acceptance
-of this License and all of its terms and conditions. If You distribute or
-communicate copies of the Original Work or a Derivative Work, You must
-make a reasonable effort under the circumstances to obtain the express
-assent of recipients to the terms of this License. This License conditions
-your rights to undertake the activities listed in Section 1, including
-your right to create Derivative Works based upon the Original Work,
-and doing so without honoring these terms and conditions is prohibited
-by copyright law and international treaty. Nothing in this License
-is intended to affect copyright exceptions and limitations (including
-"fair use" or "fair dealing"). This license shall terminate immediately
-and You may no longer exercise any of the rights granted to You by this
-License upon your failure to honor the conditions in Section 1(c).
-
-10) Termination for Patent Action. This License shall terminate
-automatically and You may no longer exercise any of the rights granted
-to You by this License as of the date You commence an action, including
-a cross-claim or counterclaim, against Licensor or any licensee alleging
-that the Original Work infringes a patent. This termination provision
-shall not apply for an action alleging patent infringement by combinations
-of the Original Work with other software or hardware.
-
-11) Jurisdiction, Venue and Governing Law. Any action or suit relating to
-this License may be brought only in the courts of a jurisdiction wherein
-the Licensor resides or in which Licensor conducts its primary business,
-and under the laws of that jurisdiction excluding its conflict-of-law
-provisions. The application of the United Nations Convention on Contracts
-for the International Sale of Goods is expressly excluded. Any use of the
-Original Work outside the scope of this License or after its termination
-shall be subject to the requirements and penalties of copyright or
-patent law in the appropriate jurisdiction. This section shall survive
-the termination of this License.
-
-12) Attorneys' Fees. In any action to enforce the terms of this License or
-seeking damages relating thereto, the prevailing party shall be entitled
-to recover its costs and expenses, including, without limitation,
-reasonable attorneys' fees and costs incurred in connection with such
-action, including any appeal of such action. This section shall survive
-the termination of this License.
-
-13) Miscellaneous. If any provision of this License is held to be
-unenforceable, such provision shall be reformed only to the extent
-necessary to make it enforceable.
-
-14) Definition of "You" in This License. "You" throughout this License,
-whether in upper or lower case, means an individual or a legal entity
-exercising rights under, and complying with all of the terms of, this
-License. For legal entities, "You" includes any entity that controls,
-is controlled by, or is under common control with you. For purposes of
-this definition, "control" means (i) the power, direct or indirect, to
-cause the direction or management of such entity, whether by contract
-or otherwise, or (ii) ownership of fifty percent (50%) or more of the
-outstanding shares, or (iii) beneficial ownership of such entity.
-
-15) Right to Use. You may use the Original Work in all ways not otherwise
-restricted or conditioned by this License or by law, and Licensor promises
-not to interfere with or be responsible for such uses by You.
-
-16) Modification of This License. This License is Copyright ©
-2005 Lawrence Rosen. Permission is granted to copy, distribute, or
-communicate this License without modification. Nothing in this License
-permits You to modify this License as applied to the Original Work or
-to Derivative Works. However, You may modify the text of this License
-and copy, distribute or communicate your modified version (the "Modified
-License") and apply it to other original works of authorship subject to
-the following conditions: (i) You may not indicate in any way that your
-Modified License is the "Academic Free License" or "AFL" and you may
-not use those names in the name of your Modified License; (ii) You must
-replace the notice specified in the first paragraph above with the notice
-"Licensed under " or with a notice of your
-own that is not confusingly similar to the notice in this License; and
-(iii) You may not claim that your original works are open source software
-unless your Modified License has been approved by Open Source Initiative
-(OSI) and You comply with its license review and certification process.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/AGPL-3 b/sdk_container/src/third_party/portage-stable/licenses/AGPL-3
deleted file mode 100644
index be3f7b28e56..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/AGPL-3
+++ /dev/null
@@ -1,661 +0,0 @@
- GNU AFFERO GENERAL PUBLIC LICENSE
- Version 3, 19 November 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The GNU Affero General Public License is a free, copyleft license for
-software and other kinds of works, specifically designed to ensure
-cooperation with the community in the case of network server software.
-
- The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works. By contrast,
-our General Public Licenses are intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
- Developers that use our General Public Licenses protect your rights
-with two steps: (1) assert copyright on the software, and (2) offer
-you this License which gives you legal permission to copy, distribute
-and/or modify the software.
-
- A secondary benefit of defending all users' freedom is that
-improvements made in alternate versions of the program, if they
-receive widespread use, become available for other developers to
-incorporate. Many developers of free software are heartened and
-encouraged by the resulting cooperation. However, in the case of
-software used on network servers, this result may fail to come about.
-The GNU General Public License permits making a modified version and
-letting the public access it on a server without ever releasing its
-source code to the public.
-
- The GNU Affero General Public License is designed specifically to
-ensure that, in such cases, the modified source code becomes available
-to the community. It requires the operator of a network server to
-provide the source code of the modified version running there to the
-users of that server. Therefore, public use of a modified version, on
-a publicly accessible server, gives the public access to the source
-code of the modified version.
-
- An older license, called the Affero General Public License and
-published by Affero, was designed to accomplish similar goals. This is
-a different license, not a version of the Affero GPL, but Affero has
-released a new version of the Affero GPL which permits relicensing under
-this license.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3 of the GNU Affero General Public License.
-
- "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
- "The Program" refers to any copyrightable work licensed under this
-License. Each licensee is addressed as "you". "Licensees" and
-"recipients" may be individuals or organizations.
-
- To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy. The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
- A "covered work" means either the unmodified Program or a work based
-on the Program.
-
- To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy. Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
- To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies. Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
- An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License. If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
- 1. Source Code.
-
- The "source code" for a work means the preferred form of the work
-for making modifications to it. "Object code" means any non-source
-form of a work.
-
- A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
- The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form. A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
- The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities. However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work. For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
- The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
- The Corresponding Source for a work in source code form is that
-same work.
-
- 2. Basic Permissions.
-
- All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met. This License explicitly affirms your unlimited
-permission to run the unmodified Program. The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work. This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
- You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force. You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright. Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
- Conveying under any other circumstances is permitted solely under
-the conditions stated below. Sublicensing is not allowed; section 10
-makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
- When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
- 4. Conveying Verbatim Copies.
-
- You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
- You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
- 5. Conveying Modified Source Versions.
-
- You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified
- it, and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is
- released under this License and any conditions added under section
- 7. This requirement modifies the requirement in section 4 to
- "keep intact all notices".
-
- c) You must license the entire work, as a whole, under this
- License to anyone who comes into possession of a copy. This
- License will therefore apply, along with any applicable section 7
- additional terms, to the whole of the work, and all its parts,
- regardless of how they are packaged. This License gives no
- permission to license the work in any other way, but it does not
- invalidate such permission if you have separately received it.
-
- d) If the work has interactive user interfaces, each must display
- Appropriate Legal Notices; however, if the Program has interactive
- interfaces that do not display Appropriate Legal Notices, your
- work need not make them do so.
-
- A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit. Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
- 6. Conveying Non-Source Forms.
-
- You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by the
- Corresponding Source fixed on a durable physical medium
- customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by a
- written offer, valid for at least three years and valid for as
- long as you offer spare parts or customer support for that product
- model, to give anyone who possesses the object code either (1) a
- copy of the Corresponding Source for all the software in the
- product that is covered by this License, on a durable physical
- medium customarily used for software interchange, for a price no
- more than your reasonable cost of physically performing this
- conveying of source, or (2) access to copy the
- Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the
- written offer to provide the Corresponding Source. This
- alternative is allowed only occasionally and noncommercially, and
- only if you received the object code with such an offer, in accord
- with subsection 6b.
-
- d) Convey the object code by offering access from a designated
- place (gratis or for a charge), and offer equivalent access to the
- Corresponding Source in the same way through the same place at no
- further charge. You need not require recipients to copy the
- Corresponding Source along with the object code. If the place to
- copy the object code is a network server, the Corresponding Source
- may be on a different server (operated by you or a third party)
- that supports equivalent copying facilities, provided you maintain
- clear directions next to the object code saying where to find the
- Corresponding Source. Regardless of what server hosts the
- Corresponding Source, you remain obligated to ensure that it is
- available for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided
- you inform other peers where the object code and Corresponding
- Source of the work are being offered to the general public at no
- charge under subsection 6d.
-
- A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
- A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling. In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage. For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product. A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
- "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source. The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
- If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information. But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
- The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed. Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
- Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
- 7. Additional Terms.
-
- "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law. If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
- When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it. (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.) You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
- Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or
- author attributions in that material or in the Appropriate Legal
- Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or
- requiring that modified versions of such material be marked in
- reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some
- trade names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that
- material by anyone who conveys the material (or modified versions of
- it) with contractual assumptions of liability to the recipient, for
- any liability that these contractual assumptions directly impose on
- those licensors and authors.
-
- All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10. If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term. If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
- If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
- Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
- 8. Termination.
-
- You may not propagate or modify a covered work except as expressly
-provided under this License. Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
- However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
- Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
- Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License. If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
- 9. Acceptance Not Required for Having Copies.
-
- You are not required to accept this License in order to receive or
-run a copy of the Program. Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance. However,
-nothing other than this License grants you permission to propagate or
-modify any covered work. These actions infringe copyright if you do
-not accept this License. Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License. You are not responsible
-for enforcing compliance by third parties with this License.
-
- An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations. If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
- You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License. For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
- 11. Patents.
-
- A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based. The
-work thus licensed is called the contributor's "contributor version".
-
- A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version. For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
- Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
- In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement). To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
- If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients. "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
- If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
- A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License. You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
- Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
- 12. No Surrender of Others' Freedom.
-
- If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all. For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
- 13. Remote Network Interaction; Use with the GNU General Public License.
-
- Notwithstanding any other provision of this License, if you modify the
-Program, your modified version must prominently offer all users
-interacting with it remotely through a computer network (if your version
-supports such interaction) an opportunity to receive the Corresponding
-Source of your version by providing access to the Corresponding Source
-from a network server at no charge, through some standard or customary
-means of facilitating copying of software. This Corresponding Source
-shall include the Corresponding Source for any work covered by version 3
-of the GNU General Public License that is incorporated pursuant to the
-following paragraph.
-
- Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU General Public License into a single
-combined work, and to convey the resulting work. The terms of this
-License will continue to apply to the part which is the covered work,
-but the work with which it is combined will remain governed by version
-3 of the GNU General Public License.
-
- 14. Revised Versions of this License.
-
- The Free Software Foundation may publish revised and/or new versions of
-the GNU Affero General Public License from time to time. Such new versions
-will be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU Affero General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation. If the Program does not specify a version number of the
-GNU Affero General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
- If the Program specifies that a proxy can decide which future
-versions of the GNU Affero General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
- Later license versions may give you additional or different
-permissions. However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
- 15. Disclaimer of Warranty.
-
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. Limitation of Liability.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
- 17. Interpretation of Sections 15 and 16.
-
- If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-
- Copyright (C)
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Affero General Public License for more details.
-
- You should have received a copy of the GNU Affero General Public License
- along with this program. If not, see .
-
-Also add information on how to contact you by electronic and paper mail.
-
- If your software can interact with users remotely through a computer
-network, you should also make sure that it provides a way for users to
-get its source. For example, if your program is a web application, its
-interface could display a "Source" link that leads users to an archive
-of the code. There are many ways you could offer source, and different
-solutions will be better for different programs; see section 13 for the
-specific requirements.
-
- You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU AGPL, see
-.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/AGPL-3+ b/sdk_container/src/third_party/portage-stable/licenses/AGPL-3+
deleted file mode 100644
index 34bd536fc0b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/AGPL-3+
+++ /dev/null
@@ -1,2 +0,0 @@
-GNU Affero General Public License, version 3 or any later version.
-See AGPL-3 for the full text of this license.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/AIFFWriter.m b/sdk_container/src/third_party/portage-stable/licenses/AIFFWriter.m
deleted file mode 100644
index 0c858671c3d..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/AIFFWriter.m
+++ /dev/null
@@ -1,42 +0,0 @@
-File: AIFFWriter.m
-
-Author: QuickTime DTS
-
-Change History (most recent first):
-
- <2> 03/24/06 must pass NSError objects to exportCompleted
- <1> 11/10/05 initial release
-
- Copyright 2005-2006 Apple Computer, Inc. All rights reserved.
-
-IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
-consideration of your agreement to the following terms, and your use, installation,
-modification or redistribution of this Apple software constitutes acceptance of these
-terms. If you do not agree with these terms, please do not use, install, modify or
-redistribute this Apple software.
-
-In consideration of your agreement to abide by the following terms, and subject to these
-terms, Apple grants you a personal, non-exclusive license, under Apple's copyrights in
-this original Apple software (the "Apple Software"), to use, reproduce, modify and
-redistribute the Apple Software, with or without modifications, in source and/or binary
-forms; provided that if you redistribute the Apple Software in its entirety and without
-modifications, you must retain this notice and the following text and disclaimers in all
-such redistributions of the Apple Software. Neither the name, trademarks, service marks
-or logos of Apple Computer, Inc. may be used to endorse or promote products derived from
-the Apple Software without specific prior written permission from Apple. Except as
-expressly stated in this notice, no other rights or licenses, express or implied, are
-granted by Apple herein, including but not limited to any patent rights that may be
-infringed by your derivative works or by other works in which the Apple Software may be
-incorporated.
-
-The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES,
-EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF
-NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE
-APPLE SOFTWARE OR ITS USE AND OPERATION ALONE OR IN COMBINATION WITH YOUR PRODUCTS.
-
-IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE
-USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER
-CAUSED AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT
-LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
diff --git a/sdk_container/src/third_party/portage-stable/licenses/AMD-GPU-PRO-EULA b/sdk_container/src/third_party/portage-stable/licenses/AMD-GPU-PRO-EULA
deleted file mode 100644
index cdf6e5cb438..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/AMD-GPU-PRO-EULA
+++ /dev/null
@@ -1,177 +0,0 @@
-END USER LICENSE AGREEMENT
-(AMD GPU-PRO)
-
-IMPORTANT-READ CAREFULLY: DO NOT INSTALL, COPY OR USE THE ENCLOSED SOFTWARE,
-DOCUMENTATION (AS DEFINED BELOW), OR ANY PORTION THEREOF, (COLLECTIVELY
-"SOFTWARE") UNTIL YOU HAVE CAREFULLY READ AND AGREED TO THE FOLLOWING TERMS AND
-CONDITIONS. THIS IS A LEGAL AGREEMENT ("AGREEMENT") BETWEEN YOU (EITHER AN
-INDIVIDUAL OR AN ENTITY) (COLLECTIVELY "YOU" AND "YOUR") AND ADVANCED MICRO
-DEVICES, INC. ("AMD").
-
-IF YOU DO NOT AGREE TO THE TERMS OF THIS AGREEMENT, DO NOT INSTALL, COPY OR USE
-THIS SOFTWARE. BY INSTALLING, COPYING OR USING THE SOFTWARE YOU AGREE TO ALL
-THE TERMS AND CONDITIONS OF THIS AGREEMENT.
-
-1. DEFINITIONS
-
- 1. “Documentation” means install scripts and online or electronic
- documentation associated, included, or provided in connection with the
- Software, or any portion thereof.
-
- 2. “Intellectual Property Rights” means all copyrights, trademarks, trade
- secrets, patents, mask works, and all related, similar, or other
- intellectual property rights recognized in any jurisdiction worldwide,
- including all applications and registrations with respect thereto.
-
- 3. “Free Software License” means an open source or other license that
- requires, as a condition of use, modification or distribution, that any
- resulting software must be (a) disclosed or distributed in source code
- form; (b) licensed for the purpose of making derivative works; or (c)
- redistributable at no charge.
-
-2. LICENSE
-
-Subject to the terms and conditions of this Agreement, AMD hereby grants You a
-non-exclusive, royalty-free, revocable, non-transferable, limited, copyright
-license to use the Software solely in conjunction with systems or components
-that include or incorporate AMD processors, as applicable.
-
-3. RESTRICTIONS
-
-Except for the limited license expressly granted in Section 2 herein, You have
-no other rights in the Software, whether express, implied, arising by estoppel
-or otherwise. Further restrictions regarding Your use of the Software are set
-forth below. You may not:
-
- 1. modify or create derivative works of the Software;
- 2. distribute, assign or otherwise transfer the Software;
- 3. decompile, reverse engineer, disassemble or otherwise reduce the Software
- to a human-perceivable form (except as allowed by applicable law);
- 4. alter or remove any copyright, trademark or patent notice(s) in the
- Software; or
- 5. use the Software to: (i) develop inventions directly derived from
- confidential information to seek patent protection; (ii) assist in the
- analysis of Your patents and patent applications; or (iii) modify existing
- patents.;
- 6. use, modify and/or distribute any of the Software so that any part becomes
- subject to a Free Software License.
-
-4. FEEDBACK
-
-You have no obligation to give AMD any suggestions, comments or other feedback
-(“Feedback”) relating to the Software. However, AMD may use and include any
-Feedback that it receives from You to improve the Software or other AMD
-products, software and technologies. Accordingly, for any Feedback You provide
-to AMD, You grant AMD and its affiliates and subsidiaries a worldwide,
-non-exclusive, irrevocable, royalty-free, perpetual license to, directly or
-indirectly, use, reproduce, license, sublicense, distribute, make, have made,
-sell and otherwise commercialize the Feedback in the Software or other AMD
-products, software and technologies. You further agree not to provide any
-Feedback that (a) You know is subject to any Intellectual Property Rights of
-any third party or (b) is subject to license terms which seek to require any
-products incorporating or derived from such Feedback, or other AMD intellectual
-property, to be licensed to or otherwise shared with any third party.
-
-5. OWNERSHIP AND COPYRIGHT OF SOFTWARE
-
-The Software, including all Intellectual Property Rights therein, is and
-remains the sole and exclusive property of AMD or its licensors, and You shall
-have no right, title or interest therein except as expressly set forth in this
-Agreement. You agree to prevent any unauthorized copying of the Software. All
-title in and to the Software, all copies thereof (in whole or in part, and in
-any form), and all rights and Intellectual Property Rights therein shall remain
-vested in AMD. Except as expressly provided in Section 2 herein, AMD does not
-grant any express or implied right to You under AMD patents, copyrights,
-trademarks, or trade secret information.
-
-6. WARRANTY DISCLAIMER
-
-THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. AMD DISCLAIMS
-ALL WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING BUT NOT LIMITED TO
-THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
-TITLE, NON-INFRINGEMENT, THAT THE SOFTWARE WILL RUN UNINTERRUPTED OR ERROR-FREE
-OR WARRANTIES ARISING FROM CUSTOM OF TRADE OR COURSE OF USAGE. THE ENTIRE RISK
-ASSOCIATED WITH THE USE OF THE SOFTWARE IS ASSUMED BY YOU. Some jurisdictions
-do not allow the exclusion of implied warranties, so the above exclusion may
-not apply to You.
-
-7. LIMITATION OF LIABILITY AND INDEMNIFICATION
-
-AMD AND ITS LICENSORS WILL NOT, UNDER ANY CIRCUMSTANCES BE LIABLE TO YOU FOR
-ANY PUNITIVE, DIRECT, INCIDENTAL, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES
-ARISING FROM USE OF THE SOFTWARE OR THIS AGREEMENT EVEN IF AMD AND ITS
-LICENSORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. In no event
-shall AMD's total liability to You for all damages, losses, and causes of
-action (whether in contract, tort (including negligence) or otherwise) exceed
-the amount of $100 USD. You agree to defend, indemnify and hold harmless AMD
-and its licensors, and any of their directors, officers, employees, affiliates
-or agents from and against any and all loss, damage, liability and other
-expenses (including reasonable attorneys' fees), resulting from Your use of the
-Software or violation of the terms and conditions of this Agreement.
-
-8. EXPORT RESTRICTIONS
-
-You shall adhere to all applicable U.S., European, and other export laws,
-including but not limited to the U.S. Export Administration Regulations
-("EAR"), (15 C.F.R. Sections 730 through 774), and E.U. Council Regulation (EC)
-No 428/2009 of 5 May 2009. Further, pursuant to Section 740.6 of the EAR, You
-hereby certify that, except pursuant to a license granted by the United States
-Department of Commerce Bureau of Industry and Security or as otherwise
-permitted pursuant to a License Exception under the EAR, You will not (1)
-export, re-export or release to a national of a country in Country Groups D:1,
-E:1 or E:2 any restricted technology, software, or source code You receive from
-AMD, or (2) export to Country Groups D:1, E:1 or E:2 the direct product of such
-technology or software, if such foreign produced direct product is subject to
-national security controls as identified on the Commerce Control List
-(currently found in Supplement 1 to Part 774 of EAR). For the most current
-Country Group listings, or for additional information about the EAR or Your
-obligations under those regulations, please refer to the U.S. Bureau of
-Industry and Security's website at http://www.bis.doc.gov/.
-
-9. U.S. GOVERNMENT RESTRICTED RIGHTS
-
-The Software is provided with "RESTRICTED RIGHTS." Use, duplication, or
-disclosure by the Government is subject to the restrictions as set forth in FAR
-52.227-14 and DFAR252.227-7013, et seq., or its successor. Use of the Software
-by the Government constitutes acknowledgement of AMD's proprietary rights in
-them.
-
-10. TERMINATION OF LICENSE
-
-This Agreement will terminate immediately without notice from AMD or judicial
-resolution if (1) You fail to comply with any provisions of this Agreement, or
-(2) You provide AMD with notice that You would like to terminate this
-Agreement. Upon termination of this Agreement, You must delete or destroy all
-copies of the Software. Upon termination or expiration of this Agreement, all
-provisions survive except for Section 2.
-
-11. GOVERNING LAW
-
-This Agreement is made under and shall be construed according to the laws of
-the State of California, excluding conflicts of law rules. Each party submits
-to the jurisdiction of the state and federal courts of Santa Clara County and
-the Northern District of California for the purposes of this Agreement. You
-acknowledge that Your breach of this Agreement may cause irreparable damage and
-agree that AMD shall be entitled to seek injunctive relief under this
-Agreement, as well as such further relief as may be granted by a court of
-competent jurisdiction.
-
-12. GENERAL PROVISIONS
-
-You may not assign this Agreement without the prior written consent of AMD and
-any assignment without such consent will be null and void. The parties do not
-intend that any agency or partnership relationship be created between them by
-this Agreement. Each provision of this Agreement shall be interpreted in such a
-manner as to be effective and valid under applicable law. However, in the event
-that any provision of this Agreement becomes or is declared unenforceable by
-any court of competent jurisdiction, such provision shall be deemed deleted and
-the remainder of this Agreement shall remain in full force and effect.
-
-13. ENTIRE AGREEMENT
-
-This Agreement sets forth the entire agreement and understanding between the
-parties with respect to the Software and supersedes and merges all prior oral
-and written agreements, discussions and understandings between them regarding
-the subject matter of this Agreement. No waiver or modification of any
-provision of this Agreement shall be binding unless made in writing and signed
-by an authorized representative of each party.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/AMPAS b/sdk_container/src/third_party/portage-stable/licenses/AMPAS
deleted file mode 100644
index 19095a78ee8..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/AMPAS
+++ /dev/null
@@ -1,42 +0,0 @@
-Copyright (c) 2006 Academy of Motion Picture Arts and Sciences
-("A.M.P.A.S."). Portions contributed by others as indicated.
-All rights reserved.
-
-A world-wide, royalty-free, non-exclusive right to distribute, copy,
-modify, create derivatives, and use, in source and binary forms, is
-hereby granted, subject to acceptance of this license. Performance of
-any of the aforementioned acts indicates acceptance to be bound by the
-following terms and conditions:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the Disclaimer of Warranty.
-
- * Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the Disclaimer of Warranty
- in the documentation and/or other materials provided with the
- distribution.
-
- * Nothing in this license shall be deemed to grant any rights to
- trademarks, copyrights, patents, trade secrets or any other
- intellectual property of A.M.P.A.S. or any contributors, except
- as expressly stated herein, and neither the name of A.M.P.A.S.
- nor of any other contributors to this software, may be used to
- endorse or promote products derived from this software without
- specific prior written permission of A.M.P.A.S. or contributor,
- as appropriate.
-
-This license shall be governed by the laws of the State of California,
-and subject to the jurisdiction of the courts therein.
-
-Disclaimer of Warranty: THIS SOFTWARE IS PROVIDED BY A.M.P.A.S. AND
-CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
-BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT ARE DISCLAIMED. IN NO
-EVENT SHALL A.M.P.A.S., ANY CONTRIBUTORS OR DISTRIBUTORS BE LIABLE FOR
-ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
-GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
-IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
-OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
-IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/APL-1.0 b/sdk_container/src/third_party/portage-stable/licenses/APL-1.0
deleted file mode 100644
index c78affbd8a1..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/APL-1.0
+++ /dev/null
@@ -1,828 +0,0 @@
-ADAPTIVE PUBLIC LICENSE Version 1.0
-
-THE LICENSED WORK IS PROVIDED UNDER THE TERMS OF THIS ADAPTIVE
-PUBLIC LICENSE ("LICENSE"). ANY USE, REPRODUCTION OR DISTRIBUTION
-OF THE LICENSED WORK CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
-LICENSE AND ITS TERMS, WHETHER OR NOT SUCH RECIPIENT READS THE
-TERMS OF THIS LICENSE. "LICENSED WORK" AND "RECIPIENT" ARE
-DEFINED BELOW.
-
-IMPORTANT NOTE: This License is "adaptive", and the generic version or another
-version of an Adaptive Public License should not be relied upon to determine your rights
-and obligations under this License. You must read the specific Adaptive Public License
-that you receive with the Licensed Work, as certain terms are defined at the outset by the
-Initial Contributor.
-
-See Section 2.2 below, Exhibit A attached, and any Suppfile.txt accompanying this
-License to determine the specific adaptive features applicable to this License. For
-example, without limiting the foregoing, (a) for selected choice of law and jurisdiction
-see Part 3 of Exhibit A; (b) for the selected definition of Third Party see Part 4 of Exhibit
-A; and (c) for selected patent licensing terms (if any) see Section 2.2 below and Part 6 of
-Exhibit A.
-
-1. DEFINITIONS.
-
- 1.1. "CONTRIBUTION" means:
-
- (a) In the case of the Initial Contributor, the Initial Work distributed under this License
-by the Initial Contributor; and
-
- (b) In the case of each Subsequent Contributor, the Subsequent Work originating from
-and distributed by such Subsequent Contributor.
-
- 1.2. "DESIGNATED WEB SITE" means the web site having the URL identified in Part
-1 of Exhibit A, which URL may be changed by the Initial Contributor by posting on the
-current Designated Web Site the new URL for at least sixty (60) days.
-
- 1.3. "DISTRIBUTOR" means any Person that distributes the Licensed Work or any
-portion thereof to at least one Third Party.
-
- 1.4. "ELECTRONIC DISTRIBUTION MECHANISM" means any mechanism generally
-accepted in the software development community for the electronic transfer of data.
-
- 1.5. "EXECUTABLE" means the Licensed Work in any form other than Source Code.
-
- 1.6. "GOVERNING JURISDICTION" means the state, province or other legal
-jurisdiction identified in Part 3 of Exhibit A.
-
- 1.7. "INDEPENDENT MODULE" means a separate module of software and/or data that
-is not a derivative work of or copied from the Licensed Work or any portion thereof. In
-addition, a module does not qualify as an Independent Module but instead forms part of
-the Licensed Work if the module: (a) is embedded in the Licensed Work; (b) is included
-by reference in the Licensed Work other than by a function call or a class reference; or
-(c) must be included or contained, in whole or in part, within a file directory or
-subdirectory actually containing files making up the Licensed Work.
-
- 1.8. "INITIAL CONTRIBUTOR" means the Person or entity identified as the Initial
-Contributor in the notice required by Part 1 of Exhibit A.
-
- 1.9. "INITIAL WORK" means the initial Source Code, object code (if any) and
-documentation for the computer program identified in Part 2 of Exhibit A, as such Source
-Code, object code and documentation is distributed under this License by the Initial
-Contributor.
-
- 1.10. "LARGER WORK" means a work that combines the Licensed Work or portions
-thereof with code not governed by this License.
-
- 1.11. "LICENSED WORK" means the Initial Work and/or any Subsequent Work, in
-each case including portions thereof.
-
- 1.12. "LICENSE NOTICE" has the meaning assigned in Part 5 of Exhibit A.
-
- 1.13. "MODIFICATION" or "MODIFICATIONS" means any change to and/or addition
-to the Licensed Work.
-
- 1.14. "PERSON" means an individual or other legal entity, including a corporation,
-partnership or other body.
-
- 1.15. "RECIPIENT" means any Person who receives or obtains the Licensed Work
-under this License (by way of example, without limiting the foregoing, any Subsequent
-Contributor or Distributor).
-
- 1.16. "SOURCE CODE" means the source code for a computer program, including the
-source code for all modules and components of the computer program, plus any
-associated interface definition files, and scripts used to control compilation and
-installation of an executable.
-
- 1.17. "SUBSEQUENT CONTRIBUTOR" means any Person that makes or contributes
-to the making of any Subsequent Work and that distributes that Subsequent Work to at
-least one Third Party.
-
- 1.18. "SUBSEQUENT WORK" means a work that has resulted or arises from changes to
-and/or additions to:
-
- (a) the Initial Work;
-
- (b) any other Subsequent Work; or
-
- (c) to any combination of the Initial Work and any such other Subsequent Work;
-
- where such changes and/or additions originate from a Subsequent Contributor. A
-Subsequent Work will "originate" from a Subsequent Contributor if the Subsequent Work
-was a result of efforts by such Subsequent Contributor (or anyone acting on such
-Subsequent Contributor's behalf, such as, a contractor or other entity that is engaged by
-or under the direction of the Subsequent Contributor). For greater certainty, a Subsequent
-Work expressly excludes and shall not capture within its meaning any Independent
-Module.
-
- 1.19. "SUPPLEMENT FILE" means a file distributed with the Licensed Work having a
-file name "suppfile.txt".
-
- 1.20. "THIRD PARTY" has the meaning assigned in Part 4 of Exhibit A.
-
-2. LICENSE.
-
- 2.1. COPYRIGHT LICENSE FROM INITIAL AND SUBSEQUENT
-CONTRIBUTORS.
-
- (a) Subject to the terms of this License, the Initial Contributor hereby grants each
-Recipient a world-wide, royalty-free, non-exclusive copyright license to:
-
- (i) reproduce, prepare derivative works of, publicly display, publicly perform, distribute
-and sublicense the Initial Work; and
-
- (ii) reproduce, publicly display, publicly perform, distribute, and sublicense any
-derivative works (if any) prepared by Recipient;
-
- in Source Code and Executable form, either with other Modifications, on an unmodified
-basis, or as part of a Larger Work.
-
- (b) Subject to the terms of this License, each Subsequent Contributor hereby grants each
-Recipient a world-wide, royalty-free, non-exclusive copyright license to:
-
- (i) reproduce, prepare derivative works of, publicly display, publicly perform, distribute
-and sublicense the Subsequent Work of such Subsequent Contributor; and
-
- (ii) reproduce, publicly display, publicly perform, distribute, and sublicense any
-derivative works (if any) prepared by Recipient;
-
- in Source Code and Executable form, either with other Modifications, on an unmodified
-basis, or as part of a Larger Work.
-
- 2.2. PATENT LICENSE FROM INITIAL AND SUBSEQUENT CONTRIBUTORS.
-
- (a) This License does not include or grant any patent license whatsoever from the Initial
-Contributor, Subsequent Contributor, or any Distributor unless, at the time the Initial
-Work is first distributed or made available under this License (as the case may be), the
-Initial Contributor has selected pursuant to Part 6 of Exhibit A the patent terms in
-paragraphs A, B, C, D and E from Part 6 of Exhibit A. If this is not done then the Initial
-Work and any other Subsequent Work is made available under the License without any
-patent license (the "PATENTS-EXCLUDED LICENSE").
-
- (b) However, the Initial Contributor may subsequently distribute or make available (as
-the case may be) future copies of: (1) the Initial Work; or (2) any Licensed Work
-distributed by the Initial Contributor which includes the Initial Work (or any portion
-thereof) and/or any Modification made by the Initial Contributor; available under a
-License which includes a patent license (the "PATENTS-INCLUDED LICENSE") by
-selecting pursuant to Part 6 of Exhibit A the patent terms in paragraphs A, B, C, D and E
-from Part 6 of Exhibit A, when the Initial Contributor distributes or makes available (as
-the case may be) such future copies under this License.
-
- (c) If any Recipient receives or obtains one or more copies of the Initial Work or any
-other portion of the Licensed Work under the Patents-Included License, then all licensing
-of such copies under this License shall include the terms in paragraphs A, B, C, D and E
-from Part 6 of Exhibit A and that Recipient shall not be able to rely upon the Patents-
-Excluded License for any such copies. However, all Recipients that receive one or more
-copies of the Initial Work or any other portion of the Licensed Work under a copy of the
-License which includes the Patents-Excluded License shall have no patent license with
-respect to such copies received under the Patents-Excluded License and availability and
-distribution of such copies, including Modifications made by such Recipient to such
-copies, shall be under a copy of the License without any patent license.
-
- (d) Where a Recipient uses in combination or combines any copy of the Licensed Work
-(or portion thereof) licensed under a copy of the License having a Patents-Excluded
-License with any copy of the Licensed Work (or portion thereof) licensed under a copy of
-the License having a Patents-Included License, the combination (and any portion thereof)
-shall, from the first time such Recipient uses, makes available or distributes the
-combination (as the case may be), be subject to only the terms of the License having the
-Patents-Included License which shall include the terms in paragraphs A, B, C, D and E
-from Part 6 of Exhibit A.
-
- 2.3. ACKNOWLEDGEMENT AND DISCLAIMER.
-
- Recipient understands and agrees that although Initial Contributor and each Subsequent
-Contributor grants the licenses to its Contributions set forth herein, no representation,
-warranty, guarantee or assurance is provided by any Initial Contributor, Subsequent
-Contributor, or Distributor that the Licensed Work does not infringe the patent or other
-intellectual property rights of any other entity. Initial Contributor, Subsequent
-Contributor, and each Distributor disclaims any liability to Recipient for claims brought
-by any other entity based on infringement of intellectual property rights or otherwise, in
-relation to the Licensed Works. As a condition to exercising the rights and licenses
-granted hereunder, each Recipient hereby assumes sole responsibility to secure any other
-intellectual property rights needed, if any. For example, without limiting the foregoing
-disclaimers, if a third party patent license is required to allow Recipient to distribute the
-Licensed Work, it is Recipient's responsibility to acquire that license before distributing
-the Licensed Work.
-
- 2.4. RESERVATION.
-
- Nothing in this License shall be deemed to grant any rights to trademarks, copyrights,
-patents, trade secrets or any other intellectual property of Initial Contributor, Subsequent
-Contributor, or Distributor except as expressly stated herein.
-
-3. DISTRIBUTION OBLIGATIONS.
-
- 3.1. DISTRIBUTION GENERALLY.
-
- (a) A Subsequent Contributor shall make that Subsequent Contributor's Subsequent
-Work(s) available to the public via an Electronic Distribution Mechanism for a period of
-at least twelve (12) months. The aforesaid twelve (12) month period shall begin within a
-reasonable time after the creation of the Subsequent Work and no later than sixty (60)
-days after first distribution of that Subsequent Contributor's Subsequent Work.
-
- (b) All Distributors must distribute the Licensed Work in accordance with the terms of
-the License, and must include a copy of this License (including without limitation Exhibit
-A and the accompanying Supplement File) with each copy of the Licensed Work
-distributed. In particular, this License must be prominently distributed with the Licensed
-Work in a file called "license.txt." In addition, the License Notice in Part 5 of Exhibit A
-must be included at the beginning of all Source Code files, and viewable to a user in any
-executable such that the License Notice is reasonably brought to the attention of any
-party using the Licensed Work.
-
- 3.2. EXECUTABLE DISTRIBUTIONS OF THE LICENSED WORK.
-
- A Distributor may choose to distribute the Licensed Work, or any portion thereof, in
-Executable form (an "EXECUTABLE DISTRIBUTION") to any third party, under the
-terms of Section 2 of this License, provided the Executable Distribution is made available
-under and accompanied by a copy of this License, AND provided at least ONE of the
-following conditions is fulfilled:
-
- (a) The Executable Distribution must be accompanied by the Source Code for the
-Licensed Work making up the Executable Distribution, and the Source Code must be
-distributed on the same media as the Executable Distribution or using an Electronic
-Distribution Mechanism; or
-
- (b) The Executable Distribution must be accompanied with a written offer, valid for at
-least thirty six (36) months, to give any third party under the terms of this License, for a
-charge no more than the cost of physically performing source distribution, a complete
-machine-readable copy of the Source Code for the Licensed Work making up the
-Executable Distribution, to be available and distributed using an Electronic Distribution
-Mechanism, and such Executable Distribution must remain available in Source Code
-form to any third party via the Electronic Distribution Mechanism (or any replacement
-Electronic Distribution Mechanism the particular Distributor may reasonably need to turn
-to as a substitute) for said at least thirty six (36) months.
-
- For greater certainty, the above-noted requirements apply to any Licensed Work or
-portion thereof distributed to any third party in Executable form, whether such
-distribution is made alone, in combination with a Larger Work or Independent Modules,
-or in some other combination.
-
- 3.3. SOURCE CODE DISTRIBUTIONS.
-
- When a Distributor makes the Licensed Work, or any portion thereof, available to any
-Person in Source Code form, it must be made available under this License and a copy of
-this License must be included with each copy of the Source Code, situated so that the
-copy of the License is conspicuously brought to the attention of that Person. For greater
-clarification, this Section 3.3 applies to all distribution of the Licensed Work in any
-Source Code form. A Distributor may charge a fee for the physical act of transferring a
-copy, which charge shall be no more than the cost of physically performing source
-distribution.
-
- 3.4. REQUIRED NOTICES IN SOURCE CODE.
-
- Each Subsequent Contributor must ensure that the notice set out in Part 5 of Exhibit A is
-included in each file of the Source Code for each Subsequent Work originating from that
-particular Subsequent Contributor, if such notice is not already included in each such file.
-If it is not possible to put such notice in a particular Source Code file due to its structure,
-then the Subsequent Contributor must include such notice in a location (such as a relevant
-directory in which the file is stored) where a user would be likely to look for such a
-notice.
-
- 3.5. NO DISTRIBUTION REQUIREMENTS FOR INTERNALLY USED
-MODIFICATIONS.
-
-Notwithstanding Sections 3.2, 3.3 and 3.4, Recipient may, internally within its own
-corporation or organization use the Licensed Work, including the Initial Work and
-Subsequent Works, and make Modifications for internal use within Recipient's own
-corporation or organization (collectively, "INTERNAL USE MODIFICATIONS"). The
-Recipient shall have no obligation to distribute, in either Source Code or Executable
-form, any such Internal Use Modifications made by Recipient in the course of such
-internal use, except where required below in this Section 3.5. All Internal Use
-Modifications distributed to any Person, whether or not a Third Party, shall be distributed
-pursuant to and be accompanied by the terms of this License. If the Recipient chooses to
-distribute any such Internal Use Modifications to any Third Party, then the Recipient
-shall be deemed a Subsequent Contributor, and any such Internal Use Modifications
-distributed to any Third Party shall be deemed a Subsequent Work originating from that
-Subsequent Contributor, and shall from the first such instance become part of the
-Licensed Work that must thereafter be distributed and made available to third parties in
-accordance with the terms of Sections 3.1 to 3.4 inclusive.
-
- 3.6. INDEPENDENT MODULES.
-
-This License shall not apply to Independent Modules of any Initial Contributor,
-Subsequent Contributor, Distributor or any Recipient, and such Independent Modules
-may be licensed or made available under one or more separate license agreements.
-
- 3.7. LARGER WORKS.
-
-Any Distributor or Recipient may create or contribute to a Larger Work by combining
-any of the Licensed Work with other code not governed by the terms of this License, and
-may distribute the Larger Work as one or more products. However, in any such case,
-Distributor or Recipient (as the case may be) must make sure that the requirements of this
-License are fulfilled for the Licensed Work portion of the Larger Work.
-
- 3.8. DESCRIPTION OF DISTRIBUTED MODIFICATIONS.
-
- (a) Each Subsequent Contributor (including the Initial Contributor where the Initial
-Contributor also qualifies as a Subsequent Contributor) must cause each Subsequent
-Work created or contributed to by that Subsequent Contributor to contain a file
-documenting the changes, in accordance with the requirements of Part 1 of the
-Supplement File, that such Subsequent Contributor made in the creation or contribution
-to that Subsequent Work. If no Supplement File exists or no requirements are set out in
-Part 1 of the Supplement File, then there are no requirements for Subsequent Contributors
-to document changes that they make resulting in Subsequent Works.
-
- (b) The Initial Contributor may at any time introduce requirements or add to or change
-earlier requirements (in each case, the "EARLIER DESCRIPTION REQUIREMENTS")
-for documenting changes resulting in Subsequent Works by revising Part 1 of each copy
-of the Supplement File distributed by the Initial Contributor with future copies of the
-Licensed Work so that Part 1 then contains new requirements (the "NEW
-DESCRIPTION REQUIREMENTS") for documenting such changes.
-
- (c) Any Recipient receiving at any time any copy of an Initial Work or any Subsequent
-Work under a copy of this License (in each case, an "Earlier LICENSED COPY") having
-the Earlier Description Requirements may choose, with respect to each such Earlier
-Licensed Copy, to comply with the Earlier Description Requirements or the New
-Description Requirements. Where a Recipient chooses to comply with the New
-Description Requirements, that Recipient will, when thereafter distributing any copies of
-any such Earlier Licensed Copy, include a Supplement File having a section entitled Part
-1 that contains a copy of the New Description Requirements.
-
- (d) For greater certainty, the intent of Part 1 of the Supplement File is to provide a
-mechanism (if any) by which Subsequent Contributors must document changes that they
-make to the Licensed Work resulting in Subsequent Works. Part 1 of any Supplement
-File shall not be used to increase or reduce the scope of the license granted in Article 2 of
-this License or in any other way increase or decrease the rights and obligations of any
-Recipient, and shall at no time serve as the basis for terminating the License. Further, a
-Recipient can be required to correct and change its documentation procedures to comply
-with Part 1 of the Supplement File, but cannot be penalised with damages. Part 1 of any
-Supplement File is only binding on each Recipient of any Licensed Work to the extent
-Part 1 sets out the requirements for documenting changes to the Initial Work or any
-Subsequent Work.
-
- (e) An example of a set of requirements for documenting changes and contributions
-made by Subsequent Contributor is set out in Part 7 of Exhibit A of this License. Part 7 is
-a sample only and is not binding on Recipients, unless (subject to the earlier paragraphs
-of this Section 3.8) those are the requirements that the Initial Contributor includes in Part
-1 of the Supplement File with the copies of the Initial Work distributed under this
-License.
-
- 3.9. USE OF DISTRIBUTOR NAME.
-
- The name of a Distributor may not be used by any other Distributor to endorse or
-promote the Licensed Work or products derived from the Licensed Work, without prior
-written permission.
-
- 3.10. LIMITED RECOGNITION OF INITIAL CONTRIBUTOR.
-
- (a) As a modest attribution to the Initial Contributor, in the hope that its promotional
-value may help justify the time, money and effort invested in writing the Initial Work, the
-Initial Contributor may include in Part 2 of the Supplement File a requirement that each
-time an executable program resulting from the Initial Work or any Subsequent Work, or a
-program dependent thereon, is launched or run, a prominent display of the Initial
-Contributor's attribution information must occur (the "ATTRIBUTION
-INFORMATION"). The Attribution Information must be included at the beginning of
-each Source Code file. For greater certainty, the Initial Contributor may specify in the
-Supplement File that the above attribution requirement only applies to an executable
-program resulting from the Initial Work or any Subsequent Work, but not a program
-dependent thereon. The intent is to provide for reasonably modest attribution, therefore
-the Initial Contributor may not require Recipients to display, at any time, more than the
-following Attribution Information: (a) a copyright notice including the name of the Initial
-Contributor; (b) a word or one phrase (not exceeding 10 words); (c) one digital image or
-graphic provided with the Initial Work; and (d) a URL (collectively, the
-"ATTRIBUTION LIMITS").
-
- (b) If no Supplement File exists, or no Attribution Information is set out in Part 2 of the
-Supplement File, then there are no requirements for Recipients to display any Attribution
-Information of the Initial Contributor.
-
- (c) Each Recipient acknowledges that all trademarks, service marks and/or trade names
-contained within Part 2 of the Supplement File distributed with the Licensed Work are
-the exclusive property of the Initial Contributor and may only be used with the
-permission of the Initial Contributor, or under circumstances otherwise permitted by law,
-or as expressly set out in this License.
-
- 3.11. For greater certainty, any description or attribution provisions contained within a
-Supplement File may only be used to specify the nature of the description or attribution
-requirements, as the case may be. Any provision in a Supplement File that otherwise
-purports to modify, vary, nullify or amend any right, obligation or representation
-contained herein shall be deemed void to that extent, and shall be of no force or effect.
-
-4. COMMERCIAL USE AND INDEMNITY.
-
- 4.1. COMMERCIAL SERVICES.
-
- A Recipient ("COMMERCIAL RECIPIENT") may choose to offer, and to charge a fee
-for, warranty, support, indemnity or liability obligations (collectively, "SERVICES") to
-one or more other Recipients or Distributors. However, such Commercial Recipient may
-do so only on that Commercial Recipient's own behalf, and not on behalf of any other
-Distributor or Recipient, and Commercial Recipient must make it clear than any such
-warranty, support, indemnity or liability obligation(s) is/are offered by Commercial
-Recipient alone. At no time may Commercial Recipient use any Services to deny any
-party the Licensed Work in Source Code or Executable form when so required under any
-of the other terms of this License. For greater certainty, this Section 4.1 does not diminish
-any of the other terms of this License, including without limitation the obligation of the
-Commercial Recipient as a Distributor, when distributing any of the Licensed Work in
-Source Code or Executable form, to make such distribution royalty-free (subject to the
-right to charge a fee of no more than the cost of physically performing Source Code or
-Executable distribution (as the case may be)).
-
- 4.2. INDEMNITY.
-
- Commercial distributors of software may accept certain responsibilities with respect to
-end users, business partners and the like. While this License is intended to facilitate the
-commercial use of the Licensed Work, the Distributor who includes any of the Licensed
-Work in a commercial product offering should do so in a manner which does not create
-potential liability for other Distributors. Therefore, if a Distributor includes the Licensed
-Work in a commercial product offering or offers any Services, such Distributor
-("COMMERCIAL DISTRIBUTOR") hereby agrees to defend and indemnify every other
-Distributor or Subsequent Contributor (in each case an "INDEMNIFIED PARTY")
-against any losses, damages and costs (collectively "LOSSES") arising from claims,
-lawsuits and other legal actions brought by a third party against the Indemnified Party to
-the extent caused by the acts or omissions of such Commercial Distributor in connection
-with its distribution of any of the Licensed Work in a commercial product offering or in
-connection with any Services. The obligations in this section do not apply to any claims
-or Losses relating to any actual or alleged intellectual property infringement. In order to
-qualify, an Indemnified Party must: (a) promptly notify the Commercial Distributor in
-writing of such claim; and (b) allow the Commercial Distributor to control, and co-
-operate with the Commercial Distributor in, the defense and any related settlement
-negotiations. The Indemnified Party may participate in any such claim at its own
-expense.
-
-5. VERSIONS OF THE LICENSE.
-
- 5.1. NEW VERSIONS.
-
- The Initial Contributor may publish revised and/or new versions of the License from
-time to time. Each version will be given a distinguishing version number.
-
- 5.2. EFFECT OF NEW VERSIONS.
-
- Once the Licensed Work or any portion thereof has been published by Initial Contributor
-under a particular version of the License, Recipient may choose to continue to use it
-under the terms of that version. However, if a Recipient chooses to use the Licensed
-Work under the terms of any subsequent version of the License published by the Initial
-Contributor, then from the date of making this choice, the Recipient must comply with
-the terms of that subsequent version with respect to all further reproduction, preparation
-of derivative works, public display of, public performance of, distribution and
-sublicensing by the Recipient in connection with the Licensed Work. No one other than
-the Initial Contributor has the right to modify the terms applicable to the Licensed Work
-
-6. DISCLAIMER OF WARRANTY.
-
- 6.1. GENERAL DISCLAIMER.
-
- EXCEPT AS EXPRESSLY SET FORTH IN THIS LICENSE, THE LICENSED WORK
-IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT ANY
-REPRESENTATION, WARRANTY, GUARANTEE, ASSURANCE OR CONDITION
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT
-LIMITATION, WARRANTIES OR CONDITIONS OF TITLE, NON-
-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF
-THE LICENSED WORK IS WITH RECIPIENT. SHOULD ANY LICENSED WORK
-PROVE DEFECTIVE IN ANY RESPECT, RECIPIENT (NOT THE INITIAL
-CONTRIBUTOR OR ANY SUBSEQUENT CONTRIBUTOR) ASSUMES THE COST
-OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS CLAUSE
-CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY
-LICENSED WORK IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
-LICENSE INCLUDING WITHOUT LIMITATION THIS DISCLAIMER.
-
- 6.2. RESPONSIBILITY OF RECIPIENTS.
-
- Each Recipient is solely responsible for determining the appropriateness of using and
-distributing the Licensed Work and assumes all risks associated with its exercise of rights
-under this License, including but not limited to the risks and costs of program errors,
-compliance with applicable laws, damage to or loss of data, programs or equipment, and
-unavailability or interruption of operations.
-
-7. TERMINATION.
-
- 7.1. This License shall continue until terminated in accordance with the express terms
-herein.
-
- 7.2. Recipient may choose to terminate this License automatically at any time.
-
- 7.3. This License, including without limitation the rights granted hereunder to a
-particular Recipient, will terminate automatically if such Recipient is in material breach
-of any of the terms of this License and fails to cure such breach within sixty (60) days of
-becoming aware of the breach. Without limiting the foregoing, any material breach by
-such Recipient of any term of any other License under which such Recipient is granted
-any rights to the Licensed Work shall constitute a material breach of this License.
-
- 7.4. Upon termination of this License by or with respect to a particular Recipient for any
-reason, all rights granted hereunder and under any other License to that Recipient shall
-terminate. However, all sublicenses to the Licensed Work which were previously
-properly granted by such Recipient under a copy of this License (in each case, an "Other
-License" and in plural, "Other Licenses") shall survive any such termination of this
-License, including without limitation the rights and obligations under such Other
-Licenses as set out in their respective Sections 2, 3, 4, 5, 6, 7 and 8, mutatis mutandis, for
-so long as the respective sublicensees (i.e. other Recipients) remain in compliance with
-the terms of the copy of this License under which such sublicensees received rights to the
-Licensed Work. Any termination of such Other Licenses shall be pursuant to their
-respective Section 7, mutatis mutandis. Provisions which, by their nature, must remain in
-effect beyond the termination of this License shall survive.
-
- 7.5. Upon any termination of this License by or with respect to a particular Recipient,
-Sections 4.1, 4.2, 6.1, 6.2, 7.4, 7.5, 8.1, and 8.2, together with all provisions of this
-License necessary for the interpretation and enforcement of same, shall expressly survive
-such termination.
-
-8. LIMITATION OF LIABILITY.
-
- 8.1. IN NO EVENT SHALL ANY OF INITIAL CONTRIBUTOR, ITS
-SUBSIDIARIES, OR AFFILIATES, OR ANY OF ITS OR THEIR RESPECTIVE
-OFFICERS, DIRECTORS, EMPLOYEES, AND/OR AGENTS (AS THE CASE MAY
-BE), HAVE ANY LIABILITY FOR ANY DIRECT DAMAGES, INDIRECT
-DAMAGES, PUNITIVE DAMAGES, INCIDENTAL DAMAGES, SPECIAL
-DAMAGES, EXEMPLARY DAMAGES, CONSEQUENTIAL DAMAGES OR ANY
-OTHER DAMAGES WHATSOEVER (INCLUDING WITHOUT LIMITATION LOSS
-OF USE, DATA OR PROFITS, OR ANY OTHER LOSS ARISING OUT OF OR IN
-ANY WAY RELATED TO THE USE, INABILITY TO USE, UNAUTHORIZED USE,
-PERFORMANCE, OR NON-PERFORMANCE OF THE LICENSED WORK OR ANY
-PART THEREOF OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT
-SERVICES, OR THAT RESULT FROM ERRORS, DEFECTS, OMISSIONS, DELAYS
-IN OPERATION OR TRANSMISSION, OR ANY OTHER FAILURE OF
-PERFORMANCE), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) IN RELATION TO OR ARISING IN ANY WAY
-OUT OF THIS LICENSE OR THE USE OR DISTRIBUTION OF THE LICENSED
-WORK OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
-LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
-INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT
-APPLICABLE LAW PROHIBITS SUCH LIMITATION. THIS CLAUSE
-CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY
-LICENSED WORK IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
-LICENSE INCLUDING WITHOUT LIMITATION THE LIMITATIONS SET FORTH
-IN THIS SECTION 8.1.
-
- 8.2. EXCEPT AS EXPRESSLY SET FORTH IN THIS LICENSE, EACH RECIPIENT
-SHALL NOT HAVE ANY LIABILITY FOR ANY EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
-PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
-DISTRIBUTION OF THE LICENSED WORK OR THE EXERCISE OF ANY RIGHTS
-GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO
-LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH
-PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH
-LIMITATION.
-
-9. GOVERNING LAW AND LEGAL ACTION.
-
- 9.1. This License shall be governed by and construed in accordance with the laws of the
-Governing Jurisdiction assigned in Part 3 of Exhibit A, without regard to its conflict of
-law provisions. No party may bring a legal action under this License more than one year
-after the cause of the action arose. Each party waives its rights (if any) to a jury trial in
-any litigation arising under this License. Note that if the Governing Jurisdiction is not
-assigned in Part 3 of Exhibit A, then the Governing Jurisdiction shall be the State of New
-York.
-
- 9.2. The courts of the Governing Jurisdiction shall have jurisdiction, but not exclusive
-jurisdiction, to entertain and determine all disputes and claims, whether for specific
-performance, injunction, damages or otherwise, both at law and in equity, arising out of
-or in any way relating to this License, including without limitation, the legality, validity,
-existence and enforceability of this License. Each party to this License hereby
-irrevocably attorns to and accepts the jurisdiction of the courts of the Governing
-Jurisdiction for such purposes.
-
- 9.3. Except as expressly set forth elsewhere herein, in the event of any action or
-proceeding brought by any party against another under this License the prevailing party
-shall be entitled to recover all costs and expenses including the fees of its attorneys in
-such action or proceeding in such amount as the court may adjudge reasonable.
-
-10. MISCELLANEOUS.
-
- 10.1. The obligations imposed by this License are for the benefit of the Initial
-Contributor and any Recipient, and each Recipient acknowledges and agrees that the
-Initial Contributor and/or any other Recipient may enforce the terms and conditions of
-this License against any Recipient.
-
- 10.2. This License represents the complete agreement concerning subject matter hereof,
-and supersedes and cancels all previous oral and written communications,
-representations, agreements and understandings between the parties with respect to the
-subject matter hereof.
-
- 10.3. The application of the United Nations Convention on Contracts for the
-International Sale of Goods is expressly excluded.
-
- 10.4. The language in all parts of this License shall be in all cases construed simply
-according to its fair meaning, and not strictly for or against any of the parties hereto. Any
-law or regulation which provides that the language of a contract shall be construed
-against the drafter shall not apply to this License.
-
- 10.5. If any provision of this License is invalid or unenforceable under the laws of the
-Governing Jurisdiction, it shall not affect the validity or enforceability of the remainder
-of the terms of this License, and without further action by the parties hereto, such
-provision shall be reformed to the minimum extent necessary to make such provision
-valid and enforceable.
-
- 10.6. The paragraph headings of this License are for reference and convenience only and
-are not a part of this License, and they shall have no effect upon the construction or
-interpretation of any part hereof.
-
- 10.7. Each of the terms "including", "include" and "includes", when used in this License,
-is not limiting whether or not non-limiting language (such as "without limitation" or "but
-not limited to" or words of similar import) is used with reference thereto.
-
- 10.8. The parties hereto acknowledge they have expressly required that this License and
-notices relating thereto be drafted in the English language.
-
-//***THE LICENSE TERMS END HERE (OTHER THAN AS SET OUT IN EXHIBIT
-//A).***//
-
-EXHIBIT A (to the Adaptive Public License)
-
- PART 1: INITIAL CONTRIBUTOR AND DESIGNATED WEB SITE The Initial
-Contributor is: MusicIP Corporation (www.musicip.com)
-
-Address of Initial Contributor:
-
-605 E. Huntington Dr., Suite 201
-Monrovia, California, 91016 USA
-+1 (626) 359-9702
-
- [Enter address above]
-
- The Designated Web Site is: http://www.musicdns.org/
-
-NOTE: The Initial Contributor is to complete this Part 1, along with Parts 2, 3, and 5,
-and, if applicable, Parts 4 and 6.
-
- PART 2: INITIAL WORK
-
- The Initial Work comprises the computer program(s) distributed by the Initial
-Contributor having the following title(s): ___LIBOFA (Open Fingerprint Architecture
-Library 1.0)__.
-
- The date on which the Initial Work was first available under this License: __March 11th,
-2006____
-
- PART 3: GOVERNING JURISDICTION
-
- For the purposes of this License, the Governing Jurisdiction is State of California, USA.
-
-
-
- PART 4: THIRD PARTIES
-
- For the purposes of this License, "Third Party" has the definition set forth below in the
-ONE paragraph selected by the Initial Contributor from paragraphs A, B, C, D and E
-when the Initial Work is distributed or otherwise made available by the Initial
-Contributor. To select one of the following paragraphs, the Initial Contributor must place
-an "X" or "x" in the selection box alongside the one respective paragraph selected.
-SELECTION BOX PARAGRAPH [ ] A. "THIRD PARTY" means any third party.
-
- [X] B. "THIRD PARTY" means any third party except for any of the following: (a) a
-wholly owned subsidiary of the Subsequent Contributor in question; (b) a legal entity (the
-"PARENT") that wholly owns the Subsequent Contributor in question; or (c) a wholly
-owned subsidiary of the wholly owned subsidiary in (a) or of the Parent in (b).
-
- [ ] C. "THIRD PARTY" means any third party except for any of the following: (a)
-any Person directly or indirectly owning a majority of the voting interest in the
-Subsequent Contributor or (b) any Person in which the Subsequent Contributor directly
-or indirectly owns a majority voting interest.
-
- [ ] D. "THIRD PARTY" means any third party except for any Person directly or
-indirectly controlled by the Subsequent Contributor. For purposes of this definition,
-"control" shall mean the power to direct or cause the direction of, the management and
-policies of such Person whether through the ownership of voting interests, by contract, or
-otherwise.
-
- [ ] E. "THIRD PARTY" means any third party except for any Person directly or
-indirectly controlling, controlled by, or under common control with the Subsequent
-Contributor. For purposes of this definition, "control" shall mean the power to direct or
-cause the direction of, the management and policies of such Person whether through the
-ownership of voting interests, by contract, or otherwise.
-
- The default definition of "THIRD PARTY" is the definition set forth in paragraph A, if
-NONE OR MORE THAN ONE of paragraphs A, B, C, D or E in this Part 4 are selected
-by the Initial Contributor.
-
- PART 5: NOTICE
-
- THE LICENSED WORK IS PROVIDED UNDER THE TERMS OF THE ADAPTIVE
-PUBLIC LICENSE ("LICENSE") AS FIRST COMPLETED BY: MusicIP Corporation,
-Doing Business As MusicIP. ANY USE, PUBLIC DISPLAY, PUBLIC
-PERFORMANCE, REPRODUCTION OR DISTRIBUTION OF, OR PREPARATION
-OF DERIVATIVE WORKS BASED ON, THE LICENSED WORK CONSTITUTES
-RECIPIENT'S ACCEPTANCE OF THIS LICENSE AND ITS TERMS, WHETHER OR
-NOT SUCH RECIPIENT READS THE TERMS OF THE LICENSE. "LICENSED
-WORK" AND "RECIPIENT" ARE DEFINED IN THE LICENSE. A COPY OF THE
-LICENSE IS LOCATED IN THE TEXT FILE ENTITLED "LICENSE.TXT"
-ACCOMPANYING THE CONTENTS OF THIS FILE. IF A COPY OF THE LICENSE
-DOES NOT ACCOMPANY THIS FILE, A COPY OF THE LICENSE MAY ALSO BE
-OBTAINED AT THE FOLLOWING WEB SITE: http://www.musicdns.org/
-
- Software distributed under the License is distributed on an "AS IS" basis, WITHOUT
-WARRANTY OF ANY KIND, either express or implied. See the License for the specific
-language governing rights and limitations under the License.
-
- PART 6: PATENT LICENSING TERMS
-
- For the purposes of this License, paragraphs A, B, C, D and E of this Part 6 of Exhibit A
-are only incorporated and form part of the terms of the License if the Initial Contributor
-places an "X" or "x" in the selection box alongside the YES answer to the question
-immediately below.
-
- Is this a Patents-Included License pursuant to Section 2.2 of the License?
-
- YES [ ] NO [X]
-
- By default, if YES is not selected by the Initial Contributor, the answer is NO.
-
- A. For the purposes of the paragraphs in this Part 6 of Exhibit A, "LICENSABLE"
-means having the right to grant, to the maximum extent possible, whether at the time of
-the initial grant or subsequently acquired, any and all of the rights granted herein.
-
- B. The Initial Contributor hereby grants all Recipients a world-wide, royalty-free, non-
-exclusive license, subject to third party intellectual property claims, under patent claim(s)
-Licensable by the Initial Contributor that are or would be infringed by the making, using,
-selling, offering for sale, having made, importing, exporting, transfer or disposal of such
-Initial Work or any portion thereof. Notwithstanding the foregoing, no patent license is
-granted under this Paragraph B by the Initial Contributor: (1) for any code that the Initial
-Contributor deletes from the Initial Work (or any portion thereof) distributed by the
-Initial Contributor prior to such distribution; (2) for any Modifications made to the Initial
-Work (or any portion thereof) by any other Person; or (3) separate from the Initial Work
-(or portions thereof) distributed or made available by the Initial Contributor.
-
- C. Effective upon distribution by a Subsequent Contributor to a Third Party of any
-Modifications made by that Subsequent Contributor, such Subsequent Contributor hereby
-grants all Recipients a world-wide, royalty-free, non-exclusive license, subject to third
-party intellectual property claims, under patent claim(s) Licensable by such Subsequent
-Contributor that are or would be infringed by the making, using, selling, offering for sale,
-having made, importing, exporting, transfer or disposal of any such Modifications made
-by that Subsequent Contributor alone and/or in combination with its Subsequent Work
-(or portions of such combination) to make, use, sell, offer for sale, have made, import,
-export, transfer and otherwise dispose of:
-
- (1) Modifications made by that Subsequent Contributor (or portions thereof); and
-
- (2) the combination of Modifications made by that Subsequent Contributor with its
-Subsequent Work (or portions of such combination);
-
- (collectively and in each case, the "SUBSEQUENT CONTRIBUTOR VERSION").
-
- Notwithstanding the foregoing, no patent license is granted under this Paragraph C by
-such Subsequent Contributor: (1) for any code that such Subsequent Contributor deletes
-from the Subsequent Contributor Version (or any portion thereof) distributed by the
-Subsequent Contributor prior to such distribution; (2) for any Modifications made to the
-Subsequent Contributor Version (or any portion thereof) by any other Person; or (3)
-separate from the Subsequent Contributor Version (or portions thereof) distributed or
-made available by the Subsequent Contributor.
-
- D. Effective upon distribution of any Licensed Work by a Distributor to a Third Party,
-such Distributor hereby grants all Recipients a world-wide, royalty-free, non-exclusive
-license, subject to third party intellectual property claims, under patent claim(s)
-Licensable by such Distributor that are or would be infringed by the making, using,
-selling, offering for sale, having made, importing, exporting, transfer or disposal of any
-such Licensed Work distributed by such Distributor, to make, use, sell, offer for sale,
-have made, import, export, transfer and otherwise dispose of such Licensed Work or
-portions thereof (collectively and in each case, the "DISTRIBUTOR VERSION").
-Notwithstanding the foregoing, no patent license is granted under this Paragraph D by
-such Distributor: (1) for any code that such Distributor deletes from the Distributor
-Version (or any portion thereof) distributed by the Distributor prior to such distribution;
-(2) for any Modifications made to the Distributor Version (or any portion thereof) by any
-other Person; or (3) separate from the Distributor Version (or portions thereof) distributed
-or made available by the Distributor.
-
- E. If Recipient institutes patent litigation against another Recipient (a "USER") with
-respect to a patent applicable to a computer program or software (including a cross-claim
-or counterclaim in a lawsuit, and whether or not any of the patent claims are directed to a
-system, method, process, apparatus, device, product, article of manufacture or any other
-form of patent claim), then any patent or copyright license granted by that User to such
-Recipient under this License or any other copy of this License shall terminate. The
-termination shall be effective ninety (90) days after notice of termination from User to
-Recipient, unless the Recipient withdraws the patent litigation claim before the end of the
-ninety (90) day period. To be effective, any such notice of license termination must
-include a specific list of applicable patents and/or a copy of the copyrighted work of User
-that User alleges will be infringed by Recipient upon License termination. License
-termination is only effective with respect to patents and/or copyrights for which proper
-notice has been given.
-
- PART 7: SAMPLE REQUIREMENTS FOR THE DESCRIPTION OF DISTRIBUTED
-MODIFICATIONS
-
- Each Subsequent Contributor (including the Initial Contributor where the Initial
-Contributor qualifies as a Subsequent Contributor) is invited (but not required) to cause
-each Subsequent Work created or contributed to by that Subsequent Contributor to
-contain a file documenting the changes such Subsequent Contributor made to create that
-Subsequent Work and the date of any change.
-
-//***EXHIBIT A ENDS HERE.***//
-
--- with the following supplement --
-
-Supplemental Text file for Open Fingerprint Architecture library (LIBOFA) distributed
-under Adaptive Public License 1.0
-
-Per Section 3.10, LIMITED RECOGNITION OF INITIAL CONTRIBUTOR
-
-(a) As a modest attribution to the Initial Contributor, in the hope that its promotional
-value may help justify the time, money and effort invested in writing the Initial Work, the
-Initial Contributor may include in Part 2 of the Supplement File a requirement that each
-time an executable program resulting from the Initial Work or any Subsequent Work, or a
-program dependent thereon, is launched or run, a prominent display of the Initial
-Contributor's attribution information must occur (the "ATTRIBUTION
-INFORMATION"). The Attribution Information must be included at the beginning of
-each Source Code file. For greater certainty, the Initial Contributor may specify in the
-Supplement File that the above attribution requirement only applies to an executable
-program resulting from the Initial Work or any Subsequent Work, but not a program
-dependent thereon. The intent is to provide for reasonably modest attribution, therefore
-the Initial Contributor may not require Recipients to display, at any time, more than the
-following Attribution Information: (a) a copyright notice including the name of the Initial
-Contributor; (b) a word or one phrase (not exceeding 10 words); (c) one digital image or
-graphic provided with the Initial Work; and (d) a URL (collectively, the
-"ATTRIBUTION LIMITS").
-
-The attribution requested by MusicIP for this source code is:
-(c) a digital imageconnected_by_musicip.gif or connected_by_musicip.png included
-with this source code, also available from
-http://www.musicip.com/connected_by_musicip.gif or
-http://www.musicip.com/connected_by_musicip.png
-
-(d) a URL. The image should be hyperlinked to http://www.musicip.com/
-
-MusicIP requests that the image be legibly presented against a contrasting (light)
-background color such as white or light grey.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/APSL-2 b/sdk_container/src/third_party/portage-stable/licenses/APSL-2
deleted file mode 100644
index fe81a60cae9..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/APSL-2
+++ /dev/null
@@ -1,367 +0,0 @@
-APPLE PUBLIC SOURCE LICENSE
-Version 2.0 - August 6, 2003
-
-Please read this License carefully before downloading this software.
-By downloading or using this software, you are agreeing to be bound by
-the terms of this License. If you do not or cannot agree to the terms
-of this License, please do not download or use the software.
-
-1. General; Definitions. This License applies to any program or other
-work which Apple Computer, Inc. ("Apple") makes publicly available and
-which contains a notice placed by Apple identifying such program or
-work as "Original Code" and stating that it is subject to the terms of
-this Apple Public Source License version 2.0 ("License"). As used in
-this License:
-
-1.1 "Applicable Patent Rights" mean: (a) in the case where Apple is
-the grantor of rights, (i) claims of patents that are now or hereafter
-acquired, owned by or assigned to Apple and (ii) that cover subject
-matter contained in the Original Code, but only to the extent
-necessary to use, reproduce and/or distribute the Original Code
-without infringement; and (b) in the case where You are the grantor of
-rights, (i) claims of patents that are now or hereafter acquired,
-owned by or assigned to You and (ii) that cover subject matter in Your
-Modifications, taken alone or in combination with Original Code.
-
-1.2 "Contributor" means any person or entity that creates or
-contributes to the creation of Modifications.
-
-1.3 "Covered Code" means the Original Code, Modifications, the
-combination of Original Code and any Modifications, and/or any
-respective portions thereof.
-
-1.4 "Externally Deploy" means: (a) to sublicense, distribute or
-otherwise make Covered Code available, directly or indirectly, to
-anyone other than You; and/or (b) to use Covered Code, alone or as
-part of a Larger Work, in any way to provide a service, including but
-not limited to delivery of content, through electronic communication
-with a client other than You.
-
-1.5 "Larger Work" means a work which combines Covered Code or portions
-thereof with code not governed by the terms of this License.
-
-1.6 "Modifications" mean any addition to, deletion from, and/or change
-to, the substance and/or structure of the Original Code, any previous
-Modifications, the combination of Original Code and any previous
-Modifications, and/or any respective portions thereof. When code is
-released as a series of files, a Modification is: (a) any addition to
-or deletion from the contents of a file containing Covered Code;
-and/or (b) any new file or other representation of computer program
-statements that contains any part of Covered Code.
-
-1.7 "Original Code" means (a) the Source Code of a program or other
-work as originally made available by Apple under this License,
-including the Source Code of any updates or upgrades to such programs
-or works made available by Apple under this License, and that has been
-expressly identified by Apple as such in the header file(s) of such
-work; and (b) the object code compiled from such Source Code and
-originally made available by Apple under this License.
-
-1.8 "Source Code" means the human readable form of a program or other
-work that is suitable for making modifications to it, including all
-modules it contains, plus any associated interface definition files,
-scripts used to control compilation and installation of an executable
-(object code).
-
-1.9 "You" or "Your" means an individual or a legal entity exercising
-rights under this License. For legal entities, "You" or "Your"
-includes any entity which controls, is controlled by, or is under
-common control with, You, where "control" means (a) the power, direct
-or indirect, to cause the direction or management of such entity,
-whether by contract or otherwise, or (b) ownership of fifty percent
-(50%) or more of the outstanding shares or beneficial ownership of
-such entity.
-
-2. Permitted Uses; Conditions & Restrictions. Subject to the terms
-and conditions of this License, Apple hereby grants You, effective on
-the date You accept this License and download the Original Code, a
-world-wide, royalty-free, non-exclusive license, to the extent of
-Apple's Applicable Patent Rights and copyrights covering the Original
-Code, to do the following:
-
-2.1 Unmodified Code. You may use, reproduce, display, perform,
-internally distribute within Your organization, and Externally Deploy
-verbatim, unmodified copies of the Original Code, for commercial or
-non-commercial purposes, provided that in each instance:
-
-(a) You must retain and reproduce in all copies of Original Code the
-copyright and other proprietary notices and disclaimers of Apple as
-they appear in the Original Code, and keep intact all notices in the
-Original Code that refer to this License; and
-
-(b) You must include a copy of this License with every copy of Source
-Code of Covered Code and documentation You distribute or Externally
-Deploy, and You may not offer or impose any terms on such Source Code
-that alter or restrict this License or the recipients' rights
-hereunder, except as permitted under Section 6.
-
-2.2 Modified Code. You may modify Covered Code and use, reproduce,
-display, perform, internally distribute within Your organization, and
-Externally Deploy Your Modifications and Covered Code, for commercial
-or non-commercial purposes, provided that in each instance You also
-meet all of these conditions:
-
-(a) You must satisfy all the conditions of Section 2.1 with respect to
-the Source Code of the Covered Code;
-
-(b) You must duplicate, to the extent it does not already exist, the
-notice in Exhibit A in each file of the Source Code of all Your
-Modifications, and cause the modified files to carry prominent notices
-stating that You changed the files and the date of any change; and
-
-(c) If You Externally Deploy Your Modifications, You must make
-Source Code of all Your Externally Deployed Modifications either
-available to those to whom You have Externally Deployed Your
-Modifications, or publicly available. Source Code of Your Externally
-Deployed Modifications must be released under the terms set forth in
-this License, including the license grants set forth in Section 3
-below, for as long as you Externally Deploy the Covered Code or twelve
-(12) months from the date of initial External Deployment, whichever is
-longer. You should preferably distribute the Source Code of Your
-Externally Deployed Modifications electronically (e.g. download from a
-web site).
-
-2.3 Distribution of Executable Versions. In addition, if You
-Externally Deploy Covered Code (Original Code and/or Modifications) in
-object code, executable form only, You must include a prominent
-notice, in the code itself as well as in related documentation,
-stating that Source Code of the Covered Code is available under the
-terms of this License with information on how and where to obtain such
-Source Code.
-
-2.4 Third Party Rights. You expressly acknowledge and agree that
-although Apple and each Contributor grants the licenses to their
-respective portions of the Covered Code set forth herein, no
-assurances are provided by Apple or any Contributor that the Covered
-Code does not infringe the patent or other intellectual property
-rights of any other entity. Apple and each Contributor disclaim any
-liability to You for claims brought by any other entity based on
-infringement of intellectual property rights or otherwise. As a
-condition to exercising the rights and licenses granted hereunder, You
-hereby assume sole responsibility to secure any other intellectual
-property rights needed, if any. For example, if a third party patent
-license is required to allow You to distribute the Covered Code, it is
-Your responsibility to acquire that license before distributing the
-Covered Code.
-
-3. Your Grants. In consideration of, and as a condition to, the
-licenses granted to You under this License, You hereby grant to any
-person or entity receiving or distributing Covered Code under this
-License a non-exclusive, royalty-free, perpetual, irrevocable license,
-under Your Applicable Patent Rights and other intellectual property
-rights (other than patent) owned or controlled by You, to use,
-reproduce, display, perform, modify, sublicense, distribute and
-Externally Deploy Your Modifications of the same scope and extent as
-Apple's licenses under Sections 2.1 and 2.2 above.
-
-4. Larger Works. You may create a Larger Work by combining Covered
-Code with other code not governed by the terms of this License and
-distribute the Larger Work as a single product. In each such instance,
-You must make sure the requirements of this License are fulfilled for
-the Covered Code or any portion thereof.
-
-5. Limitations on Patent License. Except as expressly stated in
-Section 2, no other patent rights, express or implied, are granted by
-Apple herein. Modifications and/or Larger Works may require additional
-patent licenses from Apple which Apple may grant in its sole
-discretion.
-
-6. Additional Terms. You may choose to offer, and to charge a fee for,
-warranty, support, indemnity or liability obligations and/or other
-rights consistent with the scope of the license granted herein
-("Additional Terms") to one or more recipients of Covered Code.
-However, You may do so only on Your own behalf and as Your sole
-responsibility, and not on behalf of Apple or any Contributor. You
-must obtain the recipient's agreement that any such Additional Terms
-are offered by You alone, and You hereby agree to indemnify, defend
-and hold Apple and every Contributor harmless for any liability
-incurred by or claims asserted against Apple or such Contributor by
-reason of any such Additional Terms.
-
-7. Versions of the License. Apple may publish revised and/or new
-versions of this License from time to time. Each version will be given
-a distinguishing version number. Once Original Code has been published
-under a particular version of this License, You may continue to use it
-under the terms of that version. You may also choose to use such
-Original Code under the terms of any subsequent version of this
-License published by Apple. No one other than Apple has the right to
-modify the terms applicable to Covered Code created under this
-License.
-
-8. NO WARRANTY OR SUPPORT. The Covered Code may contain in whole or in
-part pre-release, untested, or not fully tested works. The Covered
-Code may contain errors that could cause failures or loss of data, and
-may be incomplete or contain inaccuracies. You expressly acknowledge
-and agree that use of the Covered Code, or any portion thereof, is at
-Your sole and entire risk. THE COVERED CODE IS PROVIDED "AS IS" AND
-WITHOUT WARRANTY, UPGRADES OR SUPPORT OF ANY KIND AND APPLE AND
-APPLE'S LICENSOR(S) (COLLECTIVELY REFERRED TO AS "APPLE" FOR THE
-PURPOSES OF SECTIONS 8 AND 9) AND ALL CONTRIBUTORS EXPRESSLY DISCLAIM
-ALL WARRANTIES AND/OR CONDITIONS, EXPRESS OR IMPLIED, INCLUDING, BUT
-NOT LIMITED TO, THE IMPLIED WARRANTIES AND/OR CONDITIONS OF
-MERCHANTABILITY, OF SATISFACTORY QUALITY, OF FITNESS FOR A PARTICULAR
-PURPOSE, OF ACCURACY, OF QUIET ENJOYMENT, AND NONINFRINGEMENT OF THIRD
-PARTY RIGHTS. APPLE AND EACH CONTRIBUTOR DOES NOT WARRANT AGAINST
-INTERFERENCE WITH YOUR ENJOYMENT OF THE COVERED CODE, THAT THE
-FUNCTIONS CONTAINED IN THE COVERED CODE WILL MEET YOUR REQUIREMENTS,
-THAT THE OPERATION OF THE COVERED CODE WILL BE UNINTERRUPTED OR
-ERROR-FREE, OR THAT DEFECTS IN THE COVERED CODE WILL BE CORRECTED. NO
-ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY APPLE, AN APPLE
-AUTHORIZED REPRESENTATIVE OR ANY CONTRIBUTOR SHALL CREATE A WARRANTY.
-You acknowledge that the Covered Code is not intended for use in the
-operation of nuclear facilities, aircraft navigation, communication
-systems, or air traffic control machines in which case the failure of
-the Covered Code could lead to death, personal injury, or severe
-physical or environmental damage.
-
-9. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO
-EVENT SHALL APPLE OR ANY CONTRIBUTOR BE LIABLE FOR ANY INCIDENTAL,
-SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING
-TO THIS LICENSE OR YOUR USE OR INABILITY TO USE THE COVERED CODE, OR
-ANY PORTION THEREOF, WHETHER UNDER A THEORY OF CONTRACT, WARRANTY,
-TORT (INCLUDING NEGLIGENCE), PRODUCTS LIABILITY OR OTHERWISE, EVEN IF
-APPLE OR SUCH CONTRIBUTOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY
-REMEDY. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF LIABILITY OF
-INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY NOT APPLY
-TO YOU. In no event shall Apple's total liability to You for all
-damages (other than as may be required by applicable law) under this
-License exceed the amount of fifty dollars ($50.00).
-
-10. Trademarks. This License does not grant any rights to use the
-trademarks or trade names "Apple", "Apple Computer", "Mac", "Mac OS",
-"QuickTime", "QuickTime Streaming Server" or any other trademarks,
-service marks, logos or trade names belonging to Apple (collectively
-"Apple Marks") or to any trademark, service mark, logo or trade name
-belonging to any Contributor. You agree not to use any Apple Marks in
-or as part of the name of products derived from the Original Code or
-to endorse or promote products derived from the Original Code other
-than as expressly permitted by and in strict compliance at all times
-with Apple's third party trademark usage guidelines which are posted
-at http://www.apple.com/legal/guidelinesfor3rdparties.html.
-
-11. Ownership. Subject to the licenses granted under this License,
-each Contributor retains all rights, title and interest in and to any
-Modifications made by such Contributor. Apple retains all rights,
-title and interest in and to the Original Code and any Modifications
-made by or on behalf of Apple ("Apple Modifications"), and such Apple
-Modifications will not be automatically subject to this License. Apple
-may, at its sole discretion, choose to license such Apple
-Modifications under this License, or on different terms from those
-contained in this License or may choose not to license them at all.
-
-12. Termination.
-
-12.1 Termination. This License and the rights granted hereunder will
-terminate:
-
-(a) automatically without notice from Apple if You fail to comply with
-any term(s) of this License and fail to cure such breach within 30
-days of becoming aware of such breach;
-
-(b) immediately in the event of the circumstances described in Section
-13.5(b); or
-
-(c) automatically without notice from Apple if You, at any time during
-the term of this License, commence an action for patent infringement
-against Apple; provided that Apple did not first commence
-an action for patent infringement against You in that instance.
-
-12.2 Effect of Termination. Upon termination, You agree to immediately
-stop any further use, reproduction, modification, sublicensing and
-distribution of the Covered Code. All sublicenses to the Covered Code
-which have been properly granted prior to termination shall survive
-any termination of this License. Provisions which, by their nature,
-should remain in effect beyond the termination of this License shall
-survive, including but not limited to Sections 3, 5, 8, 9, 10, 11,
-12.2 and 13. No party will be liable to any other for compensation,
-indemnity or damages of any sort solely as a result of terminating
-this License in accordance with its terms, and termination of this
-License will be without prejudice to any other right or remedy of
-any party.
-
-13. Miscellaneous.
-
-13.1 Government End Users. The Covered Code is a "commercial item" as
-defined in FAR 2.101. Government software and technical data rights in
-the Covered Code include only those rights customarily provided to the
-public as defined in this License. This customary commercial license
-in technical data and software is provided in accordance with FAR
-12.211 (Technical Data) and 12.212 (Computer Software) and, for
-Department of Defense purchases, DFAR 252.227-7015 (Technical Data --
-Commercial Items) and 227.7202-3 (Rights in Commercial Computer
-Software or Computer Software Documentation). Accordingly, all U.S.
-Government End Users acquire Covered Code with only those rights set
-forth herein.
-
-13.2 Relationship of Parties. This License will not be construed as
-creating an agency, partnership, joint venture or any other form of
-legal association between or among You, Apple or any Contributor, and
-You will not represent to the contrary, whether expressly, by
-implication, appearance or otherwise.
-
-13.3 Independent Development. Nothing in this License will impair
-Apple's right to acquire, license, develop, have others develop for
-it, market and/or distribute technology or products that perform the
-same or similar functions as, or otherwise compete with,
-Modifications, Larger Works, technology or products that You may
-develop, produce, market or distribute.
-
-13.4 Waiver; Construction. Failure by Apple or any Contributor to
-enforce any provision of this License will not be deemed a waiver of
-future enforcement of that or any other provision. Any law or
-regulation which provides that the language of a contract shall be
-construed against the drafter will not apply to this License.
-
-13.5 Severability. (a) If for any reason a court of competent
-jurisdiction finds any provision of this License, or portion thereof,
-to be unenforceable, that provision of the License will be enforced to
-the maximum extent permissible so as to effect the economic benefits
-and intent of the parties, and the remainder of this License will
-continue in full force and effect. (b) Notwithstanding the foregoing,
-if applicable law prohibits or restricts You from fully and/or
-specifically complying with Sections 2 and/or 3 or prevents the
-enforceability of either of those Sections, this License will
-immediately terminate and You must immediately discontinue any use of
-the Covered Code and destroy all copies of it that are in your
-possession or control.
-
-13.6 Dispute Resolution. Any litigation or other dispute resolution
-between You and Apple relating to this License shall take place in the
-Northern District of California, and You and Apple hereby consent to
-the personal jurisdiction of, and venue in, the state and federal
-courts within that District with respect to this License. The
-application of the United Nations Convention on Contracts for the
-International Sale of Goods is expressly excluded.
-
-13.7 Entire Agreement; Governing Law. This License constitutes the
-entire agreement between the parties with respect to the subject
-matter hereof. This License shall be governed by the laws of the
-United States and the State of California, except that body of
-California law concerning conflicts of law.
-
-Where You are located in the province of Quebec, Canada, the following
-clause applies: The parties hereby confirm that they have requested
-that this License and all related documents be drafted in English. Les
-parties ont exige que le present contrat et tous les documents
-connexes soient rediges en anglais.
-
-EXHIBIT A.
-
-"Portions Copyright (c) 1999-2003 Apple Computer, Inc. All Rights
-Reserved.
-
-This file contains Original Code and/or Modifications of Original Code
-as defined in and that are subject to the Apple Public Source License
-Version 2.0 (the 'License'). You may not use this file except in
-compliance with the License. Please obtain a copy of the License at
-http://www.opensource.apple.com/apsl/ and read it before using this
-file.
-
-The Original Code and all software distributed under the License are
-distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
-EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
-INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
-Please see the License for the specific language governing rights and
-limitations under the License."
diff --git a/sdk_container/src/third_party/portage-stable/licenses/AVASYS b/sdk_container/src/third_party/portage-stable/licenses/AVASYS
deleted file mode 100644
index 1aa470d60a9..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/AVASYS
+++ /dev/null
@@ -1,71 +0,0 @@
-
- AVASYS PUBLIC LICENSE
- 2008-04-01
-
- This License applies to any program or other work identified as such
- at the point of distribution and/or in a suitable location in the
- sources for a work including it, for example in a README file. Such
- sources should include a verbatim copy of this License.
-
- The "Program", below, refers to any program or work covered by this
- License; each "Licensee" is addressed as "you".
-
- You may use, reproduce, modify and distribute the Program subject to
- the terms and conditions below.
-
-
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 1. Copyright of the Program is reserved by AVASYS Corporation and
- its Licensor(s).
-
- 2. You may freely reproduce and distribute verbatim copies of the
- Program in any medium, provided that recipients of such copies
- are given a copy of this License. Verbatim copies are covered
- by the terms of this License.
-
- 3. You may modify the Program and freely distribute your modified
- version(s), provided that you distribute it under the terms of
- this License. Recipients of any modified version(s) should be
- provided with a copy of this License.
-
- 4. You shall treat those parts of the Program that were provided
- to you in executable or object code only as the proprietary
- and confidential information of AVASYS Corporation and its
- Licensor(s).
-
- 5. You may neither reverse engineer, reverse compile, reverse
- assemble nor otherwise attempt to analyse those parts of the
- Program that were provided to you in executable or object code
- only. However, as a special exception AVASYS Corporation and
- its Licensor(s) give permission to reverse engineer the
- Program in those cases, and only those cases, where this is
- required by the terms stipulated in the GNU Library General
- Public License or GNU Lesser General Public License, both as
- published by the Free Software Foundation; either version 2 of
- the former license, version 2.1 of the latter license, or (at
- your option) any later version.
-
- 6. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
- WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE
- LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING, THE COPYRIGHT
- HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
- WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT
- NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE
- QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
- PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
- SERVICING, REPAIR OR CORRECTION.
-
- 7. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
- WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY
- MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE
- LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
- INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
- INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS
- OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
- YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH
- ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
- ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
- END OF TERMS AND CONDITIONS
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Activision b/sdk_container/src/third_party/portage-stable/licenses/Activision
deleted file mode 100644
index e7c5e01123a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Activision
+++ /dev/null
@@ -1,139 +0,0 @@
-SOFTWARE LICENSE AGREEMENT
-
-IMPORTANT - READ CAREFULLY: USE OF THIS PROGRAM IS SUBJECT TO THE SOFTWARE
-LICENSE TERMS SET FORTH BELOW. "PROGRAM" INCLUDES ALL SOFTWARE INCLUDED WITH
-THIS AGREEMENT, THE ASSOCIATED MEDIA, ANY PRINTED MATERIALS, AND ANY ON-LINE OR
-ELECTRONIC DOCUMENTATION, AND ANY AND ALL COPIES OF SUCH SOFTWARE AND MATERIALS.
-BY OPENING THIS PACKAGE, INSTALLING, AND/OR USING THE PROGRAM AND ANY SOFTWARE
-PRGRAMS INCLUDED WITHIN, YOU ACCEPT THE TERMS OF THIS LICENSE WITH ACTIVISION,
-INC. ("ACTIVISION").
-
- LIMITED USE LICENSE. Subject to the conditions described below, Activision
-grants you the non-exclusive, non-transferable, limited right and license to
-install and use one copy of this Program solely and exclusively for your
-personal use. All rights not specifically granted under this Agreement are
-reserved by Activision and, as applicable, Activision's licensors. This Program
-is licensed, not sold, for your use. Your license confers no title or ownership
-in this Program and should not be construed as a sale of any rights in this
-Program.
-
- LICENSE CONDITIONS.
-You shall not:
-o Exploit this Program or any of its parts commercially.
-o Use this Program, or permit use of this Program, on more than one computer,
-computer terminal, or workstation at the same time.
-o Make copies of this Program or any part thereof, or make copies of the
-materials accompanying this Program.
-o Use the program, or permit use of this Program, in a network, multi-user
-arrangement or remote access arrangement, including any online use, except as
-otherwise explicitly provided by this Program.
-o Sell, rent, lease or license any copies of this Program, without the express
-prior written consent of Activision.
-o Remove, disable or circumvent any proprietary notices or labels contained on
-or within the Program.
-
- OWNERSHIP. All title, ownership rights and intellectual property rights in and
-to this Program and any and all copies thereof (including but not limited to any
-titles, computer code, themes, objects, characters, character names, stories,
-dialog, catch phrases, locations, concepts, artwork, animation, sounds, musical
-compositions, audio-visual effects, methods of operation, moral rights, any
-related documentation, and "applets" incorporated into this Program) are owned
-by Activision, affiliates of Activision or Activision's licensors. This Program
-is protected by the copyright laws of the United States, international copyright
-treaties and conventions and other laws. This Program contains certain licensed
-materials and Activision's licensors may protect their rights in the event of
-any violation of this Agreement.
-
-PROGRAM UTILITIES. This Program contains certain design, programming and
-processing utilities, tools, assets and other resources ("Program Utilities")
-for use with this Program that allow you to create customized new game levels
-and other related game materials for personal use in connection with the Program
-("New Game Materials"). The use of the Program Utilities is subject to the
-following additional license restrictions:
-
-" You agree that, as a condition to your using the Program Utilities, you will
-not use or allow third parties to use the Program Utilities and the New Game
-Materials created by you for any commercial purposes, including but not limited
-to selling, renting, leasing, licensing, distributing, or otherwise transferring
-the ownership of such New Game Materials, whether on a stand alone basis or
-packaged in combination with the New Game Materials created by others, through
-any and all distribution channels, including, without limitation, retail sales
-and on-line electronic distribution. You agree not to solicit, initiate or
-encourage any proposal or offer from any person or entity to create any New Game
-Materials for commercial distribution. You agree to promptly inform Activision
-in writing of any instances of your receipt of any such proposal or offer.
-" If you decide to make available the use of the New Game Materials created by
-you to other gamers, you agree to do so solely without charge.
-" New Game Materials may be created only if such New Game Materials can be used
-exclusively in combination with the retail version of the Program. New Game
-Materials may not be designed to be used as a stand-alone product.
-" New Game Materials must not contain any illegal, obscene or defamatory
-materials, materials that infringe rights of privacy and publicity of third
-parties or (without appropriate irrevocable licenses granted specifically for
-that purpose) any trademarks, copyright-protected works or other properties of
-third parties.
-" All New Game Materials must contain prominent identification at least in any
-on-line description and with reasonable duration on the opening screen: (a) the
-name and E-mail address of the New Game Materials' creator(s) and (b) the words
-"THIS MATERIAL IS NOT MADE OR SUPPORTED BY ACTIVISION."
-
-WARRANTY INFORMATION. THIS PROGRAM IS PROVIDED AS IS. ACTIVISION AND ITS
-AFFILIATES MAKE NO WARRANTIES OF ANY KIND, WHETHER ORAL OR WRITTEN, EXPRESS OR
-IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
-PURPOSE OR NON-INFRINGEMENT, AND NO OTHER REPRESENTATIONS OR CLAIMS OF ANY KIND
-SHALL BE BINDING ON OR OBLIGATE ACTIVISION OR ITS AFFILIATES.
-
-LIMITATION ON DAMAGES. IN NO EVENT WILL ACTIVISION OR ANY AFFILIATES OF
-ACTIVISION BE LIABLE FOR SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES RESULTING
-FROM POSSESSION, USE OR MALFUNCTION OF THE PROGRAM, INCLUDING DAMAGES TO
-PROPERTY, LOSS OF GOODWILL, COMPUTER FAILURE OR MALFUNCTION AND, TO THE EXTENT
-PERMITTED BY LAW, DAMAGES FOR PERSONAL INJURIES, EVEN IF ACTIVISION HAS BEEN
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. ACTIVISION'S LIABILITY SHALL NOT
-EXCEED THE ACTUAL PRICE PAID FOR THE LICENSE TO USE THIS PROGRAM. SOME
-STATES/COUNTRIES DO NOT ALLOW LIMITATIONS ON HOW LONG AN IMPLIED WARRANTY LASTS
-AND/OR THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
-THE ABOVE LIMITAIONS AND/OR EXCLUSION OR LIMITATION OF LIABILITY MAY NOT APPLY
-TO YOU. THIS WARRANTY GIVES YOU SPECIFIC LEGAL RIGHTS, AND YOU MAY HAVE OTHER
-RIGHTS WHICH VARY FROM JURISDICTION TO JURISDICTION.
-
-TERMINATION. Without prejudice to any other rights of Activision, this Agreement
-will terminate automatically if you fail to comply with its terms and
-conditions. In such event, you must destroy all copies of this Program and all
-of its component parts.
-U.S. GOVERNMENT RESTRICTED RIGHTS. The Program and documentation have been
-developed entirely at private expense and are provided as "Commercial Computer
-Software" or "restricted computer software." Use, duplication or disclosure by
-the U.S. Government or a U.S. Government subcontractor is subject to the
-restrictions set forth in subparagraph (c)(1)(ii) of the Rights in Technical
-Data and Computer Software clauses in DFARS 252.227-7013 or as set forth in
-subparagraph (c)(1) and (2) of the Commercial Computer Software Restricted
-Rights clauses at FAR 52.227-19, as applicable. The Contractor/Manufacturer is
-Activision, Inc., 3100 Ocean Park Boulevard, Santa Monica, California 90405.
-
-INJUNCTION. Because Activision would be irreparably damaged if the terms of this
-Agreement were not specifically enforced, you agree that Activision shall be
-entitled, without bond, other security or proof of damages, to appropriate
-equitable remedies with respect to breaches of this Agreement, in addition to
-such other remedies as Activision may otherwise have under applicable laws.
-
-INDEMNITY. You agree to indemnify, defend and hold Activision, its partners,
-affiliates, licensors, contractors, officers, directors, employees and agents
-harmless from all damages, losses and expenses arising directly or indirectly
-from your acts and omissions to act in using the Product pursuant to the terms
-of this Agreement
-
-MISCELLANEOUS. This Agreement represents the complete agreement concerning this
-license between the parties and supersedes all prior agreements and
-representations between them. It may be amended only by a writing executed by
-both parties. If any provision of this Agreement is held to be unenforceable for
-any reason, such provision shall be reformed only to the extent necessary to
-make it enforceable and the remaining provisions of this Agreement shall not be
-affected. This Agreement shall be construed under California law as such law is
-applied to agreements between California residents entered into and to be
-performed within California, except as governed by federal law and you consent
-to the exclusive jurisdiction of the state and federal courts in Los Angeles,
-California.
-
-If you have any questions concerning this license, you may contact Activision at
-3100 Ocean Park Boulevard, Santa Monica, California 90405, (310) 255-2000,
-Attn. Business and Legal Affairs, legal@activision.com
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Aladdin b/sdk_container/src/third_party/portage-stable/licenses/Aladdin
deleted file mode 100644
index 766e3f6b761..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Aladdin
+++ /dev/null
@@ -1,239 +0,0 @@
-Source code and other software components explicitly identified as
-Copyright TransGaming Technologies Inc. is covered by the license
-below. Other source code and software components are covered by the
-Wine license, found in the LICENSE.winehq file.
-
- Aladdin Free Public License
- (Version 9, September 18, 2000)
-
- Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000 Aladdin Enterprises,
- Menlo Park, California, U.S.A. All rights reserved.
-
- NOTE: This License is not the same as any of the GNU Licenses
- published by the Free Software Foundation. Its terms are
- substantially different from those of the GNU Licenses. If you are
- familiar with the GNU Licenses, please read this license with
- extra care.
-
-Aladdin Enterprises hereby grants to anyone the permission to apply this
-License to their own work, as long as the entire License (including the
-above notices and this paragraph) is copied with no changes, additions, or
-deletions except for changing the first paragraph of Section 0 to include a
-suitable description of the work to which the license is being applied and
-of the person or entity that holds the copyright in the work, and, if the
-License is being applied to a work created in a country other than the
-United States, replacing the first paragraph of Section 6 with an
-appropriate reference to the laws of the appropriate country.
-
-This License is not an Open Source license: among other things, it places
-restrictions on distribution of the Program, specifically including sale of
-the Program. While Aladdin Enterprises respects and supports the philosophy
-of the Open Source Definition, and shares the desire of the GNU project to
-keep licensed software freely redistributable in both source and object
-form, we feel that Open Source licenses unfairly prevent developers of
-useful software from being compensated proportionately when others profit
-financially from their work. This License attempts to ensure that those who
-receive, redistribute, and contribute to the licensed Program according to
-the Open Source and Free Software philosophies have the right to do so,
-while retaining for the developer(s) of the Program the power to make those
-who use the Program to enhance the value of commercial products pay for the
-privilege of doing so.
-
-0. Subject Matter
-
-This License applies to the computer program known as "TransGaming WineX".
-The "Program", below, refers to such program. The Program is a copyrighted
-work whose copyright is held by TransGaming Technologies Inc., located in
-Ottawa, Ontario, Canada (the "Licensor"). Please note that "TransGaming
-WineX" is a derivative of the Wine project, consisting of new code for
-several Wine components, including but not limited to portions of the
-contents of the following subdirectories: dlls/ddraw, dlls/dsound, and
-dlls/dinput.
-
-A "work based on the Program" means either the Program or any derivative
-work of the Program, as defined in the United States Copyright Act of 1976,
-such as a translation or a modification.
-
-BY MODIFYING OR DISTRIBUTING THE PROGRAM (OR ANY WORK BASED ON THE PROGRAM),
-YOU INDICATE YOUR ACCEPTANCE OF THIS LICENSE TO DO SO, AND ALL ITS TERMS AND
-CONDITIONS FOR COPYING, DISTRIBUTING OR MODIFYING THE PROGRAM OR WORKS BASED
-ON IT. NOTHING OTHER THAN THIS LICENSE GRANTS YOU PERMISSION TO MODIFY OR
-DISTRIBUTE THE PROGRAM OR ITS DERIVATIVE WORKS. THESE ACTIONS ARE PROHIBITED
-BY LAW. IF YOU DO NOT ACCEPT THESE TERMS AND CONDITIONS, DO NOT MODIFY OR
-DISTRIBUTE THE PROGRAM.
-
-1. Licenses.
-
-Licensor hereby grants you the following rights, provided that you comply
-with all of the restrictions set forth in this License and provided,
-further, that you distribute an unmodified copy of this License with the
-Program:
-
-(a) You may copy and distribute literal (i.e., verbatim) copies of the
- Program's source code as you receive it throughout the world, in any
- medium.
-(b) You may modify the Program, create works based on the Program and
- distribute copies of such throughout the world, in any medium.
-
-2. Restrictions.
-
-This license is subject to the following restrictions:
-
-(a) Distribution of the Program or any work based on the Program by a
- commercial organization to any third party is prohibited if any payment
- is made in connection with such distribution, whether directly (as in
- payment for a copy of the Program) or indirectly (as in payment for
- some service related to the Program, or payment for some product or
- service that includes a copy of the Program "without charge"; these
- are only examples, and not an exhaustive enumeration of prohibited
- activities). The following methods of distribution involving payment
- shall not in and of themselves be a violation of this restriction:
-
- (i) Posting the Program on a public access information storage and
- retrieval service for which a fee is received for retrieving
- information (such as an on-line service), provided that the fee
- is not content-dependent (i.e., the fee would be the same for
- retrieving the same volume of information consisting of random
- data) and that access to the service and to the Program is
- available independent of any other product or service. An
- example of a service that does not fall under this section is
- an on-line service that is operated by a company and that is only
- available to customers of that company. (This is not an exhaustive
- enumeration.)
-
- (ii) Distributing the Program on removable computer-readable media,
- provided that the files containing the Program are reproduced
- entirely and verbatim on such media, that all information ona
- such media be redistributable for non-commercial purposes without
- charge, and that such media are distributed by themselves (except
- for accompanying documentation) independent of any other product
- or service. Examples of such media include CD-ROM, magnetic tape,
- and optical storage media. (This is not intended to be an exhaustive
- list.) An example of a distribution that does not fall under this
- section is a CD-ROM included in a book or magazine. (This is not
- an exhaustive enumeration.)
-
-(b) Activities other than copying, distribution and modification of the Program
- are not subject to this License and they are outside its scope. Functional
- use (running) of the Program is not restricted, and any output produced
- through the use of the Program is subject to this license only if its contents
- constitute a work based on the Program (independent of having been made by
- running the Program).
-
-(c) You must meet all of the following conditions with respect to any work that
- you distribute or publish that in whole or in part contains or is derived
- from the Program or any part thereof ("the Work"):
-
- (i) If you have modified the Program, you must cause the Work to carry
- prominent notices stating that you have modified the Program's files
- and the date of any change. In each source file that you have modified,
- you must include a prominent notice that you have modified the file,
- including your name, your e-mail address (if any), and the date and
- purpose of the change;
-
- (ii) You must cause the Work to be licensed as a whole and at no charge to
- all third parties under the terms of this License;
-
- (iii) If the Work normally reads commands interactively when run, you must
- cause it, at each time the Work commences operation, to print or display
- an announcement including an appropriate copyright notice and a notice
- that there is no warranty (or else, saying that you provide a warranty).
- Such notice must also state that users may redistribute the Work only
- under the conditions of this License and tell the user how to view the
- copy of this License included with the Work. (Exceptions: if the Program
- is interactive but normally prints or displays such an announcement only
- at the request of a user, such as in an "About box", the Work is required
- to print or display the notice only under the same circumstances; if the
- Program itself is interactive but does not normally print such an
- announcement, the Work is not required to print an announcement.);
-
- (iv) You must accompany the Work with the complete corresponding machine-readable
- source code, delivered on a medium customarily used for software interchange.
- The source code for a work means the preferred form of the work for making
- modifications to it. For an executable work, complete source code means
- all the source code for all modules it contains, plus any associated
- interface definition files, plus the scripts used to control compilation
- and installation of the executable code. If you distribute with the Work
- any component that is normally distributed (in either source or binary form)
- with the major components (compiler, kernel, and so on) of the operating
- system on which the executable runs, you must also distribute the source
- code of that component if you have it and are allowed to do so;
-
- (v) If you distribute any written or printed material at all with the Work, such
- material must include either a written copy of this License, or a prominent
- written indication that the Work is covered by this License and written
- instructions for printing and/or displaying the copy of the License on
- the distribution medium;
-
- (vi) You may not impose any further restrictions on the recipient's exercise of
- the rights granted herein.
-
- If distribution of executable or object code is made by offering the equivalent
- ability to copy from a designated place, then offering equivalent ability to
- copy the source code from the same place counts as distribution of the source
- code, even though third parties are not compelled to copy the source code along
- with the object code.
-
-3. Reservation of Rights.
-
-No rights are granted to the Program except as expressly set forth herein. You may
-not copy, modify, sublicense, or distribute the Program except as expressly provided
-under this License. Any attempt otherwise to copy, modify, sublicense or distribute
-the Program is void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under this License
-will not have their licenses terminated so long as such parties remain in full
-compliance.
-
-4. Other Restrictions.
-
-If the distribution and/or use of the Program is restricted in certain countries
-for any reason, Licensor may add an explicit geographical distribution limitation
-excluding those countries, so that distribution is permitted only in or among
-countries not thus excluded. In such case, this License incorporates the limitation
-as if written in the body of this License.
-
-5. Limitations.
-
-THE PROGRAM IS PROVIDED TO YOU "AS IS," WITHOUT WARRANTY. THERE IS NO
-WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
-PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
-RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
-THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
-IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL
-LICENSOR, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM
-AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
-SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
-INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR
-DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES
-OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
-6. General.
-
-This License is governed by the laws of the Province of Ontario, Canada,
-excluding choice of law rules.
-
-If any part of this License is found to be in conflict with the law, that
-part shall be interpreted in its broadest meaning consistent with the law,
-and no other parts of the License shall be affected.
-
-For United States Government users, the Program is provided with RESTRICTED
-RIGHTS. If you are a unit or agency of the United States Government or are
-acquiring the Program for any such unit or agency, the following apply:
-
- If the unit or agency is the Department of Defense ("DOD"), the
- Program and its documentation are classified as "commercial
- computer software" and "commercial computer software
- documentation" respectively and, pursuant to DFAR Section
- 227.7202, the Government is acquiring the Program and its
- documentation in accordance with the terms of this License. If the
- unit or agency is other than DOD, the Program and its
- documentation are classified as "commercial computer software" and
- "commercial computer software documentation" respectively and,
- pursuant to FAR Section 12.212, the Government is acquiring the
- Program and its documentation in accordance with the terms of this
- License.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Alasir b/sdk_container/src/third_party/portage-stable/licenses/Alasir
deleted file mode 100644
index 90582b3a750..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Alasir
+++ /dev/null
@@ -1,48 +0,0 @@
-
- The Alasir Licence
-
-
- This is a free software. It's provided as-is and carries absolutely no
-warranty or responsibility by the author and the contributors, neither in
-general nor in particular. No matter if this software is able or unable to
-cause any damage to your or third party's computer hardware, software, or any
-other asset available, neither the author nor a separate contributor may be
-found liable for any harm or its consequences resulting from either proper or
-improper use of the software, even if advised of the possibility of certain
-injury as such and so forth.
-
- The software isn't a public domain, it's a copyrighted one. In no event
-shall the author's or a separate contributor's copyright be denied or violated
-otherwise. No copyright may be removed unless together with the code
-contributed to the software by a holder of the respective copyright. A
-copyright itself indicates the rights of ownership over the code contributed.
-Back and forth, the author is defined as the one who holds the oldest
-copyright over the software. Furthermore, the software is defined as either
-source or binary computer code, which is organised in the form of a single
-computer file usually.
-
- The software (the whole or a part of it) is prohibited from being sold or
-leased in any form or manner with the only possible exceptions:
-
-a) money may be charged for a physical medium used to transfer the software;
-b) money may be charged for optional warranty or support services related to
- the software.
-
- Nevertheless, if the software (the whole or a part of it) is desired to
-become an object of sale or lease (the whole or a part of it), then a separate
-non-exclusive licence agreement must be negotiated from the author. Benefits
-accrued should be distributed between the contributors or likewise at the
-author's option.
-
- Whenever and wherever the software is distributed, in either source or
-binary form, either in whole or in part, it must include the complete
-unchanged text of this licence agreement unless different conditions have been
-negotiated. In case of a binary-only distribution, the names of the copyright
-holders must be mentioned in the documentation supplied with the software.
-This is supposed to protect rights and freedom of those who have contributed
-their time and labour to free software development, because otherwise the
-development itself and this licence agreement are of a very little sense.
-
- Nothing else but this licence agreement grants you rights to use, modify
-and distribute the software. Any violation of this licence agreement is
-recognised as an action prohibited by an applicable legislation.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Allegro b/sdk_container/src/third_party/portage-stable/licenses/Allegro
deleted file mode 100644
index 0e9a6d2e795..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Allegro
+++ /dev/null
@@ -1,19 +0,0 @@
-[ from http://alleg.sourceforge.net/license.html - mkennedy ]
-
-The giftware license
-
-Allegro is gift-ware. It was created by a number of people working in
-cooperation, and is given to you freely as a gift. You may use,
-modify, redistribute, and generally hack it about in any way you like,
-and you do not have to give us anything in return.
-
-However, if you like this product you are encouraged to thank us by
-making a return gift to the Allegro community. This could be by
-writing an add-on package, providing a useful bug report, making an
-improvement to the library, or perhaps just releasing the sources of
-your program so that other people can learn from them. If you
-redistribute parts of this code or make a game using it, it would be
-nice if you mentioned Allegro somewhere in the credits, but you are
-not required to do this. We trust you not to abuse our generosity.
-
-By Shawn Hargreaves, 18 October 1998.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/AnyDesk-TOS b/sdk_container/src/third_party/portage-stable/licenses/AnyDesk-TOS
deleted file mode 100644
index f9f6b7ded98..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/AnyDesk-TOS
+++ /dev/null
@@ -1,383 +0,0 @@
-Contents
-A. General Terms and Conditions
-B. Supplementary Terms “AnyDesk Free”
-C. Supplementary Terms “AnyDesk Enterprise”
-D. Supplementary Terms “AnyDesk Enterprise Maintenance”
-E. Supplementary Terms for Data Processing on Behalf of the Customer (“Auftragsdatenverarbeitung”)
-
-
-A. General Terms and Conditions
-1. Provider and applicability
-1.1. AnyDesk Software GmbH (hereinafter referred to as ANYDESK), Friedrichstr. 9, 70174 Stuttgart, (Stuttgart Municipal Court, Commercial Register Division B 741697), shall be the service provider and contracting party with regard to the Customer.
-
-1.2. These Terms and Conditions shall apply to the contract conclusion itself and to all contractual relationships between ANYDESK and its customers, regardless of the type and scope of services in the context of current and future commercial relationships.
-
-1.3. The Customer may only transfer its rights and obligations from this agreement to a third party with the prior written consent of ANYDESK.
-
-1.4. The Terms and Conditions of ANYDESK shall apply exclusively. We herewith object to any deviating or additional terms and conditions of the Customer; they shall only apply if ANYDESK gives its written consent to the same (Section 126 (1) of the German Civil Code [BGB]).
-
-1.5. Where individual clauses of these Terms and Conditions are invalid in whole or in part this shall not affect the effectiveness of the remaining clauses. The parties undertake to replace the invalid clause with another valid clause which comes as close as possible to the economic purpose of the original provision. The same shall apply to any gaps in provisions with regard to the contract purpose.
-
-1.6. The contract language is German.
-
-2. Offer of contract and subject of contract
-2.1. The services provided by ANYDESK are addressed exclusively to natural persons or legal entities or partnerships with legal personality which, when entering into legal transactions, act in exercise of their trade, business or profession (Section 14 BGB).
-
-2.2. The subject of the contract is determined by these General Terms and Conditions, the Supplementary Terms, which shall take precedence within the body of provisions, and the provisions agreed in the Service Specification pertaining to the respective offer. Agreements which deviate from these provisions must be in writing.
-
-2.3. Unless expressly stipulated otherwise in the offer, ANYDESK shall not be liable for any particular outcome to be achieved by its services.
-
-2.4. Ancillary agreements and contract amendments are subject to the written consent of the executive management of ANYDESK; they shall not be valid in the absence of such written consent.
-
-2.5. Unless expressly agreed otherwise in written form, ANYDESK may use the services of suitable third parties in the performance of its contractual obligations.
-
-3. Contract conclusion and preconditions for service performance
-3.1. The product options presented by ANYDESK on the ANYDESK websites constitute a non-binding offer to the Customer to use the ANYDESK software for a specific period of time against payment of a fee. The Customer may purchase licenses for one or more terminals (work stations). The Customer shall enter its contact and invoice details (company, contact person, email and invoice address) and its choice of products in the course of the ordering process. A binding offer by the Customer to conclude a licensing contract is only made upon clicking the button “kostenpflichtig bestellen” (“place binding order with costs“). An email containing confirmation of receipt of the order shall be sent immediately; this does not constitute acceptance of the offer. ANYDESK shall be entitled to accept the Customer’s offer within two working days by sending an order confirmation by email. Where no order confirmation is sent within this time period the Customer’s offer shall be deemed rejected and the Customer no longer be bound by its offer.
-
-3.2. Upon acceptance of the Customer’s offer by email the Customer shall receive license keys in accordance with the individual contractual agreement and a link to the security-protected login page of my.anydesk.com; following successful initial login and entering of the licensing key all installed “AnyDesk” clients on the appropriate terminals may be used in accordance with the extent of the license. Once opened, the AnyDesk clients connect to the communications servers of ANYDESK to use, via the Internet, software functions to the extent described in detail in the Service Specification and subject to the conditions and system requirements described in the same.
-
-3.3. Where ANYDESK has provided the Customer with a written offer this shall be deemed accepted if the services offered therein have been approved without change by countersignature; transmission by way of telecommunications technology shall be deemed sufficient compliance with the requirement of written form in this regard (Section 127 (2) BGB). A separate written order confirmation shall only apply where specific reference is made therein (specification of the offer/order and total performance). Unless stipulated otherwise, offers shall apply for two weeks from receipt of the offer. Order confirmations by ANYDESK shall replace the Customer’s order unless a written objection is received within two weeks; ANYDESK shall expressly draw attention to the consequences of no objection being received in the order confirmation.
-
-3.4. The Customer may only access the user software made available to it simultaneously with the contractually agreed number of terminals (work stations).
-
-4. Customer information: Storage of order details, usage instructions
-4.1. ANYDESK stores the Customer’s order, including details on the contract concluded (e.g. type of product, price, etc.). Customers may access their past orders and the extent of their license via the Internet on my.anydesk.com. These General Terms and Conditions will be transmitted to the Customer with the order confirmation and may also be accessed at anydesk.de/agb.
-
-4.2. The Customer may at any time save the product description provided on our website for its own purposes, e.g. by taking a screenshot at the time of ordering or alternatively printing the entire page.
-
-4.3. The Customer may access installation and usage instructions at any time at support.anydesk.com.
-
-5. Customer information: Correcting errors
-5.1. Customers may correct their details online prior to placing an order by using the delete key. ANYDESK shall inform the Customer of further means of correcting details in the course of the order process.
-
-5.2. The order process may be aborted completely at any time by closing the browser window prior to placing an order.
-
-6. Availability and technical requirements
-6.1. Subject to a different service level being expressly agreed, ANYDESK shall provide to the Customer use at the server-side point of delivery subject to the availability and quality values specified in the Service Specification. ANYDESK shall only be responsible for availability to the extent that any unavailability of the part of the network run by ANYDESK and/or the web or communications server of ANYDESK is due to a fault on ANYDESK’s part. ANYDESK shall not be responsible for the data connection between the Customer’s respective terminal or IT system and the server-side point of delivery operated by ANYDESK being established and maintained.
-
-6.2. Regular maintenance measures are required to secure the availability of all services provided; ANYDESK may suspend service performance for defined periods of time in order to carry out such maintenance. ANYDESK shall announce the time and expected duration of maintenance works at least three working days in advance. Wherever possible ANYDESK shall take the Customer’s interests into account when planning maintenance works. These regular maintenance times do not constitute impaired availability in terms of the above.
-
-6.3. Smooth running of the ANYDESK software depends on the hardware and software used by the user on mobile terminals, routers, data communication equipment, etc. meeting the technical minimum requirements applicable to use of the currently offered software version, which are available to the user in the current system requirements specification.
-
-6.4. The Customer shall be exclusively responsible for the configuration of its IT system. ANYDESK offers a support service on the basis of a separate agreement, for a fee.
-
-6.5. The Customer shall be responsible for creating a data connection between the terminals intended for use by the Customer and the data delivery point defined by ANYDESK. ANYDESK shall be entitled to newly define the data delivery point at any time if this is necessary to enable smooth use of the services by the Customer. The Customer shall create a connection to the newly defined point of delivery in this event.
-
-7. Customer’s obligations
-7.1. The services of ANYDESK may not be misused; in particular, no information or contents may be transmitted and/or temporarily stored on ANYDESK servers which are illegal or immoral, or the duplication, provision, publication or use of which breach applicable law, rights of third parties (e.g. copyrights, patents, trademark rights or data protection rights) or agreements with third parties. The Customer shall prevent the unauthorized access of third parties to protected data stores by taking appropriate measures. The Customer shall scan its data and information for viruses and other damaging components prior to submission and shall use a state-of-the-art anti-virus program for this purpose. In the event of a culpable breach against the above provisions the Customer shall be liable for the resulting damage; the Customer shall indemnify ANYDESK against all claims of third parties which are due to such breach and shall compensate ANYDESK for any costs which arise due to potential infringements of rights.
-
-7.2. ANYDESK shall be entitled to suspend software functions with immediate effect if a justified suspicion of misuse in terms of Section 7.1 and/or use which infringes third-party rights arises. A justified suspicion of illegality and/or infringement of rights shall in particular arise where courts, authorities and/or other third parties inform ANYDESK of the same. ANYDESK shall inform the Customer of the suspension and the reason for the same without delay. The suspension shall be discontinued as soon as the suspicion has been proven to be groundless.
-
-7.3. Where the Customer collects, processes or uses personal data in the context of use of ANYDESK services and no statutory provision allowing such collection, processing and use applies, the prior consent of the affected parties must always be sought. ANYDESK and its vicarious agents shall in this context be indemnified against all claims of third parties which are based on illegal use of the products and the related servicers by the Customer. If the Customer realizes or ought to realize that a violation of this type is about to occur, it must notify ANYDESK without undue delay. Where in addition sensitive data in terms of Section 3 (9) of the German Federal Data Protection Act (Bundesdatenschutzgesetz) are to be processed by ANYDESK the Customer must inform ANYDESK of this fact in writing without undue delay.
-
-7.4. Personal access data (user name and password) may not be disclosed to third parties and must be kept safe from access by third parties. For security reasons, they must be changed prior to first use and at regular intervals thereafter. If there is reason to suspect that unauthorized persons have gained access to access data the Customer shall change them without undue delay.
-
-7.5. The Customer shall be solely responsible for data backup. ANYDESK shall not be under any obligation with regard to retention or safekeeping of data transmitted and processed by the Customer.
-
-7.6. The Customer shall reimburse ANYDESK any costs incurred for checking its equipment following submission of a fault report if the checks show that the fault was not in ANYDESK’s equipment and this could have been recognized by the Customer if it had made a reasonable effort to find the fault.
-
-8. Usage rights and software integration
-8.1. The “AnyDesk” software provided to the Customer for use under the contract is protected by copyright. ANYDESK is exclusively entitled to the commercial exploitation of the software.
-
-8.2. Upon contract conclusion, ANYDESK shall grant the Customer a non-exclusive usage right limited to the contract term pertaining to the applicable offer, to download the client software of ANYDESK to a contractually specified number of data-processing terminals (work stations) in order to create a connection with the ANYDESK communications server and use the software functions via the Internet to the extent described in detail in the Service Specification and subject to the conditions and system requirements described therein.
-
-8.3. Notwithstanding the possibility of unrestricted downloads in accordance with the Supplementary Terms “AnyDesk Free“ the Customer shall not have the right to use the software beyond the use permitted under this agreement in any way or to allow third parties to use it or to make it accessible to third parties. Vicarious agents of the Customer who make use of the services without charge shall not be deemed third parties; this includes, for example, the Customer’s employees, freelancers within the scope of their assignment, etc. In particular, the Customer shall not be permitted to duplicate, edit, make publicly accessible or sell the software or parts thereof.
-
-8.4. The Customer shall not be permitted to change, adapt or decompile the software, to decode it, to undertake reverse engineering, or to try to reconstruct or detect a source code or underlying ideas, algorithms, data formats or programming or interoperability interfaces of the product or files contained in the product or created in the course of use of the product, or to reshape the product in any other way into a form readable by humans.
-
-8.5. The Customer may not circumvent technical measures for the protection of the software or apply or provide processes for their circumvention.
-
-8.6. The Customer shall pay the fees which become payable through the actions of users which are registered and therefore authorized by the Customer. The same shall apply in the event of unauthorized use by other third parties if and to the extent that this use is due to a fault on the part of the Customer.
-
-9. Remuneration and terms and conditions of payment
-9.1. Unless otherwise agreed, remuneration shall be payable in accordance with the AnyDesk price list applicable at the point of contract conclusion. Objections to invoices for services performed by ANYDESK must be declared within four weeks of receipt of the invoice, in writing, to the address stated on the invoice. Following expiry of the above period the invoice shall be deemed approved by the Customer. ANYDESK shall draw the Customer’s attention to the significance of its conduct when sending the invoice.
-
-9.2. Fees payable for the use of ANYDESK services shall be paid by means of the payment method agreed for the order. Unless otherwise specified herein, invoices shall be payable immediately without discount. Where no payment date has been agreed, default periods shall be determined by the statutory provisions. Remuneration and ancillary costs are stated strictly as net prices exclusive of the applicable statutory taxes and charges.
-
-9.3. Monthly fees are charged on a pro-rata basis for the rest of the month, starting with the first day of serviceable provision. Thereafter, fees are payable monthly in advance. Where the fee is charged for parts of a calendar month, it is charged pro-rata for each day. A full monthly fee will be charged if the Customer terminates the contractual relationship effectively before the expiry of one month; this shall not apply to termination for good cause. Other fees, in particular fees depending on usage, are payable after service provision.
-
-9.4. The Customer shall have a right to offset claims only if its counterclaims have been finally established by a court of law or are undisputed. The Customer may only assert rights of retention for counterclaims from this contractual relationship.
-
-10. Default
-10.1. In the event of payment default on significant amounts, ANYDESK shall be entitled to suspend the services at the Customer’s expense.
-
-10.2. Where monthly payments have been agreed with the Customer, the Customer shall remain under obligation to pay the monthly fees in the event of default. Where the Customer
-
-10.2.1. defaults on the payment of fees, or a significant part thereof, for two consecutive months, or
-
-10.2.2. defaults on the payment of fees to an extent equivalent to the basic monthly fees for two months in a continuous period of more than two months, ANYDESK may terminate the contractual relationship without notice.
-
-10.3. ANYDESK reserves the right to assert further claims due to late payment.
-
-11. Warranties
-11.1. At the current state of technology, it is impossible to guarantee that data communication via the Internet or wireless will be completely safe, free of faults and/or available at all times. ANYDESK therefore does not guarantee the availability of its service at all times and shall not be liable for disappointed trust of the user in its faultless functioning.
-
-11.2. Technical data, specifications and performance stipulations in public statements, in particular in advertising, do not constitute a warranty as to quality. The functionality of the software is in the first place determined by the contents of the applicable Service Specification and any supplementary agreements made. In other respects, the software must be suitable for the use presupposed under this agreement and otherwise be of the nature common to software of its kind.
-
-11.3. The Customer shall be provided with the software in a suitable condition for use in accordance with the contract. The duty to maintain does not include adaptation of the software to changed conditions of use and technical and functional developments, such as changes in the IT environment, in particular changes of hardware or of the operating system, adaption to the scope of functions of competing products or creation of compatibility with new data formats.
-
-11.4. No-fault liability for damages for defects present at the point of contract conclusion is excluded.
-
-11.5. The Customer shall support ANYDESK in the detection and rectification of defects.
-
-11.6. In the event of material defects in standard software supplied by third parties or performance by a third-party vicarious agent, ANYDESK shall be entitled, with the effect of releasing it from all liability, to assign claims against suppliers, the manufacturer or other third parties to the Customer for the purposes of rectification or replacement supply, unless this cannot reasonably be expected to be acceptable to the Customer. The above shall also apply where ANYDESK has adapted, configured or otherwise changed the software or hardware in accordance with the Customer’s requirements, unless the material defect has been caused by ANYDESK’s own performance.
-
-11.7. The Customer shall inform ANYDESK of defects without undue delay. Warranty claims shall lapse after one year.
-
-12. Liability
-12.1. ANYDESK shall be liable without limitation for all resulting damage due to intent or gross negligence or the absence of a guaranteed property. ANYDESK shall be liable without limitation for ordinary negligence in the event of personal injury or death. In all other respects, ANYDESK shall be liable for ordinary negligence only where a duty is breached the performance of which is essential to the proper implementation of the agreement, the breach of which jeopardizes the purpose of the agreement, and on the performance of which the Customer may regularly rely (so-called cardinal duty). Liability for breach of a cardinal duty shall be limited to foreseeable damage typical of the type of agreement. This shall also apply to loss of profits and loss of expected savings. Liability for other remote consequential harm caused by a defect is excluded.
-
-12.2. No-fault liability of ANYDESK for damages (Section 536a BGB) for defects present at the time of contract conclusion is excluded.
-
-12.3. Liability for all other damage is excluded. This applies particularly to data loss or hardware malfunction caused by incompatibility of the existing components on the Customer’s terminals and/or IT systems with the hardware or software which is newly installed or to be amended, and to system malfunction which may be caused by existing faulty configurations or older, interfering drivers which have not been completely removed. This also particularly applies to data loss caused by the failure of the Customer to perform data backup and therefore ensure that lost data may be restored with a reasonable amount of effort.
-
-12.4. Liability in accordance with the provisions of the German Product Liability Act is unaffected.
-
-13. Data protection
-13.1. The Customer consents to the collection, storage and processing of personal data, provided these data are required to create, define the substance of, or amend the contractual relationship (user data). These personal data shall be used exclusively for the purposes of contract implementation. In the absence of express consent or a statutory basis the Customer’s personal data shall not be disclosed to third parties who do not perform an active part in contract implementation. Following completed contract implementation the data shall be blocked to prevent further use. The data shall be deleted following expiry of the retention periods specified under tax and commercial provisions, unless the Customer has expressly consented to their further use.
-
-13.2. For the purposes of identifying the terminals (work stations) under the agreement, ANYDESK shall, in the course of remote data access and within the scope of the purpose of the agreement, store the IP and MAC addresses of the respective terminals for a period of seven days for the purposes of preventing risks and removing malfunctions; these data are then deleted without trace unless statutory provisions or official orders require otherwise. Unless otherwise stipulated below, ANYDESK has no other direct or administrative access to the transmitted data contents and shall only store them temporarily for the purposes of transmission of the remote access initiated by the Customer.
-
-13.3. ANYDESK shall, with reference to the respective ANYDESK Customer Identification Number, log the time a program is started and the time and duration of the pertaining session (session protocol); these data are stored in a databank which is not connected to the databank containing the user data of the respective user. ANYDESK shall only log and/or store the contents of the respective data connection (session) on behalf of the Customer if this is part of the agreement, in accordance with the offer chosen by the Customer (session recording).
-
-13.4. With regard to data storage and/or processing pursuant to Section 13.2 and 13.3 above the Customer undertakes to check whether this could affect personal data of third parties. The Customer shall inform ANYDESK of the results of these checks prior to first use. In the event of processing of personal data of third parties on behalf of the Customer, ANYDESK shall collect, process, use or access personal data exclusively within the scope of the agreement concluded and in accordance with the instructions of the Customer. The Customer shall in this event, prior to first use, conclude a separate agreement on the processing of personal data, which shall form the basis of the Supplementary Terms for Data Processing on Behalf of the Customer. This must be sent, signed without amendment, to ANYDESK by postal service. The agreement to process data on behalf of the Customer shall only enter into force upon receipt of the signed agreement by ANYDESK. Where data is processed on behalf of another the Customer is always the responsible agent with regard to the personal data and is solely responsible for compliance with the provisions of the German Federal Data Protection Act (BDSG).
-
-13.5. ANYDESK shall also store data on the type of processor, screen resolution, graphics card, operating system and potentially other technical data of the terminal used, exclusively in anonymised form and for purely statistical purposes.
-
-13.6. Personal data during the ordering process is transmitted via the internet using TLS-based encryption. Credit card data is not stored by ANYDESK, but collected and processed by ANYDESK’s payment provider. ANYDESK secures its website and other systems using technical and organizational measures against loss, destruction, access, change or processing of the personal data by unauthorized parties.
-
-13.7. ANYDESK warrants that technical and organizational security measures in accordance with Section 9 BDSG and the appendix to Section 9 BDSG are in place.
-
-13.8. In accordance with the German Federal Data Protection Act, the Customer has a right to free information about the data saved about its person and a right to correction, blocking or deletion of these data. The responsible office in this regard is
-
-AnyDesk Software GmbH
-Friedrichstr. 9
-70174 Stuttgart
-datenschutz@anydesk.de
-
-14. Support, updates and upgrades
-14.1. ANYDESK shall provide the Customer with a support email address and a helpdesk phone number available on weekdays from 9 am to 12 pm and 1 pm to 5 pm with regard to its services. The hotline shall exclusively serve the purpose of providing support to the Customer during use of the ANYDESK services to be provided under this agreement.
-
-14.2. The hotline is also available to other customers. Customer enquiries to the hotline are processed in the order in which they come in. Defects should not be notified to the hotline but directly to the defect team specified in the Service Specification orsupport.anydesk.com .
-
-14.3. Any software updates will be announced online to all customers upon start of the client software and will be provided online; however, ANYDESK reserves the right to provide extensions to functionalities only to certain types of license (plan options).
-
-14.4. Moreover, ANYDESK reserves the right at any time to deactivate outdated client software following an update. Any deactivation shall be announced online upon start of the client software with at least six weeks’ notice.
-
-15. Amendments to the Terms and Conditions, Service Specifications and prices
-15.1. Where ANYDESK intends to make changes to the General Terms and Conditions or Supplementary Terms, the Service Specification, or the prices, the changes shall – in the case of the services provided under the “Free” option – be notified online upon start of the client software at least six weeks prior to the time of their intended applicability and the Customer be required to give its express consent or declare its express objection. The Customer’s decision shall be logged by ANYDESK and stored under the respective Customer ID, IP and MAC address; the provisions of Section 13.1 shall apply in this regard. Where the Customer objects to the intended changes to the General Terms and Conditions or Supplementary Terms, ANYDESK shall be entitled to declare extraordinary termination, to take effect at the time of the changes coming into force. ANYDESK shall make express reference to this consequence in its notification of changes.
-
-15.2. In all other cases, changes shall be notified to the Customer in writing at least six weeks prior to taking effect. Changes shall entitle the Customer to an extraordinary right of termination at the time of the changes coming into force. If no written notice of termination by the Customer is received within six weeks of issue of the notification of changes the changes shall become integral parts of the agreement upon coming into force. ANYDESK shall make express reference to this consequence in its notification of changes.
-
-16. Contract term, termination and software removal
-16.1. Unless expressly agreed otherwise, the following provisions shall apply with regard to contract terms and notice periods for termination:
-
-16.1.1. Contracts with a minimum contract term: The minimum contract term shall be one year, to start, subject to agreement to the contrary, upon notification of serviceable access provision to the Customer. The contract shall be terminable in writing by either party subject to a notice period of three months, to take effect at the earliest upon expiry of the minimum contract term. Where no termination is declared the contract term shall in each case be extended by one year. A mere change in the number of users shall not affect the contract term.
-
-16.1.2. Contracts without a minimum contract term: A contract without a minimum term shall be terminable in writing by either party subject to a notice period of six working days (not including Saturdays), to take effect at the end of a month. In the event that the Customer terminates the contract prior to the expiry of one month after the start of serviceable provision the full monthly fee shall be payable.
-
-16.2. The above terms and deadlines shall also apply to terminations of parts of services, e.g. a change in the number of users.
-
-16.3. This shall not affect the right to terminate the contract for good cause.
-
-16.4. Notice of termination may be given in writing by letter, fax or email.
-
-17. Miscellaneous provisions
-17.1. The entire commercial relationship between ANYDESK and the Customer shall be governed by the law of the Federal Republic of Germany, to the exclusion of UN law on the sale of goods.
-
-17.2. Where the Customer is a merchant, the exclusive place of jurisdiction for all disputes arising from this agreement shall be the registered business seat of ANYDESK.
-
-B. Supplementary Terms “AnyDesk Free”
-1. Order of precedence
-The services offered under the “Free” option shall be subject to the Supplementary Terms below, which shall take precedence over the General Terms and Conditions (Section A) above, which shall apply in all other respects:
-
-2. Preconditions and subject of service provision
-2.1. The “AnyDesk Free” option is addressed to both consumers in terms of Section 13 of the German Civil Code (BGB) and entrepreneurs in terms of Section 14 BGB.
-
-2.2. Use of the AnyDesk software is subject only to the download of the same and acceptance of the applicability of the General Terms and Conditions and Supplementary Terms.
-
-2.3. ANYDESK provides its software on its website for download, without need for registration, to one data processing terminal per Customer. Following saving of the downloaded software to this specific terminal the Customer may start the software to connect to the communications servers of ANYDESK in order to use, via the Internet, software functions to the extent described in detail in the Service Specification and subject to the conditions and system requirements described in the same.
-
-2.4. The download of the software and the use of its functionalities for an indefinite period is free of charge. However, the Customer shall have no legal claim to the free service described in Section 2.1. ANYDESK does not warrant provision of any particular scope of services and reserves the right to discontinue the service described in Section 2.3 at any time and without stating reasons.
-
-3. Amendments to the Terms and Conditions, Service Specifications and prices
-Where the Customer objects to intended changes to the General Terms and Conditions or Supplementary Terms in accordance with Section A.14.1 of the General Terms and Conditions, use shall cease at the specified time of the changes coming into effect. ANYDESK shall make express reference to this consequence in its notification of changes.
-
-C. Supplementary Terms “AnyDesk Enterprise”
-1. Order of precedence
-The services offered under the “Enterprise” option shall be subject to the Supplementary Terms below, which shall take precedence over the General Terms and Conditions (Section A) above, which shall apply in all other respects:
-
-2. Contract conclusion and preconditions for service performance
-2.1. A contract for the use of the “AnyDesk Enterprise” solution shall only arise on the basis of an individual written offer. The written offer by ANYDESK to the Customer shall be deemed accepted if the services offered therein have been approved without change by countersignature; transmission by way of telecommunications technology shall be deemed sufficient compliance with the requirement of written form in this regard (Section 127 (2) of the German Civil Code (BGB)). A separate written order confirmation shall only apply where specific reference is made therein (specification of the offer/order and total performance). Unless stipulated otherwise, offers shall apply for two weeks from receipt of the offer. Order confirmations by ANYDESK shall replace the Customer’s order unless a written objection is received within two weeks; ANYDESK shall expressly draw attention to the consequences of no objection being received in the order confirmation.
-
-2.2. Use of the “AnyDesk Enterprise” plan in the Customer’s internal network is, in accordance with the individual specifications of the written offer, dependant on provision of a communications server (hardware appliance) by ANYDESK, a virtual appliance by ANYDESK or the installation of server software on a server of the Customer; following download of the ANYDESK client software to an unlimited number of terminals (work stations) the individual users belonging to the Customer may start the client to connect to the server in the internal network in order to use, via the Internet, software functions in accordance with the individual provisions of the written offer by ANYDESK to the extent described in detail in the Service Specification and subject to the conditions and system requirements described in the same. The Customer may simultaneously access the user software made available to it with an unlimited number of terminals (work stations).
-
-2.3. ANYDESK shall provide a handbook for the use of the software. Where, in ANYDESK’s opinion, an update of the operational software results in a need for training, ANYDESK shall provide additional training sessions on the new features of the software for a fee.
-
-3. Special obligations of the Customer
-3.1. The Customer shall promptly provide ANYDESK with all information and/or data available to it which are required for or relevant to the service provision in question and inform ANYDESK of all incidents and circumstances which are relevant to the contract (e.g. defects or misuse, changes in the Customer’s network or software environment); this obligation shall constitute an essential contractual duty. This shall particularly apply to documents, incidents and circumstances which become known only after ANYDESK has started service provision.
-
-3.2. The Customer shall be responsible for creating a data connection between the terminals (work stations) intended for use by the Customer and the data delivery point to the ANYDESK communications server defined by ANYDESK.
-
-3.3. Where, in accordance with Section 2.2, the Customer provides its own communications server, the maintenance of the operating system shall be the sole responsibility of the Customer unless otherwise agreed in writing.
-
-4. Nutzungsrechte und Softwareintegration
-4.1. The server software used by ANYDESK in accordance with the respective written offer to provide a communications server or a virtual appliance in the Customer’s internal network is protected by copyright and may only be used by the Customer in accordance with the purpose described in the offer; the server software may not be duplicated, disseminated or made available to third parties in any other form.
-
-4.2. Furthermore, the Customer shall not be permitted to change, adapt or decompile the server software, to decode it, to undertake reverse engineering, or to try to reconstruct or detect a source code or underlying ideas, algorithms, data formats or programming or interoperability interfaces of the product or files contained in the product or created in the course of use of the product, or to reshape the product in any other way into a form readable by humans.
-
-4.3. The Customer may not circumvent technical measures for the protection of the software or apply or provide processes for their circumvention.
-
-4.4. Section A.8 of the General Terms and Conditions shall apply to the client software provided in accordance with the contract.
-
-5. Updates, support and maintenance
-ANYDESK offers updates, support and maintenance to the Customer in accordance with the particular terms of the applicable written offer.
-
-D. Supplementary Terms and Conditions for “Anydesk Enterprise Software Maintenance”
-1. Order of Priority
-The services offered under “AnyDesk Software Maintenance” are subject to payment, and subject to the following additional terms and conditions, which take precedence over the above terms and conditions (Par. A) and the Supplemental Terms “AnyDesk Enterprise” (Par. C):
-
-2. Performance Prerequisite and Subject
-2.1. Unless otherwise stated in the written offer, the ANYDESK maintenance service shall include the following services:
-
-The transfer and installation of the latest versions of the program (Updates) as well as patches for the contractual standard software (against a previously agreed fee) through any necessary adjustments to the client’s IT system environment.
-The update of the user documentation. In the event of a significant change in the functionality or operation of the software, completely new documentation is made available.
-If necessary, after the expiration of the defects warranty period, repair the defect using the latest program version, both within the program code as well as within the documentation. The response time for corrective action is set at a maximum of 10 working days.
-Both written (including by fax or email) and telephone counseling of clients not referred to in Part A Sect. 11 for defect related issues regarding the application of the software as well as, where appropriate, for recorded programming errors. The telephone consultation service (“Hotline”) shall be available weekdays between 09:00-12:00 hours and 13:00-17:00.
-Written reported errors or repeated service requests are assigned a specific “ticket number” no later than the afternoon of the following business day after receipt. This is done by telephone to the extent possible for the purpose of acceleration. The client must therefore add the name and telephone extension of the investigating officer to any written notification. Response by email is also acceptable in the event of error messages or requests for service by e-mail.
-Additional Service Levels are subject to remuneration and possibly subject to separate written agreements between the Parties.
-
-2.2. Not included in the contractual maintenance services provided by the Contractor are the following services:
-
-Consulting services outside the on-call times as listed under Section 2.1.
-Maintenance services, which are required as a result of the use of the software on a different hardware system or another operating system.
-Maintenance services after any type of modification by the client in the program code of the software.
-The repair of any faults or damage caused by improper handling by the client, the action of any third parties or force majeure.
-Maintenance services with regard to the compatibility of the contractual software with other computer programs, which are not covered by the Maintenance Agreement.
-Expansion and / or improvements of the original functionality scope of the contractual software (Upgrades).
-These services are the subject of separate written agreements between the Parties, if necessary.
-
-3. Usage Rights
-3.1. In so far as ANYDESK provides the client with the latest available program version in accordance with this Maintenance Agreement, ANYDESK grants the client usage rights thereto in accordance with Part C Section 4.
-
-3.2. If the client uses contractual matters which are scheduled to be replaced earlier, then his usage rights under the replacement Agreement shall expire.
-
-4. Particular Client Obligations
-4.1. For defining, isolating, detecting and reporting errors, the client must follow the instructions issued by ANYDESK. The client must used checklists provided by ANYDESK as necessary.
-
-4.2. The client shall make every effort to submit a detailed error report with questions. For this purpose, he must rely on his competent staff.
-
-4.3. During necessary test runs, either the client or designated competent employees who are fully authorized to identify and make decisions about defects, feature enhancements, reductions in functionality and changes in the program structure will be present. Other work with the computer system is adjusted during the maintenance period as necessary.
-
-4.4. The client allows ANYDESK remote access to the software by means of telecommunications or Internet. The client shall assume responsibility to provide the necessary connections in accordance with instructions received from ANYDESK.
-
-E. Supplementary Terms for Data Processing on Behalf of the Customer (“Auftragsdatenverarbeitung”)
-1. Applicability and order of precedence
-1.1. Where the Customer wishes to process personal data in the context of using a service of ANYDESK the Customer shall be required to conclude a separate agreement on the processing of personal data with ANYDESK in accordance with Section 11 of the German Federal Data Protection Act (BDSG). This agreement shall be subject to the Supplementary Terms below, which shall take precedence over the General Terms and Conditions (Section A) above, which shall apply in all other respects:
-
-1.2. Two copies of this agreement must be signed and sent to the following address:
-
-AnyDesk Software GmbH
-Friedrichstr. 9
-70176 Stuttgart
-
-ANYDESK shall return one countersigned copy to the Customer.
-
-2. Subject of the agreement
-The subject of this agreement is the regulation of rights and/or duties of the Customer and ANYDESK where, in the context of service provision (in accordance with the General Terms and Conditions and Supplementary Terms), ANYDESK collects, processes and/or uses personal data (hereinafter referred to as “data”) on behalf of the Customer in terms of Section 11 of the German Federal Data Protection Act (BDSG). The agreement shall apply accordingly to the (remote) testing and maintenance of automated procedures or of data processing systems if in doing so the possibility of access to personal data cannot be ruled out.
-
-3. Customer’s responsibility and right to instruct
-3.1. The Customer, as the principal in terms of Section 11 BDSG, shall be solely responsible for assessing the permissibility under data protection law of collecting, processing and using personal data and for the observance of the rights of the affected parties. The Customer shall accordingly ensure that the conditions of permissibility of data processing prescribed by statute or regulatory authority are met, i.e., amongst others, that deletion periods and permitted storage terms are observed and all required declarations of consent are demonstrably obtained, in particular if the Customer’s data processing assignment concerns sensitive data in terms of Section 3 (9) BDSG. In the event of a culpable breach of the above provisions, the Customer shall be liable for the resulting damage; the Customer shall indemnify ANYDESK against all claims of third parties which are due to such breach and shall compensate ANYDESK for any costs which arise due to po-tential infringements of rights.
-
-3.2. The subject, type, duration and purpose of the data processing to be undertaken shall be determined by the Customer by its choice of product, the scope of which is determined by the General Terms and Conditions and Supplementary Terms and the data protection requirements pertaining to which are specified in detail in the Appendix to the Supplementary Terms for Data Processing on Behalf of the Customer.
-
-3.3. Any instructions by the Customer with regard to the processing of personal data which go beyond the contractually agreed services and product features and result in additional efforts on the part of ANYDESK shall attract an appropriate additional fee. ANYDESK shall be entitled to terminate the agreement in the event of instructions the implementation of which by ANYDESK is not possible, or only possible under expense of disproportionately high additional effort. Additional instructions must be in writing.
-
-4. Protection and supervision
-4.1. ANYDESK shall process the data exclusively within the scope of the agreements concluded and shall not use the data for any other purpose; ANYDESK shall, in particular, not be permitted to disclose the data provided to third parties. ANYDESK shall take the required technical and organizational measures in accordance with Section 9 BDSG in order to protect the data, specified in the Appendix to the Supplementary Terms for Data Processing on Behalf of the Customer. Within this specification, ANYDESK may adapt the technical and organizational measures at its discretion in accordance with a due assessment of the circumstances.
-
-4.2. The Customer may at any time at its own cost check compliance with data protection provisions concerning the data processing undertaken on its behalf, or instruct a third party to carry out such checks. Where applicable, the third party shall demonstrably be obligated to maintain confidentiality. The Customer shall be required to give ANYDESK appropriate notice of individual checks and shall act with consideration towards the business operations of ANYDESK during their implementation.
-
-5. Other rights and obligations
-5.1. The Customer shall be the responsible contact point for the exercise of rights of affected persons, such as correction, deletion and blocking of data. ANYDESK shall ensure in the course of service performance that the Customer is able to meet its obligations with regard to the rights of affected persons. Where an affected person exercises its right to correction, deletion or blocking of data with the Customer and the Customer is unable to implement the request by appropriate selection or change in the settings of particular features ANYDESK shall, in collaboration with the Customer, perform the correction, blocking or deletion, provided implementation of the change by ANYDESK is legally and actually possible.
-
-5.2. Any documents containing personal data and files which are no longer required shall be destroyed in accordance with data protection provisions, unless statutory duties require otherwise. Where the Customer is in possession of storage media the Customer shall delete from them all personal data in accordance with data protection provisions before returning them to ANYDESK. Where this is not possible the Customer shall inform ANYDESK in writing in good time; ANYDESK shall in this event carry out the deletion of the personal data from the storage media on behalf of the Customer against payment of an additional fee.
-
-5.3. ANYDESK shall inform the Customer of cases of major operational malfunction, violations of data protection provisions, breaches against terms of this agreement and other significant irregularities related to the processing of the Customer’s data. However, the general duty to ascertain whether the data processing is in breach of any data protection provisions shall not be the duty of ANYDESK; where ANYDESK considers this to be the case ANYDESK shall be entitled to suspend implementation of the respective data processing until it is confirmed or changed by the Customer.
-
-5.4. Where the Customer is under legal duty to supply information on the processing of data to an official body or a natural or legal person ANYDESK shall support the Customer in providing this information. Unless expressly agreed otherwise, ANYDESK shall charge a fee to cover the expense of such support actions.
-
-6. Supervision, maintenance, remote access
-6.1. All checks and maintenance works, in particular those carried out by remote access, shall be documented and logged.
-
-6.2. Where the possibility of access to personal data in the course of checks and maintenance works using automated processes or data processing equipment – including by way of remote access – may not be excluded, ANYDESK shall only make use of the access to the extent which, both in terms of time and subject matter, is strictly required for the proper implementation of the maintenance works and checks requested.
-
-7. Location and subcontractors
-7.1. ANYDESK stores customer data exclusively on servers physically located in Germany.
-
-7.2. ANYDESK may use subcontractors for the performance of its responsibilities described herein, which, where applicable, shall be specified in the Appendix to the Supplementary Terms for Data Processing on Behalf of the Customer. Where required, ANYDESK shall enter into contractual agreements with these subcontractors which match the contractual provisions of this agreement.
-
-Privacy Statement
-General
-AnyDesk takes privacy very serious. We exercise the utmost care and strictly adhere to the statutory provisions in regards to collecting, processing, using and unnecessary disclosure of data. This statement provides an overview about your rights when using our website and software and what kind of data is collected and for what purpose.
-
-Personal Data
-Personal data is any information relating to an identified or identifiable natural person. This includes information and details such as your name, your address or other mailing address, or phone number. This also includes an email-Address if it includes such a reference to your name that it makes you identifiable. Information that can not be used to determine your identity is not considered to be personal data. Such information is, for example, body size, gender, age or education.
-
-Use and Disclosure of Data
-We will use automatically or manually collected personal data related to you to only to respond to your inquiries, to process contracts we have concluded with you, and for technical administration.
-
-We will only disclose personal data to third parties under a limited extent under the following circumstances:
-
-In order to process the payment process at the appropriate payment service
-If you have explicitly consented to the disclosure of the data
-If we are legally obligated to disclose the data (e.g. in response to a court or administrative order)
-In no case will the data be sold.
-
-Deletion of Data
-You have the right to revoke your consent to the storage of your personal data at any time. The deletion of your personal data is carried out when you have revoked your consent and storage is no longer necessary for processing of contracts. In any case we will delete your personal data if we do not longer need it for our services or if the storage gets prohibited for legal reasons.
-
-Website
-As a principle, we ask on our website only to provide us with the data that is immediately necessary for the provision and improvement of our services. In addition, some data is automatically collected for statistical analysis.
-
-E-Mails and Newsletters
-If you use the email services offered on this website or would like receive our newsletter, your email-address will be stored. Additionally, we may require further information which will enable us to check if you are the owner of the email-address or if its owner agrees to reveive the newsletter. You can revoke your permission for storage and usage of this data and your email-address to deliver newsletters at any time.
-
-Email newsletters can be unsubscribed at any time.
-
-Access Protocol
-Every access to our website and related resources is logged. The logging is necessary for internal statistical purposes and to ensure data security. Some information from your browser is collected and stored for that matter. This includes:
-
-Browser type and version
-Operating system
-The previously visited website
-The host name of the accessing computer and its IP address
-Time of the server inquiry
-Cookies
-Cookies are small text files that can be stored on the computer of the visitor of a website. In a subsequent access to the same website, the information stored there is transferred back to the server. The use of our website is possible without the use of cookies.
-
-Basically, we avoid the use of cookies and restrict them to the following applications:
-
-Management of different user sessions (session tracking)
-Storage of user settings of our website (e.g. language setting)
-Use in the context of web analytics
-Web analytics tools
-This website uses Google Analytics, a web analytics service provided by Google, Inc. (“Google”). Google Analytics uses “cookies”, which are text files placed on your computer, to help the website analyze how users use the site. The information generated by the cookie about your use of the website (including your IP address) will be transmitted to and stored by Google on servers in the United States . Google will use this information for the purpose of evaluating your use of the website, compiling reports on website activity for website operators and providing other services relating to website activity and internet usage. Google may also transfer this information to third parties where required to do so by law, or where such third parties process the information on Google’s behalf. Google will not associate your IP address with any other data held by Google. You may refuse the use of cookies by selecting the appropriate settings on your browser, however please note that if you do this you may not be able to use the full functionality of this website. By using this website, you consent to the processing of data about you by Google in the manner and for the purposes set out above.
-
-You can stop the recording and processing of your data usage of this website by Google by downloading and installing the browser plugin available at:
-
-http://tools.google.com/dlpage/gaoptout?hl=en
-Software
-To ensure a reliable and safe operation of AnyDesk, to enable some advanced features and to improve our procduct in the future, AnyDesk will automatically collect the following data:
-
-Time of program start
-IP-address of the machine
-Statistical information about your computer (e.g. CPU-type, screen resolution)
-Time and duration of AnyDesk sessions as well as the AnyDesk-IDs of participants
-This data is saved in a database which is seperate from the database which contains your personal data.
-
-Changes
-We reserve the right at any time to modify this privacy statement in compliance with the legal requirements.
-
-Contact
-For questions about this privacy policy, please contact us via the means specified in the imprint. You can inquire at any time whether and which of your data is stored by us. In addition, you can send us inquiries, deletion and correction requests. Feel free to send suggestions.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Apache-1.0 b/sdk_container/src/third_party/portage-stable/licenses/Apache-1.0
deleted file mode 100644
index 48cfbaeb26a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Apache-1.0
+++ /dev/null
@@ -1,53 +0,0 @@
-Copyright (c) 1995-1999 The Apache Group. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in
- the documentation and/or other materials provided with the
- distribution.
-
-3. All advertising materials mentioning features or use of this
- software must display the following acknowledgment:
- "This product includes software developed by the Apache Group
- for use in the Apache HTTP server project (http://www.apache.org/)."
-
-4. The names "Apache Server" and "Apache Group" must not be used to
- endorse or promote products derived from this software without
- prior written permission. For written permission, please contact
- apache@apache.org.
-
-5. Products derived from this software may not be called "Apache"
- nor may "Apache" appear in their names without prior written
- permission of the Apache Group.
-
-6. Redistributions of any form whatsoever must retain the following
- acknowledgment:
- "This product includes software developed by the Apache Group
- for use in the Apache HTTP server project (http://www.apache.org/)."
-
-THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY
-EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE GROUP OR
-ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
-OF THE POSSIBILITY OF SUCH DAMAGE.
-====================================================================
-
-This software consists of voluntary contributions made by many
-individuals on behalf of the Apache Group and was originally based
-on public domain software written at the National Center for
-Supercomputing Applications, University of Illinois, Urbana-Champaign.
-For more information on the Apache Group and the Apache HTTP server
-project, please see .
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Apache-1.1 b/sdk_container/src/third_party/portage-stable/licenses/Apache-1.1
deleted file mode 100644
index 23140d48700..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Apache-1.1
+++ /dev/null
@@ -1,52 +0,0 @@
-The Apache Software License, Version 1.1
-
-Copyright (c) . All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in
- the documentation and/or other materials provided with the
- distribution.
-
-3. The end-user documentation included with the redistribution,
- if any, must include the following acknowledgment:
- "This product includes software developed by
- ()."
- Alternately, this acknowledgment may appear in the software itself,
- if and wherever such third-party acknowledgments normally appear.
-
-4. The names "" and "" must not be used
- to endorse or promote products derived from this software without
- prior written permission. For written permission, please contact
- .
-
-5. Products derived from this software may not be called "",
- nor may "" appear in their name, without prior written
- permission of .
-
-THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
-WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL OR ITS CONTRIBUTORS BE LIABLE FOR
-ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
-GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
-IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
-OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-
-[This software consists of voluntary contributions made by many
-individuals on behalf of . For more information on
-, please see .]
-
-[Portions of this software are based upon public domain software
-originally written at the National Center for Supercomputing
-Applications, University of Illinois, Urbana-Champaign.]
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Arkkra b/sdk_container/src/third_party/portage-stable/licenses/Arkkra
deleted file mode 100644
index 3bcc2c3fd15..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Arkkra
+++ /dev/null
@@ -1,37 +0,0 @@
- Copyright (c) 1995-2017 by Arkkra Enterprises.
- All rights reserved.
-
- Redistribution and use in source and binary forms,
- with or without modification, are permitted provided that
- the following conditions are met:
-
- 1. Redistributions of source code must retain
- the above copyright notice, this list of conditions
- and the following DISCLAIMER.
-
- 2. Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and
- the following DISCLAIMER in the documentation and/or
- other materials provided with the distribution.
-
- 3. Any additions, deletions, or changes to the original files
- must be clearly indicated in accompanying documentation,
- including the reasons for the changes,
- and the names of those who made the modifications.
-
- DISCLAIMER
-
- THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS
- OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
- THE IMPLIED WARRANTIES OF MERCHANTABILITY
- AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT,
- INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
- OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE)
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
- EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Arphic b/sdk_container/src/third_party/portage-stable/licenses/Arphic
deleted file mode 100644
index c889636f498..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Arphic
+++ /dev/null
@@ -1,59 +0,0 @@
-ARPHIC PUBLIC LICENSE
-
-Copyright (C) 1999 Arphic Technology Co., Ltd.
-11Fl. No.168, Yung Chi Rd., Taipei, 110 Taiwan
-All rights reserved except as specified below.
-
-Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is forbidden.
-
-Preamble
-
- The licenses for most software are designed to take away your freedom to share and change it. By contrast, the ARPHIC PUBLIC LICENSE specifically permits and encourages you to use this software, provided that you give the recipients all the rights that we gave you and make sure they can get the modifications of this software.
-
-Legal Terms
-
-0. Definitions:
- Throughout this License, "Font" means the TrueType fonts "AR PL Mingti2L Big5", "AR PL KaitiM Big5" (BIG-5 character set) and "AR PL SungtiL GB", "AR PL KaitiM GB" (GB character set) which are originally distributed by Arphic, and the derivatives of those fonts created through any modification including modifying glyph, reordering glyph, converting format, changing font name, or adding/deleting some characters in/from glyph table.
-
- "PL" means "Public License".
-
- "Copyright Holder" means whoever is named in the copyright or copyrights for the Font.
-
- "You" means the licensee, or person copying, redistributing or modifying the Font.
-
- "Freely Available" means that you have the freedom to copy or modify the Font as well as redistribute copies of the Font under the same conditions you received, not price. If you wish, you can charge for this service.
-
-1. Copying & Distribution
- You may copy and distribute verbatim copies of this Font in any medium, without restriction, provided that you retain this license file (ARPHICPL.TXT) unaltered in all copies.
-
-2. Modification
- You may otherwise modify your copy of this Font in any way, including modifying glyph, reordering glyph, converting format, changing font name, or adding/deleting some characters in/from glyph table, and copy and distribute such modifications under the terms of Section 1 above, provided that the following conditions are met:
-
- a) You must insert a prominent notice in each modified file stating how and when you changed that file.
-
- b) You must make such modifications Freely Available as a whole to all third parties under the terms of this License, such as by offering access to copy the modifications from a designated place, or distributing the modifications on a medium customarily used for software interchange.
-
- c) If the modified fonts normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the Font under these conditions, and telling the user how to view a copy of this License.
-
- These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Font, and can be reasonably considered independent and separate works in themselves, then this License and its terms, do not apply to those sections when you distribute them as separate works. Therefore, mere aggregation of another work not based on the Font with the Font on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
-
-3. Condition Subsequent
- You may not copy, modify, sublicense, or distribute the Font except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Font will automatically retroactively void your rights under this License. However, parties who have received copies or rights from you under this License will keep their licenses valid so long as such parties remain in full compliance.
-
-4. Acceptance
- You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to copy, modify, sublicense or distribute the Font. These actions are prohibited by law if you do not accept this License. Therefore, by copying, modifying, sublicensing or distributing the Font, you indicate your acceptance of this License and all its terms and conditions.
-
-5. Automatic Receipt
- Each time you redistribute the Font, the recipient automatically receives a license from the original licensor to copy, distribute or modify the Font subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.
-
-6. Contradiction
- If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Font at all. For example, if a patent license would not permit royalty-free redistribution of the Font by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Font.
-
- If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.
-
-7. NO WARRANTY
- BECAUSE THE FONT IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE FONT, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS OR OTHER PARTIES PROVIDE THE FONT "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE FONT IS WITH YOU. SHOULD THE FONT PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-8. DAMAGES WAIVER
- UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING, IN NO EVENT WILL ANY COPYRIGHTT HOLDERS, OR OTHER PARTIES WHO MAY COPY, MODIFY OR REDISTRIBUTE THE FONT AS PERMITTED ABOVE, BE LIABLE TO YOU FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, INCIDENTAL, SPECIAL OR EXEMPLARY DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE FONT (INCLUDING BUT NOT LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA OR PROFITS; OR BUSINESS INTERRUPTION), EVEN IF SUCH HOLDERS OR OTHER PARTIES HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Artistic-2 b/sdk_container/src/third_party/portage-stable/licenses/Artistic-2
deleted file mode 100644
index ddb9a463f82..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Artistic-2
+++ /dev/null
@@ -1,201 +0,0 @@
- The Artistic License 2.0
-
- Copyright (c) 2000-2006, The Perl Foundation.
-
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-Preamble
-
-This license establishes the terms under which a given free software
-Package may be copied, modified, distributed, and/or redistributed.
-The intent is that the Copyright Holder maintains some artistic
-control over the development of that Package while still keeping the
-Package available as open source and free software.
-
-You are always permitted to make arrangements wholly outside of this
-license directly with the Copyright Holder of a given Package. If the
-terms of this license do not permit the full use that you propose to
-make of the Package, you should contact the Copyright Holder and seek
-a different licensing arrangement.
-
-Definitions
-
- "Copyright Holder" means the individual(s) or organization(s)
- named in the copyright notice for the entire Package.
-
- "Contributor" means any party that has contributed code or other
- material to the Package, in accordance with the Copyright Holder's
- procedures.
-
- "You" and "your" means any person who would like to copy,
- distribute, or modify the Package.
-
- "Package" means the collection of files distributed by the
- Copyright Holder, and derivatives of that collection and/or of
- those files. A given Package may consist of either the Standard
- Version, or a Modified Version.
-
- "Distribute" means providing a copy of the Package or making it
- accessible to anyone else, or in the case of a company or
- organization, to others outside of your company or organization.
-
- "Distributor Fee" means any fee that you charge for Distributing
- this Package or providing support for this Package to another
- party. It does not mean licensing fees.
-
- "Standard Version" refers to the Package if it has not been
- modified, or has been modified only in ways explicitly requested
- by the Copyright Holder.
-
- "Modified Version" means the Package, if it has been changed, and
- such changes were not explicitly requested by the Copyright
- Holder.
-
- "Original License" means this Artistic License as Distributed with
- the Standard Version of the Package, in its current version or as
- it may be modified by The Perl Foundation in the future.
-
- "Source" form means the source code, documentation source, and
- configuration files for the Package.
-
- "Compiled" form means the compiled bytecode, object code, binary,
- or any other form resulting from mechanical transformation or
- translation of the Source form.
-
-
-Permission for Use and Modification Without Distribution
-
-(1) You are permitted to use the Standard Version and create and use
-Modified Versions for any purpose without restriction, provided that
-you do not Distribute the Modified Version.
-
-
-Permissions for Redistribution of the Standard Version
-
-(2) You may Distribute verbatim copies of the Source form of the
-Standard Version of this Package in any medium without restriction,
-either gratis or for a Distributor Fee, provided that you duplicate
-all of the original copyright notices and associated disclaimers. At
-your discretion, such verbatim copies may or may not include a
-Compiled form of the Package.
-
-(3) You may apply any bug fixes, portability changes, and other
-modifications made available from the Copyright Holder. The resulting
-Package will still be considered the Standard Version, and as such
-will be subject to the Original License.
-
-
-Distribution of Modified Versions of the Package as Source
-
-(4) You may Distribute your Modified Version as Source (either gratis
-or for a Distributor Fee, and with or without a Compiled form of the
-Modified Version) provided that you clearly document how it differs
-from the Standard Version, including, but not limited to, documenting
-any non-standard features, executables, or modules, and provided that
-you do at least ONE of the following:
-
- (a) make the Modified Version available to the Copyright Holder
- of the Standard Version, under the Original License, so that the
- Copyright Holder may include your modifications in the Standard
- Version.
-
- (b) ensure that installation of your Modified Version does not
- prevent the user installing or running the Standard Version. In
- addition, the Modified Version must bear a name that is different
- from the name of the Standard Version.
-
- (c) allow anyone who receives a copy of the Modified Version to
- make the Source form of the Modified Version available to others
- under
-
- (i) the Original License or
-
- (ii) a license that permits the licensee to freely copy,
- modify and redistribute the Modified Version using the same
- licensing terms that apply to the copy that the licensee
- received, and requires that the Source form of the Modified
- Version, and of any works derived from it, be made freely
- available in that license fees are prohibited but Distributor
- Fees are allowed.
-
-
-Distribution of Compiled Forms of the Standard Version
-or Modified Versions without the Source
-
-(5) You may Distribute Compiled forms of the Standard Version without
-the Source, provided that you include complete instructions on how to
-get the Source of the Standard Version. Such instructions must be
-valid at the time of your distribution. If these instructions, at any
-time while you are carrying out such distribution, become invalid, you
-must provide new instructions on demand or cease further distribution.
-If you provide valid instructions or cease distribution within thirty
-days after you become aware that the instructions are invalid, then
-you do not forfeit any of your rights under this license.
-
-(6) You may Distribute a Modified Version in Compiled form without
-the Source, provided that you comply with Section 4 with respect to
-the Source of the Modified Version.
-
-
-Aggregating or Linking the Package
-
-(7) You may aggregate the Package (either the Standard Version or
-Modified Version) with other packages and Distribute the resulting
-aggregation provided that you do not charge a licensing fee for the
-Package. Distributor Fees are permitted, and licensing fees for other
-components in the aggregation are permitted. The terms of this license
-apply to the use and Distribution of the Standard or Modified Versions
-as included in the aggregation.
-
-(8) You are permitted to link Modified and Standard Versions with
-other works, to embed the Package in a larger work of your own, or to
-build stand-alone binary or bytecode versions of applications that
-include the Package, and Distribute the result without restriction,
-provided the result does not expose a direct interface to the Package.
-
-
-Items That are Not Considered Part of a Modified Version
-
-(9) Works (including, but not limited to, modules and scripts) that
-merely extend or make use of the Package, do not, by themselves, cause
-the Package to be a Modified Version. In addition, such works are not
-considered parts of the Package itself, and are not subject to the
-terms of this license.
-
-
-General Provisions
-
-(10) Any use, modification, and distribution of the Standard or
-Modified Versions is governed by this Artistic License. By using,
-modifying or distributing the Package, you accept this license. Do not
-use, modify, or distribute the Package, if you do not accept this
-license.
-
-(11) If your Modified Version has been derived from a Modified
-Version made by someone other than you, you are nevertheless required
-to ensure that your Modified Version complies with the requirements of
-this license.
-
-(12) This license does not grant you the right to use any trademark,
-service mark, tradename, or logo of the Copyright Holder.
-
-(13) This license includes the non-exclusive, worldwide,
-free-of-charge patent license to make, have made, use, offer to sell,
-sell, import and otherwise transfer the Package with respect to any
-patent claims licensable by the Copyright Holder that are necessarily
-infringed by the Package. If you institute patent litigation
-(including a cross-claim or counterclaim) against any party alleging
-that the Package constitutes direct or contributory patent
-infringement, then this Artistic License to you shall terminate on the
-date that such litigation is filed.
-
-(14) Disclaimer of Warranty:
-THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
-IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
-NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
-LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
-BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
-DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Aseprite-EULA b/sdk_container/src/third_party/portage-stable/licenses/Aseprite-EULA
deleted file mode 100644
index 7735e665a2a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Aseprite-EULA
+++ /dev/null
@@ -1,42 +0,0 @@
-END-USER LICENSE AGREEMENT FOR ASEPRITE
-
-IMPORTANT: PLEASE READ THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT CAREFULLY BEFORE CONTINUING WITH THIS PROGRAM INSTALL.
-
-This End-User License Agreement ("EULA") is a legal agreement between you (either an individual or a single entity) and Igara Studio S.A. (hereinafter referred to as "Licensor"), for the software product(s) identified above which may include associated software components, media, printed materials, and "online" or electronic documentation ("SOFTWARE PRODUCT"). By installing, copying, or otherwise using the SOFTWARE PRODUCT, you agree to be bound by the terms of this EULA. This license agreement represents the entire agreement concerning the program between You and the Licensor, and it supersedes any prior proposal, representation, or understanding between the parties. If you do not agree to the terms of this EULA, do not install or use the SOFTWARE PRODUCT.
-
-The SOFTWARE PRODUCT is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties. The SOFTWARE PRODUCT is licensed, not sold.
-
-1. GRANT OF LICENSE.
-The SOFTWARE PRODUCT is licensed as follows:
-(a) Installation and Use.
-The Licensor grants you the right to install and use copies of the SOFTWARE PRODUCT on your computer running a validly licensed copy of the operating system for which the SOFTWARE PRODUCT was designed.
-(b) Backup Copies.
-You may also make copies of the SOFTWARE PRODUCT as may be necessary for backup and archival purposes.
-
-2. DESCRIPTION OF OTHER RIGHTS AND LIMITATIONS.
-(a) Maintenance of Copyright Notices.
-You must not remove or alter any copyright notices on any and all copies of the SOFTWARE PRODUCT.
-(b) Distribution.
-You may not distribute copies of the SOFTWARE PRODUCT to third parties. Evaluation versions available for download from the Licensor's websites may be freely distributed.
-(c) Prohibition on Reverse Engineering, Decompilation, and Disassembly.
-You may not reverse engineer, decompile, or disassemble the SOFTWARE PRODUCT, except and only to the extent that such activity is expressly permitted by applicable law notwithstanding this limitation.
-(d) Rental.
-You may not rent, lease, or lend the SOFTWARE PRODUCT.
-(e) Support Services.
-The Licensor may provide you with support services related to the SOFTWARE PRODUCT ("Support Services"). Any supplemental software code provided to you as part of the Support Services shall be considered part of the SOFTWARE PRODUCT and subject to the terms and conditions of this EULA.
-(f) Compliance with Applicable Laws.
-You must comply with all applicable laws regarding use of the SOFTWARE PRODUCT.
-(g) Source code.
-You may only compile and modify the source code of the SOFTWARE PRODUCT for your own personal purpose or to propose a contribution to the SOFTWARE PRODUCT.
-
-3. TERMINATION
-Without prejudice to any other rights, the Licensor may terminate this EULA if you fail to comply with the terms and conditions of this EULA. In such event, you must destroy all copies of the SOFTWARE PRODUCT in your possession.
-
-4. COPYRIGHT
-All title, including but not limited to copyrights, in and to the SOFTWARE PRODUCT and any copies thereof are owned by the Licensor or its suppliers. All title and intellectual property rights in and to the content which may be accessed through use of the SOFTWARE PRODUCT is the property of the respective content owner and may be protected by applicable copyright or other intellectual property laws and treaties. This EULA grants you no rights to use such content. All rights not expressly granted are reserved by the Licensor.
-
-5. NO WARRANTIES
-The Licensor expressly disclaims any warranty for the SOFTWARE PRODUCT. The SOFTWARE PRODUCT is provided 'As Is' without any express or implied warranty of any kind, including but not limited to any warranties of merchantability, noninfringement, or fitness of a particular purpose. The Licensor does not warrant or assume responsibility for the accuracy or completeness of any information, text, graphics, links or other items contained within the SOFTWARE PRODUCT. The Licensor makes no warranties respecting any harm that may be caused by the transmission of a computer virus, worm, time bomb, logic bomb, or other such computer program. The Licensor further expressly disclaims any warranty or representation to Authorized Users or to any third party.
-
-6. LIMITATION OF LIABILITY
-In no event shall the Licensor be liable for any damages (including, without limitation, lost profits, business interruption, or lost information) rising out of 'Authorized Users' use of or inability to use the SOFTWARE PRODUCT, even if the Licensor has been advised of the possibility of such damages. In no event will the Licensor be liable for loss of data or for indirect, special, incidental, consequential (including lost profit), or other damages based in contract, tort or otherwise. The Licensor shall have no liability with respect to the content of the SOFTWARE PRODUCT or any part thereof, including but not limited to errors or omissions contained therein, libel, infringements of rights of publicity, privacy, trademark rights, business interruption, personal injury, loss of privacy, moral rights or the disclosure of confidential information.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Atmel b/sdk_container/src/third_party/portage-stable/licenses/Atmel
deleted file mode 100644
index a4e2b49444f..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Atmel
+++ /dev/null
@@ -1,45 +0,0 @@
-The bin files in the images were generated from header files
-included with the 2.1.1 release of the "Atmel drivers", released
-by Atmel corp in December 2002 and subsequent modifications,
-downloaded from atmelwlandriver.sourceforge.net
-
-The copyright on these files was modified (by Atmel corp)
-in May 2004 to the form shown below.
-
-/******************************************************************************/
-/* Copyright (c) 2004-07-05 Atmel Corporation. All Rights Reserved. */
-/* */
-/* Redistribution and use of the microcode software ("Firmware") is */
-/* permitted provided that the following conditions are met: */
-/* Firmware is redistributed in object code only, specifically, only */
-/* in two file formats: (a) .h header file; or (b) .rom binary image file; */
-/* */
-/* Any reproduction of Firmware must contain the above copyright notice, */
-/* this list of conditions and the below disclaimer in the documentation */
-/* and/or other materials provided with the distribution; and */
-/* The name of Atmel Corporation may not be used to endorse or promote */
-/* products derived from this Firmware without specific prior written consent.*/
-/******************************************************************************/
-
-/******************************************************************************/
-/* DISCLAIMER: ATMEL PROVIDES THIS FIRMWARE "AS IS" WITH NO WARRANTIES */
-/* OR INDEMNITIES WHATSOEVER. ATMEL EXPRESSLY DISCLAIMS ANY EXPRESS, */
-/* STATUTORY OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, */
-/* THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR */
-/* PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL ATMEL BE LIABLE FOR */
-/* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL */
-/* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS */
-/* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) */
-/* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, */
-/* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING */
-/* IN ANY WAY OUT OF THE USE OF THIS FIRMWARE, EVEN IF ADVISED OF THE */
-/* POSSIBILITY OF SUCH DAMAGE. */
-/* */
-/* USER ACKNOWLEDGES AND AGREES THAT THE PURCHASE OR USE OF THE FIRMWARE */
-/* WILL NOT CREATE OR GIVE GROUNDS FOR A LICENSE BY IMPLICATION, ESTOPPEL, */
-/* OR OTHERWISE IN ANY INTELLECTUAL PROPERTY RIGHTS */
-/* (PATENT, COPYRIGHT, TRADE SECRET, MASK WORK, OR OTHER PROPRIETARY RIGHT) */
-/* EMBODIED IN ANY OTHER ATMEL HARDWARE OR FIRMWARE EITHER SOLELY */
-/* OR IN COMBINATION WITH THE FIRMWARE. */
-/******************************************************************************/
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Autodesk b/sdk_container/src/third_party/portage-stable/licenses/Autodesk
deleted file mode 100644
index 37e88d28c47..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Autodesk
+++ /dev/null
@@ -1,455 +0,0 @@
-
-General terms
-
-These General Terms apply to your account with Autodesk and to our Offerings, and constitute a binding contract between us.
-1. Acceptance
-
-By accepting these General Terms during your account registration or subscription process, or by accessing or using our Offerings, you confirm your acceptance of these General Terms and other applicable Terms and your agreement to be a party to this binding contract. If you do not agree, you do not have the right to access or use our Offerings.
-
-You agree to these Terms on behalf of the company or other legal entity for which you are acting (for example, as an employee or contractor) or, if there is no company or legal entity, on behalf of yourself as an individual (in either case, “You”). You represent and warrant that you have the right and authority (as well as the capacity—for example, you are of sufficient legal age) to act on behalf of and bind such entity (if any) and yourself.
-
-Additional capitalized terms are defined in these Terms and in the "Definitions" section (Section 22) below.
-2. Right Of Return For Refund
-
-For a limited period after You purchase or renew a subscription (the “Return Period”), (i) if You object to any of the terms set forth in these Terms, or (ii) if You object to the Autodesk terms of purchase or auto-renewal (if any) applicable to the purchase or renewal of the subscription, or (iii) if You are dissatisfied (for any reason) with the Offering to which You subscribed, You may return the Offering and may qualify for a refund.
-
-For orders placed directly with Autodesk, Autodesk will provide a full refund of Your subscription fees if You cease use and return the Offering within the Return Period set forth below. For orders placed through a reseller or other third party, please check the applicable return and refund policy of that third party.
-
-Type
-
-
-Subscription Term
-
-
-Return Period (measured from the date of purchase or renewal)
-
-New subscription, Renewal of an existing subscription, Addition of users to an existing subscription, Aligning subscription billing or renewal dates
-
-
-Subscriptions longer than monthly (for example, annual)
-
-
-30 days
-
-Monthly subscriptions
-
-
-15 days
-
-Your right of return for refund does not apply to all orders, including orders for cloud credits, consumption-based fees, consulting, advanced consulting, memberships, platform subscriptions or fees, extra-territorial rights and enterprise agreements. For more information please see our Right of Return Policy.
-3. Additional Agreements, Special Terms
-
-You may have an additional agreement signed directly with one or more Autodesk entities that supplements or amends these Terms (for example, an enterprise business agreement) (“Additional Agreement”). In addition, Offerings may be subject to special terms (“Special Terms”), including, for example, particular entitlements or restrictions on types of use. Special Terms may apply to a particular Offering or to a particular category of user (for example, students). The Special Terms are set forth in the Special Terms or in the Documentation for the Offering.
-
-You agree to the Special Terms, if any, for an Offering that You subscribe to, obtain, access or use. If You do not agree to all such Special Terms, You may not subscribe to, obtain, access or use the Offering.
-
-If there is any conflict between these General Terms and the Additional Agreement or Special Terms, the Additional Agreement or Special Terms will control in relation to their subject matter. If there is a conflict between the Additional Agreement and the Special Terms, the Additional Agreement will control in relation to its subject matter. Any arrangement with respect to an Offering is expressly conditioned on Your agreement to these Terms, and any further or different terms are rejected.
-4. Account
-4.1 Account Responsibilities
-
-To subscribe to an Offering, You may need an account. You are responsible for anyone who obtains, accesses or uses Offerings through You or Your account (including Your Authorized Users). This means (among other things) that You are responsible for Your Authorized Users’ compliance with these Terms, including their use of their accounts, as though each of the Authorized Users is You. In certain cases, Your Authorized Users may be required to set up individual accounts or otherwise agree to applicable terms in order to obtain, access or use Offerings, but that requirement does not affect Your responsibility for Your Authorized Users.
-
-You are also responsible for the security of Your account and all activity associated with Your account. This means (among other things) that You (i) will ensure that only Your Authorized Users use Offerings associated with Your account, and (ii) will secure and not share user IDs or passwords (except with authorized account administrators). If You suspect unauthorized use of Your account, please contact https://www.autodesk.com/trust/contact-us.
-
-You will ensure that all Your account information (including any information that You or Your Authorized Users provide in connection with Your registration for any Offering) is, and continues to be, true and complete.
-4.2 Account Benefits
-
-Your account is designed to provide a place for You to access and manage Your account information and obtain rights to Software, Web Services and other Benefits, including free benefits. Your account is designed to be accessible virtually anywhere, anytime via the web at accounts.autodesk.com or at other successor or alternative Autodesk sites.
-
-Your account features may include:
-
- Single sign-in to Autodesk sites and services
- Single sign-in to Autodesk sites and services
- Management of Your subscriptions
- Access to Offerings
- Access to downloads and trials
- Access to technical support, learning resources and subscription news
- Usage information regarding Your subscriptions, cloud credits and analytics
-
-5. You Own Your Work
-
-You will retain Your ownership rights to files, designs, models, data sets, images, documents or similar material created by You or Your Authorized Users and submitted or uploaded to any Offering by You or Your Authorized Users.
-6. Privacy
-
-Autodesk is committed to protecting Your privacy and letting You know what Autodesk will do with Your personal information. Autodesk’s Privacy Statement sets forth (i) how Autodesk may collect, use, store and process personal information of or relating to You, and (ii) how you may request access to or deletion of Your personal information or exercise other privacy rights. You acknowledge that You have read and understand the Privacy Statement.
-7. Subscriptions
-Benefits
-
-Your subscriptions may include Software or Web Services or a combination of both Software and Web Services. Your subscriptions may also include additional Benefits.
-7.1 Subscriber benefits
-
-You will be entitled to the subscriber Benefits that Autodesk makes generally commercially available to users with the same subscription as You (including level, geography and other attributes). Subscriber Benefits may include, for example:
-
- Technical support
- Global travel benefits
- Home use benefits
- Rights to previous versions
- Access to forums, learning events, newsletters, webinars, galleries, and other educational resources
- Access to trial versions and APIs
- Rights to Updates, Upgrades and other additional Software
- Rights to Web Services
-
-For more information about subscriber Benefits in general see Subscription Benefits page
-7.2 Subscribing to an offering
-
-Autodesk may offer additional modes of support from time to time. Examples may include online chat, request a callback, support for Software and Web Services APIs provided via Autodesk Developer Network, remote desktop troubleshooting or access to curated technical support resources, including articles, videos and similar content. Modes of support may differ depending on Your Offering. Additional terms may apply to these modes of support, including but not limited to conditions relating to technical requirements. Not all modes of support will be available in every region or every language.
-7.3 Length of subscription
-
-Your subscription to an Offering will be for a fixed term of limited length, the length of which should be indicated at the time of purchase and should be reflected on Your confirmation of purchase or other Offering Identification. If no length is indicated, please contact us at https://knowledge.autodesk.com/contact-support and we will determine and confirm the length of Your subscription term.
-7.4 Renewal of subscription
-
-At the end of Your subscription period for an Offering, You may be able to renew Your subscription to the extent, and on the same terms, that Autodesk then generally makes commercially available to subscribers of such Offering in the same geography. Certain subscriptions may have the option of automatically renewing. If you would like to cancel any such automatic renewal, please see Cancelling Automatic Renewal for Subscriptions.
-7.5 Switched subscriptions
-
-If Your subscription is replaced by a successor or substitute subscription, the new subscription may be considered a Switched Subscription and, if so, will be subject to the Switched Subscription Terms.
-8. Scope, Prior Terms, Maintenance Terms
-
-These Terms do not apply to (i) subscriptions purchased before May 18, 2018, unless renewed on or after that date, or (ii) terms on which Autodesk has agreed to provide maintenance for Software that was previously licensed to You on a perpetual basis. Rather, those subscriptions and maintenance arrangements continue to be subject to their existing terms, which are available at Prior Subscription Terms, Maintenance Terms.
-9. Software
-
-If You order Software for delivery, or You order an Offering that includes Software (for example, if a Web Service Offering requires client Software), the Software will at Autodesk’s discretion be made available for download through Your account or other electronic means or delivered to You by Autodesk or an Autodesk-authorized third party. Additional fees may apply for delivery of physical media or other tangible embodiments of Software. No matter how Software is delivered, Autodesk will not be liable for any losses or other liability incurred by You or others due to late delivery or delivery to an incorrect address.
-
-For any Offering consisting of Software that Autodesk makes available or delivers to You, and subject to compliance with these Terms and all payment obligations, Autodesk grants to You a nonexclusive, non-sublicensable, nontransferable license, for the period of Your subscription, to install and use the Software (and permit Your Authorized Users to install and use the Software) solely (i) in accordance with the Documentation for the Offering and any applicable Special Terms, if any, and (ii) within the scope of Your subscription, including the permitted number, License Type, Territory and other attributes specified for the type and level that You selected when subscribing for the Offering. If Your Offering Identification or other confirmation from Autodesk of Your subscription does not specify one or more of those attributes, the license will be (a) a Trial Version; (b) for You as an individual or, if You are a company or other legal entity, for one named employee; and (c) for use only within the country or jurisdiction where You acquired the Offering. You may not install, access or use (or allow installation of, access to or use of) any Software other than as authorized by such license and these Terms, and any other installation, access or use is unauthorized.
-
-During the period of Your subscription, Autodesk may make available or deliver Updates or Upgrades to Software. All such Updates and Upgrades are subject to the same license and other terms as the Software to which the Updates or Upgrades apply. You are encouraged to promptly install and use all Updates and Upgrades made available to You during the subscription period. If You receive an Update or Upgrade for any Software, You may install and use both the previous version and the new version of the Software for testing and migration purposes for a maximum of 120 days (beginning on the first installation date for the new version), provided that, during such 120-day period, You do not use both versions concurrently for production use. After such 120 days, (i) Your (including Your Authorized Users’) right to access and use such previous version will end, and (ii) You must stop all access to and use of the previous version (including all access and use by Your Authorized Users), uninstall all copies of the previous version, and, at Autodesk’s request, destroy any such copies or return them to Autodesk or the reseller from which You acquired the Offering. For certain Offerings (because of Special Terms for the Offerings or because of exceptions granted by Autodesk under certain circumstances), You may have certain rights to continue using and accessing previous versions after such 120-day period. Such rights, if any, are set forth in the Previous Version Rights (see Subscription Benefits).
-
-For the duration of a subscription, You may make one archival copy of the Software to which You subscribed solely for Your backup and archival purposes.
-
-Any Software (including any Update or Upgrade) that Autodesk makes available or delivers to You is licensed for a limited subscription period, not sold, and You may not transfer or assign the license, except to the extent expressly permitted by applicable law notwithstanding a contractual prohibition to the contrary or as otherwise expressly permitted by Autodesk in writing. Your subscription to a Web Service does not grant to You a license to the underlying Software used in providing the Web Service.
-10. Web Services
-
-If You subscribe to Web Services, Autodesk will provide those Web Services to You for the period of Your subscription, subject to compliance with these Terms and all payment obligations. You may access and use the Web Services solely (i) in accordance with the Documentation for the Offering and any applicable Special Terms, if any, (ii) for Your internal business purposes, in the form made accessible and/or provided by Autodesk, and (iii) within the scope of Your subscription, including the permitted number, Web Services Type, Territory and other attributes specified for the type and level that You selected when subscribing for the Offering. If Your Offering Identification or other subscription confirmation from Autodesk does not specify one or more of those attributes, Your Web Service will be (a) a Trial Version; (b) for You as an individual or, if You are a company or other legal entity, for use by one named employee; and (c) for use only within the country or jurisdiction where You acquired the Offering. You may not access or use (or allow access to or use of) any Web Service other than as authorized by these Terms, and any such access or use is unauthorized.
-
-Autodesk will make the Web Services available to You consistent with the manner in which Autodesk makes such Web Services generally commercially available to users with the same subscription as You (including level, geography and other attributes).
-
-Web Services will be provided using processes and safeguards that are designed to help maintain the security of Your Content. Autodesk from time to time may have external auditors prepare reports for Autodesk subscriber on Autodesk’s adherence to its security controls for certain Autodesk services. You may request from Autodesk a copy of such reports applicable to a Web Service to which You subscribe, subject to Your agreement with Autodesk on non disclosure of and restrictions on use of such reports. Autodesk expects to make available such reports no more frequently than once annually.
-11. Access To And Use Of Offerings
-11.1 General Access and Use Conditions
-
-Depending on the Offering, You may be required to log into Your account to activate, access or use (or to continue accessing or using) the Offering. Only You, including Your Authorized Users, may access or use an Offering. Access to and use of all Offerings is contingent on (among other things) Your timely payment of all applicable amounts, including any taxes and other fees, with respect to the Offerings and compliance with these Terms.
-
-Some Offerings may cause Your Electronic Devices to automatically connect to the internet (intermittently or on a regular basis)—for example, to validate Your subscription, provide You with access to services (including third-party services) or download and install Updates or Upgrades, all without further notice to You. You agree to such connection and to validation of Your subscription and to the automatic downloading and installation of Updates and Upgrades. For some Offerings, You may be able to adjust Your Update or Upgrade settings (this is not available for other Offerings, including those for which automatic Updates or Upgrades are required for operation or security of the Offering).
-
-Offerings do not include access to the internet or any other network or to any communications services or any hardware, software, storage, security or other resources necessary for accessing or using the Offerings. You and Your other suppliers and service providers are responsible for acquiring all such items and for their reliability, security and performance. Not all Offerings, and not all functions of an Offering (including those described in the Special Terms or Documentation), are available in all locations or languages.
-11.2 Autodesk APIs
-
-When You subscribe to an Offering, Autodesk may provide You with access to applications programming interfaces, software development kits, tools, libraries, scripts, sample source code and similar developer material specifically for use of such Offering (collectively, “APIs”). For any such APIs that Autodesk makes available or delivers to You, and subject to compliance with these Terms and all payment obligations, Autodesk grants to You a nonexclusive, non sublicensable, nontransferable license, for the period of Your subscription, to use such APIs only (i) internally in conjunction with and for Your own authorized internal use of the Offering for which the APIs were made available, and (ii) in accordance with any Documentation for the APIs. Some APIs are subject to Special Terms, and Your license to the APIs is subject to those Special Terms. All APIs are confidential and proprietary to Autodesk and may not be distributed or disclosed to any third party or used for any purpose other than as permitted by the Documentation for the APIs and the other requirements of these Terms (and any such other use is unauthorized). If You develop any applications, services, modules or components using all or any portion of the APIs (collectively, “Your Development”), You may use Your Development with third-party software or hardware (including porting Your Development to third-party platforms), but only if You remove from Your Development all elements of the APIs (including any elements based on the APIs) and Your Development (a) does not disclose, make available, incorporate or embody any part of the APIs, and (b) does not incorporate or embody any part of the Offerings or other Autodesk intellectual property. If You wish to use Your Development for any use other than Your internal use with Your Offering (for example, for customers or any users other than You), You will need a separate Developer License.
-11.3 Use of Third-Party Material and Services
-
-Autodesk may provide You with content, designs, models, data sets, project information, documents, libraries, audio, links, data, applications and other software, services or similar material of a third party (collectively, “Third-Party Material/Services”) in connection with Offerings. Any such Third-Party Material/Services may be governed by different terms found in such Third-Party Material/Services (for example, in the “About Box” or a .txt file), on a web page specified by Autodesk or in the Special Terms or Documentation for the Offering for which the Third-Party Materials/Services are provided (collectively, “Third-Party Terms”). If there are no Third-Party Terms, Your use must be (i) limited to the same terms as the Offering for which You received the Third-Party Material/Services, and (ii) solely in connection with Your use of such Offering. You take sole responsibility for determining, obtaining and complying with all Third-Party Terms. Autodesk will have no responsibility for, and makes no representations and warranties regarding, (a) any Third-Party Material/Services or Your use of such Third-Party Material/Services, and (b) the Third-Party Terms or Your compliance with such Third-Party Terms.
-11.4 Use of Your Content
-
-In order for You to access or use certain Offerings, or for Autodesk to provide You with certain services, You may wish to upload or otherwise share Your Content. Autodesk personnel will not use Your Content except (i) at Your request, or with Your consent—for example, when providing You support, or addressing a technical issue or other request; (ii) in connection with providing and improving Offerings (including maintaining, securing, updating or otherwise modifying Offerings); or (iii) in connection with legal-related obligations, enforcement, investigations or proceedings (for example, in response to a valid subpoena). In general, Autodesk does not screen or review content that is posted to any Offering, website or service or otherwise made available to Autodesk. Autodesk reserves the right, however, to screen and review Your Content, and may block or remove content for any reason, including because it is not in compliance with these Terms (for example, illegal, offensive or phishing-related postings or spam). When You provide or make accessible Your Content, You authorize Autodesk and its designees to use, reproduce, modify, distribute and make available Your Content in connection with providing You with Offerings and allowing Autodesk to fulfill its obligations and as otherwise permitted by these Terms.
-
-You (a) are responsible for all of Your Content and for ensuring that Your Content and its use with any Offering comply with all applicable laws and regulations and these Terms, and (b) warrant that Your Content will not infringe or misappropriate any intellectual property or proprietary rights of any person or violate any applicable laws or regulations. Autodesk recommends that You secure and protect Your Content by using appropriate encryption and security technology. You acknowledge that online services may suffer occasional disruptions or outages, and You may not be able to retrieve Your Content as a result. Autodesk recommends that You regularly backup Your Content to Your own storage. You are at all times responsible for storing and maintaining any such backup copies of Your Content.
-11.5 Collaboration and Sharing of Your Content
-
-Some Offerings permit You to collaborate with others, including sharing Your Content or publishing Your Content—for example, to a forum or to other services. If You choose to share or publish Your Content (whether by collaboration on or sharing files with a project, emailing, sharing a link, sharing files with other applications or services, posting in a forum or gallery or otherwise), then others (including, in some cases, the general public) may be able to use, sell, reproduce, modify, distribute, make available, display, transmit and communicate Your Content. Forums and galleries may be public, and submissions are generally public. Once You share or publish Your Content, suspending or terminating access will not delete or inhibit access to any of Your Content that was earlier copied, transferred or otherwise shared or published. If You do not want others to have any such access or any of those rights, do not use the sharing, publishing or other collaboration features of the Offerings and set Your permissions accordingly.
-
-An Offering may feature links to third parties that offer services, software or other materials that complement such Offering. Such links are provided as a convenience to You. Autodesk does not monitor or control what such third parties will do with Your Content. You are responsible for ensuring the appropriate level of access to Your Content by any third party. If You authorize any of Your information or Your Content to be shared with any third party, Autodesk may make available Your information or Your Content to such third party; Autodesk will, however, have no responsibility or liability for the actions of such third party, and all governing terms and conditions, including those regarding privacy, are between You and such third party.
-12. Trial Versions
-
-Autodesk may make available or deliver Offerings (or features of an Offering) labelled or offered as “not for resale,” “free,” “evaluation,” “trial,” “pre-release,” “beta” or another similar designation (collectively, “Trial Versions”). You may download, install, access or use Trial Versions only during the period and for the purpose of the trial, as expressly permitted by Autodesk. Except as expressly set forth in the online or other Documentation for the Trial Version or applicable Special Terms, (i) the subscription period for the Trial Version will be limited to 30 days, (ii) Your use will be limited to non-commercial evaluation purposes with no rights to make available or distribute the Trial Version to any third party, and (iii) the use will be only by You as an individual or, if You are a company or other legal entity, by one named employee. Notwithstanding anything contained in these Terms or otherwise, (a) Autodesk makes no commitments with respect to Trial Versions regarding any features, functions, service levels or data and provides no warranties of any kind with respect to Trial Versions, (b) Autodesk may choose not to generally release any Trial Versions or convert any Trial Version into a product offering, and (c) Trial Versions may contain code that is not fully tested, including errors and faults that may cause total data loss or system failure. Subscriptions to Trial Versions do not include Subscription Benefits, and Autodesk reserves the right, without any further notice, to end any Trial Versions at any time.
-13. Websites
-
-Separate from its Offerings, Autodesk may provide information on its general websites. You agree to use such Autodesk websites in accordance with our Website Terms of Use.
-14. Feedback
-
-You have no obligation to provide Autodesk with ideas for improvement, suggestions or other feedback (collectively, “Feedback”), whether in connection with a Trial Version or otherwise, unless otherwise specified in the Special Terms for an Offering. If, however, You provide any Feedback, You hereby grant to Autodesk a non-exclusive, transferable, irrevocable, worldwide, royalty-free license (with rights to sublicense) to make, use, sell, offer to sell, reproduce, modify, distribute, make available, publicly display and perform, disclose and otherwise exploit the Feedback and any Offerings using the Feedback.
-15. Limitations On Use
-15.1 Offerings are tools
-
-The Offerings are tools and are intended only to assist You with Your design, analysis, simulation, estimation, testing and other activities and are not a substitute for Your professional judgment or Your own independent design, analysis, simulation, estimation, testing or other activities, including those with respect to product stress, safety and utility. Due to the large variety of potential applications for the Offerings, they have not been designed or tested for any specific uses, and it is Your responsibility to determine whether the use of an Offering is appropriate for the purposes You pursue. Autodesk will not be responsible or liable in any manner whatsoever for the results obtained through use of the Offerings, including any Output. You are responsible for Your (including Your Authorized Users’) use of the Offerings and any results produced by the Offerings, including any Output. Your responsibilities include, without limitation, the determination of appropriate uses for the Offerings and the selection of the Offerings and other computer programs and materials to help achieve Your intended results. You are also responsible for establishing the adequacy of independent procedures for testing the reliability, accuracy, completeness, compliance with applicable legal requirements, and other characteristics of any Output, including, without limitation, all items designed with the assistance of the Offerings. You further acknowledge that the Offerings and Output may not achieve the results You desire within Your design, analysis, simulation, estimation, testing and other constraints.
-15.2 Offerings are not designed for storage of sensitive personal information
-
-The data storage functionality associated with Offerings is NOT suitable for the storage of Social Security numbers, credit or debit card numbers, financial account numbers, driver’s license numbers, medical information or health insurance information; data about personal characteristics or other personal information, such as race or ethnic origin, religion or philosophical beliefs, political affiliation or opinions, genetic or biometric data, sexual orientation or trade union membership; or other information that may expose, or pose a risk of harm to, an individual if improperly disclosed or used (collectively, “Sensitive Personal Information”). Except as expressly required by Autodesk (for example, a credit card number used to purchase a subscription), You will not upload or otherwise make available to Autodesk any Sensitive Personal Information, including any files containing Sensitive Personal Information, in connection with Your use of any Offering.
-15.3 Acceptable use of offerings
-
-You will access and use (and permit access to and use of) Offerings only in conformance with (and will comply with) all applicable laws. Except as expressly authorized by these Terms, including any Additional Agreement or Special Terms, or as otherwise expressly permitted in writing by Autodesk, You will not:
-
- Reproduce, modify, adapt, translate, port or create derivative works of all or any portion of any Offering, except as expressly permitted by applicable law notwithstanding a contractual prohibition to the contrary;
- Sublicense, distribute, transmit, sell, lease, rent, loan or otherwise make available all or any portion of any Offering (including any functionality of any Offering) to a third party or provide any functionality of any Offering to a third party (whether on a service bureau basis or otherwise); and
- Access or use any Offering on or through the internet (other than as made available by Autodesk through the internet), any wide-area network (WAN) or any other non-local network; on or through any virtual private network (VPN); or on or through any application virtualization technology, remoting virtualization technology, web-hosting, timesharing, software as a service, platform as a service, infrastructure as a service, cloud or other web-based, hosted or similar service.
-
-In addition, You will not:
-
- Remove any copyright, trademark, confidentiality or other proprietary rights notice from any Offering, Documentation or related material;
- Remove, disable or otherwise limit the effectiveness of any technical protection used by Autodesk to (i) manage, monitor, control or analyze the installation of, access to, or use of any Offering or (ii) protect Autodesk’s intellectual property rights;
- Post, transmit or otherwise make available using the Offerings any information or material that is or may be:
- false, libelous, defamatory, fraudulent or otherwise unlawful or tortious;
- threatening, harassing, degrading, hateful or intimidating, or that otherwise fail to respect the rights and dignity of others;
- obscene, indecent, pornographic or otherwise objectionable;
- protected by copyright, trademark, design rights, trade secret rights, right of publicity or privacy, or any other proprietary right, without the express prior written consent of the applicable owner;
- a national or state secret, classified information or any other information or material (including any photograph, drawing, plan or model) that is subject to official confidentiality treatment;
- secret codes, countersigns, crypto-currency, passwords or other similar information;
- advertising, spam, an offer to sell or buy any goods or services, a “chain letter” or any other form of solicitation; or
- any malware (such as a virus, worm, Trojan horse, Easter egg, time bomb or spyware) or other computer code, file or program that is or is potentially harmful or invasive or intended to damage or hijack the operation of, limit the use of, or monitor the use of, any hardware, software or equipment;
- Use the Offerings in any way that is fraudulent or otherwise unlawful or tortious, or has any fraudulent or other unlawful or tortious purpose or effect;
- Interfere with or disrupt the operation of any Offering or the servers or networks used to make any Offering available, including by hacking or defacing any portion of an Offering;
- Attempt to probe, scan or test the vulnerability of any Offering or to breach or circumvent any security or authentication measures used by any Offering;
- Use any Offerings as storage for “remote loading” or as a “door” or “signpost” to other web pages or internet resources, whether inside or beyond the sites through which the Offerings are provided;
- Collect content or information, from or with an Offering, using automated means (such as any robot, spider, site search/retrieval application or other device to retrieve, index, “scrape,” or “data mine”);
- Use any Offering or the output of any Offering in connection with the training of a neural network or machine learning, deep learning or artificial intelligence system or software;
- Unbundle the component parts of any Offering for use separate from each other or on different electronic devices (except as may be expressly permitted in writing by Autodesk); or
- Use or access Software made available as part of a Web Service separately from the applicable Web Service (except as may be expressly permitted in writing by Autodesk).
-
-16. Confidentiality
-
-You or Autodesk (as the “Disclosing Party”) may disclose or make available Confidential Information to the other party (as the “Receiving Party”) in connection with these Terms. The Receiving Party will use the same degree of care as to the Disclosing Party’s Confidential Information that it uses to protect the confidentiality of its own confidential information of like kind (but in no event less than reasonable care) and will (i) use the Confidential Information of the Disclosing Party only in connection with Offerings, and (ii) except as otherwise authorized by the Disclosing Party in writing, limit access to the Confidential Information of the Disclosing Party to those of its employees, consultants, contractors, service providers, professional advisors and other individuals who need such access for purposes related to Offerings and who are subject to confidentiality obligations with the Receiving Party no less stringent than those in these Terms. The Receiving Party may disclose Confidential Information of the Disclosing Party if it is compelled by law to do so. The Receiving Party will give the Disclosing Party prior notice of such compelled disclosure (to the extent legally permitted) and take reasonable steps to limit such disclosure. Autodesk may also disclose Your Confidential Information to comply with any governmental or regulatory body request (including subpoenas or court orders), as part of a legal proceeding involving Autodesk, or at Your request. If disclosure is made at Your request, You may be responsible for the costs of compiling and providing access to Your Confidential Information.
-17. Autodesk Proprietary Rights
-
-You acknowledge and agree that Autodesk and its licensors and suppliers will have all ownership of and all rights with respect to (i) the Offerings, Documentation, APIs, Metrics and other information or material provided or made available by Autodesk to You and (ii) any copies of the foregoing, or any materials or other information based on, derived from or otherwise using any of the foregoing (including all rights under trade secrets, copyrights, trademarks, patents and all other intellectual property or proprietary rights relating to any of the foregoing). The structure and organization, the underlying algorithms and other internals, the protocols, data structures and other externals, and the source code of the Offerings and the APIs constitute proprietary and confidential information of Autodesk, and You will not disclose such information to third parties, or use such information for any purpose other than as required for ordinary-course access to and use of the Offerings as set forth in these Terms, without Autodesk’s prior written consent. Also, You agree not to access or attempt to access the Offerings by any means other than the interface Autodesk provides or authorizes. In addition, You agree not to engage in any decompiling, disassembling or other reverse engineering or otherwise attempting to discover, learn or study the structure or organization, underlying algorithms or other internals, the protocols, data structures or other externals, or the source code of the Offerings or APIs, except as expressly permitted under applicable law notwithstanding a contractual prohibition to the contrary. Autodesk may make available or provide access to other confidential and proprietary information (either marked as such or understood to be such under the circumstances). If You receive such information, You will not disclose it to any third party, or use such information for any purpose other than as required for access to and use of the Offerings as set forth in these Terms, without Autodesk’s prior written consent.
-
-You have only the rights expressly granted to You under these Terms (including any Additional Agreement or Special Terms). All rights not expressly granted are reserved by Autodesk and its licensors and suppliers; Autodesk and its licensors and suppliers expressly disclaim (and You agree not to assert) any other rights.
-
-You agree not to take any action, or to authorize or encourage any third party to take any action (or cooperate with any third party in taking any action), inconsistent with the foregoing.
-18. Warranty, Disclaimers, Limitations On Liability
-18.1 Limited warranty
-
-Autodesk warrants that, for any paid subscription, as of the date on which the subscribed-for Offering is made available to You and for 90 days thereafter or, if the subscription period is shorter, such shorter period (“Warranty Period”), the Offering will provide the general features and functions described in the end-user Documentation for the Offering. Autodesk’s entire obligation and liability, and Your sole and exclusive remedy, for Autodesk’s breach of this warranty will be for Autodesk, at its option, (i) to attempt reasonably to remedy the breach or (ii) to refund amounts received for the affected subscription and terminate such subscription. You must bring any warranty claim for any Offering within its applicable Warranty Period.
-18.2 Disclaimers
-
-EXCEPT FOR THE EXPRESS LIMITED WARRANTY SET FORTH IN THE “Limited Warranty” SECTION (Section 18.1) ABOVE, AND ANY EXPRESS WARRANTIES SET FORTH AS SUCH IN ANY ADDITIONAL AGREEMENT OR SPECIAL TERMS, TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, (i) THE OFFERINGS ARE PROVIDED “AS IS,” AND (ii) AUTODESK AND ITS LICENSORS AND SUPPLIERS MAKE, AND YOU RECEIVE, NO WARRANTIES, REPRESENTATIONS, CONDITIONS OR COMMITMENTS OF ANY KIND, EXPRESS OR IMPLIED, WITH RESPECT TO ANY OF THE OFFERINGS OR ANY OUTPUT, INCLUDING ANY IMPLIED WARRANTIES OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE OR NON INFRINGEMENT OR OTHER WARRANTIES OR CONDITIONS IMPLIED BY STATUTE, OR ANY WARRANTIES OR CONDITIONS BASED ON A COURSE OF DEALING, USAGE OF TRADE OR INDUSTRY STANDARDS. Any statements about the Offerings (including any statements about their functionality or performance) or Output, or other communications with You, that are not contained in these Terms or any Additional Agreement or Special Terms are for information purposes only and do not constitute a warranty, representation, condition or other commitment. Without limitation as to the generality of the foregoing, Autodesk does not warrant or otherwise commit that (a) the Offerings or Output, or the access thereto or use thereof, will be available, uninterrupted, error-free, secure, accurate, reliable or complete, (b) the Offerings will meet any particular performance or availability criteria, (c) Your Content will not be lost or damaged or (d) errors will be corrected or any particular support requests will be resolved to meet Your needs. Any reference to “unlimited” access, use, storage or otherwise with respect to an Offering is subject to the technical limitations of the Offering.
-18.3 Limitations on liability
-
-Neither Autodesk nor any of its licensors or suppliers will have any liability (directly or indirectly) for any incidental, special, indirect, consequential or punitive damages; loss of profits or revenue; business interruption or loss of use; cost of procurement of substitute goods or services or other cover; failure of or defects in the Output; loss, corruption or deletion of (or failure to delete) data or Your Content; or damages resulting from Force Majeure (in each case, regardless of the legal theory for seeking such damages or other liability). In addition, the aggregate liability of Autodesk and its licensors and suppliers with respect to any Offering or Output thereof will in no event exceed the amount paid or payable by You for the Offering in the one-year period before the events or circumstances giving rise to the liability first occurred.
-
-The limitations on liability in these Terms will apply to the maximum extent permitted by applicable law to any damages or other liability, however caused and regardless of the theory of liability, whether based on contract, tort (including negligence and strict liability), indemnification, recourse, statute or otherwise, even if Autodesk has been advised of the possibility of the liability and regardless of whether the limited remedies in these Terms fail of their essential purpose.
-
-You acknowledge that the amounts payable for the Offerings are based in part on and reflective of the disclaimers of warranties and limitations on liability in these Terms and that such disclaimers and limitations are an essential element of the bargain between You and Autodesk.
-
-Nothing in these Terms purports to restrict or exclude Autodesk’s liability for (i) death or personal injury caused by Autodesk’s willful intent or gross negligence or (ii) Your damages or losses caused by Autodesk’s fraud.
-18.4 Relationship to applicable law
-
-Autodesk does not seek to limit Your warranties, Your other rights and remedies, or the liability of Autodesk for damages or losses to the extent the limits are not permitted by applicable law (such as statutory warranties, conditions, remedies or liabilities that cannot be excluded by applicable law). Nothing in these Terms restricts the effect of warranties, the liability of Autodesk for damages or losses or other terms that cannot be excluded or otherwise modified under applicable law notwithstanding a contractual restriction to the contrary. These Terms give You specific legal rights, and You may also have other legal rights, which vary from jurisdiction to jurisdiction. For example, some jurisdictions do not allow the exclusion of implied warranties or the exclusion or limitation of incidental or consequential damages or other rights, so those provisions of these Terms may not apply to You. Some of these legal requirements are described in the "Country/Jurisdiction-Specific Terms" section (Section 23).
-19. Indemnity
-
-You will indemnify and hold harmless (and, at Autodesk’s request, defend) Autodesk against any and all losses, liabilities, expenses (including reasonable attorneys’ fees) suffered or incurred by Autodesk by reason of any claim, suit or proceeding (“Claim”) arising out of or relating to (i) Your Content; (ii) Your (including Your Authorized Users’) use of Offerings, including any Output or other results produced by such use; and (iii) Your (including Your Authorized Users’) breach of these Terms (including any Additional Agreement, any Special Terms or any other applicable terms).
-20. Term, Termination, Suspension
-
-These Terms become effective on the first date accepted in accordance with the "Acceptance" section (Section 1) and continue in effect indefinitely unless terminated in accordance with this “Term, Termination, Suspension” section (Section 20).
-20.1 Your right to terminate
-
-You may terminate Your subscriptions and these Terms if Autodesk is in material breach of these Terms (including any Additional Agreement, any Special Terms or any other applicable terms) and fails to cure such breach within 30 days after written notice of the breach.
-20.2 Autodesk's right to terminate
-
-Autodesk may terminate any or all of Your subscriptions or other Offerings, these Terms and/or Your account, if (i) You have no current paid subscriptions; (ii) You have failed to timely pay any amounts (including fees and taxes) owing with respect to any Offerings or otherwise owing to Autodesk; (iii) You (including any of Your Authorized Users) are in material breach of these Terms (including any Additional Agreement, any Special Terms, or any other applicable terms) and fail to cure such breach within 30 days after written notice of the breach; or (iv) You become subject to bankruptcy or insolvency proceedings, become insolvent, make an arrangement with or affecting Your creditors (including an assignment for the benefit of creditor) or commence a process of liquidation. These Terms will automatically terminate without further notice or action by Autodesk if You go into liquidation.
-20.3 Effect of termination of subscription
-
-Upon expiration or termination of a subscription or other Offering for any reason, Your rights with respect to that Offering, including any related Software license or subscription Benefits, will end. At that time, You will stop all access to and use of the Offering (including all access and use by Your Authorized Users) and uninstall any and all copies of materials related to such Offering (including any related Software, Documentation, APIs or other material from Autodesk). In addition, at Autodesk’s request, You will destroy any such copies or return them to Autodesk or the reseller from which You acquired the Offering. You will retain proof that You returned or destroyed all such copies. In connection with the expiration or termination of a subscription, (i) as a convenience to You for some Web Services, Autodesk will, upon Your written request, provide You with a brief period (for example, 30 days) in which You may retrieve Your Content after expiration or termination of the Web Services, if You are in compliance with these Terms and pay the applicable fees, if any (for example, Autodesk’s then-current professional services fees for any assistance Autodesk provides), and (ii) otherwise, Autodesk may delete, without notice, any or all of Your Content, including backup and other copies thereof. For more information on post-expiration/termination content retrieval, please check with the individual Web Services Offering. This convenience for some Web Services, if available, does not relieve You of responsibility for retaining and securing complete copies of Your Content at all times.
-20.4 Effect of termination of terms
-
-Upon any termination of these Terms for any reason, (i) Your account and Your subscriptions and other Offerings, including those of Your Authorized Users, will immediately terminate, (ii) You will cease all access to and use of any Offerings (including all access and use by Your Authorized Users), and (iii) the effects described above with respect to expiration or termination of a subscription or other Offering will apply. Your payment obligations, ownership of Your work (as described in the “You Own Your Work” section (Section 5)), obligations with respect to APIs and Your Development (including those in the “Autodesk APIs” section (Section 11.2)) and indemnity obligations (including those in the “Indemnity” section (Section 19)); the license as to Feedback (in the “Feedback” section (Section 14)); Autodesk’s rights and Your obligations with respect to proprietary rights (including the rights and obligations in the “Autodesk Proprietary Rights” section (Section 17)); the disclaimers and limitations on liability (in the “Limited Warranty, Disclaimers, Limitation on Liability” section (Section 18)); the governing law and dispute resolution provisions (in the “Contracting Autodesk Entity, Governing Law, and Dispute Resolution” section (Section 21.4)); and Your responsibility for anyone who accesses or uses (or obtains) Offerings through You or Your account (including Your Authorized Users) (including the responsibility described in the “Account” section (Section 4)) will survive termination for any reason.
-20.5 Autodesk's right to suspend
-
-If Autodesk believes in good faith that Your Content or Your conduct or failure to act (including the conduct or failure of Your Authorized Users) may (i) pose a security risk or otherwise adversely impact Offerings, systems or other users; (ii) constitute or enable tampering with, removing, disabling or otherwise limiting the effectiveness of any technical protections (including any mechanisms for managing, monitoring, controlling or analyzing the installation of, access or, or use of any Offerings or protections of Autodesk’s intellectual property rights); (iii) subject Autodesk, any reseller or any other user to liability; or (iv) not comply with these Terms (including any Additional Agreement, any Special Terms or any other applicable terms), including failure to pay any amounts owing with respect to any Offerings, Autodesk has the right, but not the obligation, to immediately disable or suspend Your access to and use of any Offerings and access to and use of Your Content. Unless Autodesk reasonably determines that immediate action is prudent, Autodesk will seek to notify You of the planned disabling or suspension before it takes effect.
-21. Miscellaneous
-21.1 Changes to the offerings
-
-Autodesk reserves the right from time to time to (and You acknowledge and agree that Autodesk may) (i) modify or release subsequent versions of an Offering, or may discontinue an Offering and/or provide instead a substitute Offering; (ii) modify or discontinue the Benefits, features and functionality, or supporting services or availability with respect to an Offering, whether generally or in any geographic area or language; or (iii) add or modify license keys, authorizations or other means of controlling access to or use of the Offerings. Autodesk will endeavor to inform You of major changes to the Offerings.
-21.2 Changes to terms
-
-To the maximum extent permitted by applicable law, Autodesk reserves the right from time to time to (and You acknowledge that Autodesk may) modify these Terms. Autodesk will endeavor to notify You of any material modification to the Terms that may have a materially adverse effect on You (“Modification Notice”), and You will then have an opportunity to review such modification. Except as otherwise expressly set forth in these Terms (including any Additional Agreement or Special Terms), if any such modification has a material adverse effect on You and You do not agree to the modification, You may reject the modification by notifying Autodesk of the rejection within 30 days of the Modification Notice. If You reject a modification under these circumstances, (i) Your access to and use of any Offerings affected by the modification will continue to be governed by the terms in effect immediately before the modification (except to the extent the modification was made for security, privacy or legal compliance reasons) until (a) the end of the then-current period for the subscription or other Offering, if applicable, or (b) 180 days after the Modification Notice, whichever is earlier; and (ii) Your rights to such Offerings, including any related subscription Benefits, will then terminate. In the event of such a termination by You, Autodesk (or an applicable reseller) will refund the prorated portion of any prepaid fees applicable to the remaining term of Your subscription for the affected Offerings after the effective date of termination. Such date will be the end of the term of such Offerings. If the subscription is renewed or extended, it will be under the then-current Terms. Notices by You or Autodesk will be provided as set forth below, except that You may also provide Your notice of rejection (within the 30-day period described above) to the email address, or in any other manner, specified in the Modification Notice.
-
-Notwithstanding the forgoing, modifications to the Privacy Statement, Special Terms, Subscription Types, Subscription Benefits or other policies will be handled as described therein.
-
-You acknowledge that Your commitments with respect to the Offerings and Subscription Benefits are not contingent on delivery of future features or functionality (or oral or written statements about future features or functionality).
-21.3 Language of terms; Interpretation
-
-The English language version of these Terms will be the version used when interpreting or construing these Terms, and any notices or other communications in connection with these Terms will be provided in the English language. Any reference in these Terms to “days” are to calendar days unless otherwise specified. The words “including” and “for example” or “e.g.,” and words of similar import, are not limiting or exclusive and will be deemed followed by “without limitation,” whether or not such language is included. Section and other headings are for ease of reference only and are not to be used to interpret the meaning of any provision. Any rights and remedies provided for in these Terms are cumulative and are in addition to, and not in lieu of, any other rights and remedies available under applicable law.
-21.4 Autodesk Party, Governing Law, and Dispute Resolution
-
-Depending on where Your principal place of business is (or, if You are an individual, where You are resident), these Terms are between You and the Autodesk Party set out below. The governing law for these Terms, including any rights, obligations and claims of the parties, will be as specified below. Similarly, any dispute, claim or controversy arising out of or relating to these Terms, including the breach, performance, termination, enforcement, interpretation or validity of these Terms (and whether under contract, tort, including and strict liability, competition law or otherwise), and including the determination of the scope or applicability of the dispute resolution provisions of these Terms, will be finally determined under the law, in the location and by the dispute resolution process specified below (except as may be specified in the "Country/Jurisdiction-Specific Terms" section (Section 23).
-
-Your principal place of business (or, if You are an individual, the place of Your residency)
-
-
-References to “Autodesk Party” means the following Autodesk entity:
-
-
-Governing law is:
-
-
-Exclusive jurisdiction/forum for dispute resolution:
-
-United States
-
-
-Autodesk, Inc., a Delaware corporation
-
-
-(i) State of California, and (ii) to the extent controlling, federal laws of the United States
-
-
-(i) United States District Court for the Northern District of California in San Francisco, or (ii) Superior Court of the State of California, County of Marin
-
-Mainland China, Hong Kong and Macau
-
-
-Autodesk, Inc., a Delaware corporation
-
-
-Hong Kong
-
-
-Arbitration before three arbitrators in Hong Kong administered by the Hong Kong International Arbitration Centre (HKIAC) under the HKIAC administered arbitration rules in force when the notice of arbitration is submitted
-
-Europe, the Middle East or Africa
-
-
-Autodesk Ireland Operations Unlimited Company, an Irish company
-
-
-Ireland
-
-
-Courts of Ireland
-
-Asia, Oceania or the Asia-Pacific region, other than Mainland China, Hong Kong and Macau.
-
-
-Autodesk, Inc., a Delaware corporation
-
-
-Singapore
-
-
-Courts of Singapore
-
-Worldwide unless in a country or region described above
-
-
-Autodesk, Inc., a Delaware corporation
-
-
-(i) State of California, and (ii) to the extent controlling, federal laws of the United States
-
-
-(i) United States District Court for the Northern District of California in San Francisco, or (ii) Superior Court of the State of California, County of Marin
-
-If You have any dispute with respect to an Offering or otherwise arising from or relating to these Terms (including any Additional Agreement, any Special Terms, the Autodesk Privacy Statement or any other applicable terms), You will first seek to resolve the dispute informally with the Autodesk Party as set forth above by providing notice of the dispute (including a description of the dispute and related documentation) in the manner described below for Notices and cooperating with the Autodesk Party to try to address the matter amicably. If the dispute is not resolved within 30 days from receipt of the notice, either You or the Autodesk Party may file a formal claim in the forum for dispute resolution described above (depending on Your principal place of business or, if You are an individual, Your place of residence).
-
-Notwithstanding the foregoing, Autodesk may apply for injunctive relief and other equitable remedies (or their equivalent) in any jurisdiction or forum.
-21.5 Compliance
-
-Autodesk has the right to verify the installation of, access to, and use of any Offerings by You and Your Authorized Users. As part of any such verification, Autodesk or its authorized representative has the right, on 15 days’ prior notice, to inspect Your records, systems and facilities, including machine IDs, serial numbers, Autodesk IDs, and other related information, on Your premises using an Autodesk approved verification tool. In addition to Autodesk’s right to perform a verification on Your premises, You shall within 15 days of such verification request, provide a report to Autodesk using an Autodesk approved verification tool, that contains information relating to the installation of, access to, and use by You and Your Authorized Users of any Offerings including machine IDs, serial numbers, Autodesk IDs, and other related information. If Autodesk determines that Your installation of, access to, or use is not in conformity with these Terms (including any Additional Agreement, Special Terms or other applicable terms), You will immediately purchase new subscriptions to remedy the noncompliance, and pay Autodesk’s reasonable costs of the verification. Autodesk reserves the right to seek any other remedies available at law or in equity.
-21.6 Force majeure
-
-Neither party will be responsible or have any liability for any delay or failure to perform to the extent due to unforeseen circumstances or causes beyond its reasonable control, including acts of God, earthquake, fire, flood, sanctions, embargoes, strikes, lockouts or other labor disturbances, civil unrest, failure, unavailability or delay of suppliers or licensors, riots, terrorist or other malicious or criminal acts, war, failure or interruption of the internet or third party internet connections or infrastructure, power failures, acts of civil and military authorities and severe weather (“Force Majeure”). The affected party will give the other party prompt written notice (when possible) of the failure to perform and use its reasonable efforts to limit the resulting delay in its performance.
-21.7 Export
-
-When You obtain, access or use an Offering, You must comply with the export control and international trade laws and regulations of the United States and of any other country whose laws apply to You or Your Content. You must not access or use any Offering from within a U.S. sanctioned location or if You appear on any U.S. government restricted parties list. You must obtain U.S. government and any other required authorization before You obtain, access or use, or allow any third party to obtain, access or use, any Offering for a U.S.-restricted end use. Restricted end uses include, but are not limited to, work on nuclear, chemical or biological weapons or on missile systems capable of delivering them. You must not upload or otherwise provide Autodesk with any content or materials (including Your Content) that constitute classified information or that are subject to the International Traffic in Arms Regulations (“ITAR”) or its foreign counterparts. You must not upload or otherwise provide Autodesk with any content or materials that cannot legally be transferred from Your location to the United States or from the United States to Your location. You must not use any Offering to make Your Content or any other content or materials available to any country, entity or other party that cannot legally receive them under U.S. and other applicable law.
-21.8 Government
-
-For U.S. Government procurement, all Offerings that constitute or include Software are deemed to be commercial computer software as defined in FAR 12.212 and DFARS 227.7202, as applicable, and any successor regulations. Any use, modification, reproduction release, performance, display or disclosure of the Software by the U.S. Government will be solely in accordance with the license rights, restrictions and other terms set forth in these Terms (including any Additional Agreement or Special Terms).
-21.9 Assignment
-
-You may not assign or otherwise transfer these Terms or Your rights or obligations under these Terms (whether by operation of law or otherwise) without Autodesk’s prior written consent, and Autodesk may terminate these Terms (including Your rights under these Terms) if You are acquired by, or come to be controlled by, any other person or entity (whether by acquisition of shares, merger, or other transaction) without such written consent of Autodesk. Autodesk may assign or otherwise transfer these Terms (without Your consent or notice to You) as part of a reorganization, merger, sale of assets or other transaction that involves all or a portion of the Offerings or related business.
-21.10 No waivers
-
-Failure to enforce or exercise any provision of these Terms is not a waiver of such provision, unless such waiver is specified in writing and signed by the party against which the waiver is asserted.
-21.11 Severability
-
-If and to the extent any provision of these Terms is held unenforceable under applicable law, (i) such provision will be deemed modified to the extent reasonably necessary to conform to applicable law but to give maximum effect to the intent of the parties set forth in these Terms, and (ii) such provision will be ineffective only as to the jurisdiction in which it is held unenforceable without affecting enforceability in any other jurisdiction.
-21.12 Notices
-
-Any notices by You to Autodesk will be sent by postal mail or delivery service to Autodesk, Inc., 111 McInnis Parkway, San Rafael, California 94903, USA, Attention: General Counsel. Such notices will be effective when received by Autodesk.
-
-Except as otherwise expressly stated in these Terms (including any Additional Agreement or Special Terms), any notices by Autodesk to You will be provided (i) by email to the registered email address associated with Your account, (ii) by posting to Your account, (iii) by posting within an Offering (for example, through an in-Offering notification function or sign-in notification), (iv) by postal mail or delivery service to the address associated with Your account, or (v) in any other manner deemed reasonable by Autodesk that involves specific notification to You. Notices from Autodesk to You will, (a) in the case of notices by email, be effective one day after being sent and (b) in the case of other notices, five days after being posted or sent. You hereby agree to service of process being effected on You by registered mail sent to the address set forth on Your Customer Information Form (or, if no Customer Information Form has been provided, Your last address known by Autodesk) if so permitted by applicable law.
-21.13 Entire agreement
-
-These Terms, including the Privacy Statement, any Additional Agreement and any Special Terms (which are incorporated by reference in these Terms), constitute the entire agreement between You and Autodesk (and merge and supersede any prior or contemporaneous agreements, discussions, communications, representations, warranties, advertising or understandings) with respect to the subject matter hereof.
-21.14 DMCA
-
-The Digital Millennium Copyright Act of 1998 (the “DMCA”) provides recourse for copyright owners who believe that material appearing on the internet infringes their rights under U.S. copyright law. If You believe in good faith that materials made available by or through Autodesk infringe Your copyright, You (or Your agent) may send Autodesk a notice requesting that Autodesk remove the material or block access to it. If You believe in good faith that someone has wrongly filed a notice of copyright infringement against You, the DMCA permits You to send Autodesk a counter-notice. Notices and counter-notices must meet the then current statutory requirements imposed by the DMCA. See http://www.copyright.gov/ for details. Notices and counter-notices should be sent to:
-
-Copyright Agent
-Autodesk, Inc.
-111 McInnis Parkway
-San Rafael, CA 94903 USA
-E-mail: copyright.agent@Autodesk.com
-Tel: +1 (415) 507.5000
-Fax: + 1 (415) 507.6128
-
-Autodesk suggests that You consult Your legal advisor before filing a notice or counter-notice.
-22. Definitions
-
-Authorized Users means (i) You (if You are an individual) and (ii) identified individuals (such as Your individual employees, consultants and contractors and other individuals accessing and using an Offering for Your benefit) for whom You have acquired a subscription to an Offering. If an Offering allows You to designate Authorized Users for such Offering, You will be responsible for providing notice to, and obtaining agreement from, any such Authorized Users regarding the application of these Terms to their access to and use of such Offering prior to their access and use.
-
-Autodesk means Autodesk, Inc., a Delaware (United States) corporation, together with its subsidiaries and other affiliates.
-
-Autodesk Party means the particular Autodesk entity identified in the section entitled “Autodesk Party, Governing Law, and Dispute Resolution” (Section 21.4).
-
-Benefits means any benefits made available to You or Your Authorized Users by Autodesk. Benefits are typically based on the level or type of Offering for which You subscribe. Benefits may include access to Updates and Upgrades, rights to previous versions, additional Software or Web Services, Trial Versions, APIs, Global Travel Rights, technical support, training, webinars, forums, events, galleries, newsletters and usage data. Benefits may also include account benefits such as single sign-on and management of Your profile, security settings, linked accounts and preferences.
-
-Confidential Information means information not generally known to the public that is (i) made available or disclosed by a Disclosing Party to a Receiving Party in writing and (ii) designated by the Disclosing Party in writing as Confidential. Autodesk Confidential Information also includes the non-public aspects of (i) any Offering and any related product plans, technology and other technical information and (ii) business negotiations. Nonetheless, Confidential Information does not include (a) any information that (1) becomes generally known to the public without breach of any obligation owed to the Disclosing Party; (2) was known to the Receiving Party before receipt from the Disclosing Party without breach of any obligation (and without a duty of confidentiality) owed to the Disclosing Party; (3) is received from a third party without breach of any obligation (and without a duty of confidentiality) owed to the Disclosing Party; or (4) was independently developed by the Receiving Party; (b) any of Your Content that You send to, or allow to be accessed by, a third party through an Offering; or (c) any Feedback.
-
-Customer Information Form means a form completed by or on behalf of You and submitted to Autodesk (or to a reseller), directly or indirectly, in connection with Your account, a subscription or other Offering.
-
-Documentation means any end-user documentation (including online, printed or other documentation) and any technical or legal requirements for an Offering.
-
-Electronic Devices mean (i) computers (whether desktop, laptop or tablet); (ii) virtual machines not accessed through a network connection; and (iii) mobile devices.
-
-License Type means the license type specified by Autodesk for a subscription (for example, single-user or multi-user). License Types are set forth on Subscription Types.
-
-Metrics means data and other information regarding access to and use of any Offerings (including Your access and use). Metrics includes information regarding usage of features, functions, storage and indexes and information regarding usage, volume, type, storage and processing of Your Content (but not Your Content itself). If Metrics includes any personal information, treatment of such personal information will be pursuant to the Privacy Statement.
-
-Offerings means Software, Web Services and other Benefits provided by Autodesk and any subscriptions for such items. Offerings includes free and other Trial Versions of Software, Web Services and other Benefits.
-
-Offering Identification means one or more designations by Autodesk that set forth (as applicable) the name of an Offering, the License Type or Web Services Type, and the permitted number, Territory and length of Your subscription. The Offering Identification may be (i) provided in a written confirmation or other notice issued to You by Autodesk, posted to Your account, transmitted via email, physically delivered or otherwise made available to You; (ii) located in the Software or on or with any Autodesk packaging if the Software is delivered to You; or (iii) obtained from Autodesk on request. Offering Identification does not include any designation, confirmation, packaging or other document provided by a reseller or other third party.
-
-Output means all results, work product, designs, prototypes or other items created or generated by or through any use of any Offering, including any products, parts or services based on or using such results, work product, designs, prototypes or other items.
-
-Software means any software or similar materials, including any modules, components, features and functions, made available by Autodesk, whether or not provided as part of a subscription and whether or not provided for a fee. Software includes Updates and Upgrades.
-
-Terms (including “these Terms”) means these General Terms and the other terms referenced in these General Terms, including the Special Terms, Autodesk Privacy Statement and Additional Agreement (if any), together with any other applicable terms.
-
-Territory means the country or jurisdiction where You acquired Your subscription. Autodesk may indicate the applicable Territory in an Offering Identification. For additional information regarding the definition of Territory see the “Country/Jurisdiction-Specific Terms” section (Section 23). If You acquire Your subscription in the country or jurisdiction in which You are incorporated, chartered or otherwise organized, if You are a legal entity (or, if You are an individual, in the same country or jurisdiction as Your residence), You may qualify for additional geographies pursuant to Global Travel Rights benefits, see Subscription Benefits.
-
-Trial Versions will have the meaning set forth in the "Trial Version" section (Section 12).
-
-Updates means security fixes, hot fixes, patches and other updates (including new features, new functions and other modifications released between Upgrades), if and when made available to You by Autodesk and determined by Autodesk to constitute an update.
-
-Upgrades means new versions of Offerings, or add-ons to or additional products associated with Offerings, if and when made available to You by Autodesk and determined by Autodesk to constitute an upgrade.
-
-Web Service means a web- or cloud-based service made available by Autodesk, whether or not provided as part of a subscription and whether or not provided for a fee.
-
-Web Services Type means the Web Services type specified by Autodesk for a subscription (for example, number of cloud credits). Web Services Types are set forth on Subscription Types.
-
-Your Content means (i) any files, designs, models, data sets, images, documents or similar material submitted or uploaded to any Offering by You or Your Authorized Users and (ii) Your specific output generated from the use of any Offering based on Your own raw data or information.
-23. Country-Specific Terms
-
-Notwithstanding the other terms of these Terms, if Your principal place of business is in (or, if You are an individual, You are a resident of) a country or jurisdiction identified below, the terms set forth below for such country or jurisdiction will apply to You:
-23.1 Member states of the European Union
-
-If You acquired Your subscription in a member country of the European Union or the European Free Trade Association, the applicable “Territory” for such subscription is all the countries of the European Union and the European Free Trade Association.
-
-If Your principal place of business is in (or, if You are an individual, You are resident of) a Member State of the European Union and there are any court proceedings in a Member State between You and a third party relating to the use of an Offering, (i) You will inform Autodesk promptly in writing of such court proceedings, and (ii) You will not serve Autodesk with a third party notice regarding such proceedings unless Autodesk requests in writing that You do so.
-
-In addition, the following provisions apply if You are contracting with Autodesk Ireland Operations Unlimited Company (“Autodesk Ireland”) as a consumer and are resident in a country that is a Member State of the European Union:
-
-(i) The choice of the law of Ireland as governing law will not deprive You of the protections granted to You by provisions of the law of the country where You reside that cannot be derogated from by contract pursuant to the law of such country. Autodesk Ireland may bring a claim with respect to an Offering against You only in the courts of the country where You reside, and You have the right to bring a claim with respect to an Offering against Autodesk Ireland either in the courts of Ireland or in the courts of the country where You reside. In any case, You and Autodesk Ireland have the right to bring a counterclaim in the court in which, in accordance with this provision, the original claim is pending.
-
-(ii) If Autodesk assigns or otherwise transfers these Terms, Autodesk will ensure that the assignment or other transfer does not prejudice Your rights under these Terms. You may request Autodesk’s consent to the assignment or other transfer by You of these Terms and Your rights and obligations under these Terms. Any such consent by Autodesk will be subject to demonstration by You that the transferee will comply with these Terms, that You will remain responsible for such compliance, and that You will no longer have any access to or use of any Offering (including any functionality of any Offering).
-
-(iii) Notwithstanding the “Entire Agreement” section (Section 21.13) of these Terms, such section will not exclude Autodesk’s liability to You for (a) misrepresentations in voluntary statements about an Offering made by Autodesk to You that You rely on in purchasing the Offering; or (b) failure to provide pre-contract information regarding an Offering that Autodesk is required by the law of the country where You reside to provide to You before purchasing the Offering.
-
-Also, nothing in these Terms purports to restrict or exclude (1) Autodesk’s liability for death or personal injury caused by Autodesk’s negligence or (2) statutory liability for products under the statute of a Member State of the European Union (e.g., the German Product Liability Act).
-
-In addition, notwithstanding any limitations on Territory in these Terms, these Terms do not limit cross-border access or use (such as access or use in one Member State of the European Union of Offerings purchased in another Member State of the European Union) that is expressly authorized by applicable law.
-23.2 Australia
-
-The following provision may apply to You depending on Your circumstances:
-
- Our goods come with guarantees that cannot be excluded under the Australian Consumer Law. You are entitled to a replacement or refund for a major failure and for compensation for any other reasonably foreseeable loss or damage. You are also entitled to have the goods repaired or replaced if the goods fail to be of acceptable quality and the failure does not amount to a major failure.
-
-In addition to your other rights and remedies under law in relation to the Offerings, Offerings that are legitimately purchased also come with a 90-day limited warranty as set out in these Terms. For Australian customers, the warranty is given by Autodesk Australia Pty Ltd, an Australian company with principal offices at Level 5, Building C, 11 Talavera Road, Macquarie Park, New South Wales, Australia. If an Offering does not provide the general features and functions described in the Documentation in the 90-day period after delivery to You, please call (+61) (0) 2 9844 8000 with details of Your product, serial number, place of purchase, details of the defect and Your return contact details.
-
-Autodesk will not be responsible for user error and may refer any such issues to a supporting reseller, if any. You may be required to return the Offering to the address we provide to You at the time, at Your own cost.
-
-DESPITE ANYTHING ELSE IN THESE TERMS, IF ANY OFFERING IS SUBJECT TO THE MANDATORY WARRANTIES OR GUARANTEES OF THE COMPETITION AND CONSUMER ACT (CTH) OR OTHER APPLICABLE LAW IN AUSTRALIA (THE “LAW”), AND SUCH LAW PERMITS AUTODESK TO LIMIT ITS LIABILITY FOR BREACH OF THESE WARRANTIES OR CONDITIONS, THEN AUTODESK’S LIABILITY FOR BREACH OF ANY SUCH WARRANTY OR GUARANTEE WILL BE LIMITED AT AUTODESK’S OPTION TO THE REPAIR, REPLACEMENT OR REPERFORMANCE (OR THE COST OF DOING SO) OF THE RELEVANT OFFERING.
-23.3 Mainland China, Hong Kong, Macau and Taiwan
-
-If You acquired Your subscription in mainland China, the “Territory” for such subscription is Mainland China. Likewise, if You acquired Your subscription in Hong Kong, the “Territory” for such subscription is Hong Kong; if You acquired Your subscription in Macau, the “Territory” for such subscription is Macau, and if You acquired Your subscription in Taiwan, the “Territory” for such subscription is Taiwan.
-Print
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/AvP b/sdk_container/src/third_party/portage-stable/licenses/AvP
deleted file mode 100644
index 966fc3ccfd2..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/AvP
+++ /dev/null
@@ -1,5 +0,0 @@
-xThe source code to Aliens Vs Predator is copyright (c) 1999-2000 Rebellion and
-is provided as is with no warranty for its suitability for use. You may not
-use this source code in full or in part for commercial purposes. Any use must
-include a clearly visible credit to Rebellion as the creators and owners, and
-reiteration of this license.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Avago b/sdk_container/src/third_party/portage-stable/licenses/Avago
deleted file mode 100644
index f14dd3d7458..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Avago
+++ /dev/null
@@ -1,662 +0,0 @@
-IMPORTANT - READ CAREFULLY: This Software License Agreement ("Agreement")
-is a legal agreement between Licensee (either an individual or a single
-entity), (“Licensee”) and Avago Technologies General IP (Singapore) Pte.
-Ltd., ("Broadcom") for the Licensed Code, (hereinafter defined).
-
-By installing, copying, or otherwise using the Licensed Code (hereinafter
-defined), Licensee agrees to be bound by the terms of this Agreement. If
-Licensee does not agree to the terms of this Agreement, Licensee may not
-install, copy or use the Licensed Code. The Licensed Code is licensed, not
-sold.
-
-NOW THEREFORE, in consideration of the foregoing and the mutual promises
-and covenants contained in this Agreement the parties hereby agree as
-follows:
-
-1. Definitions
-
-1.1. "Authorized Use for Source Code" means use of the Source Code solely
- for the purpose of internally developing, modifying, integrating and
- testing Licensee's Products to interface with Broadcom Devices
- authorized for such integration, and for no other use or purpose.
-
-1.2. "Authorized Use for Binary Code" means use of the Binary Code solely
- for the purpose of internal evaluation or developing, integrating,
- testing and use of Licensee's Products to interface with Broadcom
- Devices and for no other application, use or purpose.
-
-1.3. "Authorized Use for Internal Code" means use of the Internal Use Code
- solely for the purpose of internally developing, modifying,
- integrating and testing Licensee's Products to interface with Broadcom
- Devices authorized for such integration, and for no other use or
- purpose.
-
-1.4. "Documentation" means explanatory and informational materials or
- documentation concerning the Licensed Code, in printed or electronic
- format, including without limitation, manuals, descriptions, user and/
- or installation instructions, diagrams, printouts, listings,
- flowcharts, and training materials, contained on visual media such as
- paper or photographic film, or on other physical storage media in
- machine-readable form. Documentation does not include any code.
-
-1.5. "Licensed Code" means collectively all the software programs which are
- owned or distributed by Broadcom and obtained by Licensee via download
- from the Broadcom support web-pages through acceptance of this
- Agreement. The Licensed Code is specifically referenced individually
- in this Agreement as Source Code, Binary Code, or Internal Use Code.
-
-1.6. "Licensee Products" means the hardware and software (and related
- Licensee documentation) that will be developed or modified by or for
- Licensee utilizing the Licensed Code for the purpose of interfacing or
- being used with Broadcom Devices.
-
-1.7. "Updates" means maintenance releases, bug fixes, errata or other
- corrections, and minor improvements or modifications to the Licensed
- Code which may be provided by Broadcom to Licensee from time to time
- at Broadcom's sole discretion. Broadcom is under no obligation to
- provide Updates or provide support and maintenance services to
- Licensee or Licensee Subsequent Users.
-
-1.8. "New Version" means significant changes, modifications, enhancements,
- and/or functional improvements to the Licensed Code. New Versions are
- made and generally distributed solely at the discretion of Broadcom.
- Licensee must use the latest New Version of Licensed Code that is
- available. Broadcom is under no obligation to port any development
- work from one version to the latest New Version of Licensed Code.
-
-1.9. "Broadcom Devices" means those Broadcom products intended for use with
- the Licensed Code and purchased from Broadcom or its agents.
-
-1.10. "Derivative Works" means: (a) for copyrightable or copyrighted
- material, any translation (including translation into other computer
- languages), port, modification, correction, addition, extension,
- upgrade, improvement, compilation, abridgment or other form in which
- an existing work may be recast, transformed or adapted; (b) for
- patentable or patented material, any improvement thereon; and (c) for
- material which is protected by trade secret, any new material derived
- from such existing trade secret material, including new material
- which may be protected by copyright, patent and/or trade secret.
-
-1.11. "Intellectual Property Rights" means (by whatever name or term known
- or designated) copyrights, trade secrets, patents, moral rights and
- any other intellectual and industrial property and proprietary rights
- (excluding trademarks) including registrations, applications,
- renewals and extensions of such rights anywhere in the world.
-
-1.12. "Binary Code" means the software programs provided for distribution
- at the Broadcom support web-pages, in binary form, any other machine
- readable materials, including, but not limited to, libraries, source
- files, header files, and data files, any Updates and New Versions
- provided by Broadcom.
-
-1.13. "Source Code" means the software programs provided for distribution
- at the Broadcom support web-pages, in source form including, but not
- limited to, libraries, source files, header files, and data files,
- and Updates and New Versions provided by Broadcom.
-
-1.14. "Internal Use Code" means the software programs provided for
- distribution at the Broadcom support web-pages, in source code or
- object code format including, but not limited to, libraries, source
- files, header files, and data files, and Updates and New Versions
- provided by Broadcom that are only for Licensee's internal use.
-
-1.15. "JRE Code" mean Oracle Corporation's JAVA SE Runtime Environment
- Code.
-
-1.16. "Subsequent User" means any user subsequent to Licensee, including
- but not limited to, all Licensee customers, resellers, end users, and
- OEMs.
-
-1.17 "Taxes" shall mean all taxes, levies, imposts, duties, fines or other
- charges of whatsoever nature however imposed by any country or any
- subdivision or authority thereof in any way connected with this
- Agreement or any instrument or agreement required hereunder, and all
- interest, penalties or similar liabilities with respect thereto,
- except such taxes as are imposed on or measured by a party's net
- income or property.
-
-
-2. Grant of Rights
-
-2.1 Binary Code. Subject to the terms of this Agreement, Broadcom grants to
- Licensee a non-exclusive, world-wide, revocable (for breach in
- accordance with Section 7), non-transferable limited license, without
- the right to sublicense except as expressly provided herein, solely to:
-
-(a) Use the Binary Code and related Documentation solely for the Authorized
- Use for Binary Code and only with Broadcom Devices
-
-(b) Make copies of the Binary Code and related Documentation to support the
- Authorized Use for Binary Code and for archival and backup purposes in
- support of the Authorized Use for Binary Code only with Broadcom
- Devices;
-
-(c) Distribute the Binary Code as incorporated in Licensee's Products or
- for use with Broadcom Devices to its Subsequent Users;
-
-(d) Distribute the Documentation related to Binary Code only for use with
- Broadcom Devices;
-
-(e) Sublicense the rights provided in paragraphs (a) and (b) above in
- accordance with the terms provided in this Agreement to contract
- manufacturers ("CMs") and/or original design manufacturers ("ODMs"),
- in each case meeting the requirements of Section 3.1(d) below for the
- purpose of manufacturing Licensee's Products; and (f) Sublicense the
- rights provided in paragraphs (b) and (c) in accordance with the terms
- provided in this Agreement to Subsequent Users who are not end users
- for the purpose of distributing and supporting Licensee's Product.
-
-2.2 Source Code. Subject to the terms of this Agreement, Broadcom grants to
- Licensee a non-exclusive, worldwide, revocable (for breach in
- accordance with Section 7), non-transferable limited license, without
- the right to sublicense except as expressly provided herein, solely to:
-
-(a) Use the Source Code and related Documentation solely for the Authorized
- Use for Source Code and only with Broadcom Devices;
-
-(b) Make copies of the Source Code and related Explanatory Material to
- support the Authorized Use for Source Code only and for archival and
- backup purposes in support of the Authorized use for Source Code only
- with Broadcom Devices;
-
-(c) Modify and prepare Derivative Works of the Source Code for the
- Authorized Use for Source Code and only for use with Broadcom Devices;
-
-(d) Distribute the binary form only of any authorized Derivative Work of
- the Source Code ("Licensee Binary Derivative") and necessary portions
- of the related Documentation only for use with Broadcom Devices; and
-
-(e) Sublicense the rights granted in paragraph (d) above in accordance with
- the terms provided in this Agreement to Subsequent Users who are not
- end users for the purpose of distributing and supporting Licensee's
- Product.
-
-2.3 Internal Use Code. Subject to the terms of this Agreement, Broadcom
- grants to Licensee a non-exclusive, worldwide, revocable (for breach in
- accordance with Section 7), non-transferable limited license, without
- the right to sublicense or distribute, solely to:
-
-(a) Use the Internal Use Code and related Documentation solely for the
- Authorized Use for Internal Code and only with Broadcom Devices; and
-
-(b) Make copies of the Internal Use Code and related Documentation to
- support the Authorized Use for Internal Code only and for archival and
- backup purposes in support of the Authorized use for Internal Code only
- with Broadcom Devices.
-
-2.4 Without limiting Section 4, Licensee may exercise the foregoing rights
- directly and/or indirectly through its employees and contractors, who
- are bound by terms at least as restrictive as this Agreement.
-
-
-3. License Restrictions
-
-3.1. Binary Code. The Licenses granted in Section 2.1 for Binary Code and
- related Documentation are subject to the following restrictions:
-
-(a) Licensee shall not use the Binary Code and related Documentation for
- any purpose other than as expressly provided in Article 2;
-
-(b) Licensee shall reproduce all copyright notices and other proprietary
- markings or legends contained within or on the Binary Code and related
- Documentation on any copies it makes; and
-
-(c) Licensee shall not distribute or disclose the Binary Code and related
- Documentation except pursuant to an agreement with terms at least as
- protective of the Binary Code as the terms of this Agreement. Licensee
- shall not, and shall not allow its Subsequent Users to, disassemble,
- de-compile, or reverse engineer the Binary Code.
-
-(d) Licensee may grant the sublicense set forth in Section 2.1(e) to its
- CMs and ODMs, provided that each such CM and ODM agrees to abide by the
- terms and conditions of this Agreement and Licensee shall remain
- responsible for any failure by its CMs and ODM to comply with the terms
- and conditions of this Agreement.
-
-3.2. Source Code. The Licenses granted in Section 2.2 for Source Code and
- related Documentation are subject to the following restrictions:
-
-(a) Licensee shall not use the Source Code and related Documentation for
- any purpose other than as expressly provided in Article 2;
-
-(b) Licensee shall reproduce all copyright notices and other proprietary
- markings or legends contained within or on the Source Code and related
- Documentation on any copies it makes;
-
-(c) Licensee shall not distribute or disclose any Source Code and related
- Documentation to any Subsequent Users or third parties, without the
- express written consent of Broadcom;
-
-(d) Licensee shall not knowingly infringe upon the intellectual property
- rights of any third party when making Derivative Works to the Source
- Code;
-
-(e) Licensee shall not disassemble, reverse-engineer, or decompile the
- Source Code, except for making authorized Derivative Works; and
-
-(f) Licensee shall not distribute or disclose the Licensee Binary
- Derivative except pursuant to an agreement with terms at least as
- protective as those in this Agreement protecting Binary Code. Licensee
- shall not, and shall not allow its Subsequent Users to, disassemble,
- de-compile, or reverse engineer the Licensee Binary Derivative.
-
-3.3. Internal Use Code. The Licenses granted in Section 2.3 for Internal
- Use Code and related Documentation are subject to the following
- restrictions:
-
-(a) Licensee shall not use the Internal Use Code and related Documentation
- for any purpose other than as expressly provided in Article 2;
-
-(b) Licensee shall reproduce all copyright notices and other proprietary
- markings or legends contained within or on the Internal Use Code and
- related Documentation on any copies it makes;
-
-(c) Licensee shall not distribute or disclose any Internal Use Code and
- related Documentation to any Subsequent Users or third parties, without
- the express written consent of Broadcom; and
-
-(d) Licensee shall not disassemble, reverse-engineer, or decompile the
- Internal Use Code.
-
-3.4. Derivative Works of Source Code Made by Licensee. Subject to
- Broadcom's rights in the underlying Source Code, Licensee shall own
- all right, title and interest in and to the Derivative Works (both
- binary and source format) it makes from Source Code, provided that
- such Derivative Works are not made in breach of this Agreement.
- Licensee shall not be required to disclose its Derivative Works of the
- Source Code to Broadcom. Broadcom shall have no obligations whatsoever
- to support, maintain, contribute to, or provide Updates, New Versions
- or any modifications to Licensee Derivative Works of the Source Code
- and shall have no liability whatsoever for such Derivative Works. In
- the event Licensee requests Broadcom's input regarding Licensee
- Derivative Works of Source Code and plans to disclose such Derivative
- Works to Broadcom, a separate written agreement shall first be
- executed by the parties.
-
-3.5. Broadcom Derivative Works. Nothing contained herein shall prevent
- Broadcom from creating any Derivative Works of its Source Code at any
- time. Licensee further agrees that Broadcom may independently create a
- Derivative Work similar to or in competition with the Licensee
- Derivative Work of the Source Code and may use that Derivative Work
- for any purpose. Licensee grants Broadcom a Covenant Not to Sue for
- any independently developed Derivative Works created by Broadcom for
- its own Source Code that Licensee may believe or claim infringes on
- any of Licensee's Intellectual Property Rights relating to the
- Licensee Derivative Works of the Source Code.
-
-3.6. U.S. Government Subsequent Users. All Licensed Code and Documentation
- qualify as "commercial items," as that term is defined at
- 48 C.F.R. 2.101, consisting of "commercial computer software" and
- "commercial computer software documentation" as such terms are used in
- 48 C.F.R. 12.212. Consistent with 48 CFR 52.227-19, 48 C.F.R.12.212
- and 48 C.F.R. 227.7202-1 through 227.7202-4, Licensee will provide to
- U.S. Government end users such Binary Code with only those rights set
- forth herein that apply to non-governmental end users. Use of such
- Binary Code constitutes agreement by the government entity that the
- computer software and computer software documentation is commercial
- and constitutes acceptance of the rights and restrictions herein.
-
-3.7. No Implied Licenses. Except for the express and limited licenses
- granted herein for specific purposes, no rights or licenses are
- granted by Broadcom under this Agreement, by implication, inducement,
- estoppel or otherwise with respect to any proprietary information or
- to any patents, copyrights, trade secrets, trademarks, maskworks or
- other Intellectual Property Rights owned or controlled by Broadcom.
- Any further licenses must be express, in writing and signed by an
- authorized representative of Broadcom.
-
-3.8. Injunctive Relief. In the event of a breach by Licensee of Section 2
- or 3, Broadcom shall be entitled to applicable injunctive relief and
- to all remedies available in equity and law to prevent Licensee from
- disassembling, de-compiling, reverse engineering, disclosing or using
- the Licensed Code in whole or in part.
-
-3.9. Licensed Code Containing JRE. Certain Licensed Code may contain JRE.
- Use of the JRE is restricted by JRE licensing terms to General Purpose
- Desktop Computers and Servers, as defined below. Licensee may seek its
- own license for the JRE directly with the owner, if it deems
- necessary. "General Purposes Desktop Computers and Servers" under JRE
- licensing terms is defined as "computers, including desktop, laptop
- and tablet computers, or servers, used for general computing functions
- under end user control (such as but not specifically limited to email,
- general purpose Internet browsing and office suite productivity
- tools)". The full terms and conditions for use of the JRE are
- available at: http://www.oracle.com/technetwork/java/javase/terms/license/index.html.
-
-3.10. Notwithstanding anything to the contrary in this Agreement, to the
- extent there is a conflict between this Agreement provisions and any
- applicable license to open source technology, the provisions of the
- open source license shall take precedence and be followed, but only
- to the minimum extent reasonably necessary to comply with the
- applicable open source license.
-
-
-4. Confidentiality
-
-4.1 Licensee agrees to limit access to the Licensed Code and Documentation
- to employees and contractors of Licensee (which may include, without
- limitation, contractors retained by Licensee to maintain or modify the
- Licensed Code and Documentation on behalf of Licensee) having a need to
- access or know the Licensed Code and Documentation and who have
- executed nondisclosure agreements with Licensee obligating them to
- maintain the confidentiality of the Licensed Code and Documentation.
-
-4.2 Licensee shall hold in confidence the Licensed Code and Documentation
- as Broadcom's confidential information ("Confidential Information") and
- shall use the Broadcom Code and Documentation only as expressly
- provided in Section 2, and protect the confidentiality of such
- Confidential Information with the same degree of care as Licensee uses
- to protect its own confidential or proprietary information of great
- commercial value, but in no event less than reasonable care and for no
- less than three (3) years from the date of disclosure.
-
-4.3 Licensee agrees to notify Broadcom immediately after Licensee becomes
- aware of any suspected misuse or unauthorized disclosure of any
- Confidential Information. The obligations of confidentiality imposed on
- Licensee under this Section 4 shall not apply or shall cease to apply
- to any of such Confidential Information that Licensee clearly
- establishes: (i) was already rightfully in the possession of Licensee
- at the time of disclosure as evidenced by records of Licensee; (ii) is
- or becomes publicly available through no act or omission of Licensee;
- (iii) is rightfully received by Licensee from a third party without an
- obligation of confidentiality; (iv) is independently developed by
- Licensee's employees or contractors without use of or access to the
- information; or (v) is approved for unrestricted disclosure in writing
- by an authorized representative of Broadcom. Broadcom makes no warranty
- as to the accuracy of any Confidential Information, which is furnished
- "AS IS" with all faults.
-
-
-5. Ownership of Code by Broadcom, Fees, and Taxes
-
-5.1 Broadcom (or its licensors) reserve all right, title, ownership and
- interest in and to the Licensed Code and Documentation existing prior
- to and after the Effective Date of this Agreement, or created or
- generated by Broadcom (or its licensors) at any time, subject to any
- licenses granted. Broadcom (or its licensors) reserves all right,
- title, ownership and interest in and to any Derivative Works it creates
- at any time to the Licensed Code and Documentation, subject to any
- licenses granted.
-
-5.2 Fees and Taxes. No fees are due in connection with this Agreement
- unless separately specified by Broadcom. If any such fees are
- separately specified in writing, the following applies:
-
-5.2.1 Payment is due by Licensee upon download, at time of purchase, or no
- later than within thirty (30) days of date of Broadcom invoice
- therefore, as designated by Broadcom All payments shall be made in
- U.S. currency unless otherwise agreed. If at any time, Licensee is
- delinquent in the payment of any invoice, or is otherwise in breach
- of this Agreement, Broadcom may, at its discretion, and without
- prejudice to its other rights, withhold delivery (including partial
- delivery) of any order or may, at its option, require Licensee to
- prepay for further deliveries. Any sum not paid by Licensee, when
- due, shall bear interest until paid at a rate of 1.5% per month
- (18% per annum) or the maximum rate permitted by law, whichever is
- less.
-
-5.2.2 All payments or reimbursements due under this Agreement and any
- instrument or agreement required hereunder shall be made free and
- clear and without deduction for any and all present and future Taxes.
- Payments due to Broadcom under this Agreement and any instrument or
- agreement required hereunder shall be increased so that amounts
- received by Broadcom, after provisions for Taxes and all Taxes on
- such increase, will be equal to the amounts required under this
- Agreement and any instrument or agreement required hereunder if no
- Taxes were due on such payments.
-
-5.2.3 The Licensee shall indemnify Broadcom for the full amount of Taxes
- attributable to the provision of products or services under this
- Agreement, and any liabilities (including penalties, interest and
- expenses) arising from such Taxes, within thirty (30) days from any
- written demand by Broadcom. The Licensee shall provide evidence that
- all applicable Taxes have been paid to the appropriate taxing
- authority by delivering to Broadcom receipts or notarized copies
- thereof within thirty (30) days after the due date for such tax
- payments.
-
-5.2.4 Without prejudice to the survival of any other Agreement of Licensee
- hereunder, the obligations of Licensee contained in this section
- shall survive the payment in full of all payments hereunder.
-
-
-6. Support
-
-(a) Broadcom may provide the following support services for the Licensed
- Code to the extent Broadcom deems reasonable: Updates if and when
- released and errata in Broadcom's sole discretion. Broadcom shall not
- be responsible for any other support or maintenance of Licensed Code to
- Licensee or its Subsequent Users, unless otherwise agreed to in
- writing. Broadcom is under no obligation to provide support services
- and may discontinue support services at any time. Broadcom will not
- provide support for modified Licensed Code or Licensee's Derivative
- Works of the Source Code.
-
-(b) Any Updates to the Licensed Code provided by Broadcom (which shall only
- be provided by Broadcom in its sole discretion) shall be governed by
- the terms of this Agreement.
-
-(c) If Licensee finds what Licensee considers an error in the Licensed
- Code, Licensee will notify Broadcom so that Broadcom can, in its sole
- discretion, make corrections to the Licensed Code or to future
- revisions of the Licensed Code.
-
-
-7. Term and Termination
-
-7.1 Term. The term of this Agreement is five (5) years from the Effective
- Date, subject to renewal upon mutual agreement of the parties.
-
-7.2 Termination for Breach. If Licensee breaches any material provision of
- this Agreement, Broadcom shall have the right to terminate this
- Agreement, including all licenses granted hereunder, in addition to any
- and all other remedies available at law or equity, unless Licensee
- cures such breach within sixty (60) days ("Cure Period") after
- receiving written notice of the breach by Broadcom. Licensee shall make
- best efforts to cure the material breach in the least amount of time
- possible within the Cure Period.
-
-7.3 Insolvency. If either party: (a) becomes substantially insolvent;
- (b) makes an assignment for the benefit of creditors; (c) files or has
- filed against it a petition in bankruptcy or seeking reorganization;
- (d) has a receiver appointed; or (e) institutes any proceedings for
- liquidation or winding up or have such proceedings instituted against
- it; then the other party may, in addition to other rights and remedies
- it may have, terminate this Agreement immediately by written notice.
-
-7.4 Consequences. Upon termination or expiration of this Agreement for any
- reason whatsoever, the licenses, rights, and covenants granted
- hereunder and any obligations imposed hereunder shall cease except as
- otherwise expressly set forth herein as surviving termination or
- expiration.
-
-7.5 Return of Confidential Information. Upon expiration or termination of
- this Agreement for any reason or upon written request by Broadcom,
- Licensee agrees to promptly return to Broadcom or, at Broadcom's
- request, destroy and certify by an officer of Licensee in writing the
- destruction of, all Broadcom Confidential Information furnished to
- Licensee, including all Licensed Code and Documentation.
-
-7.6 Survival of Licenses. Any Licensed Code and Documentation distributed
- by Licensee prior to the effective date of any termination, expiration,
- breach, or cancellation of this Agreement, shall remain licensed
- (including any Licensed Code in inventory, manufactured in, or work in
- progress with Licensee products) under the terms of this Agreement.
- Licensee may retain an archival copy of portions of the Broadcom
- Confidential Information, including Licensed Code and Documentation,
- necessary for Licensee to provide ongoing technical support to
- Subsequent Users using the Licensed Code ("Archival Materials") after
- termination, expiration or cancellation of this Agreement. Such
- Archival Materials may not be used for any other purpose without the
- written consent from Broadcom. Licensee shall keep such Archival
- Materials confidential for an additional five (5) years from the date
- of termination, expiration, or cancellation of this Agreement,
- regardless of when the Broadcom Confidential Information was disclosed.
-
-7.7 Survival. In the event of expiration or termination of this Agreement
- for any reason, the following sections of this Agreement shall survive:
- 1, 3, 4, 5, 7, 8, 9, and 10. Termination will not prejudice either
- party to require performance of any obligation due at the time of
- termination. All end user licenses in effect and in compliance with the
- Agreement prior to effective termination or expiration shall survive
- and continue in full force and effect in accordance with their terms
- and Licensee may continue to perform its obligations thereunder,
- including support obligations.
-
-
-8. Disclaimer of All Warranties
-
-8.1 THE PARTIES AGREE THAT BROADCOM FURNISHES THE LICENSED CODE AND
- DOCUMENTATION TO LICENSEE "AS IS", UNSUPPORTED, WITHOUT WARRANTY OF ANY
- KIND. BROADCOM DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
- THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
- PURPOSE AND NON-INFRINGEMENT, INCLUDING ANY THAT MAY ARISE FROM A
- COURSE OF PERFORMANCE, A COURSE OF DEALING OR TRADE USAGE. BROADCOM
- SHALL NOT BE LIABLE FOR ANY ERROR, OMISSION, DEFECT, DEFICIENCY, OR
- NONCONFORMITY IN THE LICENSED CODE OR DOCUMENTATION. BROADCOM MAKES NO
- WARRANTY OR REPRESENTATION THAT THE LICENSED CODE OR DOCUMENTATION WILL
- MEET LICENSEE'S REQUIREMENTS OR WILL WORK IN COMBINATION WITH ANY
- HARDWARE OR SOFTWARE APPLICATION.
-
-8.2 BROADCOM DISCLAIMS ANY AND ALL LIABILITY IN CONNECTION WITH LICENSEE'S
- USE OF THE LICENSED CODE IN ANY MEDICAL, NUCLEAR, AVIATION, NAVIGATION,
- MILITARY, OR OTHER HIGH RISK DEVICE OR APPLICATION. LICENSEE REPRESENTS
- AND WARRANTS THAT IT WILL NOT USE THE LICENSED CODE IN ANY MEDICAL,
- NUCLEAR, AVIATION, NAVIGATION, MILITARY, OR OTHER HIGH RISK DEVICE OR
- APPLICATION. LICENSEE SHALL INDEMNIFY, DEFEND, AND HOLD BROADCOM
- HARMLESS AGAINST ANY LOSS, LIABILITY, OR DAMAGE OF ANY KIND THAT
- BROADCOM INCURS IN CONNECTION WITH BREACH OF THE WARRANTY IN THIS
- SECTION 8.2.
-
-8.3 BROADCOM DISCLAIMS ANY AND ALL LIABILITY IN CONNECTION WITH LICENSEE'S
- CREATION AND USE OF DERIVATIVE WORKS OF THE SOURCE CODE. LICENSEE SHALL
- INDEMNIFY, DEFEND, AND HOLD BROADCOM HARMLESS AGAINST ANY LOSS,
- LIABILITY, OR DAMAGE OF ANY KIND THAT BROADCOM INCURS IN CONNECTION
- WITH LICENSEE'S DERIVATIVE WORKS OF SOURCE CODE.
-
-
-9. Limitation of Liability
-
-IN NO EVENT SHALL BROADCOM, ITS EMPLOYEES, AFFILIATES OR SUPPLIERS BE
-LIABLE FOR ANY LOST PROFITS, REVENUE, SALES OR DATA OR COSTS OF PROCUREMENT
-OF SUBSTITUTE GOODS OR SERVICES, INTERRUPTION, LOSS OF BUSINESS INFORMATION
-OR ANY SPECIAL, DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, ECONOMIC OR
-PUNITIVE DAMAGES, HOWEVER CAUSED, AND WHETHER ARISING UNDER CONTRACT, TORT,
-STRICT LIABILITY, NEGLIGENCE OR OTHER THEORY OF LIABILITY, ARISING OUT OF
-THE USE OR INABILITY TO USE THE LICENSED CODE OR DOCUMENTATION, EVEN IF
-BROADCOM OR ITS EMPLOYEES, SUPPLIERS OR AFFILIATES ARE ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES. IN THE EVENT THAT THE APPLICABLE JURISDICTION
-DOES NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY, BUT DOES ALLOW
-LIABILITY TO BE LIMITED, THE LIABILITY OF BROADCOM, ITS EMPLOYEES,
-AFFILIATES, OR SUPPLIERS IN SUCH CASES, SHALL BE LIMITED TO
-$100 US DOLLARS.
-
-
-10. General
-
-10.1 Assignment. Licensee shall not assign this Agreement or any of its
- rights or delegate any of its duties under this Agreement without the
- prior written consent of Broadcom. Subject to the foregoing, this
- Agreement will be binding upon, enforceable by, and inure to the
- benefit of the parties and their respective successors and assigns.
- Any attempted assignment in violation of this Section 10.1 shall be
- null and void.
-
-10.2 Governing Law. This Agreement shall be construed and interpreted in
- accordance with the law of the State of California without reference
- to its conflicts of law principles.
-
-10.3 Exclusive Jurisdiction. All disputes arising out of or related to this
- Agreement will be subject to the exclusive jurisdiction and venue of
- the California state courts of Santa Clara County, California in
- United States District Court for the Northern District of California,
- and the parties consent to the personal and exclusive jurisdiction of
- these courts.
-
-10.4 Export Control. Licensee shall follow all export control laws and
- regulations relating to the Licensed Code and Documentation. Licensee
- hereby acknowledges responsibility for compliance with all applicable
- US and local laws and regulations related to import and export and
- acknowledges and agrees that the Licensed Code is subject to the U.S.
- Export Administration Regulations. Diversion contrary to U.S. law is
- prohibited. Licensee agrees that the Licensed Code is being or will be
- acquired for, shipped, transferred, or re-exported, directly or
- indirectly, to prohibited or embargoed countries, nor be used for any
- prohibited end-use, such as nuclear activities, chemical/biological
- weapons, or missile projects, unless expressly authorized by the U.S.
- Government. Prohibited countries are set forth in the Supplement 1 to
- Part 740 of the U.S. Export Administration Regulations. Countries
- currently subject to U.S. embargo include: Cuba, Iran, N. Korea, Sudan
- and Syria. This list is subject to change without further notice from
- Broadcom and Licensee understands that compliance with the list as it
- exists in fact, is required. Licensee assumes sole responsibility for
- obtaining any/all licenses required for export or re-export. All ECCN
- and CCATS numbers and License Exception information are subject to
- change without notice. Modification in any way nullifies the
- classification. It is therefore Licensee’s obligation as an exporter
- to verify such information and comply with the then currently
- applicable regulations. Any data provided by Broadcom is for
- informational purposes only. Broadcom makes no representation or
- warranty as to the accuracy or reliability of any classifications or
- numbers. Any use of such classifications or numbers by Licensee is
- without recourse to Broadcom and is at Licensee’s own risk. Broadcom
- is in no way responsible for any damages, whether direct, indirect,
- consequential, incidental or otherwise, suffered by Licensee as a
- result of using or relying upon such classifications or numbers for
- any purpose whatsoever. Licensee agrees to consult the EAR, the
- Bureau of Industry and Security's Export Counseling Division, and
- other appropriate sources before distributing, importing, or using
- Broadcom products. Licensee may request software classification
- information from Broadcom. If requested, Customer agrees to sign
- written assurances and other export-related documents as may be
- required by Broadcom.
-
-10.5 Waiver. No failure or delay on the part of either party in the
- exercise of any right or privilege hereunder shall operate as a waiver
- thereof or of the exercise of any other right or privilege hereunder,
- nor shall any single or partial exercise of any such right or
- privilege preclude other or further exercise thereof or of any other
- right or privilege.
-
-10.6 Notice. Any notice or claim provided for herein to Broadcom shall be
- in writing and addressed as set forth below, and shall be given (i) by
- personal delivery, effective upon delivery, or (ii) by first class
- mail, postage prepaid, addressed as set forth below, effective one (1)
- business day after proper deposit in the mail to Broadcom, 1320 Ridder
- Park Drive, San Jose, California 95131, USA; Attn. Legal Department -
- Important Legal Notice.
-
-10.7 Severability. If any term, condition, or provision of this Agreement,
- or portion of this Agreement, is found to be invalid, unlawful or
- unenforceable to any extent, the parties will endeavor in good faith
- to agree to such amendments that will preserve, as far as possible,
- the intentions expressed in this Agreement. Such invalid term,
- condition or provision will be severed from the remaining terms,
- conditions and provisions, which will continue to be valid and
- enforceable to the fullest extent permitted by law.
-
-10.8 Other Rights. Nothing contained in this Agreement shall be construed
- as conferring by implication, estoppel, or otherwise upon either party
- or any third party any license or other right except, solely as to the
- parties hereto, the rights expressly granted hereunder.
-
-10.9 Integration; Modification. This Agreement embodies the final, complete
- and exclusive statement of the terms agreed upon by the parties with
- respect to the subject matter hereof and supersedes any prior or
- contemporaneous representations, descriptions, courses of dealing, or
- agreements in regard to such subject matter. No amendment or
- modification of this Agreement shall be valid or binding upon the
- parties unless stated in writing and signed by an authorized
- representative of each party.
-
-10.10 Publicity. All publicity concerning this transaction referring to the
- other party shall require the other party's prior written approval
- which shall not be unreasonably withheld.
-
-10.11 Relationship of the Parties. The relationship of the parties hereto
- is that of independent contractors. Neither party, nor its agents or
- employees, shall be deemed to be the agent, employee, joint venture
- partner, partner or fiduciary of the other party. Neither party shall
- have the right to bind the other party, transact any business on
- behalf of or in the name of the other party, or incur any liability
- for or on behalf of the other party.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/BAEKMUK b/sdk_container/src/third_party/portage-stable/licenses/BAEKMUK
deleted file mode 100644
index 51cdab5c08d..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/BAEKMUK
+++ /dev/null
@@ -1,13 +0,0 @@
-(c) Copyright 1986-2000, Hwan Design Inc.
-
-You are hereby granted permission under all Hwan Design propriety rights
-to use, copy, modify, sublicense, sell, and redistribute the 4 Baekmuk
-truetype outline fonts for any purpose and without restriction;
-provided, that this notice is left intact on all copies of such fonts
-and that Hwan Design Int.'s trademark is acknowledged as shown below
-on all copies of the 4 Baekmuk truetype fonts.
-
-BAEKMUK BATANG is a registered trademark of Hwan Design Inc.
-BAEKMUK GULIM is a registered trademark of Hwan Design Inc.
-BAEKMUK DOTUM is a registered trademark of Hwan Design Inc.
-BAEKMUK HEADLINE is a registered trademark of Hwan Design Inc.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/BSD-with-disclosure b/sdk_container/src/third_party/portage-stable/licenses/BSD-with-disclosure
deleted file mode 100644
index 100abf4eacf..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/BSD-with-disclosure
+++ /dev/null
@@ -1,27 +0,0 @@
-Copyright (c) ,
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-3. The name of the author may not be used to endorse or promote products
- derived from this software without specific prior written permission.
-4. Full disclosure of the entire project's source code, except for third
- party libraries is mandatory. (NOTE: This clause is non-negotiable!)
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/BUILDLIC b/sdk_container/src/third_party/portage-stable/licenses/BUILDLIC
deleted file mode 100644
index 2751ea10687..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/BUILDLIC
+++ /dev/null
@@ -1,71 +0,0 @@
-BUILD SOURCE CODE LICENSE TERMS: 06/20/2000
-
-[1] I give you permission to make modifications to my Build source and
- distribute it, BUT:
-
-[2] Any derivative works based on my Build source may be distributed ONLY
- through the INTERNET.
-
-[3] Distribution of any derivative works MUST be done completely FREE of
- charge - no commercial exploitation whatsoever.
-
-[4] Anything you distribute which uses a part of my Build Engine source
- code MUST include:
-
- [A] The following message somewhere in the archive:
-
- // "Build Engine & Tools" Copyright (c) 1993-1997 Ken Silverman
- // Ken Silverman's official web site: "http://www.advsys.net/ken"
- // See the included license file "BUILDLIC.TXT" for license info.
-
- [B] This text file "BUILDLIC.TXT" along with it.
-
- [C] Any source files that you modify must include this message as well:
-
- // This file has been modified from Ken Silverman's original release
-
-[5] The use of the Build Engine for commercial purposes will require an
- appropriate license arrangement with me. Contact information is
- on my web site.
-
-[6] I take no responsibility for damage to your system.
-
-[7] Technical support: Before contacting me with questions, please read
- and do ALL of the following!
-
- [A] Look through ALL of my text files. There are 7 of them (including this
- one). I like to think that I wrote them for a reason. You will find
- many of your answers in the history section of BUILD.TXT and
- BUILD2.TXT (they're located inside SRC.ZIP).
-
- [B] If that doesn't satisfy you, then try going to:
-
- "http://www.advsys.net/ken/buildsrc"
-
- where I will maintain a Build Source Code FAQ (or perhaps I might
- just provide a link to a good FAQ).
-
- [C] I am willing to respond to questions, but ONLY if they come at a rate
- that I can handle.
-
- PLEASE TRY TO AVOID ASKING DUPLICATE QUESTIONS!
-
- As my line of defense, I will post my current policy about
- answering Build source questions (right below the E-mail address
- on my web site.) You can check there to see if I'm getting
- overloaded with questions or not.
-
- If I'm too busy, it might say something like this:
-
- I'm too busy to answer Build source questions right now.
- Sorry, but don't expect a reply from me any time soon.
-
- If I'm open for Build source questions, please state your question
- clearly and don't include any unsolicited attachments unless
- they're really small (like less than 50k). Assume that I have
- a 28.8k modem. Also, don't leave out important details just
- to make your question appear shorter - making me guess what
- you're asking doesn't save me time!
-
-----------------------------------------------------------------------------
--Ken S. (official web site: http://www.advsys.net/ken)
diff --git a/sdk_container/src/third_party/portage-stable/licenses/BUSL-1.1 b/sdk_container/src/third_party/portage-stable/licenses/BUSL-1.1
deleted file mode 100644
index bfaf8925493..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/BUSL-1.1
+++ /dev/null
@@ -1,76 +0,0 @@
-Business Source License 1.1
-
-License text copyright © 2017 MariaDB Corporation Ab, All Rights
-Reserved. "Business Source License" is a trademark of MariaDB
-Corporation Ab.
-
-Terms
-
-The Licensor hereby grants you the right to copy, modify, create
-derivative works, redistribute, and make non-production use of the
-Licensed Work. The Licensor may make an Additional Use Grant, above,
-permitting limited production use.
-
-Effective on the Change Date, or the fourth anniversary of the first
-publicly available distribution of a specific version of the Licensed
-Work under this License, whichever comes first, the Licensor hereby
-grants you rights under the terms of the Change License, and the rights
-granted in the paragraph above terminate.
-
-If your use of the Licensed Work does not comply with the requirements
-currently in effect as described in this License, you must purchase a
-commercial license from the Licensor, its affiliated entities, or
-authorized resellers, or you must refrain from using the Licensed Work.
-
-All copies of the original and modified Licensed Work, and derivative
-works of the Licensed Work, are subject to this License. This License
-applies separately for each version of the Licensed Work and the Change
-Date may vary for each version of the Licensed Work released by Licensor.
-
-You must conspicuously display this License on each original or modified
-copy of the Licensed Work. If you receive the Licensed Work in original
-or modified form from a third party, the terms and conditions set forth
-in this License apply to your use of that work.
-
-Any use of the Licensed Work in violation of this License will
-automatically terminate your rights under this License for the current
-and all other versions of the Licensed Work.
-
-This License does not grant you any right in any trademark or logo of
-Licensor or its affiliates (provided that you may use a trademark or
-logo of Licensor as expressly required by this License).
-
-TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED
-ON AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND
-CONDITIONS, EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION)
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
-NON-INFRINGEMENT, AND TITLE.
-
-
-MariaDB hereby grants you permission to use this License's text to
-license your works, and to refer to it using the trademark "Business
-Source License", as long as you comply with the Covenants of Licensor
-below.
-
-Covenants of Licensor
-
-In consideration of the right to use this License's text and the
-"Business Source License" name and trademark, Licensor covenants to
-MariaDB, and to all other recipients of the licensed work to be provided
-by Licensor:
-
-1. To specify as the Change License the GPL Version 2.0 or any later
- version, or a license that is compatible with GPL Version 2.0 or a
- later version, where "compatible" means that software provided under
- the Change License can be included in a program with software
- provided under GPL Version 2.0 or a later version. Licensor may
- specify additional Change Licenses without limitation.
-
-2. To either: (a) specify an additional grant of rights to use that
- does not impose any additional restriction on the right granted in
- this License, as the Additional Use Grant; or (b) insert the text
- "None".
-
-3. To specify a Change Date.
-
-4. Not to modify this License in any other way.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Base64 b/sdk_container/src/third_party/portage-stable/licenses/Base64
deleted file mode 100644
index 7ae49b808e5..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Base64
+++ /dev/null
@@ -1,5 +0,0 @@
- Copyright (c) 1999, Bob Withers - bwit@pobox.com
-
-This code may be freely used for any purpose, either personal
-or commercial, provided the authors copyright notice remains
-intact.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/BigelowHolmes b/sdk_container/src/third_party/portage-stable/licenses/BigelowHolmes
deleted file mode 100644
index 77dd66f5a15..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/BigelowHolmes
+++ /dev/null
@@ -1,6 +0,0 @@
-This directory contains fonts licensed from Bigelow & Holmes.
-Copyright © 1985 Bigelow & Holmes Inc. All rights reserved.
-
-These fonts may be redistributed with the Plan 9 from User Space
-software. No right is granted to create derivative works of these
-fonts or to redistribute them separately from Plan 9 from User Space.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/BitstreamCyberbit b/sdk_container/src/third_party/portage-stable/licenses/BitstreamCyberbit
deleted file mode 100644
index 86fff611770..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/BitstreamCyberbit
+++ /dev/null
@@ -1,49 +0,0 @@
-License Agreement
-
-The Bitstream Product provided to you herewith is a free product release of Bitstream's Cyberbit font for one user only.
-
-By installing the Bitstream Product on your system, you (or you on behalf of your employer) are agreeing to be bound by the terms of this Agreement.
-
-This Agreement constitutes the complete agreement between you and Bitstream. If you do not agree to its terms, do not install the License Product on your system or, if you have already installed it, delete it from your system, and return the uninstalled disk package that comprises this Bitstream Product together immediately.
-
-1. License Grant
-One User Only. In consideration for your agreeing to accept a free release of the Bitstream Product, BITSTREAM grants to you only, the Licensee, the non-exclusive, nontransferable right to use and display the Bitstream Product provided herewith on a single system only. If you are using this product for your work, this agreement applies to your employer. Please express all comments regarding the Bitstream Product to Bitstream's Technical Support Department (e-mail: support@bitstream.com).
-
-Other Uses. To purchase a license to use this Bitstream Product on more than one system, or a right to distribute the Bitstream Product to other users, please contact Bitstream's Sales Department (e-mail: info@bitstream.com).
-
-Third Parties. You may send a copy of the Bitstream Product along with your documents to a commercial printer or other service bureau to enable the editing or printing of your document, provided that such party has informed you that it owns a valid license to use that particular font software.
-
-You may also embed PC TrueType format fonts within your documents for the viewing, editing, and printing of those documents.
-
-Portable Documents. You may send along with your documents a Portable Font Resource (“PFR”) created by Bitstream’s TrueDoc® (patented), for the purpose of allowing any third party to view, edit or print the document remotely but with the express understanding that such party may not use such PFR to edit or print any other document unless independently licensed to do so.
-
-No Modifications. You may not modify, adapt, translate, reverse engineer, decompile, disassemble, or create derivative works based on the Bitstream Product without BITSTREAM’s prior written consent.
-
-Rights Reservation. BITSTREAM reserves all rights not specifically granted to Licensee.
-
-2. Copyright
-The Bitstream Product and the accompanying materials are copyrighted and contain proprietary information and trade secrets of BITSTREAM. Unauthorized copying of the Bitstream product even if modified, merged, or included with other software, or of the written materials, is expressly forbidden. You may be held legally responsible for any infringement of BITSTREAM’s intellectual property rights that is caused or encouraged by your failure to abide by the terms of this Agreement. You may make one (1) copy of the Bitstream Product solely for backup purposes provided the copyright and trademark notices are reproduced in their entirety on the backup copy.
-
-3. Termination
-This Agreement is effective until terminated. This Agreement will terminate automatically without notice from BITSTREAM if you fail to comply with any provision contained herein. Upon termination, you must destroy the written materials, the Bitstream Product, and all copies of them, in part and in whole, including modified copies, if any.
-
-4. Disclaimer and Limited Warranty
-No Warranty. As a free release of the Bitstream Product is provided herewith only, BITSTREAM provides no warranty that the Bitstream Product will operate effectively, will not damage your system, or otherwise be free from any defects whatsoever.
-
-THE BITSTREAM PRODUCT is PROVIDED “AS IS”. BITSTREAM DOES NOT MAKE ANY WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-
-The entire risk as to the quality and performance of the Bitstream Product, rests upon you. BITSTREAM does not warrant that the functions contained in the Bitstream Product will meet your requirements or that the operation of the software will be uninterrupted or error free.
-
-BITSTREAM SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, OR INCIDENTAL DAMAGES (INCLUDING DAMAGES FROM LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, AND THE LIKE) ARISING OUT OF THE USE OF OR INABILITY TO USE THE BITSTREAM PRODUCT EVEN IF BITSTREAM HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-Because some states do not allow the exclusion or limitation of liability for consequential or incidental damages, the above limitation may not apply to you.
-
-5. U.S. Government Restricted Rights
-The software product referred to as the Bitstream Product and its related documentation are provided with RESTRICTED RIGHTS. Use, duplication or disclosure by the Government is subject to restrictions as set forth in FAR 52.227-19(c)(2) (May, 1987) when applicable or the applicable provisions of the DOD FAR supplement 252.227-7013 subdivision (a)(15)(April, 1988) or subdivision (a)(17)(April, 1988). Contractor/manufacturer is Bitstream Inc./215 First Street/Cambridge, MA 02142.
-
-Export (Domestic Versions): Regardless of any disclosure made by LICENSEE to BITSTREAM of an ultimate destination of the Bitstream Product, LICENSEE shall not reexport or transfer, whether directly or indirectly, the Bitstream Product to anyone outside the United States of America without first obtaining a license from the United States Department of Commerce or any other agency or department of the United States Government, as required.
-
-Should you have any questions concerning this Agreement, or if you desire to contact BITSTREAM for any reason, please make contact in writing.
-
-6. GOVERNING Law
-This agreement is governed by the laws of the United States of America and the Commonwealth of Massachusetts.
\ No newline at end of file
diff --git a/sdk_container/src/third_party/portage-stable/licenses/BitstreamVera b/sdk_container/src/third_party/portage-stable/licenses/BitstreamVera
deleted file mode 100644
index e651be1c4fe..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/BitstreamVera
+++ /dev/null
@@ -1,124 +0,0 @@
-Bitstream Vera Fonts Copyright
-
-The fonts have a generous copyright, allowing derivative works (as
-long as "Bitstream" or "Vera" are not in the names), and full
-redistribution (so long as they are not *sold* by themselves). They
-can be be bundled, redistributed and sold with any software.
-
-The fonts are distributed under the following copyright:
-
-Copyright
-=========
-
-Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream
-Vera is a trademark of Bitstream, Inc.
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of the fonts accompanying this license ("Fonts") and associated
-documentation files (the "Font Software"), to reproduce and distribute
-the Font Software, including without limitation the rights to use,
-copy, merge, publish, distribute, and/or sell copies of the Font
-Software, and to permit persons to whom the Font Software is furnished
-to do so, subject to the following conditions:
-
-The above copyright and trademark notices and this permission notice
-shall be included in all copies of one or more of the Font Software
-typefaces.
-
-The Font Software may be modified, altered, or added to, and in
-particular the designs of glyphs or characters in the Fonts may be
-modified and additional glyphs or characters may be added to the
-Fonts, only if the fonts are renamed to names not containing either
-the words "Bitstream" or the word "Vera".
-
-This License becomes null and void to the extent applicable to Fonts
-or Font Software that has been modified and is distributed under the
-"Bitstream Vera" names.
-
-The Font Software may be sold as part of a larger software package but
-no copy of one or more of the Font Software typefaces may be sold by
-itself.
-
-THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
-BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR
-OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL,
-OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT
-SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
-
-Except as contained in this notice, the names of Gnome, the Gnome
-Foundation, and Bitstream Inc., shall not be used in advertising or
-otherwise to promote the sale, use or other dealings in this Font
-Software without prior written authorization from the Gnome Foundation
-or Bitstream Inc., respectively. For further information, contact:
-fonts at gnome dot org.
-
-Copyright FAQ
-=============
-
- 1. I don't understand the resale restriction... What gives?
-
- Bitstream is giving away these fonts, but wishes to ensure its
- competitors can't just drop the fonts as is into a font sale system
- and sell them as is. It seems fair that if Bitstream can't make money
- from the Bitstream Vera fonts, their competitors should not be able to
- do so either. You can sell the fonts as part of any software package,
- however.
-
- 2. I want to package these fonts separately for distribution and
- sale as part of a larger software package or system. Can I do so?
-
- Yes. A RPM or Debian package is a "larger software package" to begin
- with, and you aren't selling them independently by themselves.
- See 1. above.
-
- 3. Are derivative works allowed?
- Yes!
-
- 4. Can I change or add to the font(s)?
- Yes, but you must change the name(s) of the font(s).
-
- 5. Under what terms are derivative works allowed?
-
- You must change the name(s) of the fonts. This is to ensure the
- quality of the fonts, both to protect Bitstream and Gnome. We want to
- ensure that if an application has opened a font specifically of these
- names, it gets what it expects (though of course, using fontconfig,
- substitutions could still could have occurred during font
- opening). You must include the Bitstream copyright. Additional
- copyrights can be added, as per copyright law. Happy Font Hacking!
-
- 6. If I have improvements for Bitstream Vera, is it possible they might get
- adopted in future versions?
-
- Yes. The contract between the Gnome Foundation and Bitstream has
- provisions for working with Bitstream to ensure quality additions to
- the Bitstream Vera font family. Please contact us if you have such
- additions. Note, that in general, we will want such additions for the
- entire family, not just a single font, and that you'll have to keep
- both Gnome and Jim Lyles, Vera's designer, happy! To make sense to add
- glyphs to the font, they must be stylistically in keeping with Vera's
- design. Vera cannot become a "ransom note" font. Jim Lyles will be
- providing a document describing the design elements used in Vera, as a
- guide and aid for people interested in contributing to Vera.
-
- 7. I want to sell a software package that uses these fonts: Can I do so?
-
- Sure. Bundle the fonts with your software and sell your software
- with the fonts. That is the intent of the copyright.
-
- 8. If applications have built the names "Bitstream Vera" into them,
- can I override this somehow to use fonts of my choosing?
-
- This depends on exact details of the software. Most open source
- systems and software (e.g., Gnome, KDE, etc.) are now converting to
- use fontconfig (see www.fontconfig.org) to handle font configuration,
- selection and substitution; it has provisions for overriding font
- names and subsituting alternatives. An example is provided by the
- supplied local.conf file, which chooses the family Bitstream Vera for
- "sans", "serif" and "monospace". Other software (e.g., the XFree86
- core server) has other mechanisms for font substitution.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/BlueOak-1.0.0 b/sdk_container/src/third_party/portage-stable/licenses/BlueOak-1.0.0
deleted file mode 100644
index c5402b9577a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/BlueOak-1.0.0
+++ /dev/null
@@ -1,55 +0,0 @@
-# Blue Oak Model License
-
-Version 1.0.0
-
-## Purpose
-
-This license gives everyone as much permission to work with
-this software as possible, while protecting contributors
-from liability.
-
-## Acceptance
-
-In order to receive this license, you must agree to its
-rules. The rules of this license are both obligations
-under that agreement and conditions to your license.
-You must not do anything with this software that triggers
-a rule that you cannot or will not follow.
-
-## Copyright
-
-Each contributor licenses you to do everything with this
-software that would otherwise infringe that contributor's
-copyright in it.
-
-## Notices
-
-You must ensure that everyone who gets a copy of
-any part of this software from you, with or without
-changes, also gets the text of this license or a link to
-.
-
-## Excuse
-
-If anyone notifies you in writing that you have not
-complied with [Notices](#notices), you can keep your
-license by taking all practical steps to comply within 30
-days after the notice. If you do not do so, your license
-ends immediately.
-
-## Patent
-
-Each contributor licenses you to do everything with this
-software that would otherwise infringe any patent claims
-they can license or become able to license.
-
-## Reliability
-
-No contributor can revoke this license.
-
-## No Liability
-
-***As far as the law allows, this software comes as is,
-without any warranty or condition, and no contributor
-will be liable to anyone for any damages related to this
-software or this license, under any kind of legal claim.***
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Broadcom b/sdk_container/src/third_party/portage-stable/licenses/Broadcom
deleted file mode 100644
index f7a3349997b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Broadcom
+++ /dev/null
@@ -1,69 +0,0 @@
-
-SOFTWARE LICENSE AGREEMENT
-
-Unless you and Broadcom Corporation (“Broadcom”) execute a separate written software license agreement governing use of the accompanying software, this software is licensed to you under the terms of this Software License Agreement (“Agreement”).
-
-ANY USE, REPRODUCTION OR DISTRIBUTION OF THE SOFTWARE CONSTITUTES YOUR ACCEPTANCE OF THIS AGREEMENT.
-
-1. DEFINITIONS.
-
-1.1. “Broadcom Product” means any of the proprietary integrated circuit product(s) sold by Broadcom with which the Software was designed to be used, or their successors.
-
-1.2. “Licensee” means you or if you are accepting on behalf of an entity then the entity and its affiliates exercising rights under, and complying with all of the terms of this Agreement.
-
-1.3. “Software” shall mean that software made available by Broadcom to Licensee in binary code form with this Agreement.
-
-2. LICENSE GRANT; OWNERSHIP
-
-2.1. License Grants. Subject to the terms and conditions of this Agreement, Broadcom hereby grants to Licensee a non-exclusive, non-transferable, royalty-free license (i) to use and integrate the Software in conjunction with any other software; and (ii) to reproduce and distribute the Software complete, unmodified and only for use with a Broadcom Product.
-
-2.2. Restriction on Modification. If and to the extent that the Software is designed to be compliant with any published communications standard (including, without limitation, DOCSIS, HomePNA, IEEE, and ITU standards), Licensee may not make any modifications to the Software that would cause the Software or the accompanying Broadcom Products to be incompatible with such standard.
-
-2.3. Restriction on Distribution. Licensee shall only distribute the Software (a) under the terms of this Agreement and a copy of this Agreement accompanies such distribution, and (b) agrees to defend and indemnify Broadcom and its licensors from and against any damages, costs, liabilities, settlement amounts and/or expenses (including attorneys' fees) incurred in connection with any claim, lawsuit or action by any third party that arises or results from the use or distribution of any and all Software by the Licensee except as contemplated herein.
-
-2.4. Proprietary Notices. Licensee shall not remove, efface or obscure any copyright or trademark notices from the Software. Licensee shall include reproductions of the Broadcom copyright notice with each copy of the Software, except where such Software is embedded in a manner not readily accessible to the end user. Licensee acknowledges that any symbols, trademarks, tradenames, and service marks adopted by Broadcom to identify the Software belong to Broadcom and that Licensee shall have no rights therein.
-
-2.5. Ownership. Broadcom shall retain all right, title and interest, including all intellectual property rights, in and to the Software. Licensee hereby covenants that it will not assert any claim that the Software created by or for Broadcom infringe any intellectual property right owned or controlled by Licensee.
-
-2.6. No Other Rights Granted; Restrictions. Apart from the license rights expressly set forth in this Agreement, Broadcom does not grant and Licensee does not receive any ownership right, title or interest nor any security interest or other interest in any intellectual property rights relating to the Software, nor in any copy of any part of the foregoing. Licensee shall not (i) use, license, sell or otherwise distribute the Software except as provided in this Agreement, (ii) attempt to reverse engineer, decompile or disassemble any portion of the Software; or (iii) use the Software or other material in violation of any applicable law or regulation, including but not limited to any regulatory agency, such as FCC, rules.
-
-3. NO WARRANTY OR SUPPORT
-
-3.1. No Warranty. THE SOFTWARE IS OFFERED “AS IS,” AND BROADCOM GRANTS AND LICENSEE RECEIVES NO WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR CONDUCT WITH LICENSEE, OR OTHERWISE. BROADCOM SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THE SOFTWARE OR ANY UPGRADES TO OR DOCUMENTATION FOR THE SOFTWARE. WITHOUT LIMITATION OF THE ABOVE, BROADCOM GRANTS NO WARRANTY THAT THE SOFTWARE IS ERROR-FREE OR WILL OPERATE WITHOUT INTERRUPTION, AND GRANTS NO WARRANTY REGARDING ITS USE OR THE RESULTS THEREFROM INCLUDING, WITHOUT LIMITATION, ITS CORRECTNESS, ACCURACY OR RELIABILITY.
-
-3.2. No Support. Nothing in this agreement shall obligate Broadcom to provide any support for the Software. Broadcom may, but shall be under no obligation to, correct any defects in the Software and/or provide updates to licensees of the Software. Licensee shall make reasonable efforts to promptly report to Broadcom any defects it finds in the Software, as an aid to creating improved revisions of the Software.
-
-3.3. Dangerous Applications. The Software is not designed, intended, or certified for use in components of systems intended for the operation of weapons, weapons systems, nuclear installations, means of mass transportation, aviation, life-support computers or equipment (including resuscitation equipment and surgical implants), pollution control, hazardous substances management, or for any other dangerous application in which the failure of the Software could create a situation where personal injury or death may occur. Licensee understands that use of the Software in such applications is fully at the risk of Licensee.
-
-4. TERM AND TERMINATION
-
-4.1. Termination. This Agreement will automatically terminate if Licensee fails to comply with any of the terms and conditions hereof. In such event, Licensee must destroy all copies of the Software and all of its component parts.
-
-4.2. Effect Of Termination. Upon any termination of this Agreement, the rights and licenses granted to Licensee under this Agreement shall immediately terminate.
-
-4.3. Survival. The rights and obligations under this Agreement which by their nature should survive termination will remain in effect after expiration or termination of this Agreement.
-
-5. CONFIDENTIALITY
-
-5.1. Obligations. Licensee acknowledges and agrees that any documentation relating to the Software, and any other information (if such other information is identified as confidential or should be recognized as confidential under the circumstances) provided to Licensee by Broadcom hereunder (collectively, “Confidential Information”) constitute the confidential and proprietary information of Broadcom, and that Licensee’s protection thereof is an essential condition to Licensee’s use and possession of the Software. Licensee shall retain all Confidential Information in strict confidence and not disclose it to any third party or use it in any way except under a written agreement with terms and conditions at least as protective as the terms of this Section. Licensee will exercise at least the same amount of diligence in preserving the secrecy of the Confidential Information as it uses in preserving the secrecy of its own most valuable confidential information, but in no event less than reasonable diligence. Information shall not be considered Confidential Information if and to the extent that it: (i) was in the public domain at the time it was disclosed or has entered the public domain through no fault of Licensee; (ii) was known to Licensee, without restriction, at the time of disclosure as proven by the files of Licensee in existence at the time of disclosure; or (iii) becomes known to Licensee, without restriction, from a source other than Broadcom without breach of this Agreement by Licensee and otherwise not in violation of Broadcom’s rights.
-
-5.2. Return of Confidential Information. Notwithstanding the foregoing, all documents and other tangible objects containing or representing Broadcom Confidential Information and all copies thereof which are in the possession of Licensee shall be and remain the property of Broadcom, and shall be promptly returned to Broadcom upon written request by Broadcom or upon termination of this Agreement.
-
-6. LIMITATION OF LIABILITY
-TO THE MAXIMUM EXTENT PERMITTED BY LAW, IN NO EVENT SHALL BROADCOM OR ANY OF BROADCOM’S LICENSORS HAVE ANY LIABILITY FOR ANY INDIRECT, INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES, HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER FOR BREACH OF CONTRACT, TORT (INCLUDING NEGLIGENCE) OR OTHERWISE, ARISING OUT OF THIS AGREEMENT, INCLUDING BUT NOT LIMITED TO LOSS OF PROFITS, EVEN IF SUCH PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. In no event will Broadcom’s liability whether in contract, tort (including negligence), or otherwise, exceed the amount paid by Licensee for Software under this Agreement. THESE LIMITATIONS SHALL APPLY NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY LIMITED REMEDY.
-
-7. MISCELLANEOUS
-
-7.1. Assignment. This Agreement shall be binding upon and inure to the benefit of the parties and their respective successors and assigns, provided, however that Licensee may not assign this Agreement or any rights or obligation hereunder, directly or indirectly, by operation of law or otherwise, without the prior written consent of Broadcom, and any such attempted assignment shall be void. Notwithstanding the foregoing, Licensee may assign this Agreement to a successor to all or substantially all of its business or assets to which this Agreement relates that is not a competitor of Broadcom.
-
-7.2. Governing Law; Venue. This Agreement shall be governed by the laws of California without regard to any conflict-of-laws rules, and the United Nations Convention on Contracts for the International Sale of Goods is hereby excluded. The sole jurisdiction and venue for actions related to the subject matter hereof shall be the state and federal courts located in the County of Orange, California, and both parties hereby consent to such jurisdiction and venue.
-
-7.3. Severability. All terms and provisions of this Agreement shall, if possible, be construed in a manner which makes them valid, but in the event any term or provision of this Agreement is found by a court of competent jurisdiction to be illegal or unenforceable, the validity or enforceability of the remainder of this Agreement shall not be affected if the illegal or unenforceable provision does not materially affect the intent of this Agreement. If the illegal or unenforceable provision materially affects the intent of the parties to this Agreement, this Agreement shall become terminated.
-
-7.4. Equitable Relief. Licensee hereby acknowledges that its breach of this Agreement would cause irreparable harm and significant injury to Broadcom that may be difficult to ascertain and that a remedy at law would be inadequate. Accordingly, Licensee agrees that Broadcom shall have the right to seek and obtain immediate injunctive relief to enforce obligations under the Agreement in addition to any other rights and remedies it may have.
-
-7.5. Export Regulations. The parties agree that they shall each comply, at their own expense, with the U.S. Foreign Corrupt Practices Act and all import and export laws, restrictions, national security controls and regulations of the United States and any applicable foreign agency or authority. The parties shall not import, export or re-export, or authorize the export or re-export of the Software or any other product, technology, or information that it obtains or learns hereunder, or any copy or direct product thereof, in violation of any of such laws, restrictions, or regulations or without any license or approval required thereunder. Any and all obligations of the parties to provide the Software or any other product, technology, or information hereunder shall be subject in all respects to such laws, restrictions, and regulations.
-
-7.6. Waiver. The waiver of, or failure to enforce, any breach or default hereunder shall not constitute the waiver of any other or subsequent breach or default.
-
-7.7. Entire Agreement. This Agreement sets forth the entire Agreement between the parties and supersedes any and all prior proposals, agreements and representations between them, whether written or oral concerning the Software. This Agreement may be changed only by mutual agreement of the parties in writing.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Broadcom-tod b/sdk_container/src/third_party/portage-stable/licenses/Broadcom-tod
deleted file mode 100644
index c83f30299ad..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Broadcom-tod
+++ /dev/null
@@ -1,68 +0,0 @@
-Files: usr/* lib/*
-Copyright: Copyright © 2005-2021 Broadcom. All Rights Reserved.
-The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.
-License: Proprietary
-SOFTWARE LICENSE AGREEMENT
-
-The accompanying software in binary code form (“Software”), is licensed to you,
-or, if you are accepting on behalf of an entity, the entity and its affiliates
-exercising rights hereunder (“Licensee”) subject to the terms of this software
-license agreement (“Agreement”), unless Licensee and Broadcom Corporation
-(“Broadcom”) execute a separate written software license agreement governing
-use of the Software. ANY USE, REPRODUCTION, OR DISTRIBUTION OF THE SOFTWARE
-CONSTITUTES LICENSEE’S ACCEPTANCE OF THIS AGREEMENT.
-
-1.License. Subject to the terms and conditions of this Agreement,
-Broadcom hereby grants to Licensee a limited, non-exclusive, non-transferable,
-royalty-free license: (i) to use and integrate the Software with any other
-software; and (ii) to reproduce and distribute the Software complete,
-unmodified, and as provided by Broadcom, solely for use with Broadcom
-proprietary integrated circuit product(s) sold by Broadcom with which the
-Software was designed to be used, or their successors.
-
-2.Restrictions. Licensee shall distribute Software with a copy of this
-Agreement. Licensee shall not remove, efface or obscure any copyright or
-trademark notices from the Software. Reproductions of the Broadcom copyright
-notice shall be included with each copy of the Software, except where such
-Software is embedded in a manner not readily accessible to the end user.
-Licensee shall not: (i) use, license, sell or otherwise distribute the Software
-except as provided in this Agreement; (ii) attempt to modify in any way,
-reverse engineer, decompile or disassemble any portion of the Software; or
-(iii) use the Software or other material in violation of any applicable law or
-regulation, including but not limited to any regulatory agency. This Agreement
-shall automatically terminate upon Licensee’s failure to comply with any of the
-terms of this Agreement. In such event, Licensee will destroy all copies of the
-Software and its component parts.
-
-3.Ownership. The Software is licensed and not sold. Title to and
-ownership of the Software, including all intellectual property rights thereto,
-and any portion thereof remain with Broadcom or its licensors. Licensee hereby
-covenants that it will not assert any claim that the Software created by or for
-Broadcom infringe any intellectual property right owned or controlled by
-Licensee.
-
-4.Disclaimer. THE SOFTWARE IS OFFERED “AS IS,” AND BROADCOM PROVIDES AND
-GRANTS AND LICENSEE RECEIVES NO SUPPORT AND NO WARRANTIES OF ANY KIND, EXPRESS
-OR IMPLIED, BY STATUTE, COMMUNICATION OR CONDUCT WITH LICENSEE, OR OTHERWISE.
-BROADCOM SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A SPECIFIC PURPOSE, OR NONINFRINGEMENT CONCERNING THE SOFTWARE OR
-ANY UPGRADES TO OR DOCUMENTATION FOR THE SOFTWARE. WITHOUT LIMITATION OF THE
-ABOVE, BROADCOM GRANTS NO WARRANTY THAT THE SOFTWARE IS ERROR-FREE OR WILL
-OPERATE WITHOUT INTERRUPTION, AND GRANTS NO WARRANTY REGARDING ITS USE OR THE
-RESULTS THEREFROM INCLUDING, WITHOUT LIMITATION, ITS CORRECTNESS, ACCURACY, OR
-RELIABILITY. TO THE MAXIMUM EXTENT PERMITTED BY LAW, IN NO EVENT SHALL BROADCOM
-OR ANY OF ITS LICENSORS HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES, HOWEVER CAUSED AND ON ANY THEORY
-OF LIABILITY, WHETHER FOR BREACH OF CONTRACT, TORT (INCLUDING NEGLIGENCE) OR
-OTHERWISE, ARISING OUT OF THIS AGREEMENT OR USE, REPRODUCTION, OR DISTRIBUTION
-OF THE SOFTWARE, INCLUDING BUT NOT LIMITED TO LOSS OF DATA AND LOSS OF PROFITS,
-EVEN IF SUCH PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THESE
-LIMITATIONS SHALL APPLY NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY
-LIMITED REMEDY.
-
-5.Export Laws. LICENSEE UNDERSTANDS AND AGREES THAT THE SOFTWARE IS
-SUBJECT TO UNITED STATES AND OTHER APPLICABLE EXPORT-RELATED LAWS AND
-REGULATIONS AND THAT LICENSEE MAY NOT EXPORT, RE-EXPORT OR TRANSFER THE
-SOFTWARE OR ANY DIRECT PRODUCT OF THE SOFTWARE EXCEPT AS PERMITTED UNDER THOSE
-LAWS. WITHOUT LIMITING THE FOREGOING, EXPORT, RE-EXPORT, OR TRANSFER OF THE
-SOFTWARE TO CUBA, IRAN, NORTH KOREA, SUDAN, AND SYRIA IS PROHIBITED.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Brother b/sdk_container/src/third_party/portage-stable/licenses/Brother
deleted file mode 100644
index 072a7cd6b60..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Brother
+++ /dev/null
@@ -1,45 +0,0 @@
-License Agreement
-
-This Agreement provides terms and conditions for license grant from
-Brother Industries, Ltd ("Brother"). Brother, who owns all copyrights
-to the software that is distributed with this Agreement ("Software")
-to recipients thereof ("User"), for use of the Software. User shall
-have the right to use the Software only in accordance with the terms
-and conditions of this Agreement. Any use by User of the Software
-shall be deemed as its agreement hereto.
-
-Note:
-Please click on "I Accept" while holding down "Shift" or right click
-on "I Accept" and select "Save Target As,,," from the menu.
-
-Brother retains any and all copyrights to the Software. In no case
-this Agreement shall be construed to assign or otherwise transfer from
-Brother to User any copyrights or other intellectual property rights
-to whole or any part of the Software.
-
-Brother grants User a non-exclusive license: to reproduce and/or
-distribute (via Internet or in any other manner) the Software.
-Further, Brother grants User a non-exclusive license to modify, alter,
-translate or otherwise prepare derivative works of the Software and to
-reproduce and distribute (via Internet or in any other manner) such
-modification, alteration, translation or other derivative works for
-any purpose.
-
-The license of the Software from Brother hereunder is granted "AS IS."
-BROTHER HEREBY DISCLAIMS ANY WARRANTIES WITH RESPECT TO THE SOFTWARE,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTY FOR THE
-QUALITY, MERCHANTABILITY, FITNESS FOR PARTICULAR PURPOSE OR
-NON-INFRINGEMENT. Brother shall have no liability in contract, tort
-(including negligence or breach of statutory duty) or otherwise for
-any interruption of use, loss of data, or for any indirect,
-incidental, punitive or consequential loss or damage, or for any loss
-of profit, revenue, data, goodwill or anticipated savings that arises
-under, out of, or in contemplation of this Agreement or otherwise
-arises due to any error, inaccuracy or defect in the Software even if
-Brother has been advised of the possibility of such loss or damage.
-Further, Brother shall have no liability to disclose and/or distribute
-the source code of the Software to User under any circumstances. In no
-case shall the above license by Brother to modify, alter, translate or
-otherwise prepare derivative works of the Software be construed as
-Brother's implied agreement or undertakings to disclose and/or
-distribute the source code of the Software.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/C3 b/sdk_container/src/third_party/portage-stable/licenses/C3
deleted file mode 100644
index 62b58230f8c..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/C3
+++ /dev/null
@@ -1,21 +0,0 @@
-# C3 version 3.1.2: Cluster Command & Control Suite
-# Oak Ridge National Laboratory, Oak Ridge, TN,
-# Authors: M.Brim, R.Flanery, G.A.Geist, B.Luethke, S.L.Scott
-# (C) 2001 All Rights Reserved
-#
-# NOTICE
-#
-# Permission to use, copy, modify, and distribute this software and
-# its documentation for any purpose and without fee is hereby granted
-# provided that the above copyright notice appear in all copies and
-# that both the copyright notice and this permission notice appear in
-# supporting documentation.
-#
-# Neither the Oak Ridge National Laboratory nor the Authors make any
-# representations about the suitability of this software for any
-# purpose. This software is provided "as is" without express or
-# implied warranty.
-
-# The C3 tools were funded by the U.S. Department of Energy.
-
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CAOSL b/sdk_container/src/third_party/portage-stable/licenses/CAOSL
deleted file mode 100644
index 031397ee6e3..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CAOSL
+++ /dev/null
@@ -1,41 +0,0 @@
-CA Open Source Licence Version 1.0
-==================================
-
-Copyright (c) 2003 Computer Associates. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice,
-this list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright notice,
-this list of conditions and the following disclaimer in the documentation
-and/or other materials provided with the distribution.
-
-3. The end-user documentation included with the redistribution, if any,
-must include the following acknowledgment:
-
- "This product includes software developed by
- Computer Associates (http://www.ca.com/)."
-
-Alternately, this acknowledgment may appear in the software itself, if and
-wherever such third-party acknowledgments normally appear.
-
-4. The name "Computer Associates" must not be used to endorse or promote
-products derived from this software without prior written permission.
-
-5. Products may not include "Computer Associates" in their name, without prior
-written permission of the Computer Associates.
-
-THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES,
-INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
-AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
-COMPUTER ASSOCIATES OR CONTRIBUTORS TO THE JXPLORER OPEN SOURCE PROJECT BE
-LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CAPYBARA-EULA b/sdk_container/src/third_party/portage-stable/licenses/CAPYBARA-EULA
deleted file mode 100644
index 82f96782803..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CAPYBARA-EULA
+++ /dev/null
@@ -1,42 +0,0 @@
-CAPYBARA GAMES INC.
-End User License Agreement
-
-THIS END USER LICENSE AGREEMENT ("EULA") IS A BINDING LEGAL AGREEMENT BETWEEN CAPYBARA GAMES INC ("CAPYBARA") AND YOU AND, IF APPLICABLE, THE COMPANY OR OTHER LEGAL ENTITY YOU REPRESENT (COLLECTIVELY, "YOU" AND "YOUR") REGARDING THE GAME SOFTWARE THAT YOU ARE INSTALLING, INCLUDING ANY ACCOMPANYING MANUAL OR OTHER RELATED MATERIAL PROVIDED BY CAPYBARA AS PART OF, OR IN CONNECTION, THEREWITH (COLLECTIVELY, THE "GAME").
-
-BY CLICKING THE "I AGREE" BUTTON BELOW, OR BY OTHERWISE CONTINUING TO INSTALL, DOWNLOAD, COPY, ACCESS OR USE THE GAME, YOU ACKNOWLEDGE THAT YOU UNDERSTAND AND AGREE TO BE BOUND BY THE TERMS OF THIS EULA. IF YOU DO NOT AGREE, YOU MUST SELECT THE "I DON'T AGREE" BUTTON AND YOU MAY NOT CONTINUE TO INSTALL, DOWNLOAD, COPY, ACCESS OR USE THE GAME.
-
-1. LICENSE GRANT AND RESTRICTIONS.
-
- 1.1 License Grant. CAPYBARA hereby grants to you a non-exclusive license to use a single copy of the object code version of the Game for your personal, non-commercial home entertainment use on one personal computer or other compatible electronic device. You may sell or transfer your copy of the Game to another person along with, and subject to, your rights under this EULA, only if you do not retain any copies.
-
- 1.2 Restrictions. You may not (i) decompile, disassemble or reverse engineer the Game or otherwise attempt to gain access to its source code, except to the extent that such restrictions are expressly prohibited by law; (ii) copy, offer for public display or create derivative works thereof, except to the extent that such restrictions are expressly prohibited by law; (iii) rent, lease, loan, sublicense or distribute the Game, or offer it on a pay-per-play, coin-op or other for charge (or free) basis; (iv) use the Game to infringe the copyrights or other intellectual property rights of others in any way; (v) modify or delete the copyright and other proprietary rights notices on or in the Game.
-
- 1.3 Additional Restrictions for Trial Versions. If the Game was provided to you for trial use for a limited period of time and/or number of uses, you agree not to use the Game beyond the expiration or termination of the trial period. You acknowledge and agree that the Game may include code designed to prevent you from exceeding these limits, and that such code may remain on your computer or device after deletion of the Game to prevent you from installing another copy of the Game and repeating the trial.
-
- 1.4 Game Specific Terms and Conditions. For additional terms and conditions that may apply to the Game, such as third-party copyright notices and license information, please review the About screen included in the Game. The About screen for the Game is hereby incorporated into this EULA by this reference.
-
-2. TERMINATION. This EULA is effective until terminated. You may terminate this EULA at any time by uninstalling the Game and destroying all copies of the Game in your possession or control. CAPYBARA may terminate this EULA immediately upon notice to you if you breach any of its terms or conditions. Upon termination of this EULA, you agree to immediately uninstall the Game and destroy all copies of the Game.
-
-3. GAME OWNERSHIP. The Game is the copyrighted proprietary material of CAPYBARA, Superbrothers Inc. and/or its third-party licensors and is subject to copyright protection under Canadian copyright law and international copyright treaties, as well as other intellectual property laws and treaties. CAPYBARA, Superbrothers Inc. and/or its third-party licensors retain all right, title, and interest in the Game (and any copies thereof) and specifically reserve all rights not expressly granted under this EULA.
-
-4. LIMITED WARRANTIES BY CAPYBARA.
-
- 4.1 Limited Warranty. CAPYBARA WARRANTS TO YOU, THE ORIGINAL PURCHASER OF THE GAME, THAT THE GAME WILL BE FREE FROM DEFECTS IN MATERIALS AND WORKMANSHIP FOR A PERIOD OF NINETY (90) DAYS FROM THE DATE OF PURCHASE (THE "WARRANTY PERIOD"). THIS LIMITED WARRANTY IS VOID IF THE GAME HAS BEEN SUBJECT TO MISUSE, DAMAGE OR IF YOU HAVE VIOLATED THIS EULA. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, ALL OTHER WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, OR WARRANTIES THAT THE GAME WILL BE ERROR-FREE, SECURE OR VIRUS-FREE, ARE HEREBY EXPRESSLY DISCLAIMED.
-
- 4.2 Additional Warranty for Retail Product. IF YOU PURCHASED THE GAME ON A DISC OR OTHER RECORDING MEDIUM, THEN YOU MUST MAKE ANY WARRANTY CLAIM TO THE RETAILER FROM WHICH YOU PURCHASED THE GAME BY PROVIDING A COPY OF YOUR ORIGINAL SALES RECEIPT AND ANY OTHER DETAILS REQUIRED BY THE RETAILER. THE RETAILER, AT ITS OPTION, MAY REFUND YOUR PURCHASE PRICE, REPAIR OR REPLACE THE DISC OR OTHER MEDIA CONTAINING THE GAME. ANY REPLACEMENT WILL BE WARRANTED FOR THE REMAINDER OF THE ORIGINAL WARRANTY PERIOD OR THIRTY (30) DAYS, WHICHEVER IS LONGER. YOUR EXCLUSIVE REMEDY, AND THE ENTIRE LIABILITY OF CAPYBARA, ITS AFFILIATES, LICENSORS AND SUPPLIERS (COLLECTIVELY, "THE CAPYBARA PARTIES"), FOR BREACH OF THIS WARRANTY, SHALL BE THE REFUND, REPAIR OR REPLACEMENT DESCRIBED ABOVE.
-
-5. LIMITATION OF LIABILITY. NO PROVISIONS OF THIS EULA SHALL APPLY TO LIMIT LIABILITY ARISING FROM DEATH OR PERSONAL INJURY CAUSED BY NEGLIGENCE OR FOR FRAUD. OTHERWISE, IN NO EVENT WILL THE CAPYBARA PARTIES' TOTAL AGGREGATE LIABILITY TO YOU FOR DIRECT DAMAGES, LOSSES, AND CAUSES OF ACTION ARISING OUT OF OR RELATING TO THIS EULA AND/OR YOUR USE OF THE GAME EXCEED THE AMOUNT PAID BY YOU FOR THE GAME. IN NO EVENT WILL THE CAPYBARA PARTIES BE LIABLE FOR ANY INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR ANY OTHER TYPE OF DAMAGES (INCLUDING WITHOUT LIMITATION DAMAGES RELATING TO LOST PROFITS, LOSS OF DATA, PRIVACY, NEGLIGENCE OR OTHER DUTY OF CARE), EVEN IF ONE OR MORE OF THE CAPYBARA PARTIES HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-6. BASIS OF THE BARGAIN; EXCLUSIONS. The disclaimers of warranties and limitations of liability set forth above are fundamental elements of the basis of the agreement between you and CAPYBARA. You understand and agree that CAPYBARA would not be able to economically or reasonably provide the Game to you without these limitations. HOWEVER, SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES AND/OR THE LIMITATION OF INDIRECT DAMAGES AS SET FORTH IN SECTIONS 4 AND 5 ABOVE, SO THE ABOVE EXCLUSIONS AND LIMITATIONS MAY NOT APPLY TO YOU.
-
-7. INDEMNIFICATION. You agree to indemnify, defend and hold harmless the CAPYBARA Parties, including their respective employees, officers, directors and personnel from any claims, losses, damages, liabilities, including attorneys' fees, arising out of your violation of this EULA and/or your use or misuse of the Game.
-
-8. EXPORT CONTROL. The Game originates in Canada and is subject to Canadian export laws and regulations. You may not export or re-export, in whole or in part, the Game to certain countries, persons or entities prohibited from receiving exports from Canada. Additionally, the Game may be subject to the import and export laws of other countries, and you agree that you will comply with any such foreign import and export laws, as applicable.
-
-9. MISCELLANEOUS. You agree to comply with all Canadian and foreign laws related to your use of the Game. This is the entire agreement between you and CAPYBARA relating to the subject matter herein and replaces any and all previous representations, agreements, understandings or communications, whether written or oral. This EULA may not be modified except in writing, signed by both parties. If a court of competent jurisdiction declares any provision of this EULA to be void or unenforceable, then such provision will be interpreted, construed or reformed to the extent reasonably required to render it valid, enforceable and consistent with the original intent underlying such provision, and such invalidity or unenforceability will not affect any other provision of this EULA. The English language version of this EULA will control its interpretation.
-
-10. GOVERNING LAW AND VENUE.
-
-This EULA will be governed by and construed in accordance with the laws of the Province of Ontario, Canada, excluding its conflicts of law rules and specifically excluding the United Nations Convention on Contracts for the International Sale of Goods. Venue for any action hereunder shall lie exclusively in the courts located in Toronto, Ontario, Canada and you hereby consent and submit to the personal jurisdiction of such courts.
-
-11. NOTICES; HOW TO CONTACT CAPYBARA. The Game is made available to you by CAPYBARA GAMES INC. CAPYBARA may be contacted via its website (http://www.capybaragames.com). Superbrothers Inc. may be contacted via its website (www.superbrothers.ca)
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CARA b/sdk_container/src/third_party/portage-stable/licenses/CARA
deleted file mode 100644
index 1b8b21354ba..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CARA
+++ /dev/null
@@ -1,6 +0,0 @@
-CARA is freeware, i.e. it can be used for free by anyone. The users are obligated to mention the use of CARA in their resulting publications*.
-The software and documentation are provided as is, without warranty of any kind, expressed or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.
-
-
-*
-Please reference the book The Computer Aided Resonance Assignment Tutorial by Rochus Keller, first edition 2004, ISBN 3-85600-112-3, CANTINA Verlag. Alternatively you can cite Rochus' PhD thesis, Diss. ETH Nr. 15947. It would also be helpful if you could mention in your publication that CARA can be downloaded for free from www.nmr.ch.
\ No newline at end of file
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-1.0 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-1.0
deleted file mode 100644
index ccd475ffed9..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-1.0
+++ /dev/null
@@ -1,211 +0,0 @@
-Creative Commons Legal Code
-
-Attribution 1.0
-
- CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
- LEGAL SERVICES. DISTRIBUTION OF THIS DRAFT LICENSE DOES NOT CREATE AN
- ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
- INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
- REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
- DAMAGES RESULTING FROM ITS USE.
-
-License
-
-THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
-COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
-COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
-AUTHORIZED UNDER THIS LICENSE IS PROHIBITED.
-
-BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
-TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
-RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
-AND CONDITIONS.
-
-1. Definitions
-
- a. "Collective Work" means a work, such as a periodical issue, anthology
- or encyclopedia, in which the Work in its entirety in unmodified form,
- along with a number of other contributions, constituting separate and
- independent works in themselves, are assembled into a collective
- whole. A work that constitutes a Collective Work will not be
- considered a Derivative Work (as defined below) for the purposes of
- this License.
- b. "Derivative Work" means a work based upon the Work or upon the Work
- and other pre-existing works, such as a translation, musical
- arrangement, dramatization, fictionalization, motion picture version,
- sound recording, art reproduction, abridgment, condensation, or any
- other form in which the Work may be recast, transformed, or adapted,
- except that a work that constitutes a Collective Work will not be
- considered a Derivative Work for the purpose of this License.
- c. "Licensor" means the individual or entity that offers the Work under
- the terms of this License.
- d. "Original Author" means the individual or entity who created the Work.
- e. "Work" means the copyrightable work of authorship offered under the
- terms of this License.
- f. "You" means an individual or entity exercising rights under this
- License who has not previously violated the terms of this License with
- respect to the Work, or who has received express permission from the
- Licensor to exercise rights under this License despite a previous
- violation.
-
-2. Fair Use Rights. Nothing in this license is intended to reduce, limit,
-or restrict any rights arising from fair use, first sale or other
-limitations on the exclusive rights of the copyright owner under copyright
-law or other applicable laws.
-
-3. License Grant. Subject to the terms and conditions of this License,
-Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
-perpetual (for the duration of the applicable copyright) license to
-exercise the rights in the Work as stated below:
-
- a. to reproduce the Work, to incorporate the Work into one or more
- Collective Works, and to reproduce the Work as incorporated in the
- Collective Works;
- b. to create and reproduce Derivative Works;
- c. to distribute copies or phonorecords of, display publicly, perform
- publicly, and perform publicly by means of a digital audio
- transmission the Work including as incorporated in Collective Works;
- d. to distribute copies or phonorecords of, display publicly, perform
- publicly, and perform publicly by means of a digital audio
- transmission Derivative Works;
-
-The above rights may be exercised in all media and formats whether now
-known or hereafter devised. The above rights include the right to make
-such modifications as are technically necessary to exercise the rights in
-other media and formats. All rights not expressly granted by Licensor are
-hereby reserved.
-
-4. Restrictions. The license granted in Section 3 above is expressly made
-subject to and limited by the following restrictions:
-
- a. You may distribute, publicly display, publicly perform, or publicly
- digitally perform the Work only under the terms of this License, and
- You must include a copy of, or the Uniform Resource Identifier for,
- this License with every copy or phonorecord of the Work You
- distribute, publicly display, publicly perform, or publicly digitally
- perform. You may not offer or impose any terms on the Work that alter
- or restrict the terms of this License or the recipients' exercise of
- the rights granted hereunder. You may not sublicense the Work. You
- must keep intact all notices that refer to this License and to the
- disclaimer of warranties. You may not distribute, publicly display,
- publicly perform, or publicly digitally perform the Work with any
- technological measures that control access or use of the Work in a
- manner inconsistent with the terms of this License Agreement. The
- above applies to the Work as incorporated in a Collective Work, but
- this does not require the Collective Work apart from the Work itself
- to be made subject to the terms of this License. If You create a
- Collective Work, upon notice from any Licensor You must, to the extent
- practicable, remove from the Collective Work any reference to such
- Licensor or the Original Author, as requested. If You create a
- Derivative Work, upon notice from any Licensor You must, to the extent
- practicable, remove from the Derivative Work any reference to such
- Licensor or the Original Author, as requested.
- b. If you distribute, publicly display, publicly perform, or publicly
- digitally perform the Work or any Derivative Works or Collective
- Works, You must keep intact all copyright notices for the Work and
- give the Original Author credit reasonable to the medium or means You
- are utilizing by conveying the name (or pseudonym if applicable) of
- the Original Author if supplied; the title of the Work if supplied; in
- the case of a Derivative Work, a credit identifying the use of the
- Work in the Derivative Work (e.g., "French translation of the Work by
- Original Author," or "Screenplay based on original Work by Original
- Author"). Such credit may be implemented in any reasonable manner;
- provided, however, that in the case of a Derivative Work or Collective
- Work, at a minimum such credit will appear where any other comparable
- authorship credit appears and in a manner at least as prominent as
- such other comparable authorship credit.
-
-5. Representations, Warranties and Disclaimer
-
- a. By offering the Work for public release under this License, Licensor
- represents and warrants that, to the best of Licensor's knowledge
- after reasonable inquiry:
-
- i. Licensor has secured all rights in the Work necessary to grant the
- license rights hereunder and to permit the lawful exercise of the
- rights granted hereunder without You having any obligation to pay
- any royalties, compulsory license fees, residuals or any other
- payments;
- ii. The Work does not infringe the copyright, trademark, publicity
- rights, common law rights or any other right of any third party or
- constitute defamation, invasion of privacy or other tortious
- injury to any third party.
-
- b. EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE AGREED IN
- WRITING OR REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN "AS
- IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED
- INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES REGARDING THE CONTENTS
- OR ACCURACY OF THE WORK.
-
-6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
-LAW, AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY
-RESULTING FROM BREACH OF THE WARRANTIES IN SECTION 5, IN NO EVENT WILL
-LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL,
-CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE
-OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-7. Termination
-
- a. This License and the rights granted hereunder will terminate
- automatically upon any breach by You of the terms of this License.
- Individuals or entities who have received Derivative Works or
- Collective Works from You under this License, however, will not have
- their licenses terminated provided such individuals or entities remain
- in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8
- will survive any termination of this License.
- b. Subject to the above terms and conditions, the license granted here is
- perpetual (for the duration of the applicable copyright in the Work).
- Notwithstanding the above, Licensor reserves the right to release the
- Work under different license terms or to stop distributing the Work at
- any time; provided, however that any such election will not serve to
- withdraw this License (or any other license that has been, or is
- required to be, granted under the terms of this License), and this
- License will continue in full force and effect unless terminated as
- stated above.
-
-8. Miscellaneous
-
- a. Each time You distribute or publicly digitally perform the Work or a
- Collective Work, the Licensor offers to the recipient a license to the
- Work on the same terms and conditions as the license granted to You
- under this License.
- b. Each time You distribute or publicly digitally perform a Derivative
- Work, Licensor offers to the recipient a license to the original Work
- on the same terms and conditions as the license granted to You under
- this License.
- c. If any provision of this License is invalid or unenforceable under
- applicable law, it shall not affect the validity or enforceability of
- the remainder of the terms of this License, and without further action
- by the parties to this agreement, such provision shall be reformed to
- the minimum extent necessary to make such provision valid and
- enforceable.
- d. No term or provision of this License shall be deemed waived and no
- breach consented to unless such waiver or consent shall be in writing
- and signed by the party to be charged with such waiver or consent.
- e. This License constitutes the entire agreement between the parties with
- respect to the Work licensed here. There are no understandings,
- agreements or representations with respect to the Work not specified
- here. Licensor shall not be bound by any additional provisions that
- may appear in any communication from You. This License may not be
- modified without the mutual written agreement of the Licensor and You.
-
-
- Creative Commons is not a party to this License, and makes no warranty
- whatsoever in connection with the Work. Creative Commons will not be
- liable to You or any party on any legal theory for any damages
- whatsoever, including without limitation any general, special,
- incidental or consequential damages arising in connection to this
- license. Notwithstanding the foregoing two (2) sentences, if Creative
- Commons has expressly identified itself as the Licensor hereunder, it
- shall have all rights and obligations of Licensor.
-
- Except for the limited purpose of indicating to the public that the
- Work is licensed under the CCPL, neither party will use the trademark
- "Creative Commons" or any related trademark or logo of Creative
- Commons without the prior written consent of Creative Commons. Any
- permitted use will be in compliance with Creative Commons'
- then-current trademark usage guidelines, as may be published on its
- website or otherwise made available upon request from time to time.
-
- Creative Commons may be contacted at https://creativecommons.org/.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-2.0 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-2.0
deleted file mode 100644
index fe95f58c632..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-2.0
+++ /dev/null
@@ -1,228 +0,0 @@
-Creative Commons Legal Code
-
-Attribution 2.0
-
- CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
- LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
- ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
- INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
- REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
- DAMAGES RESULTING FROM ITS USE.
-
-License
-
-THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
-COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
-COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
-AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
-
-BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
-TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
-RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
-AND CONDITIONS.
-
-1. Definitions
-
- a. "Collective Work" means a work, such as a periodical issue, anthology
- or encyclopedia, in which the Work in its entirety in unmodified form,
- along with a number of other contributions, constituting separate and
- independent works in themselves, are assembled into a collective
- whole. A work that constitutes a Collective Work will not be
- considered a Derivative Work (as defined below) for the purposes of
- this License.
- b. "Derivative Work" means a work based upon the Work or upon the Work
- and other pre-existing works, such as a translation, musical
- arrangement, dramatization, fictionalization, motion picture version,
- sound recording, art reproduction, abridgment, condensation, or any
- other form in which the Work may be recast, transformed, or adapted,
- except that a work that constitutes a Collective Work will not be
- considered a Derivative Work for the purpose of this License. For the
- avoidance of doubt, where the Work is a musical composition or sound
- recording, the synchronization of the Work in timed-relation with a
- moving image ("synching") will be considered a Derivative Work for the
- purpose of this License.
- c. "Licensor" means the individual or entity that offers the Work under
- the terms of this License.
- d. "Original Author" means the individual or entity who created the Work.
- e. "Work" means the copyrightable work of authorship offered under the
- terms of this License.
- f. "You" means an individual or entity exercising rights under this
- License who has not previously violated the terms of this License with
- respect to the Work, or who has received express permission from the
- Licensor to exercise rights under this License despite a previous
- violation.
-
-2. Fair Use Rights. Nothing in this license is intended to reduce, limit,
-or restrict any rights arising from fair use, first sale or other
-limitations on the exclusive rights of the copyright owner under copyright
-law or other applicable laws.
-
-3. License Grant. Subject to the terms and conditions of this License,
-Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
-perpetual (for the duration of the applicable copyright) license to
-exercise the rights in the Work as stated below:
-
- a. to reproduce the Work, to incorporate the Work into one or more
- Collective Works, and to reproduce the Work as incorporated in the
- Collective Works;
- b. to create and reproduce Derivative Works;
- c. to distribute copies or phonorecords of, display publicly, perform
- publicly, and perform publicly by means of a digital audio
- transmission the Work including as incorporated in Collective Works;
- d. to distribute copies or phonorecords of, display publicly, perform
- publicly, and perform publicly by means of a digital audio
- transmission Derivative Works.
- e. For the avoidance of doubt, where the work is a musical composition:
-
- i. Performance Royalties Under Blanket Licenses. Licensor waives
- the exclusive right to collect, whether individually or via a
- performance rights society (e.g. ASCAP, BMI, SESAC), royalties
- for the public performance or public digital performance (e.g.
- webcast) of the Work.
- ii. Mechanical Rights and Statutory Royalties. Licensor waives the
- exclusive right to collect, whether individually or via a music
- rights agency or designated agent (e.g. Harry Fox Agency),
- royalties for any phonorecord You create from the Work ("cover
- version") and distribute, subject to the compulsory license
- created by 17 USC Section 115 of the US Copyright Act (or the
- equivalent in other jurisdictions).
-
- f. Webcasting Rights and Statutory Royalties. For the avoidance of
- doubt, where the Work is a sound recording, Licensor waives the
- exclusive right to collect, whether individually or via a
- performance-rights society (e.g. SoundExchange), royalties for the
- public digital performance (e.g. webcast) of the Work, subject to the
- compulsory license created by 17 USC Section 114 of the US Copyright
- Act (or the equivalent in other jurisdictions).
-
-The above rights may be exercised in all media and formats whether now
-known or hereafter devised. The above rights include the right to make
-such modifications as are technically necessary to exercise the rights in
-other media and formats. All rights not expressly granted by Licensor are
-hereby reserved.
-
-4. Restrictions. The license granted in Section 3 above is expressly made
-subject to and limited by the following restrictions:
-
- a. You may distribute, publicly display, publicly perform, or publicly
- digitally perform the Work only under the terms of this License, and
- You must include a copy of, or the Uniform Resource Identifier for,
- this License with every copy or phonorecord of the Work You
- distribute, publicly display, publicly perform, or publicly digitally
- perform. You may not offer or impose any terms on the Work that alter
- or restrict the terms of this License or the recipients' exercise of
- the rights granted hereunder. You may not sublicense the Work. You
- must keep intact all notices that refer to this License and to the
- disclaimer of warranties. You may not distribute, publicly display,
- publicly perform, or publicly digitally perform the Work with any
- technological measures that control access or use of the Work in a
- manner inconsistent with the terms of this License Agreement. The
- above applies to the Work as incorporated in a Collective Work, but
- this does not require the Collective Work apart from the Work itself
- to be made subject to the terms of this License. If You create a
- Collective Work, upon notice from any Licensor You must, to the extent
- practicable, remove from the Collective Work any reference to such
- Licensor or the Original Author, as requested. If You create a
- Derivative Work, upon notice from any Licensor You must, to the extent
- practicable, remove from the Derivative Work any reference to such
- Licensor or the Original Author, as requested.
- b. If you distribute, publicly display, publicly perform, or publicly
- digitally perform the Work or any Derivative Works or Collective
- Works, You must keep intact all copyright notices for the Work and
- give the Original Author credit reasonable to the medium or means You
- are utilizing by conveying the name (or pseudonym if applicable) of
- the Original Author if supplied; the title of the Work if supplied; to
- the extent reasonably practicable, the Uniform Resource Identifier, if
- any, that Licensor specifies to be associated with the Work, unless
- such URI does not refer to the copyright notice or licensing
- information for the Work; and in the case of a Derivative Work, a
- credit identifying the use of the Work in the Derivative Work (e.g.,
- "French translation of the Work by Original Author," or "Screenplay
- based on original Work by Original Author"). Such credit may be
- implemented in any reasonable manner; provided, however, that in the
- case of a Derivative Work or Collective Work, at a minimum such credit
- will appear where any other comparable authorship credit appears and
- in a manner at least as prominent as such other comparable authorship
- credit.
-
-5. Representations, Warranties and Disclaimer
-
-UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
-OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
-KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
-INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
-FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
-LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
-WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
-OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
-
-6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
-LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
-ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
-ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
-BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-7. Termination
-
- a. This License and the rights granted hereunder will terminate
- automatically upon any breach by You of the terms of this License.
- Individuals or entities who have received Derivative Works or
- Collective Works from You under this License, however, will not have
- their licenses terminated provided such individuals or entities remain
- in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8
- will survive any termination of this License.
- b. Subject to the above terms and conditions, the license granted here is
- perpetual (for the duration of the applicable copyright in the Work).
- Notwithstanding the above, Licensor reserves the right to release the
- Work under different license terms or to stop distributing the Work at
- any time; provided, however that any such election will not serve to
- withdraw this License (or any other license that has been, or is
- required to be, granted under the terms of this License), and this
- License will continue in full force and effect unless terminated as
- stated above.
-
-8. Miscellaneous
-
- a. Each time You distribute or publicly digitally perform the Work or a
- Collective Work, the Licensor offers to the recipient a license to the
- Work on the same terms and conditions as the license granted to You
- under this License.
- b. Each time You distribute or publicly digitally perform a Derivative
- Work, Licensor offers to the recipient a license to the original Work
- on the same terms and conditions as the license granted to You under
- this License.
- c. If any provision of this License is invalid or unenforceable under
- applicable law, it shall not affect the validity or enforceability of
- the remainder of the terms of this License, and without further action
- by the parties to this agreement, such provision shall be reformed to
- the minimum extent necessary to make such provision valid and
- enforceable.
- d. No term or provision of this License shall be deemed waived and no
- breach consented to unless such waiver or consent shall be in writing
- and signed by the party to be charged with such waiver or consent.
- e. This License constitutes the entire agreement between the parties with
- respect to the Work licensed here. There are no understandings,
- agreements or representations with respect to the Work not specified
- here. Licensor shall not be bound by any additional provisions that
- may appear in any communication from You. This License may not be
- modified without the mutual written agreement of the Licensor and You.
-
-
- Creative Commons is not a party to this License, and makes no warranty
- whatsoever in connection with the Work. Creative Commons will not be
- liable to You or any party on any legal theory for any damages
- whatsoever, including without limitation any general, special,
- incidental or consequential damages arising in connection to this
- license. Notwithstanding the foregoing two (2) sentences, if Creative
- Commons has expressly identified itself as the Licensor hereunder, it
- shall have all rights and obligations of Licensor.
-
- Except for the limited purpose of indicating to the public that the
- Work is licensed under the CCPL, neither party will use the trademark
- "Creative Commons" or any related trademark or logo of Creative
- Commons without the prior written consent of Creative Commons. Any
- permitted use will be in compliance with Creative Commons'
- then-current trademark usage guidelines, as may be published on its
- website or otherwise made available upon request from time to time.
-
- Creative Commons may be contacted at http://creativecommons.org/.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-2.5 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-2.5
deleted file mode 100644
index 4649302e577..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-2.5
+++ /dev/null
@@ -1,231 +0,0 @@
-Creative Commons Legal Code
-
-Attribution 2.5
-
- CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
- LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
- ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
- INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
- REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
- DAMAGES RESULTING FROM ITS USE.
-
-License
-
-THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
-COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
-COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
-AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
-
-BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
-TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
-RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
-AND CONDITIONS.
-
-1. Definitions
-
- a. "Collective Work" means a work, such as a periodical issue, anthology
- or encyclopedia, in which the Work in its entirety in unmodified form,
- along with a number of other contributions, constituting separate and
- independent works in themselves, are assembled into a collective
- whole. A work that constitutes a Collective Work will not be
- considered a Derivative Work (as defined below) for the purposes of
- this License.
- b. "Derivative Work" means a work based upon the Work or upon the Work
- and other pre-existing works, such as a translation, musical
- arrangement, dramatization, fictionalization, motion picture version,
- sound recording, art reproduction, abridgment, condensation, or any
- other form in which the Work may be recast, transformed, or adapted,
- except that a work that constitutes a Collective Work will not be
- considered a Derivative Work for the purpose of this License. For the
- avoidance of doubt, where the Work is a musical composition or sound
- recording, the synchronization of the Work in timed-relation with a
- moving image ("synching") will be considered a Derivative Work for the
- purpose of this License.
- c. "Licensor" means the individual or entity that offers the Work under
- the terms of this License.
- d. "Original Author" means the individual or entity who created the Work.
- e. "Work" means the copyrightable work of authorship offered under the
- terms of this License.
- f. "You" means an individual or entity exercising rights under this
- License who has not previously violated the terms of this License with
- respect to the Work, or who has received express permission from the
- Licensor to exercise rights under this License despite a previous
- violation.
-
-2. Fair Use Rights. Nothing in this license is intended to reduce, limit,
-or restrict any rights arising from fair use, first sale or other
-limitations on the exclusive rights of the copyright owner under copyright
-law or other applicable laws.
-
-3. License Grant. Subject to the terms and conditions of this License,
-Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
-perpetual (for the duration of the applicable copyright) license to
-exercise the rights in the Work as stated below:
-
- a. to reproduce the Work, to incorporate the Work into one or more
- Collective Works, and to reproduce the Work as incorporated in the
- Collective Works;
- b. to create and reproduce Derivative Works;
- c. to distribute copies or phonorecords of, display publicly, perform
- publicly, and perform publicly by means of a digital audio
- transmission the Work including as incorporated in Collective Works;
- d. to distribute copies or phonorecords of, display publicly, perform
- publicly, and perform publicly by means of a digital audio
- transmission Derivative Works.
- e. For the avoidance of doubt, where the work is a musical composition:
-
- i. Performance Royalties Under Blanket Licenses. Licensor waives
- the exclusive right to collect, whether individually or via a
- performance rights society (e.g. ASCAP, BMI, SESAC), royalties
- for the public performance or public digital performance (e.g.
- webcast) of the Work.
- ii. Mechanical Rights and Statutory Royalties. Licensor waives the
- exclusive right to collect, whether individually or via a music
- rights agency or designated agent (e.g. Harry Fox Agency),
- royalties for any phonorecord You create from the Work ("cover
- version") and distribute, subject to the compulsory license
- created by 17 USC Section 115 of the US Copyright Act (or the
- equivalent in other jurisdictions).
-
- f. Webcasting Rights and Statutory Royalties. For the avoidance of doubt,
- where the Work is a sound recording, Licensor waives the exclusive
- right to collect, whether individually or via a performance-rights
- society (e.g. SoundExchange), royalties for the public digital
- performance (e.g. webcast) of the Work, subject to the compulsory
- license created by 17 USC Section 114 of the US Copyright Act (or the
- equivalent in other jurisdictions).
-
-The above rights may be exercised in all media and formats whether now
-known or hereafter devised. The above rights include the right to make
-such modifications as are technically necessary to exercise the rights in
-other media and formats. All rights not expressly granted by Licensor are
-hereby reserved.
-
-4. Restrictions. The license granted in Section 3 above is expressly made
-subject to and limited by the following restrictions:
-
- a. You may distribute, publicly display, publicly perform, or publicly
- digitally perform the Work only under the terms of this License, and
- You must include a copy of, or the Uniform Resource Identifier for,
- this License with every copy or phonorecord of the Work You
- distribute, publicly display, publicly perform, or publicly digitally
- perform. You may not offer or impose any terms on the Work that alter
- or restrict the terms of this License or the recipients' exercise of
- the rights granted hereunder. You may not sublicense the Work. You
- must keep intact all notices that refer to this License and to the
- disclaimer of warranties. You may not distribute, publicly display,
- publicly perform, or publicly digitally perform the Work with any
- technological measures that control access or use of the Work in a
- manner inconsistent with the terms of this License Agreement. The
- above applies to the Work as incorporated in a Collective Work, but
- this does not require the Collective Work apart from the Work itself
- to be made subject to the terms of this License. If You create a
- Collective Work, upon notice from any Licensor You must, to the extent
- practicable, remove from the Collective Work any credit as required by
- clause 4(b), as requested. If You create a Derivative Work, upon
- notice from any Licensor You must, to the extent practicable, remove
- from the Derivative Work any credit as required by clause 4(b), as
- requested.
- b. If you distribute, publicly display, publicly perform, or publicly
- digitally perform the Work or any Derivative Works or Collective
- Works, You must keep intact all copyright notices for the Work and
- provide, reasonable to the medium or means You are utilizing: (i) the
- name of the Original Author (or pseudonym, if applicable) if supplied,
- and/or (ii) if the Original Author and/or Licensor designate another
- party or parties (e.g. a sponsor institute, publishing entity,
- journal) for attribution in Licensor's copyright notice, terms of
- service or by other reasonable means, the name of such party or
- parties; the title of the Work if supplied; to the extent reasonably
- practicable, the Uniform Resource Identifier, if any, that Licensor
- specifies to be associated with the Work, unless such URI does not
- refer to the copyright notice or licensing information for the Work;
- and in the case of a Derivative Work, a credit identifying the use of
- the Work in the Derivative Work (e.g., "French translation of the Work
- by Original Author," or "Screenplay based on original Work by Original
- Author"). Such credit may be implemented in any reasonable manner;
- provided, however, that in the case of a Derivative Work or Collective
- Work, at a minimum such credit will appear where any other comparable
- authorship credit appears and in a manner at least as prominent as
- such other comparable authorship credit.
-
-5. Representations, Warranties and Disclaimer
-
-UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
-OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
-KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
-INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
-FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
-LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
-WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
-OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
-
-6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
-LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
-ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
-ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
-BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-7. Termination
-
- a. This License and the rights granted hereunder will terminate
- automatically upon any breach by You of the terms of this License.
- Individuals or entities who have received Derivative Works or
- Collective Works from You under this License, however, will not have
- their licenses terminated provided such individuals or entities remain
- in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8
- will survive any termination of this License.
- b. Subject to the above terms and conditions, the license granted here is
- perpetual (for the duration of the applicable copyright in the Work).
- Notwithstanding the above, Licensor reserves the right to release the
- Work under different license terms or to stop distributing the Work at
- any time; provided, however that any such election will not serve to
- withdraw this License (or any other license that has been, or is
- required to be, granted under the terms of this License), and this
- License will continue in full force and effect unless terminated as
- stated above.
-
-8. Miscellaneous
-
- a. Each time You distribute or publicly digitally perform the Work or a
- Collective Work, the Licensor offers to the recipient a license to the
- Work on the same terms and conditions as the license granted to You
- under this License.
- b. Each time You distribute or publicly digitally perform a Derivative
- Work, Licensor offers to the recipient a license to the original Work
- on the same terms and conditions as the license granted to You under
- this License.
- c. If any provision of this License is invalid or unenforceable under
- applicable law, it shall not affect the validity or enforceability of
- the remainder of the terms of this License, and without further action
- by the parties to this agreement, such provision shall be reformed to
- the minimum extent necessary to make such provision valid and
- enforceable.
- d. No term or provision of this License shall be deemed waived and no
- breach consented to unless such waiver or consent shall be in writing
- and signed by the party to be charged with such waiver or consent.
- e. This License constitutes the entire agreement between the parties with
- respect to the Work licensed here. There are no understandings,
- agreements or representations with respect to the Work not specified
- here. Licensor shall not be bound by any additional provisions that
- may appear in any communication from You. This License may not be
- modified without the mutual written agreement of the Licensor and You.
-
-
- Creative Commons is not a party to this License, and makes no warranty
- whatsoever in connection with the Work. Creative Commons will not be
- liable to You or any party on any legal theory for any damages
- whatsoever, including without limitation any general, special,
- incidental or consequential damages arising in connection to this
- license. Notwithstanding the foregoing two (2) sentences, if Creative
- Commons has expressly identified itself as the Licensor hereunder, it
- shall have all rights and obligations of Licensor.
-
- Except for the limited purpose of indicating to the public that the
- Work is licensed under the CCPL, neither party will use the trademark
- "Creative Commons" or any related trademark or logo of Creative
- Commons without the prior written consent of Creative Commons. Any
- permitted use will be in compliance with Creative Commons'
- then-current trademark usage guidelines, as may be published on its
- website or otherwise made available upon request from time to time.
-
- Creative Commons may be contacted at http://creativecommons.org/.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-4.0 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-4.0
deleted file mode 100644
index 521adbb24eb..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-4.0
+++ /dev/null
@@ -1,395 +0,0 @@
-Attribution 4.0 International
-
-=======================================================================
-
-Creative Commons Corporation ("Creative Commons") is not a law firm and
-does not provide legal services or legal advice. Distribution of
-Creative Commons public licenses does not create a lawyer-client or
-other relationship. Creative Commons makes its licenses and related
-information available on an "as-is" basis. Creative Commons gives no
-warranties regarding its licenses, any material licensed under their
-terms and conditions, or any related information. Creative Commons
-disclaims all liability for damages resulting from their use to the
-fullest extent possible.
-
-Using Creative Commons Public Licenses
-
-Creative Commons public licenses provide a standard set of terms and
-conditions that creators and other rights holders may use to share
-original works of authorship and other material subject to copyright
-and certain other rights specified in the public license below. The
-following considerations are for informational purposes only, are not
-exhaustive, and do not form part of our licenses.
-
- Considerations for licensors: Our public licenses are
- intended for use by those authorized to give the public
- permission to use material in ways otherwise restricted by
- copyright and certain other rights. Our licenses are
- irrevocable. Licensors should read and understand the terms
- and conditions of the license they choose before applying it.
- Licensors should also secure all rights necessary before
- applying our licenses so that the public can reuse the
- material as expected. Licensors should clearly mark any
- material not subject to the license. This includes other CC-
- licensed material, or material used under an exception or
- limitation to copyright. More considerations for licensors:
- wiki.creativecommons.org/Considerations_for_licensors
-
- Considerations for the public: By using one of our public
- licenses, a licensor grants the public permission to use the
- licensed material under specified terms and conditions. If
- the licensor's permission is not necessary for any reason--for
- example, because of any applicable exception or limitation to
- copyright--then that use is not regulated by the license. Our
- licenses grant only permissions under copyright and certain
- other rights that a licensor has authority to grant. Use of
- the licensed material may still be restricted for other
- reasons, including because others have copyright or other
- rights in the material. A licensor may make special requests,
- such as asking that all changes be marked or described.
- Although not required by our licenses, you are encouraged to
- respect those requests where reasonable. More considerations
- for the public:
- wiki.creativecommons.org/Considerations_for_licensees
-
-=======================================================================
-
-Creative Commons Attribution 4.0 International Public License
-
-By exercising the Licensed Rights (defined below), You accept and agree
-to be bound by the terms and conditions of this Creative Commons
-Attribution 4.0 International Public License ("Public License"). To the
-extent this Public License may be interpreted as a contract, You are
-granted the Licensed Rights in consideration of Your acceptance of
-these terms and conditions, and the Licensor grants You such rights in
-consideration of benefits the Licensor receives from making the
-Licensed Material available under these terms and conditions.
-
-
-Section 1 -- Definitions.
-
- a. Adapted Material means material subject to Copyright and Similar
- Rights that is derived from or based upon the Licensed Material
- and in which the Licensed Material is translated, altered,
- arranged, transformed, or otherwise modified in a manner requiring
- permission under the Copyright and Similar Rights held by the
- Licensor. For purposes of this Public License, where the Licensed
- Material is a musical work, performance, or sound recording,
- Adapted Material is always produced where the Licensed Material is
- synched in timed relation with a moving image.
-
- b. Adapter's License means the license You apply to Your Copyright
- and Similar Rights in Your contributions to Adapted Material in
- accordance with the terms and conditions of this Public License.
-
- c. Copyright and Similar Rights means copyright and/or similar rights
- closely related to copyright including, without limitation,
- performance, broadcast, sound recording, and Sui Generis Database
- Rights, without regard to how the rights are labeled or
- categorized. For purposes of this Public License, the rights
- specified in Section 2(b)(1)-(2) are not Copyright and Similar
- Rights.
-
- d. Effective Technological Measures means those measures that, in the
- absence of proper authority, may not be circumvented under laws
- fulfilling obligations under Article 11 of the WIPO Copyright
- Treaty adopted on December 20, 1996, and/or similar international
- agreements.
-
- e. Exceptions and Limitations means fair use, fair dealing, and/or
- any other exception or limitation to Copyright and Similar Rights
- that applies to Your use of the Licensed Material.
-
- f. Licensed Material means the artistic or literary work, database,
- or other material to which the Licensor applied this Public
- License.
-
- g. Licensed Rights means the rights granted to You subject to the
- terms and conditions of this Public License, which are limited to
- all Copyright and Similar Rights that apply to Your use of the
- Licensed Material and that the Licensor has authority to license.
-
- h. Licensor means the individual(s) or entity(ies) granting rights
- under this Public License.
-
- i. Share means to provide material to the public by any means or
- process that requires permission under the Licensed Rights, such
- as reproduction, public display, public performance, distribution,
- dissemination, communication, or importation, and to make material
- available to the public including in ways that members of the
- public may access the material from a place and at a time
- individually chosen by them.
-
- j. Sui Generis Database Rights means rights other than copyright
- resulting from Directive 96/9/EC of the European Parliament and of
- the Council of 11 March 1996 on the legal protection of databases,
- as amended and/or succeeded, as well as other essentially
- equivalent rights anywhere in the world.
-
- k. You means the individual or entity exercising the Licensed Rights
- under this Public License. Your has a corresponding meaning.
-
-
-Section 2 -- Scope.
-
- a. License grant.
-
- 1. Subject to the terms and conditions of this Public License,
- the Licensor hereby grants You a worldwide, royalty-free,
- non-sublicensable, non-exclusive, irrevocable license to
- exercise the Licensed Rights in the Licensed Material to:
-
- a. reproduce and Share the Licensed Material, in whole or
- in part; and
-
- b. produce, reproduce, and Share Adapted Material.
-
- 2. Exceptions and Limitations. For the avoidance of doubt, where
- Exceptions and Limitations apply to Your use, this Public
- License does not apply, and You do not need to comply with
- its terms and conditions.
-
- 3. Term. The term of this Public License is specified in Section
- 6(a).
-
- 4. Media and formats; technical modifications allowed. The
- Licensor authorizes You to exercise the Licensed Rights in
- all media and formats whether now known or hereafter created,
- and to make technical modifications necessary to do so. The
- Licensor waives and/or agrees not to assert any right or
- authority to forbid You from making technical modifications
- necessary to exercise the Licensed Rights, including
- technical modifications necessary to circumvent Effective
- Technological Measures. For purposes of this Public License,
- simply making modifications authorized by this Section 2(a)
- (4) never produces Adapted Material.
-
- 5. Downstream recipients.
-
- a. Offer from the Licensor -- Licensed Material. Every
- recipient of the Licensed Material automatically
- receives an offer from the Licensor to exercise the
- Licensed Rights under the terms and conditions of this
- Public License.
-
- b. No downstream restrictions. You may not offer or impose
- any additional or different terms or conditions on, or
- apply any Effective Technological Measures to, the
- Licensed Material if doing so restricts exercise of the
- Licensed Rights by any recipient of the Licensed
- Material.
-
- 6. No endorsement. Nothing in this Public License constitutes or
- may be construed as permission to assert or imply that You
- are, or that Your use of the Licensed Material is, connected
- with, or sponsored, endorsed, or granted official status by,
- the Licensor or others designated to receive attribution as
- provided in Section 3(a)(1)(A)(i).
-
- b. Other rights.
-
- 1. Moral rights, such as the right of integrity, are not
- licensed under this Public License, nor are publicity,
- privacy, and/or other similar personality rights; however, to
- the extent possible, the Licensor waives and/or agrees not to
- assert any such rights held by the Licensor to the limited
- extent necessary to allow You to exercise the Licensed
- Rights, but not otherwise.
-
- 2. Patent and trademark rights are not licensed under this
- Public License.
-
- 3. To the extent possible, the Licensor waives any right to
- collect royalties from You for the exercise of the Licensed
- Rights, whether directly or through a collecting society
- under any voluntary or waivable statutory or compulsory
- licensing scheme. In all other cases the Licensor expressly
- reserves any right to collect such royalties.
-
-
-Section 3 -- License Conditions.
-
-Your exercise of the Licensed Rights is expressly made subject to the
-following conditions.
-
- a. Attribution.
-
- 1. If You Share the Licensed Material (including in modified
- form), You must:
-
- a. retain the following if it is supplied by the Licensor
- with the Licensed Material:
-
- i. identification of the creator(s) of the Licensed
- Material and any others designated to receive
- attribution, in any reasonable manner requested by
- the Licensor (including by pseudonym if
- designated);
-
- ii. a copyright notice;
-
- iii. a notice that refers to this Public License;
-
- iv. a notice that refers to the disclaimer of
- warranties;
-
- v. a URI or hyperlink to the Licensed Material to the
- extent reasonably practicable;
-
- b. indicate if You modified the Licensed Material and
- retain an indication of any previous modifications; and
-
- c. indicate the Licensed Material is licensed under this
- Public License, and include the text of, or the URI or
- hyperlink to, this Public License.
-
- 2. You may satisfy the conditions in Section 3(a)(1) in any
- reasonable manner based on the medium, means, and context in
- which You Share the Licensed Material. For example, it may be
- reasonable to satisfy the conditions by providing a URI or
- hyperlink to a resource that includes the required
- information.
-
- 3. If requested by the Licensor, You must remove any of the
- information required by Section 3(a)(1)(A) to the extent
- reasonably practicable.
-
- 4. If You Share Adapted Material You produce, the Adapter's
- License You apply must not prevent recipients of the Adapted
- Material from complying with this Public License.
-
-
-Section 4 -- Sui Generis Database Rights.
-
-Where the Licensed Rights include Sui Generis Database Rights that
-apply to Your use of the Licensed Material:
-
- a. for the avoidance of doubt, Section 2(a)(1) grants You the right
- to extract, reuse, reproduce, and Share all or a substantial
- portion of the contents of the database;
-
- b. if You include all or a substantial portion of the database
- contents in a database in which You have Sui Generis Database
- Rights, then the database in which You have Sui Generis Database
- Rights (but not its individual contents) is Adapted Material; and
-
- c. You must comply with the conditions in Section 3(a) if You Share
- all or a substantial portion of the contents of the database.
-
-For the avoidance of doubt, this Section 4 supplements and does not
-replace Your obligations under this Public License where the Licensed
-Rights include other Copyright and Similar Rights.
-
-
-Section 5 -- Disclaimer of Warranties and Limitation of Liability.
-
- a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
- EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
- AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
- ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
- IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
- WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
- PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
- ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
- KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
- ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
-
- b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
- TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
- NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
- INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
- COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
- USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
- ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
- DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
- IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
-
- c. The disclaimer of warranties and limitation of liability provided
- above shall be interpreted in a manner that, to the extent
- possible, most closely approximates an absolute disclaimer and
- waiver of all liability.
-
-
-Section 6 -- Term and Termination.
-
- a. This Public License applies for the term of the Copyright and
- Similar Rights licensed here. However, if You fail to comply with
- this Public License, then Your rights under this Public License
- terminate automatically.
-
- b. Where Your right to use the Licensed Material has terminated under
- Section 6(a), it reinstates:
-
- 1. automatically as of the date the violation is cured, provided
- it is cured within 30 days of Your discovery of the
- violation; or
-
- 2. upon express reinstatement by the Licensor.
-
- For the avoidance of doubt, this Section 6(b) does not affect any
- right the Licensor may have to seek remedies for Your violations
- of this Public License.
-
- c. For the avoidance of doubt, the Licensor may also offer the
- Licensed Material under separate terms or conditions or stop
- distributing the Licensed Material at any time; however, doing so
- will not terminate this Public License.
-
- d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
- License.
-
-
-Section 7 -- Other Terms and Conditions.
-
- a. The Licensor shall not be bound by any additional or different
- terms or conditions communicated by You unless expressly agreed.
-
- b. Any arrangements, understandings, or agreements regarding the
- Licensed Material not stated herein are separate from and
- independent of the terms and conditions of this Public License.
-
-
-Section 8 -- Interpretation.
-
- a. For the avoidance of doubt, this Public License does not, and
- shall not be interpreted to, reduce, limit, restrict, or impose
- conditions on any use of the Licensed Material that could lawfully
- be made without permission under this Public License.
-
- b. To the extent possible, if any provision of this Public License is
- deemed unenforceable, it shall be automatically reformed to the
- minimum extent necessary to make it enforceable. If the provision
- cannot be reformed, it shall be severed from this Public License
- without affecting the enforceability of the remaining terms and
- conditions.
-
- c. No term or condition of this Public License will be waived and no
- failure to comply consented to unless expressly agreed to by the
- Licensor.
-
- d. Nothing in this Public License constitutes or may be interpreted
- as a limitation upon, or waiver of, any privileges and immunities
- that apply to the Licensor or You, including from the legal
- processes of any jurisdiction or authority.
-
-
-=======================================================================
-
-Creative Commons is not a party to its public
-licenses. Notwithstanding, Creative Commons may elect to apply one of
-its public licenses to material it publishes and in those instances
-will be considered the “Licensor.” The text of the Creative Commons
-public licenses is dedicated to the public domain under the CC0 Public
-Domain Dedication. Except for the limited purpose of indicating that
-material is shared under a Creative Commons public license or as
-otherwise permitted by the Creative Commons policies published at
-creativecommons.org/policies, Creative Commons does not authorize the
-use of the trademark "Creative Commons" or any other trademark or logo
-of Creative Commons without its prior written consent including,
-without limitation, in connection with any unauthorized modifications
-to any of its public licenses or any other arrangements,
-understandings, or agreements concerning use of licensed material. For
-the avoidance of doubt, this paragraph does not form part of the
-public licenses.
-
-Creative Commons may be contacted at creativecommons.org.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-4.0 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-4.0
deleted file mode 100644
index 5243f3cfe9d..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-4.0
+++ /dev/null
@@ -1,409 +0,0 @@
-Attribution-NonCommercial 4.0 International
-
-=======================================================================
-
-Creative Commons Corporation ("Creative Commons") is not a law firm and
-does not provide legal services or legal advice. Distribution of
-Creative Commons public licenses does not create a lawyer-client or
-other relationship. Creative Commons makes its licenses and related
-information available on an "as-is" basis. Creative Commons gives no
-warranties regarding its licenses, any material licensed under their
-terms and conditions, or any related information. Creative Commons
-disclaims all liability for damages resulting from their use to the
-fullest extent possible.
-
-Using Creative Commons Public Licenses
-
-Creative Commons public licenses provide a standard set of terms and
-conditions that creators and other rights holders may use to share
-original works of authorship and other material subject to copyright
-and certain other rights specified in the public license below. The
-following considerations are for informational purposes only, are not
-exhaustive, and do not form part of our licenses.
-
- Considerations for licensors: Our public licenses are
- intended for use by those authorized to give the public
- permission to use material in ways otherwise restricted by
- copyright and certain other rights. Our licenses are
- irrevocable. Licensors should read and understand the terms
- and conditions of the license they choose before applying it.
- Licensors should also secure all rights necessary before
- applying our licenses so that the public can reuse the
- material as expected. Licensors should clearly mark any
- material not subject to the license. This includes other CC-
- licensed material, or material used under an exception or
- limitation to copyright. More considerations for licensors:
- wiki.creativecommons.org/Considerations_for_licensors
-
- Considerations for the public: By using one of our public
- licenses, a licensor grants the public permission to use the
- licensed material under specified terms and conditions. If
- the licensor's permission is not necessary for any reason--for
- example, because of any applicable exception or limitation to
- copyright--then that use is not regulated by the license. Our
- licenses grant only permissions under copyright and certain
- other rights that a licensor has authority to grant. Use of
- the licensed material may still be restricted for other
- reasons, including because others have copyright or other
- rights in the material. A licensor may make special requests,
- such as asking that all changes be marked or described.
- Although not required by our licenses, you are encouraged to
- respect those requests where reasonable. More considerations
- for the public:
- wiki.creativecommons.org/Considerations_for_licensees
-
-=======================================================================
-
-Creative Commons Attribution-NonCommercial 4.0 International Public
-License
-
-By exercising the Licensed Rights (defined below), You accept and agree
-to be bound by the terms and conditions of this Creative Commons
-Attribution-NonCommercial 4.0 International Public License ("Public
-License"). To the extent this Public License may be interpreted as a
-contract, You are granted the Licensed Rights in consideration of Your
-acceptance of these terms and conditions, and the Licensor grants You
-such rights in consideration of benefits the Licensor receives from
-making the Licensed Material available under these terms and
-conditions.
-
-
-Section 1 -- Definitions.
-
- a. Adapted Material means material subject to Copyright and Similar
- Rights that is derived from or based upon the Licensed Material
- and in which the Licensed Material is translated, altered,
- arranged, transformed, or otherwise modified in a manner requiring
- permission under the Copyright and Similar Rights held by the
- Licensor. For purposes of this Public License, where the Licensed
- Material is a musical work, performance, or sound recording,
- Adapted Material is always produced where the Licensed Material is
- synched in timed relation with a moving image.
-
- b. Adapter's License means the license You apply to Your Copyright
- and Similar Rights in Your contributions to Adapted Material in
- accordance with the terms and conditions of this Public License.
-
- c. Copyright and Similar Rights means copyright and/or similar rights
- closely related to copyright including, without limitation,
- performance, broadcast, sound recording, and Sui Generis Database
- Rights, without regard to how the rights are labeled or
- categorized. For purposes of this Public License, the rights
- specified in Section 2(b)(1)-(2) are not Copyright and Similar
- Rights.
-
- d. Effective Technological Measures means those measures that, in the
- absence of proper authority, may not be circumvented under laws
- fulfilling obligations under Article 11 of the WIPO Copyright
- Treaty adopted on December 20, 1996, and/or similar international
- agreements.
-
- e. Exceptions and Limitations means fair use, fair dealing, and/or
- any other exception or limitation to Copyright and Similar Rights
- that applies to Your use of the Licensed Material.
-
- f. Licensed Material means the artistic or literary work, database,
- or other material to which the Licensor applied this Public
- License.
-
- g. Licensed Rights means the rights granted to You subject to the
- terms and conditions of this Public License, which are limited to
- all Copyright and Similar Rights that apply to Your use of the
- Licensed Material and that the Licensor has authority to license.
-
- h. Licensor means the individual(s) or entity(ies) granting rights
- under this Public License.
-
- i. NonCommercial means not primarily intended for or directed towards
- commercial advantage or monetary compensation. For purposes of
- this Public License, the exchange of the Licensed Material for
- other material subject to Copyright and Similar Rights by digital
- file-sharing or similar means is NonCommercial provided there is
- no payment of monetary compensation in connection with the
- exchange.
-
- j. Share means to provide material to the public by any means or
- process that requires permission under the Licensed Rights, such
- as reproduction, public display, public performance, distribution,
- dissemination, communication, or importation, and to make material
- available to the public including in ways that members of the
- public may access the material from a place and at a time
- individually chosen by them.
-
- k. Sui Generis Database Rights means rights other than copyright
- resulting from Directive 96/9/EC of the European Parliament and of
- the Council of 11 March 1996 on the legal protection of databases,
- as amended and/or succeeded, as well as other essentially
- equivalent rights anywhere in the world.
-
- l. You means the individual or entity exercising the Licensed Rights
- under this Public License. Your has a corresponding meaning.
-
-
-Section 2 -- Scope.
-
- a. License grant.
-
- 1. Subject to the terms and conditions of this Public License,
- the Licensor hereby grants You a worldwide, royalty-free,
- non-sublicensable, non-exclusive, irrevocable license to
- exercise the Licensed Rights in the Licensed Material to:
-
- a. reproduce and Share the Licensed Material, in whole or
- in part, for NonCommercial purposes only; and
-
- b. produce, reproduce, and Share Adapted Material for
- NonCommercial purposes only.
-
- 2. Exceptions and Limitations. For the avoidance of doubt, where
- Exceptions and Limitations apply to Your use, this Public
- License does not apply, and You do not need to comply with
- its terms and conditions.
-
- 3. Term. The term of this Public License is specified in Section
- 6(a).
-
- 4. Media and formats; technical modifications allowed. The
- Licensor authorizes You to exercise the Licensed Rights in
- all media and formats whether now known or hereafter created,
- and to make technical modifications necessary to do so. The
- Licensor waives and/or agrees not to assert any right or
- authority to forbid You from making technical modifications
- necessary to exercise the Licensed Rights, including
- technical modifications necessary to circumvent Effective
- Technological Measures. For purposes of this Public License,
- simply making modifications authorized by this Section 2(a)
- (4) never produces Adapted Material.
-
- 5. Downstream recipients.
-
- a. Offer from the Licensor -- Licensed Material. Every
- recipient of the Licensed Material automatically
- receives an offer from the Licensor to exercise the
- Licensed Rights under the terms and conditions of this
- Public License.
-
- b. No downstream restrictions. You may not offer or impose
- any additional or different terms or conditions on, or
- apply any Effective Technological Measures to, the
- Licensed Material if doing so restricts exercise of the
- Licensed Rights by any recipient of the Licensed
- Material.
-
- 6. No endorsement. Nothing in this Public License constitutes or
- may be construed as permission to assert or imply that You
- are, or that Your use of the Licensed Material is, connected
- with, or sponsored, endorsed, or granted official status by,
- the Licensor or others designated to receive attribution as
- provided in Section 3(a)(1)(A)(i).
-
- b. Other rights.
-
- 1. Moral rights, such as the right of integrity, are not
- licensed under this Public License, nor are publicity,
- privacy, and/or other similar personality rights; however, to
- the extent possible, the Licensor waives and/or agrees not to
- assert any such rights held by the Licensor to the limited
- extent necessary to allow You to exercise the Licensed
- Rights, but not otherwise.
-
- 2. Patent and trademark rights are not licensed under this
- Public License.
-
- 3. To the extent possible, the Licensor waives any right to
- collect royalties from You for the exercise of the Licensed
- Rights, whether directly or through a collecting society
- under any voluntary or waivable statutory or compulsory
- licensing scheme. In all other cases the Licensor expressly
- reserves any right to collect such royalties, including when
- the Licensed Material is used other than for NonCommercial
- purposes.
-
-
-Section 3 -- License Conditions.
-
-Your exercise of the Licensed Rights is expressly made subject to the
-following conditions.
-
- a. Attribution.
-
- 1. If You Share the Licensed Material (including in modified
- form), You must:
-
- a. retain the following if it is supplied by the Licensor
- with the Licensed Material:
-
- i. identification of the creator(s) of the Licensed
- Material and any others designated to receive
- attribution, in any reasonable manner requested by
- the Licensor (including by pseudonym if
- designated);
-
- ii. a copyright notice;
-
- iii. a notice that refers to this Public License;
-
- iv. a notice that refers to the disclaimer of
- warranties;
-
- v. a URI or hyperlink to the Licensed Material to the
- extent reasonably practicable;
-
- b. indicate if You modified the Licensed Material and
- retain an indication of any previous modifications; and
-
- c. indicate the Licensed Material is licensed under this
- Public License, and include the text of, or the URI or
- hyperlink to, this Public License.
-
- 2. You may satisfy the conditions in Section 3(a)(1) in any
- reasonable manner based on the medium, means, and context in
- which You Share the Licensed Material. For example, it may be
- reasonable to satisfy the conditions by providing a URI or
- hyperlink to a resource that includes the required
- information.
-
- 3. If requested by the Licensor, You must remove any of the
- information required by Section 3(a)(1)(A) to the extent
- reasonably practicable.
-
- 4. If You Share Adapted Material You produce, the Adapter's
- License You apply must not prevent recipients of the Adapted
- Material from complying with this Public License.
-
-
-Section 4 -- Sui Generis Database Rights.
-
-Where the Licensed Rights include Sui Generis Database Rights that
-apply to Your use of the Licensed Material:
-
- a. for the avoidance of doubt, Section 2(a)(1) grants You the right
- to extract, reuse, reproduce, and Share all or a substantial
- portion of the contents of the database for NonCommercial purposes
- only;
-
- b. if You include all or a substantial portion of the database
- contents in a database in which You have Sui Generis Database
- Rights, then the database in which You have Sui Generis Database
- Rights (but not its individual contents) is Adapted Material; and
-
- c. You must comply with the conditions in Section 3(a) if You Share
- all or a substantial portion of the contents of the database.
-
-For the avoidance of doubt, this Section 4 supplements and does not
-replace Your obligations under this Public License where the Licensed
-Rights include other Copyright and Similar Rights.
-
-
-Section 5 -- Disclaimer of Warranties and Limitation of Liability.
-
- a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
- EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
- AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
- ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
- IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
- WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
- PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
- ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
- KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
- ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
-
- b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
- TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
- NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
- INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
- COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
- USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
- ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
- DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
- IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
-
- c. The disclaimer of warranties and limitation of liability provided
- above shall be interpreted in a manner that, to the extent
- possible, most closely approximates an absolute disclaimer and
- waiver of all liability.
-
-
-Section 6 -- Term and Termination.
-
- a. This Public License applies for the term of the Copyright and
- Similar Rights licensed here. However, if You fail to comply with
- this Public License, then Your rights under this Public License
- terminate automatically.
-
- b. Where Your right to use the Licensed Material has terminated under
- Section 6(a), it reinstates:
-
- 1. automatically as of the date the violation is cured, provided
- it is cured within 30 days of Your discovery of the
- violation; or
-
- 2. upon express reinstatement by the Licensor.
-
- For the avoidance of doubt, this Section 6(b) does not affect any
- right the Licensor may have to seek remedies for Your violations
- of this Public License.
-
- c. For the avoidance of doubt, the Licensor may also offer the
- Licensed Material under separate terms or conditions or stop
- distributing the Licensed Material at any time; however, doing so
- will not terminate this Public License.
-
- d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
- License.
-
-
-Section 7 -- Other Terms and Conditions.
-
- a. The Licensor shall not be bound by any additional or different
- terms or conditions communicated by You unless expressly agreed.
-
- b. Any arrangements, understandings, or agreements regarding the
- Licensed Material not stated herein are separate from and
- independent of the terms and conditions of this Public License.
-
-
-Section 8 -- Interpretation.
-
- a. For the avoidance of doubt, this Public License does not, and
- shall not be interpreted to, reduce, limit, restrict, or impose
- conditions on any use of the Licensed Material that could lawfully
- be made without permission under this Public License.
-
- b. To the extent possible, if any provision of this Public License is
- deemed unenforceable, it shall be automatically reformed to the
- minimum extent necessary to make it enforceable. If the provision
- cannot be reformed, it shall be severed from this Public License
- without affecting the enforceability of the remaining terms and
- conditions.
-
- c. No term or condition of this Public License will be waived and no
- failure to comply consented to unless expressly agreed to by the
- Licensor.
-
- d. Nothing in this Public License constitutes or may be interpreted
- as a limitation upon, or waiver of, any privileges and immunities
- that apply to the Licensor or You, including from the legal
- processes of any jurisdiction or authority.
-
-
-=======================================================================
-
-Creative Commons is not a party to its public
-licenses. Notwithstanding, Creative Commons may elect to apply one of
-its public licenses to material it publishes and in those instances
-will be considered the “Licensor.” The text of the Creative Commons
-public licenses is dedicated to the public domain under the CC0 Public
-Domain Dedication. Except for the limited purpose of indicating that
-material is shared under a Creative Commons public license or as
-otherwise permitted by the Creative Commons policies published at
-creativecommons.org/policies, Creative Commons does not authorize the
-use of the trademark "Creative Commons" or any other trademark or logo
-of Creative Commons without its prior written consent including,
-without limitation, in connection with any unauthorized modifications
-to any of its public licenses or any other arrangements,
-understandings, or agreements concerning use of licensed material. For
-the avoidance of doubt, this paragraph does not form part of the
-public licenses.
-
-Creative Commons may be contacted at creativecommons.org.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-ND-2.0 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-ND-2.0
deleted file mode 100644
index 8632c2d71b8..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-ND-2.0
+++ /dev/null
@@ -1,228 +0,0 @@
-Creative Commons Legal Code
-
-Attribution-NonCommercial-NoDerivs 2.0
-
- CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
- LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
- ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
- INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
- REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
- DAMAGES RESULTING FROM ITS USE.
-
-License
-
-THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
-COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
-COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
-AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
-
-BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
-TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
-RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
-AND CONDITIONS.
-
-1. Definitions
-
- a. "Collective Work" means a work, such as a periodical issue, anthology
- or encyclopedia, in which the Work in its entirety in unmodified form,
- along with a number of other contributions, constituting separate and
- independent works in themselves, are assembled into a collective
- whole. A work that constitutes a Collective Work will not be
- considered a Derivative Work (as defined below) for the purposes of
- this License.
- b. "Derivative Work" means a work based upon the Work or upon the Work
- and other pre-existing works, such as a translation, musical
- arrangement, dramatization, fictionalization, motion picture version,
- sound recording, art reproduction, abridgment, condensation, or any
- other form in which the Work may be recast, transformed, or adapted,
- except that a work that constitutes a Collective Work will not be
- considered a Derivative Work for the purpose of this License. For the
- avoidance of doubt, where the Work is a musical composition or sound
- recording, the synchronization of the Work in timed-relation with a
- moving image ("synching") will be considered a Derivative Work for the
- purpose of this License.
- c. "Licensor" means the individual or entity that offers the Work under
- the terms of this License.
- d. "Original Author" means the individual or entity who created the Work.
- e. "Work" means the copyrightable work of authorship offered under the
- terms of this License.
- f. "You" means an individual or entity exercising rights under this
- License who has not previously violated the terms of this License with
- respect to the Work, or who has received express permission from the
- Licensor to exercise rights under this License despite a previous
- violation.
-
-2. Fair Use Rights. Nothing in this license is intended to reduce, limit,
-or restrict any rights arising from fair use, first sale or other
-limitations on the exclusive rights of the copyright owner under copyright
-law or other applicable laws.
-
-3. License Grant. Subject to the terms and conditions of this License,
-Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
-perpetual (for the duration of the applicable copyright) license to
-exercise the rights in the Work as stated below:
-
- a. to reproduce the Work, to incorporate the Work into one or more
- Collective Works, and to reproduce the Work as incorporated in the
- Collective Works;
- b. to distribute copies or phonorecords of, display publicly, perform
- publicly, and perform publicly by means of a digital audio
- transmission the Work including as incorporated in Collective Works;
-
-The above rights may be exercised in all media and formats whether now
-known or hereafter devised. The above rights include the right to make
-such modifications as are technically necessary to exercise the rights in
-other media and formats, but otherwise you have no rights to make
-Derivative Works. All rights not expressly granted by Licensor are hereby
-reserved, including but not limited to the rights set forth in Sections
-4(d) and 4(e).
-
-4. Restrictions. The license granted in Section 3 above is expressly made
-subject to and limited by the following restrictions:
-
- a. You may distribute, publicly display, publicly perform, or publicly
- digitally perform the Work only under the terms of this License, and
- You must include a copy of, or the Uniform Resource Identifier for,
- this License with every copy or phonorecord of the Work You
- distribute, publicly display, publicly perform, or publicly digitally
- perform. You may not offer or impose any terms on the Work that alter
- or restrict the terms of this License or the recipients' exercise of
- the rights granted hereunder. You may not sublicense the Work. You
- must keep intact all notices that refer to this License and to the
- disclaimer of warranties. You may not distribute, publicly display,
- publicly perform, or publicly digitally perform the Work with any
- technological measures that control access or use of the Work in a
- manner inconsistent with the terms of this License Agreement. The
- above applies to the Work as incorporated in a Collective Work, but
- this does not require the Collective Work apart from the Work itself
- to be made subject to the terms of this License. If You create a
- Collective Work, upon notice from any Licensor You must, to the extent
- practicable, remove from the Collective Work any reference to such
- Licensor or the Original Author, as requested.
- b. You may not exercise any of the rights granted to You in Section 3
- above in any manner that is primarily intended for or directed toward
- commercial advantage or private monetary compensation. The exchange of
- the Work for other copyrighted works by means of digital file- sharing
- or otherwise shall not be considered to be intended for or directed
- toward commercial advantage or private monetary compensation, provided
- there is no payment of any monetary compensation in connection with
- the exchange of copyrighted works.
- c. If you distribute, publicly display, publicly perform, or publicly
- digitally perform the Work, You must keep intact all copyright notices
- for the Work and give the Original Author credit reasonable to the
- medium or means You are utilizing by conveying the name (or pseudonym
- if applicable) of the Original Author if supplied; the title of the
- Work if supplied; and to the extent reasonably practicable, the
- Uniform Resource Identifier, if any, that Licensor specifies to be
- associated with the Work, unless such URI does not refer to the
- copyright notice or licensing information for the Work. Such credit
- may be implemented in any reasonable manner; provided, however, that
- in the case of a Collective Work, at a minimum such credit will appear
- where any other comparable authorship credit appears and in a manner
- at least as prominent as such other comparable authorship credit.
- d. For the avoidance of doubt, where the Work is a musical composition:
-
- i. Performance Royalties Under Blanket Licenses. Licensor reserves
- the exclusive right to collect, whether individually or via a
- performance rights society (e.g. ASCAP, BMI, SESAC), royalties
- for the public performance or public digital performance (e.g.
- webcast) of the Work if that performance is primarily intended
- for or directed toward commercial advantage or private monetary
- compensation.
- ii. Mechanical Rights and Statutory Royalties. Licensor reserves the
- exclusive right to collect, whether individually or via a music
- rights agency or designated agent (e.g. Harry Fox Agency),
- royalties for any phonorecord You create from the Work ("cover
- version") and distribute, subject to the compulsory license
- created by 17 USC Section 115 of the US Copyright Act (or the
- equivalent in other jurisdictions), if Your distribution of such
- cover version is primarily intended for or directed toward
- commercial advantage or private monetary compensation.
-
- e. Webcasting Rights and Statutory Royalties. For the avoidance of doubt,
- where the Work is a sound recording, Licensor reserves the exclusive
- right to collect, whether individually or via a performance-rights
- society (e.g. SoundExchange), royalties for the public digital
- performance (e.g. webcast) of the Work, subject to the compulsory
- license created by 17 USC Section 114 of the US Copyright Act (or the
- equivalent in other jurisdictions), if Your public digital performance
- is primarily intended for or directed toward commercial advantage or
- private monetary compensation.
-
-5. Representations, Warranties and Disclaimer
-
-UNLESS OTHERWISE MUTUALLY AGREED BY THE PARTIES IN WRITING, LICENSOR
-OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
-KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
-INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
-FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
-LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
-WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
-OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
-
-6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
-LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
-ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
-ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
-BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-7. Termination
-
- a. This License and the rights granted hereunder will terminate
- automatically upon any breach by You of the terms of this License.
- Individuals or entities who have received Collective Works from You
- under this License, however, will not have their licenses terminated
- provided such individuals or entities remain in full compliance with
- those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any
- termination of this License.
- b. Subject to the above terms and conditions, the license granted here is
- perpetual (for the duration of the applicable copyright in the Work).
- Notwithstanding the above, Licensor reserves the right to release the
- Work under different license terms or to stop distributing the Work at
- any time; provided, however that any such election will not serve to
- withdraw this License (or any other license that has been, or is
- required to be, granted under the terms of this License), and this
- License will continue in full force and effect unless terminated as
- stated above.
-
-8. Miscellaneous
-
- a. Each time You distribute or publicly digitally perform the Work or a
- Collective Work, the Licensor offers to the recipient a license to the
- Work on the same terms and conditions as the license granted to You
- under this License.
- b. If any provision of this License is invalid or unenforceable under
- applicable law, it shall not affect the validity or enforceability of
- the remainder of the terms of this License, and without further action
- by the parties to this agreement, such provision shall be reformed to
- the minimum extent necessary to make such provision valid and
- enforceable.
- c. No term or provision of this License shall be deemed waived and no
- breach consented to unless such waiver or consent shall be in writing
- and signed by the party to be charged with such waiver or consent.
- d. This License constitutes the entire agreement between the parties with
- respect to the Work licensed here. There are no understandings,
- agreements or representations with respect to the Work not specified
- here. Licensor shall not be bound by any additional provisions that
- may appear in any communication from You. This License may not be
- modified without the mutual written agreement of the Licensor and You.
-
-
- Creative Commons is not a party to this License, and makes no warranty
- whatsoever in connection with the Work. Creative Commons will not be
- liable to You or any party on any legal theory for any damages
- whatsoever, including without limitation any general, special,
- incidental or consequential damages arising in connection to this
- license. Notwithstanding the foregoing two (2) sentences, if Creative
- Commons has expressly identified itself as the Licensor hereunder, it
- shall have all rights and obligations of Licensor.
-
- Except for the limited purpose of indicating to the public that the
- Work is licensed under the CCPL, neither party will use the trademark
- "Creative Commons" or any related trademark or logo of Creative
- Commons without the prior written consent of Creative Commons. Any
- permitted use will be in compliance with Creative Commons'
- then-current trademark usage guidelines, as may be published on its
- website or otherwise made available upon request from time to time.
-
- Creative Commons may be contacted at http://creativecommons.org/.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-ND-2.5 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-ND-2.5
deleted file mode 100644
index 1108babcf9a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-ND-2.5
+++ /dev/null
@@ -1,232 +0,0 @@
-Creative Commons Legal Code
-
-Attribution-NonCommercial-NoDerivs 2.5
-
- CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
- LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
- ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
- INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
- REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
- DAMAGES RESULTING FROM ITS USE.
-
-License
-
-THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
-COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
-COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
-AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
-
-BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
-TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
-RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
-AND CONDITIONS.
-
-1. Definitions
-
- a. "Collective Work" means a work, such as a periodical issue, anthology
- or encyclopedia, in which the Work in its entirety in unmodified form,
- along with a number of other contributions, constituting separate and
- independent works in themselves, are assembled into a collective
- whole. A work that constitutes a Collective Work will not be
- considered a Derivative Work (as defined below) for the purposes of
- this License.
- b. "Derivative Work" means a work based upon the Work or upon the Work
- and other pre-existing works, such as a translation, musical
- arrangement, dramatization, fictionalization, motion picture version,
- sound recording, art reproduction, abridgment, condensation, or any
- other form in which the Work may be recast, transformed, or adapted,
- except that a work that constitutes a Collective Work will not be
- considered a Derivative Work for the purpose of this License. For the
- avoidance of doubt, where the Work is a musical composition or sound
- recording, the synchronization of the Work in timed-relation with a
- moving image ("synching") will be considered a Derivative Work for the
- purpose of this License.
- c. "Licensor" means the individual or entity that offers the Work under
- the terms of this License.
- d. "Original Author" means the individual or entity who created the Work.
- e. "Work" means the copyrightable work of authorship offered under the
- terms of this License.
- f. "You" means an individual or entity exercising rights under this
- License who has not previously violated the terms of this License with
- respect to the Work, or who has received express permission from the
- Licensor to exercise rights under this License despite a previous
- violation.
-
-2. Fair Use Rights. Nothing in this license is intended to reduce, limit,
-or restrict any rights arising from fair use, first sale or other
-limitations on the exclusive rights of the copyright owner under copyright
-law or other applicable laws.
-
-3. License Grant. Subject to the terms and conditions of this License,
-Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
-perpetual (for the duration of the applicable copyright) license to
-exercise the rights in the Work as stated below:
-
- a. to reproduce the Work, to incorporate the Work into one or more
- Collective Works, and to reproduce the Work as incorporated in the
- Collective Works;
- b. to distribute copies or phonorecords of, display publicly, perform
- publicly, and perform publicly by means of a digital audio
- transmission the Work including as incorporated in Collective Works;
-
-The above rights may be exercised in all media and formats whether now
-known or hereafter devised. The above rights include the right to make
-such modifications as are technically necessary to exercise the rights in
-other media and formats, but otherwise you have no rights to make
-Derivative Works. All rights not expressly granted by Licensor are hereby
-reserved, including but not limited to the rights set forth in Sections
-4(d) and 4(e).
-
-4. Restrictions. The license granted in Section 3 above is expressly made
-subject to and limited by the following restrictions:
-
- a. You may distribute, publicly display, publicly perform, or publicly
- digitally perform the Work only under the terms of this License, and
- You must include a copy of, or the Uniform Resource Identifier for,
- this License with every copy or phonorecord of the Work You
- distribute, publicly display, publicly perform, or publicly digitally
- perform. You may not offer or impose any terms on the Work that alter
- or restrict the terms of this License or the recipients' exercise of
- the rights granted hereunder. You may not sublicense the Work. You
- must keep intact all notices that refer to this License and to the
- disclaimer of warranties. You may not distribute, publicly display,
- publicly perform, or publicly digitally perform the Work with any
- technological measures that control access or use of the Work in a
- manner inconsistent with the terms of this License Agreement. The
- above applies to the Work as incorporated in a Collective Work, but
- this does not require the Collective Work apart from the Work itself
- to be made subject to the terms of this License. If You create a
- Collective Work, upon notice from any Licensor You must, to the extent
- practicable, remove from the Collective Work any credit as required by
- clause 4(c), as requested.
- b. You may not exercise any of the rights granted to You in Section 3
- above in any manner that is primarily intended for or directed toward
- commercial advantage or private monetary compensation. The exchange of
- the Work for other copyrighted works by means of digital file- sharing
- or otherwise shall not be considered to be intended for or directed
- toward commercial advantage or private monetary compensation, provided
- there is no payment of any monetary compensation in connection with
- the exchange of copyrighted works.
- c. If you distribute, publicly display, publicly perform, or publicly
- digitally perform the Work, You must keep intact all copyright notices
- for the Work and provide, reasonable to the medium or means You are
- utilizing: (i) the name of the Original Author (or pseudonym, if
- applicable) if supplied, and/or (ii) if the Original Author and/or
- Licensor designate another party or parties (e.g. a sponsor institute,
- publishing entity, journal) for attribution in Licensor's copyright
- notice, terms of service or by other reasonable means, the name of
- such party or parties; the title of the Work if supplied; and to the
- extent reasonably practicable, the Uniform Resource Identifier, if
- any, that Licensor specifies to be associated with the Work, unless
- such URI does not refer to the copyright notice or licensing
- information for the Work. Such credit may be implemented in any
- reasonable manner; provided, however, that in the case of a Collective
- Work, at a minimum such credit will appear where any other comparable
- authorship credit appears and in a manner at least as prominent as
- such other comparable authorship credit.
- d. For the avoidance of doubt, where the Work is a musical composition:
-
- i. Performance Royalties Under Blanket Licenses. Licensor reserves
- the exclusive right to collect, whether individually or via a
- performance rights society (e.g. ASCAP, BMI, SESAC), royalties
- for the public performance or public digital performance (e.g.
- webcast) of the Work if that performance is primarily intended
- for or directed toward commercial advantage or private monetary
- compensation.
- ii. Mechanical Rights and Statutory Royalties. Licensor reserves the
- exclusive right to collect, whether individually or via a music
- rights agency or designated agent (e.g. Harry Fox Agency),
- royalties for any phonorecord You create from the Work ("cover
- version") and distribute, subject to the compulsory license
- created by 17 USC Section 115 of the US Copyright Act (or the
- equivalent in other jurisdictions), if Your distribution of such
- cover version is primarily intended for or directed toward
- commercial advantage or private monetary compensation.
-
- e. Webcasting Rights and Statutory Royalties. For the avoidance of doubt,
- where the Work is a sound recording, Licensor reserves the exclusive
- right to collect, whether individually or via a performance-rights
- society (e.g. SoundExchange), royalties for the public digital
- performance (e.g. webcast) of the Work, subject to the compulsory
- license created by 17 USC Section 114 of the US Copyright Act (or the
- equivalent in other jurisdictions), if Your public digital performance
- is primarily intended for or directed toward commercial advantage or
- private monetary compensation.
-
-5. Representations, Warranties and Disclaimer
-
-UNLESS OTHERWISE MUTUALLY AGREED BY THE PARTIES IN WRITING, LICENSOR
-OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
-KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
-INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
-FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
-LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
-WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
-OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
-
-6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
-LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
-ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
-ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
-BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-7. Termination
-
- a. This License and the rights granted hereunder will terminate
- automatically upon any breach by You of the terms of this License.
- Individuals or entities who have received Collective Works from You
- under this License, however, will not have their licenses terminated
- provided such individuals or entities remain in full compliance with
- those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any
- termination of this License.
- b. Subject to the above terms and conditions, the license granted here is
- perpetual (for the duration of the applicable copyright in the Work).
- Notwithstanding the above, Licensor reserves the right to release the
- Work under different license terms or to stop distributing the Work at
- any time; provided, however that any such election will not serve to
- withdraw this License (or any other license that has been, or is
- required to be, granted under the terms of this License), and this
- License will continue in full force and effect unless terminated as
- stated above.
-
-8. Miscellaneous
-
- a. Each time You distribute or publicly digitally perform the Work or a
- Collective Work, the Licensor offers to the recipient a license to the
- Work on the same terms and conditions as the license granted to You
- under this License.
- b. If any provision of this License is invalid or unenforceable under
- applicable law, it shall not affect the validity or enforceability of
- the remainder of the terms of this License, and without further action
- by the parties to this agreement, such provision shall be reformed to
- the minimum extent necessary to make such provision valid and
- enforceable.
- c. No term or provision of this License shall be deemed waived and no
- breach consented to unless such waiver or consent shall be in writing
- and signed by the party to be charged with such waiver or consent.
- d. This License constitutes the entire agreement between the parties with
- respect to the Work licensed here. There are no understandings,
- agreements or representations with respect to the Work not specified
- here. Licensor shall not be bound by any additional provisions that
- may appear in any communication from You. This License may not be
- modified without the mutual written agreement of the Licensor and You.
-
-
- Creative Commons is not a party to this License, and makes no warranty
- whatsoever in connection with the Work. Creative Commons will not be
- liable to You or any party on any legal theory for any damages
- whatsoever, including without limitation any general, special,
- incidental or consequential damages arising in connection to this
- license. Notwithstanding the foregoing two (2) sentences, if Creative
- Commons has expressly identified itself as the Licensor hereunder, it
- shall have all rights and obligations of Licensor.
-
- Except for the limited purpose of indicating to the public that the
- Work is licensed under the CCPL, neither party will use the trademark
- "Creative Commons" or any related trademark or logo of Creative
- Commons without the prior written consent of Creative Commons. Any
- permitted use will be in compliance with Creative Commons'
- then-current trademark usage guidelines, as may be published on its
- website or otherwise made available upon request from time to time.
-
- Creative Commons may be contacted at http://creativecommons.org/.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-ND-3.0 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-ND-3.0
deleted file mode 100644
index 9b026dcba40..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-ND-3.0
+++ /dev/null
@@ -1,308 +0,0 @@
-Creative Commons Legal Code
-
-Attribution-NonCommercial-NoDerivs 3.0 Unported
-
- CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
- LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
- ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
- INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
- REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
- DAMAGES RESULTING FROM ITS USE.
-
-License
-
-THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
-COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
-COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
-AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
-
-BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
-TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
-BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
-CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
-CONDITIONS.
-
-1. Definitions
-
- a. "Adaptation" means a work based upon the Work, or upon the Work and
- other pre-existing works, such as a translation, adaptation,
- derivative work, arrangement of music or other alterations of a
- literary or artistic work, or phonogram or performance and includes
- cinematographic adaptations or any other form in which the Work may be
- recast, transformed, or adapted including in any form recognizably
- derived from the original, except that a work that constitutes a
- Collection will not be considered an Adaptation for the purpose of
- this License. For the avoidance of doubt, where the Work is a musical
- work, performance or phonogram, the synchronization of the Work in
- timed-relation with a moving image ("synching") will be considered an
- Adaptation for the purpose of this License.
- b. "Collection" means a collection of literary or artistic works, such as
- encyclopedias and anthologies, or performances, phonograms or
- broadcasts, or other works or subject matter other than works listed
- in Section 1(f) below, which, by reason of the selection and
- arrangement of their contents, constitute intellectual creations, in
- which the Work is included in its entirety in unmodified form along
- with one or more other contributions, each constituting separate and
- independent works in themselves, which together are assembled into a
- collective whole. A work that constitutes a Collection will not be
- considered an Adaptation (as defined above) for the purposes of this
- License.
- c. "Distribute" means to make available to the public the original and
- copies of the Work through sale or other transfer of ownership.
- d. "Licensor" means the individual, individuals, entity or entities that
- offer(s) the Work under the terms of this License.
- e. "Original Author" means, in the case of a literary or artistic work,
- the individual, individuals, entity or entities who created the Work
- or if no individual or entity can be identified, the publisher; and in
- addition (i) in the case of a performance the actors, singers,
- musicians, dancers, and other persons who act, sing, deliver, declaim,
- play in, interpret or otherwise perform literary or artistic works or
- expressions of folklore; (ii) in the case of a phonogram the producer
- being the person or legal entity who first fixes the sounds of a
- performance or other sounds; and, (iii) in the case of broadcasts, the
- organization that transmits the broadcast.
- f. "Work" means the literary and/or artistic work offered under the terms
- of this License including without limitation any production in the
- literary, scientific and artistic domain, whatever may be the mode or
- form of its expression including digital form, such as a book,
- pamphlet and other writing; a lecture, address, sermon or other work
- of the same nature; a dramatic or dramatico-musical work; a
- choreographic work or entertainment in dumb show; a musical
- composition with or without words; a cinematographic work to which are
- assimilated works expressed by a process analogous to cinematography;
- a work of drawing, painting, architecture, sculpture, engraving or
- lithography; a photographic work to which are assimilated works
- expressed by a process analogous to photography; a work of applied
- art; an illustration, map, plan, sketch or three-dimensional work
- relative to geography, topography, architecture or science; a
- performance; a broadcast; a phonogram; a compilation of data to the
- extent it is protected as a copyrightable work; or a work performed by
- a variety or circus performer to the extent it is not otherwise
- considered a literary or artistic work.
- g. "You" means an individual or entity exercising rights under this
- License who has not previously violated the terms of this License with
- respect to the Work, or who has received express permission from the
- Licensor to exercise rights under this License despite a previous
- violation.
- h. "Publicly Perform" means to perform public recitations of the Work and
- to communicate to the public those public recitations, by any means or
- process, including by wire or wireless means or public digital
- performances; to make available to the public Works in such a way that
- members of the public may access these Works from a place and at a
- place individually chosen by them; to perform the Work to the public
- by any means or process and the communication to the public of the
- performances of the Work, including by public digital performance; to
- broadcast and rebroadcast the Work by any means including signs,
- sounds or images.
- i. "Reproduce" means to make copies of the Work by any means including
- without limitation by sound or visual recordings and the right of
- fixation and reproducing fixations of the Work, including storage of a
- protected performance or phonogram in digital form or other electronic
- medium.
-
-2. Fair Dealing Rights. Nothing in this License is intended to reduce,
-limit, or restrict any uses free from copyright or rights arising from
-limitations or exceptions that are provided for in connection with the
-copyright protection under copyright law or other applicable laws.
-
-3. License Grant. Subject to the terms and conditions of this License,
-Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
-perpetual (for the duration of the applicable copyright) license to
-exercise the rights in the Work as stated below:
-
- a. to Reproduce the Work, to incorporate the Work into one or more
- Collections, and to Reproduce the Work as incorporated in the
- Collections; and,
- b. to Distribute and Publicly Perform the Work including as incorporated
- in Collections.
-
-The above rights may be exercised in all media and formats whether now
-known or hereafter devised. The above rights include the right to make
-such modifications as are technically necessary to exercise the rights in
-other media and formats, but otherwise you have no rights to make
-Adaptations. Subject to 8(f), all rights not expressly granted by Licensor
-are hereby reserved, including but not limited to the rights set forth in
-Section 4(d).
-
-4. Restrictions. The license granted in Section 3 above is expressly made
-subject to and limited by the following restrictions:
-
- a. You may Distribute or Publicly Perform the Work only under the terms
- of this License. You must include a copy of, or the Uniform Resource
- Identifier (URI) for, this License with every copy of the Work You
- Distribute or Publicly Perform. You may not offer or impose any terms
- on the Work that restrict the terms of this License or the ability of
- the recipient of the Work to exercise the rights granted to that
- recipient under the terms of the License. You may not sublicense the
- Work. You must keep intact all notices that refer to this License and
- to the disclaimer of warranties with every copy of the Work You
- Distribute or Publicly Perform. When You Distribute or Publicly
- Perform the Work, You may not impose any effective technological
- measures on the Work that restrict the ability of a recipient of the
- Work from You to exercise the rights granted to that recipient under
- the terms of the License. This Section 4(a) applies to the Work as
- incorporated in a Collection, but this does not require the Collection
- apart from the Work itself to be made subject to the terms of this
- License. If You create a Collection, upon notice from any Licensor You
- must, to the extent practicable, remove from the Collection any credit
- as required by Section 4(c), as requested.
- b. You may not exercise any of the rights granted to You in Section 3
- above in any manner that is primarily intended for or directed toward
- commercial advantage or private monetary compensation. The exchange of
- the Work for other copyrighted works by means of digital file-sharing
- or otherwise shall not be considered to be intended for or directed
- toward commercial advantage or private monetary compensation, provided
- there is no payment of any monetary compensation in connection with
- the exchange of copyrighted works.
- c. If You Distribute, or Publicly Perform the Work or Collections, You
- must, unless a request has been made pursuant to Section 4(a), keep
- intact all copyright notices for the Work and provide, reasonable to
- the medium or means You are utilizing: (i) the name of the Original
- Author (or pseudonym, if applicable) if supplied, and/or if the
- Original Author and/or Licensor designate another party or parties
- (e.g., a sponsor institute, publishing entity, journal) for
- attribution ("Attribution Parties") in Licensor's copyright notice,
- terms of service or by other reasonable means, the name of such party
- or parties; (ii) the title of the Work if supplied; (iii) to the
- extent reasonably practicable, the URI, if any, that Licensor
- specifies to be associated with the Work, unless such URI does not
- refer to the copyright notice or licensing information for the Work.
- The credit required by this Section 4(c) may be implemented in any
- reasonable manner; provided, however, that in the case of a
- Collection, at a minimum such credit will appear, if a credit for all
- contributing authors of Collection appears, then as part of these
- credits and in a manner at least as prominent as the credits for the
- other contributing authors. For the avoidance of doubt, You may only
- use the credit required by this Section for the purpose of attribution
- in the manner set out above and, by exercising Your rights under this
- License, You may not implicitly or explicitly assert or imply any
- connection with, sponsorship or endorsement by the Original Author,
- Licensor and/or Attribution Parties, as appropriate, of You or Your
- use of the Work, without the separate, express prior written
- permission of the Original Author, Licensor and/or Attribution
- Parties.
- d. For the avoidance of doubt:
-
- i. Non-waivable Compulsory License Schemes. In those jurisdictions in
- which the right to collect royalties through any statutory or
- compulsory licensing scheme cannot be waived, the Licensor
- reserves the exclusive right to collect such royalties for any
- exercise by You of the rights granted under this License;
- ii. Waivable Compulsory License Schemes. In those jurisdictions in
- which the right to collect royalties through any statutory or
- compulsory licensing scheme can be waived, the Licensor reserves
- the exclusive right to collect such royalties for any exercise by
- You of the rights granted under this License if Your exercise of
- such rights is for a purpose or use which is otherwise than
- noncommercial as permitted under Section 4(b) and otherwise waives
- the right to collect royalties through any statutory or compulsory
- licensing scheme; and,
- iii. Voluntary License Schemes. The Licensor reserves the right to
- collect royalties, whether individually or, in the event that the
- Licensor is a member of a collecting society that administers
- voluntary licensing schemes, via that society, from any exercise
- by You of the rights granted under this License that is for a
- purpose or use which is otherwise than noncommercial as permitted
- under Section 4(b).
- e. Except as otherwise agreed in writing by the Licensor or as may be
- otherwise permitted by applicable law, if You Reproduce, Distribute or
- Publicly Perform the Work either by itself or as part of any
- Collections, You must not distort, mutilate, modify or take other
- derogatory action in relation to the Work which would be prejudicial
- to the Original Author's honor or reputation.
-
-5. Representations, Warranties and Disclaimer
-
-UNLESS OTHERWISE MUTUALLY AGREED BY THE PARTIES IN WRITING, LICENSOR
-OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
-KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
-INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
-FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
-LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
-WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
-OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
-
-6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
-LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
-ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
-ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
-BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-7. Termination
-
- a. This License and the rights granted hereunder will terminate
- automatically upon any breach by You of the terms of this License.
- Individuals or entities who have received Collections from You under
- this License, however, will not have their licenses terminated
- provided such individuals or entities remain in full compliance with
- those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any
- termination of this License.
- b. Subject to the above terms and conditions, the license granted here is
- perpetual (for the duration of the applicable copyright in the Work).
- Notwithstanding the above, Licensor reserves the right to release the
- Work under different license terms or to stop distributing the Work at
- any time; provided, however that any such election will not serve to
- withdraw this License (or any other license that has been, or is
- required to be, granted under the terms of this License), and this
- License will continue in full force and effect unless terminated as
- stated above.
-
-8. Miscellaneous
-
- a. Each time You Distribute or Publicly Perform the Work or a Collection,
- the Licensor offers to the recipient a license to the Work on the same
- terms and conditions as the license granted to You under this License.
- b. If any provision of this License is invalid or unenforceable under
- applicable law, it shall not affect the validity or enforceability of
- the remainder of the terms of this License, and without further action
- by the parties to this agreement, such provision shall be reformed to
- the minimum extent necessary to make such provision valid and
- enforceable.
- c. No term or provision of this License shall be deemed waived and no
- breach consented to unless such waiver or consent shall be in writing
- and signed by the party to be charged with such waiver or consent.
- d. This License constitutes the entire agreement between the parties with
- respect to the Work licensed here. There are no understandings,
- agreements or representations with respect to the Work not specified
- here. Licensor shall not be bound by any additional provisions that
- may appear in any communication from You. This License may not be
- modified without the mutual written agreement of the Licensor and You.
- e. The rights granted under, and the subject matter referenced, in this
- License were drafted utilizing the terminology of the Berne Convention
- for the Protection of Literary and Artistic Works (as amended on
- September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
- Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
- and the Universal Copyright Convention (as revised on July 24, 1971).
- These rights and subject matter take effect in the relevant
- jurisdiction in which the License terms are sought to be enforced
- according to the corresponding provisions of the implementation of
- those treaty provisions in the applicable national law. If the
- standard suite of rights granted under applicable copyright law
- includes additional rights not granted under this License, such
- additional rights are deemed to be included in the License; this
- License is not intended to restrict the license of any rights under
- applicable law.
-
-
-Creative Commons Notice
-
- Creative Commons is not a party to this License, and makes no warranty
- whatsoever in connection with the Work. Creative Commons will not be
- liable to You or any party on any legal theory for any damages
- whatsoever, including without limitation any general, special,
- incidental or consequential damages arising in connection to this
- license. Notwithstanding the foregoing two (2) sentences, if Creative
- Commons has expressly identified itself as the Licensor hereunder, it
- shall have all rights and obligations of Licensor.
-
- Except for the limited purpose of indicating to the public that the
- Work is licensed under the CCPL, Creative Commons does not authorize
- the use by either party of the trademark "Creative Commons" or any
- related trademark or logo of Creative Commons without the prior
- written consent of Creative Commons. Any permitted use will be in
- compliance with Creative Commons' then-current trademark usage
- guidelines, as may be published on its website or otherwise made
- available upon request from time to time. For the avoidance of doubt,
- this trademark restriction does not form part of this License.
-
- Creative Commons may be contacted at http://creativecommons.org/.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-ND-4.0 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-ND-4.0
deleted file mode 100644
index cfe676c5418..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-ND-4.0
+++ /dev/null
@@ -1,403 +0,0 @@
-Attribution-NonCommercial-NoDerivatives 4.0 International
-
-=======================================================================
-
-Creative Commons Corporation ("Creative Commons") is not a law firm and
-does not provide legal services or legal advice. Distribution of
-Creative Commons public licenses does not create a lawyer-client or
-other relationship. Creative Commons makes its licenses and related
-information available on an "as-is" basis. Creative Commons gives no
-warranties regarding its licenses, any material licensed under their
-terms and conditions, or any related information. Creative Commons
-disclaims all liability for damages resulting from their use to the
-fullest extent possible.
-
-Using Creative Commons Public Licenses
-
-Creative Commons public licenses provide a standard set of terms and
-conditions that creators and other rights holders may use to share
-original works of authorship and other material subject to copyright
-and certain other rights specified in the public license below. The
-following considerations are for informational purposes only, are not
-exhaustive, and do not form part of our licenses.
-
- Considerations for licensors: Our public licenses are
- intended for use by those authorized to give the public
- permission to use material in ways otherwise restricted by
- copyright and certain other rights. Our licenses are
- irrevocable. Licensors should read and understand the terms
- and conditions of the license they choose before applying it.
- Licensors should also secure all rights necessary before
- applying our licenses so that the public can reuse the
- material as expected. Licensors should clearly mark any
- material not subject to the license. This includes other CC-
- licensed material, or material used under an exception or
- limitation to copyright. More considerations for licensors:
- wiki.creativecommons.org/Considerations_for_licensors
-
- Considerations for the public: By using one of our public
- licenses, a licensor grants the public permission to use the
- licensed material under specified terms and conditions. If
- the licensor's permission is not necessary for any reason--for
- example, because of any applicable exception or limitation to
- copyright--then that use is not regulated by the license. Our
- licenses grant only permissions under copyright and certain
- other rights that a licensor has authority to grant. Use of
- the licensed material may still be restricted for other
- reasons, including because others have copyright or other
- rights in the material. A licensor may make special requests,
- such as asking that all changes be marked or described.
- Although not required by our licenses, you are encouraged to
- respect those requests where reasonable. More considerations
- for the public:
- wiki.creativecommons.org/Considerations_for_licensees
-
-=======================================================================
-
-Creative Commons Attribution-NonCommercial-NoDerivatives 4.0
-International Public License
-
-By exercising the Licensed Rights (defined below), You accept and agree
-to be bound by the terms and conditions of this Creative Commons
-Attribution-NonCommercial-NoDerivatives 4.0 International Public
-License ("Public License"). To the extent this Public License may be
-interpreted as a contract, You are granted the Licensed Rights in
-consideration of Your acceptance of these terms and conditions, and the
-Licensor grants You such rights in consideration of benefits the
-Licensor receives from making the Licensed Material available under
-these terms and conditions.
-
-
-Section 1 -- Definitions.
-
- a. Adapted Material means material subject to Copyright and Similar
- Rights that is derived from or based upon the Licensed Material
- and in which the Licensed Material is translated, altered,
- arranged, transformed, or otherwise modified in a manner requiring
- permission under the Copyright and Similar Rights held by the
- Licensor. For purposes of this Public License, where the Licensed
- Material is a musical work, performance, or sound recording,
- Adapted Material is always produced where the Licensed Material is
- synched in timed relation with a moving image.
-
- b. Copyright and Similar Rights means copyright and/or similar rights
- closely related to copyright including, without limitation,
- performance, broadcast, sound recording, and Sui Generis Database
- Rights, without regard to how the rights are labeled or
- categorized. For purposes of this Public License, the rights
- specified in Section 2(b)(1)-(2) are not Copyright and Similar
- Rights.
-
- c. Effective Technological Measures means those measures that, in the
- absence of proper authority, may not be circumvented under laws
- fulfilling obligations under Article 11 of the WIPO Copyright
- Treaty adopted on December 20, 1996, and/or similar international
- agreements.
-
- d. Exceptions and Limitations means fair use, fair dealing, and/or
- any other exception or limitation to Copyright and Similar Rights
- that applies to Your use of the Licensed Material.
-
- e. Licensed Material means the artistic or literary work, database,
- or other material to which the Licensor applied this Public
- License.
-
- f. Licensed Rights means the rights granted to You subject to the
- terms and conditions of this Public License, which are limited to
- all Copyright and Similar Rights that apply to Your use of the
- Licensed Material and that the Licensor has authority to license.
-
- g. Licensor means the individual(s) or entity(ies) granting rights
- under this Public License.
-
- h. NonCommercial means not primarily intended for or directed towards
- commercial advantage or monetary compensation. For purposes of
- this Public License, the exchange of the Licensed Material for
- other material subject to Copyright and Similar Rights by digital
- file-sharing or similar means is NonCommercial provided there is
- no payment of monetary compensation in connection with the
- exchange.
-
- i. Share means to provide material to the public by any means or
- process that requires permission under the Licensed Rights, such
- as reproduction, public display, public performance, distribution,
- dissemination, communication, or importation, and to make material
- available to the public including in ways that members of the
- public may access the material from a place and at a time
- individually chosen by them.
-
- j. Sui Generis Database Rights means rights other than copyright
- resulting from Directive 96/9/EC of the European Parliament and of
- the Council of 11 March 1996 on the legal protection of databases,
- as amended and/or succeeded, as well as other essentially
- equivalent rights anywhere in the world.
-
- k. You means the individual or entity exercising the Licensed Rights
- under this Public License. Your has a corresponding meaning.
-
-
-Section 2 -- Scope.
-
- a. License grant.
-
- 1. Subject to the terms and conditions of this Public License,
- the Licensor hereby grants You a worldwide, royalty-free,
- non-sublicensable, non-exclusive, irrevocable license to
- exercise the Licensed Rights in the Licensed Material to:
-
- a. reproduce and Share the Licensed Material, in whole or
- in part, for NonCommercial purposes only; and
-
- b. produce and reproduce, but not Share, Adapted Material
- for NonCommercial purposes only.
-
- 2. Exceptions and Limitations. For the avoidance of doubt, where
- Exceptions and Limitations apply to Your use, this Public
- License does not apply, and You do not need to comply with
- its terms and conditions.
-
- 3. Term. The term of this Public License is specified in Section
- 6(a).
-
- 4. Media and formats; technical modifications allowed. The
- Licensor authorizes You to exercise the Licensed Rights in
- all media and formats whether now known or hereafter created,
- and to make technical modifications necessary to do so. The
- Licensor waives and/or agrees not to assert any right or
- authority to forbid You from making technical modifications
- necessary to exercise the Licensed Rights, including
- technical modifications necessary to circumvent Effective
- Technological Measures. For purposes of this Public License,
- simply making modifications authorized by this Section 2(a)
- (4) never produces Adapted Material.
-
- 5. Downstream recipients.
-
- a. Offer from the Licensor -- Licensed Material. Every
- recipient of the Licensed Material automatically
- receives an offer from the Licensor to exercise the
- Licensed Rights under the terms and conditions of this
- Public License.
-
- b. No downstream restrictions. You may not offer or impose
- any additional or different terms or conditions on, or
- apply any Effective Technological Measures to, the
- Licensed Material if doing so restricts exercise of the
- Licensed Rights by any recipient of the Licensed
- Material.
-
- 6. No endorsement. Nothing in this Public License constitutes or
- may be construed as permission to assert or imply that You
- are, or that Your use of the Licensed Material is, connected
- with, or sponsored, endorsed, or granted official status by,
- the Licensor or others designated to receive attribution as
- provided in Section 3(a)(1)(A)(i).
-
- b. Other rights.
-
- 1. Moral rights, such as the right of integrity, are not
- licensed under this Public License, nor are publicity,
- privacy, and/or other similar personality rights; however, to
- the extent possible, the Licensor waives and/or agrees not to
- assert any such rights held by the Licensor to the limited
- extent necessary to allow You to exercise the Licensed
- Rights, but not otherwise.
-
- 2. Patent and trademark rights are not licensed under this
- Public License.
-
- 3. To the extent possible, the Licensor waives any right to
- collect royalties from You for the exercise of the Licensed
- Rights, whether directly or through a collecting society
- under any voluntary or waivable statutory or compulsory
- licensing scheme. In all other cases the Licensor expressly
- reserves any right to collect such royalties, including when
- the Licensed Material is used other than for NonCommercial
- purposes.
-
-
-Section 3 -- License Conditions.
-
-Your exercise of the Licensed Rights is expressly made subject to the
-following conditions.
-
- a. Attribution.
-
- 1. If You Share the Licensed Material, You must:
-
- a. retain the following if it is supplied by the Licensor
- with the Licensed Material:
-
- i. identification of the creator(s) of the Licensed
- Material and any others designated to receive
- attribution, in any reasonable manner requested by
- the Licensor (including by pseudonym if
- designated);
-
- ii. a copyright notice;
-
- iii. a notice that refers to this Public License;
-
- iv. a notice that refers to the disclaimer of
- warranties;
-
- v. a URI or hyperlink to the Licensed Material to the
- extent reasonably practicable;
-
- b. indicate if You modified the Licensed Material and
- retain an indication of any previous modifications; and
-
- c. indicate the Licensed Material is licensed under this
- Public License, and include the text of, or the URI or
- hyperlink to, this Public License.
-
- For the avoidance of doubt, You do not have permission under
- this Public License to Share Adapted Material.
-
- 2. You may satisfy the conditions in Section 3(a)(1) in any
- reasonable manner based on the medium, means, and context in
- which You Share the Licensed Material. For example, it may be
- reasonable to satisfy the conditions by providing a URI or
- hyperlink to a resource that includes the required
- information.
-
- 3. If requested by the Licensor, You must remove any of the
- information required by Section 3(a)(1)(A) to the extent
- reasonably practicable.
-
-
-Section 4 -- Sui Generis Database Rights.
-
-Where the Licensed Rights include Sui Generis Database Rights that
-apply to Your use of the Licensed Material:
-
- a. for the avoidance of doubt, Section 2(a)(1) grants You the right
- to extract, reuse, reproduce, and Share all or a substantial
- portion of the contents of the database for NonCommercial purposes
- only and provided You do not Share Adapted Material;
-
- b. if You include all or a substantial portion of the database
- contents in a database in which You have Sui Generis Database
- Rights, then the database in which You have Sui Generis Database
- Rights (but not its individual contents) is Adapted Material; and
-
- c. You must comply with the conditions in Section 3(a) if You Share
- all or a substantial portion of the contents of the database.
-
-For the avoidance of doubt, this Section 4 supplements and does not
-replace Your obligations under this Public License where the Licensed
-Rights include other Copyright and Similar Rights.
-
-
-Section 5 -- Disclaimer of Warranties and Limitation of Liability.
-
- a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
- EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
- AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
- ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
- IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
- WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
- PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
- ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
- KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
- ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
-
- b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
- TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
- NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
- INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
- COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
- USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
- ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
- DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
- IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
-
- c. The disclaimer of warranties and limitation of liability provided
- above shall be interpreted in a manner that, to the extent
- possible, most closely approximates an absolute disclaimer and
- waiver of all liability.
-
-
-Section 6 -- Term and Termination.
-
- a. This Public License applies for the term of the Copyright and
- Similar Rights licensed here. However, if You fail to comply with
- this Public License, then Your rights under this Public License
- terminate automatically.
-
- b. Where Your right to use the Licensed Material has terminated under
- Section 6(a), it reinstates:
-
- 1. automatically as of the date the violation is cured, provided
- it is cured within 30 days of Your discovery of the
- violation; or
-
- 2. upon express reinstatement by the Licensor.
-
- For the avoidance of doubt, this Section 6(b) does not affect any
- right the Licensor may have to seek remedies for Your violations
- of this Public License.
-
- c. For the avoidance of doubt, the Licensor may also offer the
- Licensed Material under separate terms or conditions or stop
- distributing the Licensed Material at any time; however, doing so
- will not terminate this Public License.
-
- d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
- License.
-
-
-Section 7 -- Other Terms and Conditions.
-
- a. The Licensor shall not be bound by any additional or different
- terms or conditions communicated by You unless expressly agreed.
-
- b. Any arrangements, understandings, or agreements regarding the
- Licensed Material not stated herein are separate from and
- independent of the terms and conditions of this Public License.
-
-
-Section 8 -- Interpretation.
-
- a. For the avoidance of doubt, this Public License does not, and
- shall not be interpreted to, reduce, limit, restrict, or impose
- conditions on any use of the Licensed Material that could lawfully
- be made without permission under this Public License.
-
- b. To the extent possible, if any provision of this Public License is
- deemed unenforceable, it shall be automatically reformed to the
- minimum extent necessary to make it enforceable. If the provision
- cannot be reformed, it shall be severed from this Public License
- without affecting the enforceability of the remaining terms and
- conditions.
-
- c. No term or condition of this Public License will be waived and no
- failure to comply consented to unless expressly agreed to by the
- Licensor.
-
- d. Nothing in this Public License constitutes or may be interpreted
- as a limitation upon, or waiver of, any privileges and immunities
- that apply to the Licensor or You, including from the legal
- processes of any jurisdiction or authority.
-
-=======================================================================
-
-Creative Commons is not a party to its public
-licenses. Notwithstanding, Creative Commons may elect to apply one of
-its public licenses to material it publishes and in those instances
-will be considered the “Licensor.” The text of the Creative Commons
-public licenses is dedicated to the public domain under the CC0 Public
-Domain Dedication. Except for the limited purpose of indicating that
-material is shared under a Creative Commons public license or as
-otherwise permitted by the Creative Commons policies published at
-creativecommons.org/policies, Creative Commons does not authorize the
-use of the trademark "Creative Commons" or any other trademark or logo
-of Creative Commons without its prior written consent including,
-without limitation, in connection with any unauthorized modifications
-to any of its public licenses or any other arrangements,
-understandings, or agreements concerning use of licensed material. For
-the avoidance of doubt, this paragraph does not form part of the
-public licenses.
-
-Creative Commons may be contacted at creativecommons.org.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-SA-1.0 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-SA-1.0
deleted file mode 100644
index 16fd01e4547..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-SA-1.0
+++ /dev/null
@@ -1,236 +0,0 @@
-Creative Commons Legal Code
-
-Attribution-NonCommercial-ShareAlike 1.0
-
- CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
- LEGAL SERVICES. DISTRIBUTION OF THIS DRAFT LICENSE DOES NOT CREATE AN
- ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
- INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
- REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
- DAMAGES RESULTING FROM ITS USE.
-
-License
-
-THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
-COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
-COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
-AUTHORIZED UNDER THIS LICENSE IS PROHIBITED.
-
-BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
-TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
-RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
-AND CONDITIONS.
-
-1. Definitions
-
- a. "Collective Work" means a work, such as a periodical issue, anthology
- or encyclopedia, in which the Work in its entirety in unmodified form,
- along with a number of other contributions, constituting separate and
- independent works in themselves, are assembled into a collective
- whole. A work that constitutes a Collective Work will not be
- considered a Derivative Work (as defined below) for the purposes of
- this License.
- b. "Derivative Work" means a work based upon the Work or upon the Work
- and other pre-existing works, such as a translation, musical
- arrangement, dramatization, fictionalization, motion picture version,
- sound recording, art reproduction, abridgment, condensation, or any
- other form in which the Work may be recast, transformed, or adapted,
- except that a work that constitutes a Collective Work will not be
- considered a Derivative Work for the purpose of this License.
- c. "Licensor" means the individual or entity that offers the Work under
- the terms of this License.
- d. "Original Author" means the individual or entity who created the Work.
- e. "Work" means the copyrightable work of authorship offered under the
- terms of this License.
- f. "You" means an individual or entity exercising rights under this
- License who has not previously violated the terms of this License with
- respect to the Work, or who has received express permission from the
- Licensor to exercise rights under this License despite a previous
- violation.
-
-2. Fair Use Rights. Nothing in this license is intended to reduce, limit,
-or restrict any rights arising from fair use, first sale or other
-limitations on the exclusive rights of the copyright owner under copyright
-law or other applicable laws.
-
-3. License Grant. Subject to the terms and conditions of this License,
-Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
-perpetual (for the duration of the applicable copyright) license to
-exercise the rights in the Work as stated below:
-
- a. to reproduce the Work, to incorporate the Work into one or more
- Collective Works, and to reproduce the Work as incorporated in the
- Collective Works;
- b. to create and reproduce Derivative Works;
- c. to distribute copies or phonorecords of, display publicly, perform
- publicly, and perform publicly by means of a digital audio
- transmission the Work including as incorporated in Collective Works;
- d. to distribute copies or phonorecords of, display publicly, perform
- publicly, and perform publicly by means of a digital audio
- transmission Derivative Works;
-
-The above rights may be exercised in all media and formats whether now
-known or hereafter devised. The above rights include the right to make
-such modifications as are technically necessary to exercise the rights in
-other media and formats. All rights not expressly granted by Licensor are
-hereby reserved.
-
-4. Restrictions. The license granted in Section 3 above is expressly made
-subject to and limited by the following restrictions:
-
- a. You may distribute, publicly display, publicly perform, or publicly
- digitally perform the Work only under the terms of this License, and
- You must include a copy of, or the Uniform Resource Identifier for,
- this License with every copy or phonorecord of the Work You
- distribute, publicly display, publicly perform, or publicly digitally
- perform. You may not offer or impose any terms on the Work that alter
- or restrict the terms of this License or the recipients' exercise of
- the rights granted hereunder. You may not sublicense the Work. You
- must keep intact all notices that refer to this License and to the
- disclaimer of warranties. You may not distribute, publicly display,
- publicly perform, or publicly digitally perform the Work with any
- technological measures that control access or use of the Work in a
- manner inconsistent with the terms of this License Agreement. The
- above applies to the Work as incorporated in a Collective Work, but
- this does not require the Collective Work apart from the Work itself
- to be made subject to the terms of this License. If You create a
- Collective Work, upon notice from any Licensor You must, to the extent
- practicable, remove from the Collective Work any reference to such
- Licensor or the Original Author, as requested. If You create a
- Derivative Work, upon notice from any Licensor You must, to the extent
- practicable, remove from the Derivative Work any reference to such
- Licensor or the Original Author, as requested.
- b. You may distribute, publicly display, publicly perform, or publicly
- digitally perform a Derivative Work only under the terms of this
- License, and You must include a copy of, or the Uniform Resource
- Identifier for, this License with every copy or phonorecord of each
- Derivative Work You distribute, publicly display, publicly perform, or
- publicly digitally perform. You may not offer or impose any terms on
- the Derivative Works that alter or restrict the terms of this License
- or the recipients' exercise of the rights granted hereunder, and You
- must keep intact all notices that refer to this License and to the
- disclaimer of warranties. You may not distribute, publicly display,
- publicly perform, or publicly digitally perform the Derivative Work
- with any technological measures that control access or use of the Work
- in a manner inconsistent with the terms of this License Agreement. The
- above applies to the Derivative Work as incorporated in a Collective
- Work, but this does not require the Collective Work apart from the
- Derivative Work itself to be made subject to the terms of this
- License.
- c. You may not exercise any of the rights granted to You in Section 3
- above in any manner that is primarily intended for or directed toward
- commercial advantage or private monetary compensation. The exchange of
- the Work for other copyrighted works by means of digital file-sharing
- or otherwise shall not be considered to be intended for or directed
- toward commercial advantage or private monetary compensation, provided
- there is no payment of any monetary compensation in connection with
- the exchange of copyrighted works.
- d. If you distribute, publicly display, publicly perform, or publicly
- digitally perform the Work or any Derivative Works or Collective
- Works, You must keep intact all copyright notices for the Work and
- give the Original Author credit reasonable to the medium or means You
- are utilizing by conveying the name (or pseudonym if applicable) of
- the Original Author if supplied; the title of the Work if supplied; in
- the case of a Derivative Work, a credit identifying the use of the
- Work in the Derivative Work (e.g., "French translation of the Work by
- Original Author," or "Screenplay based on original Work by Original
- Author"). Such credit may be implemented in any reasonable manner;
- provided, however, that in the case of a Derivative Work or Collective
- Work, at a minimum such credit will appear where any other comparable
- authorship credit appears and in a manner at least as prominent as
- such other comparable authorship credit.
-
-5. Representations, Warranties and Disclaimer
-
- a. By offering the Work for public release under this License, Licensor
- represents and warrants that, to the best of Licensor's knowledge
- after reasonable inquiry:
-
- i. Licensor has secured all rights in the Work necessary to grant the
- license rights hereunder and to permit the lawful exercise of the
- rights granted hereunder without You having any obligation to pay
- any royalties, compulsory license fees, residuals or any other
- payments;
- ii. The Work does not infringe the copyright, trademark, publicity
- rights, common law rights or any other right of any third party or
- constitute defamation, invasion of privacy or other tortious
- injury to any third party.
-
- b. EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE AGREED IN
- WRITING OR REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN "AS
- IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED
- INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES REGARDING THE CONTENTS
- OR ACCURACY OF THE WORK.
-
-6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
-LAW, AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY
-RESULTING FROM BREACH OF THE WARRANTIES IN SECTION 5, IN NO EVENT WILL
-LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL,
-CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE
-OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-7. Termination
-
- a. This License and the rights granted hereunder will terminate
- automatically upon any breach by You of the terms of this License.
- Individuals or entities who have received Derivative Works or
- Collective Works from You under this License, however, will not have
- their licenses terminated provided such individuals or entities remain
- in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8
- will survive any termination of this License.
- b. Subject to the above terms and conditions, the license granted here is
- perpetual (for the duration of the applicable copyright in the Work).
- Notwithstanding the above, Licensor reserves the right to release the
- Work under different license terms or to stop distributing the Work at
- any time; provided, however that any such election will not serve to
- withdraw this License (or any other license that has been, or is
- required to be, granted under the terms of this License), and this
- License will continue in full force and effect unless terminated as
- stated above.
-
-8. Miscellaneous
-
- a. Each time You distribute or publicly digitally perform the Work or a
- Collective Work, the Licensor offers to the recipient a license to the
- Work on the same terms and conditions as the license granted to You
- under this License.
- b. Each time You distribute or publicly digitally perform a Derivative
- Work, Licensor offers to the recipient a license to the original Work
- on the same terms and conditions as the license granted to You under
- this License.
- c. If any provision of this License is invalid or unenforceable under
- applicable law, it shall not affect the validity or enforceability of
- the remainder of the terms of this License, and without further action
- by the parties to this agreement, such provision shall be reformed to
- the minimum extent necessary to make such provision valid and
- enforceable.
- d. No term or provision of this License shall be deemed waived and no
- breach consented to unless such waiver or consent shall be in writing
- and signed by the party to be charged with such waiver or consent.
- e. This License constitutes the entire agreement between the parties with
- respect to the Work licensed here. There are no understandings,
- agreements or representations with respect to the Work not specified
- here. Licensor shall not be bound by any additional provisions that
- may appear in any communication from You. This License may not be
- modified without the mutual written agreement of the Licensor and You.
-
-
- Creative Commons is not a party to this License, and makes no warranty
- whatsoever in connection with the Work. Creative Commons will not be
- liable to You or any party on any legal theory for any damages
- whatsoever, including without limitation any general, special,
- incidental or consequential damages arising in connection to this
- license. Notwithstanding the foregoing two (2) sentences, if Creative
- Commons has expressly identified itself as the Licensor hereunder, it
- shall have all rights and obligations of Licensor.
-
- Except for the limited purpose of indicating to the public that the
- Work is licensed under the CCPL, neither party will use the trademark
- "Creative Commons" or any related trademark or logo of Creative
- Commons without the prior written consent of Creative Commons. Any
- permitted use will be in compliance with Creative Commons'
- then-current trademark usage guidelines, as may be published on its
- website or otherwise made available upon request from time to time.
-
- Creative Commons may be contacted at http://creativecommons.org/.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-SA-2.5 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-SA-2.5
deleted file mode 100644
index a29029c0195..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-SA-2.5
+++ /dev/null
@@ -1,270 +0,0 @@
-Creative Commons Legal Code
-
-Attribution-NonCommercial-ShareAlike 2.5
-
- CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
- LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
- ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
- INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
- REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
- DAMAGES RESULTING FROM ITS USE.
-
-License
-
-THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
-COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
-COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
-AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
-
-BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
-TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
-RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
-AND CONDITIONS.
-
-1. Definitions
-
- a. "Collective Work" means a work, such as a periodical issue, anthology
- or encyclopedia, in which the Work in its entirety in unmodified form,
- along with a number of other contributions, constituting separate and
- independent works in themselves, are assembled into a collective
- whole. A work that constitutes a Collective Work will not be
- considered a Derivative Work (as defined below) for the purposes of
- this License.
- b. "Derivative Work" means a work based upon the Work or upon the Work
- and other pre-existing works, such as a translation, musical
- arrangement, dramatization, fictionalization, motion picture version,
- sound recording, art reproduction, abridgment, condensation, or any
- other form in which the Work may be recast, transformed, or adapted,
- except that a work that constitutes a Collective Work will not be
- considered a Derivative Work for the purpose of this License. For the
- avoidance of doubt, where the Work is a musical composition or sound
- recording, the synchronization of the Work in timed-relation with a
- moving image ("synching") will be considered a Derivative Work for the
- purpose of this License.
- c. "Licensor" means the individual or entity that offers the Work under
- the terms of this License.
- d. "Original Author" means the individual or entity who created the Work.
- e. "Work" means the copyrightable work of authorship offered under the
- terms of this License.
- f. "You" means an individual or entity exercising rights under this
- License who has not previously violated the terms of this License with
- respect to the Work, or who has received express permission from the
- Licensor to exercise rights under this License despite a previous
- violation.
- g. "License Elements" means the following high-level license attributes
- as selected by Licensor and indicated in the title of this License:
- Attribution, Noncommercial, ShareAlike.
-
-2. Fair Use Rights. Nothing in this license is intended to reduce, limit,
-or restrict any rights arising from fair use, first sale or other
-limitations on the exclusive rights of the copyright owner under copyright
-law or other applicable laws.
-
-3. License Grant. Subject to the terms and conditions of this License,
-Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
-perpetual (for the duration of the applicable copyright) license to
-exercise the rights in the Work as stated below:
-
- a. to reproduce the Work, to incorporate the Work into one or more
- Collective Works, and to reproduce the Work as incorporated in the
- Collective Works;
- b. to create and reproduce Derivative Works;
- c. to distribute copies or phonorecords of, display publicly, perform
- publicly, and perform publicly by means of a digital audio
- transmission the Work including as incorporated in Collective Works;
- d. to distribute copies or phonorecords of, display publicly, perform
- publicly, and perform publicly by means of a digital audio
- transmission Derivative Works;
-
-The above rights may be exercised in all media and formats whether now
-known or hereafter devised. The above rights include the right to make
-such modifications as are technically necessary to exercise the rights in
-other media and formats. All rights not expressly granted by Licensor are
-hereby reserved, including but not limited to the rights set forth in
-Sections 4(e) and 4(f).
-
-4. Restrictions. The license granted in Section 3 above is expressly made
-subject to and limited by the following restrictions:
-
- a. You may distribute, publicly display, publicly perform, or publicly
- digitally perform the Work only under the terms of this License, and
- You must include a copy of, or the Uniform Resource Identifier for,
- this License with every copy or phonorecord of the Work You
- distribute, publicly display, publicly perform, or publicly digitally
- perform. You may not offer or impose any terms on the Work that alter
- or restrict the terms of this License or the recipients' exercise of
- the rights granted hereunder. You may not sublicense the Work. You
- must keep intact all notices that refer to this License and to the
- disclaimer of warranties. You may not distribute, publicly display,
- publicly perform, or publicly digitally perform the Work with any
- technological measures that control access or use of the Work in a
- manner inconsistent with the terms of this License Agreement. The
- above applies to the Work as incorporated in a Collective Work, but
- this does not require the Collective Work apart from the Work itself
- to be made subject to the terms of this License. If You create a
- Collective Work, upon notice from any Licensor You must, to the extent
- practicable, remove from the Collective Work any credit as required by
- clause 4(d), as requested. If You create a Derivative Work, upon
- notice from any Licensor You must, to the extent practicable, remove
- from the Derivative Work any credit as required by clause 4(d), as
- requested.
- b. You may distribute, publicly display, publicly perform, or publicly
- digitally perform a Derivative Work only under the terms of this
- License, a later version of this License with the same License
- Elements as this License, or a Creative Commons iCommons license that
- contains the same License Elements as this License (e.g. Attribution-
- NonCommercial-ShareAlike 2.5 Japan). You must include a copy of, or
- the Uniform Resource Identifier for, this License or other license
- specified in the previous sentence with every copy or phonorecord of
- each Derivative Work You distribute, publicly display, publicly
- perform, or publicly digitally perform. You may not offer or impose
- any terms on the Derivative Works that alter or restrict the terms of
- this License or the recipients' exercise of the rights granted
- hereunder, and You must keep intact all notices that refer to this
- License and to the disclaimer of warranties. You may not distribute,
- publicly display, publicly perform, or publicly digitally perform the
- Derivative Work with any technological measures that control access or
- use of the Work in a manner inconsistent with the terms of this
- License Agreement. The above applies to the Derivative Work as
- incorporated in a Collective Work, but this does not require the
- Collective Work apart from the Derivative Work itself to be made
- subject to the terms of this License.
- c. You may not exercise any of the rights granted to You in Section 3
- above in any manner that is primarily intended for or directed toward
- commercial advantage or private monetary compensation. The exchange of
- the Work for other copyrighted works by means of digital file- sharing
- or otherwise shall not be considered to be intended for or directed
- toward commercial advantage or private monetary compensation, provided
- there is no payment of any monetary compensation in connection with
- the exchange of copyrighted works.
- d. If you distribute, publicly display, publicly perform, or publicly
- digitally perform the Work or any Derivative Works or Collective
- Works, You must keep intact all copyright notices for the Work and
- provide, reasonable to the medium or means You are utilizing: (i) the
- name of the Original Author (or pseudonym, if applicable) if supplied,
- and/or (ii) if the Original Author and/or Licensor designate another
- party or parties (e.g. a sponsor institute, publishing entity,
- journal) for attribution in Licensor's copyright notice, terms of
- service or by other reasonable means, the name of such party or
- parties; the title of the Work if supplied; to the extent reasonably
- practicable, the Uniform Resource Identifier, if any, that Licensor
- specifies to be associated with the Work, unless such URI does not
- refer to the copyright notice or licensing information for the Work;
- and in the case of a Derivative Work, a credit identifying the use of
- the Work in the Derivative Work (e.g., "French translation of the Work
- by Original Author," or "Screenplay based on original Work by Original
- Author"). Such credit may be implemented in any reasonable manner;
- provided, however, that in the case of a Derivative Work or Collective
- Work, at a minimum such credit will appear where any other comparable
- authorship credit appears and in a manner at least as prominent as
- such other comparable authorship credit.
- e. For the avoidance of doubt, where the Work is a musical composition:
-
- i. Performance Royalties Under Blanket Licenses. Licensor reserves
- the exclusive right to collect, whether individually or via a
- performance rights society (e.g. ASCAP, BMI, SESAC), royalties
- for the public performance or public digital performance (e.g.
- webcast) of the Work if that performance is primarily intended
- for or directed toward commercial advantage or private monetary
- compensation.
- ii. Mechanical Rights and Statutory Royalties. Licensor reserves the
- exclusive right to collect, whether individually or via a music
- rights agency or designated agent (e.g. Harry Fox Agency),
- royalties for any phonorecord You create from the Work ("cover
- version") and distribute, subject to the compulsory license
- created by 17 USC Section 115 of the US Copyright Act (or the
- equivalent in other jurisdictions), if Your distribution of such
- cover version is primarily intended for or directed toward
- commercial advantage or private monetary compensation.
-
- f. Webcasting Rights and Statutory Royalties. For the avoidance of doubt,
- where the Work is a sound recording, Licensor reserves the exclusive
- right to collect, whether individually or via a performance-rights
- society (e.g. SoundExchange), royalties for the public digital
- performance (e.g. webcast) of the Work, subject to the compulsory
- license created by 17 USC Section 114 of the US Copyright Act (or the
- equivalent in other jurisdictions), if Your public digital performance
- is primarily intended for or directed toward commercial advantage or
- private monetary compensation.
-
-5. Representations, Warranties and Disclaimer
-
-UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
-OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
-KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
-INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
-FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
-LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
-WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
-OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
-
-6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
-LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
-ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
-ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
-BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-7. Termination
-
- a. This License and the rights granted hereunder will terminate
- automatically upon any breach by You of the terms of this License.
- Individuals or entities who have received Derivative Works or
- Collective Works from You under this License, however, will not have
- their licenses terminated provided such individuals or entities remain
- in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8
- will survive any termination of this License.
- b. Subject to the above terms and conditions, the license granted here is
- perpetual (for the duration of the applicable copyright in the Work).
- Notwithstanding the above, Licensor reserves the right to release the
- Work under different license terms or to stop distributing the Work at
- any time; provided, however that any such election will not serve to
- withdraw this License (or any other license that has been, or is
- required to be, granted under the terms of this License), and this
- License will continue in full force and effect unless terminated as
- stated above.
-
-8. Miscellaneous
-
- a. Each time You distribute or publicly digitally perform the Work or a
- Collective Work, the Licensor offers to the recipient a license to the
- Work on the same terms and conditions as the license granted to You
- under this License.
- b. Each time You distribute or publicly digitally perform a Derivative
- Work, Licensor offers to the recipient a license to the original Work
- on the same terms and conditions as the license granted to You under
- this License.
- c. If any provision of this License is invalid or unenforceable under
- applicable law, it shall not affect the validity or enforceability of
- the remainder of the terms of this License, and without further action
- by the parties to this agreement, such provision shall be reformed to
- the minimum extent necessary to make such provision valid and
- enforceable.
- d. No term or provision of this License shall be deemed waived and no
- breach consented to unless such waiver or consent shall be in writing
- and signed by the party to be charged with such waiver or consent.
- e. This License constitutes the entire agreement between the parties with
- respect to the Work licensed here. There are no understandings,
- agreements or representations with respect to the Work not specified
- here. Licensor shall not be bound by any additional provisions that
- may appear in any communication from You. This License may not be
- modified without the mutual written agreement of the Licensor and You.
-
-
- Creative Commons is not a party to this License, and makes no warranty
- whatsoever in connection with the Work. Creative Commons will not be
- liable to You or any party on any legal theory for any damages
- whatsoever, including without limitation any general, special,
- incidental or consequential damages arising in connection to this
- license. Notwithstanding the foregoing two (2) sentences, if Creative
- Commons has expressly identified itself as the Licensor hereunder, it
- shall have all rights and obligations of Licensor.
-
- Except for the limited purpose of indicating to the public that the
- Work is licensed under the CCPL, neither party will use the trademark
- "Creative Commons" or any related trademark or logo of Creative
- Commons without the prior written consent of Creative Commons. Any
- permitted use will be in compliance with Creative Commons'
- then-current trademark usage guidelines, as may be published on its
- website or otherwise made available upon request from time to time.
-
- Creative Commons may be contacted at http://creativecommons.org/.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-SA-3.0 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-SA-3.0
deleted file mode 100644
index a632f3e73b2..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-SA-3.0
+++ /dev/null
@@ -1,360 +0,0 @@
-Creative Commons Legal Code
-
-Attribution-NonCommercial-ShareAlike 3.0 Unported
-
- CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
- LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
- ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
- INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
- REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
- DAMAGES RESULTING FROM ITS USE.
-
-License
-
-THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
-COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
-COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
-AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
-
-BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
-TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
-BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
-CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
-CONDITIONS.
-
-1. Definitions
-
- a. "Adaptation" means a work based upon the Work, or upon the Work and
- other pre-existing works, such as a translation, adaptation,
- derivative work, arrangement of music or other alterations of a
- literary or artistic work, or phonogram or performance and includes
- cinematographic adaptations or any other form in which the Work may be
- recast, transformed, or adapted including in any form recognizably
- derived from the original, except that a work that constitutes a
- Collection will not be considered an Adaptation for the purpose of
- this License. For the avoidance of doubt, where the Work is a musical
- work, performance or phonogram, the synchronization of the Work in
- timed-relation with a moving image ("synching") will be considered an
- Adaptation for the purpose of this License.
- b. "Collection" means a collection of literary or artistic works, such as
- encyclopedias and anthologies, or performances, phonograms or
- broadcasts, or other works or subject matter other than works listed
- in Section 1(g) below, which, by reason of the selection and
- arrangement of their contents, constitute intellectual creations, in
- which the Work is included in its entirety in unmodified form along
- with one or more other contributions, each constituting separate and
- independent works in themselves, which together are assembled into a
- collective whole. A work that constitutes a Collection will not be
- considered an Adaptation (as defined above) for the purposes of this
- License.
- c. "Distribute" means to make available to the public the original and
- copies of the Work or Adaptation, as appropriate, through sale or
- other transfer of ownership.
- d. "License Elements" means the following high-level license attributes
- as selected by Licensor and indicated in the title of this License:
- Attribution, Noncommercial, ShareAlike.
- e. "Licensor" means the individual, individuals, entity or entities that
- offer(s) the Work under the terms of this License.
- f. "Original Author" means, in the case of a literary or artistic work,
- the individual, individuals, entity or entities who created the Work
- or if no individual or entity can be identified, the publisher; and in
- addition (i) in the case of a performance the actors, singers,
- musicians, dancers, and other persons who act, sing, deliver, declaim,
- play in, interpret or otherwise perform literary or artistic works or
- expressions of folklore; (ii) in the case of a phonogram the producer
- being the person or legal entity who first fixes the sounds of a
- performance or other sounds; and, (iii) in the case of broadcasts, the
- organization that transmits the broadcast.
- g. "Work" means the literary and/or artistic work offered under the terms
- of this License including without limitation any production in the
- literary, scientific and artistic domain, whatever may be the mode or
- form of its expression including digital form, such as a book,
- pamphlet and other writing; a lecture, address, sermon or other work
- of the same nature; a dramatic or dramatico-musical work; a
- choreographic work or entertainment in dumb show; a musical
- composition with or without words; a cinematographic work to which are
- assimilated works expressed by a process analogous to cinematography;
- a work of drawing, painting, architecture, sculpture, engraving or
- lithography; a photographic work to which are assimilated works
- expressed by a process analogous to photography; a work of applied
- art; an illustration, map, plan, sketch or three-dimensional work
- relative to geography, topography, architecture or science; a
- performance; a broadcast; a phonogram; a compilation of data to the
- extent it is protected as a copyrightable work; or a work performed by
- a variety or circus performer to the extent it is not otherwise
- considered a literary or artistic work.
- h. "You" means an individual or entity exercising rights under this
- License who has not previously violated the terms of this License with
- respect to the Work, or who has received express permission from the
- Licensor to exercise rights under this License despite a previous
- violation.
- i. "Publicly Perform" means to perform public recitations of the Work and
- to communicate to the public those public recitations, by any means or
- process, including by wire or wireless means or public digital
- performances; to make available to the public Works in such a way that
- members of the public may access these Works from a place and at a
- place individually chosen by them; to perform the Work to the public
- by any means or process and the communication to the public of the
- performances of the Work, including by public digital performance; to
- broadcast and rebroadcast the Work by any means including signs,
- sounds or images.
- j. "Reproduce" means to make copies of the Work by any means including
- without limitation by sound or visual recordings and the right of
- fixation and reproducing fixations of the Work, including storage of a
- protected performance or phonogram in digital form or other electronic
- medium.
-
-2. Fair Dealing Rights. Nothing in this License is intended to reduce,
-limit, or restrict any uses free from copyright or rights arising from
-limitations or exceptions that are provided for in connection with the
-copyright protection under copyright law or other applicable laws.
-
-3. License Grant. Subject to the terms and conditions of this License,
-Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
-perpetual (for the duration of the applicable copyright) license to
-exercise the rights in the Work as stated below:
-
- a. to Reproduce the Work, to incorporate the Work into one or more
- Collections, and to Reproduce the Work as incorporated in the
- Collections;
- b. to create and Reproduce Adaptations provided that any such Adaptation,
- including any translation in any medium, takes reasonable steps to
- clearly label, demarcate or otherwise identify that changes were made
- to the original Work. For example, a translation could be marked "The
- original work was translated from English to Spanish," or a
- modification could indicate "The original work has been modified.";
- c. to Distribute and Publicly Perform the Work including as incorporated
- in Collections; and,
- d. to Distribute and Publicly Perform Adaptations.
-
-The above rights may be exercised in all media and formats whether now
-known or hereafter devised. The above rights include the right to make
-such modifications as are technically necessary to exercise the rights in
-other media and formats. Subject to Section 8(f), all rights not expressly
-granted by Licensor are hereby reserved, including but not limited to the
-rights described in Section 4(e).
-
-4. Restrictions. The license granted in Section 3 above is expressly made
-subject to and limited by the following restrictions:
-
- a. You may Distribute or Publicly Perform the Work only under the terms
- of this License. You must include a copy of, or the Uniform Resource
- Identifier (URI) for, this License with every copy of the Work You
- Distribute or Publicly Perform. You may not offer or impose any terms
- on the Work that restrict the terms of this License or the ability of
- the recipient of the Work to exercise the rights granted to that
- recipient under the terms of the License. You may not sublicense the
- Work. You must keep intact all notices that refer to this License and
- to the disclaimer of warranties with every copy of the Work You
- Distribute or Publicly Perform. When You Distribute or Publicly
- Perform the Work, You may not impose any effective technological
- measures on the Work that restrict the ability of a recipient of the
- Work from You to exercise the rights granted to that recipient under
- the terms of the License. This Section 4(a) applies to the Work as
- incorporated in a Collection, but this does not require the Collection
- apart from the Work itself to be made subject to the terms of this
- License. If You create a Collection, upon notice from any Licensor You
- must, to the extent practicable, remove from the Collection any credit
- as required by Section 4(d), as requested. If You create an
- Adaptation, upon notice from any Licensor You must, to the extent
- practicable, remove from the Adaptation any credit as required by
- Section 4(d), as requested.
- b. You may Distribute or Publicly Perform an Adaptation only under: (i)
- the terms of this License; (ii) a later version of this License with
- the same License Elements as this License; (iii) a Creative Commons
- jurisdiction license (either this or a later license version) that
- contains the same License Elements as this License (e.g.,
- Attribution-NonCommercial-ShareAlike 3.0 US) ("Applicable License").
- You must include a copy of, or the URI, for Applicable License with
- every copy of each Adaptation You Distribute or Publicly Perform. You
- may not offer or impose any terms on the Adaptation that restrict the
- terms of the Applicable License or the ability of the recipient of the
- Adaptation to exercise the rights granted to that recipient under the
- terms of the Applicable License. You must keep intact all notices that
- refer to the Applicable License and to the disclaimer of warranties
- with every copy of the Work as included in the Adaptation You
- Distribute or Publicly Perform. When You Distribute or Publicly
- Perform the Adaptation, You may not impose any effective technological
- measures on the Adaptation that restrict the ability of a recipient of
- the Adaptation from You to exercise the rights granted to that
- recipient under the terms of the Applicable License. This Section 4(b)
- applies to the Adaptation as incorporated in a Collection, but this
- does not require the Collection apart from the Adaptation itself to be
- made subject to the terms of the Applicable License.
- c. You may not exercise any of the rights granted to You in Section 3
- above in any manner that is primarily intended for or directed toward
- commercial advantage or private monetary compensation. The exchange of
- the Work for other copyrighted works by means of digital file-sharing
- or otherwise shall not be considered to be intended for or directed
- toward commercial advantage or private monetary compensation, provided
- there is no payment of any monetary compensation in con-nection with
- the exchange of copyrighted works.
- d. If You Distribute, or Publicly Perform the Work or any Adaptations or
- Collections, You must, unless a request has been made pursuant to
- Section 4(a), keep intact all copyright notices for the Work and
- provide, reasonable to the medium or means You are utilizing: (i) the
- name of the Original Author (or pseudonym, if applicable) if supplied,
- and/or if the Original Author and/or Licensor designate another party
- or parties (e.g., a sponsor institute, publishing entity, journal) for
- attribution ("Attribution Parties") in Licensor's copyright notice,
- terms of service or by other reasonable means, the name of such party
- or parties; (ii) the title of the Work if supplied; (iii) to the
- extent reasonably practicable, the URI, if any, that Licensor
- specifies to be associated with the Work, unless such URI does not
- refer to the copyright notice or licensing information for the Work;
- and, (iv) consistent with Section 3(b), in the case of an Adaptation,
- a credit identifying the use of the Work in the Adaptation (e.g.,
- "French translation of the Work by Original Author," or "Screenplay
- based on original Work by Original Author"). The credit required by
- this Section 4(d) may be implemented in any reasonable manner;
- provided, however, that in the case of a Adaptation or Collection, at
- a minimum such credit will appear, if a credit for all contributing
- authors of the Adaptation or Collection appears, then as part of these
- credits and in a manner at least as prominent as the credits for the
- other contributing authors. For the avoidance of doubt, You may only
- use the credit required by this Section for the purpose of attribution
- in the manner set out above and, by exercising Your rights under this
- License, You may not implicitly or explicitly assert or imply any
- connection with, sponsorship or endorsement by the Original Author,
- Licensor and/or Attribution Parties, as appropriate, of You or Your
- use of the Work, without the separate, express prior written
- permission of the Original Author, Licensor and/or Attribution
- Parties.
- e. For the avoidance of doubt:
-
- i. Non-waivable Compulsory License Schemes. In those jurisdictions in
- which the right to collect royalties through any statutory or
- compulsory licensing scheme cannot be waived, the Licensor
- reserves the exclusive right to collect such royalties for any
- exercise by You of the rights granted under this License;
- ii. Waivable Compulsory License Schemes. In those jurisdictions in
- which the right to collect royalties through any statutory or
- compulsory licensing scheme can be waived, the Licensor reserves
- the exclusive right to collect such royalties for any exercise by
- You of the rights granted under this License if Your exercise of
- such rights is for a purpose or use which is otherwise than
- noncommercial as permitted under Section 4(c) and otherwise waives
- the right to collect royalties through any statutory or compulsory
- licensing scheme; and,
- iii. Voluntary License Schemes. The Licensor reserves the right to
- collect royalties, whether individually or, in the event that the
- Licensor is a member of a collecting society that administers
- voluntary licensing schemes, via that society, from any exercise
- by You of the rights granted under this License that is for a
- purpose or use which is otherwise than noncommercial as permitted
- under Section 4(c).
- f. Except as otherwise agreed in writing by the Licensor or as may be
- otherwise permitted by applicable law, if You Reproduce, Distribute or
- Publicly Perform the Work either by itself or as part of any
- Adaptations or Collections, You must not distort, mutilate, modify or
- take other derogatory action in relation to the Work which would be
- prejudicial to the Original Author's honor or reputation. Licensor
- agrees that in those jurisdictions (e.g. Japan), in which any exercise
- of the right granted in Section 3(b) of this License (the right to
- make Adaptations) would be deemed to be a distortion, mutilation,
- modification or other derogatory action prejudicial to the Original
- Author's honor and reputation, the Licensor will waive or not assert,
- as appropriate, this Section, to the fullest extent permitted by the
- applicable national law, to enable You to reasonably exercise Your
- right under Section 3(b) of this License (right to make Adaptations)
- but not otherwise.
-
-5. Representations, Warranties and Disclaimer
-
-UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING AND TO THE
-FULLEST EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR OFFERS THE WORK AS-IS
-AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE
-WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT
-LIMITATION, WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
-PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS,
-ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT
-DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED
-WARRANTIES, SO THIS EXCLUSION MAY NOT APPLY TO YOU.
-
-6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
-LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
-ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
-ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
-BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-7. Termination
-
- a. This License and the rights granted hereunder will terminate
- automatically upon any breach by You of the terms of this License.
- Individuals or entities who have received Adaptations or Collections
- from You under this License, however, will not have their licenses
- terminated provided such individuals or entities remain in full
- compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
- survive any termination of this License.
- b. Subject to the above terms and conditions, the license granted here is
- perpetual (for the duration of the applicable copyright in the Work).
- Notwithstanding the above, Licensor reserves the right to release the
- Work under different license terms or to stop distributing the Work at
- any time; provided, however that any such election will not serve to
- withdraw this License (or any other license that has been, or is
- required to be, granted under the terms of this License), and this
- License will continue in full force and effect unless terminated as
- stated above.
-
-8. Miscellaneous
-
- a. Each time You Distribute or Publicly Perform the Work or a Collection,
- the Licensor offers to the recipient a license to the Work on the same
- terms and conditions as the license granted to You under this License.
- b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
- offers to the recipient a license to the original Work on the same
- terms and conditions as the license granted to You under this License.
- c. If any provision of this License is invalid or unenforceable under
- applicable law, it shall not affect the validity or enforceability of
- the remainder of the terms of this License, and without further action
- by the parties to this agreement, such provision shall be reformed to
- the minimum extent necessary to make such provision valid and
- enforceable.
- d. No term or provision of this License shall be deemed waived and no
- breach consented to unless such waiver or consent shall be in writing
- and signed by the party to be charged with such waiver or consent.
- e. This License constitutes the entire agreement between the parties with
- respect to the Work licensed here. There are no understandings,
- agreements or representations with respect to the Work not specified
- here. Licensor shall not be bound by any additional provisions that
- may appear in any communication from You. This License may not be
- modified without the mutual written agreement of the Licensor and You.
- f. The rights granted under, and the subject matter referenced, in this
- License were drafted utilizing the terminology of the Berne Convention
- for the Protection of Literary and Artistic Works (as amended on
- September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
- Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
- and the Universal Copyright Convention (as revised on July 24, 1971).
- These rights and subject matter take effect in the relevant
- jurisdiction in which the License terms are sought to be enforced
- according to the corresponding provisions of the implementation of
- those treaty provisions in the applicable national law. If the
- standard suite of rights granted under applicable copyright law
- includes additional rights not granted under this License, such
- additional rights are deemed to be included in the License; this
- License is not intended to restrict the license of any rights under
- applicable law.
-
-
-Creative Commons Notice
-
- Creative Commons is not a party to this License, and makes no warranty
- whatsoever in connection with the Work. Creative Commons will not be
- liable to You or any party on any legal theory for any damages
- whatsoever, including without limitation any general, special,
- incidental or consequential damages arising in connection to this
- license. Notwithstanding the foregoing two (2) sentences, if Creative
- Commons has expressly identified itself as the Licensor hereunder, it
- shall have all rights and obligations of Licensor.
-
- Except for the limited purpose of indicating to the public that the
- Work is licensed under the CCPL, Creative Commons does not authorize
- the use by either party of the trademark "Creative Commons" or any
- related trademark or logo of Creative Commons without the prior
- written consent of Creative Commons. Any permitted use will be in
- compliance with Creative Commons' then-current trademark usage
- guidelines, as may be published on its website or otherwise made
- available upon request from time to time. For the avoidance of doubt,
- this trademark restriction does not form part of this License.
-
- Creative Commons may be contacted at http://creativecommons.org/.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-SA-4.0 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-SA-4.0
deleted file mode 100644
index 1a3e7c4adec..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-SA-4.0
+++ /dev/null
@@ -1,439 +0,0 @@
-Attribution-NonCommercial-ShareAlike 4.0 International
-
-=======================================================================
-
-Creative Commons Corporation ("Creative Commons") is not a law firm and
-does not provide legal services or legal advice. Distribution of
-Creative Commons public licenses does not create a lawyer-client or
-other relationship. Creative Commons makes its licenses and related
-information available on an "as-is" basis. Creative Commons gives no
-warranties regarding its licenses, any material licensed under their
-terms and conditions, or any related information. Creative Commons
-disclaims all liability for damages resulting from their use to the
-fullest extent possible.
-
-Using Creative Commons Public Licenses
-
-Creative Commons public licenses provide a standard set of terms and
-conditions that creators and other rights holders may use to share
-original works of authorship and other material subject to copyright
-and certain other rights specified in the public license below. The
-following considerations are for informational purposes only, are not
-exhaustive, and do not form part of our licenses.
-
- Considerations for licensors: Our public licenses are
- intended for use by those authorized to give the public
- permission to use material in ways otherwise restricted by
- copyright and certain other rights. Our licenses are
- irrevocable. Licensors should read and understand the terms
- and conditions of the license they choose before applying it.
- Licensors should also secure all rights necessary before
- applying our licenses so that the public can reuse the
- material as expected. Licensors should clearly mark any
- material not subject to the license. This includes other CC-
- licensed material, or material used under an exception or
- limitation to copyright. More considerations for licensors:
- wiki.creativecommons.org/Considerations_for_licensors
-
- Considerations for the public: By using one of our public
- licenses, a licensor grants the public permission to use the
- licensed material under specified terms and conditions. If
- the licensor's permission is not necessary for any reason--for
- example, because of any applicable exception or limitation to
- copyright--then that use is not regulated by the license. Our
- licenses grant only permissions under copyright and certain
- other rights that a licensor has authority to grant. Use of
- the licensed material may still be restricted for other
- reasons, including because others have copyright or other
- rights in the material. A licensor may make special requests,
- such as asking that all changes be marked or described.
- Although not required by our licenses, you are encouraged to
- respect those requests where reasonable. More considerations
- for the public:
- wiki.creativecommons.org/Considerations_for_licensees
-
-=======================================================================
-
-Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
-Public License
-
-By exercising the Licensed Rights (defined below), You accept and agree
-to be bound by the terms and conditions of this Creative Commons
-Attribution-NonCommercial-ShareAlike 4.0 International Public License
-("Public License"). To the extent this Public License may be
-interpreted as a contract, You are granted the Licensed Rights in
-consideration of Your acceptance of these terms and conditions, and the
-Licensor grants You such rights in consideration of benefits the
-Licensor receives from making the Licensed Material available under
-these terms and conditions.
-
-
-Section 1 -- Definitions.
-
- a. Adapted Material means material subject to Copyright and Similar
- Rights that is derived from or based upon the Licensed Material
- and in which the Licensed Material is translated, altered,
- arranged, transformed, or otherwise modified in a manner requiring
- permission under the Copyright and Similar Rights held by the
- Licensor. For purposes of this Public License, where the Licensed
- Material is a musical work, performance, or sound recording,
- Adapted Material is always produced where the Licensed Material is
- synched in timed relation with a moving image.
-
- b. Adapter's License means the license You apply to Your Copyright
- and Similar Rights in Your contributions to Adapted Material in
- accordance with the terms and conditions of this Public License.
-
- c. BY-NC-SA Compatible License means a license listed at
- creativecommons.org/compatiblelicenses, approved by Creative
- Commons as essentially the equivalent of this Public License.
-
- d. Copyright and Similar Rights means copyright and/or similar rights
- closely related to copyright including, without limitation,
- performance, broadcast, sound recording, and Sui Generis Database
- Rights, without regard to how the rights are labeled or
- categorized. For purposes of this Public License, the rights
- specified in Section 2(b)(1)-(2) are not Copyright and Similar
- Rights.
-
- e. Effective Technological Measures means those measures that, in the
- absence of proper authority, may not be circumvented under laws
- fulfilling obligations under Article 11 of the WIPO Copyright
- Treaty adopted on December 20, 1996, and/or similar international
- agreements.
-
- f. Exceptions and Limitations means fair use, fair dealing, and/or
- any other exception or limitation to Copyright and Similar Rights
- that applies to Your use of the Licensed Material.
-
- g. License Elements means the license attributes listed in the name
- of a Creative Commons Public License. The License Elements of this
- Public License are Attribution, NonCommercial, and ShareAlike.
-
- h. Licensed Material means the artistic or literary work, database,
- or other material to which the Licensor applied this Public
- License.
-
- i. Licensed Rights means the rights granted to You subject to the
- terms and conditions of this Public License, which are limited to
- all Copyright and Similar Rights that apply to Your use of the
- Licensed Material and that the Licensor has authority to license.
-
- j. Licensor means the individual(s) or entity(ies) granting rights
- under this Public License.
-
- k. NonCommercial means not primarily intended for or directed towards
- commercial advantage or monetary compensation. For purposes of
- this Public License, the exchange of the Licensed Material for
- other material subject to Copyright and Similar Rights by digital
- file-sharing or similar means is NonCommercial provided there is
- no payment of monetary compensation in connection with the
- exchange.
-
- l. Share means to provide material to the public by any means or
- process that requires permission under the Licensed Rights, such
- as reproduction, public display, public performance, distribution,
- dissemination, communication, or importation, and to make material
- available to the public including in ways that members of the
- public may access the material from a place and at a time
- individually chosen by them.
-
- m. Sui Generis Database Rights means rights other than copyright
- resulting from Directive 96/9/EC of the European Parliament and of
- the Council of 11 March 1996 on the legal protection of databases,
- as amended and/or succeeded, as well as other essentially
- equivalent rights anywhere in the world.
-
- n. You means the individual or entity exercising the Licensed Rights
- under this Public License. Your has a corresponding meaning.
-
-
-Section 2 -- Scope.
-
- a. License grant.
-
- 1. Subject to the terms and conditions of this Public License,
- the Licensor hereby grants You a worldwide, royalty-free,
- non-sublicensable, non-exclusive, irrevocable license to
- exercise the Licensed Rights in the Licensed Material to:
-
- a. reproduce and Share the Licensed Material, in whole or
- in part, for NonCommercial purposes only; and
-
- b. produce, reproduce, and Share Adapted Material for
- NonCommercial purposes only.
-
- 2. Exceptions and Limitations. For the avoidance of doubt, where
- Exceptions and Limitations apply to Your use, this Public
- License does not apply, and You do not need to comply with
- its terms and conditions.
-
- 3. Term. The term of this Public License is specified in Section
- 6(a).
-
- 4. Media and formats; technical modifications allowed. The
- Licensor authorizes You to exercise the Licensed Rights in
- all media and formats whether now known or hereafter created,
- and to make technical modifications necessary to do so. The
- Licensor waives and/or agrees not to assert any right or
- authority to forbid You from making technical modifications
- necessary to exercise the Licensed Rights, including
- technical modifications necessary to circumvent Effective
- Technological Measures. For purposes of this Public License,
- simply making modifications authorized by this Section 2(a)
- (4) never produces Adapted Material.
-
- 5. Downstream recipients.
-
- a. Offer from the Licensor -- Licensed Material. Every
- recipient of the Licensed Material automatically
- receives an offer from the Licensor to exercise the
- Licensed Rights under the terms and conditions of this
- Public License.
-
- b. Additional offer from the Licensor -- Adapted Material.
- Every recipient of Adapted Material from You
- automatically receives an offer from the Licensor to
- exercise the Licensed Rights in the Adapted Material
- under the conditions of the Adapter's License You apply.
-
- c. No downstream restrictions. You may not offer or impose
- any additional or different terms or conditions on, or
- apply any Effective Technological Measures to, the
- Licensed Material if doing so restricts exercise of the
- Licensed Rights by any recipient of the Licensed
- Material.
-
- 6. No endorsement. Nothing in this Public License constitutes or
- may be construed as permission to assert or imply that You
- are, or that Your use of the Licensed Material is, connected
- with, or sponsored, endorsed, or granted official status by,
- the Licensor or others designated to receive attribution as
- provided in Section 3(a)(1)(A)(i).
-
- b. Other rights.
-
- 1. Moral rights, such as the right of integrity, are not
- licensed under this Public License, nor are publicity,
- privacy, and/or other similar personality rights; however, to
- the extent possible, the Licensor waives and/or agrees not to
- assert any such rights held by the Licensor to the limited
- extent necessary to allow You to exercise the Licensed
- Rights, but not otherwise.
-
- 2. Patent and trademark rights are not licensed under this
- Public License.
-
- 3. To the extent possible, the Licensor waives any right to
- collect royalties from You for the exercise of the Licensed
- Rights, whether directly or through a collecting society
- under any voluntary or waivable statutory or compulsory
- licensing scheme. In all other cases the Licensor expressly
- reserves any right to collect such royalties, including when
- the Licensed Material is used other than for NonCommercial
- purposes.
-
-
-Section 3 -- License Conditions.
-
-Your exercise of the Licensed Rights is expressly made subject to the
-following conditions.
-
- a. Attribution.
-
- 1. If You Share the Licensed Material (including in modified
- form), You must:
-
- a. retain the following if it is supplied by the Licensor
- with the Licensed Material:
-
- i. identification of the creator(s) of the Licensed
- Material and any others designated to receive
- attribution, in any reasonable manner requested by
- the Licensor (including by pseudonym if
- designated);
-
- ii. a copyright notice;
-
- iii. a notice that refers to this Public License;
-
- iv. a notice that refers to the disclaimer of
- warranties;
-
- v. a URI or hyperlink to the Licensed Material to the
- extent reasonably practicable;
-
- b. indicate if You modified the Licensed Material and
- retain an indication of any previous modifications; and
-
- c. indicate the Licensed Material is licensed under this
- Public License, and include the text of, or the URI or
- hyperlink to, this Public License.
-
- 2. You may satisfy the conditions in Section 3(a)(1) in any
- reasonable manner based on the medium, means, and context in
- which You Share the Licensed Material. For example, it may be
- reasonable to satisfy the conditions by providing a URI or
- hyperlink to a resource that includes the required
- information.
-
- 3. If requested by the Licensor, You must remove any of the
- information required by Section 3(a)(1)(A) to the extent
- reasonably practicable.
-
- b. ShareAlike.
-
- In addition to the conditions in Section 3(a), if You Share
- Adapted Material You produce, the following conditions also apply.
-
- 1. The Adapter's License You apply must be a Creative Commons
- license with the same License Elements, this version or
- later, or a BY-NC-SA Compatible License.
-
- 2. You must include the text of, or the URI or hyperlink to, the
- Adapter's License You apply. You may satisfy this condition
- in any reasonable manner based on the medium, means, and
- context in which You Share Adapted Material.
-
- 3. You may not offer or impose any additional or different terms
- or conditions on, or apply any Effective Technological
- Measures to, Adapted Material that restrict exercise of the
- rights granted under the Adapter's License You apply.
-
-
-Section 4 -- Sui Generis Database Rights.
-
-Where the Licensed Rights include Sui Generis Database Rights that
-apply to Your use of the Licensed Material:
-
- a. for the avoidance of doubt, Section 2(a)(1) grants You the right
- to extract, reuse, reproduce, and Share all or a substantial
- portion of the contents of the database for NonCommercial purposes
- only;
-
- b. if You include all or a substantial portion of the database
- contents in a database in which You have Sui Generis Database
- Rights, then the database in which You have Sui Generis Database
- Rights (but not its individual contents) is Adapted Material,
- including for purposes of Section 3(b); and
-
- c. You must comply with the conditions in Section 3(a) if You Share
- all or a substantial portion of the contents of the database.
-
-For the avoidance of doubt, this Section 4 supplements and does not
-replace Your obligations under this Public License where the Licensed
-Rights include other Copyright and Similar Rights.
-
-
-Section 5 -- Disclaimer of Warranties and Limitation of Liability.
-
- a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
- EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
- AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
- ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
- IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
- WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
- PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
- ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
- KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
- ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
-
- b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
- TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
- NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
- INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
- COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
- USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
- ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
- DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
- IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
-
- c. The disclaimer of warranties and limitation of liability provided
- above shall be interpreted in a manner that, to the extent
- possible, most closely approximates an absolute disclaimer and
- waiver of all liability.
-
-
-Section 6 -- Term and Termination.
-
- a. This Public License applies for the term of the Copyright and
- Similar Rights licensed here. However, if You fail to comply with
- this Public License, then Your rights under this Public License
- terminate automatically.
-
- b. Where Your right to use the Licensed Material has terminated under
- Section 6(a), it reinstates:
-
- 1. automatically as of the date the violation is cured, provided
- it is cured within 30 days of Your discovery of the
- violation; or
-
- 2. upon express reinstatement by the Licensor.
-
- For the avoidance of doubt, this Section 6(b) does not affect any
- right the Licensor may have to seek remedies for Your violations
- of this Public License.
-
- c. For the avoidance of doubt, the Licensor may also offer the
- Licensed Material under separate terms or conditions or stop
- distributing the Licensed Material at any time; however, doing so
- will not terminate this Public License.
-
- d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
- License.
-
-
-Section 7 -- Other Terms and Conditions.
-
- a. The Licensor shall not be bound by any additional or different
- terms or conditions communicated by You unless expressly agreed.
-
- b. Any arrangements, understandings, or agreements regarding the
- Licensed Material not stated herein are separate from and
- independent of the terms and conditions of this Public License.
-
-
-Section 8 -- Interpretation.
-
- a. For the avoidance of doubt, this Public License does not, and
- shall not be interpreted to, reduce, limit, restrict, or impose
- conditions on any use of the Licensed Material that could lawfully
- be made without permission under this Public License.
-
- b. To the extent possible, if any provision of this Public License is
- deemed unenforceable, it shall be automatically reformed to the
- minimum extent necessary to make it enforceable. If the provision
- cannot be reformed, it shall be severed from this Public License
- without affecting the enforceability of the remaining terms and
- conditions.
-
- c. No term or condition of this Public License will be waived and no
- failure to comply consented to unless expressly agreed to by the
- Licensor.
-
- d. Nothing in this Public License constitutes or may be interpreted
- as a limitation upon, or waiver of, any privileges and immunities
- that apply to the Licensor or You, including from the legal
- processes of any jurisdiction or authority.
-
-
-=======================================================================
-
-Creative Commons is not a party to its public
-licenses. Notwithstanding, Creative Commons may elect to apply one of
-its public licenses to material it publishes and in those instances
-will be considered the “Licensor.” The text of the Creative Commons
-public licenses is dedicated to the public domain under the CC0 Public
-Domain Dedication. Except for the limited purpose of indicating that
-material is shared under a Creative Commons public license or as
-otherwise permitted by the Creative Commons policies published at
-creativecommons.org/policies, Creative Commons does not authorize the
-use of the trademark "Creative Commons" or any other trademark or logo
-of Creative Commons without its prior written consent including,
-without limitation, in connection with any unauthorized modifications
-to any of its public licenses or any other arrangements,
-understandings, or agreements concerning use of licensed material. For
-the avoidance of doubt, this paragraph does not form part of the
-public licenses.
-
-Creative Commons may be contacted at creativecommons.org.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-ND-3.0 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-ND-3.0
deleted file mode 100644
index 2f55dd00b1f..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-ND-3.0
+++ /dev/null
@@ -1,293 +0,0 @@
-Creative Commons Legal Code
-
-Attribution-NoDerivs 3.0 Unported
-
- CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
- LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
- ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
- INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
- REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
- DAMAGES RESULTING FROM ITS USE.
-
-License
-
-THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
-COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
-COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
-AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
-
-BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
-TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
-BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
-CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
-CONDITIONS.
-
-1. Definitions
-
- a. "Adaptation" means a work based upon the Work, or upon the Work and
- other pre-existing works, such as a translation, adaptation,
- derivative work, arrangement of music or other alterations of a
- literary or artistic work, or phonogram or performance and includes
- cinematographic adaptations or any other form in which the Work may be
- recast, transformed, or adapted including in any form recognizably
- derived from the original, except that a work that constitutes a
- Collection will not be considered an Adaptation for the purpose of
- this License. For the avoidance of doubt, where the Work is a musical
- work, performance or phonogram, the synchronization of the Work in
- timed-relation with a moving image ("synching") will be considered an
- Adaptation for the purpose of this License.
- b. "Collection" means a collection of literary or artistic works, such as
- encyclopedias and anthologies, or performances, phonograms or
- broadcasts, or other works or subject matter other than works listed
- in Section 1(f) below, which, by reason of the selection and
- arrangement of their contents, constitute intellectual creations, in
- which the Work is included in its entirety in unmodified form along
- with one or more other contributions, each constituting separate and
- independent works in themselves, which together are assembled into a
- collective whole. A work that constitutes a Collection will not be
- considered an Adaptation (as defined above) for the purposes of this
- License.
- c. "Distribute" means to make available to the public the original and
- copies of the Work through sale or other transfer of ownership.
- d. "Licensor" means the individual, individuals, entity or entities that
- offer(s) the Work under the terms of this License.
- e. "Original Author" means, in the case of a literary or artistic work,
- the individual, individuals, entity or entities who created the Work
- or if no individual or entity can be identified, the publisher; and in
- addition (i) in the case of a performance the actors, singers,
- musicians, dancers, and other persons who act, sing, deliver, declaim,
- play in, interpret or otherwise perform literary or artistic works or
- expressions of folklore; (ii) in the case of a phonogram the producer
- being the person or legal entity who first fixes the sounds of a
- performance or other sounds; and, (iii) in the case of broadcasts, the
- organization that transmits the broadcast.
- f. "Work" means the literary and/or artistic work offered under the terms
- of this License including without limitation any production in the
- literary, scientific and artistic domain, whatever may be the mode or
- form of its expression including digital form, such as a book,
- pamphlet and other writing; a lecture, address, sermon or other work
- of the same nature; a dramatic or dramatico-musical work; a
- choreographic work or entertainment in dumb show; a musical
- composition with or without words; a cinematographic work to which are
- assimilated works expressed by a process analogous to cinematography;
- a work of drawing, painting, architecture, sculpture, engraving or
- lithography; a photographic work to which are assimilated works
- expressed by a process analogous to photography; a work of applied
- art; an illustration, map, plan, sketch or three-dimensional work
- relative to geography, topography, architecture or science; a
- performance; a broadcast; a phonogram; a compilation of data to the
- extent it is protected as a copyrightable work; or a work performed by
- a variety or circus performer to the extent it is not otherwise
- considered a literary or artistic work.
- g. "You" means an individual or entity exercising rights under this
- License who has not previously violated the terms of this License with
- respect to the Work, or who has received express permission from the
- Licensor to exercise rights under this License despite a previous
- violation.
- h. "Publicly Perform" means to perform public recitations of the Work and
- to communicate to the public those public recitations, by any means or
- process, including by wire or wireless means or public digital
- performances; to make available to the public Works in such a way that
- members of the public may access these Works from a place and at a
- place individually chosen by them; to perform the Work to the public
- by any means or process and the communication to the public of the
- performances of the Work, including by public digital performance; to
- broadcast and rebroadcast the Work by any means including signs,
- sounds or images.
- i. "Reproduce" means to make copies of the Work by any means including
- without limitation by sound or visual recordings and the right of
- fixation and reproducing fixations of the Work, including storage of a
- protected performance or phonogram in digital form or other electronic
- medium.
-
-2. Fair Dealing Rights. Nothing in this License is intended to reduce,
-limit, or restrict any uses free from copyright or rights arising from
-limitations or exceptions that are provided for in connection with the
-copyright protection under copyright law or other applicable laws.
-
-3. License Grant. Subject to the terms and conditions of this License,
-Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
-perpetual (for the duration of the applicable copyright) license to
-exercise the rights in the Work as stated below:
-
- a. to Reproduce the Work, to incorporate the Work into one or more
- Collections, and to Reproduce the Work as incorporated in the
- Collections; and,
- b. to Distribute and Publicly Perform the Work including as incorporated
- in Collections.
- c. For the avoidance of doubt:
-
- i. Non-waivable Compulsory License Schemes. In those jurisdictions in
- which the right to collect royalties through any statutory or
- compulsory licensing scheme cannot be waived, the Licensor
- reserves the exclusive right to collect such royalties for any
- exercise by You of the rights granted under this License;
- ii. Waivable Compulsory License Schemes. In those jurisdictions in
- which the right to collect royalties through any statutory or
- compulsory licensing scheme can be waived, the Licensor waives the
- exclusive right to collect such royalties for any exercise by You
- of the rights granted under this License; and,
- iii. Voluntary License Schemes. The Licensor waives the right to
- collect royalties, whether individually or, in the event that the
- Licensor is a member of a collecting society that administers
- voluntary licensing schemes, via that society, from any exercise
- by You of the rights granted under this License.
-
-The above rights may be exercised in all media and formats whether now
-known or hereafter devised. The above rights include the right to make
-such modifications as are technically necessary to exercise the rights in
-other media and formats, but otherwise you have no rights to make
-Adaptations. Subject to Section 8(f), all rights not expressly granted by
-Licensor are hereby reserved.
-
-4. Restrictions. The license granted in Section 3 above is expressly made
-subject to and limited by the following restrictions:
-
- a. You may Distribute or Publicly Perform the Work only under the terms
- of this License. You must include a copy of, or the Uniform Resource
- Identifier (URI) for, this License with every copy of the Work You
- Distribute or Publicly Perform. You may not offer or impose any terms
- on the Work that restrict the terms of this License or the ability of
- the recipient of the Work to exercise the rights granted to that
- recipient under the terms of the License. You may not sublicense the
- Work. You must keep intact all notices that refer to this License and
- to the disclaimer of warranties with every copy of the Work You
- Distribute or Publicly Perform. When You Distribute or Publicly
- Perform the Work, You may not impose any effective technological
- measures on the Work that restrict the ability of a recipient of the
- Work from You to exercise the rights granted to that recipient under
- the terms of the License. This Section 4(a) applies to the Work as
- incorporated in a Collection, but this does not require the Collection
- apart from the Work itself to be made subject to the terms of this
- License. If You create a Collection, upon notice from any Licensor You
- must, to the extent practicable, remove from the Collection any credit
- as required by Section 4(b), as requested.
- b. If You Distribute, or Publicly Perform the Work or Collections, You
- must, unless a request has been made pursuant to Section 4(a), keep
- intact all copyright notices for the Work and provide, reasonable to
- the medium or means You are utilizing: (i) the name of the Original
- Author (or pseudonym, if applicable) if supplied, and/or if the
- Original Author and/or Licensor designate another party or parties
- (e.g., a sponsor institute, publishing entity, journal) for
- attribution ("Attribution Parties") in Licensor's copyright notice,
- terms of service or by other reasonable means, the name of such party
- or parties; (ii) the title of the Work if supplied; (iii) to the
- extent reasonably practicable, the URI, if any, that Licensor
- specifies to be associated with the Work, unless such URI does not
- refer to the copyright notice or licensing information for the Work.
- The credit required by this Section 4(b) may be implemented in any
- reasonable manner; provided, however, that in the case of a
- Collection, at a minimum such credit will appear, if a credit for all
- contributing authors of the Collection appears, then as part of these
- credits and in a manner at least as prominent as the credits for the
- other contributing authors. For the avoidance of doubt, You may only
- use the credit required by this Section for the purpose of attribution
- in the manner set out above and, by exercising Your rights under this
- License, You may not implicitly or explicitly assert or imply any
- connection with, sponsorship or endorsement by the Original Author,
- Licensor and/or Attribution Parties, as appropriate, of You or Your
- use of the Work, without the separate, express prior written
- permission of the Original Author, Licensor and/or Attribution
- Parties.
- c. Except as otherwise agreed in writing by the Licensor or as may be
- otherwise permitted by applicable law, if You Reproduce, Distribute or
- Publicly Perform the Work either by itself or as part of any
- Collections, You must not distort, mutilate, modify or take other
- derogatory action in relation to the Work which would be prejudicial
- to the Original Author's honor or reputation.
-
-5. Representations, Warranties and Disclaimer
-
-UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
-OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
-KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
-INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
-FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
-LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
-WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
-OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
-
-6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
-LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
-ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
-ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
-BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-7. Termination
-
- a. This License and the rights granted hereunder will terminate
- automatically upon any breach by You of the terms of this License.
- Individuals or entities who have received Collections from You under
- this License, however, will not have their licenses terminated
- provided such individuals or entities remain in full compliance with
- those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any
- termination of this License.
- b. Subject to the above terms and conditions, the license granted here is
- perpetual (for the duration of the applicable copyright in the Work).
- Notwithstanding the above, Licensor reserves the right to release the
- Work under different license terms or to stop distributing the Work at
- any time; provided, however that any such election will not serve to
- withdraw this License (or any other license that has been, or is
- required to be, granted under the terms of this License), and this
- License will continue in full force and effect unless terminated as
- stated above.
-
-8. Miscellaneous
-
- a. Each time You Distribute or Publicly Perform the Work or a Collection,
- the Licensor offers to the recipient a license to the Work on the same
- terms and conditions as the license granted to You under this License.
- b. If any provision of this License is invalid or unenforceable under
- applicable law, it shall not affect the validity or enforceability of
- the remainder of the terms of this License, and without further action
- by the parties to this agreement, such provision shall be reformed to
- the minimum extent necessary to make such provision valid and
- enforceable.
- c. No term or provision of this License shall be deemed waived and no
- breach consented to unless such waiver or consent shall be in writing
- and signed by the party to be charged with such waiver or consent.
- d. This License constitutes the entire agreement between the parties with
- respect to the Work licensed here. There are no understandings,
- agreements or representations with respect to the Work not specified
- here. Licensor shall not be bound by any additional provisions that
- may appear in any communication from You. This License may not be
- modified without the mutual written agreement of the Licensor and You.
- e. The rights granted under, and the subject matter referenced, in this
- License were drafted utilizing the terminology of the Berne Convention
- for the Protection of Literary and Artistic Works (as amended on
- September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
- Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
- and the Universal Copyright Convention (as revised on July 24, 1971).
- These rights and subject matter take effect in the relevant
- jurisdiction in which the License terms are sought to be enforced
- according to the corresponding provisions of the implementation of
- those treaty provisions in the applicable national law. If the
- standard suite of rights granted under applicable copyright law
- includes additional rights not granted under this License, such
- additional rights are deemed to be included in the License; this
- License is not intended to restrict the license of any rights under
- applicable law.
-
-
-Creative Commons Notice
-
- Creative Commons is not a party to this License, and makes no warranty
- whatsoever in connection with the Work. Creative Commons will not be
- liable to You or any party on any legal theory for any damages
- whatsoever, including without limitation any general, special,
- incidental or consequential damages arising in connection to this
- license. Notwithstanding the foregoing two (2) sentences, if Creative
- Commons has expressly identified itself as the Licensor hereunder, it
- shall have all rights and obligations of Licensor.
-
- Except for the limited purpose of indicating to the public that the
- Work is licensed under the CCPL, Creative Commons does not authorize
- the use by either party of the trademark "Creative Commons" or any
- related trademark or logo of Creative Commons without the prior
- written consent of Creative Commons. Any permitted use will be in
- compliance with Creative Commons' then-current trademark usage
- guidelines, as may be published on its website or otherwise made
- available upon request from time to time. For the avoidance of doubt,
- this trademark restriction does not form part of this License.
-
- Creative Commons may be contacted at http://creativecommons.org/.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-ND-4.0 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-ND-4.0
deleted file mode 100644
index 2c02bbea44b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-ND-4.0
+++ /dev/null
@@ -1,391 +0,0 @@
-Attribution-NoDerivatives 4.0 International
-
-=======================================================================
-
-Creative Commons Corporation ("Creative Commons") is not a law firm and
-does not provide legal services or legal advice. Distribution of
-Creative Commons public licenses does not create a lawyer-client or
-other relationship. Creative Commons makes its licenses and related
-information available on an "as-is" basis. Creative Commons gives no
-warranties regarding its licenses, any material licensed under their
-terms and conditions, or any related information. Creative Commons
-disclaims all liability for damages resulting from their use to the
-fullest extent possible.
-
-Using Creative Commons Public Licenses
-
-Creative Commons public licenses provide a standard set of terms and
-conditions that creators and other rights holders may use to share
-original works of authorship and other material subject to copyright
-and certain other rights specified in the public license below. The
-following considerations are for informational purposes only, are not
-exhaustive, and do not form part of our licenses.
-
- Considerations for licensors: Our public licenses are
- intended for use by those authorized to give the public
- permission to use material in ways otherwise restricted by
- copyright and certain other rights. Our licenses are
- irrevocable. Licensors should read and understand the terms
- and conditions of the license they choose before applying it.
- Licensors should also secure all rights necessary before
- applying our licenses so that the public can reuse the
- material as expected. Licensors should clearly mark any
- material not subject to the license. This includes other CC-
- licensed material, or material used under an exception or
- limitation to copyright. More considerations for licensors:
- wiki.creativecommons.org/Considerations_for_licensors
-
- Considerations for the public: By using one of our public
- licenses, a licensor grants the public permission to use the
- licensed material under specified terms and conditions. If
- the licensor's permission is not necessary for any reason--for
- example, because of any applicable exception or limitation to
- copyright--then that use is not regulated by the license. Our
- licenses grant only permissions under copyright and certain
- other rights that a licensor has authority to grant. Use of
- the licensed material may still be restricted for other
- reasons, including because others have copyright or other
- rights in the material. A licensor may make special requests,
- such as asking that all changes be marked or described.
- Although not required by our licenses, you are encouraged to
- respect those requests where reasonable. More considerations
- for the public:
- wiki.creativecommons.org/Considerations_for_licensees
-
-
-=======================================================================
-
-Creative Commons Attribution-NoDerivatives 4.0 International Public
-License
-
-By exercising the Licensed Rights (defined below), You accept and agree
-to be bound by the terms and conditions of this Creative Commons
-Attribution-NoDerivatives 4.0 International Public License ("Public
-License"). To the extent this Public License may be interpreted as a
-contract, You are granted the Licensed Rights in consideration of Your
-acceptance of these terms and conditions, and the Licensor grants You
-such rights in consideration of benefits the Licensor receives from
-making the Licensed Material available under these terms and
-conditions.
-
-
-Section 1 -- Definitions.
-
- a. Adapted Material means material subject to Copyright and Similar
- Rights that is derived from or based upon the Licensed Material
- and in which the Licensed Material is translated, altered,
- arranged, transformed, or otherwise modified in a manner requiring
- permission under the Copyright and Similar Rights held by the
- Licensor. For purposes of this Public License, where the Licensed
- Material is a musical work, performance, or sound recording,
- Adapted Material is always produced where the Licensed Material is
- synched in timed relation with a moving image.
-
- b. Copyright and Similar Rights means copyright and/or similar rights
- closely related to copyright including, without limitation,
- performance, broadcast, sound recording, and Sui Generis Database
- Rights, without regard to how the rights are labeled or
- categorized. For purposes of this Public License, the rights
- specified in Section 2(b)(1)-(2) are not Copyright and Similar
- Rights.
-
- c. Effective Technological Measures means those measures that, in the
- absence of proper authority, may not be circumvented under laws
- fulfilling obligations under Article 11 of the WIPO Copyright
- Treaty adopted on December 20, 1996, and/or similar international
- agreements.
-
- d. Exceptions and Limitations means fair use, fair dealing, and/or
- any other exception or limitation to Copyright and Similar Rights
- that applies to Your use of the Licensed Material.
-
- e. Licensed Material means the artistic or literary work, database,
- or other material to which the Licensor applied this Public
- License.
-
- f. Licensed Rights means the rights granted to You subject to the
- terms and conditions of this Public License, which are limited to
- all Copyright and Similar Rights that apply to Your use of the
- Licensed Material and that the Licensor has authority to license.
-
- g. Licensor means the individual(s) or entity(ies) granting rights
- under this Public License.
-
- h. Share means to provide material to the public by any means or
- process that requires permission under the Licensed Rights, such
- as reproduction, public display, public performance, distribution,
- dissemination, communication, or importation, and to make material
- available to the public including in ways that members of the
- public may access the material from a place and at a time
- individually chosen by them.
-
- i. Sui Generis Database Rights means rights other than copyright
- resulting from Directive 96/9/EC of the European Parliament and of
- the Council of 11 March 1996 on the legal protection of databases,
- as amended and/or succeeded, as well as other essentially
- equivalent rights anywhere in the world.
-
- j. You means the individual or entity exercising the Licensed Rights
- under this Public License. Your has a corresponding meaning.
-
-
-Section 2 -- Scope.
-
- a. License grant.
-
- 1. Subject to the terms and conditions of this Public License,
- the Licensor hereby grants You a worldwide, royalty-free,
- non-sublicensable, non-exclusive, irrevocable license to
- exercise the Licensed Rights in the Licensed Material to:
-
- a. reproduce and Share the Licensed Material, in whole or
- in part; and
-
- b. produce and reproduce, but not Share, Adapted Material.
-
- 2. Exceptions and Limitations. For the avoidance of doubt, where
- Exceptions and Limitations apply to Your use, this Public
- License does not apply, and You do not need to comply with
- its terms and conditions.
-
- 3. Term. The term of this Public License is specified in Section
- 6(a).
-
- 4. Media and formats; technical modifications allowed. The
- Licensor authorizes You to exercise the Licensed Rights in
- all media and formats whether now known or hereafter created,
- and to make technical modifications necessary to do so. The
- Licensor waives and/or agrees not to assert any right or
- authority to forbid You from making technical modifications
- necessary to exercise the Licensed Rights, including
- technical modifications necessary to circumvent Effective
- Technological Measures. For purposes of this Public License,
- simply making modifications authorized by this Section 2(a)
- (4) never produces Adapted Material.
-
- 5. Downstream recipients.
-
- a. Offer from the Licensor -- Licensed Material. Every
- recipient of the Licensed Material automatically
- receives an offer from the Licensor to exercise the
- Licensed Rights under the terms and conditions of this
- Public License.
-
- b. No downstream restrictions. You may not offer or impose
- any additional or different terms or conditions on, or
- apply any Effective Technological Measures to, the
- Licensed Material if doing so restricts exercise of the
- Licensed Rights by any recipient of the Licensed
- Material.
-
- 6. No endorsement. Nothing in this Public License constitutes or
- may be construed as permission to assert or imply that You
- are, or that Your use of the Licensed Material is, connected
- with, or sponsored, endorsed, or granted official status by,
- the Licensor or others designated to receive attribution as
- provided in Section 3(a)(1)(A)(i).
-
- b. Other rights.
-
- 1. Moral rights, such as the right of integrity, are not
- licensed under this Public License, nor are publicity,
- privacy, and/or other similar personality rights; however, to
- the extent possible, the Licensor waives and/or agrees not to
- assert any such rights held by the Licensor to the limited
- extent necessary to allow You to exercise the Licensed
- Rights, but not otherwise.
-
- 2. Patent and trademark rights are not licensed under this
- Public License.
-
- 3. To the extent possible, the Licensor waives any right to
- collect royalties from You for the exercise of the Licensed
- Rights, whether directly or through a collecting society
- under any voluntary or waivable statutory or compulsory
- licensing scheme. In all other cases the Licensor expressly
- reserves any right to collect such royalties.
-
-
-Section 3 -- License Conditions.
-
-Your exercise of the Licensed Rights is expressly made subject to the
-following conditions.
-
- a. Attribution.
-
- 1. If You Share the Licensed Material, You must:
-
- a. retain the following if it is supplied by the Licensor
- with the Licensed Material:
-
- i. identification of the creator(s) of the Licensed
- Material and any others designated to receive
- attribution, in any reasonable manner requested by
- the Licensor (including by pseudonym if
- designated);
-
- ii. a copyright notice;
-
- iii. a notice that refers to this Public License;
-
- iv. a notice that refers to the disclaimer of
- warranties;
-
- v. a URI or hyperlink to the Licensed Material to the
- extent reasonably practicable;
-
- b. indicate if You modified the Licensed Material and
- retain an indication of any previous modifications; and
-
- c. indicate the Licensed Material is licensed under this
- Public License, and include the text of, or the URI or
- hyperlink to, this Public License.
-
- For the avoidance of doubt, You do not have permission under
- this Public License to Share Adapted Material.
-
- 2. You may satisfy the conditions in Section 3(a)(1) in any
- reasonable manner based on the medium, means, and context in
- which You Share the Licensed Material. For example, it may be
- reasonable to satisfy the conditions by providing a URI or
- hyperlink to a resource that includes the required
- information.
-
- 3. If requested by the Licensor, You must remove any of the
- information required by Section 3(a)(1)(A) to the extent
- reasonably practicable.
-
-
-Section 4 -- Sui Generis Database Rights.
-
-Where the Licensed Rights include Sui Generis Database Rights that
-apply to Your use of the Licensed Material:
-
- a. for the avoidance of doubt, Section 2(a)(1) grants You the right
- to extract, reuse, reproduce, and Share all or a substantial
- portion of the contents of the database, provided You do not Share
- Adapted Material;
- b. if You include all or a substantial portion of the database
- contents in a database in which You have Sui Generis Database
- Rights, then the database in which You have Sui Generis Database
- Rights (but not its individual contents) is Adapted Material; and
- c. You must comply with the conditions in Section 3(a) if You Share
- all or a substantial portion of the contents of the database.
-
-For the avoidance of doubt, this Section 4 supplements and does not
-replace Your obligations under this Public License where the Licensed
-Rights include other Copyright and Similar Rights.
-
-
-Section 5 -- Disclaimer of Warranties and Limitation of Liability.
-
- a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
- EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
- AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
- ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
- IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
- WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
- PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
- ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
- KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
- ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
-
- b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
- TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
- NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
- INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
- COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
- USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
- ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
- DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
- IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
-
- c. The disclaimer of warranties and limitation of liability provided
- above shall be interpreted in a manner that, to the extent
- possible, most closely approximates an absolute disclaimer and
- waiver of all liability.
-
-
-Section 6 -- Term and Termination.
-
- a. This Public License applies for the term of the Copyright and
- Similar Rights licensed here. However, if You fail to comply with
- this Public License, then Your rights under this Public License
- terminate automatically.
-
- b. Where Your right to use the Licensed Material has terminated under
- Section 6(a), it reinstates:
-
- 1. automatically as of the date the violation is cured, provided
- it is cured within 30 days of Your discovery of the
- violation; or
-
- 2. upon express reinstatement by the Licensor.
-
- For the avoidance of doubt, this Section 6(b) does not affect any
- right the Licensor may have to seek remedies for Your violations
- of this Public License.
-
- c. For the avoidance of doubt, the Licensor may also offer the
- Licensed Material under separate terms or conditions or stop
- distributing the Licensed Material at any time; however, doing so
- will not terminate this Public License.
-
- d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
- License.
-
-
-Section 7 -- Other Terms and Conditions.
-
- a. The Licensor shall not be bound by any additional or different
- terms or conditions communicated by You unless expressly agreed.
-
- b. Any arrangements, understandings, or agreements regarding the
- Licensed Material not stated herein are separate from and
- independent of the terms and conditions of this Public License.
-
-
-Section 8 -- Interpretation.
-
- a. For the avoidance of doubt, this Public License does not, and
- shall not be interpreted to, reduce, limit, restrict, or impose
- conditions on any use of the Licensed Material that could lawfully
- be made without permission under this Public License.
-
- b. To the extent possible, if any provision of this Public License is
- deemed unenforceable, it shall be automatically reformed to the
- minimum extent necessary to make it enforceable. If the provision
- cannot be reformed, it shall be severed from this Public License
- without affecting the enforceability of the remaining terms and
- conditions.
-
- c. No term or condition of this Public License will be waived and no
- failure to comply consented to unless expressly agreed to by the
- Licensor.
-
- d. Nothing in this Public License constitutes or may be interpreted
- as a limitation upon, or waiver of, any privileges and immunities
- that apply to the Licensor or You, including from the legal
- processes of any jurisdiction or authority.
-
-=======================================================================
-
-Creative Commons is not a party to its public
-licenses. Notwithstanding, Creative Commons may elect to apply one of
-its public licenses to material it publishes and in those instances
-will be considered the “Licensor.” The text of the Creative Commons
-public licenses is dedicated to the public domain under the CC0 Public
-Domain Dedication. Except for the limited purpose of indicating that
-material is shared under a Creative Commons public license or as
-otherwise permitted by the Creative Commons policies published at
-creativecommons.org/policies, Creative Commons does not authorize the
-use of the trademark "Creative Commons" or any other trademark or logo
-of Creative Commons without its prior written consent including,
-without limitation, in connection with any unauthorized modifications
-to any of its public licenses or any other arrangements,
-understandings, or agreements concerning use of licensed material. For
-the avoidance of doubt, this paragraph does not form part of the
-public licenses.
-
-Creative Commons may be contacted at creativecommons.org.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-SA-1.0 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-SA-1.0
deleted file mode 100644
index 400f7692773..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-SA-1.0
+++ /dev/null
@@ -1,228 +0,0 @@
-Creative Commons Legal Code
-
-Attribution-ShareAlike 1.0
-
- CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
- LEGAL SERVICES. DISTRIBUTION OF THIS DRAFT LICENSE DOES NOT CREATE AN
- ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
- INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
- REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
- DAMAGES RESULTING FROM ITS USE.
-
-License
-
-THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
-COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
-COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
-AUTHORIZED UNDER THIS LICENSE IS PROHIBITED.
-
-BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
-TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
-RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
-AND CONDITIONS.
-
-1. Definitions
-
- a. "Collective Work" means a work, such as a periodical issue, anthology
- or encyclopedia, in which the Work in its entirety in unmodified form,
- along with a number of other contributions, constituting separate and
- independent works in themselves, are assembled into a collective
- whole. A work that constitutes a Collective Work will not be
- considered a Derivative Work (as defined below) for the purposes of
- this License.
- b. "Derivative Work" means a work based upon the Work or upon the Work
- and other pre-existing works, such as a translation, musical
- arrangement, dramatization, fictionalization, motion picture version,
- sound recording, art reproduction, abridgment, condensation, or any
- other form in which the Work may be recast, transformed, or adapted,
- except that a work that constitutes a Collective Work will not be
- considered a Derivative Work for the purpose of this License.
- c. "Licensor" means the individual or entity that offers the Work under
- the terms of this License.
- d. "Original Author" means the individual or entity who created the Work.
- e. "Work" means the copyrightable work of authorship offered under the
- terms of this License.
- f. "You" means an individual or entity exercising rights under this
- License who has not previously violated the terms of this License with
- respect to the Work, or who has received express permission from the
- Licensor to exercise rights under this License despite a previous
- violation.
-
-2. Fair Use Rights. Nothing in this license is intended to reduce, limit,
-or restrict any rights arising from fair use, first sale or other
-limitations on the exclusive rights of the copyright owner under copyright
-law or other applicable laws.
-
-3. License Grant. Subject to the terms and conditions of this License,
-Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
-perpetual (for the duration of the applicable copyright) license to
-exercise the rights in the Work as stated below:
-
- a. to reproduce the Work, to incorporate the Work into one or more
- Collective Works, and to reproduce the Work as incorporated in the
- Collective Works;
- b. to create and reproduce Derivative Works;
- c. to distribute copies or phonorecords of, display publicly, perform
- publicly, and perform publicly by means of a digital audio
- transmission the Work including as incorporated in Collective Works;
- d. to distribute copies or phonorecords of, display publicly, perform
- publicly, and perform publicly by means of a digital audio
- transmission Derivative Works;
-
-The above rights may be exercised in all media and formats whether now
-known or hereafter devised. The above rights include the right to make
-such modifications as are technically necessary to exercise the rights in
-other media and formats. All rights not expressly granted by Licensor are
-hereby reserved.
-
-4. Restrictions. The license granted in Section 3 above is expressly made
-subject to and limited by the following restrictions:
-
- a. You may distribute, publicly display, publicly perform, or publicly
- digitally perform the Work only under the terms of this License, and
- You must include a copy of, or the Uniform Resource Identifier for,
- this License with every copy or phonorecord of the Work You
- distribute, publicly display, publicly perform, or publicly digitally
- perform. You may not offer or impose any terms on the Work that alter
- or restrict the terms of this License or the recipients' exercise of
- the rights granted hereunder. You may not sublicense the Work. You
- must keep intact all notices that refer to this License and to the
- disclaimer of warranties. You may not distribute, publicly display,
- publicly perform, or publicly digitally perform the Work with any
- technological measures that control access or use of the Work in a
- manner inconsistent with the terms of this License Agreement. The
- above applies to the Work as incorporated in a Collective Work, but
- this does not require the Collective Work apart from the Work itself
- to be made subject to the terms of this License. If You create a
- Collective Work, upon notice from any Licensor You must, to the extent
- practicable, remove from the Collective Work any reference to such
- Licensor or the Original Author, as requested. If You create a
- Derivative Work, upon notice from any Licensor You must, to the extent
- practicable, remove from the Derivative Work any reference to such
- Licensor or the Original Author, as requested.
- b. You may distribute, publicly display, publicly perform, or publicly
- digitally perform a Derivative Work only under the terms of this
- License, and You must include a copy of, or the Uniform Resource
- Identifier for, this License with every copy or phonorecord of each
- Derivative Work You distribute, publicly display, publicly perform, or
- publicly digitally perform. You may not offer or impose any terms on
- the Derivative Works that alter or restrict the terms of this License
- or the recipients' exercise of the rights granted hereunder, and You
- must keep intact all notices that refer to this License and to the
- disclaimer of warranties. You may not distribute, publicly display,
- publicly perform, or publicly digitally perform the Derivative Work
- with any technological measures that control access or use of the Work
- in a manner inconsistent with the terms of this License Agreement. The
- above applies to the Derivative Work as incorporated in a Collective
- Work, but this does not require the Collective Work apart from the
- Derivative Work itself to be made subject to the terms of this
- License.
- c. If you distribute, publicly display, publicly perform, or publicly
- digitally perform the Work or any Derivative Works or Collective
- Works, You must keep intact all copyright notices for the Work and
- give the Original Author credit reasonable to the medium or means You
- are utilizing by conveying the name (or pseudonym if applicable) of
- the Original Author if supplied; the title of the Work if supplied; in
- the case of a Derivative Work, a credit identifying the use of the
- Work in the Derivative Work (e.g., "French translation of the Work by
- Original Author," or "Screenplay based on original Work by Original
- Author"). Such credit may be implemented in any reasonable manner;
- provided, however, that in the case of a Derivative Work or Collective
- Work, at a minimum such credit will appear where any other comparable
- authorship credit appears and in a manner at least as prominent as
- such other comparable authorship credit.
-
-5. Representations, Warranties and Disclaimer
-
- a. By offering the Work for public release under this License, Licensor
- represents and warrants that, to the best of Licensor's knowledge
- after reasonable inquiry:
-
- i. Licensor has secured all rights in the Work necessary to grant the
- license rights hereunder and to permit the lawful exercise of the
- rights granted hereunder without You having any obligation to pay
- any royalties, compulsory license fees, residuals or any other
- payments;
- ii. The Work does not infringe the copyright, trademark, publicity
- rights, common law rights or any other right of any third party or
- constitute defamation, invasion of privacy or other tortious
- injury to any third party.
-
- b. EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE AGREED IN
- WRITING OR REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN "AS
- IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED
- INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES REGARDING THE CONTENTS
- OR ACCURACY OF THE WORK.
-
-6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
-LAW, AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY
-RESULTING FROM BREACH OF THE WARRANTIES IN SECTION 5, IN NO EVENT WILL
-LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL,
-CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE
-OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-7. Termination
-
- a. This License and the rights granted hereunder will terminate
- automatically upon any breach by You of the terms of this License.
- Individuals or entities who have received Derivative Works or
- Collective Works from You under this License, however, will not have
- their licenses terminated provided such individuals or entities remain
- in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8
- will survive any termination of this License.
- b. Subject to the above terms and conditions, the license granted here is
- perpetual (for the duration of the applicable copyright in the Work).
- Notwithstanding the above, Licensor reserves the right to release the
- Work under different license terms or to stop distributing the Work at
- any time; provided, however that any such election will not serve to
- withdraw this License (or any other license that has been, or is
- required to be, granted under the terms of this License), and this
- License will continue in full force and effect unless terminated as
- stated above.
-
-8. Miscellaneous
-
- a. Each time You distribute or publicly digitally perform the Work or a
- Collective Work, the Licensor offers to the recipient a license to the
- Work on the same terms and conditions as the license granted to You
- under this License.
- b. Each time You distribute or publicly digitally perform a Derivative
- Work, Licensor offers to the recipient a license to the original Work
- on the same terms and conditions as the license granted to You under
- this License.
- c. If any provision of this License is invalid or unenforceable under
- applicable law, it shall not affect the validity or enforceability of
- the remainder of the terms of this License, and without further action
- by the parties to this agreement, such provision shall be reformed to
- the minimum extent necessary to make such provision valid and
- enforceable.
- d. No term or provision of this License shall be deemed waived and no
- breach consented to unless such waiver or consent shall be in writing
- and signed by the party to be charged with such waiver or consent.
- e. This License constitutes the entire agreement between the parties with
- respect to the Work licensed here. There are no understandings,
- agreements or representations with respect to the Work not specified
- here. Licensor shall not be bound by any additional provisions that
- may appear in any communication from You. This License may not be
- modified without the mutual written agreement of the Licensor and You.
-
-
- Creative Commons is not a party to this License, and makes no warranty
- whatsoever in connection with the Work. Creative Commons will not be
- liable to You or any party on any legal theory for any damages
- whatsoever, including without limitation any general, special,
- incidental or consequential damages arising in connection to this
- license. Notwithstanding the foregoing two (2) sentences, if Creative
- Commons has expressly identified itself as the Licensor hereunder, it
- shall have all rights and obligations of Licensor.
-
- Except for the limited purpose of indicating to the public that the
- Work is licensed under the CCPL, neither party will use the trademark
- "Creative Commons" or any related trademark or logo of Creative
- Commons without the prior written consent of Creative Commons. Any
- permitted use will be in compliance with Creative Commons'
- then-current trademark usage guidelines, as may be published on its
- website or otherwise made available upon request from time to time.
-
- Creative Commons may be contacted at http://creativecommons.org/.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-SA-2.0 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-SA-2.0
deleted file mode 100644
index 70da0adb344..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-SA-2.0
+++ /dev/null
@@ -1,252 +0,0 @@
-Creative Commons Legal Code
-
-Attribution-ShareAlike 2.0
-
- CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
- LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
- ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
- INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
- REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
- DAMAGES RESULTING FROM ITS USE.
-
-License
-
-THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
-COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
-COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
-AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
-
-BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
-TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
-RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
-AND CONDITIONS.
-
-1. Definitions
-
- a. "Collective Work" means a work, such as a periodical issue, anthology
- or encyclopedia, in which the Work in its entirety in unmodified form,
- along with a number of other contributions, constituting separate and
- independent works in themselves, are assembled into a collective
- whole. A work that constitutes a Collective Work will not be
- considered a Derivative Work (as defined below) for the purposes of
- this License.
- b. "Derivative Work" means a work based upon the Work or upon the Work
- and other pre-existing works, such as a translation, musical
- arrangement, dramatization, fictionalization, motion picture version,
- sound recording, art reproduction, abridgment, condensation, or any
- other form in which the Work may be recast, transformed, or adapted,
- except that a work that constitutes a Collective Work will not be
- considered a Derivative Work for the purpose of this License. For the
- avoidance of doubt, where the Work is a musical composition or sound
- recording, the synchronization of the Work in timed-relation with a
- moving image ("synching") will be considered a Derivative Work for the
- purpose of this License.
- c. "Licensor" means the individual or entity that offers the Work under
- the terms of this License.
- d. "Original Author" means the individual or entity who created the Work.
- e. "Work" means the copyrightable work of authorship offered under the
- terms of this License.
- f. "You" means an individual or entity exercising rights under this
- License who has not previously violated the terms of this License with
- respect to the Work, or who has received express permission from the
- Licensor to exercise rights under this License despite a previous
- violation.
- g. "License Elements" means the following high-level license attributes
- as selected by Licensor and indicated in the title of this License:
- Attribution, ShareAlike.
-
-2. Fair Use Rights. Nothing in this license is intended to reduce, limit,
-or restrict any rights arising from fair use, first sale or other
-limitations on the exclusive rights of the copyright owner under copyright
-law or other applicable laws.
-
-3. License Grant. Subject to the terms and conditions of this License,
-Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
-perpetual (for the duration of the applicable copyright) license to
-exercise the rights in the Work as stated below:
-
- a. to reproduce the Work, to incorporate the Work into one or more
- Collective Works, and to reproduce the Work as incorporated in the
- Collective Works;
- b. to create and reproduce Derivative Works;
- c. to distribute copies or phonorecords of, display publicly, perform
- publicly, and perform publicly by means of a digital audio
- transmission the Work including as incorporated in Collective Works;
- d. to distribute copies or phonorecords of, display publicly, perform
- publicly, and perform publicly by means of a digital audio
- transmission Derivative Works.
- e. For the avoidance of doubt, where the work is a musical composition:
-
- i. Performance Royalties Under Blanket Licenses. Licensor waives
- the exclusive right to collect, whether individually or via a
- performance rights society (e.g. ASCAP, BMI, SESAC), royalties
- for the public performance or public digital performance (e.g.
- webcast) of the Work.
- ii. Mechanical Rights and Statutory Royalties. Licensor waives the
- exclusive right to collect, whether individually or via a music
- rights society or designated agent (e.g. Harry Fox Agency),
- royalties for any phonorecord You create from the Work ("cover
- version") and distribute, subject to the compulsory license
- created by 17 USC Section 115 of the US Copyright Act (or the
- equivalent in other jurisdictions).
-
- f. Webcasting Rights and Statutory Royalties. For the avoidance of doubt,
- where the Work is a sound recording, Licensor waives the exclusive
- right to collect, whether individually or via a performance-rights
- society (e.g. SoundExchange), royalties for the public digital
- performance (e.g. webcast) of the Work, subject to the compulsory
- license created by 17 USC Section 114 of the US Copyright Act (or the
- equivalent in other jurisdictions).
-
-The above rights may be exercised in all media and formats whether now
-known or hereafter devised. The above rights include the right to make
-such modifications as are technically necessary to exercise the rights in
-other media and formats. All rights not expressly granted by Licensor are
-hereby reserved.
-
-4. Restrictions. The license granted in Section 3 above is expressly made
-subject to and limited by the following restrictions:
-
- a. You may distribute, publicly display, publicly perform, or publicly
- digitally perform the Work only under the terms of this License, and
- You must include a copy of, or the Uniform Resource Identifier for,
- this License with every copy or phonorecord of the Work You
- distribute, publicly display, publicly perform, or publicly digitally
- perform. You may not offer or impose any terms on the Work that alter
- or restrict the terms of this License or the recipients' exercise of
- the rights granted hereunder. You may not sublicense the Work. You
- must keep intact all notices that refer to this License and to the
- disclaimer of warranties. You may not distribute, publicly display,
- publicly perform, or publicly digitally perform the Work with any
- technological measures that control access or use of the Work in a
- manner inconsistent with the terms of this License Agreement. The
- above applies to the Work as incorporated in a Collective Work, but
- this does not require the Collective Work apart from the Work itself
- to be made subject to the terms of this License. If You create a
- Collective Work, upon notice from any Licensor You must, to the extent
- practicable, remove from the Collective Work any reference to such
- Licensor or the Original Author, as requested. If You create a
- Derivative Work, upon notice from any Licensor You must, to the extent
- practicable, remove from the Derivative Work any reference to such
- Licensor or the Original Author, as requested.
- b. You may distribute, publicly display, publicly perform, or publicly
- digitally perform a Derivative Work only under the terms of this
- License, a later version of this License with the same License
- Elements as this License, or a Creative Commons iCommons license that
- contains the same License Elements as this License (e.g. Attribution-
- ShareAlike 2.0 Japan). You must include a copy of, or the Uniform
- Resource Identifier for, this License or other license specified in
- the previous sentence with every copy or phonorecord of each
- Derivative Work You distribute, publicly display, publicly perform, or
- publicly digitally perform. You may not offer or impose any terms on
- the Derivative Works that alter or restrict the terms of this License
- or the recipients' exercise of the rights granted hereunder, and You
- must keep intact all notices that refer to this License and to the
- disclaimer of warranties. You may not distribute, publicly display,
- publicly perform, or publicly digitally perform the Derivative Work
- with any technological measures that control access or use of the Work
- in a manner inconsistent with the terms of this License Agreement. The
- above applies to the Derivative Work as incorporated in a Collective
- Work, but this does not require the Collective Work apart from the
- Derivative Work itself to be made subject to the terms of this
- License.
- c. If you distribute, publicly display, publicly perform, or publicly
- digitally perform the Work or any Derivative Works or Collective
- Works, You must keep intact all copyright notices for the Work and
- give the Original Author credit reasonable to the medium or means You
- are utilizing by conveying the name (or pseudonym if applicable) of
- the Original Author if supplied; the title of the Work if supplied; to
- the extent reasonably practicable, the Uniform Resource Identifier, if
- any, that Licensor specifies to be associated with the Work, unless
- such URI does not refer to the copyright notice or licensing
- information for the Work; and in the case of a Derivative Work, a
- credit identifying the use of the Work in the Derivative Work (e.g.,
- "French translation of the Work by Original Author," or "Screenplay
- based on original Work by Original Author"). Such credit may be
- implemented in any reasonable manner; provided, however, that in the
- case of a Derivative Work or Collective Work, at a minimum such credit
- will appear where any other comparable authorship credit appears and
- in a manner at least as prominent as such other comparable authorship
- credit.
-
-5. Representations, Warranties and Disclaimer
-
-UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE
-WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND
-CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
-INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
-FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
-LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
-WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
-OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
-
-6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
-LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
-ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
-ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
-BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-7. Termination
-
- a. This License and the rights granted hereunder will terminate
- automatically upon any breach by You of the terms of this License.
- Individuals or entities who have received Derivative Works or
- Collective Works from You under this License, however, will not have
- their licenses terminated provided such individuals or entities remain
- in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8
- will survive any termination of this License.
- b. Subject to the above terms and conditions, the license granted here is
- perpetual (for the duration of the applicable copyright in the Work).
- Notwithstanding the above, Licensor reserves the right to release the
- Work under different license terms or to stop distributing the Work at
- any time; provided, however that any such election will not serve to
- withdraw this License (or any other license that has been, or is
- required to be, granted under the terms of this License), and this
- License will continue in full force and effect unless terminated as
- stated above.
-
-8. Miscellaneous
-
- a. Each time You distribute or publicly digitally perform the Work or a
- Collective Work, the Licensor offers to the recipient a license to the
- Work on the same terms and conditions as the license granted to You
- under this License.
- b. Each time You distribute or publicly digitally perform a Derivative
- Work, Licensor offers to the recipient a license to the original Work
- on the same terms and conditions as the license granted to You under
- this License.
- c. If any provision of this License is invalid or unenforceable under
- applicable law, it shall not affect the validity or enforceability of
- the remainder of the terms of this License, and without further action
- by the parties to this agreement, such provision shall be reformed to
- the minimum extent necessary to make such provision valid and
- enforceable.
- d. No term or provision of this License shall be deemed waived and no
- breach consented to unless such waiver or consent shall be in writing
- and signed by the party to be charged with such waiver or consent.
- e. This License constitutes the entire agreement between the parties with
- respect to the Work licensed here. There are no understandings,
- agreements or representations with respect to the Work not specified
- here. Licensor shall not be bound by any additional provisions that
- may appear in any communication from You. This License may not be
- modified without the mutual written agreement of the Licensor and You.
-
-
- Creative Commons is not a party to this License, and makes no warranty
- whatsoever in connection with the Work. Creative Commons will not be
- liable to You or any party on any legal theory for any damages
- whatsoever, including without limitation any general, special,
- incidental or consequential damages arising in connection to this
- license. Notwithstanding the foregoing two (2) sentences, if Creative
- Commons has expressly identified itself as the Licensor hereunder, it
- shall have all rights and obligations of Licensor.
-
- Except for the limited purpose of indicating to the public that the
- Work is licensed under the CCPL, neither party will use the trademark
- "Creative Commons" or any related trademark or logo of Creative
- Commons without the prior written consent of Creative Commons. Any
- permitted use will be in compliance with Creative Commons'
- then-current trademark usage guidelines, as may be published on its
- website or otherwise made available upon request from time to time.
-
- Creative Commons may be contacted at http://creativecommons.org/.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-SA-2.5 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-SA-2.5
deleted file mode 100644
index bdf97f39d48..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-SA-2.5
+++ /dev/null
@@ -1,255 +0,0 @@
-Creative Commons Legal Code
-
-Attribution-ShareAlike 2.5
-
- CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
- LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
- ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
- INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
- REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
- DAMAGES RESULTING FROM ITS USE.
-
-License
-
-THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
-COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
-COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
-AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
-
-BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
-TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
-RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
-AND CONDITIONS.
-
-1. Definitions
-
- a. "Collective Work" means a work, such as a periodical issue, anthology
- or encyclopedia, in which the Work in its entirety in unmodified form,
- along with a number of other contributions, constituting separate and
- independent works in themselves, are assembled into a collective
- whole. A work that constitutes a Collective Work will not be
- considered a Derivative Work (as defined below) for the purposes of
- this License.
- b. "Derivative Work" means a work based upon the Work or upon the Work
- and other pre-existing works, such as a translation, musical
- arrangement, dramatization, fictionalization, motion picture version,
- sound recording, art reproduction, abridgment, condensation, or any
- other form in which the Work may be recast, transformed, or adapted,
- except that a work that constitutes a Collective Work will not be
- considered a Derivative Work for the purpose of this License. For the
- avoidance of doubt, where the Work is a musical composition or sound
- recording, the synchronization of the Work in timed-relation with a
- moving image ("synching") will be considered a Derivative Work for the
- purpose of this License.
- c. "Licensor" means the individual or entity that offers the Work under
- the terms of this License.
- d. "Original Author" means the individual or entity who created the Work.
- e. "Work" means the copyrightable work of authorship offered under the
- terms of this License.
- f. "You" means an individual or entity exercising rights under this
- License who has not previously violated the terms of this License with
- respect to the Work, or who has received express permission from the
- Licensor to exercise rights under this License despite a previous
- violation.
- g. "License Elements" means the following high-level license attributes
- as selected by Licensor and indicated in the title of this License:
- Attribution, ShareAlike.
-
-2. Fair Use Rights. Nothing in this license is intended to reduce, limit,
-or restrict any rights arising from fair use, first sale or other
-limitations on the exclusive rights of the copyright owner under copyright
-law or other applicable laws.
-
-3. License Grant. Subject to the terms and conditions of this License,
-Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
-perpetual (for the duration of the applicable copyright) license to
-exercise the rights in the Work as stated below:
-
- a. to reproduce the Work, to incorporate the Work into one or more
- Collective Works, and to reproduce the Work as incorporated in the
- Collective Works;
- b. to create and reproduce Derivative Works;
- c. to distribute copies or phonorecords of, display publicly, perform
- publicly, and perform publicly by means of a digital audio
- transmission the Work including as incorporated in Collective Works;
- d. to distribute copies or phonorecords of, display publicly, perform
- publicly, and perform publicly by means of a digital audio
- transmission Derivative Works.
- e. For the avoidance of doubt, where the work is a musical composition:
-
- i. Performance Royalties Under Blanket Licenses. Licensor waives
- the exclusive right to collect, whether individually or via a
- performance rights society (e.g. ASCAP, BMI, SESAC), royalties
- for the public performance or public digital performance (e.g.
- webcast) of the Work.
- ii. Mechanical Rights and Statutory Royalties. Licensor waives the
- exclusive right to collect, whether individually or via a music
- rights society or designated agent (e.g. Harry Fox Agency),
- royalties for any phonorecord You create from the Work ("cover
- version") and distribute, subject to the compulsory license
- created by 17 USC Section 115 of the US Copyright Act (or the
- equivalent in other jurisdictions).
-
- f. Webcasting Rights and Statutory Royalties. For the avoidance of doubt,
- where the Work is a sound recording, Licensor waives the exclusive
- right to collect, whether individually or via a performance-rights
- society (e.g. SoundExchange), royalties for the public digital
- performance (e.g. webcast) of the Work, subject to the compulsory
- license created by 17 USC Section 114 of the US Copyright Act (or the
- equivalent in other jurisdictions).
-
-The above rights may be exercised in all media and formats whether now
-known or hereafter devised. The above rights include the right to make
-such modifications as are technically necessary to exercise the rights in
-other media and formats. All rights not expressly granted by Licensor are
-hereby reserved.
-
-4. Restrictions. The license granted in Section 3 above is expressly made
-subject to and limited by the following restrictions:
-
- a. You may distribute, publicly display, publicly perform, or publicly
- digitally perform the Work only under the terms of this License, and
- You must include a copy of, or the Uniform Resource Identifier for,
- this License with every copy or phonorecord of the Work You
- distribute, publicly display, publicly perform, or publicly digitally
- perform. You may not offer or impose any terms on the Work that alter
- or restrict the terms of this License or the recipients' exercise of
- the rights granted hereunder. You may not sublicense the Work. You
- must keep intact all notices that refer to this License and to the
- disclaimer of warranties. You may not distribute, publicly display,
- publicly perform, or publicly digitally perform the Work with any
- technological measures that control access or use of the Work in a
- manner inconsistent with the terms of this License Agreement. The
- above applies to the Work as incorporated in a Collective Work, but
- this does not require the Collective Work apart from the Work itself
- to be made subject to the terms of this License. If You create a
- Collective Work, upon notice from any Licensor You must, to the extent
- practicable, remove from the Collective Work any credit as required by
- clause 4(c), as requested. If You create a Derivative Work, upon
- notice from any Licensor You must, to the extent practicable, remove
- from the Derivative Work any credit as required by clause 4(c), as
- requested.
- b. You may distribute, publicly display, publicly perform, or publicly
- digitally perform a Derivative Work only under the terms of this
- License, a later version of this License with the same License
- Elements as this License, or a Creative Commons iCommons license that
- contains the same License Elements as this License (e.g. Attribution-
- ShareAlike 2.5 Japan). You must include a copy of, or the Uniform
- Resource Identifier for, this License or other license specified in
- the previous sentence with every copy or phonorecord of each
- Derivative Work You distribute, publicly display, publicly perform, or
- publicly digitally perform. You may not offer or impose any terms on
- the Derivative Works that alter or restrict the terms of this License
- or the recipients' exercise of the rights granted hereunder, and You
- must keep intact all notices that refer to this License and to the
- disclaimer of warranties. You may not distribute, publicly display,
- publicly perform, or publicly digitally perform the Derivative Work
- with any technological measures that control access or use of the Work
- in a manner inconsistent with the terms of this License Agreement. The
- above applies to the Derivative Work as incorporated in a Collective
- Work, but this does not require the Collective Work apart from the
- Derivative Work itself to be made subject to the terms of this
- License.
- c. If you distribute, publicly display, publicly perform, or publicly
- digitally perform the Work or any Derivative Works or Collective
- Works, You must keep intact all copyright notices for the Work and
- provide, reasonable to the medium or means You are utilizing: (i) the
- name of the Original Author (or pseudonym, if applicable) if supplied,
- and/or (ii) if the Original Author and/or Licensor designate another
- party or parties (e.g. a sponsor institute, publishing entity,
- journal) for attribution in Licensor's copyright notice, terms of
- service or by other reasonable means, the name of such party or
- parties; the title of the Work if supplied; to the extent reasonably
- practicable, the Uniform Resource Identifier, if any, that Licensor
- specifies to be associated with the Work, unless such URI does not
- refer to the copyright notice or licensing information for the Work;
- and in the case of a Derivative Work, a credit identifying the use of
- the Work in the Derivative Work (e.g., "French translation of the Work
- by Original Author," or "Screenplay based on original Work by Original
- Author"). Such credit may be implemented in any reasonable manner;
- provided, however, that in the case of a Derivative Work or Collective
- Work, at a minimum such credit will appear where any other comparable
- authorship credit appears and in a manner at least as prominent as
- such other comparable authorship credit.
-
-5. Representations, Warranties and Disclaimer
-
-UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE
-WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND
-CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
-INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
-FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
-LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
-WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
-OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
-
-6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
-LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
-ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
-ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
-BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-7. Termination
-
- a. This License and the rights granted hereunder will terminate
- automatically upon any breach by You of the terms of this License.
- Individuals or entities who have received Derivative Works or
- Collective Works from You under this License, however, will not have
- their licenses terminated provided such individuals or entities remain
- in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8
- will survive any termination of this License.
- b. Subject to the above terms and conditions, the license granted here is
- perpetual (for the duration of the applicable copyright in the Work).
- Notwithstanding the above, Licensor reserves the right to release the
- Work under different license terms or to stop distributing the Work at
- any time; provided, however that any such election will not serve to
- withdraw this License (or any other license that has been, or is
- required to be, granted under the terms of this License), and this
- License will continue in full force and effect unless terminated as
- stated above.
-
-8. Miscellaneous
-
- a. Each time You distribute or publicly digitally perform the Work or a
- Collective Work, the Licensor offers to the recipient a license to the
- Work on the same terms and conditions as the license granted to You
- under this License.
- b. Each time You distribute or publicly digitally perform a Derivative
- Work, Licensor offers to the recipient a license to the original Work
- on the same terms and conditions as the license granted to You under
- this License.
- c. If any provision of this License is invalid or unenforceable under
- applicable law, it shall not affect the validity or enforceability of
- the remainder of the terms of this License, and without further action
- by the parties to this agreement, such provision shall be reformed to
- the minimum extent necessary to make such provision valid and
- enforceable.
- d. No term or provision of this License shall be deemed waived and no
- breach consented to unless such waiver or consent shall be in writing
- and signed by the party to be charged with such waiver or consent.
- e. This License constitutes the entire agreement between the parties with
- respect to the Work licensed here. There are no understandings,
- agreements or representations with respect to the Work not specified
- here. Licensor shall not be bound by any additional provisions that
- may appear in any communication from You. This License may not be
- modified without the mutual written agreement of the Licensor and You.
-
-
- Creative Commons is not a party to this License, and makes no warranty
- whatsoever in connection with the Work. Creative Commons will not be
- liable to You or any party on any legal theory for any damages
- whatsoever, including without limitation any general, special,
- incidental or consequential damages arising in connection to this
- license. Notwithstanding the foregoing two (2) sentences, if Creative
- Commons has expressly identified itself as the Licensor hereunder, it
- shall have all rights and obligations of Licensor.
-
- Except for the limited purpose of indicating to the public that the
- Work is licensed under the CCPL, neither party will use the trademark
- "Creative Commons" or any related trademark or logo of Creative
- Commons without the prior written consent of Creative Commons. Any
- permitted use will be in compliance with Creative Commons'
- then-current trademark usage guidelines, as may be published on its
- website or otherwise made available upon request from time to time.
-
- Creative Commons may be contacted at http://creativecommons.org/.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-PD b/sdk_container/src/third_party/portage-stable/licenses/CC-PD
deleted file mode 100644
index 7a38c17d7d7..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CC-PD
+++ /dev/null
@@ -1,27 +0,0 @@
-THIS WORK IS IN PUBLIC DOMAIN:
-The person or persons who have associated work with this document
-(the "Dedicator" or "Certifier") hereby either (a) certifies that, to the best
-of his knowledge, the work of authorship identified is in the public domain of
-the country from which the work is published, or (b) hereby dedicates whatever
-copyright the dedicators holds in the work of authorship identified below
-(the "Work") to the public domain. A certifier, moreover, dedicates any
-copyright interest he may have in the associated work, and for these purposes,
-is described as a "dedicator" below.
-
-A certifier has taken reasonable steps to verify the copyright status of this
-work. Certifier recognizes that his good faith efforts may not shield him from
-liability if in fact the work certified is not in the public domain.
-
-Dedicator makes this dedication for the benefit of the public at large and to
-the detriment of the Dedicator's heirs and successors. Dedicator intends this
-dedication to be an overt act of relinquishment in perpetuity of all present
-and future rights under copyright law, whether vested or contingent, in the
-Work. Dedicator understands that such relinquishment of all rights includes the
-relinquishment of all rights to enforce (by lawsuit or otherwise) those
-copyrights in the Work.
-
-Dedicator recognizes that, once placed in the public domain, the Work may be
-freely reproduced, distributed, transmitted, used, modified, built upon, or
-otherwise exploited by anyone for any purpose, commercial or non-commercial,
-and in any way, including by methods that have not yet been invented or
-conceived.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-SA-1.0 b/sdk_container/src/third_party/portage-stable/licenses/CC-SA-1.0
deleted file mode 100644
index 8c2059c20b2..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CC-SA-1.0
+++ /dev/null
@@ -1,214 +0,0 @@
-Creative Commons Legal Code
-
-ShareAlike 1.0
-
- CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
- LEGAL SERVICES. DISTRIBUTION OF THIS DRAFT LICENSE DOES NOT CREATE AN
- ATTORNEY- CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
- INFORMATION ON AN "AS- IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
- REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
- DAMAGES RESULTING FROM ITS USE.
-
-License
-
-THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
-COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
-COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
-AUTHORIZED UNDER THIS LICENSE IS PROHIBITED.
-
-BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
-TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
-RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
-AND CONDITIONS.
-
-1. Definitions
-
- a. "Collective Work" means a work, such as a periodical issue, anthology
- or encyclopedia, in which the Work in its entirety in unmodified form,
- along with a number of other contributions, constituting separate and
- independent works in themselves, are assembled into a collective
- whole. A work that constitutes a Collective Work will not be
- considered a Derivative Work (as defined below) for the purposes of
- this License.
- b. "Derivative Work" means a work based upon the Work or upon the Work
- and other pre-existing works, such as a translation, musical
- arrangement, dramatization, fictionalization, motion picture version,
- sound recording, art reproduction, abridgment, condensation, or any
- other form in which the Work may be recast, transformed, or adapted,
- except that a work that constitutes a Collective Work will not be
- considered a Derivative Work for the purpose of this License.
- c. "Licensor" means the individual or entity that offers the Work under
- the terms of this License.
- d. "Original Author" means the individual or entity who created the Work.
- e. "Work" means the copyrightable work of authorship offered under the
- terms of this License.
- f. "You" means an individual or entity exercising rights under this
- License who has not previously violated the terms of this License with
- respect to the Work, or who has received express permission from the
- Licensor to exercise rights under this License despite a previous
- violation.
-
-2. Fair Use Rights. Nothing in this license is intended to reduce, limit,
-or restrict any rights arising from fair use, first sale or other
-limitations on the exclusive rights of the copyright owner under copyright
-law or other applicable laws.
-
-3. License Grant. Subject to the terms and conditions of this License,
-Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
-perpetual (for the duration of the applicable copyright) license to
-exercise the rights in the Work as stated below:
-
- a. to reproduce the Work, to incorporate the Work into one or more
- Collective Works, and to reproduce the Work as incorporated in the
- Collective Works;
- b. to create and reproduce Derivative Works;
- c. to distribute copies or phonorecords of, display publicly, perform
- publicly, and perform publicly by means of a digital audio
- transmission the Work including as incorporated in Collective Works;
- d. to distribute copies or phonorecords of, display publicly, perform
- publicly, and perform publicly by means of a digital audio
- transmission Derivative Works;
-
-The above rights may be exercised in all media and formats whether now
-known or hereafter devised. The above rights include the right to make
-such modifications as are technically necessary to exercise the rights in
-other media and formats. All rights not expressly granted by Licensor are
-hereby reserved.
-
-4. Restrictions. The license granted in Section 3 above is expressly made
-subject to and limited by the following restrictions:
-
- a. You may distribute, publicly display, publicly perform, or publicly
- digitally perform the Work only under the terms of this License, and
- You must include a copy of, or the Uniform Resource Identifier for,
- this License with every copy or phonorecord of the Work You
- distribute, publicly display, publicly perform, or publicly digitally
- perform. You may not offer or impose any terms on the Work that alter
- or restrict the terms of this License or the recipients' exercise of
- the rights granted hereunder. You may not sublicense the Work. You
- must keep intact all notices that refer to this License and to the
- disclaimer of warranties. You may not distribute, publicly display,
- publicly perform, or publicly digitally perform the Work with any
- technological measures that control access or use of the Work in a
- manner inconsistent with the terms of this License Agreement. The
- above applies to the Work as incorporated in a Collective Work, but
- this does not require the Collective Work apart from the Work itself
- to be made subject to the terms of this License. If You create a
- Collective Work, upon notice from any Licensor You must, to the extent
- practicable, remove from the Collective Work any reference to such
- Licensor or the Original Author, as requested. If You create a
- Derivative Work, upon notice from any Licensor You must, to the extent
- practicable, remove from the Derivative Work any reference to such
- Licensor or the Original Author, as requested.
- b. You may distribute, publicly display, publicly perform, or publicly
- digitally perform a Derivative Work only under the terms of this
- License, and You must include a copy of, or the Uniform Resource
- Identifier for, this License with every copy or phonorecord of each
- Derivative Work You distribute, publicly display, publicly perform, or
- publicly digitally perform. You may not offer or impose any terms on
- the Derivative Works that alter or restrict the terms of this License
- or the recipients' exercise of the rights granted hereunder, and You
- must keep intact all notices that refer to this License and to the
- disclaimer of warranties. You may not distribute, publicly display,
- publicly perform, or publicly digitally perform the Derivative Work
- with any technological measures that control access or use of the Work
- in a manner inconsistent with the terms of this License Agreement. The
- above applies to the Derivative Work as incorporated in a Collective
- Work, but this does not require the Collective Work apart from the
- Derivative Work itself to be made subject to the terms of this
- License.
-
-5. Representations, Warranties and Disclaimer
-
- a. By offering the Work for public release under this License, Licensor
- represents and warrants that, to the best of Licensor's knowledge
- after reasonable inquiry:
-
- i. Licensor has secured all rights in the Work necessary to grant the
- license rights hereunder and to permit the lawful exercise of the
- rights granted hereunder without You having any obligation to pay
- any royalties, compulsory license fees, residuals or any other
- payments;
- ii. The Work does not infringe the copyright, trademark, publicity
- rights, common law rights or any other right of any third party or
- constitute defamation, invasion of privacy or other tortious
- injury to any third party.
-
- b. EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE AGREED IN
- WRITING OR REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN "AS
- IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED
- INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES REGARDING THE CONTENTS
- OR ACCURACY OF THE WORK.
-
-6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
-LAW, AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY
-RESULTING FROM BREACH OF THE WARRANTIES IN SECTION 5, IN NO EVENT WILL
-LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL,
-CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE
-OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-7. Termination
-
- a. This License and the rights granted hereunder will terminate
- automatically upon any breach by You of the terms of this License.
- Individuals or entities who have received Derivative Works or
- Collective Works from You under this License, however, will not have
- their licenses terminated provided such individuals or entities remain
- in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8
- will survive any termination of this License.
- b. Subject to the above terms and conditions, the license granted here is
- perpetual (for the duration of the applicable copyright in the Work).
- Notwithstanding the above, Licensor reserves the right to release the
- Work under different license terms or to stop distributing the Work at
- any time; provided, however that any such election will not serve to
- withdraw this License (or any other license that has been, or is
- required to be, granted under the terms of this License), and this
- License will continue in full force and effect unless terminated as
- stated above.
-
-8. Miscellaneous
-
- a. Each time You distribute or publicly digitally perform the Work or a
- Collective Work, the Licensor offers to the recipient a license to the
- Work on the same terms and conditions as the license granted to You
- under this License.
- b. Each time You distribute or publicly digitally perform a Derivative
- Work, Licensor offers to the recipient a license to the original Work
- on the same terms and conditions as the license granted to You under
- this License.
- c. If any provision of this License is invalid or unenforceable under
- applicable law, it shall not affect the validity or enforceability of
- the remainder of the terms of this License, and without further action
- by the parties to this agreement, such provision shall be reformed to
- the minimum extent necessary to make such provision valid and
- enforceable.
- d. No term or provision of this License shall be deemed waived and no
- breach consented to unless such waiver or consent shall be in writing
- and signed by the party to be charged with such waiver or consent.
- e. This License constitutes the entire agreement between the parties with
- respect to the Work licensed here. There are no understandings,
- agreements or representations with respect to the Work not specified
- here. Licensor shall not be bound by any additional provisions that
- may appear in any communication from You. This License may not be
- modified without the mutual written agreement of the Licensor and You.
-
-
- Creative Commons is not a party to this License, and makes no warranty
- whatsoever in connection with the Work. Creative Commons will not be
- liable to You or any party on any legal theory for any damages
- whatsoever, including without limitation any general, special,
- incidental or consequential damages arising in connection to this
- license. Notwithstanding the foregoing two (2) sentences, if Creative
- Commons has expressly identified itself as the Licensor hereunder, it
- shall have all rights and obligations of Licensor.
-
- Except for the limited purpose of indicating to the public that the
- Work is licensed under the CCPL, neither party will use the trademark
- "Creative Commons" or any related trademark or logo of Creative
- Commons without the prior written consent of Creative Commons. Any
- permitted use will be in compliance with Creative Commons'
- then-current trademark usage guidelines, as may be published on its
- website or otherwise made available upon request from time to time.
-
- Creative Commons may be contacted at http://creativecommons.org/.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-Sampling-Plus-1.0 b/sdk_container/src/third_party/portage-stable/licenses/CC-Sampling-Plus-1.0
deleted file mode 100644
index b10cfcd901b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CC-Sampling-Plus-1.0
+++ /dev/null
@@ -1,212 +0,0 @@
-Creative Commons Legal Code
-
-Sampling Plus 1.0
-
- CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
- LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
- ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
- INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
- REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
- DAMAGES RESULTING FROM ITS USE.
-
-License
-
-THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
-COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
-COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
-AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
-
-BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
-TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
-RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
-AND CONDITIONS.
-
-1. Definitions
-
- a. "Collective Work" means a work, such as a periodical issue, anthology
- or encyclopedia, in which the Work in its entirety in unmodified form,
- along with a number of other contributions, constituting separate and
- independent works in themselves, are assembled into a collective
- whole. A work that constitutes a Collective Work will not be
- considered a Derivative Work (as defined below) for the purposes of
- this License.
- b. "Derivative Work" means a work based upon the Work or upon the Work
- and other pre-existing works, such as a translation, musical
- arrangement, dramatization, fictionalization, motion picture version,
- sound recording, art reproduction, abridgment, condensation, or any
- other form in which the Work may be recast, transformed, or adapted,
- except that a work that constitutes a Collective Work will not be
- considered a Derivative Work for the purpose of this License.
- c. "Licensor" means the individual or entity that offers the Work under
- the terms of this License.
- d. "Original Author" means the individual or entity who created the Work.
- e. "Work" means the copyrightable work of authorship offered under the
- terms of this License.
- f. "You" means an individual or entity exercising rights under this
- License who has not previously violated the terms of this License with
- respect to the Work, or who has received express permission from the
- Licensor to exercise rights under this License despite a previous
- violation.
-
-2. Fair Use Rights. Nothing in this license is intended to reduce, limit,
-or restrict any rights arising from fair use, first sale or other
-limitations on the exclusive rights of the copyright owner under copyright
-law or other applicable laws.
-
-3. License Grant & Restrictions. Subject to the terms and conditions of
-this License, Licensor hereby grants You a worldwide, royalty-free, non-
-exclusive, perpetual (for the duration of the applicable copyright)
-license to exercise the rights in the Work as stated below on the
-conditions as stated below:
-
- a. Re-creativity permitted. You may create and reproduce Derivative
- Works, provided that:
-
- i. the Derivative Work(s) constitute a good-faith partial or
- recombined usage employing "sampling," "collage," "mash-up," or
- other comparable artistic technique, whether now known or
- hereafter devised, that is highly transformative of the original,
- as appropriate to the medium, genre, and market niche; and
- ii. Your Derivative Work(s) must only make a partial use of the
- original Work, or if You choose to use the original Work as a
- whole, You must either use the Work as an insubstantial portion
- of Your Derivative Work(s) or transform it into something
- substantially different from the original Work. In the case of a
- musical Work and/or audio recording, the mere synchronization
- ("synching") of the Work with a moving image shall not be
- considered a transformation of the Work into something
- substantially different.
-
- b. You may distribute copies or phonorecords of, display publicly,
- perform publicly, and perform publicly by means of a digital audio
- transmission, any Derivative Work(s) authorized under this License.
- c. Prohibition on advertising. All advertising and promotional uses are
- excluded from the above rights, except for advertisement and promotion
- of the Derivative Work(s) that You are creating from the Work and
- Yourself as the author thereof.
- d. Noncommercial sharing of verbatim copies permitted.
-
- i. You may reproduce the Work, incorporate the Work into one or more
- Collective Works, and reproduce the Work as incorporated in the
- Collective Works. You may distribute copies or phonorecords of,
- display publicly, perform publicly, and perform publicly by means
- of a digital audio transmission the Work including or incorporated
- in Collective Works.
- ii. You may not exercise any of the rights granted to You in the
- paragraph immediately above in any manner that is primarily
- intended for or directed toward commercial advantage or private
- monetary compensation. The exchange of the Work for other
- copyrighted works by means of digital file-sharing or otherwise
- shall not be considered to be intended for or directed toward
- commercial advantage or private monetary compensation, provided
- there is no payment of any monetary compensation in connection
- with the exchange of copyrighted works.
-
- e. Attribution and Notice.
-
- i. If You distribute, publicly display, publicly perform, or publicly
- digitally perform the Work or any Derivative Works or Collective
- Works, You must keep intact all copyright notices for the Work and
- give the Original Author credit reasonable to the medium or means
- You are utilizing by conveying the name (or pseudonym if
- applicable) of the Original Author if supplied; the title of the
- Work if supplied; to the extent reasonably practicable, provide
- the Uniform Resource Identifier, if any, that Licensor specifies
- to be associated with the Work or a Derivative Work, unless such
- Uniform Resource Identifier does not refer to the copyright notice
- or licensing information for the Work; and in the case of a
- Derivative Work, provide a credit identifying the use of the Work
- in the Derivative Work (e.g., "Remix of the Work by Original
- Author," or "Inclusion of a portion of the Work by Original Author
- in collage"). Such credit may be implemented in any reasonable
- manner; provided, however, that in the case of a Derivative Work
- or Collective Work, at a minimum such credit will appear where any
- other comparable authorship credit appears and in a manner at
- least as prominent as such other comparable authorship credit.
- ii. You may distribute, publicly display, publicly perform or publicly
- digitally perform the Work only under the terms of this License,
- and You must include a copy of, or the Uniform Resource Identifier
- for, this License with every copy or phonorecord of the Work or
- Derivative Work You distribute, publicly display, publicly
- perform, or publicly digitally perform. You may not offer or
- impose any terms on the Work that alter or restrict the terms of
- this License or the recipients' exercise of the rights granted
- hereunder. You may not sublicense the Work. You must keep intact
- all notices that refer to this License and to the disclaimer of
- warranties. You may not distribute, publicly display, publicly
- perform, or publicly digitally perform the Work with any
- technological measures that control access of use of the Work in a
- manner inconsistent with the terms of this License. The above
- applies to the Work as incorporated in a Collective Work, but this
- does not require the Collective Work apart from the Work itself to
- be made subject to the terms of this License. Upon notice from any
- Licensor You must, to the extent practicable, remove from the
- Derivative Work or Collective Work any reference to such Licensor
- or the Original Author, as requested.
-
-The above rights may be exercised in all media and formats whether now
-known or hereafter devised. The above rights include the right to make
-such modifications as are technically necessary to exercise the rights in
-other media and formats. All rights not expressly granted by Licensor are
-hereby reserved.
-
-4. Disclaimer
-
-UNLESS SPECIFIED OTHERWISE BY THE PARTIES IN A SEPARATE WRITING, LICENSOR
-OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS
-OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE,
-MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE
-ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OR ABSENCE
-OF ERRORS, WHETHER OR NOT DISCOVERABLE.
-
-5. Limitation on Liability.
-
-IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY
-SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING
-OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-6. Termination
-
- a. This License and the rights granted hereunder will terminate
- automatically upon any breach by You of the terms of this License.
- Individuals or entities who have received Derivative Works or
- Collective Works from You under this License, however, will not have
- their licenses terminated provided such individuals or entities remain
- in full compliance with those licenses. Sections 1, 2, 4, 5, 6, and 7
- will survive any termination of this License.
- b. Subject to the above terms and conditions, the license granted here is
- perpetual (for the duration of the applicable copyright in the Work).
- Notwithstanding the above, Licensor reserves the right to release the
- Work under different license terms or to stop distributing the Work at
- any time; provided, however that any such election will not serve to
- withdraw this License (or any other license that has been granted
- under the terms of this License), and this License will continue in
- full force and effect unless terminated as stated above.
-
-7. Miscellaneous
-
- a. Each time You distribute or publicly digitally perform the Work or a
- Collective Work, the Licensor offers to the recipient a license to the
- Work on the same terms and conditions as the license granted to You
- under this License.
- b. Each time You distribute or publicly digitally perform a Derivative
- Work, Licensor offers to the recipient a license to the original Work
- on the same terms and conditions as the license granted to You under
- this License.
- c. If any provision of this License is invalid or unenforceable under
- applicable law, it shall not affect the validity or enforceability of
- the remainder of the terms of this License, and without further action
- by the parties to this agreement, such provision shall be reformed to
- the minimum extent necessary to make such provision valid and
- enforceable.
- d. No term or provision of this License shall be deemed waived and no
- breach consented to unless such waiver or consent shall be in writing
- and signed by the party to be charged with such waiver or consent.
- e. This License constitutes the entire agreement between the parties with
- respect to the Work licensed here. There are no understandings,
- agreements, or representations with respect to the Work, and with
- respect to the subject matter hereof, not specified above. Licensor
- shall not be bound by any additional provisions that may appear in any
- communication from You. This License may not be modified without the
- mutual written agreement of the Licensor and You.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CDDL-1.1 b/sdk_container/src/third_party/portage-stable/licenses/CDDL-1.1
deleted file mode 100644
index 4a00ba94825..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CDDL-1.1
+++ /dev/null
@@ -1,362 +0,0 @@
-COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
-
-1. Definitions.
-
- 1.1. "Contributor" means each individual or entity that creates or
- contributes to the creation of Modifications.
-
- 1.2. "Contributor Version" means the combination of the Original
- Software, prior Modifications used by a Contributor (if any), and
- the Modifications made by that particular Contributor.
-
- 1.3. "Covered Software" means (a) the Original Software, or (b)
- Modifications, or (c) the combination of files containing Original
- Software with files containing Modifications, in each case including
- portions thereof.
-
- 1.4. "Executable" means the Covered Software in any form other than
- Source Code.
-
- 1.5. "Initial Developer" means the individual or entity that first
- makes Original Software available under this License.
-
- 1.6. "Larger Work" means a work which combines Covered Software or
- portions thereof with code not governed by the terms of this License.
-
- 1.7. "License" means this document.
-
- 1.8. "Licensable" means having the right to grant, to the maximum
- extent possible, whether at the time of the initial grant or
- subsequently acquired, any and all of the rights conveyed herein.
-
- 1.9. "Modifications" means the Source Code and Executable form of
- any of the following:
-
- A. Any file that results from an addition to, deletion from or
- modification of the contents of a file containing Original Software
- or previous Modifications;
-
- B. Any new file that contains any part of the Original Software or
- previous Modification; or
-
- C. Any new file that is contributed or otherwise made available
- under the terms of this License.
-
- 1.10. "Original Software" means the Source Code and Executable form
- of computer software code that is originally released under this
- License.
-
- 1.11. "Patent Claims" means any patent claim(s), now owned or
- hereafter acquired, including without limitation, method, process,
- and apparatus claims, in any patent Licensable by grantor.
-
- 1.12. "Source Code" means (a) the common form of computer software
- code in which modifications are made and (b) associated
- documentation included in or with such code.
-
- 1.13. "You" (or "Your") means an individual or a legal entity
- exercising rights under, and complying with all of the terms of,
- this License. For legal entities, "You" includes any entity which
- controls, is controlled by, or is under common control with You. For
- purposes of this definition, "control" means (a) the power, direct
- or indirect, to cause the direction or management of such entity,
- whether by contract or otherwise, or (b) ownership of more than
- fifty percent (50%) of the outstanding shares or beneficial
- ownership of such entity.
-
-2. License Grants.
-
- 2.1. The Initial Developer Grant.
-
- Conditioned upon Your compliance with Section 3.1 below and subject
- to third party intellectual property claims, the Initial Developer
- hereby grants You a world-wide, royalty-free, non-exclusive license:
-
- (a) under intellectual property rights (other than patent or
- trademark) Licensable by Initial Developer, to use, reproduce,
- modify, display, perform, sublicense and distribute the Original
- Software (or portions thereof), with or without Modifications,
- and/or as part of a Larger Work; and
-
- (b) under Patent Claims infringed by the making, using or selling of
- Original Software, to make, have made, use, practice, sell, and
- offer for sale, and/or otherwise dispose of the Original Software
- (or portions thereof).
-
- (c) The licenses granted in Sections 2.1(a) and (b) are effective on
- the date Initial Developer first distributes or otherwise makes the
- Original Software available to a third party under the terms of this
- License.
-
- (d) Notwithstanding Section 2.1(b) above, no patent license is
- granted: (1) for code that You delete from the Original Software, or
- (2) for infringements caused by: (i) the modification of the
- Original Software, or (ii) the combination of the Original Software
- with other software or devices.
-
- 2.2. Contributor Grant.
-
- Conditioned upon Your compliance with Section 3.1 below and subject
- to third party intellectual property claims, each Contributor hereby
- grants You a world-wide, royalty-free, non-exclusive license:
-
- (a) under intellectual property rights (other than patent or
- trademark) Licensable by Contributor to use, reproduce, modify,
- display, perform, sublicense and distribute the Modifications
- created by such Contributor (or portions thereof), either on an
- unmodified basis, with other Modifications, as Covered Software
- and/or as part of a Larger Work; and
-
- (b) under Patent Claims infringed by the making, using, or selling
- of Modifications made by that Contributor either alone and/or in
- combination with its Contributor Version (or portions of such
- combination), to make, use, sell, offer for sale, have made, and/or
- otherwise dispose of: (1) Modifications made by that Contributor (or
- portions thereof); and (2) the combination of Modifications made by
- that Contributor with its Contributor Version (or portions of such
- combination).
-
- (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective
- on the date Contributor first distributes or otherwise makes the
- Modifications available to a third party.
-
- (d) Notwithstanding Section 2.2(b) above, no patent license is
- granted: (1) for any code that Contributor has deleted from the
- Contributor Version; (2) for infringements caused by: (i) third
- party modifications of Contributor Version, or (ii) the combination
- of Modifications made by that Contributor with other software
- (except as part of the Contributor Version) or other devices; or (3)
- under Patent Claims infringed by Covered Software in the absence of
- Modifications made by that Contributor.
-
-3. Distribution Obligations.
-
- 3.1. Availability of Source Code.
-
- Any Covered Software that You distribute or otherwise make available
- in Executable form must also be made available in Source Code form
- and that Source Code form must be distributed only under the terms
- of this License. You must include a copy of this License with every
- copy of the Source Code form of the Covered Software You distribute
- or otherwise make available. You must inform recipients of any such
- Covered Software in Executable form as to how they can obtain such
- Covered Software in Source Code form in a reasonable manner on or
- through a medium customarily used for software exchange.
-
- 3.2. Modifications.
-
- The Modifications that You create or to which You contribute are
- governed by the terms of this License. You represent that You
- believe Your Modifications are Your original creation(s) and/or You
- have sufficient rights to grant the rights conveyed by this License.
-
- 3.3. Required Notices.
-
- You must include a notice in each of Your Modifications that
- identifies You as the Contributor of the Modification. You may not
- remove or alter any copyright, patent or trademark notices contained
- within the Covered Software, or any notices of licensing or any
- descriptive text giving attribution to any Contributor or the
- Initial Developer.
-
- 3.4. Application of Additional Terms.
-
- You may not offer or impose any terms on any Covered Software in
- Source Code form that alters or restricts the applicable version of
- this License or the recipients' rights hereunder. You may choose to
- offer, and to charge a fee for, warranty, support, indemnity or
- liability obligations to one or more recipients of Covered Software.
- However, you may do so only on Your own behalf, and not on behalf of
- the Initial Developer or any Contributor. You must make it
- absolutely clear that any such warranty, support, indemnity or
- liability obligation is offered by You alone, and You hereby agree
- to indemnify the Initial Developer and every Contributor for any
- liability incurred by the Initial Developer or such Contributor as a
- result of warranty, support, indemnity or liability terms You offer.
-
- 3.5. Distribution of Executable Versions.
-
- You may distribute the Executable form of the Covered Software under
- the terms of this License or under the terms of a license of Your
- choice, which may contain terms different from this License,
- provided that You are in compliance with the terms of this License
- and that the license for the Executable form does not attempt to
- limit or alter the recipient's rights in the Source Code form from
- the rights set forth in this License. If You distribute the Covered
- Software in Executable form under a different license, You must make
- it absolutely clear that any terms which differ from this License
- are offered by You alone, not by the Initial Developer or
- Contributor. You hereby agree to indemnify the Initial Developer and
- every Contributor for any liability incurred by the Initial
- Developer or such Contributor as a result of any such terms You offer.
-
- 3.6. Larger Works.
-
- You may create a Larger Work by combining Covered Software with
- other code not governed by the terms of this License and distribute
- the Larger Work as a single product. In such a case, You must make
- sure the requirements of this License are fulfilled for the Covered
- Software.
-
-4. Versions of the License.
-
- 4.1. New Versions.
-
- Oracle is the initial license steward and may publish revised and/or
- new versions of this License from time to time. Each version will be
- given a distinguishing version number. Except as provided in Section
- 4.3, no one other than the license steward has the right to modify
- this License.
-
- 4.2. Effect of New Versions.
-
- You may always continue to use, distribute or otherwise make the
- Covered Software available under the terms of the version of the
- License under which You originally received the Covered Software. If
- the Initial Developer includes a notice in the Original Software
- prohibiting it from being distributed or otherwise made available
- under any subsequent version of the License, You must distribute and
- make the Covered Software available under the terms of the version
- of the License under which You originally received the Covered
- Software. Otherwise, You may also choose to use, distribute or
- otherwise make the Covered Software available under the terms of any
- subsequent version of the License published by the license steward.
-
- 4.3. Modified Versions.
-
- When You are an Initial Developer and You want to create a new
- license for Your Original Software, You may create and use a
- modified version of this License if You: (a) rename the license and
- remove any references to the name of the license steward (except to
- note that the license differs from this License); and (b) otherwise
- make it clear that the license contains terms which differ from this
- License.
-
-5. DISCLAIMER OF WARRANTY.
-
- COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
- INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE
- IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR
- NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF
- THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE
- DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY
- OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,
- REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
- ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS
- AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
-
-6. TERMINATION.
-
- 6.1. This License and the rights granted hereunder will terminate
- automatically if You fail to comply with terms herein and fail to
- cure such breach within 30 days of becoming aware of the breach.
- Provisions which, by their nature, must remain in effect beyond the
- termination of this License shall survive.
-
- 6.2. If You assert a patent infringement claim (excluding
- declaratory judgment actions) against Initial Developer or a
- Contributor (the Initial Developer or Contributor against whom You
- assert such claim is referred to as "Participant") alleging that the
- Participant Software (meaning the Contributor Version where the
- Participant is a Contributor or the Original Software where the
- Participant is the Initial Developer) directly or indirectly
- infringes any patent, then any and all rights granted directly or
- indirectly to You by such Participant, the Initial Developer (if the
- Initial Developer is not the Participant) and all Contributors under
- Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice
- from Participant terminate prospectively and automatically at the
- expiration of such 60 day notice period, unless if within such 60
- day period You withdraw Your claim with respect to the Participant
- Software against such Participant either unilaterally or pursuant to
- a written agreement with Participant.
-
- 6.3. If You assert a patent infringement claim against Participant
- alleging that the Participant Software directly or indirectly
- infringes any patent where such claim is resolved (such as by
- license or settlement) prior to the initiation of patent
- infringement litigation, then the reasonable value of the licenses
- granted by such Participant under Sections 2.1 or 2.2 shall be taken
- into account in determining the amount or value of any payment or
- license.
-
- 6.4. In the event of termination under Sections 6.1 or 6.2 above,
- all end user licenses that have been validly granted by You or any
- distributor hereunder prior to termination (excluding licenses
- granted to You by any distributor) shall survive termination.
-
-7. LIMITATION OF LIABILITY.
-
- UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
- (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
- INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
- COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE
- TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
- CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
- LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER
- FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR
- LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE
- POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT
- APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH
- PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH
- LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
- LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION
- AND LIMITATION MAY NOT APPLY TO YOU.
-
-8. U.S. GOVERNMENT END USERS.
-
- The Covered Software is a "commercial item," as that term is defined
- in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
- software" (as that term is defined at 48 C.F.R. §
- 252.227-7014(a)(1)) and "commercial computer software documentation"
- as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent
- with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4
- (June 1995), all U.S. Government End Users acquire Covered Software
- with only those rights set forth herein. This U.S. Government Rights
- clause is in lieu of, and supersedes, any other FAR, DFAR, or other
- clause or provision that addresses Government rights in computer
- software under this License.
-
-9. MISCELLANEOUS.
-
- This License represents the complete agreement concerning subject
- matter hereof. If any provision of this License is held to be
- unenforceable, such provision shall be reformed only to the extent
- necessary to make it enforceable. This License shall be governed by
- the law of the jurisdiction specified in a notice contained within
- the Original Software (except to the extent applicable law, if any,
- provides otherwise), excluding such jurisdiction's conflict-of-law
- provisions. Any litigation relating to this License shall be subject
- to the jurisdiction of the courts located in the jurisdiction and
- venue specified in a notice contained within the Original Software,
- with the losing party responsible for costs, including, without
- limitation, court costs and reasonable attorneys' fees and expenses.
- The application of the United Nations Convention on Contracts for
- the International Sale of Goods is expressly excluded. Any law or
- regulation which provides that the language of a contract shall be
- construed against the drafter shall not apply to this License. You
- agree that You alone are responsible for compliance with the United
- States export administration regulations (and the export control
- laws and regulation of any other countries) when You use, distribute
- or otherwise make available any Covered Software.
-
-10. RESPONSIBILITY FOR CLAIMS.
-
- As between Initial Developer and the Contributors, each party is
- responsible for claims and damages arising, directly or indirectly,
- out of its utilization of rights under this License and You agree to
- work with Initial Developer and Contributors to distribute such
- responsibility on an equitable basis. Nothing herein is intended or
- shall be deemed to constitute any admission of liability.
-
-------------------------------------------------------------------------
-
-NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION
-LICENSE (CDDL)
-
-The code released under the CDDL shall be governed by the laws of the
-State of California (excluding conflict-of-law provisions). Any
-litigation relating to this License shall be subject to the jurisdiction
-of the Federal Courts of the Northern District of California and the
-state courts of the State of California, with venue lying in Santa Clara
-County, California.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CDF b/sdk_container/src/third_party/portage-stable/licenses/CDF
deleted file mode 100644
index 8e5dd327610..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CDF
+++ /dev/null
@@ -1,17 +0,0 @@
-Copyright 2002
-National Space Science Data Center
-NASA/Goddard Space Flight Center
-
-This software may be copied or redistributed as long as it is not sold
-for profit, but it can be incorporated into any other substantive
-product with or without modifications for profit or non-profit. If the
-software is modified, it must include the following notices:
-
- - The software is not the original (for protectiion of the original
- author's reputations from any problems introduced by others)
-
- - Change history (e.g. date, functionality, etc.)
-
-This copyright notice must be reproduced on each copy made. This software is
-provided as is without any express or implied warranties whatsoever.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CDLA-Permissive-2.0 b/sdk_container/src/third_party/portage-stable/licenses/CDLA-Permissive-2.0
deleted file mode 100644
index 33aa196d683..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CDLA-Permissive-2.0
+++ /dev/null
@@ -1,61 +0,0 @@
-Community Data License Agreement - Permissive - Version 2.0
-
-This is the Community Data License Agreement - Permissive, Version 2.0
-(the "agreement"). Data Provider(s) and Data Recipient(s) agree as
-follows:
-
-1. Provision of the Data
-
-1.1. A Data Recipient may use, modify, and share the Data made available
-by Data Provider(s) under this agreement if that Data Recipient follows
-the terms of this agreement.
-
-1.2. This agreement does not impose any restriction on a Data
-Recipient's use, modification, or sharing of any portions of the Data
-that are in the public domain or that may be used, modified, or shared
-under any other legal exception or limitation.
-
-2. Conditions for Sharing Data
-
-2.1. A Data Recipient may share Data, with or without modifications, so
-long as the Data Recipient makes available the text of this agreement
-with the shared Data.
-
-3. No Restrictions on Results
-
-3.1. This agreement does not impose any restriction or obligations with
-respect to the use, modification, or sharing of Results.
-
-4. No Warranty; Limitation of Liability
-
-4.1. All Data Recipients receive the Data subject to the following
-terms:
-
-THE DATA IS PROVIDED ON AN "AS IS" BASIS, WITHOUT REPRESENTATIONS,
-WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED
-INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
-NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-
-NO DATA PROVIDER SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
-WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE DATA OR RESULTS,
-EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-5. Definitions
-
-5.1. "Data" means the material received by a Data Recipient under this
-agreement.
-
-5.2. "Data Provider" means any person who is the source of Data provided
-under this agreement and in reliance on a Data Recipient's agreement to
-its terms.
-
-5.3. "Data Recipient" means any person who receives Data directly or
-indirectly from a Data Provider and agrees to the terms of this
-agreement.
-
-5.4. "Results" means any outcome obtained by computational analysis of
-Data, including for example machine learning models and models'
-insights.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CNRI b/sdk_container/src/third_party/portage-stable/licenses/CNRI
deleted file mode 100644
index 0d5aaa69e47..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CNRI
+++ /dev/null
@@ -1,96 +0,0 @@
-CNRI OPEN SOURCE LICENSE AGREEMENT
-----------------------------------
-
-Python 1.6 CNRI OPEN SOURCE LICENSE AGREEMENT
-
-IMPORTANT: PLEASE READ THE FOLLOWING AGREEMENT CAREFULLY. BY CLICKING
-ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING, INSTALLING OR
-OTHERWISE USING PYTHON 1.6 SOFTWARE, YOU ARE DEEMED TO HAVE AGREED TO
-THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT.
-
-1. This LICENSE AGREEMENT is between the Corporation for National
-Research Initiatives, having an office at 1895 Preston White Drive,
-Reston, VA 20191 ("CNRI"), and the Individual or Organization
-("Licensee") accessing and otherwise using Python 1.6 software in
-source or binary form and its associated documentation, as released at
-the www.python.org Internet site on September 5, 2000 ("Python 1.6").
-
-2. Subject to the terms and conditions of this License Agreement, CNRI
-hereby grants Licensee a nonexclusive, royalty-free, world-wide
-license to reproduce, analyze, test, perform and/or display publicly,
-prepare derivative works, distribute, and otherwise use Python 1.6
-alone or in any derivative version, provided, however, that CNRI's
-License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
-1995-2000 Corporation for National Research Initiatives; All Rights
-Reserved" are retained in Python 1.6 alone or in any derivative
-version prepared by
-
-Licensee. Alternately, in lieu of CNRI's License Agreement, Licensee
-may substitute the following text (omitting the quotes): "Python 1.6
-is made available subject to the terms and conditions in CNRI's
-License Agreement. This Agreement together with Python 1.6 may be
-located on the Internet using the following unique, persistent
-identifier (known as a handle): 1895.22/1012. This Agreement may also
-be obtained from a proxy server on the Internet using the following
-URL: http://hdl.handle.net/1895.22/1012".
-
-3. In the event Licensee prepares a derivative work that is based on
-or incorporates Python 1.6 or any part thereof, and wants to make the
-derivative work available to others as provided herein, then Licensee
-hereby agrees to include in any such work a brief summary of the
-changes made to Python 1.6.
-
-4. CNRI is making Python 1.6 available to Licensee on an "AS IS"
-basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
-IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
-DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
-FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6 WILL NOT
-INFRINGE ANY THIRD PARTY RIGHTS.
-
-5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
-1.6 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A
-RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6, OR
-ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
-
-6. This License Agreement will automatically terminate upon a material
-breach of its terms and conditions.
-
-7. This License Agreement shall be governed by and interpreted in all
-respects by the law of the State of Virginia, excluding conflict of
-law provisions. Nothing in this License Agreement shall be deemed to
-create any relationship of agency, partnership, or joint venture
-between CNRI and Licensee. This License Agreement does not grant
-permission to use CNRI trademarks or trade name in a trademark sense
-to endorse or promote products or services of Licensee, or any third
-party.
-
-8. By clicking on the "ACCEPT" button where indicated, or by copying,
-installing or otherwise using Python 1.6, Licensee agrees to be bound
-by the terms and conditions of this License Agreement.
-
-ACCEPT
-
-
-CWI PERMISSIONS STATEMENT AND DISCLAIMER
-----------------------------------------
-
-Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
-The Netherlands. All rights reserved.
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the name of Stichting Mathematisch
-Centrum or CWI not be used in advertising or publicity pertaining to
-distribution of the software without specific, written prior
-permission.
-
-STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
-THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
-FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
-FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
-OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CPAL-1.0 b/sdk_container/src/third_party/portage-stable/licenses/CPAL-1.0
deleted file mode 100644
index 0d6747f4713..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CPAL-1.0
+++ /dev/null
@@ -1,415 +0,0 @@
-Common Public Attribution License Version 1.0 (CPAL)
-1. "Definitions"
-1.0.1 "Commercial Use" means distribution or otherwise making the Covered Code
-available to a third party.
-1.1 "Contributor" means each entity that creates or contributes to the creation
-of Modifications.
-1.2 "Contributor Version" means the combination of the Original Code, prior
-Modifications used by a Contributor, and the Modifications made by that
-particular Contributor.
-1.3 "Covered Code" means the Original Code or Modifications or the combination
-of the Original Code and Modifications, in each case including portions thereof.
-1.4 "Electronic Distribution Mechanism" means a mechanism generally accepted in
-the software development community for the electronic transfer of data.
-1.5 "Executable" means Covered Code in any form other than Source Code.
-1.6 "Initial Developer" means the individual or entity identified as the
-Initial Developer in the Source Code notice required by Exhibit A.
-1.7 "Larger Work" means a work which combines Covered Code or portions thereof
-with code not governed by the terms of this License.
-1.8 "License" means this document.
-1.8.1 "Licensable" means having the right to grant, to the maximum extent
-possible, whether at the time of the initial grant or subsequently acquired,
-any and all of the rights conveyed herein.
-1.9 "Modifications" means any addition to or deletion from the substance or
-structure of either the Original Code or any previous Modifications. When
-Covered Code is released as a series of files, a Modification is:
-A. Any addition to or deletion from the contents of a file containing Original
-Code or previous Modifications.
-B. Any new file that contains any part of the Original Code or previous
-Modifications.
-1.10 "Original Code" means Source Code of computer software code which is
-described in the Source Code notice required by Exhibit A as Original Code, and
-which, at the time of its release under this License is not already Covered
-Code governed by this License.
-1.10.1 "Patent Claims" means any patent claim(s), now owned or hereafter
-acquired, including without limitation, method, process, and apparatus claims,
-in any patent Licensable by grantor.
-1.11 "Source Code" means the preferred form of the Covered Code for making
-modifications to it, including all modules it contains, plus any associated
-interface definition files, scripts used to control compilation and
-installation of an Executable, or source code differential comparisons against
-either the Original Code or another well known, available Covered Code of the
-Contributor’s choice. The Source Code can be in a compressed or archival
-form, provided the appropriate decompression or de-archiving software is widely
-available for no charge.
-1.12 "You" (or "Your") means an individual or a legal entity exercising rights
-under, and complying with all of the terms of, this License or a future version
-of this License issued under Section 6.1. For legal entities, "You" includes
-any entity which controls, is controlled by, or is under common control with
-You. For purposes of this definition, "control" means (a) the power, direct or
-indirect, to cause the direction or management of such entity, whether by
-contract or otherwise, or (b) ownership of more than fifty percent (50%) of the
-outstanding shares or beneficial ownership of such entity.
-2. Source Code License.
-2.1 The Initial Developer Grant.
-The Initial Developer hereby grants You a world-wide, royalty-free,
-non-exclusive license, subject to third party intellectual property claims:
-(a) under intellectual property rights (other than patent or trademark)
-Licensable by Initial Developer to use, reproduce, modify, display, perform,
-sublicense and distribute the Original Code (or portions thereof) with or
-without Modifications, and/or as part of a Larger Work; and
-(b) under Patents Claims infringed by the making, using or selling of Original
-Code, to make, have made, use, practice, sell, and offer for sale, and/or
-otherwise dispose of the Original Code (or portions thereof).
-(c) the licenses granted in this Section 2.1(a) and (b) are effective on the
-date Initial Developer first distributes Original Code under the terms of this
-License.
-(d) Notwithstanding Section 2.1(b) above, no patent license is granted: 1) for
-code that You delete from the Original Code; 2) separate from the Original
-Code; or 3) for infringements caused by: i) the modification of the Original
-Code or ii) the combination of the Original Code with other software or devices.
-2.2 Contributor Grant.
-Subject to third party intellectual property claims, each Contributor hereby
-grants You a world-wide, royalty-free, non-exclusive license
-(a) under intellectual property rights (other than patent or trademark)
-Licensable by Contributor, to use, reproduce, modify, display, perform,
-sublicense and distribute the Modifications created by such Contributor (or
-portions thereof) either on an unmodified basis, with other Modifications, as
-Covered Code and/or as part of a Larger Work; and
-(b) under Patent Claims infringed by the making, using, or selling of
-Modifications made by that Contributor either alone and/or in combination with
-its Contributor Version (or portions of such combination), to make, use, sell,
-offer for sale, have made, and/or otherwise dispose of: 1) Modifications made
-by that Contributor (or portions thereof); and 2) the combination of
-Modifications made by that Contributor with its Contributor Version (or
-portions of such combination).
-(c) the licenses granted in Sections 2.2(a) and 2.2(b) are effective on the
-date Contributor first makes Commercial Use of the Covered Code.
-(d) Notwithstanding Section 2.2(b) above, no patent license is granted: 1) for
-any code that Contributor has deleted from the Contributor Version; 2) separate
-from the Contributor Version; 3) for infringements caused by: i) third party
-modifications of Contributor Version or ii) the combination of Modifications
-made by that Contributor with other software (except as part of the Contributor
-Version) or other devices; or 4) under Patent Claims infringed by Covered Code
-in the absence of Modifications made by that Contributor.
-3. Distribution Obligations.
-3.1 Application of License.
-The Modifications which You create or to which You contribute are governed by
-the terms of this License, including without limitation Section 2.2. The Source
-Code version of Covered Code may be distributed only under the terms of this
-License or a future version of this License released under Section 6.1, and You
-must include a copy of this License with every copy of the Source Code You
-distribute. You may not offer or impose any terms on any Source Code version
-that alters or restricts the applicable version of this License or the
-recipients’ rights hereunder. However, You may include an additional document
-offering the additional rights described in Section 3.5.
-3.2 Availability of Source Code.
-Any Modification which You create or to which You contribute must be made
-available in Source Code form under the terms of this License either on the
-same media as an Executable version or via an accepted Electronic Distribution
-Mechanism to anyone to whom you made an Executable version available; and if
-made available via Electronic Distribution Mechanism, must remain available for
-at least twelve (12) months after the date it initially became available, or at
-least six (6) months after a subsequent version of that particular Modification
-has been made available to such recipients. You are responsible for ensuring
-that the Source Code version remains available even if the Electronic
-Distribution Mechanism is maintained by a third party.
-3.3 Description of Modifications.
-You must cause all Covered Code to which You contribute to contain a file
-documenting the changes You made to create that Covered Code and the date of
-any change. You must include a prominent statement that the Modification is
-derived, directly or indirectly, from Original Code provided by the Initial
-Developer and including the name of the Initial Developer in (a) the Source
-Code, and (b) in any notice in an Executable version or related documentation
-in which You describe the origin or ownership of the Covered Code.
-3.4 Intellectual Property Matters
-(a) Third Party Claims.
-If Contributor has knowledge that a license under a third party’s
-intellectual property rights is required to exercise the rights granted by such
-Contributor under Sections 2.1 or 2.2, Contributor must include a text file
-with the Source Code distribution titled "LEGAL" which describes the claim and
-the party making the claim in sufficient detail that a recipient will know whom
-to contact. If Contributor obtains such knowledge after the Modification is
-made available as described in Section 3.2, Contributor shall promptly modify
-the LEGAL file in all copies Contributor makes available thereafter and shall
-take other steps (such as notifying appropriate mailing lists or newsgroups)
-reasonably calculated to inform those who received the Covered Code that new
-knowledge has been obtained.
-(b) Contributor APIs.
-If Contributor’s Modifications include an application programming interface
-and Contributor has knowledge of patent licenses which are reasonably necessary
-to implement that API, Contributor must also include this information in the
-LEGAL file.
-(c) Representations.
-Contributor represents that, except as disclosed pursuant to Section 3.4(a)
-above, Contributor believes that Contributor’s Modifications are
-Contributor’s original creation(s) and/or Contributor has sufficient rights
-to grant the rights conveyed by this License.
-3.5 Required Notices.
-You must duplicate the notice in Exhibit A in each file of the Source Code. If
-it is not possible to put such notice in a particular Source Code file due to
-its structure, then You must include such notice in a location (such as a
-relevant directory) where a user would be likely to look for such a notice. If
-You created one or more Modification(s) You may add your name as a Contributor
-to the notice described in Exhibit A. You must also duplicate this License in
-any documentation for the Source Code where You describe recipients’ rights
-or ownership rights relating to Covered Code. You may choose to offer, and to
-charge a fee for, warranty, support, indemnity or liability obligations to one
-or more recipients of Covered Code. However, You may do so only on Your own
-behalf, and not on behalf of the Initial Developer or any Contributor. You must
-make it absolutely clear than any such warranty, support, indemnity or
-liability obligation is offered by You alone, and You hereby agree to indemnify
-the Initial Developer and every Contributor for any liability incurred by the
-Initial Developer or such Contributor as a result of warranty, support,
-indemnity or liability terms You offer.
-3.6 Distribution of Executable Versions.
-You may distribute Covered Code in Executable form only if the requirements of
-Section 3.1-3.5 have been met for that Covered Code, and if You include a
-notice stating that the Source Code version of the Covered Code is available
-under the terms of this License, including a description of how and where You
-have fulfilled the obligations of Section 3.2. The notice must be conspicuously
-included in any notice in an Executable version, related documentation or
-collateral in which You describe recipients’ rights relating to the Covered
-Code. You may distribute the Executable version of Covered Code or ownership
-rights under a license of Your choice, which may contain terms different from
-this License, provided that You are in compliance with the terms of this
-License and that the license for the Executable version does not attempt to
-limit or alter the recipient’s rights in the Source Code version from the
-rights set forth in this License. If You distribute the Executable version
-under a different license You must make it absolutely clear that any terms
-which differ from this License are offered by You alone, not by the Initial
-Developer, Original Developer or any Contributor. You hereby agree to indemnify
-the Initial Developer, Original Developer and every Contributor for any
-liability incurred by the Initial Developer, Original Developer or such
-Contributor as a result of any such terms You offer.
-3.7 Larger Works.
-You may create a Larger Work by combining Covered Code with other code not
-governed by the terms of this License and distribute the Larger Work as a
-single product. In such a case, You must make sure the requirements of this
-License are fulfilled for the Covered Code.
-4. Inability to Comply Due to Statute or Regulation.
-If it is impossible for You to comply with any of the terms of this License
-with respect to some or all of the Covered Code due to statute, judicial order,
-or regulation then You must: (a) comply with the terms of this License to the
-maximum extent possible; and (b) describe the limitations and the code they
-affect. Such description must be included in the LEGAL file described in
-Section 3.4 and must be included with all distributions of the Source Code.
-Except to the extent prohibited by statute or regulation, such description must
-be sufficiently detailed for a recipient of ordinary skill to be able to
-understand it.
-5. Application of this License.
-This License applies to code to which the Initial Developer has attached the
-notice in Exhibit A and to related Covered Code.
-6. Versions of the License.
-6.1 New Versions.
-Socialtext, Inc. ("Socialtext") may publish revised and/or new versions of the
-License from time to time. Each version will be given a distinguishing version
-number.
-6.2 Effect of New Versions.
-Once Covered Code has been published under a particular version of the License,
-You may always continue to use it under the terms of that version. You may also
-choose to use such Covered Code under the terms of any subsequent version of
-the License published by Socialtext. No one other than Socialtext has the right
-to modify the terms applicable to Covered Code created under this License.
-6.3 Derivative Works.
-If You create or use a modified version of this License (which you may only do
-in order to apply it to code which is not already Covered Code governed by this
-License), You must (a) rename Your license so that the phrases "Socialtext",
-"CPAL" or any confusingly similar phrase do not appear in your license (except
-to note that your license differs from this License) and (b) otherwise make it
-clear that Your version of the license contains terms which differ from the
-CPAL. (Filling in the name of the Initial Developer, Original Developer,
-Original Code or Contributor in the notice described in Exhibit A shall not of
-themselves be deemed to be modifications of this License.)
-7. DISCLAIMER OF WARRANTY.
-COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT
-WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT
-LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE,
-FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE
-QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED
-CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER, ORIGINAL
-DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,
-REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART
-OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT
-UNDER THIS DISCLAIMER.
-8. TERMINATION.
-8.1 This License and the rights granted hereunder will terminate automatically
-if You fail to comply with terms herein and fail to cure such breach within 30
-days of becoming aware of the breach. All sublicenses to the Covered Code which
-are properly granted shall survive any termination of this License. Provisions
-which, by their nature, must remain in effect beyond the termination of this
-License shall survive.
-8.2 If You initiate litigation by asserting a patent infringement claim
-(excluding declatory judgment actions) against Initial Developer, Original
-Developer or a Contributor (the Initial Developer, Original Developer or
-Contributor against whom You file such action is referred to as "Participant")
-alleging that:
-(a) such Participant’s Contributor Version directly or indirectly infringes
-any patent, then any and all rights granted by such Participant to You under
-Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from
-Participant terminate prospectively, unless if within 60 days after receipt of
-notice You either: (i) agree in writing to pay Participant a mutually agreeable
-reasonable royalty for Your past and future use of Modifications made by such
-Participant, or (ii) withdraw Your litigation claim with respect to the
-Contributor Version against such Participant. If within 60 days of notice, a
-reasonable royalty and payment arrangement are not mutually agreed upon in
-writing by the parties or the litigation claim is not withdrawn, the rights
-granted by Participant to You under Sections 2.1 and/or 2.2 automatically
-terminate at the expiration of the 60 day notice period specified above.
-(b) any software, hardware, or device, other than such Participant’s
-Contributor Version, directly or indirectly infringes any patent, then any
-rights granted to You by such Participant under Sections 2.1(b) and 2.2(b) are
-revoked effective as of the date You first made, used, sold, distributed, or
-had made, Modifications made by that Participant.
-8.3 If You assert a patent infringement claim against Participant alleging that
-such Participant’s Contributor Version directly or indirectly infringes any
-patent where such claim is resolved (such as by license or settlement) prior to
-the initiation of patent infringement litigation, then the reasonable value of
-the licenses granted by such Participant under Sections 2.1 or 2.2 shall be
-taken into account in determining the amount or value of any payment or license.
-8.4 In the event of termination under Sections 8.1 or 8.2 above, all end user
-license agreements (excluding distributors and resellers) which have been
-validly granted by You or any distributor hereunder prior to termination shall
-survive termination.
-9. LIMITATION OF LIABILITY.
-UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
-NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ORIGINAL
-DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY
-SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT,
-SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING,
-WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER
-FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN
-IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS
-LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
-INJURY RESULTING FROM SUCH PARTY’S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
-PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
-LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND
-LIMITATION MAY NOT APPLY TO YOU.
-10. U.S. GOVERNMENT END USERS.
-The Covered Code is a "commercial item," as that term is defined in 48 C.F.R.
-2.101 (Oct. 1995), consisting of "commercial computer software" and "commercial
-computer software documentation," as such terms are used in 48 C.F.R. 12.212
-(Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through
-227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with
-only those rights set forth herein.
-11. MISCELLANEOUS.
-This License represents the complete agreement concerning subject matter
-hereof. If any provision of this License is held to be unenforceable, such
-provision shall be reformed only to the extent necessary to make it
-enforceable. This License shall be governed by California law provisions
-(except to the extent applicable law, if any, provides otherwise), excluding
-its conflict-of-law provisions. With respect to disputes in which at least one
-party is a citizen of, or an entity chartered or registered to do business in
-the United States of America, any litigation relating to this License shall be
-subject to the jurisdiction of the Federal Courts of the Northern District of
-California, with venue lying in Santa Clara County, California, with the losing
-party responsible for costs, including without limitation, court costs and
-reasonable attorneys’ fees and expenses. The application of the United
-Nations Convention on Contracts for the International Sale of Goods is
-expressly excluded. Any law or regulation which provides that the language of a
-contract shall be construed against the drafter shall not apply to this License.
-12. RESPONSIBILITY FOR CLAIMS.
-As between Initial Developer, Original Developer and the Contributors, each
-party is responsible for claims and damages arising, directly or indirectly,
-out of its utilization of rights under this License and You agree to work with
-Initial Developer, Original Developer and Contributors to distribute such
-responsibility on an equitable basis. Nothing herein is intended or shall be
-deemed to constitute any admission of liability.
-13. MULTIPLE-LICENSED CODE.
-Initial Developer may designate portions of the Covered Code as
-Multiple-Licensed. Multiple-Licensed means that the Initial Developer permits
-you to utilize portions of the Covered Code under Your choice of the CPAL or
-the alternative licenses, if any, specified by the Initial Developer in the
-file described in Exhibit A.
-14. ADDITIONAL TERM: ATTRIBUTION
-(a) As a modest attribution to the organizer of the development of the Original
-Code ("Original Developer"), in the hope that its promotional value may help
-justify the time, money and effort invested in writing the Original Code, the
-Original Developer may include in Exhibit B ("Attribution Information") a
-requirement that each time an Executable and Source Code or a Larger Work is
-launched or initially run (which includes initiating a session), a prominent
-display of the Original Developer’s Attribution Information (as defined
-below) must occur on the graphic user interface employed by the end user to
-access such Covered Code (which may include display on a splash screen), if
-any. The size of the graphic image should be consistent with the size of the
-other elements of the Attribution Information. If the access by the end user to
-the Executable and Source Code does not create a graphic user interface for
-access to the Covered Code, this obligation shall not apply. If the Original
-Code displays such Attribution Information in a particular form (such as in the
-form of a splash screen, notice at login, an "about" display, or dedicated
-attribution area on user interface screens), continued use of such form for
-that Attribution Information is one way of meeting this requirement for notice.
-(b) Attribution information may only include a copyright notice, a brief
-phrase, graphic image and a URL ("Attribution Information") and is subject to
-the Attribution Limits as defined below. For these purposes, prominent shall
-mean display for sufficient duration to give reasonable notice to the user of
-the identity of the Original Developer and that if You include Attribution
-Information or similar information for other parties, You must ensure that the
-Attribution Information for the Original Developer shall be no less prominent
-than such Attribution Information or similar information for the other party.
-For greater certainty, the Original Developer may choose to specify in Exhibit
-B below that the above attribution requirement only applies to an Executable
-and Source Code resulting from the Original Code or any Modification, but not a
-Larger Work. The intent is to provide for reasonably modest attribution,
-therefore the Original Developer cannot require that You display, at any time,
-more than the following information as Attribution Information: (a) a copyright
-notice including the name of the Original Developer; (b) a word or one phrase
-(not exceeding 10 words); (c) one graphic image provided by the Original
-Developer; and (d) a URL (collectively, the "Attribution Limits").
-(c) If Exhibit B does not include any Attribution Information, then there are
-no requirements for You to display any Attribution Information of the Original
-Developer.
-(d) You acknowledge that all trademarks, service marks and/or trade names
-contained within the Attribution Information distributed with the Covered Code
-are the exclusive property of their owners and may only be used with the
-permission of their owners, or under circumstances otherwise permitted by law
-or as expressly set out in this License.
-15. ADDITIONAL TERM: NETWORK USE.
-The term "External Deployment" means the use, distribution, or communication of
-the Original Code or Modifications in any way such that the Original Code or
-Modifications may be used by anyone other than You, whether those works are
-distributed or communicated to those persons or made available as an
-application intended for use over a network. As an express condition for the
-grants of license hereunder, You must treat any External Deployment by You of
-the Original Code or Modifications as a distribution under section 3.1 and make
-Source Code available under Section 3.2.
-
-EXHIBIT A. Common Public Attribution License Version 1.0.
-"The contents of this file are subject to the Common Public Attribution License
-Version 1.0 (the "License"); you may not use this file except in compliance
-with the License. You may obtain a copy of the License at _____________. The
-License is based on the Mozilla Public License Version 1.1 but Sections 14 and
-15 have been added to cover use of software over a computer network and provide
-for limited attribution for the Original Developer. In addition, Exhibit A has
-been modified to be consistent with Exhibit B.
-Software distributed under the License is distributed on an "AS IS" basis,
-WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
-the specific language governing rights and limitations under the License.
-The Original Code is______________________.
-The Original Developer is not the Initial Developer and is __________. If left
-blank, the Original Developer is the Initial Developer.
-The Initial Developer of the Original Code is ____________. All portions of the
-code written by ___________ are Copyright (c) _____. All Rights Reserved.
-Contributor ______________________.
-Alternatively, the contents of this file may be used under the terms of the
-_____ license (the [___] License), in which case the provisions of [______]
-License are applicable instead of those above.
-If you wish to allow use of your version of this file only under the terms of
-the [____] License and not to allow others to use your version of this file
-under the CPAL, indicate your decision by deleting the provisions above and
-replace them with the notice and other provisions required by the [___]
-License. If you do not delete the provisions above, a recipient may use your
-version of this file under either the CPAL or the [___] License."
-[NOTE: The text of this Exhibit A may differ slightly from the text of the
-notices in the Source Code files of the Original Code. You should use the text
-of this Exhibit A rather than the text found in the Original Code Source Code
-for Your Modifications.]
-
-EXHIBIT B. Attribution Information
-Attribution Copyright Notice: _______________________
-Attribution Phrase (not exceeding 10 words): _______________________
-Attribution URL: _______________________
-Graphic Image as provided in the Covered Code, if any.
-Display of Attribution Information is [required/not required] in Larger Works
-which are defined in the CPAL as a work which combines Covered Code or portions
-thereof with code not governed by the terms of the CPAL.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CPL-0.5 b/sdk_container/src/third_party/portage-stable/licenses/CPL-0.5
deleted file mode 100644
index fe9b6d1599d..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CPL-0.5
+++ /dev/null
@@ -1,237 +0,0 @@
-
-Common Public License Version 0.5
-
- THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON
- PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF
- THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
-
- 1. DEFINITIONS
-
- "Contribution" means:
-
- a) in the case of the initial Contributor, the initial code and
- documentation distributed under this Agreement, and
-
- b) in the case of each subsequent Contributor:
-
- i) changes to the Program, and
-
- ii) additions to the Program;
-
- where such changes and/or additions to the Program originate from
- and are distributed by that particular Contributor. A Contribution
- 'originates' from a Contributor if it was added to the Program by
- such Contributor itself or anyone acting on such Contributor's
- behalf. Contributions do not include additions to the Program
- which: (i) are separate modules of software distributed in
- conjunction with the Program under their own license agreement, and
- (ii) are not derivative works of the Program.
-
- "Contributor" means any person or entity that distributes the Program.
-
- "Licensed Patents " mean patent claims licensable by a Contributor
- which are necessarily infringed by the use or sale of its Contribution
- alone or when combined with the Program.
-
- "Program" means the Contributions distributed in accordance with this
- Agreement.
-
- "Recipient" means anyone who receives the Program under this
- Agreement, including all Contributors.
-
- 2. GRANT OF RIGHTS
-
- a) Subject to the terms of this Agreement, each Contributor hereby
- grants Recipient a non-exclusive, worldwide, royalty-free copyright
- license to reproduce, prepare derivative works of, publicly
- display, publicly perform, distribute and sublicense the
- Contribution of such Contributor, if any, and such derivative
- works, in source code and object code form.
-
- b) Subject to the terms of this Agreement, each Contributor hereby
- grants Recipient a non-exclusive, worldwide, royalty-free patent
- license under Licensed Patents to make, use, sell, offer to sell,
- import and otherwise transfer the Contribution of such Contributor,
- if any, in source code and object code form. This patent license
- shall apply to the combination of the Contribution and the Program
- if, at the time the Contribution is added by the Contributor, such
- addition of the Contribution causes such combination to be covered
- by the Licensed Patents. The patent license shall not apply to any
- other combinations which include the Contribution. No hardware per
- se is licensed hereunder.
-
- c) Recipient understands that although each Contributor grants the
- licenses to its Contributions set forth herein, no assurances are
- provided by any Contributor that the Program does not infringe the
- patent or other intellectual property rights of any other entity.
- Each Contributor disclaims any liability to Recipient for claims
- brought by any other entity based on infringement of intellectual
- property rights or otherwise. As a condition to exercising the
- rights and licenses granted hereunder, each Recipient hereby
- assumes sole responsibility to secure any other intellectual
- property rights needed, if any. For example, if a third party
- patent license is required to allow Recipient to distribute the
- Program, it is Recipient's responsibility to acquire that license
- before distributing the Program.
-
- d) Each Contributor represents that to its knowledge it has
- sufficient copyright rights in its Contribution, if any, to grant
- the copyright license set forth in this Agreement.
-
- 3. REQUIREMENTS
-
- A Contributor may choose to distribute the Program in object code form
- under its own license agreement, provided that:
-
- a) it complies with the terms and conditions of this Agreement; and
-
- b) its license agreement:
-
- i) effectively disclaims on behalf of all Contributors all
- warranties and conditions, express and implied, including
- warranties or conditions of title and non-infringement, and implied
- warranties or conditions of merchantability and fitness for a
- particular purpose;
-
- ii) effectively excludes on behalf of all Contributors all
- liability for damages, including direct, indirect, special,
- incidental and consequential damages, such as lost profits;
-
- iii) states that any provisions which differ from this Agreement
- are offered by that Contributor alone and not by any other party;
- and
-
- iv) states that source code for the Program is available from such
- Contributor, and informs licensees how to obtain it in a reasonable
- manner on or through a medium customarily used for software
- exchange.
-
- When the Program is made available in source code form:
-
- a) it must be made available under this Agreement; and
-
- b) a copy of this Agreement must be included with each copy of the
- Program.
-
- Contributors may not remove or alter any copyright notices contained
- within the Program.
-
- Each Contributor must identify itself as the originator of its
- Contribution, if any, in a manner that reasonably allows subsequent
- Recipients to identify the originator of the Contribution.
-
- 4. COMMERCIAL DISTRIBUTION
-
- Commercial distributors of software may accept certain
- responsibilities with respect to end users, business partners and the
- like. While this license is intended to facilitate the commercial use
- of the Program, the Contributor who includes the Program in a
- commercial product offering should do so in a manner which does not
- create potential liability for other Contributors. Therefore, if a
- Contributor includes the Program in a commercial product offering,
- such Contributor ("Commercial Contributor") hereby agrees to defend
- and indemnify every other Contributor ("Indemnified Contributor")
- against any losses, damages and costs (collectively "Losses") arising
- from claims, lawsuits and other legal actions brought by a third party
- against the Indemnified Contributor to the extent caused by the acts
- or omissions of such Commercial Contributor in connection with its
- distribution of the Program in a commercial product offering. The
- obligations in this section do not apply to any claims or Losses
- relating to any actual or alleged intellectual property infringement.
- In order to qualify, an Indemnified Contributor must: a) promptly
- notify the Commercial Contributor in writing of such claim, and b)
- allow the Commercial Contributor to control, and cooperate with the
- Commercial Contributor in, the defense and any related settlement
- negotiations. The Indemnified Contributor may participate in any such
- claim at its own expense.
-
- For example, a Contributor might include the Program in a commercial
- product offering, Product X. That Contributor is then a Commercial
- Contributor. If that Commercial Contributor then makes performance
- claims, or offers warranties related to Product X, those performance
- claims and warranties are such Commercial Contributor's responsibility
- alone. Under this section, the Commercial Contributor would have to
- defend claims against the other Contributors related to those
- performance claims and warranties, and if a court requires any other
- Contributor to pay any damages as a result, the Commercial Contributor
- must pay those damages.
-
- 5. NO WARRANTY
-
- EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
- PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY
- WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
- OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
- responsible for determining the appropriateness of using and
- distributing the Program and assumes all risks associated with its
- exercise of rights under this Agreement, including but not limited to
- the risks and costs of program errors, compliance with applicable
- laws, damage to or loss of data, programs or equipment, and
- unavailability or interruption of operations.
-
- 6. DISCLAIMER OF LIABILITY
-
- EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR
- ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
- WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
- DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
- HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
- 7. GENERAL
-
- If any provision of this Agreement is invalid or unenforceable under
- applicable law, it shall not affect the validity or enforceability of
- the remainder of the terms of this Agreement, and without further
- action by the parties hereto, such provision shall be reformed to the
- minimum extent necessary to make such provision valid and enforceable.
-
- If Recipient institutes patent litigation against a Contributor with
- respect to a patent applicable to software (including a cross-claim or
- counterclaim in a lawsuit), then any patent licenses granted by that
- Contributor to such Recipient under this Agreement shall terminate as
- of the date such litigation is filed. In addition, If Recipient
- institutes patent litigation against any entity (including a
- cross-claim or counterclaim in a lawsuit) alleging that the Program
- itself (excluding combinations of the Program with other software or
- hardware) infringes such Recipient's patent(s), then such Recipient's
- rights granted under Section 2(b) shall terminate as of the date such
- litigation is filed.
-
- All Recipient's rights under this Agreement shall terminate if it
- fails to comply with any of the material terms or conditions of this
- Agreement and does not cure such failure in a reasonable period of
- time after becoming aware of such noncompliance. If all Recipient's
- rights under this Agreement terminate, Recipient agrees to cease use
- and distribution of the Program as soon as reasonably practicable.
- However, Recipient's obligations under this Agreement and any licenses
- granted by Recipient relating to the Program shall continue and
- survive.
-
- Everyone is permitted to copy and distribute copies of this Agreement,
- but in order to avoid inconsistency the Agreement is copyrighted and
- may only be modified in the following manner. The Agreement Steward
- reserves the right to publish new versions (including revisions) of
- this Agreement from time to time. No one other than the Agreement
- Steward has the right to modify this Agreement. IBM is the initial
- Agreement Steward. IBM may assign the responsibility to serve as the
- Agreement Steward to a suitable separate entity. Each new version of
- the Agreement will be given a distinguishing version number. The
- Program (including Contributions) may always be distributed subject to
- the version of the Agreement under which it was received. In addition,
- after a new version of the Agreement is published, Contributor may
- elect to distribute the Program (including its Contributions) under
- the new version. Except as expressly stated in Sections 2(a) and 2(b)
- above, Recipient receives no rights or licenses to the intellectual
- property of any Contributor under this Agreement, whether expressly,
- by implication, estoppel or otherwise. All rights in the Program not
- expressly granted under this Agreement are reserved.
-
- This Agreement is governed by the laws of the State of New York and
- the intellectual property laws of the United States of America. No
- party to this Agreement will bring a legal action under this Agreement
- more than one year after the cause of action arose. Each party waives
- its rights to a jury trial in any resulting litigation.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CPOL b/sdk_container/src/third_party/portage-stable/licenses/CPOL
deleted file mode 100644
index bfb5c3dfd2b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CPOL
+++ /dev/null
@@ -1,193 +0,0 @@
- The Code Project Open License (CPOL) 1.02
-
-Preamble
-
- This License governs Your use of the Work. This License is intended to
- allow developers to use the Source Code and Executable Files provided as
- part of the Work in any application in any form.
-
- The main points subject to the terms of the License are:
-
- * Source Code and Executable Files can be used in commercial applications;
- * Source Code and Executable Files can be redistributed; and
- * Source Code can be modified to create derivative works.
- * No claim of suitability, guarantee, or any warranty whatsoever is provided.
- The software is provided "as-is".
- * The Article accompanying the Work may not be distributed or republished
- without the Author's consent
-
- This License is entered between You, the individual or other entity
- reading or otherwise making use of the Work licensed pursuant to this
- License and the individual or other entity which offers the Work under the
- terms of this License ("Author").
-
-License
-
- THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CODE
- PROJECT OPEN LICENSE ("LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT
- AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED
- UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
-
- BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HEREIN, YOU ACCEPT AND AGREE
- TO BE BOUND BY THE TERMS OF THIS LICENSE. THE AUTHOR GRANTS YOU THE RIGHTS
- CONTAINED HEREIN IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
- CONDITIONS. IF YOU DO NOT AGREE TO ACCEPT AND BE BOUND BY THE TERMS OF
- THIS LICENSE, YOU CANNOT MAKE ANY USE OF THE WORK.
-
- 1. Definitions.
- 1. "Articles" means, collectively, all articles written by Author which
- describes how the Source Code and Executable Files for the Work may be
- used by a user.
- 2. "Author" means the individual or entity that offers the Work under the
- terms of this License.
- 3. "Derivative Work" means a work based upon the Work or upon the Work and
- other pre-existing works.
- 4. "Executable Files" refer to the executables, binary files,
- configuration and any required data files included in the Work.
- 5. "Publisher" means the provider of the website, magazine, CD-ROM, DVD or
- other medium from or by which the Work is obtained by You.
- 6. "Source Code" refers to the collection of source code and configuration
- files used to create the Executable Files.
- 7. "Standard Version" refers to such a Work if it has not been modified,
- or has been modified in accordance with the consent of the Author, such
- consent being in the full discretion of the Author.
- 8. "Work" refers to the collection of files distributed by the Publisher,
- including the Source Code, Executable Files, binaries, data files,
- documentation, whitepapers and the Articles.
- 9. "You" is you, an individual or entity wishing to use the Work and
- exercise your rights under this License.
- 2. Fair Use/Fair Use Rights. Nothing in this License is intended to reduce,
- limit, or restrict any rights arising from fair use, fair dealing, first
- sale or other limitations on the exclusive rights of the copyright owner
- under copyright law or other applicable laws.
- 3. License Grant. Subject to the terms and conditions of this License, the
- Author hereby grants You a worldwide, royalty-free, non-exclusive, perpetual
- (for the duration of the applicable copyright) license to exercise the
- rights in the Work as stated below:
- 1. You may use the standard version of the Source Code or Executable Files
- in Your own applications.
- 2. You may apply bug fixes, portability fixes and other modifications
- obtained from the Public Domain or from the Author. A Work modified in
- such a way shall still be considered the standard version and will be
- subject to this License.
- 3. You may otherwise modify Your copy of this Work (excluding the
- Articles) in any way to create a Derivative Work, provided that You
- insert a prominent notice in each changed file stating how, when and
- where You changed that file.
- 4. You may distribute the standard version of the Executable Files and
- Source Code or Derivative Work in aggregate with other (possibly
- commercial) programs as part of a larger (possibly commercial) software
- distribution.
- 5. The Articles discussing the Work published in any form by the author
- may not be distributed or republished without the Author's consent. The
- author retains copyright to any such Articles. You may use the
- Executable Files and Source Code pursuant to this License but you may
- not repost or republish or otherwise distribute or make available the
- Articles, without the prior written consent of the Author.
- Any subroutines or modules supplied by You and linked into the Source Code
- or Executable Files this Work shall not be considered part of this Work and
- will not be subject to the terms of this License.
- 4. Patent License. Subject to the terms and conditions of this License, each
- Author hereby grants to You a perpetual, worldwide, non-exclusive,
- no-charge, royalty-free, irrevocable (except as stated in this section)
- patent license to make, have made, use, import, and otherwise transfer the
- Work.
- 5. Restrictions. The license granted in Section 3 above is expressly made
- subject to and limited by the following restrictions:
- 1. You agree not to remove any of the original copyright, patent,
- trademark, and attribution notices and associated disclaimers that may
- appear in the Source Code or Executable Files.
- 2. You agree not to advertise or in any way imply that this Work is a
- product of Your own.
- 3. The name of the Author may not be used to endorse or promote products
- derived from the Work without the prior written consent of the Author.
- 4. You agree not to sell, lease, or rent any part of the Work. This does
- not restrict you from including the Work or any part of the Work inside
- a larger software distribution that itself is being sold. The Work by
- itself, though, cannot be sold, leased or rented.
- 5. You may distribute the Executable Files and Source Code only under the
- terms of this License, and You must include a copy of, or the Uniform
- Resource Identifier for, this License with every copy of the Executable
- Files or Source Code You distribute and ensure that anyone receiving
- such Executable Files and Source Code agrees that the terms of this
- License apply to such Executable Files and/or Source Code. You may not
- offer or impose any terms on the Work that alter or restrict the terms
- of this License or the recipients' exercise of the rights granted
- hereunder. You may not sublicense the Work. You must keep intact all
- notices that refer to this License and to the disclaimer of warranties.
- You may not distribute the Executable Files or Source Code with any
- technological measures that control access or use of the Work in a
- manner inconsistent with the terms of this License.
- 6. You agree not to use the Work for illegal, immoral or improper
- purposes, or on pages containing illegal, immoral or improper material.
- The Work is subject to applicable export laws. You agree to comply with
- all such laws and regulations that may apply to the Work after Your
- receipt of the Work.
- 6. Representations, Warranties and Disclaimer. THIS WORK IS PROVIDED "AS IS",
- "WHERE IS" AND "AS AVAILABLE", WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES OR
- CONDITIONS OR GUARANTEES. YOU, THE USER, ASSUME ALL RISK IN ITS USE,
- INCLUDING COPYRIGHT INFRINGEMENT, PATENT INFRINGEMENT, SUITABILITY, ETC.
- AUTHOR EXPRESSLY DISCLAIMS ALL EXPRESS, IMPLIED OR STATUTORY WARRANTIES OR
- CONDITIONS, INCLUDING WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF
- MERCHANTABILITY, MERCHANTABLE QUALITY OR FITNESS FOR A PARTICULAR PURPOSE,
- OR ANY WARRANTY OF TITLE OR NON-INFRINGEMENT, OR THAT THE WORK (OR ANY
- PORTION THEREOF) IS CORRECT, USEFUL, BUG-FREE OR FREE OF VIRUSES. YOU MUST
- PASS THIS DISCLAIMER ON WHENEVER YOU DISTRIBUTE THE WORK OR DERIVATIVE
- WORKS.
- 7. Indemnity. You agree to defend, indemnify and hold harmless the Author and
- the Publisher from and against any claims, suits, losses, damages,
- liabilities, costs, and expenses (including reasonable legal or attorneys*
- fees) resulting from or relating to any use of the Work by You.
- 8. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN
- NO EVENT WILL THE AUTHOR OR THE PUBLISHER BE LIABLE TO YOU ON ANY LEGAL
- THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY
- DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK OR OTHERWISE,
- EVEN IF THE AUTHOR OR THE PUBLISHER HAS BEEN ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGES.
- 9. Termination.
- 1. This License and the rights granted hereunder will terminate
- automatically upon any breach by You of any term of this License.
- Individuals or entities who have received Derivative Works from You
- under this License, however, will not have their licenses terminated
- provided such individuals or entities remain in full compliance with
- those licenses. Sections 1, 2, 6, 7, 8, 9, 10 and 11 will survive any
- termination of this License.
- 2. If You bring a copyright, trademark, patent or any other infringement
- claim against any contributor over infringements You claim are made by
- the Work, your License from such contributor to the Work ends
- automatically.
- 3. Subject to the above terms and conditions, this License is perpetual
- (for the duration of the applicable copyright in the Work).
- Notwithstanding the above, the Author reserves the right to release the
- Work under different license terms or to stop distributing the Work at
- any time; provided, however that any such election will not serve to
- withdraw this License (or any other license that has been, or is
- required to be, granted under the terms of this License), and this
- License will continue in full force and effect unless terminated as
- stated above.
-10. Publisher. The parties hereby confirm that the Publisher shall not, under
- any circumstances, be responsible for and shall not have any liability in
- respect of the subject matter of this License. The Publisher makes no
- warranty whatsoever in connection with the Work and shall not be liable to
- You or any party on any legal theory for any damages whatsoever, including
- without limitation any general, special, incidental or consequential damages
- arising in connection to this license. The Publisher reserves the right to
- cease making the Work available to You at any time without notice
-11. Miscellaneous
- 1. This License shall be governed by the laws of the location of the head
- office of the Author or if the Author is an individual, the laws of
- location of the principal place of residence of the Author.
- 2. If any provision of this License is invalid or unenforceable under
- applicable law, it shall not affect the validity or enforceability of
- the remainder of the terms of this License, and without further action
- by the parties to this License, such provision shall be reformed to the
- minimum extent necessary to make such provision valid and enforceable.
- 3. No term or provision of this License shall be deemed waived and no
- breach consented to unless such waiver or consent shall be in writing
- and signed by the party to be charged with such waiver or consent.
- 4. This License constitutes the entire agreement between the parties with
- respect to the Work licensed herein. There are no understandings,
- agreements or representations with respect to the Work not specified
- herein. The Author shall not be bound by any additional provisions that
- may appear in any communication from You. This License may not be
- modified without the mutual written agreement of the Author and You.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CROSSOVER-3 b/sdk_container/src/third_party/portage-stable/licenses/CROSSOVER-3
deleted file mode 100644
index 69066476345..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CROSSOVER-3
+++ /dev/null
@@ -1,683 +0,0 @@
- CrossOver Linux License Grant
-
-YOU REALLY WANT TO READ THIS, ESPECIALLY THE PART ABOUT
-THE MANDATORY CAR WASH FOR CODEWEAVERS EMPLOYEES...
-
-If you don't like this license grant:
-
- a. Let us know, we'd appreciate the feedback.
-
- b. Stop right now, and ask for a refund. We'll cheerfully do so.
-
-
-The main thing we want you to know:
- This is a license for one user. The license is not necessarily for a
-specific user, or a specific computer, but it is for one person at a
-time. If you need to support more than one person, please contact us
-for volume pricing and site licensing. We do offer educational
-discounts.
-
- ----------------< Start of Formal License Grant >-----------------------
-
- 1. License. The software accompanying this License (hereinafter "Software"),
- regardless of the media on which it is distributed, are licensed to you
- by CodeWeavers ("VENDOR"). You own the medium on which the Software is
- recorded, but VENDOR and VENDOR's Licensors (referred to collectively as
- "VENDOR") retain title to the Software and related documentation. You
- may:
-
- a. run the Software on any computer, so long as no more than one
- person per license is ever using the Software at any one time.
-
- b. transfer all your license rights in the Software, the backup copy
- of the Software, the related documentation and a copy of this
- License to another party, provided the other party reads and agrees
- to accept the terms and conditions of this License.
-
-
- 2. Free Software. The Software contained in this product includes some
- components of Free Software, including software from the Wine Project,
- and the MojoSetup setup software.
-
- The Wine project is licensed under terms of the GNU Lesser General Public
- License, which is included below as Appendix A. The best source for the
- Wine source code is the main Wine web page at http://www.winehq.org.
-
- Japanese fonts are included under the Wada Laboratory public domain
- license found at
- http://sourceforge.jp/projects/ume-font/wiki/UmeFontLicence
-
- MojoSetup and its dependent projects are all licensed under BSD
- style licenses. The best place for that code is also
- www.icculus.org.
-
- We also use or include static copies of the following projects:
- libxml2, libxslt - BSD-style
- xml-dom, xml-namespacesupport, - Artistic or GPL license
- xml-regexp, xml-sax
-
- We also use the htmltextview.py library by Gustavor Carneiro, which
- is licensed under the LGPL. The source code was available to us at:
- http://people.gnome.org/~gjc/htmltextview.py
-
- Portions of this software are copyright © 2009. The FreeType
- Project (www.freetype.org). All rights reserved.
-
- In each case, we use them unmodified and strongly recommend that
- anyone wishing source code for these projects find and visit the
- respective project home page.
-
- We are deeply grateful to the authors of all of these software projects
- for allowing us to use their software.
-
- We include source code with each CD purchase of CrossOver. Current
- source code for Free Software contained within CrossOver products is also
- generally available at our web site, www.codeweavers.com. However,
- individuals wishing to obtain source directly from us will be cheerfully
- provided with a copy of any Free Software source upon request. We reserve
- the right to charge a nominal processing fee for transmission of the
- source code. Send such requests to info@codeweavers.com.
-
- CodeWeavers strongly believes in the Free Software movement. We believe
- that the spirit of this movement makes it important for you to be able to
- obtain these components for yourself, make changes, and then use those
- changes with our Software. To that end, you are explicitly granted
- license to build alternate versions of the Wine software for use in
- conjunction with the Software.
-
- IN NO WAY IS THIS LICENSE GRANT INTENDED TO SUPERSEDE THE LICENSE
- AGREEMENTS OF ANY FREE SOFTWARE COMPONENTS THAT ARE DISTRIBUTED IN
- CONJUNCTION WITH THE SOFTWARE.
-
- 3. Restrictions. The Software contains copyrighted material, trade secrets
- and other proprietary material. In order to protect them, and except as
- permitted by applicable legislation or by the Free Software licenses
- detailed in Section 2, you may not:
-
- a. decompile, reverse engineer, disassemble or otherwise reduce the
- Software to a human-perceivable form
-
- b. rent, lend, loan, distribute or create derivative works based upon
- the Software in whole or in part.
-
-
- 4. Term. This License is granted to you immediately upon purchase of a
- license from CodeWeavers, or other related third party.
-
- This License is effective until terminated. You may terminate this
- License at any time by destroying the Software, related documentation and
- all copies thereof.
-
- This License will terminate immediately without notice from VENDOR if:
-
- a. you use the Software in a fashion that exceeds the rights granted
- to you by this license, OR
-
- b. you fail to conclude the purchase transaction, OR
-
- c. you request a refund.
-
-
- If the Software was given to you for purposes of evaluation, then this
- License will terminate at the end of the specified evaluation period,
- typically 15 days.
-
- 5. Export Law Assurance. You agree and certify that neither the Software nor
- any other technical data received from VENDOR, nor the direct product
- thereof, will be exported outside the United States except as authorized
- and as permitted by the laws and regulations of the United States. If the
- Software has been rightfully obtained by you outside of the United
- States, you agree that you will not reexport the Software nor any other
- technical data received from VENDOR, nor the direct product thereof,
- except as permitted by the laws and regulations of the United States and
- the laws and regulations of the jurisdiction in which you obtained the
- Software.
-
- 6. Government End Users. If you are acquiring the Software on behalf of any
- unit or agency of the United States Government, the following provisions
- apply. The Government agrees:
-
- a. if the Software is supplied to the Department of Defense (DoD), the
- Software is classified as "Commercial Computer Software" and the
- Government is acquiring only "restricted rights" in the Software
- and its documentation as that term is defined in Clause 252.227-
- 7013(c)(1) of the DFARS; and
-
- b. if the Software is supplied to any unit or agency of the United
- States Government other than DoD, the Government's rights in the
- Software and its documentation will be as defined in Clause 52.227-
- 19(c)(2) of the FAR or, in the case of NASA, in Clause 18-52.227-86
- (d) of the NASA Supplement to the FAR.
-
-
- 7. Limited Warranty on Media. If you have purchased the Software in a
- tangible form of media such as a CD ROM, VENDOR warrants the tangible media
- on which the Software is recorded to be free from defects in materials and
- workmanship under normal use for a period of ninety (90) days from the
- date of purchase as evidenced by a copy of the receipt. VENDOR's entire
- liability and your exclusive remedy will be replacement of the media not
- meeting VENDOR's limited warranty and which is returned to VENDOR or an
- VENDOR authorized representative with a copy of the receipt. VENDOR will
- have no responsibility to replace any media damaged by accident, abuse or
- misapplication. ANY IMPLIED WARRANTIES ON THE TANGIBLE MEDIA, INCLUDING
- THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- PURPOSE, ARE LIMITED IN DURATION TO NINETY (90) DAYS FROM THE DATE OF
- DELIVERY. THIS WARRANTY GIVES YOU SPECIFIC LEGAL RIGHTS, AND YOU MAY ALSO
- HAVE OTHER RIGHTS WHICH VARY BY JURISDICTION.
-
- 8. Disclaimer of Warranty on Software. You expressly acknowledge and agree
- that use of the Software is at your sole risk. The Software and related
- documentation are provided "AS IS" and without warranty of any kind and
- VENDOR EXPRESSLY DISCLAIMS ALL WARRANTIES, EXPRESS AND IMPLIED,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
- AND FITNESS FOR A PARTICULAR PURPOSE. VENDOR DOES NOT WARRANT THAT THE
- FUNCTIONS CONTAINED IN THE SOFTWARE WILL MEET YOUR REQUIREMENTS, OR THAT
- THE OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR-FREE, OR
- THAT DEFECTS IN THE SOFTWARE WILL BE CORRECTED. THE ENTIRE RISK AS TO THE
- RESULTS AND PERFORMANCE OF THE SOFTWARE IS ASSUMED BY YOU. FURTHERMORE,
- VENDOR DOES NOT WARRANT OR MAKE ANY REPRESENTATIONS REGARDING THE USE OR
- THE RESULTS OF THE USE OF THE SOFTWARE OR RELATED DOCUMENTATION IN TERMS
- OF THEIR CORRECTNESS, ACCURACY, RELIABILITY, CURRENTNESS, OR OTHERWISE.
- NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY VENDOR OR VENDOR'S
- AUTHORIZED REPRESENTATIVE SHALL CREATE A WARRANTY OR IN ANY WAY INCREASE
- THE SCOPE OF THIS WARRANTY. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU (AND
- NOT VENDOR OR VENDOR'S AUTHORIZED REPRESENTATIVE) ASSUME THE ENTIRE COST
- OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. SOME JURISDICTIONS DO
- NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO THE ABOVE EXCLUSION MAY
- NOT APPLY TO YOU.
-
- 9. Limitation of Liability. UNDER NO CIRCUMSTANCES INCLUDING NEGLIGENCE,
- SHALL VENDOR, OR ITS DIRECTORS, OFFICERS, EMPLOYEES OR AGENTS, BE LIABLE
- TO YOU FOR ANY INCIDENTAL, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES
- (INCLUDING DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION,
- LOSS OF BUSINESS INFORMATION, AND THE LIKE) ARISING OUT OF THE USE,
- MISUSE OR INABILITY TO USE THE SOFTWARE OR RELATED DOCUMENTATION, EVEN IF
- VENDOR OR VENDOR'S AUTHORIZED REPRESENTATIVE HAS BEEN ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS DO NOT ALLOW THE
- LIMITATION OR EXCLUSION OF LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL
- DAMAGES, SO THE ABOVE LIMITATION OR EXCLUSION MAY NOT APPLY TO YOU. In no
- event shall VENDOR's total liability to you for all damages, losses, and
- causes of action (whether in contract, tort (including negligence) or
- otherwise) exceed the amount paid by you for the Software.
-
- 10. Controlling Law and Severability. This License shall be governed by and
- construed in accordance with the laws of the United States and the State
- of Minnesota, as applied to agreements entered into and to be performed
- entirely within Minnesota between Minnesota residents. If for any reason
- a court of competent jurisdiction finds any provision of this License or
- portion thereof, to be unenforceable, that provision of the License shall
- be enforced to the maximum extent permissible so as to effect the intent
- of the parties, and the remainder of this License shall continue in full
- force and effect.
-
-
-Appendix A - Wine License
- GNU LESSER GENERAL PUBLIC LICENSE
- Version 2.1, February 1999
-
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-[This is the first released version of the Lesser GPL. It also counts
- as the successor of the GNU Library Public License, version 2, hence
- the version number 2.1.]
-
- Preamble
-
- The licenses for most software are designed to take away your
-freedom to share and change it. By contrast, the GNU General Public
-Licenses are intended to guarantee your freedom to share and change
-free software--to make sure the software is free for all its users.
-
- This license, the Lesser General Public License, applies to some
-specially designated software packages--typically libraries--of the
-Free Software Foundation and other authors who decide to use it. You
-can use it too, but we suggest you first think carefully about whether
-this license or the ordinary General Public License is the better
-strategy to use in any particular case, based on the explanations below.
-
- When we speak of free software, we are referring to freedom of use,
-not price. Our General Public Licenses are designed to make sure that
-you have the freedom to distribute copies of free software (and charge
-for this service if you wish); that you receive source code or can get
-it if you want it; that you can change the software and use pieces of
-it in new free programs; and that you are informed that you can do
-these things.
-
- To protect your rights, we need to make restrictions that forbid
-distributors to deny you these rights or to ask you to surrender these
-rights. These restrictions translate to certain responsibilities for
-you if you distribute copies of the library or if you modify it.
-
- For example, if you distribute copies of the library, whether gratis
-or for a fee, you must give the recipients all the rights that we gave
-you. You must make sure that they, too, receive or can get the source
-code. If you link other code with the library, you must provide
-complete object files to the recipients, so that they can relink them
-with the library after making changes to the library and recompiling
-it. And you must show them these terms so they know their rights.
-
- We protect your rights with a two-step method: (1) we copyright the
-library, and (2) we offer you this license, which gives you legal
-permission to copy, distribute and/or modify the library.
-
- To protect each distributor, we want to make it very clear that
-there is no warranty for the free library. Also, if the library is
-modified by someone else and passed on, the recipients should know
-that what they have is not the original version, so that the original
-author's reputation will not be affected by problems that might be
-introduced by others.
-
- Finally, software patents pose a constant threat to the existence of
-any free program. We wish to make sure that a company cannot
-effectively restrict the users of a free program by obtaining a
-restrictive license from a patent holder. Therefore, we insist that
-any patent license obtained for a version of the library must be
-consistent with the full freedom of use specified in this license.
-
- Most GNU software, including some libraries, is covered by the
-ordinary GNU General Public License. This license, the GNU Lesser
-General Public License, applies to certain designated libraries, and
-is quite different from the ordinary General Public License. We use
-this license for certain libraries in order to permit linking those
-libraries into non-free programs.
-
- When a program is linked with a library, whether statically or using
-a shared library, the combination of the two is legally speaking a
-combined work, a derivative of the original library. The ordinary
-General Public License therefore permits such linking only if the
-entire combination fits its criteria of freedom. The Lesser General
-Public License permits more lax criteria for linking other code with
-the library.
-
- We call this license the "Lesser" General Public License because it
-does Less to protect the user's freedom than the ordinary General
-Public License. It also provides other free software developers Less
-of an advantage over competing non-free programs. These disadvantages
-are the reason we use the ordinary General Public License for many
-libraries. However, the Lesser license provides advantages in certain
-special circumstances.
-
- For example, on rare occasions, there may be a special need to
-encourage the widest possible use of a certain library, so that it becomes
-a de-facto standard. To achieve this, non-free programs must be
-allowed to use the library. A more frequent case is that a free
-library does the same job as widely used non-free libraries. In this
-case, there is little to gain by limiting the free library to free
-software only, so we use the Lesser General Public License.
-
- In other cases, permission to use a particular library in non-free
-programs enables a greater number of people to use a large body of
-free software. For example, permission to use the GNU C Library in
-non-free programs enables many more people to use the whole GNU
-operating system, as well as its variant, the GNU/Linux operating
-system.
-
- Although the Lesser General Public License is Less protective of the
-users' freedom, it does ensure that the user of a program that is
-linked with the Library has the freedom and the wherewithal to run
-that program using a modified version of the Library.
-
- The precise terms and conditions for copying, distribution and
-modification follow. Pay close attention to the difference between a
-"work based on the library" and a "work that uses the library". The
-former contains code derived from the library, whereas the latter must
-be combined with the library in order to run.
-
- GNU LESSER GENERAL PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. This License Agreement applies to any software library or other
-program which contains a notice placed by the copyright holder or
-other authorized party saying it may be distributed under the terms of
-this Lesser General Public License (also called "this License").
-Each licensee is addressed as "you".
-
- A "library" means a collection of software functions and/or data
-prepared so as to be conveniently linked with application programs
-(which use some of those functions and data) to form executables.
-
- The "Library", below, refers to any such software library or work
-which has been distributed under these terms. A "work based on the
-Library" means either the Library or any derivative work under
-copyright law: that is to say, a work containing the Library or a
-portion of it, either verbatim or with modifications and/or translated
-straightforwardly into another language. (Hereinafter, translation is
-included without limitation in the term "modification".)
-
- "Source code" for a work means the preferred form of the work for
-making modifications to it. For a library, complete source code means
-all the source code for all modules it contains, plus any associated
-interface definition files, plus the scripts used to control compilation
-and installation of the library.
-
- Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope. The act of
-running a program using the Library is not restricted, and output from
-such a program is covered only if its contents constitute a work based
-on the Library (independent of the use of the Library in a tool for
-writing it). Whether that is true depends on what the Library does
-and what the program that uses the Library does.
-
- 1. You may copy and distribute verbatim copies of the Library's
-complete source code as you receive it, in any medium, provided that
-you conspicuously and appropriately publish on each copy an
-appropriate copyright notice and disclaimer of warranty; keep intact
-all the notices that refer to this License and to the absence of any
-warranty; and distribute a copy of this License along with the
-Library.
-
- You may charge a fee for the physical act of transferring a copy,
-and you may at your option offer warranty protection in exchange for a
-fee.
-
- 2. You may modify your copy or copies of the Library or any portion
-of it, thus forming a work based on the Library, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
- a) The modified work must itself be a software library.
-
- b) You must cause the files modified to carry prominent notices
- stating that you changed the files and the date of any change.
-
- c) You must cause the whole of the work to be licensed at no
- charge to all third parties under the terms of this License.
-
- d) If a facility in the modified Library refers to a function or a
- table of data to be supplied by an application program that uses
- the facility, other than as an argument passed when the facility
- is invoked, then you must make a good faith effort to ensure that,
- in the event an application does not supply such function or
- table, the facility still operates, and performs whatever part of
- its purpose remains meaningful.
-
- (For example, a function in a library to compute square roots has
- a purpose that is entirely well-defined independent of the
- application. Therefore, Subsection 2d requires that any
- application-supplied function or table used by this function must
- be optional: if the application does not supply it, the square
- root function must still compute square roots.)
-
-These requirements apply to the modified work as a whole. If
-identifiable sections of that work are not derived from the Library,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works. But when you
-distribute the same sections as part of a whole which is a work based
-on the Library, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote
-it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Library.
-
-In addition, mere aggregation of another work not based on the Library
-with the Library (or with a work based on the Library) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
- 3. You may opt to apply the terms of the ordinary GNU General Public
-License instead of this License to a given copy of the Library. To do
-this, you must alter all the notices that refer to this License, so
-that they refer to the ordinary GNU General Public License, version 2,
-instead of to this License. (If a newer version than version 2 of the
-ordinary GNU General Public License has appeared, then you can specify
-that version instead if you wish.) Do not make any other change in
-these notices.
-
- Once this change is made in a given copy, it is irreversible for
-that copy, so the ordinary GNU General Public License applies to all
-subsequent copies and derivative works made from that copy.
-
- This option is useful when you wish to copy part of the code of
-the Library into a program that is not a library.
-
- 4. You may copy and distribute the Library (or a portion or
-derivative of it, under Section 2) in object code or executable form
-under the terms of Sections 1 and 2 above provided that you accompany
-it with the complete corresponding machine-readable source code, which
-must be distributed under the terms of Sections 1 and 2 above on a
-medium customarily used for software interchange.
-
- If distribution of object code is made by offering access to copy
-from a designated place, then offering equivalent access to copy the
-source code from the same place satisfies the requirement to
-distribute the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
- 5. A program that contains no derivative of any portion of the
-Library, but is designed to work with the Library by being compiled or
-linked with it, is called a "work that uses the Library". Such a
-work, in isolation, is not a derivative work of the Library, and
-therefore falls outside the scope of this License.
-
- However, linking a "work that uses the Library" with the Library
-creates an executable that is a derivative of the Library (because it
-contains portions of the Library), rather than a "work that uses the
-library". The executable is therefore covered by this License.
-Section 6 states terms for distribution of such executables.
-
- When a "work that uses the Library" uses material from a header file
-that is part of the Library, the object code for the work may be a
-derivative work of the Library even though the source code is not.
-Whether this is true is especially significant if the work can be
-linked without the Library, or if the work is itself a library. The
-threshold for this to be true is not precisely defined by law.
-
- If such an object file uses only numerical parameters, data
-structure layouts and accessors, and small macros and small inline
-functions (ten lines or less in length), then the use of the object
-file is unrestricted, regardless of whether it is legally a derivative
-work. (Executables containing this object code plus portions of the
-Library will still fall under Section 6.)
-
- Otherwise, if the work is a derivative of the Library, you may
-distribute the object code for the work under the terms of Section 6.
-Any executables containing that work also fall under Section 6,
-whether or not they are linked directly with the Library itself.
-
- 6. As an exception to the Sections above, you may also combine or
-link a "work that uses the Library" with the Library to produce a
-work containing portions of the Library, and distribute that work
-under terms of your choice, provided that the terms permit
-modification of the work for the customer's own use and reverse
-engineering for debugging such modifications.
-
- You must give prominent notice with each copy of the work that the
-Library is used in it and that the Library and its use are covered by
-this License. You must supply a copy of this License. If the work
-during execution displays copyright notices, you must include the
-copyright notice for the Library among them, as well as a reference
-directing the user to the copy of this License. Also, you must do one
-of these things:
-
- a) Accompany the work with the complete corresponding
- machine-readable source code for the Library including whatever
- changes were used in the work (which must be distributed under
- Sections 1 and 2 above); and, if the work is an executable linked
- with the Library, with the complete machine-readable "work that
- uses the Library", as object code and/or source code, so that the
- user can modify the Library and then relink to produce a modified
- executable containing the modified Library. (It is understood
- that the user who changes the contents of definitions files in the
- Library will not necessarily be able to recompile the application
- to use the modified definitions.)
-
- b) Use a suitable shared library mechanism for linking with the
- Library. A suitable mechanism is one that (1) uses at run time a
- copy of the library already present on the user's computer system,
- rather than copying library functions into the executable, and (2)
- will operate properly with a modified version of the library, if
- the user installs one, as long as the modified version is
- interface-compatible with the version that the work was made with.
-
- c) Accompany the work with a written offer, valid for at
- least three years, to give the same user the materials
- specified in Subsection 6a, above, for a charge no more
- than the cost of performing this distribution.
-
- d) If distribution of the work is made by offering access to copy
- from a designated place, offer equivalent access to copy the above
- specified materials from the same place.
-
- e) Verify that the user has already received a copy of these
- materials or that you have already sent this user a copy.
-
- For an executable, the required form of the "work that uses the
-Library" must include any data and utility programs needed for
-reproducing the executable from it. However, as a special exception,
-the materials to be distributed need not include anything that is
-normally distributed (in either source or binary form) with the major
-components (compiler, kernel, and so on) of the operating system on
-which the executable runs, unless that component itself accompanies
-the executable.
-
- It may happen that this requirement contradicts the license
-restrictions of other proprietary libraries that do not normally
-accompany the operating system. Such a contradiction means you cannot
-use both them and the Library together in an executable that you
-distribute.
-
- 7. You may place library facilities that are a work based on the
-Library side-by-side in a single library together with other library
-facilities not covered by this License, and distribute such a combined
-library, provided that the separate distribution of the work based on
-the Library and of the other library facilities is otherwise
-permitted, and provided that you do these two things:
-
- a) Accompany the combined library with a copy of the same work
- based on the Library, uncombined with any other library
- facilities. This must be distributed under the terms of the
- Sections above.
-
- b) Give prominent notice with the combined library of the fact
- that part of it is a work based on the Library, and explaining
- where to find the accompanying uncombined form of the same work.
-
- 8. You may not copy, modify, sublicense, link with, or distribute
-the Library except as expressly provided under this License. Any
-attempt otherwise to copy, modify, sublicense, link with, or
-distribute the Library is void, and will automatically terminate your
-rights under this License. However, parties who have received copies,
-or rights, from you under this License will not have their licenses
-terminated so long as such parties remain in full compliance.
-
- 9. You are not required to accept this License, since you have not
-signed it. However, nothing else grants you permission to modify or
-distribute the Library or its derivative works. These actions are
-prohibited by law if you do not accept this License. Therefore, by
-modifying or distributing the Library (or any work based on the
-Library), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Library or works based on it.
-
- 10. Each time you redistribute the Library (or any work based on the
-Library), the recipient automatically receives a license from the
-original licensor to copy, distribute, link with or modify the Library
-subject to these terms and conditions. You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties with
-this License.
-
- 11. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Library at all. For example, if a patent
-license would not permit royalty-free redistribution of the Library by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Library.
-
-If any portion of this section is held invalid or unenforceable under any
-particular circumstance, the balance of the section is intended to apply,
-and the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system which is
-implemented by public license practices. Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
- 12. If the distribution and/or use of the Library is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Library under this License may add
-an explicit geographical distribution limitation excluding those countries,
-so that distribution is permitted only in or among countries not thus
-excluded. In such case, this License incorporates the limitation as if
-written in the body of this License.
-
- 13. The Free Software Foundation may publish revised and/or new
-versions of the Lesser General Public License from time to time.
-Such new versions will be similar in spirit to the present version,
-but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Library
-specifies a version number of this License which applies to it and
-"any later version", you have the option of following the terms and
-conditions either of that version or of any later version published by
-the Free Software Foundation. If the Library does not specify a
-license version number, you may choose any version ever published by
-the Free Software Foundation.
-
- 14. If you wish to incorporate parts of the Library into other free
-programs whose distribution conditions are incompatible with these,
-write to the author to ask for permission. For software which is
-copyrighted by the Free Software Foundation, write to the Free
-Software Foundation; we sometimes make exceptions for this. Our
-decision will be guided by the two goals of preserving the free status
-of all derivatives of our free software and of promoting the sharing
-and reuse of software generally.
-
- NO WARRANTY
-
- 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
-WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
-EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
-OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
-KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
-LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
-THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
-WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
-AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
-FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
-FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
- END OF TERMS AND CONDITIONS
-
-
- ----------------< End of Formal License Grant >-----------------------
-
-OKAY, WE WERE JUST KIDDING. THERE'S NOTHING IN HERE ABOUT CARWASHES. BUT YOU
-REALLY SHOULD READ THESE THINGS, YOU KNOW. (It's the Green RAV4, if
-you really insist).
-
-For those of you that do really care about license agreements,
-please feel free to email us at info@codeweavers.com; we are
-always open to suggestions.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CSL-2.0 b/sdk_container/src/third_party/portage-stable/licenses/CSL-2.0
deleted file mode 100644
index 93e66e072d0..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CSL-2.0
+++ /dev/null
@@ -1,110 +0,0 @@
-The Clearthought Software License, Version 2.0
-
-Copyright (c) 2001 Daniel Barbalace. All rights reserved.
-
-Project maintained at https://tablelayout.dev.java.net
-
-I. Terms for redistribution of original source and binaries
-
-Redistribution and use of unmodified source and/or binaries are
-permitted provided that the following condition is met:
-
-1. Redistributions of original source code must retain the above
- copyright notice and license. You are not required to redistribute
- the original source; you may choose to redistribute only the
- binaries.
-
-Basically, if you distribute unmodified source, you meet
-automatically comply with the license with no additional effort on
-your part.
-
-II. Terms for distribution of derived works via subclassing and/or
- composition.
-
-You may generate derived works by means of subclassing and/or
-composition (e.g., the Adaptor Pattern), provided that the following
-conditions are met:
-
-1. Redistributions of original source code must retain the above
- copyright notice and license. You are not required to redistribute
- the original source; you may choose to redistribute only the
- binaries.
-
-2. The original software is not altered.
-
-3. Derived works are not contained in the info.clearthought
- namespace/package or any subpackage of info.clearthought.
-
-4. Derived works do not use the class or interface names from the
- info.clearthought... packages
-
-For example, you may define a class with the following full name:
- org.nameOfMyOrganization.layouts.RowMajorTableLayout
-
-However, you may not define a class with the either of the
-following full names:
- info.clearthought.layout.RowMajorTableLayout
- org.nameOfMyOrganization.layouts.TableLayout
-
-III. Terms for redistribution of source modified via patch files.
-
-You may generate derived works by means of patch files provided
-that the following conditions are met:
-
-1. Redistributions of original source code must retain the above
- copyright notice and license. You are not required to
- redistribute the original source; you may choose to redistribute
- only the binaries resulting from the patch files.
-
-2. The original source files are not altered. All alteration is
- done in patch files.
-
-3. Derived works are not contained in the info.clearthought
- namespace/package or any subpackage of info.clearthought. This
- means that your patch files must change the namespace/package
- for the derived work. See section II for examples.
-
-4. Derived works do not use the class or interface names from the
- info.clearthought... packages. This means your patch files
- must change the names of the interfaces and classes they alter.
- See section II for examples.
-
-5. Derived works must include the following disclaimer.
- "This work is derived from Clearthought's TableLayout,
- https://tablelayout.dev.java.net, by means of patch files
- rather than subclassing or composition. Therefore, this work
- might not contain the latest fixes and features of TableLayout."
-
-IV. Terms for repackaging, transcoding, and compiling of binaries.
-
-You may do any of the following with the binaries of the
-original software.
-
-1. You may move binaries (.class files) from the original .jar file
- to your own .jar file.
-
-2. You may move binaries from the original .jar file to other
- resource containing files, including but not limited to .zip,
- .gz, .tar, .dll, .exe files.
-
-3. You may backend compile the binaries to any platform, including
- but not limited to Win32, Win64, MAC OS, Linux, Palm OS, any
- handheld or embedded platform.
-
-4. You may transcribe the binaries to other virtual machine byte
- code protocols, including but not limited to .NET.
-
-V. License Disclaimer.
-
-THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
-WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE AUTHOR, AFFILATED BUSINESSES,
-OR ANYONE ELSE BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
-USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
-OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Canon-IJ b/sdk_container/src/third_party/portage-stable/licenses/Canon-IJ
deleted file mode 100644
index b303ffe7032..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Canon-IJ
+++ /dev/null
@@ -1,651 +0,0 @@
-AGREEMENT FOR THE SOFTWARE MODULES
-PROPRIETARY TO CANON OR ITS LICENSOR
-
-
-IMPORTANT
-
-
-SOFTWARE LICENSE AGREEMENT
-
-This is a legal agreement (the "Agreement") between you and Canon Inc.
-("Canon") governing your use of Canon's or its licensors' software
-modules listed in Appendix 1 attached hereto which are incorporated in
-Canon's software program "Canon Bubble Jet Print Filter Ver.2.50 for
-Linux", "Canon Inkjet Print Filter Ver.2.60 for Linux" and "IJ Printer
-Driver Ver.2.70 for Linux (or later)" (the "Software").
-
-READ CAREFULLY AND UNDERSTAND ALL OF THE RIGHTS AND RESTRICTIONS
-DESCRIBED IN THIS AGREEMENT BEFORE USING THE SOFTWARE.
-
-BY USING THE SOFTWARE AS DESCRIBED IN SECTION 1 BELOW, YOU AGREE TO BE
-BOUND BY THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT
-AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, DO NOT USE THE
-SOFTWARE AND PROMPTLY RETURN THE SAME TO THE PLACE WHERE YOU OBTAINED
-IT.
-
-1. GRANT OF LICENSE
-Canon grants you a personal, limited and non-exclusive license to use
-("use" as used herein shall mean storing, loading, installing,
-accessing, executing or displaying), have used, copy, have copied,
-distribute and permit third parties to use and copy the Software solely
-for use with Canon's Inkjet printer products and Inkjet MFP products.
-You may modify the Software only for your own use and reverse engineer
-the same for debugging such modifications. You shall distribute the
-Software to any third party under the same terms and conditions as
-contained herein.
-
-2. RESTRICTIONS
-Except as expressly granted or permitted herein, you shall not use,
-assign, sublicense, sell, rent, lease, loan, convey or transfer to any
-third party the Software.
-
-3. COPYRIGHT NOTICE
-You shall not modify, remove or delete any copyright notice of Canon or
-its licensors contained in the Software, including any copy thereof.
-
-4. OWNERSHIP
-Canon and its licensors retain in all respects the title, ownership and
-intellectual property rights in and to the Software. Except as
-expressly provided herein, no license or right, express or implied, is
-hereby conveyed or granted by Canon to you for any intellectual
-property of Canon and its licensors.
-
-5. EXPORT RESTRICTION
-You agree to comply with all export laws and restrictions and
-regulations of the country involved, and not to export or re-export,
-directly or indirectly, the Software in violation of any such laws,
-restrictions and regulations, or without all necessary approvals.
-
-6. NO WARRANTY AND DISCLAIMER OF INDEMNITY
-THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
-EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-THE ENTIRE RISK AS TO THE QUALITY, FUNCTION AND PERFORMANCE OF THE
-SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME
-THE ENTIRE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
-EITHER CANON, CANON'S SUBSIDIARIES OR AFFILIATES, THEIR DISTRIBUTORS,
-DEALERS OR CANON'S LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
-(INCLUDING WITHOUT LIMITATION, LOSS OF BUSINESS PROFITS, LOSS OF
-BUSINESS INFORMATION, BUSINESS INTERRUPTION OR OTHER COMPENSATORY,
-INCIDENTAL OR CONSEQUENTIAL DAMAGES) ARISING OUT OF THE SOFTWARE, USE
-THEREOF OR INABILITY TO USE THE SOFTWARE EVEN IF EITHER CANON, CANON'S
-SUBSIDIARIES OR AFFILIATES, THEIR DISTRIBUTORS, DEALERS OR CANON'S
-LICENSORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, YOU HEREBY RELEASE
-CANON, CANON'S SUBSIDIARIES AND AFFILIATES, THEIR DISTRIBUTORS, DEALERS
-AND CANON'S LICENSORS FROM ANY AND ALL LIABILITY ARISING FROM OR
-RELATED TO ALL CLAIMS CONCERNING THE SOFTWARE OR ITS USE.
-
-7. TERM
-This Agreement is effective upon your acceptance hereof by using the
-Software and remains in effect until terminated. You may terminate
-this Agreement by destroying the Software.
-
-Canon may terminate this Agreement if you fail to comply with any terms
-hereof. Upon such termination of this Agreement, in addition to Canon
-enforcing its respective legal rights, you must then promptly destroy
-the Software.
-
-Notwithstanding the foregoing, Sections 4, and 6 through 10 shall
-survive any termination of this Agreement.
-
-8. U.S. GOVERNMENT RESTRICTED RIGHTS NOTICE
-The Software is "commercial items," as that term is defined at 48
-C.F.R. 2.101 (October 1995), consisting of "commercial computer
-software" as such terms are used in 48 C.F.R. 12.212 (September 1995).
-Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through
-227.7202-4 (June 1995), all U.S. Government End Users shall acquire the
-Software with only those rights set forth herein. Manufacturer is
-Canon Inc./30-2, Shimomaruko 3-chome, Ohta-ku, Tokyo 146-8501, Japan.
-
-9. SEVERABILITY
-In the event that any section hereof is declared or found to be illegal
-by any court or tribunal of competent jurisdiction, such section shall
-be null and void with respect to the jurisdiction of that court or
-tribunal and all the remaining provisions hereof shall remain in full
-force and effect.
-
-10. ACKNOWLEDGEMENT
-YOU AGREE THAT THIS AGREEMENT IS THE COMPLETE AND EXCLUSIVE STATEMENT
-OF AGREEMENT BETWEEN YOU AND CANON CONCERNING THE SUBJECT MATTER HEREOF
-AND SUPERSEDES ALL PROPOSALS OR PRIOR AGREEMENTS, VERBAL OR WRITTEN,
-AND ANY OTHER COMMUNICATIONS BETWEEN YOU AND CANON RELATING TO THE
-SUBJECT MATTER HEREOF.
-
-
-
-NOTICE FOR THE SOFTWARE MODULES TO BE PROVIDED TO YOU
-UNDER THE GNU GENERAL PUBLIC LICENSE AND A SPECIAL EXEMPTION
-
-
-IMPORTANT
-
-
-Canon's software program "Canon Bubble Jet Print Filter Ver.2.50 for
-Linux", "Canon Inkjet Print Filter Ver.2.60 for Linux" and "IJ Printer
-Driver Ver. 2.70 for Linux (or later)" contain the software modules
-listed in Appendix 2 and Appendix 3 attached hereto.
-
-Such software modules are free software and you can redistribute them
-and/or modify them under the terms of GNU General Public License
-Version 2 published by the Free Software Foundation ("GPL").
-
-Such modules are distributed in the hope that they will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. You can find full
-text of the GPL later within this notice and see it for more details.
-
-In addition, as a special exception, Canon gives permission that if you
-link the modules listed in Appendix 3 attached hereto with other files
-to produce an executable, this does not by itself cause the resulting
-executable to be covered by the GPL. Your use of that executable is in
-no way restricted on account of linking the modules listed in Appendix
-3 attached hereto into it.
-
-This exception does not however invalidate any other reasons why the
-executable file might be covered by the GPL. This exception applies
-only to the modules listed in Appendix 3 attached hereto.
-
-If you copy the modules listed in Appendix 2 attached hereto or code
-provided under the GPL into a copy of the modules listed in Appendix 3
-attached hereto, as the GPL permits, this exception does not apply to
-the code that you add in this way. To avoid misleading anyone as to
-the status of such modified files, you must delete this exception
-notice from them, and then you must not link such modified files with
-the modules listed in Appendix 1 attached hereto to produce an
-executable.
-
-If you write modifications of you own for the modules listed in
-Appendix 3 attached hereto, it is your choice whether to permit this
-exception to apply to your modifications. If you do not wish that,
-delete this exception notice, and then you must not link such
-modifications with the modules listed in Appendix 1 attached hereto to
-produce an executable.
-
-
-
-
-GNU GENERAL PUBLIC LICENSE
-Version 2, June 1991
-
-Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple
-Place, Suite 330, Boston, MA 02111-1307, USA
-Everyone is permitted to copy and distribute verbatim copies of this
-license document, but changing it is not allowed.
-
-Preamble
-
-The licenses for most software are designed to take away your freedom
-to share and change it. By contrast, the GNU General Public License is
-intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users. This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it. (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.) You can apply it to
-your programs, too.
-
-When we speak of free software, we are referring to freedom, not price.
-Our General Public Licenses are designed to make sure that you have the
-freedom to distribute copies of free software (and charge for this
-service if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs; and that you know you can do these things.
-
-To protect your rights, we need to make restrictions that forbid anyone
-to deny you these rights or to ask you to surrender the rights. These
-restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
-For example, if you distribute copies of such a program, whether gratis
-or for a fee, you must give the recipients all the rights that you
-have. You must make sure that they, too, receive or can get the source
-code. And you must show them these terms so they know their rights.
-
-We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
-Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software. If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
-Finally, any free program is threatened constantly by software patents.
-We wish to avoid the danger that redistributors of a free program will
-individually obtain patent licenses, in effect making the program
-proprietary. To prevent this, we have made it clear that any patent
-must be licensed for everyone's free use or not licensed at all.
-
-The precise terms and conditions for copying, distribution and
-modification follow.
-
-TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-0. This License applies to any program or other work which contains a
-notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License. The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language. (Hereinafter, translation is included without limitation in
-the term "modification".) Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope. The act of running
-the Program is not restricted, and the output from the Program is
-covered only if its contents constitute a work based on the Program
-(independent of having been made by running the Program). Whether that
-is true depends on what the Program does.
-
-1. You may copy and distribute verbatim copies of the Program's source
-code as you receive it, in any medium, provided that you conspicuously
-and appropriately publish on each copy an appropriate copyright notice
-and disclaimer of warranty; keep intact all the notices that refer to
-this License and to the absence of any warranty; and give any other
-recipients of the Program a copy of this License along with the
-Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
-2. You may modify your copy or copies of the Program or any portion of
-it, thus forming a work based on the Program, and copy and distribute
-such modifications or work under the terms of Section 1 above, provided
-that you also meet all of these conditions:
-
-a) You must cause the modified files to carry prominent notices stating
-that you changed the files and the date of any change.
-
-b) You must cause any work that you distribute or publish, that in
-whole or in part contains or is derived from the Program or any part
-thereof, to be licensed as a whole at no charge to all third parties
-under the terms of this License.
-
-c) If the modified program normally reads commands interactively when
-run, you must cause it, when started running for such interactive use
-in the most ordinary way, to print or display an announcement including
-an appropriate copyright notice and a notice that there is no warranty
-(or else, saying that you provide a warranty) and that users may
-redistribute the program under these conditions, and telling the user
-how to view a copy of this License. (Exception: if the Program itself
-is interactive but does not normally print such an announcement, your
-work based on the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole. If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works. But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote
-it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of a
-storage or distribution medium does not bring the other work under the
-scope of this License.
-
-3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
-a) Accompany it with the complete corresponding machine-readable source
-code, which must be distributed under the terms of Sections 1 and 2
-above on a medium customarily used for software interchange; or,
-
-b) Accompany it with a written offer, valid for at least three years,
-to give any third party, for a charge no more than your cost of
-physically performing source distribution, a complete machine-readable
-copy of the corresponding source code, to be distributed under the
-terms of Sections 1 and 2 above on a medium customarily used for
-software interchange; or,
-
-c) Accompany it with the information you received as to the offer to
-distribute corresponding source code. (This alternative is allowed only
-for noncommercial distribution and only if you received the program in
-object code or executable form with such an offer, in accord with
-Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it. For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to control
-compilation and installation of the executable. However, as a special
-exception, the source code distributed need not include anything that
-is normally distributed (in either source or binary form) with the
-major components (compiler, kernel, and so on) of the operating system
-on which the executable runs, unless that component itself accompanies
-the executable.
-
-If distribution of executable or object code is made by offering access
-to copy from a designated place, then offering equivalent access to
-copy the source code from the same place counts as distribution of the
-source code, even though third parties are not compelled to copy the
-source along with the object code.
-
-4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License. Any attempt otherwise
-to copy, modify, sublicense or distribute the Program is void, and will
-automatically terminate your rights under this License. However,
-parties who have received copies, or rights, from you under this
-License will not have their licenses terminated so long as such parties
-remain in full compliance.
-
-5. You are not required to accept this License, since you have not
-signed it. However, nothing else grants you permission to modify or
-distribute the Program or its derivative works. These actions are
-prohibited by law if you do not accept this License. Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying the
-Program or works based on it.
-
-6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions. You may not impose any further restrictions
-on the recipients' exercise of the rights granted herein. You are not
-responsible for enforcing compliance by third parties to this License.
-
-7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all. For example, if a patent license
-would not permit royalty-free redistribution of the Program by all
-those who receive copies directly or indirectly through you, then the
-only way you could satisfy both it and this License would be to refrain
-entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices. Many people have made generous
-contributions to the wide range of software distributed through that
-system in reliance on consistent application of that system; it is up
-to the author/donor to decide if he or she is willing to distribute
-software through any other system and a licensee cannot impose that
-choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License may
-add an explicit geographical distribution limitation excluding those
-countries, so that distribution is permitted only in or among countries
-not thus excluded. In such case, this License incorporates the
-limitation as if written in the body of this License.
-
-9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail
-to address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and
-conditions either of that version or of any later version published by
-the Free Software Foundation. If the Program does not specify a version
-number of this License, you may choose any version ever published by
-the Free Software Foundation.
-
-10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the
-author to ask for permission. For software which is copyrighted by the
-Free Software Foundation, write to the Free Software Foundation; we
-sometimes make exceptions for this. Our decision will be guided by the
-two goals of preserving the free status of all derivatives of our free
-software and of promoting the sharing and reuse of software generally.
-
-NO WARRANTY
-
-11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
-WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
-EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
-OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND,
-EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
-ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH
-YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
-NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
-WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
-AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU
-FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
-FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
-END OF TERMS AND CONDITIONS
-
-How to Apply These Terms to Your New Programs
-
-If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these
-terms.
-
-To do so, attach the following notices to the program. It is safest to
-attach them to the start of each source file to most effectively convey
-the exclusion of warranty; and each file should have at least the
-"copyright" line and a pointer to where the full notice is found.
-
-one line to give the program's name and an idea of what it does.
-Copyright (C) yyyy name of author
-
-This program is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
-
-This program is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-General Public License for more details.
-
-You should have received a copy of the GNU General Public License along
-with this program; if not, write to the Free Software Foundation, Inc.,
-59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
-
-Also add information on how to contact you by electronic and paper
-mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
-Gnomovision version 69, Copyright (C) year name of author
-Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show
-w'. This is free software, and you are welcome to redistribute it
-under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the
-appropriate parts of the General Public License. Of course, the
-commands you use may be called something other than `show w' and `show
-c'; they could even be mouse-clicks or menu items--whatever suits your
-program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary. Here is a sample; alter the names:
-
-Yoyodyne, Inc., hereby disclaims all copyright
-interest in the program `Gnomovision' (which makes passes at compilers)
-written by James Hacker.
-
-signature of Ty Coon, 1 April 1989
-Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications
-with the library. If this is what you want to do, use the GNU Library
-General Public License instead of this License.
-
-
-
-
-Appendix
-
-
-Appendix 1
-
-
-(the modules incorporated in "Canon Bubble Jet Print Filter Ver.2.50
-for Linux")
-
-libcnbpcmcm*.so.?.?.?
-libcnbpcnclapi*.so. ?.?.?
-libcnbpcnclbjcmd*.so.?.?.?
-libcnbpcnclui*.so.?.?.?
-libcnbpess*.so.?.?.?
-libcnbpo*.so.?.?.?
-bjfilter*.conf
-cnb_*0.tbl
-cnbpname*.tbl
-nozl_*.utl
-regi_*.utl
-*.xpm
-printui.res
-*_ps
-*_raw
-
-
-(the modules incorporated in "Canon Inkjet Print Filter Ver.2.60 for
-Linux" and "IJ Printer Driver Ver.2.70 for Linux (or later)")
-
-libcnbpcmcm*.so.?.?.?
-libcnbpcnclapi*.so. ?.?.?
-libcnbpcnclbjcmd*.so.?.?.?
-libcnbpcnclui*.so.?.?.?
-libcnbpess*.so.?.?.?
-libcnbpo*.so.?.?.?
-libcnnet*.so.?.?.?
-cnnet.ini
-cif*.conf
-cnb_*0.tbl
-cnbpname*.tbl
-nozl_*.utl
-regi_*.utl
-cif_*.bscc
-*.xpm
-printui.res
-*_ps
-*_raw
-cnij_entry_*series
-cnij_entry
-cnb_*.res
-81-canonij_prn.rules
-maintenance.res
-autoalign.utl
-cleaning.utl
-nozzlecheck.utl
-cnijlgmon2.res
-
-
-Appendix 2
-
-
-(the modules incorporated in "Canon Bubble Jet Print Filter Ver.2.50
-for Linux")
-
-bjcups
-pstocanonbj
-canon_usb
-canon_parallel
-bjcupsmon
-lgmon*
-printui*.mo
-bjcupsmon.mo
-printui.glade
-*.ppd
-locale-table
-stsmon*
-bjcmd*
-stsmon*.mo
-
-
-(the modules incorporated in "Canon Inkjet Print Filter Ver.2.60 for
-Linux" and "IJ Printer Driver Ver.2.70 for Linux (or later)")
-
-cngpij
-pstocanonij
-cnij_usb
-cnijusb
-cnijnet
-cnij_parallel
-cngpijmon*
-lgmon*(Ver.2.60-Ver.3.1*)
-printui*.mo
-cngpijmon*.mo
-printui.glade
-*.ppd
-locale-table
-stsmon*
-ijcmd*
-stsmon*.mo
-cnijfilter-*-pkgconfig.sh
-cnijfilter2-*-pkgconfig.sh
-printer_*.lc
-cngpijmnt
-maintenance*.mo
-maintenance.glade
-cnijbe*
-cmdtocanonij
-cnijlgmon2.mo
-cnijlgmon3.mo
-rastertocanonij
-tocnpwg
-
-
-Appendix 3
-
-
-(the modules incorporated in "Canon Bubble Jet Print Filter Ver.2.50
-for Linux")
-
-printui*
-bjfilter*
-
-
-(the modules incorporated in "Canon Inkjet Print Filter Ver.2.60 for
-Linux" and "IJ Printer Driver Ver.2.70 for Linux (or later)")
-
-printui*
-cif*
-cnijnetprn
-cnijnpr
-lgmon*(Ver.3.20-)
-maintenance*
-cnijlgmon2
-cnijlgmon3
-cmdtocanonij2
-tocanonij
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Canon-UFR-II b/sdk_container/src/third_party/portage-stable/licenses/Canon-UFR-II
deleted file mode 100644
index 9ef419f519b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Canon-UFR-II
+++ /dev/null
@@ -1,756 +0,0 @@
-[1] SOFTWARE LICENSE AGREEMENT FOR CANON'S OR ITS LICENSORS' SOFTWARE PROGRAMS
-
-IMPORTANT
-
-This is a legal agreement ("Agreement") between you and Canon Inc. ("Canon")
-governing your use of Canon's or its licensors' software programs incorporated
-in this Canon's product "Canon UFR II/UFR II LT Printer Driver for Linux v2.70
-" ("Product"), and which software programs are listed in Schedule 1 of Exhibit
-attached hereto. Such Canon's or its licensors' software programs shall be
-referred to hereinafter as the "Software."
-
-READ CAREFULLY AND UNDERSTAND ALL OF THE RIGHTS AND RESTRICTIONS DESCRIBED IN
-THIS AGREEMENT BEFORE USING THE SOFTWARE.
-
-BY USING THE SOFTWARE AS DESCRIBED IN SECION 1 BELOW, YOU AGREE TO BE BOUND BY
-THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO THE TERMS
-AND CONDITIONS OF THIS AGREEMENT, DO NOT USE THE SOFWARE AND PROMPTLY RETURN
-THE SAME TO THE PLACE WHERE YOU OBTAINED IT.
-
-
-1.GRANT OF LICENSE
-
-Canon grants you a personal, limited and non-exclusive license to use ("use" as
-used herein shall mean storing, loading, installing, accessing, executing or
-displaying), have used, copy, have copied, distribute and permit third parties
-to use and copy the Software only on the Product. You may modify the Software
-only for your own use and reverse engineer the same for debugging such
-modifications. You shall distribute the Software to any third party under the
-same terms and conditions as contained herein.
-
-2.RESTRICTIONS
-
-Except as expressly granted or permitted herein, you shall not use, assign,
-sublicense, sell, rent, lease, loan, convey or transfer to any third party the
-Software.
-
-3.COPYRIGHT NOTICE
-
-You shall not modify, remove or delete any copyright notice of Canon or its
-licensors contained in the Software, including any copy thereof.
-
-4.OWNERSHIP
-
-Canon and its licensors retain in all respects the title, ownership and
-intellectual property rights in and to the Software. Except as expressly
-provided herein, no license or right, express or implied, is hereby conveyed or
-granted by Canon to you for any intellectual property of Canon and its licensors.
-
-5.EXPORT RESTRICTION
-
-You agree to comply with all export laws and restrictions and regulations of the
-country involved, and not to export or re-export, directly or indirectly, the
-Software in violation of any such laws, restrictions and regulations, or without
-all necessary approvals.
-
-6.NO WARRANTY AND DISCLAIMER OF INDEMNITY
-
-THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY
-AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY, FUNCTION
-AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE,
-YOU ASSUME THE ENTIRE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-IN NO EVENT SHALL EITHER CANON, CANON'S SUBSIDIARIES OR AFFILIATES, THEIR
-DISTRIBUTORS, DEALERS OR CANON'S LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
-(INCLUDING WITHOUT LIMITATION, LOSS OF BUSINESS PROFITS, LOSS OF BUSINESS
-INFORMATION, BUSINESS INTERRUPTION OR OTHER COMPENSATORY, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES) ARISING OUT OF THE SOFTWARE, USE THEREOF OR INABILITY TO
-USE THE SOFTWARE EVEN IF EITHER CANON, CANON'S SUBSIDIARIES OR AFFILIATES, THEIR
-DISTRIBUTORS, DEALERS OR CANON'S LICENSORS HAVE BEEN ADVISED OF THE POSSIBILITY
-OF SUCH DAMAGES.
-
-TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, YOU HEREBY RELEASE CANON, CANON'S
-SUBSIDIARIES AND AFFILIATES, THEIR DISTRIBUTORS, DEALERS AND CANON'S LICENSORS
-FROM ANY AND ALL LIABILITY ARISING FROM OR RELATED TO ALL CLAIMS CONCERNING THE
-SOFTWARE OR ITS USE.
-
-7.TERM
-
-This Agreement is effective upon your acceptance hereof by using the Software
-and remains in effect until terminated. You may terminate this Agreement by
-destroying the Software.
-
-Canon may terminate this Agreement if you fail to comply with any terms hereof.
-Upon such termination of this Agreement, in addition to Canon enforcing its
-respective legal rights, you must then promptly destroy the Software.
-
-Notwithstanding the foregoing, Sections 4, and 6 through 10 shall survive any
-termination of this Agreement.
-
-8.U.S. GOVERNMENT RESTRICTED RIGHTS NOTICE
-
-A "US Government End User" shall mean any agency or entity of the government of
-the United States. If you are a US Government End User, the following shall apply:
-The SOFTWARE is "commercial items," as that term is defined at 48 C.F.R. 2.101
-(October 1995), consisting of "commercial computer software" as such terms are
-used in 48 C.F.R. 12.212 (September 1995). Consistent with 48 C.F.R. 12.212 and
-48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End
-Users shall acquire the SOFTWARE with only those rights set forth herein.
-The manufacturer is Canon Inc./30-2, Shimomaruko 3-chome, Ohta-ku, Tokyo 146-8501,
-Japan.
-
-9.SEVERABILITY
-
-In the event that any section hereof is declared or found to be illegal by any
-court or tribunal of competent jurisdiction, such section shall be null and void
-with respect to the jurisdiction of that court or tribunal and all the remaining
-provisions hereof shall remain in full force and effect.
-
-10.ACKNOWLEDGEMENT
-
-YOU AGREE THAT THIS AGREEMENT IS THE COMPLETE AND EXCLUSIVE STATEMENT OF AGREEMENT
-BETWEEN YOU AND CANON CONCERNING THE SUBJECT MATTER HEREOF AND SUPERSEDES ALL
-PROPOSALS OR PRIOR AGREEMENTS, VERBAL OR WRITTEN, AND ANY OTHER COMMUNICATIONS
-BETWEEN YOU AND CANON RELATING TO THE SUBJECT MATTER HEREOF.
-
-021951
-
-[2] IMPORTANT NOTICE FOR THE USE OF FREE SOFTWARE COMPONENTS BEING LICENSED UNDER
-GNU GENERAL PUBLIC LICENSE
-
-This product "Canon UFR II/UFR II LT Printer Driver for Linux v2.70 " ("Product")
- of Canon Inc. ("Canon") contains the free software components as listed in
-Schedule 2 of Exhibit attached hereto, and which are licensed under GNU General
-Public License version 2 published by the Free Software Foundation ("GPL").
-
-Such free software components are free software; you can redistribute them and/or
-modify them under the terms of GPL.
-
-Such components are distributed in the hope that they will be useful, but WITHOUT
-ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
-A PARTICULAR PURPOSE. You can find full text of GPL later within this notice and
-see it for more details.
-
-
-GNU GENERAL PUBLIC LICENSE
-Version 2, June 1991
-
-Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-Everyone is permitted to copy and distribute verbatim copies of this license
-document, but changing it is not allowed.
-
-Preamble
-
-The licenses for most software are designed to take away your freedom to share
-and change it. By contrast, the GNU General Public License is intended to guarantee
-your freedom to share and change free software--to make sure the software is free
-for all its users. This General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to using it.
-(Some other Free Software Foundation software is covered by the GNU Library
-General Public License instead.) You can apply it to your programs, too.
-
-When we speak of free software, we are referring to freedom, not price. Our General
-Public Licenses are designed to make sure that you have the freedom to distribute
-copies of free software (and charge for this service if you wish), that you receive
-source code or can get it if you want it, that you can change the software or use
-pieces of it in new free programs; and that you know you can do these things.
-
-To protect your rights, we need to make restrictions that forbid anyone to deny
-you these rights or to ask you to surrender the rights. These restrictions translate
-to certain responsibilities for you if you distribute copies of the software,
-or if you modify it.
-
-For example, if you distribute copies of such a program, whether gratis or for
-a fee, you must give the recipients all the rights that you have. You must make
-sure that they, too, receive or can get the source code. And you must show them
-these terms so they know their rights.
-
-We protect your rights with two steps: (1) copyright the software, and (2) offer
-you this license which gives you legal permission to copy, distribute and/or
-modify the software.
-
-Also, for each author's protection and ours, we want to make certain that everyone
-understands that there is no warranty for this free software. If the software is
-modified by someone else and passed on, we want its recipients to know that what
-they have is not the original, so that any problems introduced by others will not
-reflect on the original authors' reputations.
-
-Finally, any free program is threatened constantly by software patents. We wish to
- avoid the danger that redistributors of a free program will individually obtain
-patent licenses, in effect making the program proprietary. To prevent this, we
-have made it clear that any patent must be licensed for everyone's free use or
-not licensed at all.
-
-The precise terms and conditions for copying, distribution and modification follow.
-
-TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-0. This License applies to any program or other work which contains a notice
-placed by the copyright holder saying it may be distributed under the terms of
-this General Public License. The "Program", below, refers to any such program or
-work, and a "work based on the Program" means either the Program or any derivative
-work under copyright law: that is to say, a work containing the Program or a
-portion of it, either verbatim or with modifications and/or translated into another
-language. (Hereinafter, translation is included without limitation in the term
-"modification".) Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not covered by
-this License; they are outside its scope. The act of running the Program is not
-restricted, and the output from the Program is covered only if its contents
-constitute a work based on the Program (independent of having been made by running
-the Program). Whether that is true depends on what the Program does.
-
-1. You may copy and distribute verbatim copies of the Program's source code as
-you receive it, in any medium, provided that you conspicuously and appropriately
-publish on each copy an appropriate copyright notice and disclaimer of warranty;
-keep intact all the notices that refer to this License and to the absence of any
-warranty; and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and you may
-at your option offer warranty protection in exchange for a fee.
-
-2. You may modify your copy or copies of the Program or any portion of it, thus
-forming a work based on the Program, and copy and distribute such modifications
-or work under the terms of Section 1 above, provided that you also meet all of
-these conditions:
-
-a) You must cause the modified files to carry prominent notices stating that you
-changed the files and the date of any change.
-
-b) You must cause any work that you distribute or publish, that in whole or in
-part contains or is derived from the Program or any part thereof, to be licensed
-as a whole at no charge to all third parties under the terms of this License.
-
-c) If the modified program normally reads commands interactively when run, you
-must cause it, when started running for such interactive use in the most ordinary
-way, to print or display an announcement including an appropriate copyright notice
-and a notice that there is no warranty (or else, saying that you provide a warranty)
-and that users may redistribute the program under these conditions, and telling
-the user how to view a copy of this License. (Exception: if the Program itself
-is interactive but does not normally print such an announcement, your work based
-on the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole. If identifiable sections
-of that work are not derived from the Program, and can be reasonably considered
-independent and separate works in themselves, then this License, and its terms,
-do not apply to those sections when you distribute them as separate works. But
-when you distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of this License,
-whose permissions for other licensees extend to the entire whole, and thus to each
-and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest your rights
-to work written entirely by you; rather, the intent is to exercise the right to
-control the distribution of derivative or collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program with the
-Program (or with a work based on the Program) on a volume of a storage or
-distribution medium does not bring the other work under the scope of this License.
-
-3. You may copy and distribute the Program (or a work based on it, under Section 2)
-in object code or executable form under the terms of Sections 1 and 2 above
-provided that you also do one of the following:
-
-a) Accompany it with the complete corresponding machine-readable source code,
-which must be distributed under the terms of Sections 1 and 2 above on a medium
-customarily used for software interchange; or,
-
-b) Accompany it with a written offer, valid for at least three years, to give
-any third party, for a charge no more than your cost of physically performing
-source distribution, a complete machine-readable copy of the corresponding source
-code, to be distributed under the terms of Sections 1 and 2 above on a medium
-customarily used for software interchange; or,
-
-c) Accompany it with the information you received as to the offer to distribute
-corresponding source code. (This alternative is allowed only for noncommercial
-distribution and only if you received the program in object code or executable
-form with such an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for making
-modifications to it. For an executable work, complete source code means all the
-source code for all modules it contains, plus any associated interface definition
-files, plus the scripts used to control compilation and installation of the executable.
-However, as a special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary form) with the
-major components (compiler, kernel, and so on) of the operating system on which
-the executable runs, unless that component itself accompanies the executable.
-
-If distribution of executable or object code is made by offering access to copy
-from a designated place, then offering equivalent access to copy the source code
-from the same place counts as distribution of the source code, even though third
-parties are not compelled to copy the source along with the object code.
-
-4. You may not copy, modify, sublicense, or distribute the Program except as
-expressly provided under this License. Any attempt otherwise to copy, modify,
-sublicense or distribute the Program is void, and will automatically terminate
-your rights under this License. However, parties who have received copies, or
-rights, from you under this License will not have their licenses terminated so
-long as such parties remain in full compliance.
-
-5. You are not required to accept this License, since you have not signed it.
-However, nothing else grants you permission to modify or distribute the Program
-or its derivative works. These actions are prohibited by law if you do not accept
-this License. Therefore, by modifying or distributing the Program (or any work
-based on the Program), you indicate your acceptance of this License to do so,
-and all its terms and conditions for copying, distributing or modifying the
-Program or works based on it.
-
-6. Each time you redistribute the Program (or any work based on the Program),
-the recipient automatically receives a license from the original licensor to copy,
-distribute or modify the Program subject to these terms and conditions. You may
-not impose any further restrictions on the recipients' exercise of the rights
-granted herein. You are not responsible for enforcing compliance by third parties
-to this License.
-
-7. If, as a consequence of a court judgment or allegation of patent infringement
-or for any other reason (not limited to patent issues), conditions are imposed
-on you (whether by court order, agreement or otherwise) that contradict the
-conditions of this License, they do not excuse you from the conditions of this
-License. If you cannot distribute so as to satisfy simultaneously your obligations
-under this License and any other pertinent obligations, then as a consequence
-you may not distribute the Program at all. For example, if a patent license would
-not permit royalty-free redistribution of the Program by all those who receive
-copies directly or indirectly through you, then the only way you could satisfy
-both it and this License would be to refrain entirely from distribution of the
-Program.
-
-If any portion of this section is held invalid or unenforceable under any
-particular circumstance, the balance of the section is intended to apply and
-the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any patents or
-other property right claims or to contest validity of any such claims; this
-section has the sole purpose of protecting the integrity of the free software
-distribution system, which is implemented by public license practices. Many people
-have made generous contributions to the wide range of software distributed through
-that system in reliance on consistent application of that system; it is up to the
-author/donor to decide if he or she is willing to distribute software through any
-other system and a licensee cannot impose that choice.
-
-This section is intended to make thoroughly clear what is believed to be a
-consequence of the rest of this License.
-
-8. If the distribution and/or use of the Program is restricted in certain
-countries either by patents or by copyrighted interfaces, the original copyright
-holder who places the Program under this License may add an explicit geographical
-distribution limitation excluding those countries, so that distribution is
-permitted only in or among countries not thus excluded. In such case, this License
-incorporates the limitation as if written in the body of this License.
-
-9. The Free Software Foundation may publish revised and/or new versions of the
-General Public License from time to time. Such new versions will be similar in
-spirit to the present version, but may differ in detail to address new problems
-or concerns.
-
-Each version is given a distinguishing version number. If the Program specifies
-a version number of this License which applies to it and "any later version", you
-have the option of following the terms and conditions either of that version or
-of any later version published by the Free Software Foundation. If the Program
-does not specify a version number of this License, you may choose any version
-ever published by the Free Software Foundation.
-
-10. If you wish to incorporate parts of the Program into other free programs
-whose distribution conditions are different, write to the author to ask for
-permission. For software which is copyrighted by the Free Software Foundation,
-write to the Free Software Foundation; we sometimes make exceptions for this.
-Our decision will be guided by the two goals of preserving the free status of all
-derivatives of our free software and of promoting the sharing and reuse of
-software generally.
-
-NO WARRANTY
-
-11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE
-PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED
-IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS"
-WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH
-YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
-SERVICING, REPAIR OR CORRECTION.
-
-12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL
-ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE
-PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
-SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY
-TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF
-THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER
-PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-END OF TERMS AND CONDITIONS
-
-How to Apply These Terms to Your New Programs
-
-If you develop a new program, and you want it to be of the greatest possible use
-to the public, the best way to achieve this is to make it free software which
-everyone can redistribute and change under these terms.
-
-To do so, attach the following notices to the program. It is safest to attach
-them to the start of each source file to most effectively convey the exclusion
-of warranty; and each file should have at least the "copyright" line and a pointer
-to where the full notice is found.
-
-one line to give the program's name and an idea of what it does.
-Copyright (C) yyyy name of author
-
-This program is free software; you can redistribute it and/or modify it under
-the terms of the GNU General Public License as published by the Free Software
-Foundation; either version 2 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY
-WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with
-this program; if not, write to the Free Software Foundation, Inc., 59 Temple
-Place - Suite 330, Boston, MA 02111-1307, USA.
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this when it
-starts in an interactive mode:
-
-Gnomovision version 69, Copyright (C) year name of author
-Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-This is free software, and you are welcome to redistribute it under certain
-conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate parts
-of the General Public License. Of course, the commands you use may be called
-something other than `show w' and `show c'; they could even be mouse-clicks or
-menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your school,
-if any, to sign a "copyright disclaimer" for the program, if necessary. Here is
-a sample; alter the names:
-
-Yoyodyne, Inc., hereby disclaims all copyright
-interest in the program `Gnomovision' (which makes passes at compilers) written
-by James Hacker.
-
-signature of Ty Coon, 1 April 1989
-Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into
-proprietary programs. If your program is a subroutine library, you may consider
-it more useful to permit linking proprietary applications with the library.
-If this is what you want to do, use the GNU Library General Public License instead
-of this License.
-
-[3] IMPORTANT NOTICE FOR THE USE OF OTHER FREE SOFTWARE COMPONENTS
-
-The software components contained in this product "Canon Common Printer Driver
-for Linux v2.70" which software components are listed in Schedule 3 of Exhibit
-attached hereto are free software.
-
-Such component shall be deemed as the "Software" defined in the permission notice
-below, and you can deal in such component under the terms of such permission notice.
-
-
-Copyright (c) 2007 Canon Inc.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
-INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
-PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-
-Exhibit
-
-
-Schedule 1
-
-c3pldrv
-libc3pl.so.0.0.1
-libcaepcm.so.1.0
-libcaiousb.so.1.0.0
-libcaiowrap.so.1.0.0
-libcanon_slim.so.1.0.0
-libColorGear.so.0.0.0
-libColorGearC.so.0.0.0
-CANSRGBA.ICC
-CNZ005.ICC
-CNZ006.ICC
-CNZ007.ICC
-CNZ008.ICC
-CNZ055.ICC
-cnpkbidi
-cnpkmoduleufr2
-libEnoJBIG.so.1.0.0
-libEnoJPEG.so.1.0.0
-libcaiocnpkbidi.so.1.0.0
-libcanonufr2.la
-libcanonufr2.so.1.0.0
-libcnlbcm.so.1.0
-libufr2filter.so.1.0.0
-CNC610A.ICC
-CNC610B.ICC
-CNC710A.ICC
-CNC710B.ICC
-CNC711A.ICC
-CNC711B.ICC
-CNC810A.ICC
-CNC810B.ICC
-CNC910A.ICC
-CNC910B.ICC
-CNCA10A.ICC
-CNCA10B.ICC
-CNCB10A.ICC
-CNCB10B.ICC
-CNCC10A.ICC
-CNCC10B.ICC
-CNCD11A.ICC
-CNCD11B.ICC
-CNCE10A.ICC
-CNCE10B.ICC
-CNCF10A.ICC
-CNCF10B.ICC
-CNCG10A.ICC
-CNCG10B.ICC
-CNCI10A.ICC
-CNCI11B.ICC
-CNL610A.ICC
-CNL610B.ICC
-CNL611A.ICC
-CNL611B.ICC
-CNL820A.ICC
-CNL820B.ICC
-CNL821A.ICC
-CNL821B.ICC
-CNL980A.ICC
-CNL980B.ICC
-CNLA80A.ICC
-CNLA80B.ICC
-CNLB10A.ICC
-CNLB10B.ICC
-CNLC10A.ICC
-CNLC10B.ICC
-CNLD10A.ICC
-CNLD10B.ICC
-CNLD80A.ICC
-CNLD80B.ICC
-CNLF10A.ICC
-CNLF10B.ICC
-CNLG10A.ICC
-CNLG10B.ICC
-CNLH80A.ICC
-CNLH80B.ICC
-CnLB0021.DAT
-CnLB0052.DAT
-CnLB0203.DAT
-CnLB03C2.DAT
-CnLB050F.DAT
-CnLB065C.DAT
-CnLB0729.DAT
-CnLB0953.DAT
-CnLB0A87.DAT
-CnLB0C13.DAT
-CnLB0CCA.DAT
-CnLB0DD6.DAT
-CnLB10F8.DAT
-CnLB1104.DAT
-CnLB12B9.DAT
-CnLB1493.DAT
-CnLB157C.DAT
-CnLB15C8.DAT
-CnLB174D.DAT
-CnLB2030.DAT
-CnLB2289.DAT
-CnLB22F7.DAT
-CnLB2325.DAT
-CnLB242B.DAT
-CnLB26EB.DAT
-CnLB2775.DAT
-CnLB2887.DAT
-CnLB3124.DAT
-CnLB33CE.DAT
-CnLB3547.DAT
-CnLB3645.DAT
-CnLB3E20.DAT
-CnLB3FEB.DAT
-CnLB3FFE.DAT
-CnLB402B.DAT
-CnLB4758.DAT
-CnLB4896.DAT
-CnLB495F.DAT
-CnLB49AC.DAT
-CnLB4B7B.DAT
-CnLB4CAF.DAT
-CnLB4DC9.DAT
-CnLB50B6.DAT
-CnLB511D.DAT
-CnLB5BD1.DAT
-CnLB5D7D.DAT
-CnLB5F49.DAT
-CnLB682C.DAT
-CnLB6CC9.DAT
-CnLB6D8B.DAT
-CnLB71AF.DAT
-CnLB75F3.DAT
-CnLB7754.DAT
-CnLB789E.DAT
-CnLB7AAC.DAT
-CnLB7C4F.DAT
-CnLB7E3A.DAT
-CnLB7FED.DAT
-CnLB7FF3.DAT
-CnLB8037.DAT
-CnLB82F5.DAT
-CnLB8568.DAT
-CnLB8773.DAT
-CnLB88EC.DAT
-CnLB8925.DAT
-CnLB8A05.DAT
-CnLB8AEC.DAT
-CnLB8AF4.DAT
-CnLB9053.DAT
-CnLB91CD.DAT
-CnLB9263.DAT
-CnLB96C4.DAT
-CnLB9724.DAT
-CnLB99D2.DAT
-CnLB9B6F.DAT
-CnLB9F62.DAT
-CnLBA028.DAT
-CnLBA22F.DAT
-CnLBA2A9.DAT
-CnLBA633.DAT
-CnLBA6A8.DAT
-CnLBA7E1.DAT
-CnLBA811.DAT
-CnLBAAB9.DAT
-CnLBAC02.DAT
-CnLBAD22.DAT
-CnLBAE22.DAT
-CnLBB00D.DAT
-CnLBB051.DAT
-CnLBB74A.DAT
-CnLBB8C5.DAT
-CnLBBC70.DAT
-CnLBBC77.DAT
-CnLBBD1A.DAT
-CnLBBFAD.DAT
-CnLBC025.DAT
-CnLBC031.DAT
-CnLBC07C.DAT
-CnLBC0B5.DAT
-CnLBC0BB.DAT
-CnLBC12E.DAT
-CnLBC19C.DAT
-CnLBC41F.DAT
-CnLBC4C1.DAT
-CnLBC60E.DAT
-CnLBC61C.DAT
-CnLBC662.DAT
-CnLBCA28.DAT
-CnLBCAA4.DAT
-CnLBCFCA.DAT
-CnLBD2A2.DAT
-CnLBD37D.DAT
-CnLBD4C7.DAT
-CnLBD5ED.DAT
-CnLBD635.DAT
-CnLBD757.DAT
-CnLBD876.DAT
-CnLBD9BD.DAT
-CnLBDAB4.DAT
-CnLBDC35.DAT
-CnLBDDBE.DAT
-CnLBDE79.DAT
-CnLBDF09.DAT
-CnLBDFA3.DAT
-CnLBE1E7.DAT
-CnLBE2B8.DAT
-CnLBE418.DAT
-CnLBE71E.DAT
-CnLBE82F.DAT
-CnLBEAC8.DAT
-CnLBEB13.DAT
-CnLBEEA4.DAT
-CnLBF017.DAT
-CnLBF066.DAT
-CnLBF5F6.DAT
-CnLBFA5E.DAT
-CnLBFB32.DAT
-CnLBFC60.DAT
-CnLBFDB2.DAT
-CnLBFDDF.DAT
-CnLB_04A.DAT
-CnLB_08A.DAT
-CnLB_10A.DAT
-CnLB_12A.DAT
-CnLB_13A.DAT
-CnLB_14A.DAT
-CnLB_15A.DAT
-CnLB_16A.DAT
-CnLB_18A.DAT
-CnLB_19A.DAT
-CnLB_21A.DAT
-CnLB_23A.DAT
-CnLB_24A.DAT
-CnLB_26A.DAT
-CnLB_27A.DAT
-CnLB_28A.DAT
-CnLB_29A.DAT
-CnLB_30A.DAT
-CnLB_32A.DAT
-CnLB_34A.DAT
-CnLB_35A.DAT
-CnLB_36A.DAT
-CnLB_38A.DAT
-CnLB_40A.DAT
-CnLB_41A.DAT
-CnLB_42A.DAT
-CnLB_43A.DAT
-cnpkbidi_info_000.xml
-cnpkbidi_info_001.xml
-cnpkbidi_info_002.xml
-cnpkbidi_info_003.xml
-cnpkbidi_info_004.xml
-ThLB_27A.BIN
-ThLB_28A.BIN
-ThLB_40A.BIN
-ThLB_41A.BIN
-
-
-Schedule 2
-
-cngplp
-cnjatool
-cngplp.mo
-cngplp.glade
-cnusb
-pstoufr2cpca
-libuictlufr2.la
-libuictlufr2.so.1.0.0
-libuictlufr2.1.0.mo
-cngplp_ufr2.glade
-func_config_ufr2.xml
-*.res
-*.ppd
-
-
-Schedule 3
-
-buflist.h
-buftool.h
-libbuftool.a
-libcanonc3pl.so.1.0.0
-cnpklibufr2.h
-libcnpkufr2.a
-libcnpkufr2.la
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CeCILL-2 b/sdk_container/src/third_party/portage-stable/licenses/CeCILL-2
deleted file mode 100644
index f5985c07da0..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CeCILL-2
+++ /dev/null
@@ -1,506 +0,0 @@
-
-CeCILL FREE SOFTWARE LICENSE AGREEMENT
-
-
- Notice
-
-This Agreement is a Free Software license agreement that is the result
-of discussions between its authors in order to ensure compliance with
-the two main principles guiding its drafting:
-
- * firstly, compliance with the principles governing the distribution
- of Free Software: access to source code, broad rights granted to
- users,
- * secondly, the election of a governing law, French law, with which
- it is conformant, both as regards the law of torts and
- intellectual property law, and the protection that it offers to
- both authors and holders of the economic rights over software.
-
-The authors of the CeCILL (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre])
-license are:
-
-Commissariat à l'Energie Atomique - CEA, a public scientific, technical
-and industrial research establishment, having its principal place of
-business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France.
-
-Centre National de la Recherche Scientifique - CNRS, a public scientific
-and technological establishment, having its principal place of business
-at 3 rue Michel-Ange, 75794 Paris cedex 16, France.
-
-Institut National de Recherche en Informatique et en Automatique -
-INRIA, a public scientific and technological establishment, having its
-principal place of business at Domaine de Voluceau, Rocquencourt, BP
-105, 78153 Le Chesnay cedex, France.
-
-
- Preamble
-
-The purpose of this Free Software license agreement is to grant users
-the right to modify and redistribute the software governed by this
-license within the framework of an open source distribution model.
-
-The exercising of these rights is conditional upon certain obligations
-for users so as to preserve this status for all subsequent redistributions.
-
-In consideration of access to the source code and the rights to copy,
-modify and redistribute granted by the license, users are provided only
-with a limited warranty and the software's author, the holder of the
-economic rights, and the successive licensors only have limited liability.
-
-In this respect, the risks associated with loading, using, modifying
-and/or developing or reproducing the software by the user are brought to
-the user's attention, given its Free Software status, which may make it
-complicated to use, with the result that its use is reserved for
-developers and experienced professionals having in-depth computer
-knowledge. Users are therefore encouraged to load and test the
-suitability of the software as regards their requirements in conditions
-enabling the security of their systems and/or data to be ensured and,
-more generally, to use and operate it in the same conditions of
-security. This Agreement may be freely reproduced and published,
-provided it is not altered, and that no provisions are either added or
-removed herefrom.
-
-This Agreement may apply to any or all software for which the holder of
-the economic rights decides to submit the use thereof to its provisions.
-
-
- Article 1 - DEFINITIONS
-
-For the purpose of this Agreement, when the following expressions
-commence with a capital letter, they shall have the following meaning:
-
-Agreement: means this license agreement, and its possible subsequent
-versions and annexes.
-
-Software: means the software in its Object Code and/or Source Code form
-and, where applicable, its documentation, "as is" when the Licensee
-accepts the Agreement.
-
-Initial Software: means the Software in its Source Code and possibly its
-Object Code form and, where applicable, its documentation, "as is" when
-it is first distributed under the terms and conditions of the Agreement.
-
-Modified Software: means the Software modified by at least one
-Contribution.
-
-Source Code: means all the Software's instructions and program lines to
-which access is required so as to modify the Software.
-
-Object Code: means the binary files originating from the compilation of
-the Source Code.
-
-Holder: means the holder(s) of the economic rights over the Initial
-Software.
-
-Licensee: means the Software user(s) having accepted the Agreement.
-
-Contributor: means a Licensee having made at least one Contribution.
-
-Licensor: means the Holder, or any other individual or legal entity, who
-distributes the Software under the Agreement.
-
-Contribution: means any or all modifications, corrections, translations,
-adaptations and/or new functions integrated into the Software by any or
-all Contributors, as well as any or all Internal Modules.
-
-Module: means a set of sources files including their documentation that
-enables supplementary functions or services in addition to those offered
-by the Software.
-
-External Module: means any or all Modules, not derived from the
-Software, so that this Module and the Software run in separate address
-spaces, with one calling the other when they are run.
-
-Internal Module: means any or all Module, connected to the Software so
-that they both execute in the same address space.
-
-GNU GPL: means the GNU General Public License version 2 or any
-subsequent version, as published by the Free Software Foundation Inc.
-
-Parties: mean both the Licensee and the Licensor.
-
-These expressions may be used both in singular and plural form.
-
-
- Article 2 - PURPOSE
-
-The purpose of the Agreement is the grant by the Licensor to the
-Licensee of a non-exclusive, transferable and worldwide license for the
-Software as set forth in Article 5 hereinafter for the whole term of the
-protection granted by the rights over said Software.
-
-
- Article 3 - ACCEPTANCE
-
-3.1 The Licensee shall be deemed as having accepted the terms and
-conditions of this Agreement upon the occurrence of the first of the
-following events:
-
- * (i) loading the Software by any or all means, notably, by
- downloading from a remote server, or by loading from a physical
- medium;
- * (ii) the first time the Licensee exercises any of the rights
- granted hereunder.
-
-3.2 One copy of the Agreement, containing a notice relating to the
-characteristics of the Software, to the limited warranty, and to the
-fact that its use is restricted to experienced users has been provided
-to the Licensee prior to its acceptance as set forth in Article 3.1
-hereinabove, and the Licensee hereby acknowledges that it has read and
-understood it.
-
-
- Article 4 - EFFECTIVE DATE AND TERM
-
-
- 4.1 EFFECTIVE DATE
-
-The Agreement shall become effective on the date when it is accepted by
-the Licensee as set forth in Article 3.1.
-
-
- 4.2 TERM
-
-The Agreement shall remain in force for the entire legal term of
-protection of the economic rights over the Software.
-
-
- Article 5 - SCOPE OF RIGHTS GRANTED
-
-The Licensor hereby grants to the Licensee, who accepts, the following
-rights over the Software for any or all use, and for the term of the
-Agreement, on the basis of the terms and conditions set forth hereinafter.
-
-Besides, if the Licensor owns or comes to own one or more patents
-protecting all or part of the functions of the Software or of its
-components, the Licensor undertakes not to enforce the rights granted by
-these patents against successive Licensees using, exploiting or
-modifying the Software. If these patents are transferred, the Licensor
-undertakes to have the transferees subscribe to the obligations set
-forth in this paragraph.
-
-
- 5.1 RIGHT OF USE
-
-The Licensee is authorized to use the Software, without any limitation
-as to its fields of application, with it being hereinafter specified
-that this comprises:
-
- 1. permanent or temporary reproduction of all or part of the Software
- by any or all means and in any or all form.
-
- 2. loading, displaying, running, or storing the Software on any or
- all medium.
-
- 3. entitlement to observe, study or test its operation so as to
- determine the ideas and principles behind any or all constituent
- elements of said Software. This shall apply when the Licensee
- carries out any or all loading, displaying, running, transmission
- or storage operation as regards the Software, that it is entitled
- to carry out hereunder.
-
-
- 5.2 ENTITLEMENT TO MAKE CONTRIBUTIONS
-
-The right to make Contributions includes the right to translate, adapt,
-arrange, or make any or all modifications to the Software, and the right
-to reproduce the resulting software.
-
-The Licensee is authorized to make any or all Contributions to the
-Software provided that it includes an explicit notice that it is the
-author of said Contribution and indicates the date of the creation thereof.
-
-
- 5.3 RIGHT OF DISTRIBUTION
-
-In particular, the right of distribution includes the right to publish,
-transmit and communicate the Software to the general public on any or
-all medium, and by any or all means, and the right to market, either in
-consideration of a fee, or free of charge, one or more copies of the
-Software by any means.
-
-The Licensee is further authorized to distribute copies of the modified
-or unmodified Software to third parties according to the terms and
-conditions set forth hereinafter.
-
-
- 5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION
-
-The Licensee is authorized to distribute true copies of the Software in
-Source Code or Object Code form, provided that said distribution
-complies with all the provisions of the Agreement and is accompanied by:
-
- 1. a copy of the Agreement,
-
- 2. a notice relating to the limitation of both the Licensor's
- warranty and liability as set forth in Articles 8 and 9,
-
-and that, in the event that only the Object Code of the Software is
-redistributed, the Licensee allows future Licensees unhindered access to
-the full Source Code of the Software by indicating how to access it, it
-being understood that the additional cost of acquiring the Source Code
-shall not exceed the cost of transferring the data.
-
-
- 5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE
-
-When the Licensee makes a Contribution to the Software, the terms and
-conditions for the distribution of the resulting Modified Software
-become subject to all the provisions of this Agreement.
-
-The Licensee is authorized to distribute the Modified Software, in
-source code or object code form, provided that said distribution
-complies with all the provisions of the Agreement and is accompanied by:
-
- 1. a copy of the Agreement,
-
- 2. a notice relating to the limitation of both the Licensor's
- warranty and liability as set forth in Articles 8 and 9,
-
-and that, in the event that only the object code of the Modified
-Software is redistributed, the Licensee allows future Licensees
-unhindered access to the full source code of the Modified Software by
-indicating how to access it, it being understood that the additional
-cost of acquiring the source code shall not exceed the cost of
-transferring the data.
-
-
- 5.3.3 DISTRIBUTION OF EXTERNAL MODULES
-
-When the Licensee has developed an External Module, the terms and
-conditions of this Agreement do not apply to said External Module, that
-may be distributed under a separate license agreement.
-
-
- 5.3.4 COMPATIBILITY WITH THE GNU GPL
-
-The Licensee can include a code that is subject to the provisions of one
-of the versions of the GNU GPL in the Modified or unmodified Software,
-and distribute that entire code under the terms of the same version of
-the GNU GPL.
-
-The Licensee can include the Modified or unmodified Software in a code
-that is subject to the provisions of one of the versions of the GNU GPL,
-and distribute that entire code under the terms of the same version of
-the GNU GPL.
-
-
- Article 6 - INTELLECTUAL PROPERTY
-
-
- 6.1 OVER THE INITIAL SOFTWARE
-
-The Holder owns the economic rights over the Initial Software. Any or
-all use of the Initial Software is subject to compliance with the terms
-and conditions under which the Holder has elected to distribute its work
-and no one shall be entitled to modify the terms and conditions for the
-distribution of said Initial Software.
-
-The Holder undertakes that the Initial Software will remain ruled at
-least by this Agreement, for the duration set forth in Article 4.2.
-
-
- 6.2 OVER THE CONTRIBUTIONS
-
-The Licensee who develops a Contribution is the owner of the
-intellectual property rights over this Contribution as defined by
-applicable law.
-
-
- 6.3 OVER THE EXTERNAL MODULES
-
-The Licensee who develops an External Module is the owner of the
-intellectual property rights over this External Module as defined by
-applicable law and is free to choose the type of agreement that shall
-govern its distribution.
-
-
- 6.4 JOINT PROVISIONS
-
-The Licensee expressly undertakes:
-
- 1. not to remove, or modify, in any manner, the intellectual property
- notices attached to the Software;
-
- 2. to reproduce said notices, in an identical manner, in the copies
- of the Software modified or not.
-
-The Licensee undertakes not to directly or indirectly infringe the
-intellectual property rights of the Holder and/or Contributors on the
-Software and to take, where applicable, vis-à-vis its staff, any and all
-measures required to ensure respect of said intellectual property rights
-of the Holder and/or Contributors.
-
-
- Article 7 - RELATED SERVICES
-
-7.1 Under no circumstances shall the Agreement oblige the Licensor to
-provide technical assistance or maintenance services for the Software.
-
-However, the Licensor is entitled to offer this type of services. The
-terms and conditions of such technical assistance, and/or such
-maintenance, shall be set forth in a separate instrument. Only the
-Licensor offering said maintenance and/or technical assistance services
-shall incur liability therefor.
-
-7.2 Similarly, any Licensor is entitled to offer to its licensees, under
-its sole responsibility, a warranty, that shall only be binding upon
-itself, for the redistribution of the Software and/or the Modified
-Software, under terms and conditions that it is free to decide. Said
-warranty, and the financial terms and conditions of its application,
-shall be subject of a separate instrument executed between the Licensor
-and the Licensee.
-
-
- Article 8 - LIABILITY
-
-8.1 Subject to the provisions of Article 8.2, the Licensee shall be
-entitled to claim compensation for any direct loss it may have suffered
-from the Software as a result of a fault on the part of the relevant
-Licensor, subject to providing evidence thereof.
-
-8.2 The Licensor's liability is limited to the commitments made under
-this Agreement and shall not be incurred as a result of in particular:
-(i) loss due the Licensee's total or partial failure to fulfill its
-obligations, (ii) direct or consequential loss that is suffered by the
-Licensee due to the use or performance of the Software, and (iii) more
-generally, any consequential loss. In particular the Parties expressly
-agree that any or all pecuniary or business loss (i.e. loss of data,
-loss of profits, operating loss, loss of customers or orders,
-opportunity cost, any disturbance to business activities) or any or all
-legal proceedings instituted against the Licensee by a third party,
-shall constitute consequential loss and shall not provide entitlement to
-any or all compensation from the Licensor.
-
-
- Article 9 - WARRANTY
-
-9.1 The Licensee acknowledges that the scientific and technical
-state-of-the-art when the Software was distributed did not enable all
-possible uses to be tested and verified, nor for the presence of
-possible defects to be detected. In this respect, the Licensee's
-attention has been drawn to the risks associated with loading, using,
-modifying and/or developing and reproducing the Software which are
-reserved for experienced users.
-
-The Licensee shall be responsible for verifying, by any or all means,
-the suitability of the product for its requirements, its good working
-order, and for ensuring that it shall not cause damage to either persons
-or properties.
-
-9.2 The Licensor hereby represents, in good faith, that it is entitled
-to grant all the rights over the Software (including in particular the
-rights set forth in Article 5).
-
-9.3 The Licensee acknowledges that the Software is supplied "as is" by
-the Licensor without any other express or tacit warranty, other than
-that provided for in Article 9.2 and, in particular, without any warranty
-as to its commercial value, its secured, safe, innovative or relevant
-nature.
-
-Specifically, the Licensor does not warrant that the Software is free
-from any error, that it will operate without interruption, that it will
-be compatible with the Licensee's own equipment and software
-configuration, nor that it will meet the Licensee's requirements.
-
-9.4 The Licensor does not either expressly or tacitly warrant that the
-Software does not infringe any third party intellectual property right
-relating to a patent, software or any other property right. Therefore,
-the Licensor disclaims any and all liability towards the Licensee
-arising out of any or all proceedings for infringement that may be
-instituted in respect of the use, modification and redistribution of the
-Software. Nevertheless, should such proceedings be instituted against
-the Licensee, the Licensor shall provide it with technical and legal
-assistance for its defense. Such technical and legal assistance shall be
-decided on a case-by-case basis between the relevant Licensor and the
-Licensee pursuant to a memorandum of understanding. The Licensor
-disclaims any and all liability as regards the Licensee's use of the
-name of the Software. No warranty is given as regards the existence of
-prior rights over the name of the Software or as regards the existence
-of a trademark.
-
-
- Article 10 - TERMINATION
-
-10.1 In the event of a breach by the Licensee of its obligations
-hereunder, the Licensor may automatically terminate this Agreement
-thirty (30) days after notice has been sent to the Licensee and has
-remained ineffective.
-
-10.2 A Licensee whose Agreement is terminated shall no longer be
-authorized to use, modify or distribute the Software. However, any
-licenses that it may have granted prior to termination of the Agreement
-shall remain valid subject to their having been granted in compliance
-with the terms and conditions hereof.
-
-
- Article 11 - MISCELLANEOUS
-
-
- 11.1 EXCUSABLE EVENTS
-
-Neither Party shall be liable for any or all delay, or failure to
-perform the Agreement, that may be attributable to an event of force
-majeure, an act of God or an outside cause, such as defective
-functioning or interruptions of the electricity or telecommunications
-networks, network paralysis following a virus attack, intervention by
-government authorities, natural disasters, water damage, earthquakes,
-fire, explosions, strikes and labor unrest, war, etc.
-
-11.2 Any failure by either Party, on one or more occasions, to invoke
-one or more of the provisions hereof, shall under no circumstances be
-interpreted as being a waiver by the interested Party of its right to
-invoke said provision(s) subsequently.
-
-11.3 The Agreement cancels and replaces any or all previous agreements,
-whether written or oral, between the Parties and having the same
-purpose, and constitutes the entirety of the agreement between said
-Parties concerning said purpose. No supplement or modification to the
-terms and conditions hereof shall be effective as between the Parties
-unless it is made in writing and signed by their duly authorized
-representatives.
-
-11.4 In the event that one or more of the provisions hereof were to
-conflict with a current or future applicable act or legislative text,
-said act or legislative text shall prevail, and the Parties shall make
-the necessary amendments so as to comply with said act or legislative
-text. All other provisions shall remain effective. Similarly, invalidity
-of a provision of the Agreement, for any reason whatsoever, shall not
-cause the Agreement as a whole to be invalid.
-
-
- 11.5 LANGUAGE
-
-The Agreement is drafted in both French and English and both versions
-are deemed authentic.
-
-
- Article 12 - NEW VERSIONS OF THE AGREEMENT
-
-12.1 Any person is authorized to duplicate and distribute copies of this
-Agreement.
-
-12.2 So as to ensure coherence, the wording of this Agreement is
-protected and may only be modified by the authors of the License, who
-reserve the right to periodically publish updates or new versions of the
-Agreement, each with a separate number. These subsequent versions may
-address new issues encountered by Free Software.
-
-12.3 Any Software distributed under a given version of the Agreement may
-only be subsequently distributed under the same version of the Agreement
-or a subsequent version, subject to the provisions of Article 5.3.4.
-
-
- Article 13 - GOVERNING LAW AND JURISDICTION
-
-13.1 The Agreement is governed by French law. The Parties agree to
-endeavor to seek an amicable solution to any disagreements or disputes
-that may arise during the performance of the Agreement.
-
-13.2 Failing an amicable solution within two (2) months as from their
-occurrence, and unless emergency proceedings are necessary, the
-disagreements or disputes shall be referred to the Paris Courts having
-jurisdiction, by the more diligent Party.
-
-
-Version 2.0 dated 2006-09-05.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CeCILL-B b/sdk_container/src/third_party/portage-stable/licenses/CeCILL-B
deleted file mode 100644
index 365263d878a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CeCILL-B
+++ /dev/null
@@ -1,514 +0,0 @@
-CeCILL-B FREE SOFTWARE LICENSE AGREEMENT
-
-
- Notice
-
-This Agreement is a Free Software license agreement that is the result
-of discussions between its authors in order to ensure compliance with
-the two main principles guiding its drafting:
-
- * firstly, compliance with the principles governing the distribution
- of Free Software: access to source code, broad rights granted to
- users,
- * secondly, the election of a governing law, French law, with which
- it is conformant, both as regards the law of torts and
- intellectual property law, and the protection that it offers to
- both authors and holders of the economic rights over software.
-
-The authors of the CeCILL-B (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre])
-license are:
-
-Commissariat à l'Energie Atomique - CEA, a public scientific, technical
-and industrial research establishment, having its principal place of
-business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France.
-
-Centre National de la Recherche Scientifique - CNRS, a public scientific
-and technological establishment, having its principal place of business
-at 3 rue Michel-Ange, 75794 Paris cedex 16, France.
-
-Institut National de Recherche en Informatique et en Automatique -
-INRIA, a public scientific and technological establishment, having its
-principal place of business at Domaine de Voluceau, Rocquencourt, BP
-105, 78153 Le Chesnay cedex, France.
-
-
- Preamble
-
-This Agreement is an open source software license intended to give users
-significant freedom to modify and redistribute the software licensed
-hereunder.
-
-The exercising of this freedom is conditional upon a strong obligation
-of giving credits for everybody that distributes a software
-incorporating a software ruled by the current license so as all
-contributions to be properly identified and acknowledged.
-
-In consideration of access to the source code and the rights to copy,
-modify and redistribute granted by the license, users are provided only
-with a limited warranty and the software's author, the holder of the
-economic rights, and the successive licensors only have limited liability.
-
-In this respect, the risks associated with loading, using, modifying
-and/or developing or reproducing the software by the user are brought to
-the user's attention, given its Free Software status, which may make it
-complicated to use, with the result that its use is reserved for
-developers and experienced professionals having in-depth computer
-knowledge. Users are therefore encouraged to load and test the
-suitability of the software as regards their requirements in conditions
-enabling the security of their systems and/or data to be ensured and,
-more generally, to use and operate it in the same conditions of
-security. This Agreement may be freely reproduced and published,
-provided it is not altered, and that no provisions are either added or
-removed herefrom.
-
-This Agreement may apply to any or all software for which the holder of
-the economic rights decides to submit the use thereof to its provisions.
-
-
- Article 1 - DEFINITIONS
-
-For the purpose of this Agreement, when the following expressions
-commence with a capital letter, they shall have the following meaning:
-
-Agreement: means this license agreement, and its possible subsequent
-versions and annexes.
-
-Software: means the software in its Object Code and/or Source Code form
-and, where applicable, its documentation, "as is" when the Licensee
-accepts the Agreement.
-
-Initial Software: means the Software in its Source Code and possibly its
-Object Code form and, where applicable, its documentation, "as is" when
-it is first distributed under the terms and conditions of the Agreement.
-
-Modified Software: means the Software modified by at least one
-Contribution.
-
-Source Code: means all the Software's instructions and program lines to
-which access is required so as to modify the Software.
-
-Object Code: means the binary files originating from the compilation of
-the Source Code.
-
-Holder: means the holder(s) of the economic rights over the Initial
-Software.
-
-Licensee: means the Software user(s) having accepted the Agreement.
-
-Contributor: means a Licensee having made at least one Contribution.
-
-Licensor: means the Holder, or any other individual or legal entity, who
-distributes the Software under the Agreement.
-
-Contribution: means any or all modifications, corrections, translations,
-adaptations and/or new functions integrated into the Software by any or
-all Contributors, as well as any or all Internal Modules.
-
-Module: means a set of sources files including their documentation that
-enables supplementary functions or services in addition to those offered
-by the Software.
-
-External Module: means any or all Modules, not derived from the
-Software, so that this Module and the Software run in separate address
-spaces, with one calling the other when they are run.
-
-Internal Module: means any or all Module, connected to the Software so
-that they both execute in the same address space.
-
-Parties: mean both the Licensee and the Licensor.
-
-These expressions may be used both in singular and plural form.
-
-
- Article 2 - PURPOSE
-
-The purpose of the Agreement is the grant by the Licensor to the
-Licensee of a non-exclusive, transferable and worldwide license for the
-Software as set forth in Article 5 hereinafter for the whole term of the
-protection granted by the rights over said Software.
-
-
- Article 3 - ACCEPTANCE
-
-3.1 The Licensee shall be deemed as having accepted the terms and
-conditions of this Agreement upon the occurrence of the first of the
-following events:
-
- * (i) loading the Software by any or all means, notably, by
- downloading from a remote server, or by loading from a physical
- medium;
- * (ii) the first time the Licensee exercises any of the rights
- granted hereunder.
-
-3.2 One copy of the Agreement, containing a notice relating to the
-characteristics of the Software, to the limited warranty, and to the
-fact that its use is restricted to experienced users has been provided
-to the Licensee prior to its acceptance as set forth in Article 3.1
-hereinabove, and the Licensee hereby acknowledges that it has read and
-understood it.
-
-
- Article 4 - EFFECTIVE DATE AND TERM
-
-
- 4.1 EFFECTIVE DATE
-
-The Agreement shall become effective on the date when it is accepted by
-the Licensee as set forth in Article 3.1.
-
-
- 4.2 TERM
-
-The Agreement shall remain in force for the entire legal term of
-protection of the economic rights over the Software.
-
-
- Article 5 - SCOPE OF RIGHTS GRANTED
-
-The Licensor hereby grants to the Licensee, who accepts, the following
-rights over the Software for any or all use, and for the term of the
-Agreement, on the basis of the terms and conditions set forth hereinafter.
-
-Besides, if the Licensor owns or comes to own one or more patents
-protecting all or part of the functions of the Software or of its
-components, the Licensor undertakes not to enforce the rights granted by
-these patents against successive Licensees using, exploiting or
-modifying the Software. If these patents are transferred, the Licensor
-undertakes to have the transferees subscribe to the obligations set
-forth in this paragraph.
-
-
- 5.1 RIGHT OF USE
-
-The Licensee is authorized to use the Software, without any limitation
-as to its fields of application, with it being hereinafter specified
-that this comprises:
-
- 1. permanent or temporary reproduction of all or part of the Software
- by any or all means and in any or all form.
-
- 2. loading, displaying, running, or storing the Software on any or
- all medium.
-
- 3. entitlement to observe, study or test its operation so as to
- determine the ideas and principles behind any or all constituent
- elements of said Software. This shall apply when the Licensee
- carries out any or all loading, displaying, running, transmission
- or storage operation as regards the Software, that it is entitled
- to carry out hereunder.
-
-
- 5.2 ENTITLEMENT TO MAKE CONTRIBUTIONS
-
-The right to make Contributions includes the right to translate, adapt,
-arrange, or make any or all modifications to the Software, and the right
-to reproduce the resulting software.
-
-The Licensee is authorized to make any or all Contributions to the
-Software provided that it includes an explicit notice that it is the
-author of said Contribution and indicates the date of the creation thereof.
-
-
- 5.3 RIGHT OF DISTRIBUTION
-
-In particular, the right of distribution includes the right to publish,
-transmit and communicate the Software to the general public on any or
-all medium, and by any or all means, and the right to market, either in
-consideration of a fee, or free of charge, one or more copies of the
-Software by any means.
-
-The Licensee is further authorized to distribute copies of the modified
-or unmodified Software to third parties according to the terms and
-conditions set forth hereinafter.
-
-
- 5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION
-
-The Licensee is authorized to distribute true copies of the Software in
-Source Code or Object Code form, provided that said distribution
-complies with all the provisions of the Agreement and is accompanied by:
-
- 1. a copy of the Agreement,
-
- 2. a notice relating to the limitation of both the Licensor's
- warranty and liability as set forth in Articles 8 and 9,
-
-and that, in the event that only the Object Code of the Software is
-redistributed, the Licensee allows effective access to the full Source
-Code of the Software at a minimum during the entire period of its
-distribution of the Software, it being understood that the additional
-cost of acquiring the Source Code shall not exceed the cost of
-transferring the data.
-
-
- 5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE
-
-If the Licensee makes any Contribution to the Software, the resulting
-Modified Software may be distributed under a license agreement other
-than this Agreement subject to compliance with the provisions of Article
-5.3.4.
-
-
- 5.3.3 DISTRIBUTION OF EXTERNAL MODULES
-
-When the Licensee has developed an External Module, the terms and
-conditions of this Agreement do not apply to said External Module, that
-may be distributed under a separate license agreement.
-
-
- 5.3.4 CREDITS
-
-Any Licensee who may distribute a Modified Software hereby expressly
-agrees to:
-
- 1. indicate in the related documentation that it is based on the
- Software licensed hereunder, and reproduce the intellectual
- property notice for the Software,
-
- 2. ensure that written indications of the Software intended use,
- intellectual property notice and license hereunder are included in
- easily accessible format from the Modified Software interface,
-
- 3. mention, on a freely accessible website describing the Modified
- Software, at least throughout the distribution term thereof, that
- it is based on the Software licensed hereunder, and reproduce the
- Software intellectual property notice,
-
- 4. where it is distributed to a third party that may distribute a
- Modified Software without having to make its source code
- available, make its best efforts to ensure that said third party
- agrees to comply with the obligations set forth in this Article .
-
-If the Software, whether or not modified, is distributed with an
-External Module designed for use in connection with the Software, the
-Licensee shall submit said External Module to the foregoing obligations.
-
-
- 5.3.5 COMPATIBILITY WITH THE CeCILL AND CeCILL-C LICENSES
-
-Where a Modified Software contains a Contribution subject to the CeCILL
-license, the provisions set forth in Article 5.3.4 shall be optional.
-
-A Modified Software may be distributed under the CeCILL-C license. In
-such a case the provisions set forth in Article 5.3.4 shall be optional.
-
-
- Article 6 - INTELLECTUAL PROPERTY
-
-
- 6.1 OVER THE INITIAL SOFTWARE
-
-The Holder owns the economic rights over the Initial Software. Any or
-all use of the Initial Software is subject to compliance with the terms
-and conditions under which the Holder has elected to distribute its work
-and no one shall be entitled to modify the terms and conditions for the
-distribution of said Initial Software.
-
-The Holder undertakes that the Initial Software will remain ruled at
-least by this Agreement, for the duration set forth in Article 4.2.
-
-
- 6.2 OVER THE CONTRIBUTIONS
-
-The Licensee who develops a Contribution is the owner of the
-intellectual property rights over this Contribution as defined by
-applicable law.
-
-
- 6.3 OVER THE EXTERNAL MODULES
-
-The Licensee who develops an External Module is the owner of the
-intellectual property rights over this External Module as defined by
-applicable law and is free to choose the type of agreement that shall
-govern its distribution.
-
-
- 6.4 JOINT PROVISIONS
-
-The Licensee expressly undertakes:
-
- 1. not to remove, or modify, in any manner, the intellectual property
- notices attached to the Software;
-
- 2. to reproduce said notices, in an identical manner, in the copies
- of the Software modified or not.
-
-The Licensee undertakes not to directly or indirectly infringe the
-intellectual property rights of the Holder and/or Contributors on the
-Software and to take, where applicable, vis-à-vis its staff, any and all
-measures required to ensure respect of said intellectual property rights
-of the Holder and/or Contributors.
-
-
- Article 7 - RELATED SERVICES
-
-7.1 Under no circumstances shall the Agreement oblige the Licensor to
-provide technical assistance or maintenance services for the Software.
-
-However, the Licensor is entitled to offer this type of services. The
-terms and conditions of such technical assistance, and/or such
-maintenance, shall be set forth in a separate instrument. Only the
-Licensor offering said maintenance and/or technical assistance services
-shall incur liability therefor.
-
-7.2 Similarly, any Licensor is entitled to offer to its licensees, under
-its sole responsibility, a warranty, that shall only be binding upon
-itself, for the redistribution of the Software and/or the Modified
-Software, under terms and conditions that it is free to decide. Said
-warranty, and the financial terms and conditions of its application,
-shall be subject of a separate instrument executed between the Licensor
-and the Licensee.
-
-
- Article 8 - LIABILITY
-
-8.1 Subject to the provisions of Article 8.2, the Licensee shall be
-entitled to claim compensation for any direct loss it may have suffered
-from the Software as a result of a fault on the part of the relevant
-Licensor, subject to providing evidence thereof.
-
-8.2 The Licensor's liability is limited to the commitments made under
-this Agreement and shall not be incurred as a result of in particular:
-(i) loss due the Licensee's total or partial failure to fulfill its
-obligations, (ii) direct or consequential loss that is suffered by the
-Licensee due to the use or performance of the Software, and (iii) more
-generally, any consequential loss. In particular the Parties expressly
-agree that any or all pecuniary or business loss (i.e. loss of data,
-loss of profits, operating loss, loss of customers or orders,
-opportunity cost, any disturbance to business activities) or any or all
-legal proceedings instituted against the Licensee by a third party,
-shall constitute consequential loss and shall not provide entitlement to
-any or all compensation from the Licensor.
-
-
- Article 9 - WARRANTY
-
-9.1 The Licensee acknowledges that the scientific and technical
-state-of-the-art when the Software was distributed did not enable all
-possible uses to be tested and verified, nor for the presence of
-possible defects to be detected. In this respect, the Licensee's
-attention has been drawn to the risks associated with loading, using,
-modifying and/or developing and reproducing the Software which are
-reserved for experienced users.
-
-The Licensee shall be responsible for verifying, by any or all means,
-the suitability of the product for its requirements, its good working
-order, and for ensuring that it shall not cause damage to either persons
-or properties.
-
-9.2 The Licensor hereby represents, in good faith, that it is entitled
-to grant all the rights over the Software (including in particular the
-rights set forth in Article 5).
-
-9.3 The Licensee acknowledges that the Software is supplied "as is" by
-the Licensor without any other express or tacit warranty, other than
-that provided for in Article 9.2 and, in particular, without any warranty
-as to its commercial value, its secured, safe, innovative or relevant
-nature.
-
-Specifically, the Licensor does not warrant that the Software is free
-from any error, that it will operate without interruption, that it will
-be compatible with the Licensee's own equipment and software
-configuration, nor that it will meet the Licensee's requirements.
-
-9.4 The Licensor does not either expressly or tacitly warrant that the
-Software does not infringe any third party intellectual property right
-relating to a patent, software or any other property right. Therefore,
-the Licensor disclaims any and all liability towards the Licensee
-arising out of any or all proceedings for infringement that may be
-instituted in respect of the use, modification and redistribution of the
-Software. Nevertheless, should such proceedings be instituted against
-the Licensee, the Licensor shall provide it with technical and legal
-assistance for its defense. Such technical and legal assistance shall be
-decided on a case-by-case basis between the relevant Licensor and the
-Licensee pursuant to a memorandum of understanding. The Licensor
-disclaims any and all liability as regards the Licensee's use of the
-name of the Software. No warranty is given as regards the existence of
-prior rights over the name of the Software or as regards the existence
-of a trademark.
-
-
- Article 10 - TERMINATION
-
-10.1 In the event of a breach by the Licensee of its obligations
-hereunder, the Licensor may automatically terminate this Agreement
-thirty (30) days after notice has been sent to the Licensee and has
-remained ineffective.
-
-10.2 A Licensee whose Agreement is terminated shall no longer be
-authorized to use, modify or distribute the Software. However, any
-licenses that it may have granted prior to termination of the Agreement
-shall remain valid subject to their having been granted in compliance
-with the terms and conditions hereof.
-
-
- Article 11 - MISCELLANEOUS
-
-
- 11.1 EXCUSABLE EVENTS
-
-Neither Party shall be liable for any or all delay, or failure to
-perform the Agreement, that may be attributable to an event of force
-majeure, an act of God or an outside cause, such as defective
-functioning or interruptions of the electricity or telecommunications
-networks, network paralysis following a virus attack, intervention by
-government authorities, natural disasters, water damage, earthquakes,
-fire, explosions, strikes and labor unrest, war, etc.
-
-11.2 Any failure by either Party, on one or more occasions, to invoke
-one or more of the provisions hereof, shall under no circumstances be
-interpreted as being a waiver by the interested Party of its right to
-invoke said provision(s) subsequently.
-
-11.3 The Agreement cancels and replaces any or all previous agreements,
-whether written or oral, between the Parties and having the same
-purpose, and constitutes the entirety of the agreement between said
-Parties concerning said purpose. No supplement or modification to the
-terms and conditions hereof shall be effective as between the Parties
-unless it is made in writing and signed by their duly authorized
-representatives.
-
-11.4 In the event that one or more of the provisions hereof were to
-conflict with a current or future applicable act or legislative text,
-said act or legislative text shall prevail, and the Parties shall make
-the necessary amendments so as to comply with said act or legislative
-text. All other provisions shall remain effective. Similarly, invalidity
-of a provision of the Agreement, for any reason whatsoever, shall not
-cause the Agreement as a whole to be invalid.
-
-
- 11.5 LANGUAGE
-
-The Agreement is drafted in both French and English and both versions
-are deemed authentic.
-
-
- Article 12 - NEW VERSIONS OF THE AGREEMENT
-
-12.1 Any person is authorized to duplicate and distribute copies of this
-Agreement.
-
-12.2 So as to ensure coherence, the wording of this Agreement is
-protected and may only be modified by the authors of the License, who
-reserve the right to periodically publish updates or new versions of the
-Agreement, each with a separate number. These subsequent versions may
-address new issues encountered by Free Software.
-
-12.3 Any Software distributed under a given version of the Agreement may
-only be subsequently distributed under the same version of the Agreement
-or a subsequent version.
-
-
- Article 13 - GOVERNING LAW AND JURISDICTION
-
-13.1 The Agreement is governed by French law. The Parties agree to
-endeavor to seek an amicable solution to any disagreements or disputes
-that may arise during the performance of the Agreement.
-
-13.2 Failing an amicable solution within two (2) months as from their
-occurrence, and unless emergency proceedings are necessary, the
-disagreements or disputes shall be referred to the Paris Courts having
-jurisdiction, by the more diligent Party.
-
-
-Version 1.0 dated 2006-09-05.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/CeCILL-C b/sdk_container/src/third_party/portage-stable/licenses/CeCILL-C
deleted file mode 100644
index d9515989edb..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/CeCILL-C
+++ /dev/null
@@ -1,508 +0,0 @@
-
- CeCILL-C FREE SOFTWARE LICENSE AGREEMENT
-
-
- Notice
-
-This Agreement is a Free Software license agreement that is the result
-of discussions between its authors in order to ensure compliance with
-the two main principles guiding its drafting:
-
- * firstly, compliance with the principles governing the distribution
- of Free Software: access to source code, broad rights granted to
- users,
- * secondly, the election of a governing law, French law, with which
- it is conformant, both as regards the law of torts and
- intellectual property law, and the protection that it offers to
- both authors and holders of the economic rights over software.
-
-The authors of the CeCILL-C (for Ce[a] C[nrs] I[nria] L[logiciel] L[ibre])
-license are:
-
-Commissariat à l'Energie Atomique - CEA, a public scientific, technical
-and industrial research establishment, having its principal place of
-business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France.
-
-Centre National de la Recherche Scientifique - CNRS, a public scientific
-and technological establishment, having its principal place of business
-at 3 rue Michel-Ange, 75794 Paris cedex 16, France.
-
-Institut National de Recherche en Informatique et en Automatique -
-INRIA, a public scientific and technological establishment, having its
-principal place of business at Domaine de Voluceau, Rocquencourt, BP
-105, 78153 Le Chesnay cedex, France.
-
-
- Preamble
-
-The purpose of this Free Software license agreement is to grant users the
-right to modify and re-use the software governed by this license.
-
-The exercising of this right is conditional on the obligation to make
-available to the community the modifications made to the source code of the
-software so as to contribute to its evolution.
-
-In consideration of access to the source code and the rights to copy,
-modify and redistribute granted by the license, users are provided only
-with a limited warranty and the software's author, the holder of the
-economic rights, and the successive licensors only have limited liability.
-
-In this respect, the risks associated with loading, using, modifying
-and/or developing or reproducing the software by the user are brought to
-the user's attention, given its Free Software status, which may make it
-complicated to use, with the result that its use is reserved for
-developers and experienced professionals having in-depth computer
-knowledge. Users are therefore encouraged to load and test the suitability
-of the software as regards their requirements in conditions enabling the
-security of their systems and/or data to be ensured and, more generally, to
-use and operate it in the same conditions of security. This Agreement may be
-freely reproduced and published, provided it is not altered, and that no
-provisions are either added or removed herefrom.
-
-This Agreement may apply to any or all software for which the holder of
-the economic rights decides to submit the use thereof to its provisions.
-
-
- Article 1 - DEFINITIONS
-
-For the purpose of this Agreement, when the following expressions
-commence with a capital letter, they shall have the following meaning:
-
-Agreement: means this license agreement, and its possible subsequent
-versions and annexes.
-
-Software: means the software in its Object Code and/or Source Code form
-and, where applicable, its documentation, "as is" when the Licensee
-accepts the Agreement.
-
-Initial Software: means the Software in its Source Code and possibly its
-Object Code form and, where applicable, its documentation, "as is" when
-it is first distributed under the terms and conditions of the Agreement.
-
-Modified Software: means the Software modified by at least one Integrated
-Contribution.
-
-Source Code: means all the Software's instructions and program lines to
-which access is required so as to modify the Software.
-
-Object Code: means the binary files originating from the compilation of
-the Source Code.
-
-Holder: means the holder(s) of the economic rights over the Initial
-Software.
-
-Licensee: means the Software user(s) having accepted the Agreement.
-
-Contributor: means a Licensee having made at least one Integrated
-Contribution.
-
-Licensor: means the Holder, or any other individual or legal entity, who
-distributes the Software under the Agreement.
-
-Integrated Contribution: means any or all modifications, corrections,
-translations, adaptations and/or new functions integrated into the Source
-Code by any or all Contributors.
-
-Related Module: means a set of sources files including their documentation
-that, without modification to the Source Code, enables supplementary
-functions or services in addition to those offered by the Software.
-
-Derivative Software: means any combination of the Software, modified or not,
-and of a Related Module.
-
-Parties: mean both the Licensee and the Licensor.
-
-These expressions may be used both in singular and plural form.
-
-
- Article 2 - PURPOSE
-
-The purpose of the Agreement is the grant by the Licensor to the
-Licensee of a non-exclusive, transferable and worldwide license for the
-Software as set forth in Article 5 hereinafter for the whole term of the
-protection granted by the rights over said Software.
-
-
- Article 3 - ACCEPTANCE
-
-3.1 The Licensee shall be deemed as having accepted the terms and
-conditions of this Agreement upon the occurrence of the first of the
-following events:
-
- * (i) loading the Software by any or all means, notably, by
- downloading from a remote server, or by loading from a physical
- medium;
- * (ii) the first time the Licensee exercises any of the rights
- granted hereunder.
-
-3.2 One copy of the Agreement, containing a notice relating to the
-characteristics of the Software, to the limited warranty, and to the
-fact that its use is restricted to experienced users has been provided
-to the Licensee prior to its acceptance as set forth in Article 3.1
-hereinabove, and the Licensee hereby acknowledges that it has read and
-understood it.
-
-
- Article 4 - EFFECTIVE DATE AND TERM
-
-
- 4.1 EFFECTIVE DATE
-
-The Agreement shall become effective on the date when it is accepted by
-the Licensee as set forth in Article 3.1.
-
-
- 4.2 TERM
-
-The Agreement shall remain in force for the entire legal term of
-protection of the economic rights over the Software.
-
-
- Article 5 - SCOPE OF RIGHTS GRANTED
-
-The Licensor hereby grants to the Licensee, who accepts, the following
-rights over the Software for any or all use, and for the term of the
-Agreement, on the basis of the terms and conditions set forth hereinafter.
-
-Besides, if the Licensor owns or comes to own one or more patents
-protecting all or part of the functions of the Software or of its
-components, the Licensor undertakes not to enforce the rights granted by
-these patents against successive Licensees using, exploiting or
-modifying the Software. If these patents are transferred, the Licensor
-undertakes to have the transferees subscribe to the obligations set
-forth in this paragraph.
-
-
- 5.1 RIGHT OF USE
-
-The Licensee is authorized to use the Software, without any limitation
-as to its fields of application, with it being hereinafter specified
-that this comprises:
-
- 1. permanent or temporary reproduction of all or part of the Software
- by any or all means and in any or all form.
- 2. loading, displaying, running, or storing the Software on any or
- all medium.
- 3. entitlement to observe, study or test its operation so as to
- determine the ideas and principles behind any or all constituent
- elements of said Software. This shall apply when the Licensee
- carries out any or all loading, displaying, running, transmission
- or storage operation as regards the Software, that it is entitled
- to carry out hereunder.
-
-
- 5.2 RIGHT OF MODIFICATION
-
-The right of modification includes the right to translate, adapt, arrange,
-or make any or all modifications to the Software, and the right to
-reproduce the resulting Software. It includes, in particular, the right
-to create a Derivative Software.
-
-The Licensee is authorized to make any or all modification to the
-Software provided that it includes an explicit notice that it is the
-author of said modification and indicates the date of the creation thereof.
-
-
- 5.3 RIGHT OF DISTRIBUTION
-
-In particular, the right of distribution includes the right to publish,
-transmit and communicate the Software to the general public on any or
-all medium, and by any or all means, and the right to market, either in
-consideration of a fee, or free of charge, one or more copies of the
-Software by any means.
-
-The Licensee is further authorized to distribute copies of the modified
-or unmodified Software to third parties according to the terms and
-conditions set forth hereinafter.
-
-
- 5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION
-
-The Licensee is authorized to distribute true copies of the Software in
-Source Code or Object Code form, provided that said distribution
-complies with all the provisions of the Agreement and is accompanied by:
-
- 1. a copy of the Agreement,
-
- 2. a notice relating to the limitation of both the Licensor's
- warranty and liability as set forth in Articles 8 and 9,
-
-and that, in the event that only the Object Code of the Software is
-redistributed, the Licensee allows effective access to the full Source Code
-of the Software at a minimum during the entire period of its distribution
-of the Software, it being understood that the additional cost of acquiring
-the Source Code shall not exceed the cost of transferring the data.
-
-
- 5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE
-
-When the Licensee makes an Integrated Contribution to the Software, the terms
-and conditions for the distribution of the resulting Modified Software become
-subject to all the provisions of this Agreement.
-
-The Licensee is authorized to distribute the Modified Software, in source
-code or object code form, provided that said distribution complies with all
-the provisions of the Agreement and is accompanied by:
-
- 1. a copy of the Agreement,
- 2. a notice relating to the limitation of both the Licensor's warranty and
- liability as set forth in Articles 8 and 9,
-
-and that, in the event that only the object code of the Modified Software is
-redistributed, the Licensee allows effective access to the full source code
-of the Modified Software at a minimum during the entire period of its
-distribution of the Modified Software, it being understood that the
-additional cost of acquiring the source code shall not exceed the cost of
-transferring the data.
-
- 5.3.3 DISTRIBUTION OF DERIVATIVE SOFTWARE
-
-When the Licensee creates Derivative Software, this Derivative Software may
-be distributed under a license agreement other than this Agreement, subject
-to compliance with the requirement to include a notice concerning the rights
-over the Software as defined in Article 6.4. In the event the creation of the
-Derivative Software required modification of the Source Code, the Licensee
-undertakes that:
-
- 1. the resulting Modified Software will be governed by this Agreement,
- 2. the Integrated Contributions in the resulting Modified Software will be
- clearly identified and documented,
- 3. the Licensee will allow effective access to the source code of the
- Modified Software, at a minimum during the entire period of
- distribution of the Derivative Software, such that such modifications
- may be carried over in a subsequent version of the Software; it being
- understood that the additional cost of purchasing the source code of
- the Modified Software shall not exceed the cost of transferring the
- data.
-
-
- 5.3.4 COMPATIBILITY WITH THE CeCILL LICENSE
-
-When a Modified Software contains an Integrated Contribution subject to the
-CeCill license agreement, or when a Derivative Software contains a Related
-Module subject to the CeCill license agreement, the provisions set forth in
-the third item of Article 6.4 are optional.
-
-
- Article 6 - INTELLECTUAL PROPERTY
-
-
- 6.1 OVER THE INITIAL SOFTWARE
-
-The Holder owns the economic rights over the Initial Software. Any or
-all use of the Initial Software is subject to compliance with the terms
-and conditions under which the Holder has elected to distribute its work
-and no one shall be entitled to modify the terms and conditions for the
-distribution of said Initial Software.
-
-The Holder undertakes that the Initial Software will remain ruled at
-least by the current license, for the duration set forth in Article 4.2.
-
-
- 6.2 OVER THE INTEGRATED CONTRIBUTIONS
-
-A Licensee who develops an Integrated Contribution is the owner of the
-intellectual property rights over this Contribution as defined by
-applicable law.
-
-
- 6.3 OVER THE RELATED MODULES
-
-A Licensee who develops an Related Module is the owner of the
-intellectual property rights over this Related Module as defined by
-applicable law and is free to choose the type of agreement that shall
-govern its distribution under the conditions defined in Article 5.3.3.
-
-
- 6.4 NOTICE OF RIGHTS
-
-The Licensee expressly undertakes:
-
- 1. not to remove, or modify, in any manner, the intellectual property
- notices attached to the Software;
- 2. to reproduce said notices, in an identical manner, in the copies
- of the Software modified or not;
- 3. to ensure that use of the Software, its intellectual property
- notices and the fact that it is governed by the Agreement is
- indicated in a text that is easily accessible, specifically from
- the interface of any Derivative Software.
-
-The Licensee undertakes not to directly or indirectly infringe the
-intellectual property rights of the Holder and/or Contributors on the
-Software and to take, where applicable, vis-à-vis its staff, any and all
-measures required to ensure respect of said intellectual property rights
-of the Holder and/or Contributors.
-
-
- Article 7 - RELATED SERVICES
-
-7.1 Under no circumstances shall the Agreement oblige the Licensor to
-provide technical assistance or maintenance services for the Software.
-
-However, the Licensor is entitled to offer this type of services. The
-terms and conditions of such technical assistance, and/or such
-maintenance, shall be set forth in a separate instrument. Only the
-Licensor offering said maintenance and/or technical assistance services
-shall incur liability therefor.
-
-7.2 Similarly, any Licensor is entitled to offer to its licensees, under
-its sole responsibility, a warranty, that shall only be binding upon
-itself, for the redistribution of the Software and/or the Modified
-Software, under terms and conditions that it is free to decide. Said
-warranty, and the financial terms and conditions of its application,
-shall be subject of a separate instrument executed between the Licensor
-and the Licensee.
-
-
- Article 8 - LIABILITY
-
-8.1 Subject to the provisions of Article 8.2, the Licensee shall be
-entitled to claim compensation for any direct loss it may have suffered
-from the Software as a result of a fault on the part of the relevant
-Licensor, subject to providing evidence thereof.
-
-8.2 The Licensor's liability is limited to the commitments made under
-this Agreement and shall not be incurred as a result of in particular:
-(i) loss due the Licensee's total or partial failure to fulfill its
-obligations, (ii) direct or consequential loss that is suffered by the
-Licensee due to the use or performance of the Software, and (iii) more
-generally, any consequential loss. In particular the Parties expressly
-agree that any or all pecuniary or business loss (i.e. loss of data,
-loss of profits, operating loss, loss of customers or orders,
-opportunity cost, any disturbance to business activities) or any or all
-legal proceedings instituted against the Licensee by a third party,
-shall constitute consequential loss and shall not provide entitlement to
-any or all compensation from the Licensor.
-
-
- Article 9 - WARRANTY
-
-9.1 The Licensee acknowledges that the scientific and technical
-state-of-the-art when the Software was distributed did not enable all
-possible uses to be tested and verified, nor for the presence of
-possible defects to be detected. In this respect, the Licensee's
-attention has been drawn to the risks associated with loading, using,
-modifying and/or developing and reproducing the Software which are
-reserved for experienced users.
-
-The Licensee shall be responsible for verifying, by any or all means,
-the suitability of the product for its requirements, its good working order,
-and for ensuring that it shall not cause damage to either persons or
-properties.
-
-9.2 The Licensor hereby represents, in good faith, that it is entitled
-to grant all the rights over the Software (including in particular the
-rights set forth in Article 5).
-
-9.3 The Licensee acknowledges that the Software is supplied "as is" by
-the Licensor without any other express or tacit warranty, other than
-that provided for in Article 9.2 and, in particular, without any warranty
-as to its commercial value, its secured, safe, innovative or relevant
-nature.
-
-Specifically, the Licensor does not warrant that the Software is free
-from any error, that it will operate without interruption, that it will
-be compatible with the Licensee's own equipment and software
-configuration, nor that it will meet the Licensee's requirements.
-
-9.4 The Licensor does not either expressly or tacitly warrant that the
-Software does not infringe any third party intellectual property right
-relating to a patent, software or any other property right. Therefore,
-the Licensor disclaims any and all liability towards the Licensee
-arising out of any or all proceedings for infringement that may be
-instituted in respect of the use, modification and redistribution of the
-Software. Nevertheless, should such proceedings be instituted against
-the Licensee, the Licensor shall provide it with technical and legal
-assistance for its defense. Such technical and legal assistance shall be
-decided on a case-by-case basis between the relevant Licensor and the
-Licensee pursuant to a memorandum of understanding. The Licensor
-disclaims any and all liability as regards the Licensee's use of the
-name of the Software. No warranty is given as regards the existence of
-prior rights over the name of the Software or as regards the existence
-of a trademark.
-
-
- Article 10 - TERMINATION
-
-10.1 In the event of a breach by the Licensee of its obligations
-hereunder, the Licensor may automatically terminate this Agreement
-thirty (30) days after notice has been sent to the Licensee and has
-remained ineffective.
-
-10.2 A Licensee whose Agreement is terminated shall no longer be
-authorized to use, modify or distribute the Software. However, any
-licenses that it may have granted prior to termination of the Agreement
-shall remain valid subject to their having been granted in compliance
-with the terms and conditions hereof.
-
-
- Article 11 - MISCELLANEOUS
-
-
- 11.1 EXCUSABLE EVENTS
-
-Neither Party shall be liable for any or all delay, or failure to
-perform the Agreement, that may be attributable to an event of force
-majeure, an act of God or an outside cause, such as defective
-functioning or interruptions of the electricity or telecommunications
-networks, network paralysis following a virus attack, intervention by
-government authorities, natural disasters, water damage, earthquakes,
-fire, explosions, strikes and labor unrest, war, etc.
-
-11.2 Any failure by either Party, on one or more occasions, to invoke
-one or more of the provisions hereof, shall under no circumstances be
-interpreted as being a waiver by the interested Party of its right to
-invoke said provision(s) subsequently.
-
-11.3 The Agreement cancels and replaces any or all previous agreements,
-whether written or oral, between the Parties and having the same
-purpose, and constitutes the entirety of the agreement between said
-Parties concerning said purpose. No supplement or modification to the
-terms and conditions hereof shall be effective as between the Parties
-unless it is made in writing and signed by their duly authorized
-representatives.
-
-11.4 In the event that one or more of the provisions hereof were to
-conflict with a current or future applicable act or legislative text,
-said act or legislative text shall prevail, and the Parties shall make
-the necessary amendments so as to comply with said act or legislative
-text. All other provisions shall remain effective. Similarly, invalidity
-of a provision of the Agreement, for any reason whatsoever, shall not
-cause the Agreement as a whole to be invalid.
-
-
- 11.5 LANGUAGE
-
-The Agreement is drafted in both French and English and both versions
-are deemed authentic.
-
-
- Article 12 - NEW VERSIONS OF THE AGREEMENT
-
-12.1 Any person is authorized to duplicate and distribute copies of this
-Agreement.
-
-12.2 So as to ensure coherence, the wording of this Agreement is
-protected and may only be modified by the authors of the License, who
-reserve the right to periodically publish updates or new versions of the
-Agreement, each with a separate number. These subsequent versions may
-address new issues encountered by Free Software.
-
-12.3 Any Software distributed under a given version of the Agreement
-may only be subsequently distributed under the same version of the
-Agreement or a subsequent version.
-
-
- Article 13 - GOVERNING LAW AND JURISDICTION
-
-13.1 The Agreement is governed by French law. The Parties agree to
-endeavor to seek an amicable solution to any disagreements or disputes
-that may arise during the performance of the Agreement.
-
-13.2 Failing an amicable solution within two (2) months as from their
-occurrence, and unless emergency proceedings are necessary, the
-disagreements or disputes shall be referred to the Paris Courts having
-jurisdiction, by the more diligent Party.
-
-
-Version 1.0 dated 2006-07-12.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Cenon b/sdk_container/src/third_party/portage-stable/licenses/Cenon
deleted file mode 100644
index ad3032b27f3..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Cenon
+++ /dev/null
@@ -1,103 +0,0 @@
- vhf Public License
-
-Below is a version of the license for the vhf Free Software. The license is
-called the vhf Public License (or "vhfPL"), and is an Open Source license.
-It is thus appropriate for people wishing to write software as Open Source
-where all source code to the software is made available to all users and can
-be freely modified and redistributed.
-
-To use the vhf software or develop software based on vhf software, you have
-to meet the requirements in the vhfPL.
-
-----------------------------------------------------------------------------
-
- vhf PUBLIC LICENSE (vhfPL)
- Version 1.1, February 2004
-
-Copyright (C) 2003/2004 vhf interservice GmbH,
- Im Marxle 3, 72119 Altingen, Germany.
-Everyone is permitted to copy and distribute verbatim copies
-of this license document, but changing it is not allowed.
-
-This license applies to any software containing a notice placed by the
-copyright holder saying that it may be distributed under the terms of this
-vhf Public License. Such software is herein referred to as vhf Software.
-This license covers modification and distribution of the vhf software, use
-of third-party application programs based on the vhf software, and
-development of free software which uses the vhf software.
-
- Granted Rights
-
-1. You are granted the rights set forth in this license provided you agree
- to any and all conditions in this license. Whole or partial distribution
- of the vhf software in any form signifies acceptance of this license.
-
-2. You may copy and distribute the vhf software provided that
- the entire package is distributed, including this License.
-
-3. You may make modifications to the vhf software files and distribute your
- modifications. The following restrictions apply to modifications:
-
- a. You must cause the modified files to carry prominent notices
- stating that you changed the files and the date of any change.
-
- b. Modifications must not alter or remove any copyright notices in the
- vhf software.
-
-4. You may distribute the vhf software (or work based on it) in
- objective code or machine-executable forms, provided that you
- meet these restrictions:
-
- a. You accompany the vhf software with this license.
-
- b. You must ensure that all recipients of the machine-executable
- forms are also able to receive the complete machine-readable
- source code to the distributed vhf software, including all
- modifications, without any charge beyond the costs of data
- transfer.
-
- c. You ensure that all modifications included in the
- machine-executable forms are available under the terms of this
- license.
-
-5. You may use the original or modified versions of the vhf software
- to compile, link and run application programs developed by you or
- third parties under this license.
-
-6. You may develop application programs, reusable components (eg. Bundles)
- and other software items that link with the original or modified
- versions of the vhf software. These items, when distributed in
- machine-executable form, have the following restrictions:
-
- a. You must ensure that all recipients of the machine-executable
- forms of these items are also able to receive the complete
- source code to the items without any charge beyond the costs of
- data transfer.
-
- b. You must explicitly license all recipients of your items to use
- and re-distribute original and modified versions of the items
- under terms identical to those under which they received the items.
-
-7. The trademarks or software titles 'vhf', 'Cenon' etc. may be used for
- promoting software, products or services which use or contain the
- vhf software.
- The associated names of the authors of the vhf software may not be used
- to endorse or promote products or services derived from or linking the
- vhf Software without specific prior written permission.
-
-
- Limitations of Liability
-
-In no event shall the authors of the vhf software or the copyright holder
-or their employers be liable for any lost revenue or profits or other
-direct, indirect, special, incidental or consequential damages, even if
-they have been advised of the possibility of such damages.
-
- No Warranty
-
-The vhf software is provided AS IS with NO WARRANTY OF ANY KIND,
-INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A
-PARTICULAR PURPOSE.
-
-----------------------------------------------------------------------------
-Copyright (C) 2003 vhf interservice GmbH service@vhf.de
diff --git a/sdk_container/src/third_party/portage-stable/licenses/ChexQuest3 b/sdk_container/src/third_party/portage-stable/licenses/ChexQuest3
deleted file mode 100644
index 7faed0324d8..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/ChexQuest3
+++ /dev/null
@@ -1 +0,0 @@
-Chex (R) and Chex Quest (R) are trademarks of General Mills, Inc. Chex Quest 3 cannot be bought or sold under any circumstances.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Clarified-Artistic b/sdk_container/src/third_party/portage-stable/licenses/Clarified-Artistic
deleted file mode 100644
index af1204c4189..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Clarified-Artistic
+++ /dev/null
@@ -1,136 +0,0 @@
- The Clarified Artistic License
-
- Preamble
-
-The intent of this document is to state the conditions under which a
-Package may be copied, such that the Copyright Holder maintains some
-semblance of artistic control over the development of the package,
-while giving the users of the package the right to use and distribute
-the Package in a more-or-less customary fashion, plus the right to make
-reasonable modifications.
-
-Definitions:
-
- "Package" refers to the collection of files distributed by the
- Copyright Holder, and derivatives of that collection of files
- created through textual modification.
-
- "Standard Version" refers to such a Package if it has not been
- modified, or has been modified in accordance with the wishes
- of the Copyright Holder as specified below.
-
- "Copyright Holder" is whoever is named in the copyright or
- copyrights for the package.
-
- "You" is you, if you're thinking about copying or distributing
- this Package.
-
- "Distribution fee" is a fee you charge for providing a copy
- of this Package to another party.
-
- "Freely Available" means that no fee is charged for the right to
- use the item, though there may be fees involved in handling the
- item. It also means that recipients of the item may redistribute
- it under the same conditions they received it.
-
-1. You may make and give away verbatim copies of the source form of the
-Standard Version of this Package without restriction, provided that you
-duplicate all of the original copyright notices and associated disclaimers.
-
-2. You may apply bug fixes, portability fixes and other modifications
-derived from the Public Domain, or those made Freely Available, or from
-the Copyright Holder. A Package modified in such a way shall still be
-considered the Standard Version.
-
-3. You may otherwise modify your copy of this Package in any way, provided
-that you insert a prominent notice in each changed file stating how and
-when you changed that file, and provided that you do at least ONE of the
-following:
-
- a) place your modifications in the Public Domain or otherwise make them
- Freely Available, such as by posting said modifications to Usenet or an
- equivalent medium, or placing the modifications on a major network
- archive site allowing unrestricted access to them, or by allowing the
- Copyright Holder to include your modifications in the Standard Version
- of the Package.
-
- b) use the modified Package only within your corporation or organization.
-
- c) rename any non-standard executables so the names do not conflict
- with standard executables, which must also be provided, and provide
- a separate manual page for each non-standard executable that clearly
- documents how it differs from the Standard Version.
-
- d) make other distribution arrangements with the Copyright Holder.
-
- e) permit and encourge anyone who receives a copy of the modified Package
- permission to make your modifications Freely Available
- in some specific way.
-
-
-4. You may distribute the programs of this Package in object code or
-executable form, provided that you do at least ONE of the following:
-
- a) distribute a Standard Version of the executables and library files,
- together with instructions (in the manual page or equivalent) on where
- to get the Standard Version.
-
- b) accompany the distribution with the machine-readable source of
- the Package with your modifications.
-
- c) give non-standard executables non-standard names, and clearly
- document the differences in manual pages (or equivalent), together
- with instructions on where to get the Standard Version.
-
- d) make other distribution arrangements with the Copyright Holder.
-
- e) offer the machine-readable source of the Package, with your
- modifications, by mail order.
-
-5. You may charge a distribution fee for any distribution of this Package.
-If you offer support for this Package, you may charge any fee you choose
-for that support. You may not charge a license fee for the right to use
-this Package itself. You may distribute this Package in aggregate with
-other (possibly commercial and possibly nonfree) programs as part of a
-larger (possibly commercial and possibly nonfree) software distribution,
-and charge license fees for other parts of that software distribution,
-provided that you do not advertise this Package as a product of your own.
-If the Package includes an interpreter, You may embed this Package's
-interpreter within an executable of yours (by linking); this shall be
-construed as a mere form of aggregation, provided that the complete
-Standard Version of the interpreter is so embedded.
-
-6. The scripts and library files supplied as input to or produced as
-output from the programs of this Package do not automatically fall
-under the copyright of this Package, but belong to whoever generated
-them, and may be sold commercially, and may be aggregated with this
-Package. If such scripts or library files are aggregated with this
-Package via the so-called "undump" or "unexec" methods of producing a
-binary executable image, then distribution of such an image shall
-neither be construed as a distribution of this Package nor shall it
-fall under the restrictions of Paragraphs 3 and 4, provided that you do
-not represent such an executable image as a Standard Version of this
-Package.
-
-7. C subroutines (or comparably compiled subroutines in other
-languages) supplied by you and linked into this Package in order to
-emulate subroutines and variables of the language defined by this
-Package shall not be considered part of this Package, but are the
-equivalent of input as in Paragraph 6, provided these subroutines do
-not change the language in any way that would cause it to fail the
-regression tests for the language.
-
-8. Aggregation of the Standard Version of the Package with a commercial
-distribution is always permitted provided that the use of this Package
-is embedded; that is, when no overt attempt is made to make this Package's
-interfaces visible to the end user of the commercial distribution.
-Such use shall not be construed as a distribution of this Package.
-
-9. The name of the Copyright Holder may not be used to endorse or promote
-products derived from this software without specific prior written permission.
-
-10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-
- The End
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Clear-BSD b/sdk_container/src/third_party/portage-stable/licenses/Clear-BSD
deleted file mode 100644
index 27ae7638dc3..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Clear-BSD
+++ /dev/null
@@ -1,37 +0,0 @@
-The Clear BSD License
-
-This is a license template.
-
-Copyright (c) -
-
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted (subject to the limitations in the
-disclaimer below) provided that the following conditions are met:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- * Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the
- distribution.
-
- * Neither the name of nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE
-GRANTED BY THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
-LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
-BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
-OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
-IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Cockos b/sdk_container/src/third_party/portage-stable/licenses/Cockos
deleted file mode 100644
index 07ba2705d11..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Cockos
+++ /dev/null
@@ -1,103 +0,0 @@
-END USER LICENSE AGREEMENT For REAPER
-
-IMPORTANT: This REAPER ("Software") End User License Agreement ("EULA") is a legal agreement between you (either an individual or, if purchased for an entity, an entity) and Cockos Incorporated ("Cockos"). READ IT CAREFULLY BEFORE COMPLETING THE INSTALLATION PROCESS AND USING THIS SOFTWARE. It provides a license to use this software and contains warranty and liability disclaimers. BY DOWNLOADING OR INSTALLING THE SOFTWARE YOU ARE INDICATING YOUR FULL AND VOLUNTARY ASSENT TO THE TERMS OF THIS LICENSE. If you do not agree to all of the following terms, do not download or install the software or discontinue use immediately and destroy all copies on your computer.
-
-1. License Grants and Purchase:
-
-1.1 Trial Period License. You may download and use the Software for free for sixty (60) days after installation ("Trial Period"). During the Trial Period, Cockos grants you a limited, non-exclusive and non-transferable license to copy and use the Software for evaluation purposes only. The evaluation copy of the Software is fully functional.
-
-1.2 License After Trial Period. If you continue to use this Software after the Trial Period, you are required to purchase a license. The license fee varies according to your use, as follows:
- a) A commercial license currently is $225.00 USD.
- b) The following users are granted permission to purchase a discounted license for $60 USD:
- i) You are an individual, using REAPER only for personal and non-commercial uses.
- ii) You are either an individual or business, using REAPER for a commercial purpose, and your annual gross revenue derived from commercial activity does not exceed $20,000 USD.
- iii) You are an educational or other non-profit organization.
-
-1.3 To Purchase License. To purchase one of the licenses specified above, visit our web site at http://www.reaper.fm and follow the links.
-
-1.4 Those interested in licensing REAPER for any other purpose should contact Cockos Incorporated at licensing@cockos.com.
-
-1.5 Subject to the terms and conditions of this Agreement, you are granted a limited non-exclusive license to use the Software on one (1) computer any given time. This License is not a sale of the Software or any other copy. Cockos retains title and ownership of the Software and documentation, including all intellectual property rights. No title to the intellectual property in the Software is transferred to you. You will not acquire any rights to the Software except as expressly set forth herein.
-
-1.6 Said purchased license shall apply to the current version of REAPER and any future versions of REAPER up through and including version 8.99.
-
-1.7 Cockos reserves the right within its sole discretion to modify the terms of its license for all future versions of REAPER.
-
-2. End User Support: At Cockos discretion, Cockos may provide limited support through email or discussion forums at http://www.reaper.fm.
-
-3. License Restrictions:
-
-3.1 You may not alter, merge, modify, adapt or translate the Software, or decompile, reverse engineer, disassemble, or otherwise reduce the Software to a human-perceivable form.
-
-3.2 You may not sell, rent, lease, sublicense, transfer, resell for profit or otherwise distribute the Software, its documentation, or any part thereof.
-
-3.3 You may not modify the Software or create derivative works based upon the Software. However, you may develop, distribute, and sell plug-ins and extension software that interacts with REAPER using the VST, Audio Units, or REAPER Extensions APIs, provided that such activity does not conflict with any other provision of this Agreement. (Use of third party APIs may require you to enter into additional legal agreements with the third party. Use of the REAPER Extensions API does not require any additional legal agreement.)
-
-3.4 You may not remove or obscure any copyright and trademark notices relating to the Software.
-
-3.5 Note that specific included libraries/executables, including SoundTouch, MP3DEC, cdrecord.exe, and FFmpeg, are licensed under the GNU GPL and/or LGPL; these libraries/executables do not have the above restrictions, and we make their source code for these libraries available at http://www.reaper.fm/lgpl
-
-4. Ownership and Intellectual Property Rights: This Agreement gives you limited rights to use the Software. Cockos retains any and all rights, title and interest in and to the Software and all copies thereof, including copyrights, patents, trade secret rights, trademarks and other intellectual property rights. All rights not specifically granted in this Agreement, including International Copyrights, are reserved by Cockos. The structure, organization and code of the Software are valuable trade secrets and confidential information of Cockos.
-
-5. Disclaimer of Warranties: Cockos does not warrant that the Software is error free. Cockos offers the Software as is and with all faults and by using the Software, you accept it as is and with all faults. Cockos disclaims all other warranties, either express or implied, including but not limited to implied warranties of merchantability and fitness for a particular purpose. Should the Software prove defective, you assume the entire cost of all necessary servicing, repair or correction. Some jurisdictions may not allow the exclusion of implied warranties, so the above disclaimers may not apply to you.
-
-6. No Refund: Because the Software is provided free of charge during the Trial Period to allow potential customers to evaluate and test it before paying the license fee, Cockos enforces a strict no-refund policy. Please evaluate and test the Software carefully during the Trial Period. Once you pay the license fee, your payment is final and may not be reimbursed.
-
-7. Limitations on Liability: To the maximum extent permitted by applicable law, Cockos shall not be liable for any special, incidental, indirect, or consequential damages whatsoever, (including, but not limited to, damages for loss of profits or loss of confidential or other information, for business interruption, for personal injury, for loss of privacy, for failure to meet any duty including of good faith or of reasonable care, for negligence, and for any other pecuniary or other loss whatsoever), arising out of or in any way related to the use or inability to use the Software, the provision of or failure to provide support services, or otherwise under or in connection with any provision of this EULA, even in event of fault, tort (including negligence), strict liability, breach of contract or breach of warranty of Cockos, and even if Cockos has been advised of the possibility of such damages. In any case, Cockos entire liability under the provisions of this EULA or the applicable law shall be limited to the amount paid by you for the Software. Some jurisdictions may not allow the exclusion of consequential damages, so the above limitations and exclusions may not apply to you. This Agreement sets forth Cockos entire liability and your exclusive remedy with respect to the Software.
-
-8. Termination of EULA: This Agreement is effective until terminated. This Agreement, including the license to use the Software, will terminate automatically if you fail to comply with any term or condition.
-
-9. General:
-
-9.1 Cockos reserves the right at any time to cease the support of the Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of the Software.
-
-9.2 If any provision hereof shall be held illegal, invalid or unenforceable, in whole or in part, such provision shall be modified to the minimum extent necessary to make it legal, valid and enforceable, and the legality, validity and enforceability of all other provisions of this Agreement shall not be affected.
-
-9.3 This Agreement is to be governed by and construed in accordance with the laws of California. Each party for itself and its property, hereby submits to the jurisdiction and venue of San Francisco, California in relation to any claim or dispute that may arise with respect to this Agreement and any judgment that may be rendered in connection with any such claim or dispute. This Agreement will be will be interpreted as if the agreement were made between California residents and performed entirely within California.
-
-9.4 You may not assign this Agreement. Any attempt by You to assign this Agreement will be null and void.
-
-9.5 This Agreement contains the entire agreement between Cockos and You related to the software and supersedes all prior agreements and understandings, whether oral or written. All questions concerning this Agreement shall be directed to licensing@cockos.com.
-
-10. Software license agreements of third parties:
-
-10.1 Xiph.org's BSD license
-- libflac: Copyright (c) 2000-2007 Josh Coalson
-- libogg: Copyright (c) 2002, Xiph.org Foundation
-- libvorbis: Copyright (c) 2002-2008 Xiph.org Foundation
-- libopusfile: Copyright (c) 1994-2013 Xiph.Org Foundation
-- libopus: Copyright (c) 2001-2011 Xiph.Org, Skype Limited,
- Octasic, Jean-Marc Valin, Timothy B. Terriberry,
- CSIRO, Gregory Maxwell, Mark Borgerding,
- Erik de Castro Lopo
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-- Neither the name of the Xiph.Org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-10.2 r8brain free MIT license
-- r8brain free: Copyright (c) 2013-2021 Aleksey Vaneev
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-
-
- Cockos Incorporated
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Cockroach b/sdk_container/src/third_party/portage-stable/licenses/Cockroach
deleted file mode 100644
index 94f261c8e7c..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Cockroach
+++ /dev/null
@@ -1,419 +0,0 @@
-CockroachDB Community License Agreement
-
- Please read this CockroachDB Community License Agreement (the "Agreement")
- carefully before using CockroachDB (as defined below), which is offered by
- Cockroach Labs, Inc. or its affiliated Legal Entities ("Cockroach Labs").
-
- By downloading CockroachDB or using it in any manner, You agree that You have
- read and agree to be bound by the terms of this Agreement. If You are
- accessing CockroachDB on behalf of a Legal Entity, You represent and warrant
- that You have the authority to agree to these terms on its behalf and the
- right to bind that Legal Entity to this Agreement. Use of CockroachDB is
- expressly conditioned upon Your assent to all the terms of this Agreement, to
- the exclusion of all other terms.
-
- 1. Definitions. In addition to other terms defined elsewhere in this
- Agreement, the terms below have the following meanings.
-
- (a) "CockroachDB" shall mean the SQL database software provided by Cockroach
- Labs, including both CockroachDB Community and CockroachDB Enterprise
- editions, as defined below.
-
- (b) "CockroachDB Community Edition" shall mean the open source version of
- CockroachDB, available free of charge at
-
- https://github.com/cockroachdb/cockroach
-
- (c) "Cockroach Enterprise Edition" shall mean the additional features made
- available by Cockroach Labs, the use of which is subject to additional
- terms set out below.
-
- (d) "Contribution" shall mean any work of authorship, including the original
- version of the Work and any modifications or additions to that Work or
- Derivative Works thereof, that is intentionally submitted Cockroach Labs
- for inclusion in the Work by the copyright owner or by an individual or
- Legal Entity authorized to submit on behalf of the copyright owner. For
- the purposes of this definition, "submitted" means any form of
- electronic, verbal, or written communication sent to Cockroach Labs or
- its representatives, including but not limited to communication on
- electronic mailing lists, source code control systems, and issue
- tracking systems that are managed by, or on behalf of, Cockroach Labs
- for the purpose of discussing and improving the Work, but excluding
- communication that is conspicuously marked or otherwise designated in
- writing by the copyright owner as "Not a Contribution."
-
- (e) "Contributor" shall mean any copyright owner or individual or Legal
- Entity authorized by the copyright owner, other than Cockroach Labs,
- from whom Cockroach Labs receives a Contribution that Cockroach Labs
- subsequently incorporates within the Work.
-
- (f) "Derivative Works" shall mean any work, whether in Source or Object
- form, that is based on (or derived from) the Work, such as a
- translation, abridgement, condensation, or any other recasting,
- transformation, or adaptation for which the editorial revisions,
- annotations, elaborations, or other modifications represent, as a whole,
- an original work of authorship. For the purposes of this License,
- Derivative Works shall not include works that remain separable from, or
- merely link (or bind by name) to the interfaces of, the Work and
- Derivative Works thereof.
-
- (g) "Legal Entity" shall mean the union of the acting entity and all other
- entities that control, are controlled by, or are under common control
- with that entity. For the purposes of this definition, "control" means
- (i) the power, direct or indirect, to cause the direction or management
- of such entity, whether by contract or otherwise, or (ii) ownership of
- fifty percent (50%) or more of the outstanding shares, or (iii)
- beneficial ownership of such entity.
-
- (h) "License" shall mean the terms and conditions for use, reproduction, and
- distribution of a Work as defined by this Agreement.
-
- (i) "Licensor" shall mean Cockroach Labs or a Contributor, as applicable.
-
- (j) "Object" form shall mean any form resulting from mechanical
- transformation or translation of a Source form, including but not
- limited to compiled object code, generated documentation, and
- conversions to other media types.
-
- (k) "Source" form shall mean the preferred form for making modifications,
- including but not limited to software source code, documentation source,
- and configuration files.
-
- (l) "Third Party Works" shall mean Works, including Contributions, and other
- technology owned by a person or Legal Entity other than Cockroach Labs,
- as indicated by a copyright notice that is included in or attached to
- such Works or technology.
-
- (m) "Work" shall mean the work of authorship, whether in Source or Object
- form, made available under a License, as indicated by a copyright notice
- that is included in or attached to the work.
-
- (n) "You" (or "Your") shall mean an individual or Legal Entity exercising
- permissions granted by this License.
-
- 2. Licenses.
-
- (a) License to CockroachDB Community Edition. The License for CockroachDB
- Community Edition is the Apache License, Version 2.0 ("Apache License").
- The Apache License includes a grant of patent license, as well as
- redistribution rights that are contingent on several requirements.
- Please see
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- for full terms. CockroachDB Community Edition is a no-cost, entry-level
- license and as such, contains the following disclaimers: NOTWITHSTANDING
- ANYTHING TO THE CONTRARY HEREIN, COCKROACHDB COMMUNITY EDITION IS
- PROVIDED "AS IS" AND "AS AVAILABLE", AND ALL EXPRESS OR IMPLIED
- WARRANTIES ARE EXCLUDED AND DISCLAIMED, INCLUDING WITHOUT LIMITATION THE
- IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
- NON-INFRINGEMENT, AND ANY WARRANTIES ARISING BY STATUTE OR OTHERWISE IN
- LAW OR FROM COURSE OF DEALING, COURSE OF PERFORMANCE, OR USE IN TRADE.
- For clarity, the terms of this Agreement, other than the relevant
- definitions in Section 1 and this Section 2(a) do not apply to
- CockroachDB Community Edition.
-
- (b) License to CockroachDB Enterprise Edition.
-
- i Grant of Copyright License: Subject to the terms of this Agreement,
- Licensor hereby grants to You a worldwide, non-exclusive,
- non-transferable limited license to reproduce, prepare Enterprise
- Derivative Works (as defined below) of, publicly display, publicly
- perform, sublicense, and distribute CockroachDB Enterprise Edition
- for Your business purposes, for so long as You are not in violation
- of this Section 2(b) and are current on all payments required by
- Section 4 below.
-
- ii Grant of Patent License: Subject to the terms of this Agreement,
- Licensor hereby grants to You a worldwide, non-exclusive,
- non-transferable limited patent license to make, have made, use,
- offer to sell, sell, import, and otherwise transfer CockroachDB
- Enterprise Edition, where such license applies only to those patent
- claims licensable by Licensor that are necessarily infringed by
- their Contribution(s) alone or by combination of their
- Contribution(s) with the Work to which such Contribution(s) was
- submitted. If You institute patent litigation against any entity
- (including a cross-claim or counterclaim in a lawsuit) alleging that
- the Work or a Contribution incorporated within the Work constitutes
- direct or contributory patent infringement, then any patent licenses
- granted to You under this License for that Work shall terminate as
- of the date such litigation is filed.
-
- iii License to Third Party Works: From time to time Cockroach Labs may
- use, or provide You access to, Third Party Works in connection
- CockroachDB Enterprise Edition. You acknowledge and agree that in
- addition to this Agreement, Your use of Third Party Works is subject
- to all other terms and conditions set forth in the License provided
- with or contained in such Third Party Works. Some Third Party Works
- may be licensed to You solely for use with CockroachDB Enterprise
- Edition under the terms of a third party License, or as otherwise
- notified by Cockroach Labs, and not under the terms of this
- Agreement. You agree that the owners and third party licensors of
- Third Party Works are intended third party beneficiaries to this
- Agreement.
-
- 3. Support. From time to time, in its sole discretion, Cockroach Labs may
- offer professional services or support for CockroachDB, which may now or in
- the future be subject to additional fees.
-
- 4. Fees for CockroachDB Enterprise Edition or CockroachDB Support.
-
- (a) Fees. The License to CockroachDB Enterprise Edition is conditioned upon
- Your payment of the fees specified on
-
- https://cockroachlabs.com/pricing
-
- which You agree to pay to Cockroach Labs in accordance with the payment
- terms set out on that page. Any professional services or support for
- CockroachDB may also be subject to Your payment of fees, which will be
- specified by Cockroach Labs when you sign up to receive such
- professional services or support. Cockroach Labs reserves the right to
- change the fees at any time with prior written notice; for recurring
- fees, any such adjustments will take effect as of the next pay period.
-
- (b) Overdue Payments and Taxes. Overdue payments are subject to a service
- charge equal to the lesser of 1.5% per month or the maximum legal
- interest rate allowed by law, and You shall pay all Cockroach Labs’
- reasonable costs of collection, including court costs and attorneys’
- fees. Fees are stated and payable in U.S. dollars and are exclusive of
- all sales, use, value added and similar taxes, duties, withholdings and
- other governmental assessments (but excluding taxes based on Cockroach
- Labs’ income) that may be levied on the transactions contemplated by
- this Agreement in any jurisdiction, all of which are Your responsibility
- unless you have provided Cockroach Labs with a valid tax-exempt
- certificate.
-
- (c) Record-keeping and Audit. If fees for CockroachDB Enterprise Edition
- are based on the number of cores or servers running on CockroachDB
- Enterprise Edition or another use-based unit of measurement, You must
- maintain complete and accurate records with respect to Your use of
- CockroachDB Enterprise Edition and will provide such records to
- Cockroach Labs for inspection or audit upon Cockroach Labs’ reasonable
- request. If an inspection or audit uncovers additional usage by You for
- which fees are owed under this Agreement, then You shall pay for such
- additional usage at Cockroach Labs’ then-current rates.
-
- 5. Trial License. If You have signed up for a trial or evaluation of
- CockroachDB Enterprise Edition, Your License to CockroachDB Enterprise
- Edition is granted without charge for the trial or evaluation period
- specified when You signed up, or if no term was specified, for thirty (30)
- calendar days, provided that Your License is granted solely for purposes of
- Your internal evaluation of Cockroach Enterprise Edition during the trial
- or evaluation period (a "Trial License"). You may not use CockroachDB
- Enterprise Edition under a Trial License more than once in any twelve (12)
- month period. Cockroach Labs may revoke a Trial License at any time and
- for any reason. Sections 3, 4, 9 and 11 of this Agreement do not apply to
- Trial Licenses.
-
- 6. Redistribution. You may reproduce and distribute copies of the Work or
- Derivative Works thereof in any medium, with or without modifications, and
- in Source or Object form, provided that You meet the following conditions:
-
- (a) You must give any other recipients of the Work or Derivative Works a
- copy of this License; and
-
- (b) You must cause any modified files to carry prominent notices stating
- that You changed the files; and
-
- (c) You must retain, in the Source form of any Derivative Works that You
- distribute, all copyright, patent, trademark, and attribution notices
- from the Source form of the Work, excluding those notices that do not
- pertain to any part of the Derivative Works; and
-
- (d) If the Work includes a "NOTICE" text file as part of its distribution,
- then any Derivative Works that You distribute must include a readable
- copy of the attribution notices contained within such NOTICE file,
- excluding those notices that do not pertain to any part of the
- Derivative Works, in at least one of the following places: within a
- NOTICE text file distributed as part of the Derivative Works; within the
- Source form or documentation, if provided along with the Derivative
- Works; or, within a display generated by the Derivative Works, if and
- wherever such third-party notices normally appear. The contents of the
- NOTICE file are for informational purposes only and do not modify the
- License. You may add Your own attribution notices within Derivative
- Works that You distribute, alongside or as an addendum to the NOTICE
- text from the Work, provided that such additional attribution notices
- cannot be construed as modifying the License.
-
- You may add Your own copyright statement to Your modifications and may
- provide additional or different license terms and conditions for use,
- reproduction, or distribution of Your modifications, or for any such
- Derivative Works as a whole, provided Your use, reproduction, and
- distribution of the Work otherwise complies with the conditions stated
- in this License.
-
- (e) Enterprise Derivative Works: Derivative Works of CockroachDB Enterprise
- Edition ("Enterprise Derivative Works") may be made, reproduced and
- distributed in any medium, with or without modifications, in Source or
- Object form, provided that each Enterprise Derivative Work will be
- considered to include a License to CockroachDB Enterprise Edition and
- thus will be subject to the payment of fees to Cockroach Labs by any
- user of the Enterprise Derivative Work.
-
- 7. Submission of Contributions. Unless You explicitly state otherwise, any
- Contribution intentionally submitted for inclusion in CockroachDB by You to
- Cockroach Labs shall be under the terms and conditions of
-
- https://cla-assistant.io/cockroachdb/cockroach
-
- (which is based off of the Apache License), without any additional terms or
- conditions, payments of royalties or otherwise to Your benefit.
- Notwithstanding the above, nothing herein shall supersede or modify the
- terms of any separate license agreement You may have executed with
- Cockroach Labs regarding such Contributions.
-
- 8. Trademarks. This License does not grant permission to use the trade names,
- trademarks, service marks, or product names of Licensor, except as required
- for reasonable and customary use in describing the origin of the Work and
- reproducing the content of the NOTICE file.
-
- 9. Limited Warranty.
-
- (a) Warranties. Cockroach Labs warrants to You that: (i) CockroachDB
- Enterprise Edition will materially perform in accordance with the
- applicable documentation for ninety (90) days after initial delivery to
- You; and (ii) any professional services performed by Cockroach Labs
- under this Agreement will be performed in a workmanlike manner, in
- accordance with general industry standards.
-
- (b) Exclusions. Cockroach Labs’ warranties in this Section 9 do not extend
- to problems that result from: (i) Your failure to implement updates
- issued by Cockroach Labs during the warranty period; (ii) any
- alterations or additions (including Enterprise Derivative Works and
- Contributions) to CockroachDB not performed by or at the direction of
- Cockroach Labs; (iii) failures that are not reproducible by Cockroach
- Labs; (iv) operation of CockroachDB Enterprise Edition in violation of
- this Agreement or not in accordance with its documentation; (v) failures
- caused by software, hardware or products not licensed or provided by
- Cockroach Labs hereunder; or (vi) Third Party Works.
-
- (c) Remedies. In the event of a breach of a warranty under this Section 9,
- Cockroach Labs will, at its discretion and cost, either repair, replace
- or re-perform the applicable Works or services or refund a portion of
- fees previously paid to Cockroach Labs that are associated with the
- defective Works or services. This is Your exclusive remedy, and
- Cockroach Labs’ sole liability, arising in connection with the limited
- warranties herein.
-
- 10. Disclaimer of Warranty. Except as set out in Section 9, unless required
- by applicable law, Licensor provides the Work (and each Contributor
- provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR
- CONDITIONS OF ANY KIND, either express or implied, arising out of course
- of dealing, course of performance, or usage in trade, including, without
- limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT,
- MERCHANTABILITY, CORRECTNESS, RELIABILITY, or FITNESS FOR A PARTICULAR
- PURPOSE, all of which are hereby disclaimed. You are solely responsible
- for determining the appropriateness of using or redistributing Works and
- assume any risks associated with Your exercise of permissions under the
- applicable License for such Works.
-
- 11. Limited Indemnity.
-
- (a) Indemnity. Cockroach Labs will defend, indemnify and hold You harmless
- against any third party claims, liabilities or expenses incurred
- (including reasonable attorneys’ fees), as well as amounts finally
- awarded in a settlement or a non-appealable judgement by a court
- ("Losses"), to the extent arising from any claim or allegation by a
- third party that CockroachDB Enterprise Edition infringes or
- misappropriates a valid United States patent, copyright or trade secret
- right of a third party; provided that You give Cockroach Labs: (i)
- prompt written notice of any such claim or allegation; (ii) sole control
- of the defense and settlement thereof; and (iii) reasonable cooperation
- and assistance in such defense or settlement. If any Work within
- CockroachDB Enterprise Edition becomes or, in Cockroach Labs’ opinion,
- is likely to become, the subject of an injunction, Cockroach Labs may,
- at its option, (A) procure for You the right to continue using such
- Work, (B) replace or modify such Work so that it becomes non-infringing
- without substantially compromising its functionality, or, if (A) and (B)
- are not commercially practicable, then (C) terminate Your license to the
- allegedly infringing Work and refund to You a prorated portion of the
- prepaid and unearned fees for such infringing Work. The foregoing
- states the entire liability of Cockroach Labs with respect to
- infringement of patents, copyrights, trade secrets or other intellectual
- property rights.
-
- (b) Exclusions. The foregoing obligations shall not apply to: (i) Works
- modified by any party other than Cockroach Labs (including Enterprise
- Derivative Works and Contributions), if the alleged infringement relates
- to such modification, (ii) Works combined or bundled with any products,
- processes or materials not provided by Cockroach Labs where the alleged
- infringement relates to such combination, (iii) use of a version of
- CockroachDB Enterprise Edition other than the version that was current
- at the time of such use, as long as a non-infringing version had been
- released, (iv) any Works created to Your specifications, (v)
- infringement or misappropriation of any proprietary right in which You
- have an interest, or (vi) Third Party Works. You will defend, indemnify
- and hold Cockroach Labs harmless against any Losses arising from any
- such claim or allegation, subject to conditions reciprocal to those in
- Section 11(a).
-
- 12. Limitation of Liability. In no event and under no legal or equitable
- theory, whether in tort (including negligence), contract, or otherwise,
- unless required by applicable law (such as deliberate and grossly
- negligent acts), and notwithstanding anything in this Agreement to the
- contrary, shall Licensor or any Contributor be liable to You for (i) any
- amounts in excess, in the aggregate, of the fees paid by You to Cockroach
- Labs under this Agreement in the twelve (12) months preceding the date the
- first cause of liability arose), or (ii) any indirect, special,
- incidental, punitive, exemplary, reliance, or consequential damages of any
- character arising as a result of this Agreement or out of the use or
- inability to use the Work (including but not limited to damages for loss
- of goodwill, profits, data or data use, work stoppage, computer failure or
- malfunction, cost of procurement of substitute goods, technology or
- services, or any and all other commercial damages or losses), even if such
- Licensor or Contributor has been advised of the possibility of such
- damages. THESE LIMITATIONS SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE
- ESSENTIAL PURPOSE OF ANY LIMITED REMEDY.
-
- 13. Accepting Warranty or Additional Liability. While redistributing Works or
- Derivative Works thereof, and without limiting your obligations under
- Section 6, You may choose to offer, and charge a fee for, acceptance of
- support, warranty, indemnity, or other liability obligations and/or rights
- consistent with this License. However, in accepting such obligations, You
- may act only on Your own behalf and on Your sole responsibility, not on
- behalf of any other Contributor, and only if You agree to indemnify,
- defend, and hold Cockroach Labs and each other Contributor harmless for
- any liability incurred by, or claims asserted against, such Contributor by
- reason of your accepting any such warranty or additional liability.
-
- 14. General.
-
- (a) Relationship of Parties. You and Cockroach Labs are independent
- contractors, and nothing herein shall be deemed to constitute either
- party as the agent or representative of the other or both parties as
- joint venturers or partners for any purpose.
-
- (b) Export Control. You shall comply with the U.S. Foreign Corrupt
- Practices Act and all applicable export laws, restrictions and
- regulations of the U.S. Department of Commerce, and any other applicable
- U.S. and foreign authority.
-
- (c) Assignment. This Agreement and the rights and obligations herein may
- not be assigned or transferred, in whole or in part, by You without the
- prior written consent of Cockroach Labs. Any assignment in violation of
- this provision is void. This Agreement shall be binding upon, and inure
- to the benefit of, the successors and permitted assigns of the parties.
-
- (d) Governing Law. This Agreement shall be governed by and construed under
- the laws of the State of New York and the United States without regard
- to conflicts of laws provisions thereof, and without regard to the
- Uniform Computer Information Transactions Act.
-
- (e) Attorneys’ Fees. In any action or proceeding to enforce rights under
- this Agreement, the prevailing party shall be entitled to recover its
- costs, expenses and attorneys’ fees.
-
- (f) Severability. If any provision of this Agreement is held to be invalid,
- illegal or unenforceable in any respect, that provision shall be limited
- or eliminated to the minimum extent necessary so that this Agreement
- otherwise remains in full force and effect and enforceable.
-
- (g) Entire Agreement; Waivers; Modification. This Agreement constitutes the
- entire agreement between the parties relating to the subject matter
- hereof and supersedes all proposals, understandings, or discussions,
- whether written or oral, relating to the subject matter of this
- Agreement and all past dealing or industry custom. The failure of either
- party to enforce its rights under this Agreement at any time for any
- period shall not be construed as a waiver of such rights. No changes,
- modifications or waivers to this Agreement will be effective unless in
- writing and signed by both parties.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Crypt-IDEA b/sdk_container/src/third_party/portage-stable/licenses/Crypt-IDEA
deleted file mode 100644
index b26f60b928c..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Crypt-IDEA
+++ /dev/null
@@ -1,47 +0,0 @@
-Original Source:
-Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/)
-All rights reserved.
-
-Modifications:
-Copyright (C) 2000-2006 W3Works, LLC
-All Rights Reserved
-
-This library and applications are FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
-as long as the following conditions are adhered to.
-
-Copyright remains with Systemics Ltd & W3Works LLC respectively, and as
-such any Copyright notices in the code are not to be removed. If this
-code is used in a product, Systemics & W3Works should be given attribution
-as the author of the parts used. This can be in the form of a textual
-message at program startup or in documentation (online or textual) provided
-with the package.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-3. All advertising materials mentioning features or use of this software
- must display the following acknowledgement:
- This product includes software developed by Systemics Ltd (http://www.systemics.com/) and W3Works, LLC
-
- THIS SOFTWARE IS PROVIDED BY SYSTEMICS LTD ``AS IS'' AND
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
-
- The licence and distribution terms for any publically available version or
- derivative of this code cannot be changed. i.e. this code cannot simply be
- copied and put under another distribution licence
- [including the GNU Public Licence.]
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/DCC b/sdk_container/src/third_party/portage-stable/licenses/DCC
deleted file mode 100644
index 426240fb2e0..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/DCC
+++ /dev/null
@@ -1,39 +0,0 @@
- * Distributed Checksum Clearinghouse
- *
- * Copyright (c) 2005 by Rhyolite Software, LLC
- *
- * This agreement is not applicable to any entity which sells anti-spam
- * solutions to others or provides an anti-spam solution as part of a
- * security solution sold to other entities, or to a private network
- * which employs the DCC or uses data provided by operation of the DCC
- * but does not provide corresponding data to other users.
- *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * Parties not eligible to receive a license under this agreement can
- * obtain a commercial license to use DCC and permission to use
- * U.S. Patent 6,330,590 by contacting Commtouch at http://www.commtouch.com/
- * or by email to nospam@commtouch.com.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND RHYOLITE SOFTWARE, LLC DISCLAIMS ALL
- * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL RHYOLITE SOFTWARE, LLC
- * BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
- * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
- * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
- * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
- * SOFTWARE.
----
-
-
- * Some parts including dcclib/getopt.c and include/sendmail-sysexits.h
- * Copyright (c) 1987, 1993, 1994
- * The Regents of the University of California. All rights reserved.
-
- * Some other parts including dcclib/inet_ntop.c
- * Copyright (c) 1996-1999 by Internet Software Consortium.
-
- * Some other parts including autoconf/install-sh
- * Copyright 1991 by the Massachusetts Institute of Technology
diff --git a/sdk_container/src/third_party/portage-stable/licenses/DES b/sdk_container/src/third_party/portage-stable/licenses/DES
deleted file mode 100644
index be44467c499..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/DES
+++ /dev/null
@@ -1,51 +0,0 @@
-Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
-All rights reserved.
-
-This package is an DES implementation written by Eric Young (eay@cryptsoft.com).
-The implementation was written so as to conform with MIT's libdes.
-
-This library is free for commercial and non-commercial use as long as
-the following conditions are aheared to. The following conditions
-apply to all code found in this distribution.
-
-Copyright remains Eric Young's, and as such any Copyright notices in
-the code are not to be removed.
-If this package is used in a product, Eric Young should be given attribution
-as the author of that the SSL library. This can be in the form of a textual
-message at program startup or in documentation (online or textual) provided
-with the package.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-3. All advertising materials mentioning features or use of this software
- must display the following acknowledgement:
- This product includes software developed by Eric Young (eay@cryptsoft.com)
-
-THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
-
-The license and distribution terms for any publically available version or
-derivative of this code cannot be changed. i.e. this code cannot simply be
-copied and put under another distrubution license
-[including the GNU Public License.]
-
-The reason behind this being stated in this direct manner is past
-experience in code simply being copied and the attribution removed
-from it and then being distributed as part of other packages. This
-implementation was a non-trivial and unpaid effort.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/DOOM-COLLECTORS-EDITION b/sdk_container/src/third_party/portage-stable/licenses/DOOM-COLLECTORS-EDITION
deleted file mode 100644
index 7ff691d41b5..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/DOOM-COLLECTORS-EDITION
+++ /dev/null
@@ -1,88 +0,0 @@
-LIMITED USE SOFTWARE LICENSE AGREEMENT
-
-This Limited Use Software License Agreement (the "Agreement") is a legal agreement between you, the end-user, and Id Software, Inc. ("ID") and Activision, Inc. ("Activision"). BY CONTINUING THE INSTALLATION OF THE FULL VERSION GAME PROGRAM ENTITLED DOOM COLLECTOR'S EDITION (THE "SOFTWARE"), BY LOADING OR RUNNING THE SOFTWARE, OR BY PLACING OR COPYING THE SOFTWARE ONTO YOUR COMPUTER HARD DRIVE, COMPUTER RAM OR OTHER STORAGE, YOU ARE AGREEING TO BE BOUND BY THE TERMS OF THIS AGREEMENT.
-
-1. Grant of License for Software. Subject to the terms and provisions of this Agreement and so long as you fully comply at all times with this Agreement, ID grants to you the non-exclusive and limited right to use the Software in executable or object code form. The term "Software" includes all elements of the Software such as data files, images appearing in the Software, and screen displays. You are not receiving any ownership or proprietary right, title or interest in or to the Software or the copyrights, trademarks, or other rights related thereto. For purposes of the first sentence of this section, "use" means loading the Software into RAM and/or onto computer hard drive, as well as installation of the Software on a hard disk or other storage device, and means the uses permitted in sections 2. and 4. hereinbelow. You agree that the Software will not be shipped, transferred or exported into any country in violation of the U.S. Export Administration Act (or any other law governing such matters) by you or any one at your direction and that you will not utilize and will not authorize anyone to utilize, in any other manner, the Software in violation of any applicable law. The Software shall not be exported or re-exported into (or to a national or resident of) any country to which the U.S. has embargoed goods or to anyone or into any country who/which are prohibited, by applicable law, from receiving such property.
-
-2. Permitted New Creations. Subject to the terms and provisions of this Agreement and so long as you fully comply at all times with this Agreement, ID grants to you the non-exclusive and limited right to create for the Software (except any Software code) your own modifications (the "New Creations") which shall operate only with the Software (but not any demo, test or other version of the Software). ID reserves all rights not granted in this Agreement, including, without limitation, all rights to ID's trademarks. You may include within the New Creations certain textures and other images (the "ID Images") from the Software. You shall not create any New Creations which infringe against any third party right or which are libelous, defamatory, obscene, false, misleading, or otherwise illegal or unlawful. You agree that the New Creations will not be shipped, transferred or exported into any country in violation of the U.S. Export Administration Act
-(or any other law governing such matters) by you or anyone at your direction and that you will not utilize and will not authorize anyone to utilize, in any other manner, the New Creations in violation of any applicable law. The New Creations shall not be downloaded or otherwise exported or re-exported into (or to a national or resident of) any country to which the U.S. has embargoed goods or to anyone or into any country who/which are prohibited, by applicable law, from receiving such property. You shall not rent, sell, lease, lend, offer on a pay-per-play basis or otherwise commercially exploit or commercially distribute the New Creations. You are only permitted to distribute, without any cost or charge, the New Creations to other end-users so long as such distribution is not infringing against any third party right and is not otherwise illegal or unlawful. As noted below, in the event you commit any breach of this Agreement, your license and
-this Agreement shall automatically terminate, without notice. You hereby agree to indemnify, defend and hold harmless ID and Activision and ID's and Activision's respective officers, employees, directors, agents, licensees (excluding you), sub-licensees (excluding you), successors and assigns from and against all losses, lawsuits, damages, causes of action and claims relating to and/or arising from the New Creations or the distribution or other use of the New Creations or relating to and/or arising from your breach of this Agreement. Your obligations set forth in the immediately preceding sentence shall survive the cancellation or termination of this Agreement.
-
-3. Prohibitions with Regard to Software. You, whether directly or indirectly, shall not do any of the following acts:
-
-a. rent the Software;
-
-b. sell the Software;
-
-c. lease or lend the Software;
-
-d. offer the Software on a pay-per-play basis;
-
-e. distribute the Software by any means, including, but not limited to, Internet or other electronic distribution, direct mail, retail, mail order or other means;
-
-f. in any other manner and through any medium whatsoever commercially exploit the Software or use the Software for any commercial purpose;
-
-g. disassemble, reverse engineer, decompile, modify (except as permitted by section 2. hereinabove) or alter the Software;
-
-h. translate the Software;
-
-i. reproduce or copy the Software (except as permitted by section 4. hereinbelow);
-
-j. publicly display the Software; or
-
-k. prepare or develop derivative works based upon the Software.
-
-4. Permitted Copying. You may make only the following copies of the Software: (i) you may copy the Software from the CD ROM which you purchase onto your computer hard drive; (ii) you may copy the Software from your computer hard drive into your computer RAM; and (iii) you may make one (1) "back up" or archival copy of the Software on one (1) hard disk.
-
-5. Intellectual Property Rights. Certain printed materials (the "Printed Materials") accompany the Software. The Software and the Printed Materials and all copyrights, trademarks and all other conceivable intellectual property rights related to the Software and the Printed Materials are owned by ID and are protected by United States copyright laws, international treaty provisions and all applicable law, such as the Lanham Act. You must treat the Software and the Printed Materials like any other copyrighted material, as required by 17 U.S.C., §101 et seq. and other applicable law. You agree to use your best efforts to see that any user of the Software licensed hereunder, the Printed Materials or the New Creations complies with this Agreement. You agree that you are receiving a copy of the Software and the Printed Materials by license only and not by sale and that the "first sale" doctrine of 17 U.S.C. §109 does not apply to your receipt or use of the
-Software or the Printed Materials. This section 5. shall survive the cancellation or termination of this Agreement.
-
-6. No ID Warranties.
-ID DISCLAIMS ALL WARRANTIES, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY WARRANTY OF NON-INFRINGEMENT, WITH RESPECT TO THE SOFTWARE, THE PRINTED MATERIALS AND THE ID IMAGES. ID DOES NOT WARRANT THAT THE OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR FREE OR THAT THE SOFTWARE WILL MEET YOUR SPECIFIC REQUIREMENTS. ADDITIONAL STATEMENTS, WHETHER ORAL OR WRITTEN, DO NOT CONSTITUTE WARRANTIES BY ID AND SHOULD NOT BE RELIED UPON. This section 6. shall survive the cancellation or termination of this Agreement.
-
-7. Limited Activision Warranty. Activision warrants to the original consumer purchaser of the Software that the recording medium on which the Software is recorded will be free from defects in material and workmanship for 90 days from the date of purchase. If the recording medium is found defective within 90 days of original purchase, Activision agrees to replace, free of charge, any Software discovered to be defective within such period upon its receipt of the Software, postage paid, with the proof of the date of purchase, as long as the Software is still being manufactured by Activision. In the event that the Software is no longer available, Activision retains the right to substitute a similar game program of equal or greater value. This warranty is limited to the recording medium containing the Software as originally provided by Activision and is not applicable to normal wear and tear. This warranty shall not be applicable and shall be void if the
-defect has arisen through abuse, mistreatment or neglect.
-
-EXCEPT AS SET FORTH ABOVE, THIS WARRANTY IS IN LIEU OF ALL OTHER WARRANTIES, WHETHER ORAL OR WRITTEN, EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT, AND NO OTHER REPRESENTATIONS OR CLAIMS OF ANY KIND SHALL BE BINDING ON OR OBLIGATE ACTIVISION.
-
-When returning the Software for warranty replacement, the original Software disks must be sent only in a protective packaging and include: (1) photocopy of your dated sales receipt; (2) your name and return address typed or clearly printed; (3) a brief note describing the defect, the problem(s) you are encountering and the system on which you are running the Software; (4) if you are returning the Software after the 90-day warranty period, but within one year after the date of purchase, please include check or money order for $10 U.S. (A$17 for Australia, or £10.00 for Europe) currency per CD or floppy disk replacement. Note: Certified mail recommend.
-
-In the U.S. send to
-Warranty Replacements
-Activision, Inc.
-P.O. Box 67713
-Los Angeles, CA 90067
-
-In Europe send to:
-
-WARRANTY REPLACEMENTS
-ACTIVISION (UK) Ltd.
-Parliament House
-St Laurence Way
-Slough, Berkshire
-SL1 2BW
-United Kingdom
-Disc Replacement: + (44) 1753 756 189
-
-In Australia and Asia Pacific territories send to:
-
-Warranty Replacements
-Activision
-Century Plaza
-41 Rawson Street
-Epping, NSW 2121
-Australia
-
-
-8. Governing Law, Venue, and Liability Limitation. This Agreement shall be construed in accordance with and governed by the applicable laws of the State of Texas and applicable United States federal law. Copyright and other proprietary matters will be governed by applicable United States laws and international treaties. Except as set forth below, exclusive venue for all litigation regarding this Agreement shall be in Dallas County, Texas and you agree to submit to the jurisdiction of the courts in Dallas, Texas for any such litigation. Exclusive venue for all litigation involving Activision, but not involving ID, with regard to this Agreement shall be in Los Angeles County, California and you agree to submit to the jurisdiction of the courts in Los Angeles, California for any such litigation. You agree that your unauthorized use of the ID Images, the Printed Materials, or the Software, or any part thereof, may immediately and irreparably damage ID such that ID
-could not be adequately compensated solely by a monetary award and that at ID's option ID shall be entitled to an injunctive order, in addition to all other available remedies including a monetary award, appropriately restraining and/or prohibiting such unauthorized use without the necessity of ID posting bond or other security.
-
-IN ANY CASE, ID, ACTIVISION, AND ID'S AND ACTIVISION'S RESPECTIVE OFFICERS, EMPLOYEES, DIRECTORS, AGENTS, LICENSEES (EXCLUDING YOU), SUBLICENSEES (EXCLUDING YOU), SUCCESSORS OR ASSIGNS SHALL NOT BE LIABLE FOR LOSS OF DATA, LOSS OF PROFITS, LOST SAVINGS, SPECIAL, INCIDENTAL, CONSEQUENTIAL, INDIRECT, PUNITIVE OR OTHER SIMILAR DAMAGES ARISING FROM ANY ALLEGED CLAIM FOR BREACH OF WARRANTY, BREACH OF CONTRACT, NEGLIGENCE, STRICT PRODUCT LIABILITY, OR OTHER LEGAL THEORY EVEN IF ID, ACTIVISION OR THEIR RESPECTIVE AGENT(S) HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES OR EVEN IF SUCH DAMAGES ARE FORESEEABLE, OR LIABLE FOR ANY CLAIM BY ANY OTHER
-PARTY. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so the above limitation or exclusion may not apply to you. This section 8. shall survive the cancellation or termination of this Agreement.
-
-9. U.S. Government Restricted Rights. To the extent applicable, the United States Government shall only have those rights to use the Software and the Printed Materials as expressly stated and expressly limited and restricted in this Agreement, as provided in 48 C.F.R. §§ 227.7201 through 227.7204, inclusive.
-
-10. General Provisions. Neither this Agreement nor any part or portion hereof shall be assigned or sublicensed by you. ID and Activision each may assign its respective rights under this Agreement in the assigning party's sole discretion. Should any provision of this Agreement be held to be void, invalid, unenforceable or illegal by a court of competent jurisdiction, the validity and enforceability of the other provisions shall not be affected thereby. If any provision is determined to be unenforceable by a court of competent jurisdiction, you agree to a modification of such provision to provide for enforcement of the provision's intent, to the extent permitted by applicable law. Failure of ID or Activision to enforce any provision of this Agreement shall not constitute or be construed as a waiver of such provision or of the right to enforce such provision. Immediately upon your failure to comply with or breach of any term or provision of this Agreement,
-YOUR LICENSE AND THIS AGREEMENT SHALL AUTOMATICALLY TERMINATE, WITHOUT NOTICE, AND ID AND ACTIVISION MAY PURSUE ALL RELIEF AND REMEDIES AGAINST YOU WHICH ARE AVAILABLE UNDER APPLICABLE LAW AND/OR THIS AGREEMENT. In the event this Agreement is terminated, you shall have no right to use the Software, the Printed Materials or the New Creations, in any manner, and you shall immediately destroy all copies of the Software, the Printed Materials and the New Creations in your possession, custody or control.
-
-YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, THAT YOU UNDERSTAND THIS AGREEMENT, AND UNDERSTAND THAT BY CONTINUING THE INSTALLATION OF THE SOFTWARE, BY LOADING OR RUNNING THE SOFTWARE, OR BY PLACING OR COPYING THE SOFTWARE ONTO YOUR COMPUTER HARD DRIVE OR RAM, YOU AGREE TO BE BOUND BY THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU FURTHER AGREE THAT, EXCEPT FOR WRITTEN SEPARATE AGREEMENTS BETWEEN ID, ACTIVISION AND YOU, IF ANY, THIS AGREEMENT IS A COMPLETE AND EXCLUSIVE STATEMENT OF THE RIGHTS AND LIABILITIES OF THE PARTIES HERETO. THIS AGREEMENT SUPERSEDES ALL PRIOR ORAL AGREEMENTS, PROPOSALS OR UNDERSTANDINGS, AND ANY OTHER COMMUNICATIONS BETWEEN ID, ACTIVISION AND YOU RELATING TO THE SUBJECT MATTER OF THIS AGREEMENT.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/DUKE3D b/sdk_container/src/third_party/portage-stable/licenses/DUKE3D
deleted file mode 100644
index 731d280c50b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/DUKE3D
+++ /dev/null
@@ -1,90 +0,0 @@
-DUKE NUKEM 3D (tm),
-including all versions, patches and upgrades (the "Game")
-Copyright 1996 3D Realms Entertainment - a division of Apogee Software, Ltd.
-P.O. Box 496419, Garland, TX 75049
-TEL: 1+214-271-2137 ("3D Realms"). All rights reserved.
-
-BY COPYING OR USING THIS PROGRAM, YOU INDICATE YOUR AGREEMENT TO THE FOLLOWING
-TERMS, WHICH ARE THE ONLY ONES BY WHICH 3D REALMS PERMITS COPYING OR USE. THIS
-PROGRAM IS NOT SHAREWARE. DISTRIBUTING IT WITHOUT 3D REALMS' PERMISSION IS
-ILLEGAL.
-
-[1] OWNERSHIP. Except to the extent expressly licensed by us, we have and
- reserve the exclusive copyright, trade secret and other rights to the
- Program, and the right to use the Trademarks "3D Realms", the 3D Realms
- "logo", "Duke Nukem", "Duke Nukem 3D" and any of the characters contained
- within the Game in connection with it.
-
-[2] USE AND COPIES. You may use the Program only for your own purposes "just
- like a book". This permits use by any number of people on any number of
- machines to use it so long as -- just like a book -- there is NO
- POSSIBILITY that more than one copy will be used at a time. You have no
- right to copy this Program except for legal backups.
-
-[3] NEW LEVELS.
-
- "New Levels" are data that modify or substitute for Game data, thus
- modifying or replacing one or more Game levels. Creating or distributing
- a New Level or a software tool that has no substantial purpose other than
- to contribute to the creation of a New Level infringes rights of 3D Realms
- and is prohibited by law except as permitted by 3D Realms. 3D REALMS
- PERMITS NEW LEVELS ONLY THAT MEET ALL OF THE FOLLOWING CONDITIONS:
-
- [A] The Level must only work with a RETAIL episode of the Game. It must NOT
- work with this Episode One.
-
- [B] The level must not contain modifications to any COM, EXE, or DLL, or to
- other executable file.
-
- [C] The level must not contain any illegal material, or (without
- appropriate irrevocable licenses) any trademarks, copyright protected
- work, or other property of third parties.
-
- [D] The level must prominently identify at least in every online description
- and with reasonable duration on an opening screen
- (1) the name and email address of the level's creators, and
- (2) the words "THIS LEVEL IS NOT MADE BY OR SUPPORTED BY 3D REALMS".
-
- [E] The level and any use of it must be offered solely for free (other than
- any incidental online charges).
-
- [F] By distributing or permitting the distribution of any New Level, all
- owners of any trademark, copyright or other right, title or interest
- therein (to the extent different from the Game as originally distributed
- by 3D Realms) grant back to 3D Realms an irrevocable royalty free right
- to distribute the level.
-
- [G] The distributor of any New Level or Level Editor must be authorized to
- distribute the Game itself (either in writing, or by being within a
- category where no writing is needed under this LICENSE.DOC).
-
-[4] LIMITED WARRANTY AND LIMITATION OF REMEDIES
-
- If this Program (including any related written material) contained a
- physical defect, you may receive a replacement if you return it within
- 90 days of receiving it from 3D Realms. Aside from this, IT IS PROVIDED
- "AS-IS", AND NO WARRANTIES OF ANY KIND (INCLUDING IMPLIED WARRANTIES OF
- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE), EXPRESS OR IMPLIED,
- ARE MADE AS TO IT OR ANY MEDIUM IT MAY BE ON. OUR ENTIRE LIABILITY AND
- YOUR EXCLUSIVE REMEDY IS SUCH REPLACEMENT, AND UNDER NO CIRCUMSTANCES WILL
- WE PROVIDE ANY OTHER REMEDY FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
- PUNITIVE, INCIDENTAL OR OTHER DAMAGES ARISING FROM IT, INCLUDING SUCH FROM
- NEGLIGENCE, STRICT LIABILITY, OR BREACH OF WARRANTY OR CONTRACT, EVEN AFTER
- NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. Some states do not allow the
- exclusion or limitation of implied warranties or liability for incidental
- or consequential damages, so this may not apply to buyers of the Program.
- This gives you specific legal rights, and you may also have other rights
- which vary from state to state.
-
-[5] MISCELLANY
-
- [A] With respect to every matter arising under this, you consent to the
- exclusive jurisdiction and venue of the state and federal courts
- sitting in Dallas, Texas and to service by certified mail, return
- receipt requested, or as otherwise permitted by law.
-
- [B] You will not modify, reverse compile, disassemble, or reverse engineer
- the Program, or use or disclose any of our secret information that it
- contains.
-
-[V.04.18.96]
diff --git a/sdk_container/src/third_party/portage-stable/licenses/DUMB-0.9.3 b/sdk_container/src/third_party/portage-stable/licenses/DUMB-0.9.3
deleted file mode 100644
index 961fe4ef8f1..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/DUMB-0.9.3
+++ /dev/null
@@ -1,87 +0,0 @@
-/* _______ ____ __ ___ ___
- * \ _ \ \ / \ / \ \ / / ' ' '
- * | | \ \ | | || | \/ | . .
- * | | | | | | || ||\ /| |
- * | | | | | | || || \/ | | ' ' '
- * | | | | | | || || | | . .
- * | |_/ / \ \__// || | |
- * /_______/ynamic \____/niversal /__\ /____\usic /| . . ibliotheque
- * / \
- * / . \
- * licence.txt - Conditions for use of DUMB. / / \ \
- * | < / \_
- * If you do not agree to these terms, please | \/ /\ /
- * do not use DUMB. \_ / > /
- * | \ / /
- * Information in [brackets] is provided to aid | ' /
- * interpretation of the licence. \__/
- */
-
-
-Dynamic Universal Music Bibliotheque, Version 0.9.3
-
-Copyright (C) 2001-2005 Ben Davis, Robert J Ohannessian and Julien Cugniere
-
-This software is provided 'as-is', without any express or implied warranty.
-In no event shall the authors be held liable for any damages arising from the
-use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not claim
- that you wrote the original software. If you use this software in a
- product, you are requested to acknowledge its use in the product
- documentation, along with details on where to get an unmodified version of
- this software, but this is not a strict requirement.
-
- [Note that the above point asks for a link to DUMB, not just a mention.
- Googling for DUMB doesn't help much! The URL is "http://dumb.sf.net/".]
-
- [The link was originally strictly required. This was changed for two
- reasons. Firstly, if many projects request an acknowledgement, the list of
- acknowledgements can become quite unmanageable. Secondly, DUMB was placing
- a restriction on the code using it, preventing people from using the GNU
- General Public Licence which disallows any such restrictions. See
- http://www.gnu.org/philosophy/bsd.html for more information on this
- subject. However, if DUMB plays a significant part in your project, we do
- urge you to acknowledge its use.]
-
-2. Altered source versions must be plainly marked as such, and must not be
- misrepresented as being the original software.
-
-3. This notice may not be removed from or altered in any source distribution.
-
-4. If you are using the Program in someone else's bedroom on any Monday at
- 3:05 pm, you are not allowed to modify the Program for ten minutes. [This
- clause provided by Inphernic; every licence should contain at least one
- clause, the reasoning behind which is far from obvious.]
-
-5. Users who wish to use DUMB for the specific purpose of playing music are
- required to feed their dog on every full moon (if deemed appropriate).
- [This clause provided by Allefant, who couldn't remember what Inphernic's
- clause was.]
-
-6. No clause in this licence shall prevent this software from being depended
- upon by a product licensed under the GNU General Public Licence. If such a
- clause is deemed to exist, Debian, then it shall be respected in spirit as
- far as possible and all other clauses shall continue to apply in full
- force.
-
-8. Take the number stated as introducing this clause. Multiply it by two,
- then subtract four. Now insert a '+' between the two digits and evaluate
- the resulting sum. Call the result 'x'. If you have not yet concluded that
- every numbered clause in this licence whose ordinal number is strictly
- greater than 'x' (with the exception of the present clause) is null and
- void, Debian, then you are hereby informed that laughter is good for one's
- health and you are warmly suggested to do it. By the way, Clauses 4, 5 and
- 6 are null and void. Incidentally, I like Kubuntu. The work you guys do is
- awesome. (Lawyers, on the other hand ...)
-
-We regret that we cannot provide any warranty, not even the implied warranty
-of merchantability or fitness for a particular purpose.
-
-Some files generated or copied by automake, autoconf and friends are
-available in an extra download. These fall under separate licences but are
-all free to distribute. Please check their licences as necessary.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/DXX-Rebirth b/sdk_container/src/third_party/portage-stable/licenses/DXX-Rebirth
deleted file mode 100644
index 69e2e7dd439..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/DXX-Rebirth
+++ /dev/null
@@ -1,72 +0,0 @@
-DXX-REBIRTH LICENSE
-====================
-The original Descent source release is copyright by Parallax and subject
-to the Parallax license below. Contributions from the D1X/D2X ("DXX")
-and D1X-Rebirth/D2X-Rebirth ("Rebirth") projects are copyright their
-respective contributors. The DXX and Rebirth contributors grant you
-permission to convey their work, with or without modifications, pursuant
-to the terms of the GNU General Public License, version 3 ("GPLv3"). As
-a special exception, in recognition of the restrictions imposed by the
-original Parallax license, you are excused from GPLv3 requirements that
-conflict with the restrictions of the original Parallax license, but
-only to the extent that such excuse is required to prevent a conflict
-between the terms of the original Parallax license and the GNU General
-Public License v3. This special exception is an "Additional permission"
-as defined by section 7 of the GNU General Public License v3. All
-provisions of the GPLv3 that can be satisfied without violating the
-original Parallax license must be satisfied to the greatest extent
-possible without violating the original Parallax license. Failure to
-satisfy any non-excused GPLv3 provision is expressly prohibited under
-this license, and is therefore void and is handled pursuant to GPLv3
-section 8 "Termination.", exactly as would occur for a non-permitted
-propagation or modification of a GPLv3 covered work that had no special
-exceptions.
-
-For purposes of this document, "copyright by Parallax" shall include any
-subsequent entities to which some or all of the Parallax copyrights were
-transferred, without regard to how the transfer occurred. In the event
-that you are permitted to convey the material originally copyright by
-Parallax under terms other than the original Parallax license below,
-whether due to a general relicensing by the appropriate copyright
-holders, due to special permission from the appropriate copyright
-holders, or any other circumstance, the contributions from the DXX and
-Rebirth projects remain subject to the GNU General Public License,
-version 3. The special exception described in the preceding paragraph
-excuses only conflicts with the original Parallax license. If a
-subsequent license to the Parallax work conflicts with the GPLv3 in any
-way that the original Parallax license did not conflict, then such new
-conflicts are not excused. As detailed in GPLv3 section 12 "No
-Surrender of Others' Freedom.", if you cannot simultaneously satisfy the
-non-excused terms of the GPLv3 and all other conditions imposed on you,
-then you may not convey the GPLv3 covered work at all.
-
-Additionally, if you are permitted to convey the material originally
-copyright by Parallax under terms other than the original Parallax
-license, and such new permission allows you to comply with the GPLv3 to
-a greater extent than the original Parallax license allowed, and you
-convey the covered work or a portion thereof, then such conveyance must
-comply with all GPLv3 terms which can be satisfied without violating the
-permission under which you convey the material originally copyright by
-Parallax.
-
-
-See GPL-3.txt for further details on the GPLv3.
-For project history and its contributors, please visit the
-DXX-Rebirth GIT repository at https://github.com/dxx-rebirth/dxx-rebirth/
-
-
-
-PARALLAX LICENSE
-================
-THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX
-SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO
-END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A
-ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH END-USERS
-IN USING, DISPLAYING, AND CREATING DERIVATIVE WORKS THEREOF, SO LONG AS
-SUCH USE, DISPLAY OR CREATION IS FOR NON-COMMERCIAL, ROYALTY OR REVENUE
-FREE PURPOSES. IN NO EVENT SHALL THE END-USER USE THE COMPUTER CODE
-CONTAINED HEREIN FOR REVENUE-BEARING PURPOSES. THE END-USER UNDERSTANDS
-AND AGREES TO THE TERMS HEREIN AND ACCEPTS THE SAME BY USE OF THIS FILE.
-COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
-
-We make no warranties as to the usability or correctness of this code.
\ No newline at end of file
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Dell-EULA b/sdk_container/src/third_party/portage-stable/licenses/Dell-EULA
deleted file mode 100644
index 4874704d42c..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Dell-EULA
+++ /dev/null
@@ -1,442 +0,0 @@
-End User License Agreement
-
-This End User License Agreement (“EULA”) is between the individual
-consumer or business entity that will use the Software (“You”)
-and the applicable entity identified in the “Licensor Table”
-located at www.dell.com/swlicensortable (“Licensor”).
-
-This EULA governs Your use of: (a) the object code version of Dell
-branded software that is preinstalled on Dell hardware or otherwise
-provided to You pursuant to a purchase contract, quote, order form,
-invoice or online procurement process (each, an “Order”); (b)
-associated software license keys, if any (“License Keys”); (c)
-updates to such software (“Updates”); (d) the documentation for
-such software; and (e) all copies of the foregoing (collectively,
-“Software”). If You accept this EULA, or if You install or use
-the Software, then You agree to this EULA unless You already have a
-signed agreement with Dell Marketing L.P. or one of its affiliates
-(“Dell”) that includes licensing terms that govern Your use
-of the Software (“Pre-Existing Agreement”). If You accept this
-EULA or install or use the Software on behalf of a business entity,
-then You represent that You have authority to take those actions,
-and this EULA will be binding on that business entity unless the
-entity already has a Pre-Existing Agreement. If You do not agree to
-this EULA, do not install or use the Software.
-
-If You are a business entity and You purchase Software from a
-third party (“Reseller”) who sublicenses the Software to You
-under the terms of an agreement between You and such Reseller
-(a “Sublicense Agreement”), then the terms of Your Sublicense
-Agreement with the Reseller shall govern Your use of the Software
-and not this EULA. Resellers may only grant rights, and must pass
-through conditions, consistent with this EULA. Thus, even though Your
-Sublicense Agreement is between you and the Reseller, by installing or
-using the Software, You acknowledge and agree that: (a) any license
-rights in the Sublicense Agreement that are greater than the license
-rights in this EULA shall not apply; (b) any license conditions in
-this EULA that are not contained in the Sublicense Agreement apply
-to You; (c) the limitations of liability set forth in this EULA will
-apply in favor of Licensor, its affiliates and suppliers despite the
-existence of a Sublicense Agreement; and (d) Licensor is a third-party
-beneficiary of the Sublicense Agreement and is entitled to exercise
-and enforce all of the Reseller’s rights and benefits under that
-Sublicense Agreement.
-
-If You purchase Software as an individual consumer, nothing in this
-EULA affects your statutory rights if the laws of your state or
-country do not permit it to do so.
-
-1. License Grant.
-
-1.1. Right to Use. Subject to and in consideration of your full
-compliance with the terms and conditions of this EULA, Licensor
-grants to You a personal, non-exclusive license to use the Software
-during the period stated in the applicable Order (if no period
-is specified, You may use the Software perpetually). If You are
-an individual consumer, this license grant allows You to use the
-Software in connection with Your own personal use. If You are a
-business entity, this license grant allows You to use the Software in
-connection with the internal business operations of Your entity. In
-addition, You may make a reasonable number of copies of the Software
-solely as needed for backup or archival purposes. Additional license
-terms for certain Software may be included in the Offering Specific
-Terms Table located at www.dell.com/offeringspecificterms (“OST
-Table”), and additional terms for Software that is licensed to
-You for a limited time (“Subscription Software”) are located at
-www.delltechnologies.com/subscription_terms (“Subscription Terms”).
-
-1.2. Third Party Use. If You are a business entity, You may allow Your
-contractors (each, a “Permitted Third Party”) to use the Software
-solely for the purpose of providing services to You, provided that
-such use is in compliance with this EULA. You are liable for any
-breach of this EULA by any Permitted Third Party.
-
-1.3. Rights Reserved. The Software is licensed and not sold. Except
-for the license expressly granted in this EULA, Licensor, on behalf
-of itself and its affiliates and suppliers, retains all rights in
-and to the Software and in all related materials (“Works”). The
-rights in these Works are valid and protected in all forms, media and
-technologies existing now or hereafter developed. Any use of Works
-other than as expressly set forth herein is strictly prohibited.
-
-1.4. Ownership. Licensor, on behalf of itself and its affiliates,
-retains ownership of the Works and all related intellectual property
-rights. If Software is provided to You on removable media (e.g.,
-CD, DVD or USB drive), You may own the media on which the Software
-is recorded.
-
-2. License Conditions.
-
-2.1. You and Your Permitted Third Parties must do the following:
-
-A. Run the Software only on the hardware for which it was intended
-to operate, when applicable; B. Use License Keys (if applicable) only
-from Licensor or an authorized Dell License Key provider; C. Treat the
-Software as Dell confidential information; D. Use the Software only on
-as many computers or devices that You purchased, in such configurations
-permitted by Dell or Licensor, and/or in accordance with the applicable
-unit of measure, each as may be specified on Your Order. For Software
-licensed via a unit of measure, the terms and descriptions of each
-unit of measure are located at www.delltechnologies.com/UOM_terms
-(“UOM Terms”); E. Abide and be responsible for compliance with
-the export control and economic sanctions laws of the United States,
-the European Union, and other applicable jurisdictions (collectively,
-“Applicable Trade Laws”). Software may not be used, sold, leased,
-exported, imported, re-exported, or transferred except in compliance
-with the Applicable Trade Laws. You represent and warrant that You
-or Your Permitted Third Parties are not the subject or target of,
-or located in a country or territory that is the subject or target
-of economic sanctions under the Applicable Trade Laws. For further
-information about geographical restrictions and compliance with
-Applicable Trade Laws, visit www.dell.com/tradecompliance; and
-F. Comply with all Third Party Terms (as defined in Section 5 below).
-
-2.2. Except as otherwise permitted by this EULA or by mandatory law
-(meaning a law that the parties cannot change by contract), You
-must not, and must not allow Your Permitted Third Parties, to do
-the following:
-
-A. Modify or remove any proprietary notices or markings on or in the
-Software; B. Transfer License Keys to any other person or entity;
-C. Download Updates from Licensor or an authorized provider unless
-You have a valid support agreement; D. Install Updates on Enterprise
-Products (e.g., server, networking, storage, integrated solutions,
-and data protection appliances) that have gone end of service life
-unless Licensor otherwise agrees in writing; E. Install and operate
-counterfeit versions of Software (i.e. software provided by anyone
-other than Dell or an authorized representative of Dell) on Dell
-hardware; F. Violate or circumvent any technological use restrictions
-in the Software; G. Sell, loan, rent, lease, sublicense, distribute
-or encumber (e.g., by lien, security interest, etc.) the Software;
-H. Use any trademarks or service marks of Licensor, its affiliates
-or suppliers; I. Provide access to the Software or allow use by any
-third party, other than Permitted Third Parties, without Licensor's
-prior written consent; J. Copy, republish, upload, post or transmit
-the Software in any way; K. Modify or create derivative works based
-upon the Software, or decompile, disassemble, reverse engineer,
-or otherwise attempt to derive source code from the Software, in
-whole or in part; L. Attack or attempt to undermine the security,
-integrity, authentication or intended operation of the Software;
-M. Use the Software on a service bureau, rental or managed services
-basis; N. Create or permit others to create Internet "links" to the
-Software or "frame" or "mirror" the Software on any other server,
-wireless or Internet-based device; O. Use the Software to create a
-competitive offering; P. Use the Software to create other software,
-products or technologies unless the Software contains Development
-Tools as described in Section 7; Q. Share or publish the results
-of any benchmarking of the Software without Dell’s prior written
-consent; R. Use the Software for high risk activities, including
-without limitation online control systems, or use in hazardous
-environments requiring fail-safe performance, such as in the operation
-of nuclear facilities, aircraft navigation or communications systems,
-air traffic control, life support, weapons systems or in any other
-device or system in which function or malfunction of the Software
-could result in death, personal injury or physical or environmental
-damage; S. Use the Software for activities related to weapons of mass
-destruction, including but not limited to, activities related to the
-design, development, production or use of nuclear materials, nuclear
-facilities, nuclear weapons, missiles or support of missile projects,
-or chemical or biological weapons; and T. Assign this EULA, or any
-right or obligation under this EULA, or delegate any performance,
-without Dell’s prior written consent, unless You are transferring the
-Software in accordance with the Transferability Section 3 below. Even
-if Dell consents to an assignment, You remain responsible for all
-obligations under this EULA that You incurred prior to the effective
-date of the assignment.
-
-3. Transferability. If You are an individual consumer, You may transfer
-the Software on a permanent basis as part of the sale or transfer
-of the hardware system on which the Software is loaded, provided
-that You retain no copies of any version of the Software. If You
-are a business entity, You may not transfer the Software to another
-person or entity without the express written permission of Dell,
-unless allowed by applicable law stating that transfer may not be
-restricted (note that a transfer fee may be charged by Dell).
-
-4. Compliance Verification. If You are a business entity, You must: (a)
-maintain and use systems and procedures that allow You to accurately
-track Your use of the Software; (b) certify to Dell in writing, at
-Dell’s request, that Your use of Software fully complies with this
-EULA, indicating the number of Software licenses deployed at that time;
-and (c) cooperate fully and timely with Dell and its auditors if Dell
-notifies You that it will conduct an audit to confirm Your compliance
-with this EULA. Any such audit will be conducted during normal business
-hours. If Dell determines that You have over-deployed Software, You
-agree to immediately purchase licenses at the then-current list price
-to bring Your use into compliance. If You over-deployed Software
-by 5% or more, then You agree to pay the total cost of the audit,
-in addition to any other liabilities You may have.
-
-5. Third Party Software. “Third Party Software” is software,
-including open source software, that is contained in or provided with
-the Software and is licensed by a third party under its own terms of
-use (“Third Party Terms”). Third Party Software is governed solely
-by the applicable Third Party Terms and not by this EULA. Third Party
-Terms may be provided with the Third Party Software or may be included
-in the OST Table. For certain open source software, the applicable
-Third Party Terms may entitle You to obtain the corresponding source
-files. You may find corresponding source files for such open source
-software at //opensource.dell.com/ or in the “About” or “Read
-Me” file of Software, or other locations that Licensor may specify.
-
-6. Free Software. “Free Software” means Software that is provided
-to You without additional charge (e.g., scripts that enable customer
-installation; code that enables You to monitor Your use of Dell
-products; etc.). You may only use Free Software on or with equipment
-or in the operating environments for which Dell has designed that
-Free Software to operate. Licensor may terminate any license to Free
-Software at any time in its sole discretion. You may not transfer
-Free Software to anyone else.
-
-7. Development Tools. If the Software includes development tools,
-such as scripting tools, APIs or sample scripts (collectively
-“Development Tools”), and unless there is a separate agreement
-between You and Dell or Licensor for the Development Tools, You may use
-such Development Tools to create new scripts and code for the purpose
-of customizing Your use of the Software (within the parameters set
-forth in this EULA and in the Development Tools themselves) and for
-no other purpose.
-
-8. Evaluation Software. This EULA does not license use of Software
-for evaluation purposes (“Evaluation Software”) except to the
-extent these terms may be invoked by the separate license terms and
-conditions accompanying that Evaluation Software.
-
-9. Support Services Not Included. If You purchase maintenance and
-support for Software, such services are identified in Your Order and
-will be provided under a separate services agreement.
-
-10. Termination. For Subscription Software, this EULA automatically
-terminates at the end of Your subscription period unless You renew
-Your rights. Licensor may terminate this EULA if You or a Permitted
-Third Party commits a material breach of this EULA and fails to cure
-such breach within thirty (30) days following Your receipt of notice
-of the breach from Dell. This right to terminate applies accordingly if
-Dell or the Reseller from whom You made Your purchase does not receive
-timely payment for the licenses to the Software or for the hardware
-on which the Software is loaded, if any. When this EULA terminates,
-all licenses granted automatically terminate and You must immediately
-cease use of the Software and return or destroy all copies of the
-Software. Except as otherwise agreed by Dell, You will not get a
-refund from Dell if this EULA is terminated. Rights and obligations
-under Sections of this EULA that, by their nature should survive,
-will survive termination, as well as obligations for payment.
-
-11. Warranty Disclaimer. Under this EULA, Licensor provides neither
-any warranties for the Software nor does it provide support for the
-Software. Your rights under any warranties and any support entitlements
-for Software acquired for a fee are solely between You and the Reseller
-or Dell entity from whom You procured the Software and related support,
-and are defined under the commercial terms agreed between You and such
-selling entity. Accordingly, except as otherwise offered by Dell,
-the Software is provided by Licensor under this EULA “As Is”
-without any warranties or conditions. To the maximum extent permitted
-by applicable law, Licensor, on behalf of itself and its affiliates
-and suppliers: (a) makes no express warranties or conditions related
-to the Software; (b) disclaims all implied warranties and conditions
-related to the Software, including merchantability, fitness for a
-particular purpose, title, and non-infringement; and (c) disclaims any
-warranty or condition arising by statute, operation of law, course of
-dealing or performance, or usage of trade. Licensor does not warrant
-uninterrupted or error-free operation of the Software. This Section
-does not affect or modify any of the statutory warranty rights that
-are available to consumers.
-
-12. Limitation of Liability.
-
-12.1. Limitations on Damages. The limitations, exclusions and
-disclaimers set forth in a Pre-Existing Agreement or Dell Terms of
-Sale that applies your Order (in each case, the “Order Terms”)
-shall apply to all disputes, claims or controversies (whether in
-contract, tort or otherwise) between You and Licensor or Dell related
-to or arising out of: (a) this EULA; (b) the breach, termination or
-validity of this EULA; or (c) any Orders (each, a “Dispute”). In
-the absence of applicable Order Terms, the terms set forth in this
-Section shall apply to all Disputes.
-
-The terms of this Section are agreed allocations of risk constituting
-part of the consideration for Licensor’s licensing of Software to You
-and will apply even if there is a failure of the essential purpose of
-any limited remedy, and regardless of whether a party has been advised
-of the possibility of the liabilities. If applicable law prohibits
-any portion of the limits on liability stated below, the parties agree
-that such limitation will be automatically modified, but only to the
-extent required to make the limitation compliant with applicable law.
-
-A. Limitation on Direct Damages. Except for Your obligation to pay
-for the Software, or for Your violation of the License Grant and
-License Conditions set forth herein or of Licensor’s or Dell’s
-intellectual property rights, the total liability of You and Licensor
-(including Licensor’s affiliates and suppliers) arising out of any
-Dispute is limited to the amount You paid for the Software that is the
-subject of the Dispute, but excluding amounts received as reimbursement
-of expenses or payment of taxes. Notwithstanding anything otherwise
-set forth above, Licensor and its affiliates have no liability for
-any direct damages resulting from Your use or attempted use of Third
-Party Software, Free Software or Development Tools.
-
-B. Disclaimer of Certain Other Damages. Except for Your obligation to
-pay for the Software, or for Your violation of the License Grant and
-License Conditions set forth herein or of Licensor’s or Dell’s
-intellectual property rights, neither You nor Licensor (including
-Licensor’s affiliates and suppliers) shall have any liability
-under this EULA for special, consequential, exemplary, punitive,
-incidental or indirect damages, or for lost profits, loss of revenue,
-loss or corruption of data, loss of use or procurement of substitute
-products or services.
-
-12.2. Regular Backups. You are solely responsible for Your data. You
-must back up Your data before Licensor or a third party performs
-any remedial, upgrade or other work on Your production systems. You
-acknowledge that it is a best practice to have more than one back up
-copy of Your data. If applicable law prohibits exclusion of liability
-for lost data, then Licensor will only be liable for the cost of
-the typical effort to recover the lost data from Your last available
-back up.
-
-12.3. Limitation Period. Except as stated in this Section, all claims
-must be made within the period specified by applicable law. If the law
-allows the parties to specify a shorter period for bringing claims,
-or the law does not provide a time at all, then claims must be made
-within 18 months after the cause of action accrues.
-
-13. Additional Terms.
-
-13.1. Notices. The parties will provide all notices under this EULA
-in writing. Unless provided otherwise in an Order, You must provide
-notices to the local Dell entity in Your Order, or, if Your Order is
-not with a Dell entity, by e-mail to Dell_Legal_Notices@dell.com.
-
-13.2. Waiver and Severability. Failure to enforce a provision of this
-EULA will not constitute a waiver of that or any other provision of
-this EULA. If a court of competent jurisdiction determines that any
-part of this EULA or document that incorporates this EULA by reference
-is unenforceable, that ruling will not affect the validity of all
-remaining parts.
-
-13.3. Modifications. This EULA may only be modified in writing
-signed by both parties; provided, however, that Licensor may, in
-its sole discretion, update the Licensor Table, the OST Table, the
-UOM Terms and the Subscription Terms at any time. Any changes that
-Licensor makes to the Licensor Table, the OST Table, the UOM Terms
-or the Subscription Terms will only apply to Orders that occur after
-Licensor posts those changes online.
-
-13.4. Governing Law and Jurisdiction. If You obtained the Software
-directly from Dell, then the governing law and jurisdiction provisions
-set forth in Your Order Terms shall apply to this EULA. Otherwise
-the following shall apply:
-
-A. Subject to Section 13.4 D and 13.5, if You are domiciled in the
-United States or Canada: (1) this EULA and any Dispute is governed
-by the laws of the State of Texas (excluding the conflicts of law
-rules) and the federal laws of the United States; and (2) to the
-extent permitted by law, the state and federal courts located in
-Texas will have exclusive jurisdiction for any Dispute. Both parties
-agree to submit to the personal jurisdiction of the state and federal
-courts located within Travis or Williamson County, Texas, and agree
-to waive any and all objections to the exercise of jurisdiction over
-the parties by those courts and to venue in those courts.
-
-B. Subject to Section 13.4 D, if You are domiciled outside of the
-United States or Canada: (1) this EULA and any Dispute is governed
-by the substantive laws in force in the country in which the
-Licensor is located (as indicated in the Licensor Table located at
-www.dell.com/swlicensortable), without regard to its conflict of law
-rules; and (2) the exclusive place of jurisdiction for any Dispute
-shall be in such country.
-
-C. In any event, neither the U.N. Convention on Contracts for the
-International Sale of Goods, nor the Uniform Computer Information
-Transaction Act shall apply to this EULA or any Dispute.
-
-D. If You are an individual consumer, this Section 13.4 does not
-deprive You of the protection afforded to You by the provisions of
-mandatory consumer protections laws that are applicable to You, nor
-does it prevent you from seeking remedies or enforcing your rights
-as a consumer under such laws.
-
-13.5. Dispute Resolution and Binding Individual (non-class)
-Arbitration. This Section only applies if You are an individual
-consumer that resides in (or obtained the Software in) the United
-States or Canada. All Disputes shall be resolved exclusively and
-finally by binding individual arbitration. This means You and Licensor
-waive any right to litigate disputes in a court or before a jury
-and neither You nor Licensor shall be entitled to join, consolidate,
-or include any claims belonging to or alleged or arising from, by or
-on behalf of any third party to an arbitration brought hereunder, or
-to arbitrate any claim as a class action, class representative, class
-member, or in a private attorney general capacity. If You reside in (or
-obtained the Software in) the United States, the arbitration will be
-administered by the American Arbitration Association (AAA), or JAMS. If
-You reside in (or obtained the Software in) Canada, arbitration will
-be at ADR Chambers pursuant to the general ADR Chambers Rules for
-Arbitration located at www.adrchambers.com. The arbitration shall be
-conducted in the English language. The arbitration panel shall have
-exclusive authority to resolve any arbitrability issues including
-any dispute over this EULA or this arbitration provision’s scope,
-application, meaning and enforceability. The arbitration panel shall
-be empowered to grant whatever relief would be available in court,
-including without limitation preliminary relief, injunctive relief and
-specific performance. Any award of the arbitration panel shall be final
-and binding immediately when rendered, and judgment on the award may be
-entered in any court of competent jurisdiction. If any portion of this
-arbitration agreement is found unenforceable, the unenforceable portion
-shall be severed and the remaining arbitration terms shall be enforced
-(but in no event will there be a class arbitration). Consumer claimants
-(individuals whose transaction is intended for personal, family or
-household use) may elect to pursue their claims in small-claims court
-rather than arbitration. Licensor will be responsible for paying any
-individual consumer's arbitration/arbitrator fees. Notwithstanding
-the foregoing, Licensor may apply to any relevant government agency
-or any court of competent jurisdiction to preserve its rights under
-this EULA and to obtain any injunctive or preliminary relief, or
-any award of specific performance, to which it may be entitled,
-either against You or against a non-party; provided, however, that
-no such administrative or judicial authority shall have the right or
-power to render a judgment or award (or to enjoin the rendering of an
-arbitral award) for damages that may be due to or from either party
-under this EULA, which right and power shall be reserved exclusively
-to an arbitration panel proceeding in accordance herewith.
-
-13.6. Third Party Rights. Other than as expressly set out in this EULA,
-this EULA does not create any rights for any person who is not a party
-to it, and no person who is not a party to this EULA may enforce any
-of its terms or rely on any exclusion or limitation contained in it.
-
-13.7 Entire Agreement. You acknowledge that You have read this EULA,
-that You understand it, that You agree to be bound by its terms,
-and that this EULA, along with the Order Terms into which this EULA
-may be incorporated (as applicable), is the complete and exclusive
-statement of the agreement between You and Licensor regarding Your use
-of the Software. All content referenced in this EULA by hyperlink is
-incorporated into this EULA in its entirety and is available to You
-in hardcopy form upon Your request. The pre-printed terms of Your
-purchase order or any other document that is not issued or signed by
-Licensor or Dell do not apply to Software. You represent that You did
-not rely on any representations or statements that do not appear in
-this EULA when accepting this EULA.
-
-
-
-(Dell EULA rev 25OCT2023)
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Digium b/sdk_container/src/third_party/portage-stable/licenses/Digium
deleted file mode 100644
index 0488d2e0580..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Digium
+++ /dev/null
@@ -1,190 +0,0 @@
-IMPORTANT - READ CAREFULLY
-
- 1 AGREEMENT
-
- 1.1 This Digium End-User Purchase and License Agreement (the "Agreement") is a
- legal agreement between Digium and the licensee and purchaser respectively
- (hereinafter, "you", "You" or "your") of the Digium distribution media,
- embedded software and related documentation (the "Software"), Digium services
- (the "Services"), and related manuals (collectively the "Products"). BY
- INSTALLING THE SOFTWARE, YOU AGREE TO AND ACCEPT THE TERMS AND CONDITIONS OF
- THIS AGREEMENT. If you do not accept, or are not authorized to accept the terms
- and conditions of this Agreement, then you should not install the Software and
- should remove any installed Software from your computer.
-
- 2 GRANT OF LICENSE
-
- 2.1 Subject to your compliance with its obligations herein, Digium hereby
- grants you a limited, non-transferable, non-exclusive, non-sublicensable
- license to the Software for use with Zaptel software for internal business
- purposes and not for resale, sublicense, or leasing to third-parties.
- "Software" shall include any upgrades, updates, bug fixes or modified version
- ("Upgrades") or backup copies of the Software supplied to you by Digium
- provided you hold a valid license key to the original Software and have paid
- any applicable fee for Upgrades.
-
- 2.2 Notwithstanding the foregoing, you acknowledge that certain components of
- the Software may be covered by so-called "open source" software licenses
- ("Open Source Components"). Digium will provide a list of Open Source
- Components for a particular version of the Software upon your request. To the
- extent required by the licenses covering Open Source Components, the terms of
- such licenses will apply in lieu of the terms of this Agreement, and Digium
- hereby represents and warrants that the licenses granted to such Open Source
- Components will be no less broad than the license granted in this Section 2.
- To the extent the terms of the licenses applicable to Open Source Components
- prohibit any of the restrictions in this Agreement with respect to such Open
- Source Component, such restrictions will not apply to such Open Source
- Component.
-
- 2.3 "Key" refers to the unique registration code provided by Digium to enable
- the Licensee to use the Software. You may use one copy of the Software
- registered with a registration key, provided by Digium, on a single computer
- owned, leased, or otherwise controlled by you at a single time. If you have
- multiple registration keys for the Software you may use the Software on as
- many computers as you have keys. The Software may not be used on or
- distributed to a greater number of computers than you have registration keys.
-
- 3 RESERVATION OF RIGHTS
-
- 3.1 Except for the limited license rights expressly granted in this Agreement,
- Digium reserves all rights in and to the Software and any modifications
- thereto, including title, ownership, trademark, copyright, patent, trade secret
- and any other rights and interests. You will own only the physical media on
- which the Software and associated documentation are reproduced and distributed.
-
- 4 LIMITED WARRANTY - SOFTWARE
-
- 4.1 .Digium warrants only that the media on which Digium delivers the Software
- will be free of physical defects for a period of ninety (90) days or will be
- replaced by Digium. Except as otherwise agreed by Digium in writing, the
- replacement Software is subject to the terms and conditions of this Agreement.
- If Digium determines in its sole discretion that a defect cannot be corrected,
- or that it is not practical to replace the Software, the price paid by the
- original licensee for the Software will be refunded by Digium to you and the
- license grant automatically terminated, in which case you will promptly return
- to Digium or destroy the Software and any copies in your possession.
-
- 5 WARRANTY DISCLAIMERS
-
- 5.1 The limited warranty provided by Digium does not cover (i) Products that
- have been subjected to misuse, tampering, modification, experimentation,
- alteration, negligence, faulty installation; (ii) Products with the model or
- serial number altered, tampered with, or removed; (iii) Initial installation,
- installation and removal of the Product for repair, and shipping costs;
- (iv) Configuration of the Product; (v) Damage that occurs in shipment due to
- act of God, failures due to power surges, and cosmetic damage; (vi) Any
- hardware, software, firmware or other materials or services provided by anyone
- other than Digium; or (vii) Repair by anyone other than Digium or Digium's
- authorized representative. Unless under a current Services contract with
- Digium, you shall not upgrade or update Product using software of any origin
- except commercial versions of the Software released to you by Digium or its
- authorized distributors from time to time. THE PRODUCT IS PROVIDED WITHOUT ANY
- IMPLIED WARRANTIES OF ANY KIND WHATSOEVER, INCLUDING, WITHOUT LIMITATION, ANY
- IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NON-INFRINGEMENT. EXCEPT AS EXPRESSLY COVERED UNDER THE LIMITED WARRANTY
- PROVIDED HEREIN, THE ENTIRE RISK AS TO THE QUALITY, SELECTION AND PERFORMANCE
- OF THE PRODUCT IS YOURS.
-
- 6 RETURN MATERIAL AUTHORIZATION
-
- 6.1 If returning a Product under the limited warranty, you must include with
- the Product a written description of the physical defect or in sufficient
- detail to allow Digium to confirm such determination. Prior to returning a
- Product under limited warranty to Digium, the original purchaser must obtain a
- Return Material Authorization ("RMA") in accordance with the Digium policy in
- effect at the time as published on the Digium web site. Digium will not be
- obligated to accept returns of any Software that has been activated or
- otherwise used.
-
- 7 LIMITATION OF LIABILITY
-
- 7.1 TO THE MAXIMUM EXTENT PERMITTED BY LAW, DIGIUM IS NOT LIABLE UNDER ANY
- CONTRACT, NEGLIGENCE, STRICT LIABILITY OR OTHER LEGAL OR EQUITABLE THEORY FOR
- ANY LOSS OF USE OF THE PRODUCT, INCONVENIENCE OR INDIRECT DAMAGES OF ANY
- CHARACTER, WHETHER SPECIAL, INCIDENTAL OR CONSEQUENTIAL (INCLUDING, BUT NOT
- LIMITED TO, LOSS OF REVENUE OR PROFIT, WORK STOPPAGE, COMPUTER FAILURE OR
- MALFUNCTION, FAILURE OF CONNECTED EQUIPMENT OR PROGRAMS, LOSS OF INFORMATION
- OR DATA OR LOSS OF GOODWILL) RESULTING FROM THE USE OF THE PRODUCT, RELATING
- TO WARRANTY SERVICE, OR ARISING OUT OF ANY BREACH OF THIS AGREEMENT, EVEN IF
- DIGIUM HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THE SOLE REMEDY FOR
- A BREACH OF THE FOREGOING LIMITED WARRANTY IS REPAIR, REPLACEMENT OR REFUND OF
- THE THE MAXIMUM LIABILITY OF DIGIUM UNDER THIS DEFECTIVE PRODUCT. IN NO EVENT
- SHALL THE REMEDY RELATED TO THIS AGREEMENT EXCEED THE PURCHASE PRICE OF THE
- APPLICABLE PRODUCT. THE FOREGOING EXPRESS LIMITED WRITTEN WARRANTY AND REMEDIES
- ARE EXCLUSIVE AND IN LIEU OF ANY OTHER WARRANTIES OR REMEDIES, EXPRESS, IMPLIED
- OR STATUTORY.
-
- 8 PROPRIETARY WORKS
-
- 8.1 The Products contain trademarks, trade secrets and/or copyrighted materials
- of Digium or its suppliers.
-
- 8.2 You agree not to reverse engineer, decompile, or disassemble the Software,
- except to the extent such restriction is expressly prohibited by applicable
- law. You shall not disclose or make available such trade secrets or copyrighted
- material in any form to any third party nor remove any trademark notices,
- copyright notices, or licensing terms from the Software or any components
- therein.
-
- 8.3 You will not, without Digium written consent, use the name, trademarks,
- trade names or logos of Digium, or the name of any product or service of
- Digium, in any manner. If Digium grants you a right to use the aforementioned,
- you will do so only in strict compliance with Digium's usage policies.
-
- 9 TERMINATION
-
- 9.1 This Agreement shall terminate upon removal of the Products from your
- server and either destruction of the Products or return of the Products by you
- to Digium. In the event of a breach of the scope of use permitted by the grant
- in Section 2, or if you do not comply with other materials terms and conditions
- of this Agreement, Digium shall have the right to immediately terminate this
- Agreement, in which case you must promptly remove the Software from your
- servers and destroy or return all copies to Digium. Notwithstanding the
- foregoing, the provisions of Sections 5, 6, 7, 10, 11, 12, 13 and 14 shall
- survive termination of this Agreement.
-
- 10 EXPORT RESTRICTION
-
- 10.1 You acknowledge that the Software, with the possible exception of certain
- third-party components, is of U.S. origin. You agree to comply with applicable
- domestic and international laws that apply to the Software, including the U.S.
- Export Administration Regulations and other limitations issued by U.S. and
- foreign governments.
-
- 11 TRANSFER AND ASSIGNMENT
-
- 11.1 This Agreement and the rights and obligations under it are not assignable
- by you without the prior written approval of Digium, voluntarily or by
- operation of law. Any attempt by you to assign this Agreement without such
- approval shall be void. This Agreement shall inure to the benefit of the
- successors and assigns of Digium. Notwithstanding the foregoing, you may move
- the Software to different internal computers to the extent consistent with the
- scope of license you have purchased to the Software.
-
- 12 U.S. GOVERNMENT USERS
-
- 12.1 The Software and documentation qualify as "commercial items" as defined at
- 48 C.F.R. 2.101 and 48 C.F.R. 12.212. All Government users acquire the Software
- and documentation with only those rights herein that apply to non-governmental
- customers of Digium.
-
- 13 GOVERNING LAW AND JURISDICTION
-
- 13.1 This Agreement is to be construed in accordance with and governed by laws
- of the State of Alabama, excluding its conflict of law provisions. Digium and
- you agree to submit to the personal and exclusive jurisdiction of, and agree
- that venue is proper in, the Alabama State or Federal Courts located in the
- County of Jefferson, Alabama, for any such legal action or proceeding. The
- United Nations Convention on International Sale of Goods, the application of
- which is expressly excluded, does not govern this Agreement.
-
- 14 ENTIRE AGREEMENT
-
- 14.1 This Agreement constitutes the entire understanding between the parties
- relating to the subject matter hereof and supersede all prior writings,
- negotiations or understandings with respect thereto. The provisions of this
- Agreement shall take precedence over any conflicting terms in any subsequent
- purchase order, documentation or collateral. Any modifications to this
- Agreement shall be reflected in a written agreement between the parties. The
- parties agree that this Agreement may be executed electronically and that
- electronic copies of this Agreement shall be binding upon the parties.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Dreamweb b/sdk_container/src/third_party/portage-stable/licenses/Dreamweb
deleted file mode 100644
index 25df29c0a68..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Dreamweb
+++ /dev/null
@@ -1,30 +0,0 @@
-Dreamweb PC DOS version. Version 1.1
-(C) 1994 Neil Dodwell and David Dew trading as Creative Reality
---------------------------------------------------------------------------------------------
-
-Changelog:
-v1.1 Added manual and diary scans. With help from Simon Sawatzki (SimSaw@gmx.de)
-v1.0 Initial freeware release
-
-
-LICENSE:
-
- 1) You may distribute this game for free on any medium, provided this license
-and all associated copyright notices and disclaimers are left intact.
-
- 2) You may charge a reasonable copying fee for this archive, and may distribute
-it in aggregate as part of a larger & possibly commercial software distribution
-(such as a Linux distribution or magazine coverdisk). You must provide proper
-attribution and ensure this license and all associated copyright notices, and
-disclaimers are left intact.
-
- 3) You may not charge a fee for the game itself. This includes reselling the
-game as an individual item.
-
- 4) All game content is (C) Neil Dodwell and David Dew trading as Creative Reality.
-The ScummVM engine is (C) The ScummVM Team (www.scummvm.org)
-
- 5) THE GAMEDATA IN THIS ARCHIVE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING AND NOT LIMITED TO ANY IMPLIED WARRANTIES OF
-MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/EAPL b/sdk_container/src/third_party/portage-stable/licenses/EAPL
deleted file mode 100644
index 56636450db3..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/EAPL
+++ /dev/null
@@ -1,71 +0,0 @@
-
- EPSON AVASYS PUBLIC LICENSE
- 2005-04-01
-
- This License applies to any program or other work identified as such
- at the point of distribution and/or in a suitable location in the
- sources for a work including it, for example in a README file. Such
- sources should include a verbatim copy of this License.
-
- The "Program", below, refers to any program or work covered by this
- License; each "Licensee" is addressed as "you".
-
- You may use, reproduce, modify and distribute the Program subject to
- the terms and conditions below.
-
-
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 1. Copyright of the Program is reserved by EPSON AVASYS Corporation
- and its Licensor(s).
-
- 2. You may freely reproduce and distribute verbatim copies of the
- Program in any medium, provided that recipients of such copies
- are given a copy of this License. Verbatim copies are covered
- by the terms of this License.
-
- 3. You may modify the Program and freely distribute your modified
- version(s), provided that you distribute it under the terms of
- this License. Recipients of any modified version(s) should be
- provided with a copy of this License.
-
- 4. You shall treat those parts of the Program that were provided
- to you in executable or object code only as the proprietary
- and confidential information of EPSON AVASYS Corporation and its
- Licensor(s).
-
- 5. You may neither reverse engineer, reverse compile, reverse
- assemble nor otherwise attempt to analyse those parts of the
- Program that were provided to you in executable or object code
- only. However, as a special exception EPSON AVASYS Corporation
- and its Licensor(s) give permission to reverse engineer the
- Program in those cases, and only those cases, where this is
- required by the terms stipulated in the GNU Library General
- Public License or GNU Lesser General Public License, both as
- published by the Free Software Foundation; either version 2 of
- the former license, version 2.1 of the latter license, or (at
- your option) any later version.
-
- 6. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
- WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE
- LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING, THE COPYRIGHT
- HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
- WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT
- NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE
- QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
- PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
- SERVICING, REPAIR OR CORRECTION.
-
- 7. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
- WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY
- MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE
- LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
- INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
- INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS
- OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
- YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH
- ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
- ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
- END OF TERMS AND CONDITIONS
diff --git a/sdk_container/src/third_party/portage-stable/licenses/ECL-2.0 b/sdk_container/src/third_party/portage-stable/licenses/ECL-2.0
deleted file mode 100644
index 012da6c8041..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/ECL-2.0
+++ /dev/null
@@ -1,97 +0,0 @@
-Educational Community License, Version 2.0 (ECL-2.0)
-(plain text)
-Educational Community License
-
-Version 2.0, April 2007
-
-http://www.osedu.org/licenses/
-
-The Educational Community License version 2.0 ("ECL") consists of the Apache 2.0 license, modified to change the scope of the patent grant in section 3 to be specific to the needs of the education communities using this license. The original Apache 2.0 license can be found at: http://www.apache.org/licenses/LICENSE-2.0
-
-TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-1. Definitions.
-
-"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
-
-"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
-
-"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
-
-"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
-
-"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
-
-"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
-
-"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
-
-"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
-
-"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
-
-"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
-
-2. Grant of Copyright License.
-
-Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
-
-3. Grant of Patent License.
-
-Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Any patent license granted hereby with respect to contributions by an individual employed by an institution or organization is limited to patent claims where the individual that is the author of the Work is also the inventor of the patent claims licensed, and where the organization or institution has the right to grant such license under applicable grant and research funding agreements. No other express or implied licenses are granted.
-
-4. Redistribution.
-
-You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
-
-You must give any other recipients of the Work or Derivative Works a copy of this License; and
-You must cause any modified files to carry prominent notices stating that You changed the files; and
-You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
-If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
-You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
-
-5. Submission of Contributions.
-
-Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
-
-6. Trademarks.
-
-This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
-
-7. Disclaimer of Warranty.
-
-Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
-
-8. Limitation of Liability.
-
-In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
-
-9. Accepting Warranty or Additional Liability.
-
-While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
-
-END OF TERMS AND CONDITIONS
-
-APPENDIX: How to apply the Educational Community License to your work
-
-To apply the Educational Community License to your work, attach
-the following boilerplate notice, with the fields enclosed by
-brackets "[]" replaced with your own identifying information.
-(Don't include the brackets!) The text should be enclosed in the
-appropriate comment syntax for the file format. We also recommend
-that a file or class name and description of purpose be included on
-the same "printed page" as the copyright notice for easier
-identification within third-party archives.
-
- Copyright [yyyy] [name of copyright owner] Licensed under the
- Educational Community License, Version 2.0 (the "License"); you may
- not use this file except in compliance with the License. You may
- obtain a copy of the License at
-
-http://www.osedu.org/licenses/ECL-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an "AS IS"
- BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
- or implied. See the License for the specific language governing
- permissions and limitations under the License.
\ No newline at end of file
diff --git a/sdk_container/src/third_party/portage-stable/licenses/EPL-1.0 b/sdk_container/src/third_party/portage-stable/licenses/EPL-1.0
deleted file mode 100644
index ba622b356ad..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/EPL-1.0
+++ /dev/null
@@ -1,89 +0,0 @@
-Eclipse Public License - v 1.0
-
-THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
-
-1. DEFINITIONS
-
-"Contribution" means:
-
-a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and
-b) in the case of each subsequent Contributor:
-
-i) changes to the Program, and
-
-ii) additions to the Program;
-
-where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
-
-"Contributor" means any person or entity that distributes the Program.
-
-"Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.
-
-"Program" means the Contributions distributed in accordance with this Agreement.
-
-"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
-
-2. GRANT OF RIGHTS
-
-a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
-
-b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.
-
-c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.
-
-d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
-
-3. REQUIREMENTS
-
-A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:
-
-a) it complies with the terms and conditions of this Agreement; and
-
-b) its license agreement:
-
-i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;
-
-ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
-
-iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
-
-iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.
-
-When the Program is made available in source code form:
-
-a) it must be made available under this Agreement; and
-
-b) a copy of this Agreement must be included with each copy of the Program.
-
-Contributors may not remove or alter any copyright notices contained within the Program.
-
-Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.
-
-4. COMMERCIAL DISTRIBUTION
-
-Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.
-
-For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.
-
-5. NO WARRANTY
-
-EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
-
-6. DISCLAIMER OF LIABILITY
-
-EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-7. GENERAL
-
-If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
-
-If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.
-
-All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.
-
-Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
-
-This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.
-
-
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/EPL-2.0 b/sdk_container/src/third_party/portage-stable/licenses/EPL-2.0
deleted file mode 100644
index e48e0963459..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/EPL-2.0
+++ /dev/null
@@ -1,277 +0,0 @@
-Eclipse Public License - v 2.0
-
- THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
- PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION
- OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
-
-1. DEFINITIONS
-
-"Contribution" means:
-
- a) in the case of the initial Contributor, the initial content
- Distributed under this Agreement, and
-
- b) in the case of each subsequent Contributor:
- i) changes to the Program, and
- ii) additions to the Program;
- where such changes and/or additions to the Program originate from
- and are Distributed by that particular Contributor. A Contribution
- "originates" from a Contributor if it was added to the Program by
- such Contributor itself or anyone acting on such Contributor's behalf.
- Contributions do not include changes or additions to the Program that
- are not Modified Works.
-
-"Contributor" means any person or entity that Distributes the Program.
-
-"Licensed Patents" mean patent claims licensable by a Contributor which
-are necessarily infringed by the use or sale of its Contribution alone
-or when combined with the Program.
-
-"Program" means the Contributions Distributed in accordance with this
-Agreement.
-
-"Recipient" means anyone who receives the Program under this Agreement
-or any Secondary License (as applicable), including Contributors.
-
-"Derivative Works" shall mean any work, whether in Source Code or other
-form, that is based on (or derived from) the Program and for which the
-editorial revisions, annotations, elaborations, or other modifications
-represent, as a whole, an original work of authorship.
-
-"Modified Works" shall mean any work in Source Code or other form that
-results from an addition to, deletion from, or modification of the
-contents of the Program, including, for purposes of clarity any new file
-in Source Code form that contains any contents of the Program. Modified
-Works shall not include works that contain only declarations,
-interfaces, types, classes, structures, or files of the Program solely
-in each case in order to link to, bind by name, or subclass the Program
-or Modified Works thereof.
-
-"Distribute" means the acts of a) distributing or b) making available
-in any manner that enables the transfer of a copy.
-
-"Source Code" means the form of a Program preferred for making
-modifications, including but not limited to software source code,
-documentation source, and configuration files.
-
-"Secondary License" means either the GNU General Public License,
-Version 2.0, or any later versions of that license, including any
-exceptions or additional permissions as identified by the initial
-Contributor.
-
-2. GRANT OF RIGHTS
-
- a) Subject to the terms of this Agreement, each Contributor hereby
- grants Recipient a non-exclusive, worldwide, royalty-free copyright
- license to reproduce, prepare Derivative Works of, publicly display,
- publicly perform, Distribute and sublicense the Contribution of such
- Contributor, if any, and such Derivative Works.
-
- b) Subject to the terms of this Agreement, each Contributor hereby
- grants Recipient a non-exclusive, worldwide, royalty-free patent
- license under Licensed Patents to make, use, sell, offer to sell,
- import and otherwise transfer the Contribution of such Contributor,
- if any, in Source Code or other form. This patent license shall
- apply to the combination of the Contribution and the Program if, at
- the time the Contribution is added by the Contributor, such addition
- of the Contribution causes such combination to be covered by the
- Licensed Patents. The patent license shall not apply to any other
- combinations which include the Contribution. No hardware per se is
- licensed hereunder.
-
- c) Recipient understands that although each Contributor grants the
- licenses to its Contributions set forth herein, no assurances are
- provided by any Contributor that the Program does not infringe the
- patent or other intellectual property rights of any other entity.
- Each Contributor disclaims any liability to Recipient for claims
- brought by any other entity based on infringement of intellectual
- property rights or otherwise. As a condition to exercising the
- rights and licenses granted hereunder, each Recipient hereby
- assumes sole responsibility to secure any other intellectual
- property rights needed, if any. For example, if a third party
- patent license is required to allow Recipient to Distribute the
- Program, it is Recipient's responsibility to acquire that license
- before distributing the Program.
-
- d) Each Contributor represents that to its knowledge it has
- sufficient copyright rights in its Contribution, if any, to grant
- the copyright license set forth in this Agreement.
-
- e) Notwithstanding the terms of any Secondary License, no
- Contributor makes additional grants to any Recipient (other than
- those set forth in this Agreement) as a result of such Recipient's
- receipt of the Program under the terms of a Secondary License
- (if permitted under the terms of Section 3).
-
-3. REQUIREMENTS
-
-3.1 If a Contributor Distributes the Program in any form, then:
-
- a) the Program must also be made available as Source Code, in
- accordance with section 3.2, and the Contributor must accompany
- the Program with a statement that the Source Code for the Program
- is available under this Agreement, and informs Recipients how to
- obtain it in a reasonable manner on or through a medium customarily
- used for software exchange; and
-
- b) the Contributor may Distribute the Program under a license
- different than this Agreement, provided that such license:
- i) effectively disclaims on behalf of all other Contributors all
- warranties and conditions, express and implied, including
- warranties or conditions of title and non-infringement, and
- implied warranties or conditions of merchantability and fitness
- for a particular purpose;
-
- ii) effectively excludes on behalf of all other Contributors all
- liability for damages, including direct, indirect, special,
- incidental and consequential damages, such as lost profits;
-
- iii) does not attempt to limit or alter the recipients' rights
- in the Source Code under section 3.2; and
-
- iv) requires any subsequent distribution of the Program by any
- party to be under a license that satisfies the requirements
- of this section 3.
-
-3.2 When the Program is Distributed as Source Code:
-
- a) it must be made available under this Agreement, or if the
- Program (i) is combined with other material in a separate file or
- files made available under a Secondary License, and (ii) the initial
- Contributor attached to the Source Code the notice described in
- Exhibit A of this Agreement, then the Program may be made available
- under the terms of such Secondary Licenses, and
-
- b) a copy of this Agreement must be included with each copy of
- the Program.
-
-3.3 Contributors may not remove or alter any copyright, patent,
-trademark, attribution notices, disclaimers of warranty, or limitations
-of liability ("notices") contained within the Program from any copy of
-the Program which they Distribute, provided that Contributors may add
-their own appropriate notices.
-
-4. COMMERCIAL DISTRIBUTION
-
-Commercial distributors of software may accept certain responsibilities
-with respect to end users, business partners and the like. While this
-license is intended to facilitate the commercial use of the Program,
-the Contributor who includes the Program in a commercial product
-offering should do so in a manner which does not create potential
-liability for other Contributors. Therefore, if a Contributor includes
-the Program in a commercial product offering, such Contributor
-("Commercial Contributor") hereby agrees to defend and indemnify every
-other Contributor ("Indemnified Contributor") against any losses,
-damages and costs (collectively "Losses") arising from claims, lawsuits
-and other legal actions brought by a third party against the Indemnified
-Contributor to the extent caused by the acts or omissions of such
-Commercial Contributor in connection with its distribution of the Program
-in a commercial product offering. The obligations in this section do not
-apply to any claims or Losses relating to any actual or alleged
-intellectual property infringement. In order to qualify, an Indemnified
-Contributor must: a) promptly notify the Commercial Contributor in
-writing of such claim, and b) allow the Commercial Contributor to control,
-and cooperate with the Commercial Contributor in, the defense and any
-related settlement negotiations. The Indemnified Contributor may
-participate in any such claim at its own expense.
-
-For example, a Contributor might include the Program in a commercial
-product offering, Product X. That Contributor is then a Commercial
-Contributor. If that Commercial Contributor then makes performance
-claims, or offers warranties related to Product X, those performance
-claims and warranties are such Commercial Contributor's responsibility
-alone. Under this section, the Commercial Contributor would have to
-defend claims against the other Contributors related to those performance
-claims and warranties, and if a court requires any other Contributor to
-pay any damages as a result, the Commercial Contributor must pay
-those damages.
-
-5. NO WARRANTY
-
-EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
-PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS"
-BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
-IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
-TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
-PURPOSE. Each Recipient is solely responsible for determining the
-appropriateness of using and distributing the Program and assumes all
-risks associated with its exercise of rights under this Agreement,
-including but not limited to the risks and costs of program errors,
-compliance with applicable laws, damage to or loss of data, programs
-or equipment, and unavailability or interruption of operations.
-
-6. DISCLAIMER OF LIABILITY
-
-EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
-PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS
-SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
-EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
-PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
-EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-7. GENERAL
-
-If any provision of this Agreement is invalid or unenforceable under
-applicable law, it shall not affect the validity or enforceability of
-the remainder of the terms of this Agreement, and without further
-action by the parties hereto, such provision shall be reformed to the
-minimum extent necessary to make such provision valid and enforceable.
-
-If Recipient institutes patent litigation against any entity
-(including a cross-claim or counterclaim in a lawsuit) alleging that the
-Program itself (excluding combinations of the Program with other software
-or hardware) infringes such Recipient's patent(s), then such Recipient's
-rights granted under Section 2(b) shall terminate as of the date such
-litigation is filed.
-
-All Recipient's rights under this Agreement shall terminate if it
-fails to comply with any of the material terms or conditions of this
-Agreement and does not cure such failure in a reasonable period of
-time after becoming aware of such noncompliance. If all Recipient's
-rights under this Agreement terminate, Recipient agrees to cease use
-and distribution of the Program as soon as reasonably practicable.
-However, Recipient's obligations under this Agreement and any licenses
-granted by Recipient relating to the Program shall continue and survive.
-
-Everyone is permitted to copy and distribute copies of this Agreement,
-but in order to avoid inconsistency the Agreement is copyrighted and
-may only be modified in the following manner. The Agreement Steward
-reserves the right to publish new versions (including revisions) of
-this Agreement from time to time. No one other than the Agreement
-Steward has the right to modify this Agreement. The Eclipse Foundation
-is the initial Agreement Steward. The Eclipse Foundation may assign the
-responsibility to serve as the Agreement Steward to a suitable separate
-entity. Each new version of the Agreement will be given a distinguishing
-version number. The Program (including Contributions) may always be
-Distributed subject to the version of the Agreement under which it was
-received. In addition, after a new version of the Agreement is published,
-Contributor may elect to Distribute the Program (including its
-Contributions) under the new version.
-
-Except as expressly stated in Sections 2(a) and 2(b) above, Recipient
-receives no rights or licenses to the intellectual property of any
-Contributor under this Agreement, whether expressly, by implication,
-estoppel or otherwise. All rights in the Program not expressly granted
-under this Agreement are reserved. Nothing in this Agreement is intended
-to be enforceable by any entity that is not a Contributor or Recipient.
-No third-party beneficiary rights are created under this Agreement.
-
-Exhibit A - Form of Secondary Licenses Notice
-
-"This Source Code may also be made available under the following
-Secondary Licenses when the conditions for such availability set forth
-in the Eclipse Public License, v. 2.0 are satisfied: {name license(s),
-version(s), and exceptions or additional permissions here}."
-
- Simply including a copy of this Agreement, including this Exhibit A
- is not sufficient to license the Source Code under Secondary Licenses.
-
- If it is not possible or desirable to put the notice in a particular
- file, then You may include the notice in a location (such as a LICENSE
- file in a relevant directory) where a recipient would be likely to
- look for such a notice.
-
- You may add additional accurate notices of copyright ownership.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/EPSON b/sdk_container/src/third_party/portage-stable/licenses/EPSON
deleted file mode 100644
index 4d9426b56b6..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/EPSON
+++ /dev/null
@@ -1,120 +0,0 @@
-SEIKO EPSON CORPORATION
-SOFTWARE LICENSE AGREEMENT
-
-IMPORTANT! READ THIS SOFTWARE LICENSE AGREEMENT CAREFULLY. The
-computer software product, fontware, typefaces and/or data, including
-any accompanying explanatory written materials (the "Software") should
-only be installed or used by the Licensee ("you") on the condition you
-agree with SEIKO EPSON CORPORATION ("EPSON") to the terms and
-conditions set forth in this Agreement. By installing or using the
-Software, you are representing to agree all the terms and conditions
-set forth in this Agreement. You should read this Agreement carefully
-before installing or using the Software. If you do not agree with the
-terms and conditions of this Agreement, you are not permitted to
-install or use the Software.
-
-1. License. EPSON and its suppliers grant you a personal,
- nonexclusive, royalty-free limited license to install, copy, use
- and redistribute the Software, provided that the copyright notice
- is reproduced in its entirety on the copy. The term "Software"
- shall include the software components, media, all copies made by
- you and any upgrades, modified versions, updates, additions and
- copies of the Software licensed to you by EPSON or its suppliers.
- EPSON and its suppliers reserve all rights not granted herein.
-
-2. Other Rights and Limitations. You agree not to modify, adapt or
- translate the Software. You also agree not to attempt to reverse
- engineer, decompile, disassemble or otherwise attempt to discover
- the source code of the Software. You may not rent, lease, encumber
- or lend the Software. You may, however, transfer all your rights
- to use the Software to another person or legal entity provided that
- you transfer this Agreement, the Software, including all copies,
- updates and prior versions, to such person or entity, and that you
- retain no copies, including copies stored on a computer. Some
- states or jurisdictions, however, do not allow the restriction or
- limitation on transfer of the Software, so the above limitations
- may not apply to you.
-
-3. Ownership. Title, ownership rights, and intellectual property
- rights in and to the Software and any copies thereof shall remain
- with EPSON or its suppliers. There is no transfer to you of any
- title to or ownership of the Software and this License shall not be
- construed as a sale of any rights in the Software. The Software is
- protected by Japanese Copyright Law and international copyright
- treaties, as well as other intellectual property laws and treaties.
- You also agree not to remove or alter any copyright and other
- proprietary notices on any copies of the Software.
-
-4. Protection and Security. You agree to use your best efforts and
- take all reasonable steps to safeguard the Software to ensure that
- no unauthorized person has access to them and that no unauthorized
- copy, publication, disclosure or distribution of any of the
- Software is made. You acknowledge that the Software contains
- valuable, confidential information and trade secrets, that
- unauthorized use and copying are harmful to EPSON and its
- suppliers, and that you have a confidentiality obligation as to
- such valuable information and trade secrets.
-
-5. Limited Warranty. You acknowledge and agree that the use of the
- Software is at your sole risk. THE SOFTWARE IS PROVIDED "AS IS"
- AND WITHOUT ANY WARRANTY OF ANY KIND. EPSON AND ITS SUPPLIERS DO
- NOT AND CANNOT WARRANT THE PERFORMANCE OR RESULTS YOU MAY OBTAIN BY
- USING THE SOFTWARE. THE FOREGOING STATES THE SOLE AND EXCLUSIVE
- REMEDIES FOR EPSON'S AND ITS SUPPLIERS' BREACH OF WARRANTY. EXCEPT
- FOR THE FOREGOING LIMITED WARRANTY, EPSON AND ITS SUPPLIERS MAKE NO
- WARRANTIES, EXPRESS OR IMPLIED, AS TO NON-INFRINGEMENT,
- MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE. Some states
- or jurisdictions do not allow the exclusion of implied warranties
- or limitations on how long an implied warranty may last, so the
- above limitations may not apply to you. This warranty gives you
- specific legal rights. You may have other rights which vary from
- state to state or jurisdiction to jurisdiction.
-
- IN NO EVENT WILL EPSON OR ITS SUPPLIERS BE LIABLE TO YOU, WHETHER
- ARISING UNDER CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT
- LIABILITY, BREACH OR WARRANTY, MISREPRESENTATION OR OTHERWISE, FOR
- ANY DIRECT, CONSEQUENTIAL, INCIDENTAL OR SPECIAL DAMAGES, INCLUDING
- ANY LOST PROFITS OR LOST SAVINGS, EVEN IF EPSON, ITS SUPPLIERS OR
- ANY REPRESENTATIVE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
- DAMAGES, OR FOR ANY CLAIM BY ANY THIRD PARTY. IN NO EVENT SHALL
- EPSON'S OR ITS SUPPLIERS' LIABILITY UNDER THIS AGREEMENT EXCEED
- THE AMOUNT THAT EPSON RECEIVED FROM YOU UNDER THIS AGREEMENT. Some
- states or jurisdictions, however, do not allow the exclusion or
- limitation of incidental, consequential or special damages, so the
- above limitations may not apply to you.
-
-6. Termination. Without prejudice to any other rights EPSON has, this
- Agreement shall automatically terminate upon failure by you to
- comply with its terms. You may also terminate this Agreement at
- any time by uninstalling and destroying the Software and all copies
- thereof.
-
-7. Governing Law and General Provisions. This Agreement shall be
- governed and construed under by the laws of Japan without regard to
- its conflicts of law rules. This Agreement is the entire agreement
- between the parties with respect to the Software, and supersedes
- any purchase order, communication, advertisement, or representation
- concerning the Software. This Agreement shall be binding upon, and
- inure to the benefit of, the parties hereto and their respective
- successors, assigns and legal representatives. If any provision
- herein is found void or unenforceable, it will not affect the
- validity of the balance of the Agreement, which shall remain valid
- and enforceable according to its terms. This Agreement may only be
- modified in writing signed by an authorized officer of EPSON.
-
-8. U.S. Government End Users. If you are acquiring the Software on
- behalf of any unit or agency of the United States Government, the
- following provisions apply. The Government agrees: (i) if the
- Software is supplied to the Department of Defense (DoD), the
- Software is classified as "Commercial Computer Software" and the
- Government is acquiring only "restricted rights" in the Software
- and its documentation as that term is defined in Clause
- 252.227-7013(c)(1) of the DFARS; and (ii) if the Software is
- supplied to any unit or agency of the United States Government
- other than DoD, the Government's rights in the Software and its
- documentation will be as defined in Clause 52.227-19(c)(2) of the
- FAR or, in the case of NASA, in Clause 18-52.227-86(d) of the NASA
- Supplement to the FAR.
-
-
-EPSON EULA 07/01/2001
diff --git a/sdk_container/src/third_party/portage-stable/licenses/ETQW b/sdk_container/src/third_party/portage-stable/licenses/ETQW
deleted file mode 100644
index 63f43cd2923..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/ETQW
+++ /dev/null
@@ -1,43 +0,0 @@
-SOFTWARE LICENSE AGREEMENT
-
-This ENEMY TERRITORY: QUAKE WARS(TM) Limited Use Software License Agreement (this "Agreement") is a legal agreement among you, the end-user, and Id Software, Inc. ("Id Software"), and Activision Publishing, Inc. ("Activision"). BY DOWNLOADING OR CONTINUING THE INSTALLATION OF THE GAME PROGRAM ENTITLED ENEMY TERRITORY: QUAKE WARS(TM) (THE "SOFTWARE"), BY LOADING OR RUNNING THE SOFTWARE, OR BY PLACING OR COPYING THE SOFTWARE ONTO YOUR COMPUTER HARD DRIVE, COMPUTER RAM OR OTHER STORAGE, YOU ARE AGREEING TO BE BOUND BY THE TERMS AND CONDITIONS OF THIS AGREEMENT.
-
-1. Grant of License. Subject to the terms and provisions of this Agreement and so long as you fully comply at all times with this Agreement, Id Software grants to you the non-exclusive and limited right to use the Software only in executable or object code form. The term "Software" includes all elements of the Software, including, without limitation, data files and screen displays. You are not receiving any ownership or proprietary right, title, or interest in or to the Software or the copyrights, trademarks, or other rights related thereto. For purposes of the first sentence of this Section, "use" means loading the Software into RAM and/or onto computer hard drive, as well as installation of the Software on a hard disk or other storage device, and means the uses permitted in Section 5 herein below. You agree that the Software will not be downloaded, shipped, transferred, exported or re-exported into any country in violation of the United States Export Administration Act (or any other law governing such matters) by you or anyone at your direction, and that you will not utilize and will not authorize anyone to utilize the Software in any other manner in violation of any applicable law. The Software shall not be downloaded or otherwise exported or re-exported into (or to a national or resident of) any country to which the United States has embargoed goods, or to anyone or into any country who/that are prohibited, by applicable law, from receiving such property. In exercising your limited rights hereunder, you shall comply, at all times, with all applicable laws, regulations, ordinances, and statutes. Id Software reserves all rights not granted in this Agreement, including, without limitation, all rights to Id Software's trademarks.
-
-2. Prohibition against Modification of the Software. You may not alter or modify the Software in any manner.
-
-3. Prohibitions with Regard to the Software. You, whether directly or indirectly, shall not do any of the following acts:
-a. rent the Software;
-b. sell the Software;
-c. lease or lend the Software;
-d. offer the Software on a pay-per-play basis;
-e. distribute the Software by any means, including, but not limited to, Internet or other electronic distribution, direct mail, retail, mail order, or other means;
-f. in any other manner and through any medium whatsoever commercially exploit the Software or use the Software for any commercial purpose;
-g. disassemble, reverse engineer or decompile the Software;
-h. translate the Software;
-i. reproduce or copy the Software (except as permitted under Section 5 herein below);
-j. publicly display the Software;
-k. prepare or develop derivative works based upon the Software;
-l. remove or alter any notices or other markings or legends, such as trademark or copyright notices, affixed on or within the Software; or
-m. remove, alter, modify, disable, or reduce any of the anti-piracy measures contained in the Software, including, without limitation, measures relating to multiplayer play.
-n. upload any image or data or media file from the Software or within any of the Software files to the Internet.
-
-4. Prohibition against Cheat Programs. Any attempt by you, either directly or indirectly, to circumvent or bypass any element of the Software to gain any advantage in multiplayer play of the Software is a material breach of this Agreement. It is a material breach of this Agreement for you, whether directly or indirectly, to create, develop, copy, reproduce, distribute, or otherwise make any use of any software program or any modification to the Software ("Cheat Program") itself that enables or allows the user thereof to obtain an advantage or otherwise exploit another Software player or user when playing the Software against other players or users on a local area network, any other network, or on the Internet. Hacking into the executable of the Software, modification of the Software, or any other use of the Software in connection with the creation, development, or use of any such unauthorized Cheat Program is a material breach of this Agreement. Cheat Programs include, but are not limited to, programs that allow Software players or users to see through walls or other level geometry; programs that allow Software players or users to change their rate of speed outside the allowable limits of the Software; programs that crash either and/or other Software players, users, PC clients, or network servers; programs that automatically target other Software players or users (commonly referred to as "aimbots") that automatically simulate Software player or user input for the purpose of gaining an advantage over other Software players or users; or any other program or modification that functions in a similar capacity or allows any prohibited conduct.
-
- In the event you breach this Section or otherwise breach this Agreement, your license and this Agreement automatically shall terminate, without notice, and you shall have no right to play the Software against other players or make any other use of the Software.
-
-5. Permitted Copying. You may make only the following copies of the Software: (i) you may copy the Software that you download onto your computer hard drive; (ii) you may copy the Software from your computer hard drive into your computer RAM; and (iii) you may make one (1) "back up" or archival copy of the Software on one (1) hard disk.
-
-6. Intellectual Property Rights. The Software and all copyrights, trademarks, and all other conceivable intellectual property rights related to the Software are owned by Id Software and are protected by United States copyright laws, international treaty provisions, and all applicable law, such as the Lanham Act. You must treat the Software like any other copyrighted material, as required by 17 U.S.C. S 101 et seq. and other applicable law. You agree to use your best efforts to see that any user of the Software licensed hereunder complies with this Agreement. You agree that you are receiving a copy of the Software by limited license only and not by sale and that the "first sale" doctrine of 17 U.S.C. S 109 does not apply to your receipt or use of the Software. This Section shall survive the cancellation or termination of this Agreement.
-
-7. Information Collection. You consent to Activision obtaining certain information about your computer and its operating system, including the type and speed of the central processing unit, the amount of RAM in the central processing unit, the operating system, the type of video card used, whether your computer uses a CD or DVD drive, and whether your computer is equipped with a joystick, without any further notice to you. Such information is not personally identifiable. The computer information that is collected simply helps Activision to understand and analyze broad, anonymous market information about our consumers, so that Activision can better serve their needs and demands. Activision will only share such information with others, if at all, in the aggregate, reflecting overall computer features and capabilities.
-
-8. NO ID SOFTWARE WARRANTIES. ID SOFTWARE DISCLAIMS ALL WARRANTIES, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND ANY WARRANTY OF NON-INFRINGEMENT, WITH RESPECT TO THE SOFTWARE AND OTHERWISE. THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY. ID SOFTWARE DOES NOT WARRANT THAT THE SOFTWARE OR THE OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR-FREE OR THAT THE SOFTWARE WILL MEET YOUR SPECIFIC OR SPECIAL REQUIREMENTS. ADDITIONAL STATEMENTS, WHETHER ORAL OR WRITTEN, DO NOT CONSTITUTE WARRANTIES BY ID SOFTWARE AND SHOULD NOT BE RELIED UPON. This Section shall survive the cancellation or termination of this Agreement.
-
-9. Governing Law, Venue, Indemnity, and Liability Limitation. This Agreement shall be construed in accordance with and governed by the applicable laws of the State of Texas (but excluding conflicts of laws principles) and applicable United States federal law. Except as set forth below, exclusive venue for all litigation regarding this Agreement shall be in Dallas County, Texas, and you agree to submit to the jurisdiction of the federal and state courts in Dallas County, Texas, for any such litigation. Exclusive venue for all litigation involving Activision, but not involving Id Software, with regard to this Agreement shall be in Los Angeles County, California, and you agree to submit to the jurisdiction of the courts in Los Angeles, California, for any such litigation. You hereby agree to indemnify, defend and hold harmless Id Software and Activision and Id Software's and Activision's respective officers, employees, directors, agents, licensees (excluding you), sub-licensees (excluding you), successors, and assigns from and against all losses, lawsuits, damages, causes of action, and claims relating to and/or arising from your breach of this Agreement. You agree that your unauthorized use of the Software, or any part thereof, immediately and irreparably may damage Id Software such that Id Software could not be adequately compensated solely by a monetary award, and in such event, at Id Software's option, that Id Software shall be entitled to an injunctive order, in addition to all other available remedies, including a monetary award, to prohibit such unauthorized use without the necessity of Id Software posting bond or other security. IN ANY CASE, ID SOFTWARE, ACTIVISION, AND ID SOFTWARE AND ACTIVISION'S RESPECTIVE OFFICERS, EMPLOYEES, DIRECTORS, SHAREHOLDERS, REPRESENTATIVES, AGENTS, LICENSEES (EXCLUDING YOU), SUB-LICENSEES (EXCLUDING YOU), SUCCESSORS, AND ASSIGNS SHALL NOT BE LIABLE FOR LOSS OF DATA, LOSS OF PROFITS, LOST SAVINGS, SPECIAL, INCIDENTAL, CONSEQUENTIAL, INDIRECT OR PUNITIVE DAMAGES, OR ANY OTHER DAMAGES ARISING FROM ANY ALLEGED CLAIM FOR BREACH OF WARRANTY, BREACH OF CONTRACT, NEGLIGENCE, STRICT PRODUCT LIABILITY, OR OTHER LEGAL THEORY EVEN IF ID SOFTWARE, ACTIVISION, OR THEIR RESPECTIVE AGENT(S) HAVE BEEN ADVISED OF THE POSSIBILITY OF ANY SUCH DAMAGES, OR EVEN IF SUCH DAMAGES ARE FORESEEABLE, OR LIABLE FOR ANY CLAIM BY ANY OTHER PARTY. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so the above limitation or exclusion may not apply to you. This Section shall survive the cancellation or termination of this Agreement.
-
-10. United States Government Restricted Rights. To the extent applicable, the United States Government shall have only those rights to use the Software as expressly stated and expressly limited and restricted in this Agreement, as provided in 48 C.F.R. SS 227.7201 through 227.7204, inclusive.
-
-11. General Provisions. Neither this Agreement nor any part or portion hereof shall be assigned or sublicensed by you. Id Software and Activision each may assign its respective rights under this Agreement in the assigning party's sole discretion. Should any provision of this Agreement be held to be void, invalid, unenforceable, or illegal by a court of competent jurisdiction, the validity and enforceability of the other provisions shall not be affected thereby. If any provision is determined to be unenforceable by a court of competent jurisdiction, you agree to a modification of such provision to provide for enforcement of the provision's intent, to the extent permitted by applicable law. Failure of Id Software or Activision to enforce any provision of this Agreement shall not constitute or be construed as a waiver of such provision or of the right to enforce such provision. IMMEDIATELY UPON YOUR FAILURE TO COMPLY WITH, OR YOUR BREACH OF ANY TERM OR PROVISION OF THIS AGREEMENT, YOUR LICENSE GRANTED HEREIN AND THIS AGREEMENT AUTOMATICALLY SHALL TERMINATE, WITHOUT NOTICE, AND ID SOFTWARE AND ACTIVISION MAY PURSUE ALL RELIEF AND REMEDIES AGAINST YOU THAT ARE AVAILABLE UNDER APPLICABLE LAW AND/OR THIS AGREEMENT. Immediately upon termination of this Agreement, any and all rights you are granted hereunder shall terminate, you shall have no right to use the Software in any manner, you immediately shall destroy all copies of the Software in your possession, custody, or control, and all rights granted hereunder shall revert, without notice, to and be vested in Id Software.
-
-YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, YOU UNDERSTAND THIS AGREEMENT, AND UNDERSTAND THAT BY DOWNLOADING THE SOFTWARE, BY CONTINUING THE INSTALLATION OF THE SOFTWARE, BY LOADING OR RUNNING THE SOFTWARE, OR BY PLACING OR COPYING THE SOFTWARE ONTO YOUR COMPUTER HARD DRIVE, COMPUTER RAM OR OTHER STORAGE, YOU AGREE TO BE BOUND BY THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU FURTHER AGREE THAT, EXCEPT FOR WRITTEN SEPARATE AGREEMENTS, IF ANY, AMONG ID SOFTWARE, ACTIVISION, AND YOU, THIS AGREEMENT IS A COMPLETE AND EXCLUSIVE STATEMENT OF THE RIGHTS AND LIABILITIES OF THE PARTIES HERETO, RELATING TO THE SUBJECT MATTER HEREOF. THIS AGREEMENT SUPERSEDES ALL PRIOR ORAL AGREEMENTS, PROPOSALS, OR UNDERSTANDINGS, AND ANY OTHER COMMUNICATIONS, IF ANY, AMONG ID SOFTWARE, ACTIVISION, AND YOU RELATING TO THE SUBJECT MATTER OF THIS AGREEMENT.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/EUPL-1.1 b/sdk_container/src/third_party/portage-stable/licenses/EUPL-1.1
deleted file mode 100644
index ae4a7673a9a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/EUPL-1.1
+++ /dev/null
@@ -1,268 +0,0 @@
- European Union Public Licence
- V. 1.1
- EUPL © the European Community 2007
-
-This European Union Public Licence (the “EUPL”) applies to the Work or Software
-(as defined below) which is provided under the terms of this Licence. Any use of the
-Work, other than as authorised under this Licence is prohibited (to the extent such use
-is covered by a right of the copyright holder of the Work).
-
-The Original Work is provided under the terms of this Licence when the Licensor (as
-defined below) has placed the following notice immediately following the copyright
-notice for the Original Work:
-
-Licensed under the EUPL V.1.1
-
-or has expressed by any other mean his willingness to license under the EUPL.
-
-1. Definitions
-
-In this Licence, the following terms have the following meaning:
-
-- The Licence: this Licence.
-
-- The Original Work or the Software: the software distributed and/or communicated
-by the Licensor under this Licence, available as Source Code and also as Executable
-Code as the case may be.
-
-- Derivative Works: the works or software that could be created by the Licensee,
-based upon the Original Work or modifications thereof. This Licence does not define
-the extent of modification or dependence on the Original Work required in order to
-classify a work as a Derivative Work; this extent is determined by copyright law
-applicable in the country mentioned in Article 15.
-
-- The Work: the Original Work and/or its Derivative Works.
-
-- The Source Code: the human-readable form of the Work which is the most
-convenient for people to study and modify.
-
-- The Executable Code: any code which has generally been compiled and which is
-meant to be interpreted by a computer as a program.
-
-- The Licensor: the natural or legal person that distributes and/or communicates the
-Work under the Licence.
-
-- Contributor(s): any natural or legal person who modifies the Work under the
-Licence, or otherwise contributes to the creation of a Derivative Work.
-
-- The Licensee or “You”: any natural or legal person who makes any usage of the
-Software under the terms of the Licence.
-
-- Distribution and/or Communication: any act of selling, giving, lending, renting,
-distributing, communicating, transmitting, or otherwise making available, on-line or
-off-line, copies of the Work or providing access to its essential functionalities at the
-disposal of any other natural or legal person.
-
-2. Scope of the rights granted by the Licence
-
-The Licensor hereby grants You a world-wide, royalty-free, non-exclusive, sublicensable
-licence to do the following, for the duration of copyright vested in the
-Original Work:
-
-- use the Work in any circumstance and for all usage,
-- reproduce the Work,
-- modify the Original Work, and make Derivative Works based upon the Work,
-- communicate to the public, including the right to make available or display the
-Work or copies thereof to the public and perform publicly, as the case may be,
-the Work,
-- distribute the Work or copies thereof,
-- lend and rent the Work or copies thereof,
-- sub-license rights in the Work or copies thereof.
-
-Those rights can be exercised on any media, supports and formats, whether now
-known or later invented, as far as the applicable law permits so.
-
-In the countries where moral rights apply, the Licensor waives his right to exercise his
-moral right to the extent allowed by law in order to make effective the licence of the
-economic rights here above listed.
-
-The Licensor grants to the Licensee royalty-free, non exclusive usage rights to any
-patents held by the Licensor, to the extent necessary to make use of the rights granted
-on the Work under this Licence.
-
-3. Communication of the Source Code
-
-The Licensor may provide the Work either in its Source Code form, or as Executable
-Code. If the Work is provided as Executable Code, the Licensor provides in addition a
-machine-readable copy of the Source Code of the Work along with each copy of the
-Work that the Licensor distributes or indicates, in a notice following the copyright
-notice attached to the Work, a repository where the Source Code is easily and freely
-accessible for as long as the Licensor continues to distribute and/or communicate the
-Work.
-
-4. Limitations on copyright
-
-Nothing in this Licence is intended to deprive the Licensee of the benefits from any
-exception or limitation to the exclusive rights of the rights owners in the Original
-Work or Software, of the exhaustion of those rights or of other applicable limitations
-thereto.
-
-5. Obligations of the Licensee
-
-The grant of the rights mentioned above is subject to some restrictions and obligations
-imposed on the Licensee. Those obligations are the following:
-Attribution right: the Licensee shall keep intact all copyright, patent or trademarks
-notices and all notices that refer to the Licence and to the disclaimer of warranties.
-
-The Licensee must include a copy of such notices and a copy of the Licence with
-every copy of the Work he/she distributes and/or communicates. The Licensee must
-cause any Derivative Work to carry prominent notices stating that the Work has been
-modified and the date of modification.
-
-Copyleft clause: If the Licensee distributes and/or communicates copies of the
-Original Works or Derivative Works based upon the Original Work, this Distribution
-and/or Communication will be done under the terms of this Licence or of a later
-version of this Licence unless the Original Work is expressly distributed only under
-this version of the Licence. The Licensee (becoming Licensor) cannot offer or impose
-any additional terms or conditions on the Work or Derivative Work that alter or
-restrict the terms of the Licence.
-
-Compatibility clause: If the Licensee Distributes and/or Communicates Derivative
-Works or copies thereof based upon both the Original Work and another work
-licensed under a Compatible Licence, this Distribution and/or Communication can be
-done under the terms of this Compatible Licence. For the sake of this clause,
-“Compatible Licence” refers to the licences listed in the appendix attached to this
-Licence. Should the Licensee’s obligations under the Compatible Licence conflict
-with his/her obligations under this Licence, the obligations of the Compatible Licence
-shall prevail.
-
-Provision of Source Code: When distributing and/or communicating copies of the
-Work, the Licensee will provide a machine-readable copy of the Source Code or
-indicate a repository where this Source will be easily and freely available for as long
-as the Licensee continues to distribute and/or communicate the Work.
-
-Legal Protection: This Licence does not grant permission to use the trade names,
-trademarks, service marks, or names of the Licensor, except as required for
-reasonable and customary use in describing the origin of the Work and reproducing
-the content of the copyright notice.
-
-6. Chain of Authorship
-
-The original Licensor warrants that the copyright in the Original Work granted
-hereunder is owned by him/her or licensed to him/her and that he/she has the power
-and authority to grant the Licence.
-
-Each Contributor warrants that the copyright in the modifications he/she brings to the
-Work are owned by him/her or licensed to him/her and that he/she has the power and
-authority to grant the Licence.
-
-Each time You accept the Licence, the original Licensor and subsequent Contributors
-grant You a licence to their contributions to the Work, under the terms of this
-Licence.
-
-7. Disclaimer of Warranty
-
-The Work is a work in progress, which is continuously improved by numerous
-contributors. It is not a finished work and may therefore contain defects or “bugs”
-inherent to this type of software development.
-
-For the above reason, the Work is provided under the Licence on an “as is” basis and
-without warranties of any kind concerning the Work, including without limitation
-merchantability, fitness for a particular purpose, absence of defects or errors,
-accuracy, non-infringement of intellectual property rights other than copyright as
-stated in Article 6 of this Licence.
-
-This disclaimer of warranty is an essential part of the Licence and a condition for the
-grant of any rights to the Work.
-
-8. Disclaimer of Liability
-
-Except in the cases of wilful misconduct or damages directly caused to natural
-persons, the Licensor will in no event be liable for any direct or indirect, material or
-moral, damages of any kind, arising out of the Licence or of the use of the Work,
-including without limitation, damages for loss of goodwill, work stoppage, computer
-failure or malfunction, loss of data or any commercial damage, even if the Licensor
-has been advised of the possibility of such damage. However, the Licensor will be
-liable under statutory product liability laws as far such laws apply to the Work.
-
-9. Additional agreements
-
-While distributing the Original Work or Derivative Works, You may choose to
-conclude an additional agreement to offer, and charge a fee for, acceptance of support,
-warranty, indemnity, or other liability obligations and/or services consistent with this
-Licence. However, in accepting such obligations, You may act only on your own
-behalf and on your sole responsibility, not on behalf of the original Licensor or any
-other Contributor, and only if You agree to indemnify, defend, and hold each
-Contributor harmless for any liability incurred by, or claims asserted against such
-Contributor by the fact You have accepted any such warranty or additional liability.
-
-10. Acceptance of the Licence
-
-The provisions of this Licence can be accepted by clicking on an icon “I agree”
-placed under the bottom of a window displaying the text of this Licence or by
-affirming consent in any other similar way, in accordance with the rules of applicable
-law. Clicking on that icon indicates your clear and irrevocable acceptance of this
-Licence and all of its terms and conditions.
-
-Similarly, you irrevocably accept this Licence and all of its terms and conditions by
-exercising any rights granted to You by Article 2 of this Licence, such as the use of
-the Work, the creation by You of a Derivative Work or the Distribution and/or
-Communication by You of the Work or copies thereof.
-
-11. Information to the public
-
-In case of any Distribution and/or Communication of the Work by means of electronic
-communication by You (for example, by offering to download the Work from a
-remote location) the distribution channel or media (for example, a website) must at
-least provide to the public the information requested by the applicable law regarding
-the Licensor, the Licence and the way it may be accessible, concluded, stored and
-reproduced by the Licensee.
-
-12. Termination of the Licence
-
-The Licence and the rights granted hereunder will terminate automatically upon any
-breach by the Licensee of the terms of the Licence.
-Such a termination will not terminate the licences of any person who has received the
-Work from the Licensee under the Licence, provided such persons remain in full
-compliance with the Licence.
-
-13. Miscellaneous
-
-Without prejudice of Article 9 above, the Licence represents the complete agreement
-between the Parties as to the Work licensed hereunder.
-
-If any provision of the Licence is invalid or unenforceable under applicable law, this
-will not affect the validity or enforceability of the Licence as a whole. Such provision
-will be construed and/or reformed so as necessary to make it valid and enforceable.
-The European Commission may publish other linguistic versions and/or new versions
-of this Licence, so far this is required and reasonable, without reducing the scope of
-the rights granted by the Licence. New versions of the Licence will be published with
-a unique version number.
-
-All linguistic versions of this Licence, approved by the European Commission, have
-identical value. Parties can take advantage of the linguistic version of their choice.
-
-14. Jurisdiction
-
-Any litigation resulting from the interpretation of this License, arising between the
-European Commission, as a Licensor, and any Licensee, will be subject to the
-jurisdiction of the Court of Justice of the European Communities, as laid down in
-article 238 of the Treaty establishing the European Community.
-Any litigation arising between Parties, other than the European Commission, and
-resulting from the interpretation of this License, will be subject to the exclusive
-jurisdiction of the competent court where the Licensor resides or conducts its primary
-business.
-
-15. Applicable Law
-
-This Licence shall be governed by the law of the European Union country where the
-Licensor resides or has his registered office.
-
-This licence shall be governed by the Belgian law if:
-
-- a litigation arises between the European Commission, as a Licensor, and any
-Licensee;
-- the Licensor, other than the European Commission, has no residence or
-registered office inside a European Union country.
-
-===
-
-Appendix
-
-“Compatible Licences” according to article 5 EUPL are:
-
-- GNU General Public License (GNU GPL) v. 2
-- Open Software License (OSL) v. 2.1, v. 3.0
-- Common Public License v. 1.0
-- Eclipse Public License v. 1.0
-- Cecill v. 2.0
\ No newline at end of file
diff --git a/sdk_container/src/third_party/portage-stable/licenses/EUPL-1.2 b/sdk_container/src/third_party/portage-stable/licenses/EUPL-1.2
deleted file mode 100644
index 4e2a69e7605..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/EUPL-1.2
+++ /dev/null
@@ -1,191 +0,0 @@
-EUROPEAN UNION PUBLIC LICENCE v. 1.2
-EUPL © the European Union 2007, 2016
-
-This European Union Public Licence (the ‘EUPL’) applies to the Work (as defined below) which is provided under the
-terms of this Licence. Any use of the Work, other than as authorised under this Licence is prohibited (to the extent such
-use is covered by a right of the copyright holder of the Work).
-The Work is provided under the terms of this Licence when the Licensor (as defined below) has placed the following
-notice immediately following the copyright notice for the Work:
- Licensed under the EUPL
-or has expressed by any other means his willingness to license under the EUPL.
-
-1.Definitions
-In this Licence, the following terms have the following meaning:
-— ‘The Licence’:this Licence.
-— ‘The Original Work’:the work or software distributed or communicated by the Licensor under this Licence, available
-as Source Code and also as Executable Code as the case may be.
-— ‘Derivative Works’:the works or software that could be created by the Licensee, based upon the Original Work or
-modifications thereof. This Licence does not define the extent of modification or dependence on the Original Work
-required in order to classify a work as a Derivative Work; this extent is determined by copyright law applicable in
-the country mentioned in Article 15.
-— ‘The Work’:the Original Work or its Derivative Works.
-— ‘The Source Code’:the human-readable form of the Work which is the most convenient for people to study and
-modify.
-— ‘The Executable Code’:any code which has generally been compiled and which is meant to be interpreted by
-a computer as a program.
-— ‘The Licensor’:the natural or legal person that distributes or communicates the Work under the Licence.
-— ‘Contributor(s)’:any natural or legal person who modifies the Work under the Licence, or otherwise contributes to
-the creation of a Derivative Work.
-— ‘The Licensee’ or ‘You’:any natural or legal person who makes any usage of the Work under the terms of the
-Licence.
-— ‘Distribution’ or ‘Communication’:any act of selling, giving, lending, renting, distributing, communicating,
-transmitting, or otherwise making available, online or offline, copies of the Work or providing access to its essential
-functionalities at the disposal of any other natural or legal person.
-
-2.Scope of the rights granted by the Licence
-The Licensor hereby grants You a worldwide, royalty-free, non-exclusive, sublicensable licence to do the following, for
-the duration of copyright vested in the Original Work:
-— use the Work in any circumstance and for all usage,
-— reproduce the Work,
-— modify the Work, and make Derivative Works based upon the Work,
-— communicate to the public, including the right to make available or display the Work or copies thereof to the public
-and perform publicly, as the case may be, the Work,
-— distribute the Work or copies thereof,
-— lend and rent the Work or copies thereof,
-— sublicense rights in the Work or copies thereof.
-Those rights can be exercised on any media, supports and formats, whether now known or later invented, as far as the
-applicable law permits so.
-In the countries where moral rights apply, the Licensor waives his right to exercise his moral right to the extent allowed
-by law in order to make effective the licence of the economic rights here above listed.
-The Licensor grants to the Licensee royalty-free, non-exclusive usage rights to any patents held by the Licensor, to the
-extent necessary to make use of the rights granted on the Work under this Licence.
-
-3.Communication of the Source Code
-The Licensor may provide the Work either in its Source Code form, or as Executable Code. If the Work is provided as
-Executable Code, the Licensor provides in addition a machine-readable copy of the Source Code of the Work along with
-each copy of the Work that the Licensor distributes or indicates, in a notice following the copyright notice attached to
-the Work, a repository where the Source Code is easily and freely accessible for as long as the Licensor continues to
-distribute or communicate the Work.
-
-4.Limitations on copyright
-Nothing in this Licence is intended to deprive the Licensee of the benefits from any exception or limitation to the
-exclusive rights of the rights owners in the Work, of the exhaustion of those rights or of other applicable limitations
-thereto.
-
-5.Obligations of the Licensee
-The grant of the rights mentioned above is subject to some restrictions and obligations imposed on the Licensee. Those
-obligations are the following:
-
-Attribution right: The Licensee shall keep intact all copyright, patent or trademarks notices and all notices that refer to
-the Licence and to the disclaimer of warranties. The Licensee must include a copy of such notices and a copy of the
-Licence with every copy of the Work he/she distributes or communicates. The Licensee must cause any Derivative Work
-to carry prominent notices stating that the Work has been modified and the date of modification.
-
-Copyleft clause: If the Licensee distributes or communicates copies of the Original Works or Derivative Works, this
-Distribution or Communication will be done under the terms of this Licence or of a later version of this Licence unless
-the Original Work is expressly distributed only under this version of the Licence — for example by communicating
-‘EUPL v. 1.2 only’. The Licensee (becoming Licensor) cannot offer or impose any additional terms or conditions on the
-Work or Derivative Work that alter or restrict the terms of the Licence.
-
-Compatibility clause: If the Licensee Distributes or Communicates Derivative Works or copies thereof based upon both
-the Work and another work licensed under a Compatible Licence, this Distribution or Communication can be done
-under the terms of this Compatible Licence. For the sake of this clause, ‘Compatible Licence’ refers to the licences listed
-in the appendix attached to this Licence. Should the Licensee's obligations under the Compatible Licence conflict with
-his/her obligations under this Licence, the obligations of the Compatible Licence shall prevail.
-
-Provision of Source Code: When distributing or communicating copies of the Work, the Licensee will provide
-a machine-readable copy of the Source Code or indicate a repository where this Source will be easily and freely available
-for as long as the Licensee continues to distribute or communicate the Work.
-Legal Protection: This Licence does not grant permission to use the trade names, trademarks, service marks, or names
-of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and
-reproducing the content of the copyright notice.
-
-6.Chain of Authorship
-The original Licensor warrants that the copyright in the Original Work granted hereunder is owned by him/her or
-licensed to him/her and that he/she has the power and authority to grant the Licence.
-Each Contributor warrants that the copyright in the modifications he/she brings to the Work are owned by him/her or
-licensed to him/her and that he/she has the power and authority to grant the Licence.
-Each time You accept the Licence, the original Licensor and subsequent Contributors grant You a licence to their contributions
-to the Work, under the terms of this Licence.
-
-7.Disclaimer of Warranty
-The Work is a work in progress, which is continuously improved by numerous Contributors. It is not a finished work
-and may therefore contain defects or ‘bugs’ inherent to this type of development.
-For the above reason, the Work is provided under the Licence on an ‘as is’ basis and without warranties of any kind
-concerning the Work, including without limitation merchantability, fitness for a particular purpose, absence of defects or
-errors, accuracy, non-infringement of intellectual property rights other than copyright as stated in Article 6 of this
-Licence.
-This disclaimer of warranty is an essential part of the Licence and a condition for the grant of any rights to the Work.
-
-8.Disclaimer of Liability
-Except in the cases of wilful misconduct or damages directly caused to natural persons, the Licensor will in no event be
-liable for any direct or indirect, material or moral, damages of any kind, arising out of the Licence or of the use of the
-Work, including without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, loss
-of data or any commercial damage, even if the Licensor has been advised of the possibility of such damage. However,
-the Licensor will be liable under statutory product liability laws as far such laws apply to the Work.
-
-9.Additional agreements
-While distributing the Work, You may choose to conclude an additional agreement, defining obligations or services
-consistent with this Licence. However, if accepting obligations, You may act only on your own behalf and on your sole
-responsibility, not on behalf of the original Licensor or any other Contributor, and only if You agree to indemnify,
-defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against such Contributor by
-the fact You have accepted any warranty or additional liability.
-
-10.Acceptance of the Licence
-The provisions of this Licence can be accepted by clicking on an icon ‘I agree’ placed under the bottom of a window
-displaying the text of this Licence or by affirming consent in any other similar way, in accordance with the rules of
-applicable law. Clicking on that icon indicates your clear and irrevocable acceptance of this Licence and all of its terms
-and conditions.
-Similarly, you irrevocably accept this Licence and all of its terms and conditions by exercising any rights granted to You
-by Article 2 of this Licence, such as the use of the Work, the creation by You of a Derivative Work or the Distribution
-or Communication by You of the Work or copies thereof.
-
-11.Information to the public
-In case of any Distribution or Communication of the Work by means of electronic communication by You (for example,
-by offering to download the Work from a remote location) the distribution channel or media (for example, a website)
-must at least provide to the public the information requested by the applicable law regarding the Licensor, the Licence
-and the way it may be accessible, concluded, stored and reproduced by the Licensee.
-
-12.Termination of the Licence
-The Licence and the rights granted hereunder will terminate automatically upon any breach by the Licensee of the terms
-of the Licence.
-Such a termination will not terminate the licences of any person who has received the Work from the Licensee under
-the Licence, provided such persons remain in full compliance with the Licence.
-
-13.Miscellaneous
-Without prejudice of Article 9 above, the Licence represents the complete agreement between the Parties as to the
-Work.
-If any provision of the Licence is invalid or unenforceable under applicable law, this will not affect the validity or
-enforceability of the Licence as a whole. Such provision will be construed or reformed so as necessary to make it valid
-and enforceable.
-The European Commission may publish other linguistic versions or new versions of this Licence or updated versions of
-the Appendix, so far this is required and reasonable, without reducing the scope of the rights granted by the Licence.
-New versions of the Licence will be published with a unique version number.
-All linguistic versions of this Licence, approved by the European Commission, have identical value. Parties can take
-advantage of the linguistic version of their choice.
-
-14.Jurisdiction
-Without prejudice to specific agreement between parties,
-— any litigation resulting from the interpretation of this License, arising between the European Union institutions,
-bodies, offices or agencies, as a Licensor, and any Licensee, will be subject to the jurisdiction of the Court of Justice
-of the European Union, as laid down in article 272 of the Treaty on the Functioning of the European Union,
-— any litigation arising between other parties and resulting from the interpretation of this License, will be subject to
-the exclusive jurisdiction of the competent court where the Licensor resides or conducts its primary business.
-
-15.Applicable Law
-Without prejudice to specific agreement between parties,
-— this Licence shall be governed by the law of the European Union Member State where the Licensor has his seat,
-resides or has his registered office,
-— this licence shall be governed by Belgian law if the Licensor has no seat, residence or registered office inside
-a European Union Member State.
-
-
- Appendix
-
-‘Compatible Licences’ according to Article 5 EUPL are:
-— GNU General Public License (GPL) v. 2, v. 3
-— GNU Affero General Public License (AGPL) v. 3
-— Open Software License (OSL) v. 2.1, v. 3.0
-— Eclipse Public License (EPL) v. 1.0
-— CeCILL v. 2.0, v. 2.1
-— Mozilla Public Licence (MPL) v. 2
-— GNU Lesser General Public Licence (LGPL) v. 2.1, v. 3
-— Creative Commons Attribution-ShareAlike v. 3.0 Unported (CC BY-SA 3.0) for works other than software
-— European Union Public Licence (EUPL) v. 1.1, v. 1.2
-— Québec Free and Open-Source Licence — Reciprocity (LiLiQ-R) or Strong Reciprocity (LiLiQ-R+).
-
-The European Commission may update this Appendix to later versions of the above licences without producing
-a new version of the EUPL, as long as they provide the rights granted in Article 2 of this Licence and protect the
-covered Source Code from exclusive appropriation.
-All other changes or additions to this Appendix require the production of a new EUPL version.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Elastic b/sdk_container/src/third_party/portage-stable/licenses/Elastic
deleted file mode 100644
index 7376ffc3ff1..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Elastic
+++ /dev/null
@@ -1,223 +0,0 @@
-ELASTIC LICENSE AGREEMENT
-
-PLEASE READ CAREFULLY THIS ELASTIC LICENSE AGREEMENT (THIS "AGREEMENT"), WHICH
-CONSTITUTES A LEGALLY BINDING AGREEMENT AND GOVERNS ALL OF YOUR USE OF ALL OF
-THE ELASTIC SOFTWARE WITH WHICH THIS AGREEMENT IS INCLUDED ("ELASTIC SOFTWARE")
-THAT IS PROVIDED IN OBJECT CODE FORMAT, AND, IN ACCORDANCE WITH SECTION 2 BELOW,
-CERTAIN OF THE ELASTIC SOFTWARE THAT IS PROVIDED IN SOURCE CODE FORMAT. BY
-INSTALLING OR USING ANY OF THE ELASTIC SOFTWARE GOVERNED BY THIS AGREEMENT, YOU
-ARE ASSENTING TO THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE
-WITH SUCH TERMS AND CONDITIONS, YOU MAY NOT INSTALL OR USE THE ELASTIC SOFTWARE
-GOVERNED BY THIS AGREEMENT. IF YOU ARE INSTALLING OR USING THE SOFTWARE ON
-BEHALF OF A LEGAL ENTITY, YOU REPRESENT AND WARRANT THAT YOU HAVE THE ACTUAL
-AUTHORITY TO AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT ON BEHALF OF
-SUCH ENTITY.
-
-Posted Date: April 20, 2018
-
-This Agreement is entered into by and between Elasticsearch BV ("Elastic") and
-You, or the legal entity on behalf of whom You are acting (as applicable,
-"You").
-
-1. OBJECT CODE END USER LICENSES, RESTRICTIONS AND THIRD PARTY OPEN SOURCE
-SOFTWARE
-
- 1.1 Object Code End User License. Subject to the terms and conditions of
- Section 1.2 of this Agreement, Elastic hereby grants to You, AT NO CHARGE and
- for so long as you are not in breach of any provision of this Agreement, a
- License to the Basic Features and Functions of the Elastic Software.
-
- 1.2 Reservation of Rights; Restrictions. As between Elastic and You, Elastic
- and its licensors own all right, title and interest in and to the Elastic
- Software, and except as expressly set forth in Sections 1.1, and 2.1 of this
- Agreement, no other license to the Elastic Software is granted to You under
- this Agreement, by implication, estoppel or otherwise. You agree not to: (i)
- reverse engineer or decompile, decrypt, disassemble or otherwise reduce any
- Elastic Software provided to You in Object Code, or any portion thereof, to
- Source Code, except and only to the extent any such restriction is prohibited
- by applicable law, (ii) except as expressly permitted in this Agreement,
- prepare derivative works from, modify, copy or use the Elastic Software Object
- Code or the Commercial Software Source Code in any manner; (iii) except as
- expressly permitted in Section 1.1 above, transfer, sell, rent, lease,
- distribute, sublicense, loan or otherwise transfer, Elastic Software Object
- Code, in whole or in part, to any third party; (iv) use Elastic Software
- Object Code for providing time-sharing services, any software-as-a-service,
- service bureau services or as part of an application services provider or
- other service offering (collectively, "SaaS Offering") where obtaining access
- to the Elastic Software or the features and functions of the Elastic Software
- is a primary reason or substantial motivation for users of the SaaS Offering
- to access and/or use the SaaS Offering ("Prohibited SaaS Offering"); (v)
- circumvent the limitations on use of Elastic Software provided to You in
- Object Code format that are imposed or preserved by any License Key, or (vi)
- alter or remove any Marks and Notices in the Elastic Software. If You have any
- question as to whether a specific SaaS Offering constitutes a Prohibited SaaS
- Offering, or are interested in obtaining Elastic's permission to engage in
- commercial or non-commercial distribution of the Elastic Software, please
- contact elastic_license@elastic.co.
-
- 1.3 Third Party Open Source Software. The Commercial Software may contain or
- be provided with third party open source libraries, components, utilities and
- other open source software (collectively, "Open Source Software"), which Open
- Source Software may have applicable license terms as identified on a website
- designated by Elastic. Notwithstanding anything to the contrary herein, use of
- the Open Source Software shall be subject to the license terms and conditions
- applicable to such Open Source Software, to the extent required by the
- applicable licensor (which terms shall not restrict the license rights granted
- to You hereunder, but may contain additional rights). To the extent any
- condition of this Agreement conflicts with any license to the Open Source
- Software, the Open Source Software license will govern with respect to such
- Open Source Software only. Elastic may also separately provide you with
- certain open source software that is licensed by Elastic. Your use of such
- Elastic open source software will not be governed by this Agreement, but by
- the applicable open source license terms.
-
-2. COMMERCIAL SOFTWARE SOURCE CODE
-
- 2.1 Limited License. Subject to the terms and conditions of Section 2.2 of
- this Agreement, Elastic hereby grants to You, AT NO CHARGE and for so long as
- you are not in breach of any provision of this Agreement, a limited,
- non-exclusive, non-transferable, fully paid up royalty free right and license
- to the Commercial Software in Source Code format, without the right to grant
- or authorize sublicenses, to prepare Derivative Works of the Commercial
- Software, provided You (i) do not hack the licensing mechanism, or otherwise
- circumvent the intended limitations on the use of Elastic Software to enable
- features other than Basic Features and Functions or those features You are
- entitled to as part of a Subscription, and (ii) use the resulting object code
- only for reasonable testing purposes.
-
- 2.2 Restrictions. Nothing in Section 2.1 grants You the right to (i) use the
- Commercial Software Source Code other than in accordance with Section 2.1
- above, (ii) use a Derivative Work of the Commercial Software outside of a
- Non-production Environment, in any production capacity, on a temporary or
- permanent basis, or (iii) transfer, sell, rent, lease, distribute, sublicense,
- loan or otherwise make available the Commercial Software Source Code, in whole
- or in part, to any third party. Notwithstanding the foregoing, You may
- maintain a copy of the repository in which the Source Code of the Commercial
- Software resides and that copy may be publicly accessible, provided that you
- include this Agreement with Your copy of the repository.
-
-3. TERMINATION
-
- 3.1 Termination. This Agreement will automatically terminate, whether or not
- You receive notice of such Termination from Elastic, if You breach any of its
- provisions.
-
- 3.2 Post Termination. Upon any termination of this Agreement, for any reason,
- You shall promptly cease the use of the Elastic Software in Object Code format
- and cease use of the Commercial Software in Source Code format. For the
- avoidance of doubt, termination of this Agreement will not affect Your right
- to use Elastic Software, in either Object Code or Source Code formats, made
- available under the Apache License Version 2.0.
-
- 3.3 Survival. Sections 1.2, 2.2. 3.3, 4 and 5 shall survive any termination or
- expiration of this Agreement.
-
-4. DISCLAIMER OF WARRANTIES AND LIMITATION OF LIABILITY
-
- 4.1 Disclaimer of Warranties. TO THE MAXIMUM EXTENT PERMITTED UNDER APPLICABLE
- LAW, THE ELASTIC SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
- AND ELASTIC AND ITS LICENSORS MAKE NO WARRANTIES WHETHER EXPRESSED, IMPLIED OR
- STATUTORY REGARDING OR RELATING TO THE ELASTIC SOFTWARE. TO THE MAXIMUM EXTENT
- PERMITTED UNDER APPLICABLE LAW, ELASTIC AND ITS LICENSORS SPECIFICALLY
- DISCLAIM ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
- PURPOSE AND NON-INFRINGEMENT WITH RESPECT TO THE ELASTIC SOFTWARE, AND WITH
- RESPECT TO THE USE OF THE FOREGOING. FURTHER, ELASTIC DOES NOT WARRANT RESULTS
- OF USE OR THAT THE ELASTIC SOFTWARE WILL BE ERROR FREE OR THAT THE USE OF THE
- ELASTIC SOFTWARE WILL BE UNINTERRUPTED.
-
- 4.2 Limitation of Liability. IN NO EVENT SHALL ELASTIC OR ITS LICENSORS BE
- LIABLE TO YOU OR ANY THIRD PARTY FOR ANY DIRECT OR INDIRECT DAMAGES,
- INCLUDING, WITHOUT LIMITATION, FOR ANY LOSS OF PROFITS, LOSS OF USE, BUSINESS
- INTERRUPTION, LOSS OF DATA, COST OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY
- SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES OF ANY KIND, IN CONNECTION WITH
- OR ARISING OUT OF THE USE OR INABILITY TO USE THE ELASTIC SOFTWARE, OR THE
- PERFORMANCE OF OR FAILURE TO PERFORM THIS AGREEMENT, WHETHER ALLEGED AS A
- BREACH OF CONTRACT OR TORTIOUS CONDUCT, INCLUDING NEGLIGENCE, EVEN IF ELASTIC
- HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-5. MISCELLANEOUS
-
- This Agreement completely and exclusively states the entire agreement of the
- parties regarding the subject matter herein, and it supersedes, and its terms
- govern, all prior proposals, agreements, or other communications between the
- parties, oral or written, regarding such subject matter. This Agreement may be
- modified by Elastic from time to time, and any such modifications will be
- effective upon the "Posted Date" set forth at the top of the modified
- Agreement. If any provision hereof is held unenforceable, this Agreement will
- continue without said provision and be interpreted to reflect the original
- intent of the parties. This Agreement and any non-contractual obligation
- arising out of or in connection with it, is governed exclusively by Dutch law.
- This Agreement shall not be governed by the 1980 UN Convention on Contracts
- for the International Sale of Goods. All disputes arising out of or in
- connection with this Agreement, including its existence and validity, shall be
- resolved by the courts with jurisdiction in Amsterdam, The Netherlands, except
- where mandatory law provides for the courts at another location in The
- Netherlands to have jurisdiction. The parties hereby irrevocably waive any and
- all claims and defenses either might otherwise have in any such action or
- proceeding in any of such courts based upon any alleged lack of personal
- jurisdiction, improper venue, forum non conveniens or any similar claim or
- defense. A breach or threatened breach, by You of Section 2 may cause
- irreparable harm for which damages at law may not provide adequate relief, and
- therefore Elastic shall be entitled to seek injunctive relief without being
- required to post a bond. You may not assign this Agreement (including by
- operation of law in connection with a merger or acquisition), in whole or in
- part to any third party without the prior written consent of Elastic, which
- may be withheld or granted by Elastic in its sole and absolute discretion.
- Any assignment in violation of the preceding sentence is void. Notices to
- Elastic may also be sent to legal@elastic.co.
-
-6. DEFINITIONS
-
- The following terms have the meanings ascribed:
-
- 6.1 "Affiliate" means, with respect to a party, any entity that controls, is
- controlled by, or which is under common control with, such party, where
- "control" means ownership of at least fifty percent (50%) of the outstanding
- voting shares of the entity, or the contractual right to establish policy for,
- and manage the operations of, the entity.
-
- 6.2 "Basic Features and Functions" means those features and functions of the
- Elastic Software that are eligible for use under a Basic license, as set forth
- at https://www.elastic.co/subscriptions, as may be modified by Elastic from
- time to time.
-
- 6.3 "Commercial Software" means the Elastic Software Source Code in any file
- containing a header stating the contents are subject to the Elastic License or
- which is contained in the repository folder labeled "x-pack", unless a LICENSE
- file present in the directory subtree declares a different license.
-
- 6.4 "Derivative Work of the Commercial Software" means, for purposes of this
- Agreement, any modification(s) or enhancement(s) to the Commercial Software,
- which represent, as a whole, an original work of authorship.
-
- 6.5 "License" means a limited, non-exclusive, non-transferable, fully paid up,
- royalty free, right and license, without the right to grant or authorize
- sublicenses, solely for Your internal business operations to (i) install and
- use the applicable Features and Functions of the Elastic Software in Object
- Code, and (ii) permit Contractors and Your Affiliates to use the Elastic
- software as set forth in (i) above, provided that such use by Contractors must
- be solely for Your benefit and/or the benefit of Your Affiliates, and You
- shall be responsible for all acts and omissions of such Contractors and
- Affiliates in connection with their use of the Elastic software that are
- contrary to the terms and conditions of this Agreement.
-
- 6.6 "License Key" means a sequence of bytes, including but not limited to a
- JSON blob, that is used to enable certain features and functions of the
- Elastic Software.
-
- 6.7 "Marks and Notices" means all Elastic trademarks, trade names, logos and
- notices present on the Documentation as originally provided by Elastic.
-
- 6.8 "Non-production Environment" means an environment for development, testing
- or quality assurance, where software is not used for production purposes.
-
- 6.9 "Object Code" means any form resulting from mechanical transformation or
- translation of Source Code form, including but not limited to compiled object
- code, generated documentation, and conversions to other media types.
-
- 6.10 "Source Code" means the preferred form of computer software for making
- modifications, including but not limited to software source code,
- documentation source, and configuration files.
-
- 6.11 "Subscription" means the right to receive Support Services and a License
- to the Commercial Software.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Elastic-2.0 b/sdk_container/src/third_party/portage-stable/licenses/Elastic-2.0
deleted file mode 100644
index 809108b857f..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Elastic-2.0
+++ /dev/null
@@ -1,93 +0,0 @@
-Elastic License 2.0
-
-URL: https://www.elastic.co/licensing/elastic-license
-
-## Acceptance
-
-By using the software, you agree to all of the terms and conditions below.
-
-## Copyright License
-
-The licensor grants you a non-exclusive, royalty-free, worldwide,
-non-sublicensable, non-transferable license to use, copy, distribute, make
-available, and prepare derivative works of the software, in each case subject to
-the limitations and conditions below.
-
-## Limitations
-
-You may not provide the software to third parties as a hosted or managed
-service, where the service provides users with access to any substantial set of
-the features or functionality of the software.
-
-You may not move, change, disable, or circumvent the license key functionality
-in the software, and you may not remove or obscure any functionality in the
-software that is protected by the license key.
-
-You may not alter, remove, or obscure any licensing, copyright, or other notices
-of the licensor in the software. Any use of the licensor’s trademarks is subject
-to applicable law.
-
-## Patents
-
-The licensor grants you a license, under any patent claims the licensor can
-license, or becomes able to license, to make, have made, use, sell, offer for
-sale, import and have imported the software, in each case subject to the
-limitations and conditions in this license. This license does not cover any
-patent claims that you cause to be infringed by modifications or additions to
-the software. If you or your company make any written claim that the software
-infringes or contributes to infringement of any patent, your patent license for
-the software granted under these terms ends immediately. If your company makes
-such a claim, your patent license ends immediately for work on behalf of your
-company.
-
-## Notices
-
-You must ensure that anyone who gets a copy of any part of the software from you
-also gets a copy of these terms.
-
-If you modify the software, you must include in any modified copies of the
-software prominent notices stating that you have modified the software.
-
-## No Other Rights
-
-These terms do not imply any licenses other than those expressly granted in
-these terms.
-
-## Termination
-
-If you use the software in violation of these terms, such use is not licensed,
-and your licenses will automatically terminate. If the licensor provides you
-with a notice of your violation, and you cease all violation of this license no
-later than 30 days after you receive that notice, your licenses will be
-reinstated retroactively. However, if you violate these terms after such
-reinstatement, any additional violation of these terms will cause your licenses
-to terminate automatically and permanently.
-
-## No Liability
-
-*As far as the law allows, the software comes as is, without any warranty or
-condition, and the licensor will not be liable to you for any damages arising
-out of these terms or the use or nature of the software, under any kind of
-legal claim.*
-
-## Definitions
-
-The **licensor** is the entity offering these terms, and the **software** is the
-software the licensor makes available under these terms, including any portion
-of it.
-
-**you** refers to the individual or entity agreeing to these terms.
-
-**your company** is any legal entity, sole proprietorship, or other kind of
-organization that you work for, plus all organizations that have control over,
-are under the control of, or are under common control with that
-organization. **control** means ownership of substantially all the assets of an
-entity, or the power to direct its management and policies by vote, contract, or
-otherwise. Control can be direct or indirect.
-
-**your licenses** are all the licenses granted to you for the software under
-these terms.
-
-**use** means anything you do with the software requiring one of your licenses.
-
-**trademark** means trademarks, service marks, and similar rights.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Elm b/sdk_container/src/third_party/portage-stable/licenses/Elm
deleted file mode 100644
index db79609dea9..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Elm
+++ /dev/null
@@ -1,74 +0,0 @@
-
- The Elm(tm) Mail System General Public License
-
-
- (C) Copyright 1988-1992, USENET Community Trust
- (C) Copyright 1986,1987, by Dave Taylor
-
-
- COPYING POLICIES
-
- Permission is hereby granted for copying and distribution of copies of
- the Elm source files, and that of any part thereof, subject to the following
- license conditions:
-
- 1. You may, without additional permission from the authors, distribute
- Elm or components of Elm, with or without additions developed by
- you or by others at no charge. You may also distribute Elm along
- with any other product for sale, provided that the cost of the
- bundled package is the same regardless of whether Elm is included,
- and provided that those interested only in Elm must be notified
- that it is a product freely available from the Elm Development Group.
-
- 2. You may, without additional permission from the authors, distribute
- copies of the Elm Documentation, with or without additions developed by
- you or by others at no charge or at a charge that covers the cost of
- reproducing the copies, provided that the Elm copyright notice is
- retained.
-
- 3. Furthermore, if you distribute Elm software or parts of Elm, with
- or without additions developed by you or others, then you must
- either make available the source to all portions of the Elm system
- (exclusive of any additions made by you or by others) upon request,
- or instead you may notify anyone requesting source that it is
- freely available from the Elm Development Group.
-
- 4. In addition, you may not omit any of the copyright notices
- on either the source files, the executable file, or the
- documentation, and
-
- 5. Also, you may not omit transmission of this License agreement with
- whatever portions of Elm that are distributed.
-
- 6. Lastly, any users of this software must be notified that it is
- without warrantee or guarantee of any nature, express or implied,
- nor is there any fitness for use represented.
-
-Software is a malleable thing - especially UNIX - and the authors can in no
-way guarantee that using this program will not cause grievous damage to your
-system. Of course this isn't anticipated, but if it does happen, the authors
-cannot be held liable for any damages either directly or indirectly caused
-by this event.
-
-Modification of the system is encouraged, providing that the portions of
-the system that are from the original still carry the appropriate copyright
-notices and that the changed sections are clearly delimited as such. The
-authors requests copies of any changes made to ensure that the various versions
-stay reasonably in sync with each other. Please send all revisions to
-elm@DSI.COM.
-
-NOTE that it is not permitted to copy, sublicense, distribute or transfer any
-of the Elm software except as expressly indicated herein. Any attempts to
-do otherwise will be considered a violation of this license and your rights
-to the Elm software will be voided.
-
-
-Comments on the system and/or this licensing agreement is encouraged. Send
-electronic mail to "taylor@intuitive.com". This license was written with
-help from Scott McGregor. Thanks Scott!
-
-----
-Elm is a trademark of Dave Taylor.
-
-NOTE: Elm is now in the public trust. Comments, suggestions, bug reports and the
-like should be sent to Syd Weinstein; elm@DSI.COM (dsinc!elm)
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Emacs b/sdk_container/src/third_party/portage-stable/licenses/Emacs
deleted file mode 100644
index 3ce8da94e14..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Emacs
+++ /dev/null
@@ -1,146 +0,0 @@
- GNU EMACS GENERAL PUBLIC LICENSE
- (Clarified 11 Feb 1988)
-
- Copyright (C) 1985, 1987, 1988 Richard M. Stallman
- Everyone is permitted to copy and distribute verbatim copies
- of this license, but changing it is not allowed. You can also
- use this wording to make the terms for other programs.
-
- The license agreements of most software companies keep you at the
-mercy of those companies. By contrast, our general public license is
-intended to give everyone the right to share GNU Emacs. To make
-sure that you get the rights we want you to have, we need to make
-restrictions that forbid anyone to deny you these rights or to ask you
-to surrender the rights. Hence this license agreement.
-
- Specifically, we want to make sure that you have the right to give
-away copies of Emacs, that you receive source code or else can get it
-if you want it, that you can change Emacs or use pieces of it in new
-free programs, and that you know you can do these things.
-
- To make sure that everyone has such rights, we have to forbid you to
-deprive anyone else of these rights. For example, if you distribute
-copies of Emacs, you must give the recipients all the rights that you
-have. You must make sure that they, too, receive or can get the
-source code. And you must tell them their rights.
-
- Also, for our own protection, we must make certain that everyone
-finds out that there is no warranty for GNU Emacs. If Emacs is
-modified by someone else and passed on, we want its recipients to know
-that what they have is not what we distributed, so that any problems
-introduced by others will not reflect on our reputation.
-
- Therefore we (Richard Stallman and the Free Software Fundation,
-Inc.) make the following terms which say what you must do to be
-allowed to distribute or change GNU Emacs.
-
- COPYING POLICIES
-
- 1. You may copy and distribute verbatim copies of GNU Emacs source code
-as you receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy a valid copyright notice "Copyright
-(C) 1988 Free Software Foundation, Inc." (or with whatever year is
-appropriate); keep intact the notices on all files that refer to this
-License Agreement and to the absence of any warranty; and give any
-other recipients of the GNU Emacs program a copy of this License
-Agreement along with the program. You may charge a distribution fee
-for the physical act of transferring a copy.
-
- 2. You may modify your copy or copies of GNU Emacs source code or
-any portion of it, and copy and distribute such modifications under
-the terms of Paragraph 1 above, provided that you also do the following:
-
- a) cause the modified files to carry prominent notices stating
- that you changed the files and the date of any change; and
-
- b) cause the whole of any work that you distribute or publish,
- that in whole or in part contains or is a derivative of GNU Emacs
- or any part thereof, to be licensed at no charge to all third
- parties on terms identical to those contained in this License
- Agreement (except that you may choose to grant more extensive
- warranty protection to some or all third parties, at your option).
-
- c) if the modified program serves as a text editor, cause it when
- started running in the simplest and usual way, to print an
- announcement including a valid copyright notice "Copyright (C)
- 1988 Free Software Foundation, Inc." (or with the year that is
- appropriate), saying that there is no warranty (or else, saying
- that you provide a warranty) and that users may redistribute the
- program under these conditions, and telling the user how to view a
- copy of this License Agreement.
-
- d) You may charge a distribution fee for the physical act of
- transferring a copy, and you may at your option offer warranty
- protection in exchange for a fee.
-
-Mere aggregation of another unrelated program with this program (or its
-derivative) on a volume of a storage or distribution medium does not bring
-the other program under the scope of these terms.
-
- 3. You may copy and distribute GNU Emacs (or a portion or derivative of it,
-under Paragraph 2) in object code or executable form under the terms of
-Paragraphs 1 and 2 above provided that you also do one of the following:
-
- a) accompany it with the complete corresponding machine-readable
- source code, which must be distributed under the terms of
- Paragraphs 1 and 2 above; or,
-
- b) accompany it with a written offer, valid for at least three
- years, to give any third party free (except for a nominal
- shipping charge) a complete machine-readable copy of the
- corresponding source code, to be distributed under the terms of
- Paragraphs 1 and 2 above; or,
-
- c) accompany it with the information you received as to where the
- corresponding source code may be obtained. (This alternative is
- allowed only for noncommercial distribution and only if you
- received the program in object code or executable form alone.)
-
-For an executable file, complete source code means all the source code for
-all modules it contains; but, as a special exception, it need not include
-source code for modules which are standard libraries that accompany the
-operating system on which the executable file runs.
-
- 4. You may not copy, sublicense, distribute or transfer GNU Emacs
-except as expressly provided under this License Agreement. Any attempt
-otherwise to copy, sublicense, distribute or transfer GNU Emacs is void and
-your rights to use GNU Emacs under this License agreement shall be
-automatically terminated. However, parties who have received computer
-software programs from you with this License Agreement will not have
-their licenses terminated so long as such parties remain in full compliance.
-
- 5. If you wish to incorporate parts of GNU Emacs into other free programs
-whose distribution conditions are different, write to the Free Software
-Foundation. We have not yet worked out a simple rule that can be stated
-here, but we will often permit this. We will be guided by the two goals of
-preserving the free status of all derivatives of our free software and of
-promoting the sharing and reuse of software.
-
-Your comments and suggestions about our licensing policies and our
-software are welcome! Please contact the Free Software Foundation, Inc.,
-675 Mass Ave, Cambridge, MA 02139, or call (617) 876-3296.
-
- NO WARRANTY
-
- BECAUSE GNU EMACS IS LICENSED FREE OF CHARGE, WE PROVIDE ABSOLUTELY
-NO WARRANTY, TO THE EXTENT PERMITTED BY APPLICABLE STATE LAW. EXCEPT
-WHEN OTHERWISE STATED IN WRITING, FREE SOFTWARE FOUNDATION, INC,
-RICHARD M. STALLMAN AND/OR OTHER PARTIES PROVIDE GNU EMACS "AS IS"
-WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
-BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
-FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY
-AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE GNU EMACS
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
-SERVICING, REPAIR OR CORRECTION.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL FREE SOFTWARE
-FOUNDATION, INC., RICHARD M. STALLMAN, AND/OR ANY OTHER PARTY WHO MAY
-MODIFY AND REDISTRIBUTE GNU EMACS AS PERMITTED ABOVE, BE LIABLE TO YOU
-FOR DAMAGES, INCLUDING ANY LOST PROFITS, LOST MONIES, OR OTHER
-SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
-INABILITY TO USE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA
-BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY THIRD PARTIES OR A
-FAILURE OF THE PROGRAM TO OPERATE WITH PROGRAMS NOT DISTRIBUTED BY
-FREE SOFTWARE FOUNDATION, INC.) THE PROGRAM, EVEN IF YOU HAVE BEEN
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR FOR ANY CLAIM BY ANY
-OTHER PARTY.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/ErlPL-1.1 b/sdk_container/src/third_party/portage-stable/licenses/ErlPL-1.1
deleted file mode 100644
index 729d139db49..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/ErlPL-1.1
+++ /dev/null
@@ -1,286 +0,0 @@
-ERLANG PUBLIC LICENSE
-Version 1.1
-
-1. Definitions.
-
-1.1. ``Contributor'' means each entity that creates or contributes to
-the creation of Modifications.
-
-1.2. ``Contributor Version'' means the combination of the Original
-Code, prior Modifications used by a Contributor, and the Modifications
-made by that particular Contributor.
-
-1.3. ``Covered Code'' means the Original Code or Modifications or the
-combination of the Original Code and Modifications, in each case
-including portions thereof.
-
-1.4. ``Electronic Distribution Mechanism'' means a mechanism generally
-accepted in the software development community for the electronic
-transfer of data.
-
-1.5. ``Executable'' means Covered Code in any form other than Source
-Code.
-
-1.6. ``Initial Developer'' means the individual or entity identified
-as the Initial Developer in the Source Code notice required by Exhibit
-A.
-
-1.7. ``Larger Work'' means a work which combines Covered Code or
-portions thereof with code not governed by the terms of this License.
-
-1.8. ``License'' means this document.
-
-1.9. ``Modifications'' means any addition to or deletion from the
-substance or structure of either the Original Code or any previous
-Modifications. When Covered Code is released as a series of files, a
-Modification is:
-
-A. Any addition to or deletion from the contents of a file containing
- Original Code or previous Modifications.
-
-B. Any new file that contains any part of the Original Code or
- previous Modifications.
-
-1.10. ``Original Code'' means Source Code of computer software code
-which is described in the Source Code notice required by Exhibit A as
-Original Code, and which, at the time of its release under this
-License is not already Covered Code governed by this License.
-
-1.11. ``Source Code'' means the preferred form of the Covered Code for
-making modifications to it, including all modules it contains, plus
-any associated interface definition files, scripts used to control
-compilation and installation of an Executable, or a list of source
-code differential comparisons against either the Original Code or
-another well known, available Covered Code of the Contributor's
-choice. The Source Code can be in a compressed or archival form,
-provided the appropriate decompression or de-archiving software is
-widely available for no charge.
-
-1.12. ``You'' means an individual or a legal entity exercising rights
-under, and complying with all of the terms of, this License. For legal
-entities,``You'' includes any entity which controls, is controlled by,
-or is under common control with You. For purposes of this definition,
-``control'' means (a) the power, direct or indirect, to cause the
-direction or management of such entity, whether by contract or
-otherwise, or (b) ownership of fifty percent (50%) or more of the
-outstanding shares or beneficial ownership of such entity.
-
-2. Source Code License.
-
-2.1. The Initial Developer Grant.
-The Initial Developer hereby grants You a world-wide, royalty-free,
-non-exclusive license, subject to third party intellectual property
-claims:
-
-(a) to use, reproduce, modify, display, perform, sublicense and
- distribute the Original Code (or portions thereof) with or without
- Modifications, or as part of a Larger Work; and
-
-(b) under patents now or hereafter owned or controlled by Initial
- Developer, to make, have made, use and sell (``Utilize'') the
- Original Code (or portions thereof), but solely to the extent that
- any such patent is reasonably necessary to enable You to Utilize
- the Original Code (or portions thereof) and not to any greater
- extent that may be necessary to Utilize further Modifications or
- combinations.
-
-2.2. Contributor Grant.
-Each Contributor hereby grants You a world-wide, royalty-free,
-non-exclusive license, subject to third party intellectual property
-claims:
-
-(a) to use, reproduce, modify, display, perform, sublicense and
- distribute the Modifications created by such Contributor (or
- portions thereof) either on an unmodified basis, with other
- Modifications, as Covered Code or as part of a Larger Work; and
-
-(b) under patents now or hereafter owned or controlled by Contributor,
- to Utilize the Contributor Version (or portions thereof), but
- solely to the extent that any such patent is reasonably necessary
- to enable You to Utilize the Contributor Version (or portions
- thereof), and not to any greater extent that may be necessary to
- Utilize further Modifications or combinations.
-
-3. Distribution Obligations.
-
-3.1. Application of License.
-The Modifications which You contribute are governed by the terms of
-this License, including without limitation Section 2.2. The Source
-Code version of Covered Code may be distributed only under the terms
-of this License, and You must include a copy of this License with
-every copy of the Source Code You distribute. You may not offer or
-impose any terms on any Source Code version that alters or restricts
-the applicable version of this License or the recipients' rights
-hereunder. However, You may include an additional document offering
-the additional rights described in Section 3.5.
-
-3.2. Availability of Source Code.
-Any Modification which You contribute must be made available in Source
-Code form under the terms of this License either on the same media as
-an Executable version or via an accepted Electronic Distribution
-Mechanism to anyone to whom you made an Executable version available;
-and if made available via Electronic Distribution Mechanism, must
-remain available for at least twelve (12) months after the date it
-initially became available, or at least six (6) months after a
-subsequent version of that particular Modification has been made
-available to such recipients. You are responsible for ensuring that
-the Source Code version remains available even if the Electronic
-Distribution Mechanism is maintained by a third party.
-
-3.3. Description of Modifications.
-You must cause all Covered Code to which you contribute to contain a
-file documenting the changes You made to create that Covered Code and
-the date of any change. You must include a prominent statement that
-the Modification is derived, directly or indirectly, from Original
-Code provided by the Initial Developer and including the name of the
-Initial Developer in (a) the Source Code, and (b) in any notice in an
-Executable version or related documentation in which You describe the
-origin or ownership of the Covered Code.
-
-3.4. Intellectual Property Matters
-
-(a) Third Party Claims.
- If You have knowledge that a party claims an intellectual property
- right in particular functionality or code (or its utilization
- under this License), you must include a text file with the source
- code distribution titled ``LEGAL'' which describes the claim and
- the party making the claim in sufficient detail that a recipient
- will know whom to contact. If you obtain such knowledge after You
- make Your Modification available as described in Section 3.2, You
- shall promptly modify the LEGAL file in all copies You make
- available thereafter and shall take other steps (such as notifying
- appropriate mailing lists or newsgroups) reasonably calculated to
- inform those who received the Covered Code that new knowledge has
- been obtained.
-
-(b) Contributor APIs.
- If Your Modification is an application programming interface and
- You own or control patents which are reasonably necessary to
- implement that API, you must also include this information in the
- LEGAL file.
-
-3.5. Required Notices.
-You must duplicate the notice in Exhibit A in each file of the Source
-Code, and this License in any documentation for the Source Code, where
-You describe recipients' rights relating to Covered Code. If You
-created one or more Modification(s), You may add your name as a
-Contributor to the notice described in Exhibit A. If it is not
-possible to put such notice in a particular Source Code file due to
-its structure, then you must include such notice in a location (such
-as a relevant directory file) where a user would be likely to look for
-such a notice. You may choose to offer, and to charge a fee for,
-warranty, support, indemnity or liability obligations to one or more
-recipients of Covered Code. However, You may do so only on Your own
-behalf, and not on behalf of the Initial Developer or any
-Contributor. You must make it absolutely clear than any such warranty,
-support, indemnity or liability obligation is offered by You alone,
-and You hereby agree to indemnify the Initial Developer and every
-Contributor for any liability incurred by the Initial Developer or
-such Contributor as a result of warranty, support, indemnity or
-liability terms You offer.
-
-3.6. Distribution of Executable Versions.
-You may distribute Covered Code in Executable form only if the
-requirements of Section 3.1-3.5 have been met for that Covered Code,
-and if You include a notice stating that the Source Code version of
-the Covered Code is available under the terms of this License,
-including a description of how and where You have fulfilled the
-obligations of Section 3.2. The notice must be conspicuously included
-in any notice in an Executable version, related documentation or
-collateral in which You describe recipients' rights relating to the
-Covered Code. You may distribute the Executable version of Covered
-Code under a license of Your choice, which may contain terms different
-from this License, provided that You are in compliance with the terms
-of this License and that the license for the Executable version does
-not attempt to limit or alter the recipient's rights in the Source
-Code version from the rights set forth in this License. If You
-distribute the Executable version under a different license You must
-make it absolutely clear that any terms which differ from this License
-are offered by You alone, not by the Initial Developer or any
-Contributor. You hereby agree to indemnify the Initial Developer and
-every Contributor for any liability incurred by the Initial Developer
-or such Contributor as a result of any such terms You offer.
-
-3.7. Larger Works.
-You may create a Larger Work by combining Covered Code with other code
-not governed by the terms of this License and distribute the Larger
-Work as a single product. In such a case, You must make sure the
-requirements of this License are fulfilled for the Covered Code.
-
-4. Inability to Comply Due to Statute or Regulation.
-If it is impossible for You to comply with any of the terms of this
-License with respect to some or all of the Covered Code due to statute
-or regulation then You must: (a) comply with the terms of this License
-to the maximum extent possible; and (b) describe the limitations and
-the code they affect. Such description must be included in the LEGAL
-file described in Section 3.4 and must be included with all
-distributions of the Source Code. Except to the extent prohibited by
-statute or regulation, such description must be sufficiently detailed
-for a recipient of ordinary skill to be able to understand it.
-
-5. Application of this License.
-
-This License applies to code to which the Initial Developer has
-attached the notice in Exhibit A, and to related Covered Code.
-
-6. CONNECTION TO MOZILLA PUBLIC LICENSE
-
-This Erlang License is a derivative work of the Mozilla Public
-License, Version 1.0. It contains terms which differ from the Mozilla
-Public License, Version 1.0.
-
-7. DISCLAIMER OF WARRANTY.
-
-COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN ``AS IS'' BASIS,
-WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
-WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
-DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR
-NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF
-THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE
-IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER
-CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR
-CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART
-OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER
-EXCEPT UNDER THIS DISCLAIMER.
-
-8. TERMINATION.
-This License and the rights granted hereunder will terminate
-automatically if You fail to comply with terms herein and fail to cure
-such breach within 30 days of becoming aware of the breach. All
-sublicenses to the Covered Code which are properly granted shall
-survive any termination of this License. Provisions which, by their
-nature, must remain in effect beyond the termination of this License
-shall survive.
-
-9. DISCLAIMER OF LIABILITY
-Any utilization of Covered Code shall not cause the Initial Developer
-or any Contributor to be liable for any damages (neither direct nor
-indirect).
-
-10. MISCELLANEOUS
-This License represents the complete agreement concerning the subject
-matter hereof. If any provision is held to be unenforceable, such
-provision shall be reformed only to the extent necessary to make it
-enforceable. This License shall be construed by and in accordance with
-the substantive laws of Sweden. Any dispute, controversy or claim
-arising out of or relating to this License, or the breach, termination
-or invalidity thereof, shall be subject to the exclusive jurisdiction
-of Swedish courts, with the Stockholm City Court as the first
-instance.
-
-EXHIBIT A.
-
-``The contents of this file are subject to the Erlang Public License,
-Version 1.1, (the "License"); you may not use this file except in
-compliance with the License. You should have received a copy of the
-Erlang Public License along with this software. If not, it can be
-retrieved via the world wide web at http://www.erlang.org/.
-
-Software distributed under the License is distributed on an "AS IS"
-basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
-the License for the specific language governing rights and limitations
-under the License.
-
-The Initial Developer of the Original Code is Ericsson Utvecklings AB.
-Portions created by Ericsson are Copyright 1999, Ericsson Utvecklings
-AB. All Rights Reserved.''
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Exolab b/sdk_container/src/third_party/portage-stable/licenses/Exolab
deleted file mode 100644
index 31eed69cf1c..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Exolab
+++ /dev/null
@@ -1,38 +0,0 @@
-Copyright 1999-2004 (C) Intalio Inc., and others. All Rights Reserved.
-
-Redistribution and use of this software and associated documentation
-("Software"), with or without modification, are permitted provided
-that the following conditions are met:
-
-1. Redistributions of source code must retain copyright statements
- and notices. Redistributions must also contain a copy of this
- document.
-
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
-3. The name "ExoLab" must not be used to endorse or promote products
- derived from this Software without prior written permission of
- Intalio Inc. For written permission, please contact info@exolab.org.
-
-4. Products derived from this Software may not be called "Castor"
- nor may "Castor" appear in their names without prior written
- permission of Intalio Inc. Exolab, Castor and Intalio are
- trademarks of Intalio Inc.
-
-5. Due credit should be given to the ExoLab Project
- (http://www.exolab.org/).
-
-THIS SOFTWARE IS PROVIDED BY INTALIO AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
-PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTALIO OR ITS
-CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
-EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
-OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
-USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/FAH-EULA-2014 b/sdk_container/src/third_party/portage-stable/licenses/FAH-EULA-2014
deleted file mode 100644
index 7785bd90b77..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/FAH-EULA-2014
+++ /dev/null
@@ -1,43 +0,0 @@
------------------------- Folding@home Software License ------------------------
-Copyright 2001-2014. Stanford University. All Rights Reserved.
-
-License Agreement:
-
-Please carefully read the following terms and conditions before using
-this software. Use of this software indicates acceptance of this license
-agreement and disclaimer of all warranties.
-
-Disclaimer of Warranty:
-
-IN NO EVENT SHALL STANFORD UNIVERSITY BE LIABLE TO ANY PARTY FOR DIRECT,
-INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST
-PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION,
-EVEN IF STANFORD UNIVERSITY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGE.
-
-STANFORD UNIVERSITY SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
-BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
-FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE AND ACCOMPANYING
-DOCUMENTATION PROVIDED HEREUNDER IS PROVIDED "AS IS". Folding@home HAS
-NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
-MODIFICATIONS.
-
-Restrictions:
-
-You may use this software on a computer system only if you own the
-system or have the written permission of the owner.
-
-You may not alter the software or associated data files.
-
-You may only use unmodified versions of Folding@home obtained through
-authorized distributors to connect to the Folding@home servers. Use of
-other software to connect to the Folding@home servers is strictly
-prohibited. This prohibition includes 3rd party installers which
-download directly from Stanford web sites, unless written permission is
-granted from Stanford University.
-
-Distribution of this software is prohibited. It may only be obtained by
-downloading from Stanford's web site (http://folding.stanford.edu and
-pages linked therein) or the web site of one of our commercial partners
-(NVIDIA and AMD).
---------------------------------------------------------------------------------
diff --git a/sdk_container/src/third_party/portage-stable/licenses/FAH-special-permission b/sdk_container/src/third_party/portage-stable/licenses/FAH-special-permission
deleted file mode 100644
index 66773a45eb8..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/FAH-special-permission
+++ /dev/null
@@ -1,8 +0,0 @@
-Special permission is hereby granted to the Gentoo project to provide an
-automated installer package which downloads and installs the Folding@home client
-software. Permission is also granted for future Gentoo installer packages on the
-condition that they continue to adhere to all of the terms of the accompanying
-Folding@home license agreements and display this notice.
--- Vijay S. Pande, Stanford University, 07 May 2013
-
-(ref: http://foldingforum.org/viewtopic.php?f=16&t=22524&p=241992#p241992 )
diff --git a/sdk_container/src/third_party/portage-stable/licenses/FDL-1.1 b/sdk_container/src/third_party/portage-stable/licenses/FDL-1.1
deleted file mode 100644
index 247a2b9574e..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/FDL-1.1
+++ /dev/null
@@ -1,355 +0,0 @@
- GNU Free Documentation License
- Version 1.1, March 2000
-
- Copyright (C) 2000 Free Software Foundation, Inc.
-
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-
-0. PREAMBLE
-
-The purpose of this License is to make a manual, textbook, or other
-written document "free" in the sense of freedom: to assure everyone
-the effective freedom to copy and redistribute it, with or without
-modifying it, either commercially or noncommercially. Secondarily,
-this License preserves for the author and publisher a way to get
-credit for their work, while not being considered responsible for
-modifications made by others.
-
-This License is a kind of "copyleft", which means that derivative
-works of the document must themselves be free in the same sense. It
-complements the GNU General Public License, which is a copyleft
-license designed for free software.
-
-We have designed this License in order to use it for manuals for free
-software, because free software needs free documentation: a free
-program should come with manuals providing the same freedoms that the
-software does. But this License is not limited to software manuals;
-it can be used for any textual work, regardless of subject matter or
-whether it is published as a printed book. We recommend this License
-principally for works whose purpose is instruction or reference.
-
-
-1. APPLICABILITY AND DEFINITIONS
-
-This License applies to any manual or other work that contains a
-notice placed by the copyright holder saying it can be distributed
-under the terms of this License. The "Document", below, refers to any
-such manual or work. Any member of the public is a licensee, and is
-addressed as "you".
-
-A "Modified Version" of the Document means any work containing the
-Document or a portion of it, either copied verbatim, or with
-modifications and/or translated into another language.
-
-A "Secondary Section" is a named appendix or a front-matter section of
-the Document that deals exclusively with the relationship of the
-publishers or authors of the Document to the Document's overall subject
-(or to related matters) and contains nothing that could fall directly
-within that overall subject. (For example, if the Document is in part a
-textbook of mathematics, a Secondary Section may not explain any
-mathematics.) The relationship could be a matter of historical
-connection with the subject or with related matters, or of legal,
-commercial, philosophical, ethical or political position regarding
-them.
-
-The "Invariant Sections" are certain Secondary Sections whose titles
-are designated, as being those of Invariant Sections, in the notice
-that says that the Document is released under this License.
-
-The "Cover Texts" are certain short passages of text that are listed,
-as Front-Cover Texts or Back-Cover Texts, in the notice that says that
-the Document is released under this License.
-
-A "Transparent" copy of the Document means a machine-readable copy,
-represented in a format whose specification is available to the
-general public, whose contents can be viewed and edited directly and
-straightforwardly with generic text editors or (for images composed of
-pixels) generic paint programs or (for drawings) some widely available
-drawing editor, and that is suitable for input to text formatters or
-for automatic translation to a variety of formats suitable for input
-to text formatters. A copy made in an otherwise Transparent file
-format whose markup has been designed to thwart or discourage
-subsequent modification by readers is not Transparent. A copy that is
-not "Transparent" is called "Opaque".
-
-Examples of suitable formats for Transparent copies include plain
-ASCII without markup, Texinfo input format, LaTeX input format, SGML
-or XML using a publicly available DTD, and standard-conforming simple
-HTML designed for human modification. Opaque formats include
-PostScript, PDF, proprietary formats that can be read and edited only
-by proprietary word processors, SGML or XML for which the DTD and/or
-processing tools are not generally available, and the
-machine-generated HTML produced by some word processors for output
-purposes only.
-
-The "Title Page" means, for a printed book, the title page itself,
-plus such following pages as are needed to hold, legibly, the material
-this License requires to appear in the title page. For works in
-formats which do not have any title page as such, "Title Page" means
-the text near the most prominent appearance of the work's title,
-preceding the beginning of the body of the text.
-
-
-2. VERBATIM COPYING
-
-You may copy and distribute the Document in any medium, either
-commercially or noncommercially, provided that this License, the
-copyright notices, and the license notice saying this License applies
-to the Document are reproduced in all copies, and that you add no other
-conditions whatsoever to those of this License. You may not use
-technical measures to obstruct or control the reading or further
-copying of the copies you make or distribute. However, you may accept
-compensation in exchange for copies. If you distribute a large enough
-number of copies you must also follow the conditions in section 3.
-
-You may also lend copies, under the same conditions stated above, and
-you may publicly display copies.
-
-
-3. COPYING IN QUANTITY
-
-If you publish printed copies of the Document numbering more than 100,
-and the Document's license notice requires Cover Texts, you must enclose
-the copies in covers that carry, clearly and legibly, all these Cover
-Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
-the back cover. Both covers must also clearly and legibly identify
-you as the publisher of these copies. The front cover must present
-the full title with all words of the title equally prominent and
-visible. You may add other material on the covers in addition.
-Copying with changes limited to the covers, as long as they preserve
-the title of the Document and satisfy these conditions, can be treated
-as verbatim copying in other respects.
-
-If the required texts for either cover are too voluminous to fit
-legibly, you should put the first ones listed (as many as fit
-reasonably) on the actual cover, and continue the rest onto adjacent
-pages.
-
-If you publish or distribute Opaque copies of the Document numbering
-more than 100, you must either include a machine-readable Transparent
-copy along with each Opaque copy, or state in or with each Opaque copy
-a publicly-accessible computer-network location containing a complete
-Transparent copy of the Document, free of added material, which the
-general network-using public has access to download anonymously at no
-charge using public-standard network protocols. If you use the latter
-option, you must take reasonably prudent steps, when you begin
-distribution of Opaque copies in quantity, to ensure that this
-Transparent copy will remain thus accessible at the stated location
-until at least one year after the last time you distribute an Opaque
-copy (directly or through your agents or retailers) of that edition to
-the public.
-
-It is requested, but not required, that you contact the authors of the
-Document well before redistributing any large number of copies, to give
-them a chance to provide you with an updated version of the Document.
-
-
-4. MODIFICATIONS
-
-You may copy and distribute a Modified Version of the Document under
-the conditions of sections 2 and 3 above, provided that you release
-the Modified Version under precisely this License, with the Modified
-Version filling the role of the Document, thus licensing distribution
-and modification of the Modified Version to whoever possesses a copy
-of it. In addition, you must do these things in the Modified Version:
-
-A. Use in the Title Page (and on the covers, if any) a title distinct
- from that of the Document, and from those of previous versions
- (which should, if there were any, be listed in the History section
- of the Document). You may use the same title as a previous version
- if the original publisher of that version gives permission.
-B. List on the Title Page, as authors, one or more persons or entities
- responsible for authorship of the modifications in the Modified
- Version, together with at least five of the principal authors of the
- Document (all of its principal authors, if it has less than five).
-C. State on the Title page the name of the publisher of the
- Modified Version, as the publisher.
-D. Preserve all the copyright notices of the Document.
-E. Add an appropriate copyright notice for your modifications
- adjacent to the other copyright notices.
-F. Include, immediately after the copyright notices, a license notice
- giving the public permission to use the Modified Version under the
- terms of this License, in the form shown in the Addendum below.
-G. Preserve in that license notice the full lists of Invariant Sections
- and required Cover Texts given in the Document's license notice.
-H. Include an unaltered copy of this License.
-I. Preserve the section entitled "History", and its title, and add to
- it an item stating at least the title, year, new authors, and
- publisher of the Modified Version as given on the Title Page. If
- there is no section entitled "History" in the Document, create one
- stating the title, year, authors, and publisher of the Document as
- given on its Title Page, then add an item describing the Modified
- Version as stated in the previous sentence.
-J. Preserve the network location, if any, given in the Document for
- public access to a Transparent copy of the Document, and likewise
- the network locations given in the Document for previous versions
- it was based on. These may be placed in the "History" section.
- You may omit a network location for a work that was published at
- least four years before the Document itself, or if the original
- publisher of the version it refers to gives permission.
-K. In any section entitled "Acknowledgements" or "Dedications",
- preserve the section's title, and preserve in the section all the
- substance and tone of each of the contributor acknowledgements
- and/or dedications given therein.
-L. Preserve all the Invariant Sections of the Document,
- unaltered in their text and in their titles. Section numbers
- or the equivalent are not considered part of the section titles.
-M. Delete any section entitled "Endorsements". Such a section
- may not be included in the Modified Version.
-N. Do not retitle any existing section as "Endorsements"
- or to conflict in title with any Invariant Section.
-
-If the Modified Version includes new front-matter sections or
-appendices that qualify as Secondary Sections and contain no material
-copied from the Document, you may at your option designate some or all
-of these sections as invariant. To do this, add their titles to the
-list of Invariant Sections in the Modified Version's license notice.
-These titles must be distinct from any other section titles.
-
-You may add a section entitled "Endorsements", provided it contains
-nothing but endorsements of your Modified Version by various
-parties--for example, statements of peer review or that the text has
-been approved by an organization as the authoritative definition of a
-standard.
-
-You may add a passage of up to five words as a Front-Cover Text, and a
-passage of up to 25 words as a Back-Cover Text, to the end of the list
-of Cover Texts in the Modified Version. Only one passage of
-Front-Cover Text and one of Back-Cover Text may be added by (or
-through arrangements made by) any one entity. If the Document already
-includes a cover text for the same cover, previously added by you or
-by arrangement made by the same entity you are acting on behalf of,
-you may not add another; but you may replace the old one, on explicit
-permission from the previous publisher that added the old one.
-
-The author(s) and publisher(s) of the Document do not by this License
-give permission to use their names for publicity for or to assert or
-imply endorsement of any Modified Version.
-
-
-5. COMBINING DOCUMENTS
-
-You may combine the Document with other documents released under this
-License, under the terms defined in section 4 above for modified
-versions, provided that you include in the combination all of the
-Invariant Sections of all of the original documents, unmodified, and
-list them all as Invariant Sections of your combined work in its
-license notice.
-
-The combined work need only contain one copy of this License, and
-multiple identical Invariant Sections may be replaced with a single
-copy. If there are multiple Invariant Sections with the same name but
-different contents, make the title of each such section unique by
-adding at the end of it, in parentheses, the name of the original
-author or publisher of that section if known, or else a unique number.
-Make the same adjustment to the section titles in the list of
-Invariant Sections in the license notice of the combined work.
-
-In the combination, you must combine any sections entitled "History"
-in the various original documents, forming one section entitled
-"History"; likewise combine any sections entitled "Acknowledgements",
-and any sections entitled "Dedications". You must delete all sections
-entitled "Endorsements."
-
-
-6. COLLECTIONS OF DOCUMENTS
-
-You may make a collection consisting of the Document and other documents
-released under this License, and replace the individual copies of this
-License in the various documents with a single copy that is included in
-the collection, provided that you follow the rules of this License for
-verbatim copying of each of the documents in all other respects.
-
-You may extract a single document from such a collection, and distribute
-it individually under this License, provided you insert a copy of this
-License into the extracted document, and follow this License in all
-other respects regarding verbatim copying of that document.
-
-
-7. AGGREGATION WITH INDEPENDENT WORKS
-
-A compilation of the Document or its derivatives with other separate
-and independent documents or works, in or on a volume of a storage or
-distribution medium, does not as a whole count as a Modified Version
-of the Document, provided no compilation copyright is claimed for the
-compilation. Such a compilation is called an "aggregate", and this
-License does not apply to the other self-contained works thus compiled
-with the Document, on account of their being thus compiled, if they
-are not themselves derivative works of the Document.
-
-If the Cover Text requirement of section 3 is applicable to these
-copies of the Document, then if the Document is less than one quarter
-of the entire aggregate, the Document's Cover Texts may be placed on
-covers that surround only the Document within the aggregate.
-Otherwise they must appear on covers around the whole aggregate.
-
-
-8. TRANSLATION
-
-Translation is considered a kind of modification, so you may
-distribute translations of the Document under the terms of section 4.
-Replacing Invariant Sections with translations requires special
-permission from their copyright holders, but you may include
-translations of some or all Invariant Sections in addition to the
-original versions of these Invariant Sections. You may include a
-translation of this License provided that you also include the
-original English version of this License. In case of a disagreement
-between the translation and the original English version of this
-License, the original English version will prevail.
-
-
-9. TERMINATION
-
-You may not copy, modify, sublicense, or distribute the Document except
-as expressly provided for under this License. Any other attempt to
-copy, modify, sublicense or distribute the Document is void, and will
-automatically terminate your rights under this License. However,
-parties who have received copies, or rights, from you under this
-License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
-
-10. FUTURE REVISIONS OF THIS LICENSE
-
-The Free Software Foundation may publish new, revised versions
-of the GNU Free Documentation License from time to time. Such new
-versions will be similar in spirit to the present version, but may
-differ in detail to address new problems or concerns. See
-https://www.gnu.org/licenses/.
-
-Each version of the License is given a distinguishing version number.
-If the Document specifies that a particular numbered version of this
-License "or any later version" applies to it, you have the option of
-following the terms and conditions either of that specified version or
-of any later version that has been published (not as a draft) by the
-Free Software Foundation. If the Document does not specify a version
-number of this License, you may choose any version ever published (not
-as a draft) by the Free Software Foundation.
-
-
-ADDENDUM: How to use this License for your documents
-
-To use this License in a document you have written, include a copy of
-the License in the document and put the following copyright and
-license notices just after the title page:
-
- Copyright (c) YEAR YOUR NAME.
- Permission is granted to copy, distribute and/or modify this document
- under the terms of the GNU Free Documentation License, Version 1.1
- or any later version published by the Free Software Foundation;
- with the Invariant Sections being LIST THEIR TITLES, with the
- Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
- A copy of the license is included in the section entitled "GNU
- Free Documentation License".
-
-If you have no Invariant Sections, write "with no Invariant Sections"
-instead of saying which ones are invariant. If you have no
-Front-Cover Texts, write "no Front-Cover Texts" instead of
-"Front-Cover Texts being LIST"; likewise for Back-Cover Texts.
-
-If your document contains nontrivial examples of program code, we
-recommend releasing these examples in parallel under your choice of
-free software license, such as the GNU General Public License,
-to permit their use in free software.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/FDL-1.1+ b/sdk_container/src/third_party/portage-stable/licenses/FDL-1.1+
deleted file mode 100644
index 01670c287ed..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/FDL-1.1+
+++ /dev/null
@@ -1,2 +0,0 @@
-GNU Free Documentation License, version 1.1 or any later version.
-See FDL-1.1, FDL-1.2, or FDL-1.3 for the full text of these licenses.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/FDL-1.3 b/sdk_container/src/third_party/portage-stable/licenses/FDL-1.3
deleted file mode 100644
index 857214dd845..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/FDL-1.3
+++ /dev/null
@@ -1,451 +0,0 @@
-
- GNU Free Documentation License
- Version 1.3, 3 November 2008
-
-
- Copyright (C) 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
-
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-0. PREAMBLE
-
-The purpose of this License is to make a manual, textbook, or other
-functional and useful document "free" in the sense of freedom: to
-assure everyone the effective freedom to copy and redistribute it,
-with or without modifying it, either commercially or noncommercially.
-Secondarily, this License preserves for the author and publisher a way
-to get credit for their work, while not being considered responsible
-for modifications made by others.
-
-This License is a kind of "copyleft", which means that derivative
-works of the document must themselves be free in the same sense. It
-complements the GNU General Public License, which is a copyleft
-license designed for free software.
-
-We have designed this License in order to use it for manuals for free
-software, because free software needs free documentation: a free
-program should come with manuals providing the same freedoms that the
-software does. But this License is not limited to software manuals;
-it can be used for any textual work, regardless of subject matter or
-whether it is published as a printed book. We recommend this License
-principally for works whose purpose is instruction or reference.
-
-
-1. APPLICABILITY AND DEFINITIONS
-
-This License applies to any manual or other work, in any medium, that
-contains a notice placed by the copyright holder saying it can be
-distributed under the terms of this License. Such a notice grants a
-world-wide, royalty-free license, unlimited in duration, to use that
-work under the conditions stated herein. The "Document", below,
-refers to any such manual or work. Any member of the public is a
-licensee, and is addressed as "you". You accept the license if you
-copy, modify or distribute the work in a way requiring permission
-under copyright law.
-
-A "Modified Version" of the Document means any work containing the
-Document or a portion of it, either copied verbatim, or with
-modifications and/or translated into another language.
-
-A "Secondary Section" is a named appendix or a front-matter section of
-the Document that deals exclusively with the relationship of the
-publishers or authors of the Document to the Document's overall
-subject (or to related matters) and contains nothing that could fall
-directly within that overall subject. (Thus, if the Document is in
-part a textbook of mathematics, a Secondary Section may not explain
-any mathematics.) The relationship could be a matter of historical
-connection with the subject or with related matters, or of legal,
-commercial, philosophical, ethical or political position regarding
-them.
-
-The "Invariant Sections" are certain Secondary Sections whose titles
-are designated, as being those of Invariant Sections, in the notice
-that says that the Document is released under this License. If a
-section does not fit the above definition of Secondary then it is not
-allowed to be designated as Invariant. The Document may contain zero
-Invariant Sections. If the Document does not identify any Invariant
-Sections then there are none.
-
-The "Cover Texts" are certain short passages of text that are listed,
-as Front-Cover Texts or Back-Cover Texts, in the notice that says that
-the Document is released under this License. A Front-Cover Text may
-be at most 5 words, and a Back-Cover Text may be at most 25 words.
-
-A "Transparent" copy of the Document means a machine-readable copy,
-represented in a format whose specification is available to the
-general public, that is suitable for revising the document
-straightforwardly with generic text editors or (for images composed of
-pixels) generic paint programs or (for drawings) some widely available
-drawing editor, and that is suitable for input to text formatters or
-for automatic translation to a variety of formats suitable for input
-to text formatters. A copy made in an otherwise Transparent file
-format whose markup, or absence of markup, has been arranged to thwart
-or discourage subsequent modification by readers is not Transparent.
-An image format is not Transparent if used for any substantial amount
-of text. A copy that is not "Transparent" is called "Opaque".
-
-Examples of suitable formats for Transparent copies include plain
-ASCII without markup, Texinfo input format, LaTeX input format, SGML
-or XML using a publicly available DTD, and standard-conforming simple
-HTML, PostScript or PDF designed for human modification. Examples of
-transparent image formats include PNG, XCF and JPG. Opaque formats
-include proprietary formats that can be read and edited only by
-proprietary word processors, SGML or XML for which the DTD and/or
-processing tools are not generally available, and the
-machine-generated HTML, PostScript or PDF produced by some word
-processors for output purposes only.
-
-The "Title Page" means, for a printed book, the title page itself,
-plus such following pages as are needed to hold, legibly, the material
-this License requires to appear in the title page. For works in
-formats which do not have any title page as such, "Title Page" means
-the text near the most prominent appearance of the work's title,
-preceding the beginning of the body of the text.
-
-The "publisher" means any person or entity that distributes copies of
-the Document to the public.
-
-A section "Entitled XYZ" means a named subunit of the Document whose
-title either is precisely XYZ or contains XYZ in parentheses following
-text that translates XYZ in another language. (Here XYZ stands for a
-specific section name mentioned below, such as "Acknowledgements",
-"Dedications", "Endorsements", or "History".) To "Preserve the Title"
-of such a section when you modify the Document means that it remains a
-section "Entitled XYZ" according to this definition.
-
-The Document may include Warranty Disclaimers next to the notice which
-states that this License applies to the Document. These Warranty
-Disclaimers are considered to be included by reference in this
-License, but only as regards disclaiming warranties: any other
-implication that these Warranty Disclaimers may have is void and has
-no effect on the meaning of this License.
-
-2. VERBATIM COPYING
-
-You may copy and distribute the Document in any medium, either
-commercially or noncommercially, provided that this License, the
-copyright notices, and the license notice saying this License applies
-to the Document are reproduced in all copies, and that you add no
-other conditions whatsoever to those of this License. You may not use
-technical measures to obstruct or control the reading or further
-copying of the copies you make or distribute. However, you may accept
-compensation in exchange for copies. If you distribute a large enough
-number of copies you must also follow the conditions in section 3.
-
-You may also lend copies, under the same conditions stated above, and
-you may publicly display copies.
-
-
-3. COPYING IN QUANTITY
-
-If you publish printed copies (or copies in media that commonly have
-printed covers) of the Document, numbering more than 100, and the
-Document's license notice requires Cover Texts, you must enclose the
-copies in covers that carry, clearly and legibly, all these Cover
-Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
-the back cover. Both covers must also clearly and legibly identify
-you as the publisher of these copies. The front cover must present
-the full title with all words of the title equally prominent and
-visible. You may add other material on the covers in addition.
-Copying with changes limited to the covers, as long as they preserve
-the title of the Document and satisfy these conditions, can be treated
-as verbatim copying in other respects.
-
-If the required texts for either cover are too voluminous to fit
-legibly, you should put the first ones listed (as many as fit
-reasonably) on the actual cover, and continue the rest onto adjacent
-pages.
-
-If you publish or distribute Opaque copies of the Document numbering
-more than 100, you must either include a machine-readable Transparent
-copy along with each Opaque copy, or state in or with each Opaque copy
-a computer-network location from which the general network-using
-public has access to download using public-standard network protocols
-a complete Transparent copy of the Document, free of added material.
-If you use the latter option, you must take reasonably prudent steps,
-when you begin distribution of Opaque copies in quantity, to ensure
-that this Transparent copy will remain thus accessible at the stated
-location until at least one year after the last time you distribute an
-Opaque copy (directly or through your agents or retailers) of that
-edition to the public.
-
-It is requested, but not required, that you contact the authors of the
-Document well before redistributing any large number of copies, to
-give them a chance to provide you with an updated version of the
-Document.
-
-
-4. MODIFICATIONS
-
-You may copy and distribute a Modified Version of the Document under
-the conditions of sections 2 and 3 above, provided that you release
-the Modified Version under precisely this License, with the Modified
-Version filling the role of the Document, thus licensing distribution
-and modification of the Modified Version to whoever possesses a copy
-of it. In addition, you must do these things in the Modified Version:
-
-A. Use in the Title Page (and on the covers, if any) a title distinct
- from that of the Document, and from those of previous versions
- (which should, if there were any, be listed in the History section
- of the Document). You may use the same title as a previous version
- if the original publisher of that version gives permission.
-B. List on the Title Page, as authors, one or more persons or entities
- responsible for authorship of the modifications in the Modified
- Version, together with at least five of the principal authors of the
- Document (all of its principal authors, if it has fewer than five),
- unless they release you from this requirement.
-C. State on the Title page the name of the publisher of the
- Modified Version, as the publisher.
-D. Preserve all the copyright notices of the Document.
-E. Add an appropriate copyright notice for your modifications
- adjacent to the other copyright notices.
-F. Include, immediately after the copyright notices, a license notice
- giving the public permission to use the Modified Version under the
- terms of this License, in the form shown in the Addendum below.
-G. Preserve in that license notice the full lists of Invariant Sections
- and required Cover Texts given in the Document's license notice.
-H. Include an unaltered copy of this License.
-I. Preserve the section Entitled "History", Preserve its Title, and add
- to it an item stating at least the title, year, new authors, and
- publisher of the Modified Version as given on the Title Page. If
- there is no section Entitled "History" in the Document, create one
- stating the title, year, authors, and publisher of the Document as
- given on its Title Page, then add an item describing the Modified
- Version as stated in the previous sentence.
-J. Preserve the network location, if any, given in the Document for
- public access to a Transparent copy of the Document, and likewise
- the network locations given in the Document for previous versions
- it was based on. These may be placed in the "History" section.
- You may omit a network location for a work that was published at
- least four years before the Document itself, or if the original
- publisher of the version it refers to gives permission.
-K. For any section Entitled "Acknowledgements" or "Dedications",
- Preserve the Title of the section, and preserve in the section all
- the substance and tone of each of the contributor acknowledgements
- and/or dedications given therein.
-L. Preserve all the Invariant Sections of the Document,
- unaltered in their text and in their titles. Section numbers
- or the equivalent are not considered part of the section titles.
-M. Delete any section Entitled "Endorsements". Such a section
- may not be included in the Modified Version.
-N. Do not retitle any existing section to be Entitled "Endorsements"
- or to conflict in title with any Invariant Section.
-O. Preserve any Warranty Disclaimers.
-
-If the Modified Version includes new front-matter sections or
-appendices that qualify as Secondary Sections and contain no material
-copied from the Document, you may at your option designate some or all
-of these sections as invariant. To do this, add their titles to the
-list of Invariant Sections in the Modified Version's license notice.
-These titles must be distinct from any other section titles.
-
-You may add a section Entitled "Endorsements", provided it contains
-nothing but endorsements of your Modified Version by various
-parties--for example, statements of peer review or that the text has
-been approved by an organization as the authoritative definition of a
-standard.
-
-You may add a passage of up to five words as a Front-Cover Text, and a
-passage of up to 25 words as a Back-Cover Text, to the end of the list
-of Cover Texts in the Modified Version. Only one passage of
-Front-Cover Text and one of Back-Cover Text may be added by (or
-through arrangements made by) any one entity. If the Document already
-includes a cover text for the same cover, previously added by you or
-by arrangement made by the same entity you are acting on behalf of,
-you may not add another; but you may replace the old one, on explicit
-permission from the previous publisher that added the old one.
-
-The author(s) and publisher(s) of the Document do not by this License
-give permission to use their names for publicity for or to assert or
-imply endorsement of any Modified Version.
-
-
-5. COMBINING DOCUMENTS
-
-You may combine the Document with other documents released under this
-License, under the terms defined in section 4 above for modified
-versions, provided that you include in the combination all of the
-Invariant Sections of all of the original documents, unmodified, and
-list them all as Invariant Sections of your combined work in its
-license notice, and that you preserve all their Warranty Disclaimers.
-
-The combined work need only contain one copy of this License, and
-multiple identical Invariant Sections may be replaced with a single
-copy. If there are multiple Invariant Sections with the same name but
-different contents, make the title of each such section unique by
-adding at the end of it, in parentheses, the name of the original
-author or publisher of that section if known, or else a unique number.
-Make the same adjustment to the section titles in the list of
-Invariant Sections in the license notice of the combined work.
-
-In the combination, you must combine any sections Entitled "History"
-in the various original documents, forming one section Entitled
-"History"; likewise combine any sections Entitled "Acknowledgements",
-and any sections Entitled "Dedications". You must delete all sections
-Entitled "Endorsements".
-
-
-6. COLLECTIONS OF DOCUMENTS
-
-You may make a collection consisting of the Document and other
-documents released under this License, and replace the individual
-copies of this License in the various documents with a single copy
-that is included in the collection, provided that you follow the rules
-of this License for verbatim copying of each of the documents in all
-other respects.
-
-You may extract a single document from such a collection, and
-distribute it individually under this License, provided you insert a
-copy of this License into the extracted document, and follow this
-License in all other respects regarding verbatim copying of that
-document.
-
-
-7. AGGREGATION WITH INDEPENDENT WORKS
-
-A compilation of the Document or its derivatives with other separate
-and independent documents or works, in or on a volume of a storage or
-distribution medium, is called an "aggregate" if the copyright
-resulting from the compilation is not used to limit the legal rights
-of the compilation's users beyond what the individual works permit.
-When the Document is included in an aggregate, this License does not
-apply to the other works in the aggregate which are not themselves
-derivative works of the Document.
-
-If the Cover Text requirement of section 3 is applicable to these
-copies of the Document, then if the Document is less than one half of
-the entire aggregate, the Document's Cover Texts may be placed on
-covers that bracket the Document within the aggregate, or the
-electronic equivalent of covers if the Document is in electronic form.
-Otherwise they must appear on printed covers that bracket the whole
-aggregate.
-
-
-8. TRANSLATION
-
-Translation is considered a kind of modification, so you may
-distribute translations of the Document under the terms of section 4.
-Replacing Invariant Sections with translations requires special
-permission from their copyright holders, but you may include
-translations of some or all Invariant Sections in addition to the
-original versions of these Invariant Sections. You may include a
-translation of this License, and all the license notices in the
-Document, and any Warranty Disclaimers, provided that you also include
-the original English version of this License and the original versions
-of those notices and disclaimers. In case of a disagreement between
-the translation and the original version of this License or a notice
-or disclaimer, the original version will prevail.
-
-If a section in the Document is Entitled "Acknowledgements",
-"Dedications", or "History", the requirement (section 4) to Preserve
-its Title (section 1) will typically require changing the actual
-title.
-
-
-9. TERMINATION
-
-You may not copy, modify, sublicense, or distribute the Document
-except as expressly provided under this License. Any attempt
-otherwise to copy, modify, sublicense, or distribute it is void, and
-will automatically terminate your rights under this License.
-
-However, if you cease all violation of this License, then your license
-from a particular copyright holder is reinstated (a) provisionally,
-unless and until the copyright holder explicitly and finally
-terminates your license, and (b) permanently, if the copyright holder
-fails to notify you of the violation by some reasonable means prior to
-60 days after the cessation.
-
-Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
-Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License. If your rights have been terminated and not permanently
-reinstated, receipt of a copy of some or all of the same material does
-not give you any rights to use it.
-
-
-10. FUTURE REVISIONS OF THIS LICENSE
-
-The Free Software Foundation may publish new, revised versions of the
-GNU Free Documentation License from time to time. Such new versions
-will be similar in spirit to the present version, but may differ in
-detail to address new problems or concerns. See
-https://www.gnu.org/licenses/.
-
-Each version of the License is given a distinguishing version number.
-If the Document specifies that a particular numbered version of this
-License "or any later version" applies to it, you have the option of
-following the terms and conditions either of that specified version or
-of any later version that has been published (not as a draft) by the
-Free Software Foundation. If the Document does not specify a version
-number of this License, you may choose any version ever published (not
-as a draft) by the Free Software Foundation. If the Document
-specifies that a proxy can decide which future versions of this
-License can be used, that proxy's public statement of acceptance of a
-version permanently authorizes you to choose that version for the
-Document.
-
-11. RELICENSING
-
-"Massive Multiauthor Collaboration Site" (or "MMC Site") means any
-World Wide Web server that publishes copyrightable works and also
-provides prominent facilities for anybody to edit those works. A
-public wiki that anybody can edit is an example of such a server. A
-"Massive Multiauthor Collaboration" (or "MMC") contained in the site
-means any set of copyrightable works thus published on the MMC site.
-
-"CC-BY-SA" means the Creative Commons Attribution-Share Alike 3.0
-license published by Creative Commons Corporation, a not-for-profit
-corporation with a principal place of business in San Francisco,
-California, as well as future copyleft versions of that license
-published by that same organization.
-
-"Incorporate" means to publish or republish a Document, in whole or in
-part, as part of another Document.
-
-An MMC is "eligible for relicensing" if it is licensed under this
-License, and if all works that were first published under this License
-somewhere other than this MMC, and subsequently incorporated in whole or
-in part into the MMC, (1) had no cover texts or invariant sections, and
-(2) were thus incorporated prior to November 1, 2008.
-
-The operator of an MMC Site may republish an MMC contained in the site
-under CC-BY-SA on the same site at any time before August 1, 2009,
-provided the MMC is eligible for relicensing.
-
-
-ADDENDUM: How to use this License for your documents
-
-To use this License in a document you have written, include a copy of
-the License in the document and put the following copyright and
-license notices just after the title page:
-
- Copyright (c) YEAR YOUR NAME.
- Permission is granted to copy, distribute and/or modify this document
- under the terms of the GNU Free Documentation License, Version 1.3
- or any later version published by the Free Software Foundation;
- with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
- A copy of the license is included in the section entitled "GNU
- Free Documentation License".
-
-If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
-replace the "with...Texts." line with this:
-
- with the Invariant Sections being LIST THEIR TITLES, with the
- Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
-
-If you have Invariant Sections without Cover Texts, or some other
-combination of the three, merge those two alternatives to suit the
-situation.
-
-If your document contains nontrivial examples of program code, we
-recommend releasing these examples in parallel under your choice of
-free software license, such as the GNU General Public License,
-to permit their use in free software.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/FESTIVAL b/sdk_container/src/third_party/portage-stable/licenses/FESTIVAL
deleted file mode 100644
index c115f2cdca5..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/FESTIVAL
+++ /dev/null
@@ -1,93 +0,0 @@
-The system as a whole and almost all of the files in it are
-distributed under the following copyright and conditions
-
- The Festival Speech Synthesis System
- Centre for Speech Technology Research
- University of Edinburgh, UK
- Copyright (c) 1996-2001
- All Rights Reserved.
-
- Permission is hereby granted, free of charge, to use and distribute
- this software and its documentation without restriction, including
- without limitation the rights to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of this work, and to
- permit persons to whom this work is furnished to do so, subject to
- the following conditions:
- 1. The code must retain the above copyright notice, this list of
- conditions and the following disclaimer.
- 2. Any modifications must be clearly marked as such.
- 3. Original authors' names are not deleted.
- 4. The authors' names are not used to endorse or promote products
- derived from this software without specific prior written
- permission.
-
- THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK
- DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
- ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT
- SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE
- FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
- AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
- ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
- THIS SOFTWARE.
-
-Some further comments:
-
-Every effort has been made to ensure that Festival does not contain
-any violation of intellectual property rights through disclosure of
-trade secrets, copyright or patent violation. Considerable time and
-effort has been spent to ensure that this is the case. However,
-especially with patent problems, it is not always within our control
-to know what has or has not been restricted. If you do suspect that
-some part of Festival cannot be legally distributed please please
-inform us so that an alternative may be sought. Festival is only
-useful if it is truly free to distribute.
-
-As of 1.4.0 the core distribution (and speech tools) is free. Unlike
-previous versions which had a commercial restriction. You are free to
-incorporate Festival in commercial (and of course non-commercial
-systems), without any further communication or licence from us.
-However if you are seriously using Festival within a commercial
-application we would like to know, both so we know we are contributing
-and so we can keep you informed of future developments. Also if you
-require maintenance, support or wish us to provide consultancy feel
-free to contact us.
-
-The voices however aren't all free. At present the US voices, kal and
-ked are free. Our British voices are free themselves but they use OALD
-which is restricted for non-commercial use. Our Spanish voice is also
-so restricted.
-
-Note other modules that festival supports e.g MBROLA and OGI
-extensions, may have different licencing please take care when using
-the system to understand what you are actually using.
-
---------------------------------------------------
-
-A number of individual files in the system fall under a different
-copyright from the above. All however are termed "free software"
-but most people.
-
-./src/arch/festival/tcl.c
- * Copyright (C)1997 Jacques H. de Villiers
- * Copyright (C)1997 Center for Spoken Language Understanding,
- * Oregon Graduate Institute of Science & Technology
- See conditions in file. This is the standard TCL licence and hence
- shouldn't cause problems from most people.
-
-./examples/festival_client.pl
-# Copyright (C) 1997
-# Kevin A. Lenzo (lenzo@cs.cmu.edu) 7/97
- See condition in file
-
-./src/modules/clunits/*
- Joint copyright University of Edinburgh and Carnegie Mellon University
- Conditions remain as free software like the rest of distribution
-
-./lib/festival.el
-;;; Copyright (C) Alan W Black 1996
-copyright under FSF General Public Licence
-
-Please also read the COPYING section of speech_tools/README for the
-conditions on those files.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/FFT2D b/sdk_container/src/third_party/portage-stable/licenses/FFT2D
deleted file mode 100644
index 83738a418ef..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/FFT2D
+++ /dev/null
@@ -1,5 +0,0 @@
-Copyright Takuya OOURA, 1996-2001
-
-You may use, copy, modify and distribute this code for any purpose
-(include commercial use) and without fee. Please refer to this package
-when you modify this code.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/FIPL-1.0 b/sdk_container/src/third_party/portage-stable/licenses/FIPL-1.0
deleted file mode 100644
index 479fb4d5119..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/FIPL-1.0
+++ /dev/null
@@ -1,142 +0,0 @@
-FreeImage Public License - Version 1.0
----------------------------------------------
-
-1. Definitions.
-
-1.1. "Contributor" means each entity that creates or contributes to the creation of Modifications.
-
-1.2. "Contributor Version" means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.
-
-1.3. "Covered Code" means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.
-
-1.4. "Electronic Distribution Mechanism" means a mechanism generally accepted in the software development community for the electronic transfer of data.
-
-1.5. "Executable" means Covered Code in any form other than Source Code.
-
-1.6. "Initial Developer" means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.
-
-1.7. "Larger Work" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.
-
-1.8. "License" means this document.
-
-1.9. "Modifications" means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a
-Modification is:
-
-A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.
-
-B. Any new file that contains any part of the Original Code or previous Modifications.
-
-1.10. "Original Code" means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.
-
-1.11. "Source Code" means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control
-compilation and installation of an Executable, or a list of source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor's choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.
-
-1.12. "You" means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, "You" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the
-direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.
-
-2. Source Code License.
-
-2.1. The Initial Developer Grant.
-The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
-
-(a) to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, or as part of a Larger Work; and
-
-(b) under patents now or hereafter owned or controlled by Initial Developer, to make, have made, use and sell ("Utilize") the Original Code (or portions thereof), but solely to the extent that
-any such patent is reasonably necessary to enable You to Utilize the Original Code (or portions thereof) and not to any greater extent that may be necessary to Utilize further Modifications or
-combinations.
-
-2.2. Contributor Grant.
-Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
-
-(a) to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code or as part of a Larger Work; and
-
-(b) under patents now or hereafter owned or controlled by Contributor, to Utilize the Contributor Version (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to Utilize the Contributor Version (or portions thereof), and not to any greater extent that
-may be necessary to Utilize further Modifications or combinations.
-
-3. Distribution Obligations.
-
-3.1. Application of License.
-The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or
-restricts the applicable version of this License or the recipients' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.
-
-3.2. Availability of Source Code.
-Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.
-
-3.3. Description of Modifications.
-You must cause all Covered Code to which you contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.
-
-3.4. Intellectual Property Matters
-
-(a) Third Party Claims.
-If You have knowledge that a party claims an intellectual property right in particular functionality or code (or its utilization under this License), you must include a text file with the source code distribution titled "LEGAL" which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If you obtain such knowledge after You make Your Modification available as described in Section 3.2, You shall promptly modify the LEGAL file in all copies You make
-available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.
-
-(b) Contributor APIs.
-If Your Modification is an application programming interface and You own or control patents which are reasonably necessary to implement that API, you must also include this information in the LEGAL file.
-
-3.5. Required Notices.
-You must duplicate the notice in Exhibit A in each file of the Source Code, and this License in any documentation for the Source Code, where You describe recipients' rights relating to Covered Code. If You created one or more Modification(s), You may add your name as a Contributor to the notice described in Exhibit A. If it is not possible to put such notice in a particular Source Code file due to its
-structure, then you must include such notice in a location (such as a relevant directory file) where a user would be likely to look for such a notice. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or
-liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of
-warranty, support, indemnity or liability terms You offer.
-
-3.6. Distribution of Executable Versions.
-You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You
-describe recipients' rights relating to the Covered Code. You may distribute the Executable version of Covered Code under a license of Your choice, which may contain terms different from this License,
-provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient's rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.
-
-3.7. Larger Works.
-You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.
-
-4. Inability to Comply Due to Statute or Regulation.
-
-If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.
-
-5. Application of this License.
-
-This License applies to code to which the Initial Developer has attached the notice in Exhibit A, and to related Covered Code.
-
-6. Versions of the License.
-
-6.1. New Versions.
-Floris van den Berg may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number.
-
-6.2. Effect of New Versions.
-Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Floris van den Berg
-No one other than Floris van den Berg has the right to modify the terms applicable to Covered Code created under this License.
-
-6.3. Derivative Works.
-If you create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), you must (a) rename Your license so that the phrases "FreeImage", `FreeImage Public License", "FIPL", or any confusingly similar phrase do not appear anywhere in your license and (b) otherwise make it clear that your version of the license contains terms which differ from the FreeImage Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)
-
-7. DISCLAIMER OF WARRANTY.
-
-COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
-
-8. TERMINATION.
-
-This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.
-
-9. LIMITATION OF LIABILITY.
-
-UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO YOU OR ANY OTHER PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
-EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
-
-10. U.S. GOVERNMENT END USERS.
-
-The Covered Code is a "commercial item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software" and "commercial computer software documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein.
-
-11. MISCELLANEOUS.
-
-This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by Dutch law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in, the The Netherlands: (a) unless otherwise agreed in writing, all disputes relating to this License (excepting any dispute relating to intellectual property rights) shall be subject to final and binding arbitration, with the losing party paying all costs of arbitration; (b) any arbitration relating to this Agreement shall be held in Almelo, The Netherlands; and (c) any litigation relating to this Agreement shall be subject to the jurisdiction of the court of Almelo, The Netherlands with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys fees and expenses. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.
-
-12. RESPONSIBILITY FOR CLAIMS.
-
-Except in cases where another Contributor has failed to comply with Section 3.4, You are responsible for damages arising, directly or indirectly, out of Your utilization of rights under this License, based
-on the number of copies of Covered Code you made available, the revenues you received from utilizing such rights, and other relevant factors. You agree to work with affected parties to distribute
-responsibility on an equitable basis.
-
-EXHIBIT A.
-
-"The contents of this file are subject to the FreeImage Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://home.wxs.nl/~flvdberg/freeimage-license.txt
-
-Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
\ No newline at end of file
diff --git a/sdk_container/src/third_party/portage-stable/licenses/FLTK b/sdk_container/src/third_party/portage-stable/licenses/FLTK
deleted file mode 100644
index 38d1fa074cf..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/FLTK
+++ /dev/null
@@ -1,44 +0,0 @@
- FLTK License
- December 11, 2001
-
-The FLTK library and included programs are provided under the terms
-of the GNU Library General Public License (LGPL) with the following
-exceptions:
-
- 1. Modifications to the FLTK configure script, config
- header file, and makefiles by themselves to support
- a specific platform do not constitute a modified or
- derivative work.
-
- The authors do request that such modifications be
- contributed to the FLTK project - send all
- contributions to "fltk-bugs@fltk.org".
-
- 2. Widgets that are subclassed from FLTK widgets do not
- constitute a derivative work.
-
- 3. Static linking of applications and widgets to the
- FLTK library does not constitute a derivative work
- and does not require the author to provide source
- code for the application or widget, use the shared
- FLTK libraries, or link their applications or
- widgets against a user-supplied version of FLTK.
-
- If you link the application or widget to a modified
- version of FLTK, then the changes to FLTK must be
- provided under the terms of the LGPL in sections
- 1, 2, and 4.
-
- 4. You do not have to provide a copy of the FLTK license
- with programs that are linked to the FLTK library, nor
- do you have to identify the FLTK license in your
- program or documentation as required by section 6
- of the LGPL.
-
- However, programs must still identify their use of FLTK.
- The following example statement can be included in user
- documentation to satisfy this requirement:
-
- [program/widget] is based in part on the work of
- the FLTK project (http://www.fltk.org).
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/FNMT-RCM b/sdk_container/src/third_party/portage-stable/licenses/FNMT-RCM
deleted file mode 100644
index 23ccbc27178..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/FNMT-RCM
+++ /dev/null
@@ -1,90 +0,0 @@
-ACUERDO DE LICENCIA DE USUARIO FINAL
-
-APLICACIÓN FNMT-RCM DE GENERACIÓN DE CLAVES FUERA DEL NAVEGADOR
-
-CONFIGURADOR FNMT
-
-© Copyright 2019 FNMT-RCM. Todos los derechos reservados.
-
-Acuerdo de Licencia de Usuario Final y Condiciones de Uso (el Acuerdo) de la aplicación informática Configurador FNMT (la Aplicación) titularidad de la Fábrica Nacional de Moneda y Timbre-Real Casa de la Moneda, Entidad Pública Empresarial, Medio Propio (FNMT-RCM), con domicilio institucional en Madrid, calle Jorge Juan, 106. NIF: Q2826004J, ceres@fnmt.es.
-Lea los términos y condiciones de este Acuerdo detenidamente antes de utilizar la Aplicación. Este es un contrato legalmente vinculante. Al aceptar electrónicamente la descarga y/o instalación de la Aplicación, tanto si se utiliza como si no, usted acepta todos los términos y condiciones de este Acuerdo en nombre suyo y de cualquier entidad o persona que represente o para cuyo dispositivo descargue la Aplicación. Si no está de acuerdo con los términos y condiciones de este Acuerdo, no continúe con el proceso de instalación, no use la Aplicación y elimine todas las descargas/copias en su poder o control.
-
-OBJETO
-FNMT-RCM otorga una licencia de uso, no exclusiva, de ámbito mundial y sin derecho a sublicencia de ningún tipo, sobre la aplicación informática Configurador FNMT (la Aplicación) y para los usos definidos en este Acuerdo. La Licencia se otorga a la persona física, jurídica o entidad (Usuario o licenciatario) que descargan y/o instalan y utilizan la Aplicación para la generación de claves criptográficas en el equipo del usuario final. Este es el único propósito de la Aplicación.
-El usuario final (el Usuario), por el hecho de la descarga y/o instalación de la Aplicación, acepta el presente Acuerdo en toda su extensión, incluyendo la cláusula de responsabilidad y sus exclusiones. No se otorga ningún otro derecho de propiedad industrial o intelectual sobre la Aplicación o la documentación puesta a su disposición.
-El Usuario debe cumplir con todos los términos y condiciones de este contrato para la descarga, instalación y uso de la Aplicación objeto de este Acuerdo de Licencia.
-La FNMT-RCM, se reserva el derecho de modificar y evolucionar su Aplicación, así como otros servicios y sistemas de gestión, administración, etc. para su adecuado desarrollo. La FNMT-RCM podrá realizar las modificaciones que sean necesarias en la Aplicación y ofrecer una descarga que actualice la versión anterior de la Aplicación (ya sea con una nueva versión o nueva aplicación o incluir parches, evoluciones o cualesquiera otros elementos técnicos). En estos casos, FNMT-RCM pondrá a disposición del Usuario esta actualización o nueva versión quien podrá decidir si la descarga, o no. Si el Usuario no estuviera de acuerdo con los cambios, tanto de la Aplicación como del Acuerdo, podrá dar por resuelto el contrato y no descargar e instalar la modificación o nueva versión, no pudiendo acceder a las nuevas versiones o aplicaciones, respetando en todo caso lo dispuesto en la cláusula relativa a “Duración y finalización del acuerdo”.
-
-CONDICIONES DE USO
-La Aplicación tiene la funcionalidad de generación de claves RSA para la solicitud de los certificados emitidos por la FNMT-RCM y la descarga e instalación del certificado en los navegadores web que el usuario tenga instalados en su equipo, pudiendo el usuario seleccionar si tal generación se realiza en el equipo o en una tarjeta criptográfica que cumpla el estándar PKCS#11. Los usos permitidos se han de referir, únicamente, a su utilización para el propósito definido en este Acuerdo, quedando prohibida su utilización para cualquier otro propósito.
-El incumplimiento por parte del Usuario de las condiciones de uso de la licencia y en el resto de obligaciones contenidas en este Acuerdo, dará lugar a la inmediata resolución del contrato y a la reclamación de una indemnización por los daños y perjuicios efectivamente causados por el incumplimiento del Acuerdo y, en su caso, por el uso indebido de los derechos de propiedad intelectual e industrial sobre la Aplicación, sus marcas o secretos empresariales.
-Usos permitidos y no permitidos. Durante la vigencia del presente Acuerdo y posteriormente, el Usuario de la Aplicación (licenciatario) se obliga a no utilizar la Aplicación para otros usos y específicamente y sin que esta descripción tenga carácter limitativo ni exhaustivo, se obliga a:
-a) No realizar modificación alguna sobre la Aplicación.
-b) No utilizar técnicas de ingeniería inversa, descompilar, desensamblar, traducir, reconstruir, transformar, cambiar, modificar, alterar de otra manera o extraer la Aplicación o cualquier parte de la Aplicación.
-c) Descargar, instalar y utilizar la Aplicación en los equipos donde se utilicen los certificados para los propósitos definidos en este Acuerdo.
-d) No comercializar la Aplicación, tanto con ánimo de lucro como sin él, y tanto de forma aislada como formando parte de un paquete de oferta de servicios para terceros que pudiera competir con la Aplicación.
-e) No utilizar la Aplicación de forma que resulte contraria a las leyes españolas o que infrinja los derechos de terceros.
-f) No realizar cracks, copia o vulneración de números de serie de programas o cualquier otra manipulación del contenido de la Aplicación, de este Acuerdo y de cualquier otra documentación técnica puesta a disposición de los Usuarios y del público en general, incluyendo los documentos contractuales que afectaren al desarrollo de la Aplicación, que vulnere derechos de la propiedad intelectual, industrial, secretos comerciales, know-how o cualesquiera otros derechos sobre la Aplicación o que pertenezcan a terceros.
-g) La recogida y/o utilización de datos personales de otros usuarios sin su consentimiento expreso o contraviniendo lo dispuesto en el Reglamento (UE) 2016/679 del Parlamento Europeo y del Consejo, de 27 de abril de 2016, relativo a la protección de las personas físicas en lo que respecta al tratamiento de sus datos personales y a la libre circulación de estos datos y por el que se deroga la Directiva 95/46/CE (Reglamento general de protección de datos) y la Ley Orgánica 3/2018, de 5 diciembre, de Protección de Datos Personales y Garantía de los Derechos Digitales y resto de normativa comunitaria y española de aplicación.
-
-PRECIO
-La licencia, sobre la presente versión de la Aplicación, no tiene coste para el Usuario.
-
-DURACIÓN Y FINALIZACIÓN DEL ACUERDO
-Este Acuerdo tiene una duración de un año y se renovará por idénticos períodos de tiempo, siempre que la Aplicación se encuentre instalada en el equipo del Usuario. Se producirá la extinción del presente Acuerdo si el Usuario lo notificara a la FNMT-RCM, o si se produjera la desinstalación de la Aplicación, o cuando se ponga a disposición de los Usuarios una nueva versión de la Aplicación, u otra que la sustituya, y sea descargada en el equipo y aceptados los términos del nuevo Acuerdo.
-En caso de desinstalación, resolución, rescisión y, en definitiva, extinción de este Acuerdo, por las causas establecidas en el mismo o cualesquiera otras admitidas en Derecho, el Usuario deberá cumplir las obligaciones asumidas con anterioridad a la finalización de este Acuerdo frente a FNMT-RCM y frente a terceros.
-
-DESCARGA, INSTALACIÓN y DESINSTALACIÓN
-La descarga del fichero instalable de la Aplicación se realizará desde el enlace “Descarga de Software” de la sede electrónica de la FNMT-RCM: https://www.sede.fnmt.gob.es/descargas/descarga-software, debiendo el usuario seleccionar el sistema operativo del equipo en el que quiera hacer uso de la Aplicación. Una vez descargado el fichero instalable, el usuario deberá ejecutar el mismo con el fin de instalar la Aplicación.
-En caso de que su navegador web no soporte la generación de claves, esta Aplicación será invocada por las aplicaciones web de la FNMT-RCM durante los procesos de solicitud y descarga de certificados.
-Si realiza la desinstalación de la Aplicación y su navegador web no soporta la generación de claves, no podrá solicitar y descargar certificados de la FNMT-RCM.
-Si ha solicitado un certificado con la aplicación instalada y, antes de realizar la descarga e instalación del certificado, desinstala la Aplicación, formatea el disco duro de su ordenador o cambia de equipo, perderá las claves generadas y no podrá realizar la descarga e instalación del certificado solicitado, teniendo que solicitar un nuevo certificado.
-
-REQUERIMIENTOS MÍNIMOS DEL EQUIPO
-Los requerimientos mínimos del equipo para la descarga, instalación y uso de la Aplicación son:
-• Sistema operativo Microsoft Windows 7, 8, 8.1, 10 (en 32 o en 64 bits) y, al menos, uno de los siguientes navegadores: Edge, Internet Explorer 11, Mozilla Firefox 58 o superior y Chrome.
-• Sistema operativo Apple MacOS (10.13 o superior) y, al menos, uno de los siguientes navegadores: Mozilla Firefox 58 o superior, Chrome y Safari.
-• Sistema operativo Linux (Debian, Ubuntu, CentOS, RedHat y SuSe) y, al menos, uno de los siguientes navegadores: Mozilla Firefox 58 o superior y Chrome.
-
-COPIA
-Siendo, actualmente, la descarga, instalación y uso de carácter gratuito, no se limita al Usuario la realización de copias o descargas de la Aplicación, siempre que estén referidas, exclusivamente, al uso para los fines expresados en este Acuerdo.
-Recuerde que, según la modalidad de instalación que utilice, una copia de la Aplicación puede quedar en su carpeta de “Descargas” de su equipo (o ubicación similar, según los sistemas operativos), aunque recomendamos que la Aplicación sea siempre descargada desde su ubicación original.
-
-CESIÓN
-No se permite la cesión del presente Acuerdo, ni la de la Aplicación, en todo o en parte, ni de ninguno de los derechos que la FNMT-RCM ostenta sobre la mismo, por lo que el usuario final no podrá revenderlo ni transferirlo a terceros, ni podrá arrendar, alquilar o prestar el producto cedido.
-Cada usuario final ha de aceptar el presente Acuerdo de manera originaria por el hecho de la descarga y/o instalación y posterior uso de la Aplicación.
-
-PROPIEDAD INTELECTUAL
-La FNMT-RCM, es la titular en pleno dominio de los derechos de explotación de la Aplicación, desarrollada por su personal y, en su caso, personal contratado a estos efectos y cuenta con todos los derechos de propiedad intelectual e industrial, incluyendo los secretos comerciales, que pueden transferirse.
-Los derechos de propiedad intelectual e industrial protegen tanto la Aplicación desarrollada por la FNMT-RCM, el código fuente y el código máquina, así como todos los datos, listados, diagramas y esquemas elaborados en la fase de análisis, el manual de instrucciones o los restantes materiales de apoyo, los símbolos de identificación o cualquier copia parcial o total realizada por la propia Entidad o por cualquier otra persona (bajo su encargo), los derechos de copia, las patentes, las marcas, los secretos comerciales y cualquier otro que pudiera surgir en cumplimiento del presente contrato, incluida toda información o documentación que la FNMT-RCM pueda proporcionar al usuario.
-Para el desarrollo de una parte de la Aplicación, y para la adecuada funcionalidad con otras aplicaciones de las Administraciones, la FNMT-RCM reutiliza código del “Cliente @firma” del Ministerio de Política Territorial y Función Pública, con licencia dual GPLv2 y EUPLv1.1.
-
-GARANTÍA Y SOPORTE
-La FNMT-RCM garantiza el buen funcionamiento de la Aplicación tal y como se presenta y para el objeto definido en este Acuerdo. FNMT-RCM, se responsabiliza de que la Aplicación que se descargue desde una ubicación controlada por esta Entidad, está libre de virus y de que ha realizado las pruebas y controles para su buen funcionamiento de conformidad con este Acuerdo. No obstante, lo anterior, no se considerará cubierta por la garantía los supuestos de culpa o negligencia en el manejo o conservación de los equipos donde se instale la Aplicación.
-Para cualquier duda o problema, puede consultar el apartado “Atención a usuarios” de la sede electrónica de la FNMT-RCM https://www.sede.fnmt.gob.es/soporte-tecnico/atencion-a-usuarios.
-
-RESPONSABILIDAD
-FNMT-RCM solo será responsable por los daños y perjuicios efectivamente causados por los actos realizados por esta Entidad cuando su actuación se deba a su culpa o negligencia grave, limitando su responsabilidad hasta un máximo de 2.000€ por persona y reclamación, siempre que queden debidamente acreditados. FNMT-RCM no será, en ningún caso, responsable de las pérdidas o daños, directos o indirectos, emergentes o lucros cesantes sufridos por el Usuario, o por sus empleados o colaboradores, que sean consecuencia del mal funcionamiento del programa, ni del resto de actos u omisiones que se puedan producir por:
-
-• la pérdida, deterioro o borrado de los certificados de firma electrónica instalados en el equipo del Usuario y los daños o perjuicios derivados de esta circunstancia,
-• la posible contaminación por virus en los equipos donde se descargue la Aplicación,
-• las intrusiones de terceros en el equipo y resto de elementos del Usuario,
-• la configuración defectuosa del equipo o no respetar las condiciones mínimas establecidas en este Acuerdo,
-• el deterioro o mal uso de los equipos.
-• cualquier otra consecuencia no definida anteriormente y que cause un daño o perjuicio al Usuario, de la que no deba responder la FNMT-RCM según este Acuerdo.
-
-FNMT-RCM no responde que la disponibilidad de la Aplicación para su descarga sea continua e ininterrumpida durante el periodo de vigencia del contrato, debido a problemas ajenos a la Entidad como problemas en la red Internet, en las comunicaciones, averías en los equipos servidores y otras posibles contingencias imprevisibles. El Usuario acepta soportar riesgos e imperfecciones o indisponibilidad de los servidores o de las redes y comunicaciones.
-Por tanto, el Usuario renuncia expresamente a reclamar cualquier responsabilidad, contractual o extracontractual, daños y perjuicios a FNMT-RCM por posibles fallos, lentitud o errores en el acceso y uso de la Aplicación, (con las excepciones antes expresadas).
-
-PRIVACIDAD
-En la descarga y uso de la Aplicación, no se recogen, ni tratan, datos de carácter personal de los Usuarios o sus representantes, por ser un software de descarga gratuita sin registro previo. Pueden consultar la Política de Privacidad y el Registro de Actividades de Tratamiento de datos de la FNMT-RCM en http://www.fnmt.es/rgpd y consultar con nuestro Delegado de Protección de Datos: dpd@fnmt.es
-La FNMT-RCM ha obtenido la certificación ISO/IEC 27001 sobre el Sistema de Gestión de Seguridad de la Información para sistemas de información que dan soporte a la fabricación de documentos de identificación y tarjetas y la prestación de servicios de certificación confiable en relación con la declaración de aplicabilidad vigente a la fecha de emisión del certificado (28/09/2018).
-
-GENERALIDADES
-El presente Acuerdo y reemplaza cualquier contrato o acuerdo anterior entre las partes con el mismo objeto y sólo podrá ser modificado por un nuevo Acuerdo aceptado por ambas partes.
-Si alguna de las cláusulas del presente Acuerdo fuera declarada nula o inaplicable, dicha cláusula se considerará excluida del mismo, sin que implique la completa nulidad del Acuerdo. En este caso las partes harán cuanto esté a su alcance para encontrar una solución equivalente que sea válida y que refleje debidamente sus intenciones.
-Los encabezamientos de las distintas cláusulas lo son sólo a efectos informativos, y no afectarán, calificarán o ampliarán la interpretación de este Acuerdo.
-
-LEY APLICABLE Y JURISDICCIÓN
-El presente Acuerdo se regirá por sus propias cláusulas, y en lo en ellas no dispuesto, por lo previsto en la legislación española.
-Para cuantas cuestiones o divergencias pudieran suscitarse en relación con el presente Acuerdo, serán competentes, como lugar de cumplimiento de la obligación, los Juzgados y Tribunales de la ciudad de Madrid (España), renunciando las partes al fuero que pudiera corresponderles.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/FTDI b/sdk_container/src/third_party/portage-stable/licenses/FTDI
deleted file mode 100644
index b58cf576797..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/FTDI
+++ /dev/null
@@ -1,23 +0,0 @@
-This software is provided by Future Technology Devices International
-Limited ``as is'' and any express or implied warranties, including,
-but not limited to, the implied warranties of merchantability and
-fitness for a particular purpose are disclaimed. In no event shall
-future technology devices international limited be liable for any
-direct, indirect, incidental, special, exemplary, or consequential
-damages (including, but not limited to, procurement of substitute
-goods or services; loss of use, data, or profits; or business
-interruption) however caused and on any theory of liability, whether
-in contract, strict liability, or tort (including negligence or
-otherwise) arising in any way out of the use of this software, even if
-advised of the possibility of such damage.
-
-FTDI drivers may be used only in conjunction with products based on
-FTDI parts.
-
-FTDI drivers may be distributed in any form as long as license
-information is not modified.
-
-If a custom vendor ID and/or product ID or description string are
-used, it is the responsibility of the product manufacturer to maintain
-any changes and subsequent WHQL re-certification as a result of making
-these changes.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/FTL b/sdk_container/src/third_party/portage-stable/licenses/FTL
deleted file mode 100644
index 8dae60942f0..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/FTL
+++ /dev/null
@@ -1,158 +0,0 @@
- The FreeType Project LICENSE
- ----------------------------
-
- Copyright 1996-1999 by
- David Turner, Robert Wilhelm, and Werner Lemberg
-
-
-
-Introduction
-============
-
- The FreeType Project is distributed in several archive packages;
- some of them may contain, in addition to the FreeType font engine,
- various tools and contributions which rely on, or relate to, the
- FreeType Project.
-
- This license applies to all files found in such packages, and
- which do not fall under their own explicit license. The license
- affects thus the FreeType font engine, the test programs,
- documentation and makefiles, at the very least.
-
- This license was inspired by the BSD, Artistic, and IJG
- (Independent JPEG Group) licenses, which all encourage inclusion
- and use of free software in commercial and freeware products
- alike. As a consequence, its main points are that:
-
- o We don't promise that this software works. However, we are be
- interested in any kind of bug reports. (`as is' distribution)
-
- o You can use this software for whatever you want, in parts or
- full form, without having to pay us. (`royalty-free' usage)
-
- o You may not pretend that you wrote this software. If you use
- it, or only parts of it, in a program, you must acknowledge
- somewhere in your documentation that you've used the FreeType
- code. (`credits')
-
- We specifically permit and encourage the inclusion of this
- software, with or without modifications, in commercial products,
- provided that all warranty or liability claims are assumed by the
- product vendor.
-
-
-Legal Terms
-===========
-
-0. Definitions
---------------
-
- Throughout this license, the terms `package', `FreeType Project',
- and `FreeType archive' refer to the set of files originally
- distributed by the authors (David Turner, Robert Wilhelm, and
- Werner Lemberg) as the `FreeType project', be they named as alpha,
- beta or final release.
-
- `You' refers to the licensee, or person using the project, where
- `using' is a generic term including compiling the project's source
- code as well as linking it to form a `program' or `executable'.
- This program is referred to as `a program using the FreeType
- engine'.
-
- This license applies to all files distributed in the original
- FreeType archive, including all source code, binaries and
- documentation, unless otherwise stated in the file in its
- original, unmodified form as distributed in the original archive.
- If you are unsure whether or not a particular file is covered by
- this license, you must contact us to verify this.
-
- The FreeType project is copyright (C) 1996-1999 by David Turner,
- Robert Wilhelm, and Werner Lemberg. All rights reserved except as
- specified below.
-
-1. No Warranty
---------------
-
- THE FREETYPE ARCHIVE IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY
- KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
- BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO
- USE, OF THE FREETYPE PROJECT.
-
- As you have not signed this license, you are not required to
- accept it. However, as the FreeType project is copyrighted
- material, only this license, or another one contracted with the
- authors, grants you the right to use, distribute, and modify it.
- Therefore, by using, distributing, or modifying the FreeType
- project, you indicate that you understand and accept all the terms
- of this license.
-
-2. Redistribution
------------------
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
-
- o Redistribution of source code must retain this license file
- (`licence.txt') unaltered; any additions, deletions or changes
- to the original files must be clearly indicated in
- accompanying documentation. The copyright notices of the
- unaltered, original files must be preserved in all copies of
- source files.
-
- o Redistribution in binary form must provide a disclaimer that
- states that the software is based in part of the work of the
- FreeType Team, in the distribution documentation. We also
- encourage you to put an URL to the FreeType web page in your
- documentation, though this isn't mandatory.
-
- These conditions apply to any software derived from or based on
- the FreeType code, not just the unmodified files. If you use our
- work, you must acknowledge us. However, no fee need be paid to
- us.
-
-3. Advertising
---------------
-
- The names of FreeType's authors and contributors may not be used
- to endorse or promote products derived from this software without
- specific prior written permission.
-
- We suggest, but do not require, that you use one or more of the
- following phrases to refer to this software in your documentation
- or advertising materials: `FreeType Project', `FreeType Engine',
- `FreeType library', or `FreeType Distribution'.
-
-4. Contacts
------------
-
- There are two mailing lists related to FreeType:
-
- o freetype@freetype.org
-
- Discusses general use and applications of FreeType, as well as
- future and wanted additions to the library and distribution.
- If you are looking for support, start in this list if you
- haven't found anything to help you in the documentation.
-
- o devel@freetype.org
-
- Discusses bugs, as well as engine internals, design issues,
- specific licenses, porting, etc.
-
- o http://www.freetype.org
-
- Holds the current FreeType web page, which will allow you to
- download our latest development version and read online
- documentation.
-
- You can also contact us individually at:
-
- David Turner
- Robert Wilhelm
- Werner Lemberg
-
-
---- end of license.txt ---
diff --git a/sdk_container/src/third_party/portage-stable/licenses/FVWM b/sdk_container/src/third_party/portage-stable/licenses/FVWM
deleted file mode 100644
index 4590e682012..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/FVWM
+++ /dev/null
@@ -1,25 +0,0 @@
-Additional copyrights of the fvwm main module:
-
-fvwm is copyright 1988 by Evans and Sutherland Computer
-Corporation, Salt Lake City, Utah, and 1989 by the Massachusetts
-Institute of Technology, Cambridge, Massachusetts, All rights
-reserved. It is also copyright 1993 and 1994 by Robert Nation.
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the names of Evans & Sutherland and
-M.I.T. not be used in advertising in publicity pertaining to
-distribution of the software without specific, written prior
-permission.
-
-ROBERT NATION, CHARLES HINES, EVANS & SUTHERLAND, AND M.I.T. DISCLAIM
-ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL EVANS &
-SUTHERLAND OR M.I.T. BE LIABLE FOR ANY SPECIAL, INDIRECT OR
-CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
-USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
-OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-PERFORMANCE OF THIS SOFTWARE.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/FastCGI b/sdk_container/src/third_party/portage-stable/licenses/FastCGI
deleted file mode 100644
index 7e6bdfded70..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/FastCGI
+++ /dev/null
@@ -1,28 +0,0 @@
-This FastCGI application library source and object code (the
-"Software") and its documentation (the "Documentation") are
-copyrighted by Open Market, Inc ("Open Market"). The following terms
-apply to all files associated with the Software and Documentation
-unless explicitly disclaimed in individual files.
-
-Open Market permits you to use, copy, modify, distribute, and license
-this Software and the Documentation for any purpose, provided that
-existing copyright notices are retained in all copies and that this
-notice is included verbatim in any distributions. No written
-agreement, license, or royalty fee is required for any of the
-authorized uses. Modifications to this Software and Documentation may
-be copyrighted by their authors and need not follow the licensing
-terms described here. If modifications to this Software and
-Documentation have new licensing terms, the new terms must be clearly
-indicated on the first page of each file where they apply.
-
-OPEN MARKET MAKES NO EXPRESS OR IMPLIED WARRANTY WITH RESPECT TO THE
-SOFTWARE OR THE DOCUMENTATION, INCLUDING WITHOUT LIMITATION ANY
-WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN
-NO EVENT SHALL OPEN MARKET BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY
-DAMAGES ARISING FROM OR RELATING TO THIS SOFTWARE OR THE
-DOCUMENTATION, INCLUDING, WITHOUT LIMITATION, ANY INDIRECT, SPECIAL OR
-CONSEQUENTIAL DAMAGES OR SIMILAR DAMAGES, INCLUDING LOST PROFITS OR
-LOST DATA, EVEN IF OPEN MARKET HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES. THE SOFTWARE AND DOCUMENTATION ARE PROVIDED "AS IS".
-OPEN MARKET HAS NO LIABILITY IN CONTRACT, TORT, NEGLIGENCE OR
-OTHERWISE ARISING OUT OF THIS SOFTWARE OR THE DOCUMENTATION.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/FatFs b/sdk_container/src/third_party/portage-stable/licenses/FatFs
deleted file mode 100644
index a9e57a905ad..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/FatFs
+++ /dev/null
@@ -1,24 +0,0 @@
-FatFs License
-
-FatFs has being developped as a personal project of the author, ChaN. It is free from the code anyone else wrote at current release. Following code block shows a copy of the FatFs license document that heading the source files.
-
-/*----------------------------------------------------------------------------/
-/ FatFs - Generic FAT Filesystem Module Rx.xx /
-/-----------------------------------------------------------------------------/
-/
-/ Copyright (C) 20xx, ChaN, all right reserved.
-/
-/ FatFs module is an open source software. Redistribution and use of FatFs in
-/ source and binary forms, with or without modification, are permitted provided
-/ that the following condition is met:
-/
-/ 1. Redistributions of source code must retain the above copyright notice,
-/ this condition and the following disclaimer.
-/
-/ This software is provided by the copyright holder and contributors "AS IS"
-/ and any warranties related to this software are DISCLAIMED.
-/ The copyright owner or contributors be NOT LIABLE for any damages caused
-/ by use of this software.
-/----------------------------------------------------------------------------*/
-
-Therefore FatFs license is one of the BSD-style licenses, but there is a significant feature. FatFs is mainly intended for embedded systems. In order to extend the usability for commercial products, the redistributions of FatFs in binary form, such as embedded code, binary library and any forms without source code, do not need to include about FatFs in the documentations. This is equivalent to the 1-clause BSD license. Of course FatFs is compatible with the most of open source software licenses include GNU GPL. When you redistribute the FatFs source code with changes or create a fork, the license can also be changed to GNU GPL, BSD-style license or any open source software license that not conflict with FatFs license.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/File-MMagic b/sdk_container/src/third_party/portage-stable/licenses/File-MMagic
deleted file mode 100644
index 04d64c14b49..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/File-MMagic
+++ /dev/null
@@ -1,98 +0,0 @@
-This program is originated from file.kulp that is a production of The
-Unix Reconstruction Projct.
-
-Copyright (c) 1999 NOKUBI Takatsugu .
-
-There is no warranty for the program.
-
-This product includes software developed by the Apache Group
-for use in the Apache HTTP server project (http://www.apache.org/).
-
-Licence for the program is followed the original software. The licence is
-below.
-
-This program is free and open software. You may use, copy, modify, distribute
-and sell this program (and any modified variants) in any way you wish,
-provided you do not restrict others to do the same, except for the following
-consideration.
-
-I read some of Ian F. Darwin's BSD C implementation, to
-try to determine how some of this was done since the specification
-is a little vague. I don't believe that this perl version could
-be construed as an "altered version", but I did grab the tokens for
-identifying the hard-coded file types in names.h and copied some of
-the man page.
-
-Here's his notice:
-
- * Copyright (c) Ian F. Darwin, 1987.
- * Written by Ian F. Darwin.
- *
- * This software is not subject to any license of the American Telephone
- * and Telegraph Company or of the Regents of the University of California.
- *
- * Permission is granted to anyone to use this software for any purpose on
- * any computer system, and to alter it and redistribute it freely, subject
- * to the following restrictions:
- *
- * 1. The author is not responsible for the consequences of use of this
- * software, no matter how awful, even if they arise from flaws in it.
- *
- * 2. The origin of this software must not be misrepresented, either by
- * explicit claim or by omission. Since few users ever read sources,
- * credits must appear in the documentation.
- *
- * 3. Altered versions must be plainly marked as such, and must not be
- * misrepresented as being the original software. Since few users
- * ever read sources, credits must appear in the documentation.
- *
- * 4. This notice may not be removed or altered.
-
-The following is the Apache License. This program contains the magic file
-that derived from the Apache HTTP Server.
-
- * Copyright (c) 1995-1999 The Apache Group. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * 3. All advertising materials mentioning features or use of this
- * software must display the following acknowledgment:
- * "This product includes software developed by the Apache Group
- * for use in the Apache HTTP server project (http://www.apache.org/)."
- *
- * 4. The names "Apache Server" and "Apache Group" must not be used to
- * endorse or promote products derived from this software without
- * prior written permission. For written permission, please contact
- * apache@apache.org.
- *
- * 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
- * permission of the Apache Group.
- *
- * 6. Redistributions of any form whatsoever must retain the following
- * acknowledgment:
- * "This product includes software developed by the Apache Group
- * for use in the Apache HTTP server project (http://www.apache.org/)."
- *
- * THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY
- * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE GROUP OR
- * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
- * OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Flashpix b/sdk_container/src/third_party/portage-stable/licenses/Flashpix
deleted file mode 100644
index d854f98c519..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Flashpix
+++ /dev/null
@@ -1,77 +0,0 @@
-* Permission is hereby granted to use, copy, modify, and distribute this
-source code, or portions hereof, with or without modifications, for any
-purpose and without fee or royalty, subject to the following
-restrictions:
-
-1. The origin of this source code or any portion of this source code must
- be attributed to the Digital Imaging Group Inc. and the contributors of
- the Flashpix toolkit source code -- Eastman Kodak Company.
-
-2. Altered versions must be plainly marked as such and must not be
- misrepresented as being the original source.
-
-3. This Copyright notice may not be removed or altered from any source or
- altered source distribution.
-
-4. All advertising materials mentioning features or use of this software
- must display the following acknowledgement: "This product includes
- software developed by the contributors and Digital Imaging Group, Inc.
- (http://www.digitalimaging.org/) for use in the Flashpix Toolkit
- Project."
-
-5. The names "Digital Imaging Group", "DIG", and any other marks
- identified as trademarks or service marks of DIG must not be used to
- endorse or promote products derived from this software without prior
- written permission. For written permission please contact
- admin@digitalimaging.org. Certification marks owned by DIG may only be
- used in connection with a signed certification agreement. The term
- "Flashpix Toolkit" may only be used to refer to the specification owned
- by the DIG.
-
-6. AS IS - NO WARRANTY
- The Software is provided "AS IS" and without warranty. Neither DIG
- nor its contributors warrant that the functions contained in the
- Software will meet your requirements or that the operation of the
- Software will be uninterrupted or error free. Neither DIG nor its
- contributors makes any representation or warranty as to whether the
- Software, or the operation of the Software, infringes any patent,
- copyright, trademark or other right of any third party. You assume
- responsibility for operation of the Software to achieve your intended
- results, and for the installation,use,and results obtained from the
- Software.
-
-7. Subject to any applicable legislation which prohibits the following
- exclusions, NEITHER DIG NOR ITS CONTRIBUTORS MAKE
- ANY OTHER WARRANTIES OF ANY KIND, EITHER
- EXPRESS OR IMPLIED, INCLUDING THE IMPLIED
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
- PARTICULAR PURPOSE OR NONINFRINGEMENT. Some
- jurisdictions do not allow the exclusion of implied warranties, or have
- legislation that imposes certain statutory warranties that cannot be
- excluded, so the above exclusion may not apply to you. This warranty
- gives you specific legal rights and you may also have other rights.
-
-8. LIMITATIONS OF REMEDIES
- IN NO EVENT WILL DIG OR ITS CONTRIBUTORS OR
- SUPPLIERS BE LIABLE TO YOU FOR ANY INCIDENTAL OR
- CONSEQUENTIAL DAMAGES, INCLUDING ANY LOST
- PROFITS, LOST SAVINGS, OR OTHER DAMAGES ARISING
- OUT OF THE USE OR INABILITY TO USE THE SOFTWARE
- EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
- DAMAGES.
-
-9. You will be responsible for complying with all applicable laws relating
- to your use of the software including, without limitation, export laws.
-
-This Agreement constitutes the entire agreement between you and DIG
-with reference to this transaction. If the Software was acquired
-in the United States, this Agreement is governed by the laws of the State
-of New York. If acquired outside the United States, this
-Agreement is governed by the laws of the country in which it
-was acquired.
-
-The contributing authors and Digital Imaging Group specifically permit,
-without fee, and encourage the use of this source code as a component to
-supporting the Flashpix file format in commercial products. If
-you use this source code in a product, acknowledgment is not required but
-would be appreciated.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Flightradar24 b/sdk_container/src/third_party/portage-stable/licenses/Flightradar24
deleted file mode 100644
index 1187512f6b7..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Flightradar24
+++ /dev/null
@@ -1,9 +0,0 @@
-Copyright (c) 2014, Flightradar24 AB
-All rights reserved.
-
-Use in binary form, without modification, is permitted provided that the following conditions are met:
-
-* Software is only used to feed data to Flightradar24 or its other services and no actions
- are taken to prevent it from sending data to Flightradar24 servers.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/FoilTeX b/sdk_container/src/third_party/portage-stable/licenses/FoilTeX
deleted file mode 100644
index 64e20420cf4..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/FoilTeX
+++ /dev/null
@@ -1,70 +0,0 @@
-Copyright International Business Machines Corporation 1995,1997,1998,2002,2008
-All rights reserved
-
-
-WARRANTY DISCLAIMER
-
-This program is provided free of charge on an ``AS IS'' basis without
-warranty of any kind, either expressed or implied, including but not
-limited to implied warranties of merchantability and fitness for a
-particular purpose. IBM does not warrant that the functions contained
-in this program will meet the user's requirements or that the
-operation of this program will be uninterrupted or error-free. You
-are solely responsible for determining the appropriateness of using
-this program and assume all risks associated with its use, including
-but not limited to the risks of program errors, damage to or the loss
-of data, programs or equipment, and unavailability or interruption of
-operations.
-
-Acceptance and use of this program constitutes the user's
-understanding that he/she will have no recourse to IBM for any actual
-or consequential damages, including, but not limited to, lost profits
-or savings, arising out of the use or inability to use this program,
-or any damages claimed by you based on a third party claim. Even if
-the user informs IBM of the possibility of such damages, IBM expects
-the user of this program to accept the risk of any harm arising out of
-the use of this program, or the user shall not attempt to use this
-program for any purpose.
-
-
-USER AGREEMENT
-
-BY ACCEPTANCE AND USE OF THIS PROGRAM THE USER AGREES TO
-THE FOLLOWING:
-
-a. The user is granted permission to copy this program to the extent
-reasonably required for such use. This program may be redistributed
-on a not-for-profit basis, as long as WARRANTY DISCLAIMER, this USER
-AGREEMENT, and the copyright notice are included with the program.
-
-b. All title, ownership and rights to this program and any copies
-remain with IBM, irrespective of the ownership of the media on which
-the program resides.
-
-c. The user is permitted to create derivative works to this program.
-However, all copies of the program and its derivative works must
-contain the IBM copyright notice, the WARRANTY DISCLAIMER and this
-USER AGREEMENT. Furthermore, the user must document and initial
-within the program all changes he/she makes.
-
-d. By furnishing this program to the user, IBM does NOT grant either
-directly or by implication, estoppel, or otherwise any license under
-any patents, patent applications, trademarks, copyrights or other
-rights belonging to IBM or to any third party, except as expressly
-provided herein.
-
-e. The user understands and agrees that this program, and any
-derivative works made from this program, are not to be sold for profit
-or commercially exploited in any manner. However, this use
-restriction shall not operate to deny the right to redistribute the
-program on a not-for-profit basis, as provided in paragraph a., above.
-
-f. IBM requests that the user supply to IBM a copy of any changes,
-enhancements, or derivative works which the user may create. The user
-grants to IBM and its subsidiaries an irrevocable, nonexclusive,
-worldwide and royalty-free license to use, execute, reproduce,
-display, perform, prepare derivative works based upon, and
-distribute, (INTERNALLY AND EXTERNALLY) copies of any and all such
-materials and derivative works thereof, and to sublicense others to do
-any, some or all of the foregoing, (including supporting
-documentation).
diff --git a/sdk_container/src/third_party/portage-stable/licenses/FraunhoferFDK b/sdk_container/src/third_party/portage-stable/licenses/FraunhoferFDK
deleted file mode 100644
index b3488cc8011..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/FraunhoferFDK
+++ /dev/null
@@ -1,80 +0,0 @@
-Software License for The Fraunhofer FDK AAC Codec Library for Android
-
-© Copyright 1995 - 2012 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
- All rights reserved.
-
-1. INTRODUCTION
-The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
-the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
-This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
-
-AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
-audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
-independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
-of the MPEG specifications.
-
-Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
-may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
-individually for the purpose of encoding or decoding bit streams in products that are compliant with
-the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
-these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
-software may already be covered under those patent licenses when it is used for those licensed purposes only.
-
-Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
-are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
-applications information and documentation.
-
-2. COPYRIGHT LICENSE
-
-Redistribution and use in source and binary forms, with or without modification, are permitted without
-payment of copyright license fees provided that you satisfy the following conditions:
-
-You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
-your modifications thereto in source code form.
-
-You must retain the complete text of this software license in the documentation and/or other materials
-provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
-You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
-modifications thereto to recipients of copies in binary form.
-
-The name of Fraunhofer may not be used to endorse or promote products derived from this library without
-prior written permission.
-
-You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
-software or your modifications thereto.
-
-Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
-and the date of any change. For modified versions of the FDK AAC Codec, the term
-"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
-"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
-
-3. NO PATENT LICENSE
-
-NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
-ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
-respect to this software.
-
-You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
-by appropriate patent licenses.
-
-4. DISCLAIMER
-
-This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
-"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
-of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
-CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
-including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
-or business interruption, however caused and on any theory of liability, whether in contract, strict
-liability, or tort (including negligence), arising in any way out of the use of this software, even if
-advised of the possibility of such damage.
-
-5. CONTACT INFORMATION
-
-Fraunhofer Institute for Integrated Circuits IIS
-Attention: Audio and Multimedia Departments - FDK AAC LL
-Am Wolfsmantel 33
-91058 Erlangen, Germany
-
-www.iis.fraunhofer.de/amm
-amm-info@iis.fraunhofer.de
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Free-Art-1.2 b/sdk_container/src/third_party/portage-stable/licenses/Free-Art-1.2
deleted file mode 100644
index 8a6de22f1ad..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Free-Art-1.2
+++ /dev/null
@@ -1,221 +0,0 @@
-Free Art License
-
-
-[ Copyleft Attitude ]
-
-version 1.2
-
-Preamble :
-
-With this Free Art License, you are authorised to copy, distribute and freely
-transform the work of art while respecting the rights of the originator.
-
-Far from ignoring the author's rights, this license recognises them and
-protects them. It reformulates their principle while making it possible for the
-public to make creative use of the works of art. Whereas current literary and
-artistic property rights result in restriction of the public's access to works
-of art, the goal of the Free Art License is to encourage such access.
-
-The intention is to make work accessible and to authorise the use of its
-resources by the greatest number of people: to use it in order to increase its
-use, to create new conditions for creation in order to multiply the
-possibilities of creation, while respecting the originators in according them
-recognition and defending their moral rights.
-
-In fact, with the arrival of the digital age, the invention of the Internet and
-free software, a new approach to creation and production has made its
-appearance. It also encourages a continuation of the process of experimentation
-undertaken by many contemporary artists.
-
-Knowledge and creativity are resources which, to be true to themselves, must
-remain free, i.e. remain a fundamental search which is not directly related to
-a concrete application. Creating means discovering the unknown, means inventing
-a reality without any heed to realism. Thus, the object(ive) of art is not
-equivalent to the finished and defined art object. This is the basic aim of
-this Free Art License: to promote and protect artistic practice freed from the
-rules of the market economy.
-
-——– DEFINITIONS
-
-- The work of art : A communal work which includes the initial artwork as well
- as all subsequent contributions (subsequent originals and copies). It is
-created at the initiative of the original artist who, by this license, defines
-the conditions according to which the contributions are made.
-
-- The original work of art : This is the artwork created by the initiator of
- the communal work, of which copies will be modified by whosoever wishes.
-
-- Subsequent works : These are the additions put forward by the artists who
- contribute to the formation of the work by taking advantage of the right to
-reproduction, distribution and modification that this license confers on them.
-
-- The Original (the work's source or resource) : A dated example of the work,
- of its definition, of its partition or of its program which the originator
-provides as the reference for all future updatings, interpretations, copies or
-reproductions.
-
-- Copy : Any reproduction of an original as defined by this license.
-
-- The author or the artist of the original work of art: This is the person who
- created the work which is at the heart of the ramifications of this modified
-work of art. By this license, the author determines the conditions under which
-these modifications are made.
-
-- Contributor: Any person who contributes to the creation of the work of art.
- He is the author or the artist of an original art object resulting from the
-modification of a copy of the initial artwork or the modification of a copy of
-a subsequent work of art.
-
-——–
-
-1. AIMS
-
-The aim of this license is to define the conditions according to which you can
-use this work freely.
-
-2. EXTENT OF THE USAGE
-
-This work of art is subject to copyright, and the author, by this license,
-specifies the extent to which you can copy, distribute and modify it.
-
-2.1 FREEDOM TO COPY (OR OF REPRODUCTION)
-
-You have the right to copy this work of art for your personal use, for your
-friends or for any other person, by employing whatever technique you choose.
-
-2.2 FREEDOM TO DISTRIBUTE, TO INTERPRET (OR OF REPRESENTATION)
-
-You can freely distribute the copies of these works, modified or not, whatever
-their medium, wherever you wish, for a fee or for free, if you observe all the
-following conditions:
-- attach this license, in its entirety, to the copies or indicate precisely
- where the license can be found,
-- specify to the recipient the name of the author of the originals,
-- specify to the recipient where he will be able to access the originals
- (original and subsequent). The author of the original may, if he wishes, give
-you the right to broadcast/distribute the original under the same conditions as
-the copies.
-
-2.3 FREEDOM TO MODIFY
-
-You have the right to modify the copies of the originals (original and
-subsequent), partially or otherwise, respecting the conditions set out in
-article 2.2 , in the event of distribution (or representation) of the modified
-copy. The author of the original may, if he wishes, give you the right to
-modify the original under the same conditions as the copies.
-
-3. INCORPORATION OF ARTWORK
-
-All the elements of this work of art must remain free, which is why you are not
-allowed to integrate the originals (originals and subsequents) into another
-work which would not be subject to this license.
-
-4. YOUR AUTHOR'S RIGHTS
-
-The object of this license is not to deny your author's rights on your
-contribution. By choosing to contribute to the evolution of this work of art,
-you only agree to give to others the same rights with regard to your
-contribution as those which were granted to you by this license.
-
-5. DURATION OF THE LICENCE
-
-This license takes effect as of your acceptance of its provisions. The fact of
-copying, distributing, or of modifying the work constitutes a tacit agreement.
-This license will remain in force for as long as the copyright which is
-attached to the work of art. If you do not respect the terms of this license,
-you automatically lose the rights that it confers. If the legal status to which
-you are subject makes it impossible for you to respect the terms of this
-license, you may not make use of the rights which it confers.
-
-6. VARIOUS VERSIONS OF THE LICENCE
-
-This license may undergo periodic modifications to incorporate improvements by
-its authors (instigators of the "copyleft attitude" movement) by way of new,
-numbered versions.
-
-You will have the choice of accepting the provisions contained in the version
-under which the copy was communicated to you, or alternatively, to use the
-provisions of one of the subsequent versions.
-
-7. SUB-LICENSING
-
-Sub-licenses are not authorized by the present license. Any person who wishes
-to make use of the rights that it confers will be directly bound to the author
-of the original work.
-
-8. THE LAW APPLICABLE TO THIS CONTRACT
-
-This license is subject to French law.
-
-——–
-
-DIRECTIONS FOR USE :
-
-- How to use the Free Art license?
-
-To benefit from the Free Art License, it is enough to specify the following on
-your work of art:
-
-[- A few lines to indicate the name of the work and to give an idea of what it
-is.] [- A few lines to describe, if necessary, the modified work of art and
-give the name of the author/artist.] Copyright © [the date] [name of the author
-or artist] (if appropriate, specify the names of the previous authors or
-artists) Copyleft: this work of art is free, you can redistribute it and/or
-modify it according to terms of the Free Art license. You will find a specimen
-of this license on the site Copyleft Attitude http://artlibre.org as well as on
-other sites.
-
-- Why use the Free Art license?
-
-1 / to give the greatest number of people access to your work.
-
-2 / to allow it to be freely distributed.
-
-3 / to allow it to evolve by authorising its transformation by others.
-
-4 / to be able, yourself, to use the resources of a work when it is under Free
-Art license: to copy, distribute or transform it freely.
-
-5 / This is not all: because the use of the Free Art License is also a good way
-to take liberties with the marketing system generated by the dominant economy.
-The Free Art License offers a useful legal protocol to prevent abusive
-appropriation. It will no longer be possible for someone to appropriate your
-work, short-circuiting the creative process to make personal profit from it.
-Helping yourself to a collective work in progress will be forbidden, as will
-monopolising the resources of an evolving creation for the benefit of a few.
-
-The Free Art License advocates an economy appropriate for art, based on
-sharing, exchange and joyful giving. What counts in art is also and mostly what
-is not counted.
-
-- When to use the Free Art License ?
-
-It is not the goal of the Free Art License to eliminate copyright or author's
-rights. Quite the opposite, it is about reformulating the relevance of these
-rights while taking today's environment into account. It is about the right to
-freedom of movement, to free copying and to free transformation of works of
-art. The right to work in freedom for art and artists.
-
-1 / Each time you want to use or put this right into practice, use the Free Art
-License.
-
-2 / Each time you want to create works which can evolve and be freely copied,
-freely distributed and freely transformed: use the Free Art License.
-
-3 / Each time you want to have the possibility of copying, distributing or
-transforming a work: check that it is under Free Art License. If it is not, you
-are liable to be breaking the law.
-
-- To which types of art can the Free Art License be applied?
-
-This license can be applied to digital as well as to non-digital art. It was
-born out of observation of the world of free software and the Internet, but its
-applicability is not limited to the digital media. You can put a painting, a
-novel, a sculpture, a drawing, a piece of music, a poem, an installation, a
-video, a film, a recipe, a CD-rom, a Web site, or a performance under the Free
-Art License, in short any creation which has some claim to be a work of art.
-
-This license has a history: it was born at the meeting " Copyleft Attitude "
-which took place at "Accès Local" and "Public" in Paris at the beginning of the
-year 2000. For the first time, it brought computer specialists and freeware
-activists together with contemporary artists and members of the art world.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Free-Art-1.3 b/sdk_container/src/third_party/portage-stable/licenses/Free-Art-1.3
deleted file mode 100644
index de31b6f5485..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Free-Art-1.3
+++ /dev/null
@@ -1,117 +0,0 @@
-[ Copyleft Attitude ]
-
-Free Art License 1.3 (FAL 1.3)
-
-Preamble
-
-The Free Art License grants the right to freely copy, distribute, and transform creative works without infringing the author’s rights.
-
-The Free Art License recognizes and protects these rights. Their implementation has been reformulated in order to allow everyone to use creations of the human mind in a creative manner, regardless of their types and ways of expression.
-
-While the public’s access to creations of the human mind usually is restricted by the implementation of copyright law, it is favoured by the Free Art License. This license intends to allow the use of a work’s resources; to establish new conditions for creating in order to increase creation opportunities. The Free Art License grants the right to use a work, and acknowledges the right holder’s and the user’s rights and responsibility.
-
-The invention and development of digital technologies, Internet and Free Software have changed creation methods: creations of the human mind can obviously be distributed, exchanged, and transformed. They allow to produce common works to which everyone can contribute to the benefit of all.
-
-The main rationale for this Free Art License is to promote and protect these creations of the human mind according to the principles of copyleft: freedom to use, copy, distribute, transform, and prohibition of exclusive appropriation.
-
-Definitions
-
-« work » either means the initial work, the subsequent works or the common work as defined hereafter:
-
-« common work » means a work composed of the initial work and all subsequent contributions to it (originals and copies). The initial author is the one who, by choosing this license, defines the conditions under which contributions are made.
-
-« Initial work » means the work created by the initiator of the common work (as defined above), the copies of which can be modified by whoever wants to
-
-« Subsequent works » means the contributions made by authors who participate in the evolution of the common work by exercising the rights to reproduce, distribute, and modify that are granted by the license.
-
-« Originals » (sources or resources of the work) means all copies of either the initial work or any subsequent work mentioning a date and used by their author(s) as references for any subsequent updates, interpretations, copies or reproductions.
-
-« Copy » means any reproduction of an original as defined by this license.
-
-1. OBJECT
-The aim of this license is to define the conditions under which one can use this work freely.
-
-2. SCOPE
-This work is subject to copyright law. Through this license its author specifies the extent to which you can copy, distribute, and modify it.
-
-2.1 FREEDOM TO COPY (OR TO MAKE REPRODUCTIONS)
-You have the right to copy this work for yourself, your friends or any other person, whatever the technique used.
-
-2.2 FREEDOM TO DISTRIBUTE, TO PERFORM IN PUBLIC
-You have the right to distribute copies of this work; whether modified or not, whatever the medium and the place, with or without any charge, provided that you:
-attach this license without any modification to the copies of this work or indicate precisely where the license can be found,
-specify to the recipient the names of the author(s) of the originals, including yours if you have modified the work,
-specify to the recipient where to access the originals (either initial or subsequent).
-The authors of the originals may, if they wish to, give you the right to distribute the originals under the same conditions as the copies.
-
-2.3 FREEDOM TO MODIFY
-You have the right to modify copies of the originals (whether initial or subsequent) provided you comply with the following conditions:
-all conditions in article 2.2 above, if you distribute modified copies;
-indicate that the work has been modified and, if it is possible, what kind of modifications have been made;
-distribute the subsequent work under the same license or any compatible license.
-The author(s) of the original work may give you the right to modify it under the same conditions as the copies.
-
-3. RELATED RIGHTS
-Activities giving rise to author’s rights and related rights shall not challenge the rights granted by this license.
-For example, this is the reason why performances must be subject to the same license or a compatible license. Similarly, integrating the work in a database, a compilation or an anthology shall not prevent anyone from using the work under the same conditions as those defined in this license.
-
-4. INCORPORATION OF THE WORK
-Incorporating this work into a larger work that is not subject to the Free Art License shall not challenge the rights granted by this license.
-If the work can no longer be accessed apart from the larger work in which it is incorporated, then incorporation shall only be allowed under the condition that the larger work is subject either to the Free Art License or a compatible license.
-
-5. COMPATIBILITY
-A license is compatible with the Free Art License provided:
-it gives the right to copy, distribute, and modify copies of the work including for commercial purposes and without any other restrictions than those required by the respect of the other compatibility criteria;
-it ensures proper attribution of the work to its authors and access to previous versions of the work when possible;
-it recognizes the Free Art License as compatible (reciprocity);
-it requires that changes made to the work be subject to the same license or to a license which also meets these compatibility criteria.
-
-6. YOUR INTELLECTUAL RIGHTS
-This license does not aim at denying your author’s rights in your contribution or any related right. By choosing to contribute to the development of this common work, you only agree to grant others the same rights with regard to your contribution as those you were granted by this license. Conferring these rights does not mean you have to give up your intellectual rights.
-
-7. YOUR RESPONSIBILITIES
-The freedom to use the work as defined by the Free Art License (right to copy, distribute, modify) implies that everyone is responsible for their own actions.
-
-8. DURATION OF THE LICENSE
-This license takes effect as of your acceptance of its terms. The act of copying, distributing, or modifying the work constitutes a tacit agreement. This license will remain in effect for as long as the copyright which is attached to the work. If you do not respect the terms of this license, you automatically lose the rights that it confers.
-If the legal status or legislation to which you are subject makes it impossible for you to respect the terms of this license, you may not make use of the rights which it confers.
-
-9. VARIOUS VERSIONS OF THE LICENSE
-This license may undergo periodic modifications to incorporate improvements by its authors (instigators of the « Copyleft Attitude » movement) by way of new, numbered versions.
-You will always have the choice of accepting the terms contained in the version under which the copy of the work was distributed to you, or alternatively, to use the provisions of one of the subsequent versions.
-
-10. SUB-LICENSING
-Sub-licenses are not authorized by this license. Any person wishing to make use of the rights that it confers will be directly bound to the authors of the common work.
-
-11. LEGAL FRAMEWORK
-This license is written with respect to both French law and the Berne Convention for the Protection of Literary and Artistic Works.
-
-USER GUIDE
-
-– How to use the Free Art License?
-To benefit from the Free Art License, you only need to mention the following elements on your work:
-[Name of the author, title, date of the work. When applicable, names of authors of the common work and, if possible, where to find the originals].
-Copyleft: This is a free work, you can copy, distribute, and modify it under the terms of the Free Art License http://artlibre.org/licence/lal/en/
-
-– Why to use the Free Art License?
-1.To give the greatest number of people access to your work.
-2.To allow it to be distributed freely.
-3.To allow it to evolve by allowing its copy, distribution, and transformation by others.
-4.So that you benefit from the resources of a work when it is under the Free Art License: to be able to copy, distribute or transform it freely.
-5.But also, because the Free Art License offers a legal framework to disallow any misappropriation. It is forbidden to take hold of your work and bypass the creative process for one’s exclusive possession.
-
-– When to use the Free Art License?
-Any time you want to benefit and make others benefit from the right to copy, distribute and transform creative works without any exclusive appropriation, you should use the Free Art License. You can for example use it for scientific, artistic or educational projects.
-
-– What kinds of works can be subject to the Free Art License?
-The Free Art License can be applied to digital as well as physical works.
-You can choose to apply the Free Art License on any text, picture, sound, gesture, or whatever sort of stuff on which you have sufficient author’s rights.
-
-– Historical background of this license:
-It is the result of observing, using and creating digital technologies, free software, the Internet and art. It arose from the « Copyleft Attitude » meetings which took place in Paris in 2000. For the first time, these meetings brought together members of the Free Software community, artists, and members of the art world. The goal was to adapt the principles of Copyleft and free software to all sorts of creations. http://www.artlibre.org
-
-Copyleft Attitude, 2007.
-You can make reproductions and distribute this license verbatim (without any changes).
-
-Translation : Jonathan Clarke, Benjamin Jean, Griselda Jung, Fanny Mourguet, Antoine Pitrou.
-Thanks to framalang.org
diff --git a/sdk_container/src/third_party/portage-stable/licenses/GIMPS b/sdk_container/src/third_party/portage-stable/licenses/GIMPS
deleted file mode 100644
index 747c7d5522a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/GIMPS
+++ /dev/null
@@ -1,73 +0,0 @@
-Software End User License Agreement ("EULA")
-
-* This EULA applies to all versions of GIMPS Prime95 and MPrime
- software and source code ("Software").
-* Software is free to download and use indefinitely on any computer(s)
- you own or for which you have permission and authority to install
- and run Software. Software is not export-restricted.
-* To use the Software you agree to be bound by this EULA and the Terms
- and Conditions of Use.
-* GIMPS reserves the right to change this EULA without notice and with
- reasonable retroactive effect. Last updated 15 October 2008.
-* GIMPS not responsible for any damages or losses arising from use of
- Software. SOFTWARE AND INFORMATION IS PROVIDED "AS IS" WITHOUT
- WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT
- LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS
- FOR A PARTICULAR PURPOSE.
-
-Terms and Conditions of Use ("TCU")
-
-* GIMPS participation is free of charge and open to the public
- internationally.
-* Web Site. The GIMPS "Web Site" is understood to include all
- Mersenne.org Internet web site domains, web content and services,
- PrimeNet APIs, data, downloads, etc., regardless of means of access.
-* Non-Participants. Viewing the Web Site does not necessarily make you
- a Participant; non-Participants are not bound by this TCU.
-* Participation Constitutes Agreement. "Participant" is understood to
- be an individual person, or a single individual person designated as
- the authorized representative of any group, team, organization or
- legal entity, who personally, or whose computer(s), accesses and/or
- communicates with the Web Site to perform, or cause to perform,
- mathematical calculations that are, or typically, systematically
- organized by GIMPS. This includes, but is not restricted to, use of
- Prime95, MPrime, GLucas, or similar software, automatically over the
- Internet or using the Web Site (manual testing forms, reports, APIs,
- etc.), to get data or work assignments or to upload results or other
- data. Participation constitutes agreement with the TCU by that
- individual and any group, team, organization or legal entity the
- Participant represents.
-* Participant Identifiers. Participant's user ID, password and email
- address are the primary unique identifiers used by GIMPS to
- communicate and confirm Participant's identity. Secondary
- identifiers may include unique computer identifiers known as a
- "GUID". The "Anonymous" or "ANONYMOUS" user ID is owned by GIMPS,
- but may be used by Participants who do not wish to be publically
- identified.
-* Award Rules. Participant agrees to the Research Discovery Award
- Rules [1].
-* Award Refusal. Participant may at their option decline any award.
- Research Discovery Award Rules apply even if an award is unclaimed
- or optionally declined by the Participant.
-* Data Ownership and Privacy. GIMPS owns all collected data, and may
- publish or make available certain limited subset(s) of that data for
- public reference, excluding personally identifiable data according
- to the Privacy Policy [2]. Examples of published data are stats,
- standings, charts and other derived charts or tables.
-* Disclaimer. GIMPS is not responsible for any losses due to Web Site
- errors, electronic transmission errors, omissions or unauthorized
- disclosures, failure of any software to correctly find and timely
- report a new prime number, or any other research discovery, or for
- someone "poaching" or "stealing" your assignment (performing work on
- it without it being assigned to them by GIMPS) and subsequently
- making a discovery.
-* Terms and Conditions of Use Changes. GIMPS reserves the right to
- change this TCU without notice. Last updated 15 October 2008.
-* Jurisdiction. Jurisdiction of law shall be the State of California
- and the United States of America. Participant agrees to settle all
- disputes through a good faith effort directly with GIMPS officers
- and directors, or as a last resort, by third-party binding
- arbitration through a certified arbitrator of GIMPS' choosing.
-
-[1] http://mersenne.org/legal/#rules
-[2] http://mersenne.org/legal/#privacy
diff --git a/sdk_container/src/third_party/portage-stable/licenses/GOG-EULA b/sdk_container/src/third_party/portage-stable/licenses/GOG-EULA
deleted file mode 100644
index 6696edf0265..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/GOG-EULA
+++ /dev/null
@@ -1,591 +0,0 @@
-## GOG.com User Agreement
-
-### 1\. ABOUT THIS AGREEMENT
-
-1.1 This Agreement is a contract between you and GOG sp. z o.o., ul.
-Jagiellonska 74, 03-301 Warsaw, Poland (we will further call ourselves "GOG")
-and applies to www.GOG.com, your GOG user account, the GOG Downloader, GOG
-Galaxy, any games or videos or other content which you purchase or access via
-us, the GOG web forums, GOG customer and technical support and other services
-we provide to you (we'll just call all this "GOG services" for short).
-
-1.2 Also, when we're talking about games, in-game content, virtual items or
-currency or GOG videos or other content which you can purchase or access via
-GOG services, we’ll just call them "GOG games" or "GOG videos" respectively
-and when we talk about them all together they are "GOG content". Simple, eh?
-Oh, and one more thing – what we say in this Agreement covers our Privacy
-Policy too (you can read it
-[here](https://support.gog.com/hc/articles/212632109-Privacy-Policy)), so the
-Privacy Policy is part of this Agreement.
-
-1.3 GOG works with trusted partners, including our related company CD PROJEKT
-S.A., developers and publishers, payment providers, customer service software
-providers and others („Partners") – more on them later in this Agreement.
-
-1.4 If you're over 18, then welcome to GOG.com! If you're between 13 and 18
-(or whatever is the age of adulthood in your country), before we extend an
-equally warm welcome, please ask your parent or guardian to review and approve
-this Agreement on your behalf (because in some countries people under a
-certain age cannot legally enter into contracts like this Agreement). Legally,
-children below 13 cannot have a GOG account (but their parents/guardians are
-welcome to sign up themselves).
-
-### 2\. USING GOG.COM AND GOG CONTENT
-
-2.1 We give you and other GOG users the personal right (known legally as a
-'licence') to use GOG services and to download and/or stream (depending on the
-content) and use GOG content. This licence is for your personal use. We can
-stop or suspend this licence in some situations, which are explained later on.
-
-2.2 When you buy or install GOG games, you might have to agree to additional
-contract terms with the developer/publisher of the game (e.g. they might ask
-you to agree to a game specific End User Licence Agreement). If there is any
-inconsistency or dispute between those ‘EULAs’ and this Agreement, then this
-Agreement wins.
-
-2.3 With GOG videos, you can also stream purchased video content or download
-it to watch the way you want.
-
-2.4 Using certain third party scripts is recommended for your full use of
-GOG.com functionality and, although that usage is optional, we cannot promise
-full service performance without them.
-
-2.5 A quick word about GOG Galaxy, which is our (optional) online service
-which not only allows you to buy and access GOG content but also provides
-online multiplayer and other cool game features like achievements, chat and
-game-time tracking. You can learn more about it
-[here](https://www.gog.com/galaxy).
-
-### 3\. GOG ACCOUNTS
-
-3.1 To buy GOG content from GOG services, and in some cases to play/use GOG
-content where our partners require use of a GOG account, you will need to set
-up a GOG account. This will involve creating a password (which is encrypted so
-we can’t access it) and a username, plus giving us (for identification
-purposes) your email address. Please make sure your login credentials are kept
-secure and your account is used properly. In your GOG Account settings you can
-also optionally set your country of residence, birthday and avatar. Our
-Privacy Policy gives more detail about the information we collect from you and
-how we use it and protect it. It's at [Privacy
-Policy](https://support.gog.com/hc/articles/212632109-Privacy-Policy).
-
-3.2 You can use your GOG account to set up a public profile accessible by
-other people. You can also use your GOG account to connect with other GOG
-users. Please act sensibly and remember you are responsible for your own
-actions
-
-3.3 Your GOG account and GOG content are personal to you and cannot be shared
-with, sold, gifted or transferred to anyone else. Your access to and use of
-them is subject to GOG’s rules which are set out
-[here](https://support.gog.com/hc/sections/202834565-FAQ-What-is-GOG-com-), as
-updated or amended when necessary.
-
-### 4\. SYSTEM REQUIREMENTS
-
-4.1 Because GOG.com gives you access to many different games created at
-different times, we cannot give you one set of system requirements for all GOG
-services or GOG content.
-
-4.2 What we can tell you is that using any GOG game will require an
-appropriate operating system (please refer to the relevant GOG product page)
-with all service packs and important updates installed on it. All GOG games
-should be natively installed on a computer that meets or exceeds the minimum
-hardware and software specifications shown on the GOG product page. GOG games
-are not tested on virtual machine software and therefore we do not support
-playing through them.
-
-4.3 For GOG videos, please make sure your video player supports the videos’
-format specified in the GOG product page.
-
-4.4 If you have questions about system requirements, please contact us at
-[here](https://support.gog.com/hc/requests/new?category=info). Just so we're
-clear, you are responsible for making sure you have sufficient Internet access
-to download purchased GOG games or GOG videos from us or to stream GOG videos
-and that your system can play GOG games and watch GOG videos.
-
-### 5\. BETAS
-
-5.1 As GOG.com develops, we may offer you optional access to 'beta' versions
-of GOG software or services (e.g. new versions of the GOG Galaxy client made
-available prior to its general release) or GOG content (more on that later)
-
-Here are the rules:
-
- * a) We (or any applicable publisher/partner) will set the conditions and requirements for your beta access. Providing and maintaining a beta, and who can use a beta, is at our discretion.
- * b) You may be required to go through a registration process or other requirements to access the beta (and this may include you meeting eligibility criteria).
- * c) Betas will be time-limited and there may be extra contract requirements.
- * d) The beta may involve temporary or permanent server/progress/content wipes, resets or amendments.
- * e) The beta may be subject to confidentiality restrictions (which will be notified to you in advance if so).
- * f) You may be invited to participate in a feedback process regarding the beta – this is totally optional but would be really valued.
- * g) The beta is for your use and enjoyment, so you must not sell, loan or otherwise transfer it to anyone else.
- * h) The point of you getting beta access is to allow you to try something new, but we would expect you to recognise that it will not be complete yet. Therefore betas will be provided 'as is' without any additional promises from us or any liability on us if it is not complete or does not work fully or causes issues. Betas may not be totally feature-complete and there may be feature changes, modifications or removals during the beta.
-
-We may provide access to GOG content in beta/pre-release form. For example, a
-publisher/partner may decide to release a game or a part of it in beta, or may
-join our ‘Games in Development’ program (see section 7.5-7.7. below). Any such
-GOG content will also be governed by these rules unless the relevant publisher
-specififes its own rules (which will prevail over these rules).
-
-### 6\. PAYING FOR GOG CONTENT AND GETTING REFUNDS
-
-**Paying for GOG content**
-
-6.1 Surprise surprise, after you decide that you like a GOG game, GOG video or
-other GOG content, you usually will need to pay for it before you can access
-it (though we do have some free content too!) You can pay in different ways:
-(i) using a valid debit or credit card; or (ii) using PayPal or any other
-authorised payment providers. Keep your payment details secure.
-
-6.2 When you use a payment method to buy GOG content, we're relying on your
-promise that you're able to use that method. You are responsible for any
-purchases made using your GOG account or payment method and you agree to the
-pricing, payment and billing policies applicable to them, as notified to you
-at the time of purchase. All payments are non-refundable and non-transferable
-except as expressly provided in this Agreement. Kids – your parent or guardian
-needs to approve any purchase you make.
-
-6.3 You can always pay for GOG content in US Dollars. However if you happen to
-live in countries where your local currency is supported (see our Support
-section [here](https://support.gog.com/hc/sections/202834625-FAQ-Payments-
-pricing-and-promos) for details), you will be able to pay in your local
-currency. You might have to pay a currency conversion charge if you are not
-paying in your home currency and some banks might also add other kinds of
-transaction fees.
-
-6.4. All prices are visible in the product catalogue page. They’re inclusive
-of legally applicable sales taxes/VAT.
-
-**GOG Wallet**
-
-6.5 GOG offers users a digital account balance called the "GOG Wallet" in
-connection with your user account, which you can use to make purchases of GOG
-content. Funds can be added to it in two ways: (i) using your chosen payment
-method; or (ii) by us as part of our ‘Free Wallet’ program (see below). The
-GOG Wallet is made available subject to rules which are set out on our GOG
-Wallet page [here](https://support.gog.com/hc/sections/202834605-FAQ-GOG-
-Wallet).
-
-**Free Wallet and Bonus Codes**
-
-6.6 In some situations we may be able to offer you a credit to your GOG
-account which you can redeem against GOG purchases (we’ll call this "Free
-Wallet"). For example, as we explain in section 6.9 we may offer GOG Wallet
-funds in connection with our Fair Pricing policy in some situations. We may
-also issue time-limited bonus codes which give you free or reduced price
-access to GOG content (we’ll call them "Bonus Codes").
-
-6.7 If you receive Free Wallet or Bonus Codes when you buy GOG content but
-later decide to return that GOG content, then we think it’s fair for you to
-return the Free Wallet or Bonus Codes too. Therefore, we will: (i) remove from
-your GOG account any unused Free Wallet which you received because of that GOG
-content; (ii) if you have used any of that Free Wallet to purchase other GOG
-content, then we will deduct the amount of that used Free Wallet from your
-refund; and (iii) for Bonus Codes, we will terminate it or, if it has been
-redeemed for a GOG game, that game will be removed from your account.
-
-6.8 Free Wallet and Bonus Codes are subject to our GOG Wallet rules (see
-section 6.5 above). Free Wallet is valid for one year unless it is mixed with
-any GOG Wallet funds obtained with real money, in which case the total balance
-will not have any expiry date until that total balance is reduced to zero (at
-which point the process resets again).
-
-**Fair Pricing**
-
-6.9. We stand by the simple truth that $1 does not equal 1€ - we are trying to
-apply fair conversion rates. In a perfect world we would apply the same method
-of pricing to all of the games we offer. However, things are a little bit more
-complicated, and there are some games in our catalogue that follow a different
-region-based pricing scheme. However, we wouldn't be GOG.com if we didn't find
-a way to make it right by the users who end up paying relatively more for such
-titles. Here's where the Fair Price Package comes in!
-
-6.10. The Fair Price Package applies to all of the titles which we couldn't
-include in our standard pricing scheme. If you end up paying more for a game
-in your local currency than its US price, we'll refund you the difference out
-of our own pocket. The refunded value will be added to your GOG Wallet in the
-currency of your purchase. You'll be getting GOG Wallet funds that you can use
-to purchase anything on GOG.com or partially pay for an item that's more
-expensive. GOG Wallet funds will be credited to your GOG account in the
-currency in which you bought the relevant GOG content (e.g. if you bought a
-game in US Dollars, any GOG Wallet funds regarding it will be in US Dollars).
-These GOG wallet funds will be subject to our ‘Free Wallet’ special rule on
-duration (see section 6.7).
-
-6.11. Please treat this system sensibly and don't exploit it (for example by
-using VPNs or other methods to manipulate how your location appears) – that's
-not cool.
-
-### 7\. REFUNDS AND RETURNS
-
-**Statutory refund rights**
-
-7.1. If you are a resident of the European Union or other applicable
-jurisdictions (excluding the USA), then you have the statutory right to
-withdraw from a purchase of GOG content within 14 days of your purchase,
-without giving a reason. However, this does not apply where you have expressly
-consented to the performance of the GOG content (which is digital content)
-beginning immediately upon conclusion of the purchase process and have
-acknowledged the loss of your withdrawal rights.
-
-7.2. Neither this nor any other part of this User Agreement affects your
-statutory rights.
-
-**Our Voluntary Returns Guarantee**
-
-7.3. We understand that sometimes a purchase doesn't turn out how you expected
-and we want to be fair to GOG users. So here's our deal with you:
-
- * a) **Preorders Refund:** if you preorder and pay for a GOG game, you can cancel the preorder and get a full refund as long as we receive a valid request before the game's full release date on GOG.com.
- * b) **Early Exchange:** you can exchange validly purchased GOG content for a replacement GOG game or video of equal or lower value if your request is made within 30 days of the original purchase, provided the original GOG content has not been downloaded, used or streamed. (For GOG content purchased during discount periods, the discounted price applies.) You can exchange specific GOG content once only. You can’t exchange GOG content you received as an exchange for other GOG content.
- * c) **Money back guarantee:** if you buy any GOG content and have significant technical issues with it (e.g. there is a major show stopper bug in a game that prevents you from finishing it), we will give you a full refund if all the following requirements are met:
- * (i) You must have genuine significant technical issues with the GOG content.
- * (ii) You need to contact GOG Customer Support to request the refund within 30 days of the original purchase (if you received it from a GOG-authorised exchange for another product, then the 30 day period starts running from the date of exchange).
- * (iii) GOG Customer Support must have a reasonable time period in which to try to resolve the issue before they process the refund to you.
- * d) **Withdrawal Right:** we give you the right to withdraw from a purchase of GOG content without charge and for any reason within 30 days after you bought that GOG content, IF it has not been downloaded, streamed, activated or used in any way before then. If any of those things happen then your withdrawal right is lost.
- * 7.4 **Final sale:** a sale is considered final either 30 days after purchase or when you try to download the GOG content or any additional/bonus content. Once either of those happens, you no longer will have any return, exchange or refund options unless you have technical issues covered by paragraph (c) above. Virtual items/currency and GOG Wallet funds are not covered by this section 7 and we cannot therefore offer refund, early exchange, money back guarantee or withdrawal rights regarding them.
-
-**Games in Development**
-
-7.5 GOG is releasing games that are still in development (such games are
-referred to herein as ‘games in development’). This gives you the opportunity
-to try out new and carefully selected games while they are still unfinished.
-For more information, see the [games in development
-FAQ](https://support.gog.com/hc/sections/115000157529-FAQ-Games-in-
-development).
-
-7.6 Just to be clear, these really are games in development: there may well be
-incomplete features or gameplay bugs, errors and other problems. These games
-might also never be finished. Ultimately, you have to accept them ‘as is’
-without any liability or additional promises from us or the developer. They
-are classed as ‘betas’ under this User Agreement (see section 5 above).
-
-7.7 To help out, we have a special return/refund policy for you: we will
-refund any game in development that you want to return, for any reason, within
-14 days of its respective purchase. A few additional points: (a) You will be
-refunded the original purchase price at the time of your purchase. (b) If you
-have gifted the game to someone else, you will still be able to obtain a
-refund BUT the gifted game copy will be disabled. (c) This refund program will
-be subject to a fair use policy: as long as you use it reasonably, you should
-be fine. However, if we believe that you are acting unreasonably or are
-abusing the program, then we reserve the right to refuse to grant you further
-refunds. (d) This refund replaces all other refund rights which you might
-otherwise have (e.g. our ‘30 day money back guarantee’), excluding any legally
-required remedies. (e) A game that comes out of development within 14 days of
-your purchase shall become subject to our regular ’30 day money back
-guarantee’, counting from the date of purchase.
-
-### 8\. VIRTUAL ITEMS AND VIRTUAL CURRENCY
-
-8.1 With certain GOG content you may be able to purchase or acquire virtual
-items and/or virtual currency (we’ll call them "Virtual Goods" for short).
-Virtual Goods are subject to this Agreement and in particular the following
-default rules, unless there are specific rules for that GOG content (which
-will prevail over these rules).
-
-8.2 Virtual Goods are digital items only with no cash-value or real world
-existence and cannot be ‘bought’, ‘sold’, gifted, transferred or redeemed,
-whether or not for other Virtual Goods, ‘real world’ money, goods, services or
-items of monetary value. Trading Virtual Goods is prohibited (unless you are
-specifically permitted to do so). Your right to use any Virtual Goods is
-limited to a limited, nonexclusive, non-assignable, non-transferable, non-
-sublicensable, revocable licence to use them solely for your personal
-entertainment and non-commercial use in the applicable GOG content. You have
-no property interest or right or title in any Virtual Goods, which remains the
-appropriate publisher’s property. Virtual Goods may be changed, amended or
-reversed if necessary, including to enforce this Agreement. If necessary,
-limits may be placed on the use of Virtual Goods (including transaction limits
-and balance amounts).
-
-8.3 The existence of a particular offer for Virtual Goods is not a commitment
-by us to maintain or continue to make the Virtual Goods or that offer
-available in the future. The scope, variety and type of Virtual Goods that you
-may obtain can change and we have the right to manage, modify and remove
-Virtual Goods if we consider necessary for the ongoing operation of GOG.com or
-GOG content or for other legitimate reasons, in which case we will have no
-liability to you or anyone for the exercise of such rights. We will make
-reasonable efforts to notify you of any such change and to explain the reason
-for such change.
-
-### 9\. PATCHES, UPDATES AND CHANGES
-
-9.1 Occasionally we may need to patch or update GOG services or GOG content
-(for example to add or remove features or to resolve software bugs). We need
-these rights in order to keep GOG.com running efficiently. Our Partners may
-use GOG services to roll out patches or updates for applicable GOG content.
-
-### 10\. OWNERSHIP OF GOG.COM AND INTELLECTUAL PROPERTY RIGHTS
-
-10.1 GOG services including (but not limited to) their graphics, computer
-code, user interface, look and feel, audio, video, text, layout, databases,
-data and all other content, and all legal and exploitation rights regarding
-them are either owned by us or we license them from third parties. GOG content
-is owned by its developers/publishers and licensed by us. All rights are
-reserved except as we have explained in this Agreement. You may not use or
-exploit any part of the GOG services or GOG content except as explained in
-this Agreement.
-
-10.2. GOG respects the intellectual property rights of others. Please read
-more at [here](https://support.gog.com/hc/en-us/sections/115000136785).
-
-### 11\. RULES FOR USING GOG SERVICES
-
-11.1 Please follow these rules regarding the GOG services and GOG content.
-Please read these rules carefully since failure to follow them (particularly
-those in relation to cheating) will be considered a material breach of this
-Agreement, which could lead to suspension or cancellation of your access to
-GOG Services. Here are the rules:
-
- * (a) Only use GOG services or GOG content for your personal enjoyment (for example, don't use them to make money or for political purposes).
- * (b) Regarding GOG content, what you can do practically (which includes to modify, merge, distribute, translate, reverse engineer, decompile, disassemble, or create derivative works of it) depends on what the GOG content rights holder allows you to do (GOG can’t grant such rights), so please check this with the rights holder directly (the first thing you should do though is to check if they have a EULA and if so what it says). We also ask that you make only genuine attempts to improve the GOG content.
- * (c) Regarding GOG services (which includes GOG software), unless you have prior GOG permission please don’t modify, merge, distribute, translate, reverse engineer, decompile, disassemble, or create derivative works of them – unless you’re allowed in this Agreement or by the law in your country. We’d like to emphasise that you are free to contact us for permission to do these things and we will review and respond to those requests in good faith. More generally, at some point in the future we want to open client protocols to make it easier for users to work with GOG data/software without any need for reverse engineering or similar techniques.
- * (d) Don't hack, harm, grief, interrupt or misuse GOG services or GOG content, GOG Users or GOG personnel or use them for any similar purpose.
- * (e) Do not create, use, make available and/or distribute cheats, exploits, automation software, robots, bots, mods, hacks, spiders, spyware, cheats, scripts, trainers, extraction tools or other software that interact with or affect GOG services in any way (including, without limitation, any unauthorised third party programs that intercept, emulate, or redirect any communication between GOG or its partners and GOG services and/or any unauthorised third party programs that collect information about GOG Services).
- * (f) Don't interfere with the GOG or third party network software or other software including via tunnelling, code injection, modifying or changing GOG software, using any other similar software together with GOG services or GOG content, through protocol emulation, or through creation or use of private servers regarding GOG services or GOG content. Do not access or attempt to access areas of GOG.com or GOG servers that have not been made available to the public.
- * (g) Don't do or say anything which is or may be considered racist, xenophobic, sexist, defamatory or otherwise offensive or illegal. Be nice to each other please!
- * (h) Don’t share, ‘buy’, ‘sell’, transfer, gift, lend, steal or misappropriate GOG accounts. GOG keys/codes can only be gifted or transferred or used in the ways permitted by GOG.com. If you have any questions or problems, contact customer support.
- * (i) We ask you to follow any applicable geographic or regional, language or location-based restrictions, requirements or rules regarding GOG.
- * (j) We ask you not to do anything in connection with GOG that infringes any copyright, trademark, patent, trade secret, privacy, publicity, or other right of others, such as images, photographs, sound files, text files, graphics files, and any other material or information.
-
-### 12\. USER GENERATED CONTENT
-
-12.1 This section is about content (e.g. text, photos or links) which you make
-available either to us or to other GOG users via GOG services (for example
-through your profile picture or through messages to other GOG users). We'll
-call this "User Generated Content".
-
-12.2 As far as we and you are concerned, you own any User Generated Content
-but we need you to give us some limited rights over it so that we can actually
-transmit it through GOG services. So, we ask you to give us a non-exclusive,
-irrevocable licence to use, modify, reproduce, create derivative works from,
-distribute, transmit, communicate and publicly display/perform your User
-Generated Content in connection with GOG services.
-
-12.3 It is your responsibility to make sure that you have all necessary legal
-rights before you use User Generated Content and for checking they are safe to
-use – we can't know that ourselves, and we can't check it for you, so we have
-to rely on you.
-
-12.4. However, we have the right (but not the obligation) to review and if
-appropriate or legally necessary to remove any User Generated Content which is
-unlawful, tortious, defamatory, obscene, invasive of the privacy of another
-person, threatening, harassing, abusive, hateful, racist or pornographic. If
-you find that any such content has been posted on GOG services, please let us
-know by contacting us at [legal@gog.com](mailto:legal@gog.com).
-
-### 13\. FEEDBACK OR SUGGESTIONS
-
-13.1 You’re welcome to give us feedback and suggestions to improve GOG
-services and we really value them all. However, just so we’re clear, we don’t
-have to use or accept them and we won’t owe you anything (financially or
-otherwise) regarding them.
-
-### 14\. USING GOG CONTENT IN FAN WORK
-
-14.1 For fan work (e.g. works like fan mods, machinima, parodies, homages,
-'Let's Play' or other videos or artwork), you need to check with the content
-owner (e.g. the developer or publisher) if they are OK with it and if so you
-should get permission from them. The reason is simple – the GOG content is the
-property of the respective owner, not GOG’s.
-
-### 15\. THIRD PARTY CONTENT AND EXTERNAL SERVICES
-
-15.1 You might get links to third party websites or content through GOG
-services. Using them is up to you – we can't promise they will work, what
-they'll be like or if they're free.
-
-15.2 You can also use your GOG account to get easy access to some external,
-GOG approved partner services, e.g. The Witcher games and sites from our
-related company CD PROJEKT. They will have their own terms and conditions
-which you will need to agree and follow. Just to be clear: using these
-services is all optional and up to you. You have the power!
-
-15.3 A quick word about GOG Connect (which you can read more about
-[here](https://www.gog.com/connect))This (optional) feature is provided
-subject to Valve’s [Steam Web API Terms of
-Use](https://steamcommunity.com/dev/apiterms) and therefore access to this
-feature and how it works may change if necessary to reflect those Terms of
-Use. Please also see section 9.3 of our Privacy Policy, which explains how we
-use ‘Steam Data’ and contains important liability provisions regarding it.
-Please also see our GOG Connect FAQs which contain further information about
-GOG Connect and how to use it.
-
-### 16\. WARRANTIES AND LIMITATION OF LIABILITY REGARDING GOG SERVICES
-
-16.1 We warrant that: (i) we have the right to enter this Agreement and to
-grant you the licence to use GOG services in section 2.1; and (ii) we will
-take reasonable care with the GOG services and your use of them; and (iii) we
-will use reasonable endeavours to comply with applicable laws in performing
-our obligations to you under this Agreement.
-
-16.2. Your representations and warranties. You represent and warrant that you
-have the full power and ability to enter into this Agreement and will follow
-fully its terms. You also represent and warrant that any User Generated
-Content, which you transmit via GOG services does not infringe upon the
-intellectual property rights of any third party. You further represent and
-warrant that you will not use or contribute User Generated Content that is
-unlawful, tortious, defamatory, obscene, invasive of the privacy of another
-person, threatening, harassing, abusive, hateful, racist or pornographic.
-
-16.3. We work hard to try to make GOG content work on your systems but we only
-have limited time to carry out tests and we don't always get everything right.
-Therefore, we can't accept any liability or responsibility for GOG content. We
-are also not responsible for anything that happens to GOG.com or GOG services
-which is outside of our control. However, don't forget you may be entitled to
-GOG content return and refund if it has technical issues see section 7.3 (c).
-
-### 17\. TERMINATION
-
-17.1 Your right to terminate the Agreement. You may terminate this Agreement
-at any time and without giving any reason by completely ceasing to use GOG
-Services. If you would like us to delete your account please contact our
-Support Team [here](https://support.gog.com/hc/requests/new?category=info).
-Termination will not affect already existing rights or obligations of us or
-you.
-
-17.2. Our right to terminate the Agreement. If you materially breach this
-Agreement, we reserve the right to suspend or cancel your access to GOG
-services and GOG content. By material breach of the Agreement we mean a
-serious breach which could cause significant harm to GOG, GOG users, as well
-as, in particular breach of the provisions of section 11 above. If we suspend
-or cancel your access to GOG services or GOG conent we'll take reasonable
-steps to contact you to explain why we've done this and what (if anything) you
-can do as a result.
-
-17.3 It seems very unlikely, but if we have to stop providing access to GOG
-services and GOG content permanently (not because of any breach by you), we
-will try to give you at least sixty (60) days advance notice by posting a note
-on www.gog.com and sending an email to every registered users – during that
-time you should be able to download any GOG content you purchased.
-
-### 18\. FORCE MAJEURE
-
-18.1 Neither you nor us will be liable for any failure to perform any
-obligation under this Agreement or to provide access to GOG services and GOG
-content if that failure is caused by the happening of any unforeseen event
-beyond your or our reasonable control including without limitation, Internet
-outages, communications outages, fire, flood, war or act of God.
-
-### 19\. GOVERNING LAW
-
-**For users resident in the European Union and elsewhere in the world (but not
-the USA):**
-
-19.1 You and we agree that your use of GOG services and GOG content and this
-Agreement will be governed by and interpreted according to the laws of the
-Republic of Poland and that any dispute regarding this Agreement will be heard
-non-exclusively by the courts of the Republic of Poland. In any legal claim
-under this Agreement, the side which wins will be entitled to its legal fees
-and expenses
-
-19.2. The above choice of governing law and jurisdiction is subject to any
-mandatorily applicable principles of consumer protection or other law in your
-jurisdiction of residence which would not otherwise be available.
-
-**For users in the USA only:**
-
-19.3 You and we agree that your use of GOG services and GOG content, and this
-Agreement, will be deemed to be entered into in Los Angeles, California and
-governed by and interpreted according to the laws of the State of California,
-USA (and, if applicable, US Federal law). Any legal claim by you against
-GOG.com will be made exclusively in any state or federal court located in Los
-Angeles, California, which will have subject matter jurisdiction regarding the
-dispute between you and us and therefore we both consent to the exclusive
-jurisdiction of those courts. In any legal claim under this Agreement, the
-side which wins will be entitled to its legal fees and expenses.
-
-### 20\. CUSTOMER SUPPORT AND DISPUTE RESOLUTION
-
-20.1 If you have concerns, claims or issues with us, we hope we can resolve
-them quickly and amicably at
-[here](https://support.gog.com/hc/requests/new?category=info). We will make
-reasonable and good faith efforts to resolve any dispute between us
-informally. We undertake to answer to any claim within 14 days.
-
-20.2 If it is not resolved during this time, the next steps depend on where
-you live. If you live within the EU you may submit your legal claims to the
-online dispute resolution platform operated and provided by the European
-Commission which can be accessed via http://ec.europa.eu/consumers/odr/ in
-order to reach an out of court settlement or initiate a lawsuit
-
-20.3. If you live in the USA or the rest of the world (but not the EU) then
-please contact us at [legal@gog.com](mailto:legal@gog.com).
-
-### 21\. OTHER LEGAL STUFF
-
-21.1 If any part of this Agreement is found not to be legally enforceable,
-this will not affect any other part of it.
-
-21.2 This Agreement and the GOG Privacy Policy constitute the entire agreement
-between you and us and supersede any earlier oral or written agreements. If
-you disagree with this, please contact us as soon as possible after you start
-using GOG services at [legal@gog.com](mailto:legal@gog.com) since otherwise
-this will be binding on you after a reasonable time period (usually 30 days).
-
-21.3 This Agreement governs our relationship with you (and vice versa). It
-does not create any rights for anyone else.
-
-21.4 Please remember we are subject to various laws and we may be required to
-comply with law enforcement or other legal requirements.
-
-21.5 If there is a reorganisation, sale or merger of GOG.com then we may need
-to work with relevant third parties to transfer or merge your GOG account.
-
-21.6 You and we agree that the UN Convention on Contracts for the
-International Sale of Goods does not apply this Agreement.
-
-21.7 We can assign, subcontract or transfer this Agreement to a third party or
-another member of our group if necessary for the support of GOG, as part of
-any reorganisation or merger or for other business reasons. We will notify you
-if this happens.
-
-### 22\. CHANGES TO THIS AGREEMENT
-
-22.1 We may change this Agreement if it's necessary e.g. for legal reasons or
-to reflect changes in GOG services or GOG content. If so, we will make the
-changed Agreement available online at
-[here](https://support.gog.com/hc/articles/212632089-User-Agreement) and (if
-you have a GOG account) email you to let you know about the changes
-
-22.2 Any changes to the Agreement will come into force within 30 days of their
-announcement online. In the meantime, you're welcome to contact us at
-[legal@gog.com](mailto:legal@gog.com) if you have specific questions about the
-changes.
-
-22.3 If you don't agree to those changes (regardless of whether you email us),
-then unfortunately we must ask you to cease using GOG services and GOG
-content. We're sorry we have to say that, but we hope you'll appreciate that
-for GOG.com to work properly we need to have everyone using it under the same
-rules instead of different people having different rules. That's why we
-encourage you to get in contact if you have queries or concerns.
-
-22.4 Just so you know, we'll never just make a bunch of changes to this
-Agreement, not tell you what they are and force you to agree to changes you
-don't understand before you can use GOG.com!
-
-### 23\. OUR CONTACT DATA
-
-23.1. If you have any complaint concerning your purchase, or simply you would
-like to contact us, here are our contact details:
-
-
-Name: GOG sp. z o.o.
-
-
-Registered Office: Ul. Jagiellonska 74, 03-301 Warsaw, Poland
-
-
-Registered at the District Court for Warsaw, 13th Commercial Division of the
-National Court Register
-
-
-Registration Number 0000029514
-
-
-Tax number VAT ID (NIP) PL 113-21-77-807
-
-
-Share capital: PLN 135.750,00 PLN
-
-
-E-mail: https://support.gog.com/hc/requests/new?category=info or
-support@gog.com
diff --git a/sdk_container/src/third_party/portage-stable/licenses/GPL-1 b/sdk_container/src/third_party/portage-stable/licenses/GPL-1
deleted file mode 100644
index e65a4b54b71..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/GPL-1
+++ /dev/null
@@ -1,247 +0,0 @@
- GNU GENERAL PUBLIC LICENSE
- Version 1, February 1989
-
- Copyright (C) 1989 Free Software Foundation, Inc.
-
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The license agreements of most software companies try to keep users
-at the mercy of those companies. By contrast, our General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users. The
-General Public License applies to the Free Software Foundation's
-software and to any other program whose authors commit to using it.
-You can use it for your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Specifically, the General Public License is designed to make
-sure that you have the freedom to give away or sell copies of free
-software, that you receive source code or can get it if you want it,
-that you can change the software or use pieces of it in new free
-programs; and that you know you can do these things.
-
- To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
- For example, if you distribute copies of a such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have. You must make sure that they, too, receive or can get the
-source code. And you must tell them their rights.
-
- We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
- Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software. If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- GNU GENERAL PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. This License Agreement applies to any program or other work which
-contains a notice placed by the copyright holder saying it may be
-distributed under the terms of this General Public License. The
-"Program", below, refers to any such program or work, and a "work based
-on the Program" means either the Program or any work containing the
-Program or a portion of it, either verbatim or with modifications. Each
-licensee is addressed as "you".
-
- 1. You may copy and distribute verbatim copies of the Program's source
-code as you receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice and
-disclaimer of warranty; keep intact all the notices that refer to this
-General Public License and to the absence of any warranty; and give any
-other recipients of the Program a copy of this General Public License
-along with the Program. You may charge a fee for the physical act of
-transferring a copy.
-
- 2. You may modify your copy or copies of the Program or any portion of
-it, and copy and distribute such modifications under the terms of Paragraph
-1 above, provided that you also do the following:
-
- a) cause the modified files to carry prominent notices stating that
- you changed the files and the date of any change; and
-
- b) cause the whole of any work that you distribute or publish, that
- in whole or in part contains the Program or any part thereof, either
- with or without modifications, to be licensed at no charge to all
- third parties under the terms of this General Public License (except
- that you may choose to grant warranty protection to some or all
- third parties, at your option).
-
- c) If the modified program normally reads commands interactively when
- run, you must cause it, when started running for such interactive use
- in the simplest and most usual way, to print or display an
- announcement including an appropriate copyright notice and a notice
- that there is no warranty (or else, saying that you provide a
- warranty) and that users may redistribute the program under these
- conditions, and telling the user how to view a copy of this General
- Public License.
-
- d) You may charge a fee for the physical act of transferring a
- copy, and you may at your option offer warranty protection in
- exchange for a fee.
-
-Mere aggregation of another independent work with the Program (or its
-derivative) on a volume of a storage or distribution medium does not bring
-the other work under the scope of these terms.
-
- 3. You may copy and distribute the Program (or a portion or derivative of
-it, under Paragraph 2) in object code or executable form under the terms of
-Paragraphs 1 and 2 above provided that you also do one of the following:
-
- a) accompany it with the complete corresponding machine-readable
- source code, which must be distributed under the terms of
- Paragraphs 1 and 2 above; or,
-
- b) accompany it with a written offer, valid for at least three
- years, to give any third party free (except for a nominal charge
- for the cost of distribution) a complete machine-readable copy of the
- corresponding source code, to be distributed under the terms of
- Paragraphs 1 and 2 above; or,
-
- c) accompany it with the information you received as to where the
- corresponding source code may be obtained. (This alternative is
- allowed only for noncommercial distribution and only if you
- received the program in object code or executable form alone.)
-
-Source code for a work means the preferred form of the work for making
-modifications to it. For an executable file, complete source code means
-all the source code for all modules it contains; but, as a special
-exception, it need not include source code for modules which are standard
-libraries that accompany the operating system on which the executable
-file runs, or for standard header files or definitions files that
-accompany that operating system.
-
- 4. You may not copy, modify, sublicense, distribute or transfer the
-Program except as expressly provided under this General Public License.
-Any attempt otherwise to copy, modify, sublicense, distribute or transfer
-the Program is void, and will automatically terminate your rights to use
-the Program under this License. However, parties who have received
-copies, or rights to use copies, from you under this General Public
-License will not have their licenses terminated so long as such parties
-remain in full compliance.
-
- 5. By copying, distributing or modifying the Program (or any work based
-on the Program) you indicate your acceptance of this license to do so,
-and all its terms and conditions.
-
- 6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the original
-licensor to copy, distribute or modify the Program subject to these
-terms and conditions. You may not impose any further restrictions on the
-recipients' exercise of the rights granted herein.
-
- 7. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Program
-specifies a version number of the license which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation. If the Program does not specify a version number of
-the license, you may choose any version ever published by the Free Software
-Foundation.
-
- 8. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission. For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this. Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
- NO WARRANTY
-
- 9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
- 10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
- END OF TERMS AND CONDITIONS
-
- Appendix: How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to humanity, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these
-terms.
-
- To do so, attach the following notices to the program. It is safest to
-attach them to the start of each source file to most effectively convey
-the exclusion of warranty; and each file should have at least the
-"copyright" line and a pointer to where the full notice is found.
-
-
- Copyright (C) 19yy
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 1, or (at your option)
- any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, see .
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
- Gnomovision version 69, Copyright (C) 19xx name of author
- Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the
-appropriate parts of the General Public License. Of course, the
-commands you use may be called something other than `show w' and `show
-c'; they could even be mouse-clicks or menu items--whatever suits your
-program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary. Here a sample; alter the names:
-
- Yoyodyne, Inc., hereby disclaims all copyright interest in the
- program `Gnomovision' (a program to direct compilers to make passes
- at assemblers) written by James Hacker.
-
- , 1 April 1989
- Moe Ghoul, President of Vice
-
-That's all there is to it!
diff --git a/sdk_container/src/third_party/portage-stable/licenses/GPL-2+-with-Pyinstaller-Bootloader-exception b/sdk_container/src/third_party/portage-stable/licenses/GPL-2+-with-Pyinstaller-Bootloader-exception
deleted file mode 100644
index d535c7be9fe..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/GPL-2+-with-Pyinstaller-Bootloader-exception
+++ /dev/null
@@ -1,14 +0,0 @@
-GNU General Public License, version 2 or any later version.
-See GPL-2 for the full text of this license.
-
-
-Bootloader Exception
---------------------
-
-In addition to the permissions in the GNU General Public License, the
-authors give you unlimited permission to link or embed compiled bootloader
-and related files into combinations with other programs, and to distribute
-those combinations without any restriction coming from the use of those
-files. (The General Public License restrictions do apply in other respects;
-for example, they cover modification of the files, and distribution when
-not linked into a combined executable.)
diff --git a/sdk_container/src/third_party/portage-stable/licenses/GPL-2+-with-font-exception b/sdk_container/src/third_party/portage-stable/licenses/GPL-2+-with-font-exception
deleted file mode 100644
index 1a6d0435afb..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/GPL-2+-with-font-exception
+++ /dev/null
@@ -1,12 +0,0 @@
-GNU General Public License, version 2 or any later version.
-See GPL-2 or GPL-3 for the full text of these licenses.
-
-As a special exception, if you create a document which uses this font,
-and embed this font or unaltered portions of this font into the
-document, this font does not by itself cause the resulting document to
-be covered by the GNU General Public License. This exception does not
-however invalidate any other reasons why the document might be covered
-by the GNU General Public License. If you modify this font, you may
-extend this exception to your version of the font, but you are not
-obligated to do so. If you do not wish to do so, delete this exception
-statement from your version.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/GPL-2+-with-openssl-exception b/sdk_container/src/third_party/portage-stable/licenses/GPL-2+-with-openssl-exception
deleted file mode 100644
index 7480f8003b7..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/GPL-2+-with-openssl-exception
+++ /dev/null
@@ -1,12 +0,0 @@
-GNU General Public License, version 2 or any later version.
-See GPL-2 for the full text of this license.
-
-In addition, as a special exception, the copyright holders give permission
-to link the code of this work with the OpenSSL project's "OpenSSL" library
-(or with modified versions of it that use the same license as the "OpenSSL"
-library), and distribute linked combinations including the two. You must
-obey the GNU General Public License in all respects for all of the code
-used other than "OpenSSL". If you modify this file, you may extend this
-exception to your version of the file, but you are not obligated to do so.
-If you do not wish to do so, delete this exception statement from your
-version.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/GPL-2-with-MySQL-FLOSS-exception b/sdk_container/src/third_party/portage-stable/licenses/GPL-2-with-MySQL-FLOSS-exception
deleted file mode 100644
index a3aecf74b12..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/GPL-2-with-MySQL-FLOSS-exception
+++ /dev/null
@@ -1,103 +0,0 @@
-GNU General Public License, version 2.
-See GPL-2 for the full text of this license.
-
-
-MySQL FLOSS License Exception
-
-The MySQL AB Exception for Free/Libre and Open Source Software-only
-Applications Using MySQL Client Libraries (the "FLOSS Exception").
-
-
-Exception Intent
-We want specified Free/Libre and Open Source Software ("FLOSS") applications
-to be able to use specified GPL-licensed MySQL client libraries (the
-"Program") despite the fact that not all FLOSS licenses are compatible with
-version 2 of the GNU General Public License (the "GPL").
-
-
-Legal Terms and Conditions
-As a special exception to the terms and conditions of version 2.0 of the
-GPL:
-
-0. You are free to distribute a Derivative Work that is formed entirely from
- the Program and one or more works (each, a "FLOSS Work") licensed under
- one or more of the licenses listed below in section 1, as long as:
-
- a. You obey the GPL in all respects for the Program and the Derivative
- Work, except for identifiable sections of the Derivative Work which
- are not derived from the Program, and which can reasonably be
- considered independent and separate works in themselves,
-
- b. all identifiable sections of the Derivative Work which are not
- derived from the Program, and which can reasonably be considered
- independent and separate works in themselves,
-
- (i) are distributed subject to one of the FLOSS licenses listed
- below, and
-
- (ii) the object code or executable form of those sections are
- accompanied by the complete corresponding machine-readable
- source code for those sections on the same medium and under the
- same FLOSS license as the corresponding object code or
- executable forms of those sections, and
-
- c. any works which are aggregated with the Program or with a Derivative
- Work on a volume of a storage or distribution medium in accordance
- with the GPL, can reasonably be considered independent and separate
- works in themselves which are not derivatives of either the Program,
- a Derivative Work or a FLOSS Work.
-
-If the above conditions are not met, then the Program may only be copied,
-modified, distributed or used under the terms and conditions of the GPL or
-another valid licensing option from MySQL AB.
-
-1. FLOSS License List
-
-License name Version(s)/Copyright Date
-Academic Free License 2.0
-Apache Software License 1.0/1.1/2.0
-Apple Public Source License 2.0
-Artistic license From Perl 5.8.0
-BSD license "July 22 1999"
-Common Public License 1.0
-GNU Library or "Lesser" General Public License (LGPL) 2.0/2.1
-Jabber Open Source License 1.0
-MIT License (As listed in file MIT-License.txt) -
-Mozilla Public License (MPL) 1.0/1.1
-Open Software License 2.0
-PHP License 3.0
-Python license (CNRI Python License) -
-Python Software Foundation License 2.1.1
-Sleepycat License "1999"
-W3C License "2001"
-X11 License "2001"
-Zlib/libpng License -
-Zope Public License 2.0
-
-Due to the many variants of some of the above licenses, we require that any
-version follow the 2003 version of the Free Software Foundation's Free
-Software Definition (http://www.gnu.org/philosophy/free-sw.html) or version
-1.9 of the Open Source Definition by the Open Source Initiative
-(http://www.opensource.org/docs/definition.php).
-
-2. Definitions
-
- a. Terms used, but not defined, herein shall have the meaning provided in
- the GPL.
-
- b. Derivative Work means a derivative work under copyright law.
-
-3. Applicability
-
-This FLOSS Exception applies to all Programs that contain a notice placed by
-MySQL AB saying that the Program may be distributed under the terms of this
-FLOSS Exception. If you create or distribute a work which is a Derivative
-Work of both the Program and any other work licensed under the GPL, then
-this FLOSS Exception is not available for that work; thus, you must remove
-the FLOSS Exception notice from that work and comply with the GPL in all
-respects, including by retaining all GPL notices. You may choose to
-redistribute a copy of the Program exclusively under the terms of the GPL by
-removing the FLOSS Exception notice from that copy of the Program, provided
-that the copy has never been modified by you or any third party.
-
-$Id: FLOSS-exception.txt,v 1.5 2004/07/15 15:24:19 z Exp $
diff --git a/sdk_container/src/third_party/portage-stable/licenses/GPL-2-with-classpath-exception b/sdk_container/src/third_party/portage-stable/licenses/GPL-2-with-classpath-exception
deleted file mode 100644
index 8e25e4d9944..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/GPL-2-with-classpath-exception
+++ /dev/null
@@ -1,28 +0,0 @@
-GNU General Public License, version 2, with the Classpath Exception
-
-The GNU General Public License (GPL)
-See GPL-2 for the full text of this license.
-
-
-"CLASSPATH" EXCEPTION TO THE GPL
-
-Certain source files distributed by Oracle America and/or its affiliates are
-subject to the following clarification and special exception to the GPL, but
-only where Oracle has expressly included in the particular source file's header
-the words "Oracle designates this particular file as subject to the "Classpath"
-exception as provided by Oracle in the LICENSE file that accompanied this code."
-
- Linking this library statically or dynamically with other modules is making
- a combined work based on this library. Thus, the terms and conditions of
- the GNU General Public License cover the whole combination.
-
- As a special exception, the copyright holders of this library give you
- permission to link this library with independent modules to produce an
- executable, regardless of the license terms of these independent modules,
- and to copy and distribute the resulting executable under terms of your
- choice, provided that you also meet, for each linked independent module,
- the terms and conditions of the license of that module. An independent
- module is a module which is not derived from or based on this library. If
- you modify this library, you may extend this exception to your version of
- the library, but you are not obligated to do so. If you do not wish to do
- so, delete this exception statement from your version.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/GPL-2-with-font-exception b/sdk_container/src/third_party/portage-stable/licenses/GPL-2-with-font-exception
deleted file mode 100644
index f20f0ae63c2..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/GPL-2-with-font-exception
+++ /dev/null
@@ -1,12 +0,0 @@
-GNU General Public License, version 2.
-See GPL-2 for the full text of this license.
-
-As a special exception, if you create a document which uses this font,
-and embed this font or unaltered portions of this font into the
-document, this font does not by itself cause the resulting document to
-be covered by the GNU General Public License. This exception does not
-however invalidate any other reasons why the document might be covered
-by the GNU General Public License. If you modify this font, you may
-extend this exception to your version of the font, but you are not
-obligated to do so. If you do not wish to do so, delete this exception
-statement from your version.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/GPL-2-with-linking-exception b/sdk_container/src/third_party/portage-stable/licenses/GPL-2-with-linking-exception
deleted file mode 100644
index 70513a6092f..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/GPL-2-with-linking-exception
+++ /dev/null
@@ -1,13 +0,0 @@
-GNU General Public License, version 2.
-See GPL-2 for the full text of this license.
-
-As a special exception, the copyright holders of this library give you
-permission to link this library with independent modules to produce an
-executable, regardless of the license terms of these independent modules,
-and to copy and distribute the resulting executable under terms of your choice,
-provided that you also meet, for each linked independent module, the terms and
-conditions of the license of that module. An independent module is a module
-which is not derived from or based on this library. If you modify this library,
-you may extend this exception to your version of the library, but you are not
-obligated to do so. If you do not wish to do so, delete this exception
-statement from your version.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/GPL-3+-with-autoconf-exception b/sdk_container/src/third_party/portage-stable/licenses/GPL-3+-with-autoconf-exception
deleted file mode 100644
index 1b41955c37e..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/GPL-3+-with-autoconf-exception
+++ /dev/null
@@ -1,9 +0,0 @@
-GNU General Public License, version 3 or any later version.
-See GPL-3 for the full text of this license.
-
-As a special exception to the GNU General Public License, if you
-distribute this file as part of a program that contains a
-configuration script generated by Autoconf, you may include it under
-the same distribution terms that you use for the rest of that
-program. This Exception is an additional permission under section 7
-of the GNU General Public License, version 3 ("GPLv3").
diff --git a/sdk_container/src/third_party/portage-stable/licenses/GPL-3+-with-font-exception b/sdk_container/src/third_party/portage-stable/licenses/GPL-3+-with-font-exception
deleted file mode 100644
index 8d5a7832bd8..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/GPL-3+-with-font-exception
+++ /dev/null
@@ -1,12 +0,0 @@
-GNU General Public License, version 3 or any later version.
-See GPL-3 for the full text of this license.
-
-As a special exception, if you create a document which uses this font,
-and embed this font or unaltered portions of this font into the
-document, this font does not by itself cause the resulting document to
-be covered by the GNU General Public License. This exception does not
-however invalidate any other reasons why the document might be covered
-by the GNU General Public License. If you modify this font, you may
-extend this exception to your version of the font, but you are not
-obligated to do so. If you do not wish to do so, delete this exception
-statement from your version.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/GPL-3+-with-openssl-exception b/sdk_container/src/third_party/portage-stable/licenses/GPL-3+-with-openssl-exception
deleted file mode 100644
index 62dee742f9c..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/GPL-3+-with-openssl-exception
+++ /dev/null
@@ -1,16 +0,0 @@
-GNU General Public License, version 3 or any later version.
-See GPL-3 for the full text of this license.
-
-
- Exception
-
- In addition, as a special exception, the copyright holders give permission
-to link the code of portions of this program with the OpenSSL library under
-certain conditions as described in each individual source file, and distribute
-linked combinations including the two.
-You must obey the GNU General Public License in all respects for all of the
-code used other than OpenSSL. If you modify file(s) with this exception, you
-may extend this exception to your version of the file(s), but you are not
-obligated to do so. If you do not wish to do so, delete this exception
-statement from your version. If you delete this exception statement from all
-source files in the program, then also delete it here.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/GPL-3-with-font-exception b/sdk_container/src/third_party/portage-stable/licenses/GPL-3-with-font-exception
deleted file mode 100644
index f3146f5376a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/GPL-3-with-font-exception
+++ /dev/null
@@ -1,12 +0,0 @@
-GNU General Public License, version 3.
-See GPL-3 for the full text of this license.
-
-As a special exception, if you create a document which uses this font,
-and embed this font or unaltered portions of this font into the
-document, this font does not by itself cause the resulting document to
-be covered by the GNU General Public License. This exception does not
-however invalidate any other reasons why the document might be covered
-by the GNU General Public License. If you modify this font, you may
-extend this exception to your version of the font, but you are not
-obligated to do so. If you do not wish to do so, delete this exception
-statement from your version.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/GPL-3-with-openssl-exception b/sdk_container/src/third_party/portage-stable/licenses/GPL-3-with-openssl-exception
deleted file mode 100644
index 79131af3803..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/GPL-3-with-openssl-exception
+++ /dev/null
@@ -1,13 +0,0 @@
-GNU General Public License, version 3.
-See GPL-3 for the full text of this license.
-
- In addition, as a special exception, the copyright holders give permission
-to link the code of portions of this program with the OpenSSL library under
-certain conditions as described in each individual source file, and distribute
-linked combinations including the two.
-You must obey the GNU General Public License in all respects for all of the
-code used other than OpenSSL. If you modify file(s) with this exception, you
-may extend this exception to your version of the file(s), but you are not
-obligated to do so. If you do not wish to do so, delete this exception
-statement from your version. If you delete this exception statement from all
-source files in the program, then also delete it here.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Gameplay-Group-EULA b/sdk_container/src/third_party/portage-stable/licenses/Gameplay-Group-EULA
deleted file mode 100644
index e92fb738e82..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Gameplay-Group-EULA
+++ /dev/null
@@ -1,191 +0,0 @@
-Experimental Gameplay Group, LLC
-End User License Agreement
-
-THIS END USER LICENSE AGREEMENT ("EULA") IS A BINDING LEGAL
-AGREEMENT BETWEEN EXPERIMENTAL GAMEPLAY GROUP, LLC, D/B/A
-TOMORROW CORPORATION ("EXPERIMENTAL GAMEPLAY GROUP "), AND
-YOU AND, IF APPLICABLE, THE COMPANY OR OTHER LEGAL ENTITY
-YOU REPRESENT (COLLECTIVELY, "YOU" AND "YOUR") REGARDING
-THE GAME SOFTWARE THAT YOU ARE INSTALLING, INCLUDING ANY
-ACCOMPANYING MANUAL OR OTHER RELATED MATERIAL PROVIDED BY
-EXPERIMENTAL GAMEPLAY GROUP AS PART OF, OR IN CONNECTION,
-THEREWITH (COLLECTIVELY, THE "GAME").
-
-BY INDICATING YOUR AGREEMENT BELOW, OR BY OTHERWISE
-CONTINUING TO INSTALL, DOWNLOAD, COPY, ACCESS OR USE THE
-GAME, YOU ACKNOWLEDGE THAT YOU UNDERSTAND AND AGREE TO BE
-BOUND BY THE TERMS OF THIS EULA. IF YOU DO NOT AGREE, YOU
-MUST SELECT THE "CANCEL" BUTTON AND YOU MAY NOT CONTINUE TO
-INSTALL, DOWNLOAD, COPY, ACCESS OR USE THE GAME.
-
-1. LICENSE GRANT AND RESTRICTIONS.
-
- 1.1 License Grant. Experimental Gameplay Group
-hereby grants to you a non-exclusive license to use a
-single copy of the object code version of the Game for your
-personal, non-commercial home entertainment use on one
-personal computer or other compatible electronic device.
-You may sell or transfer your copy of the Game to another
-person along with, and subject to, your rights under this
-EULA, only if you do not retain any copies.
-
- 1.2 Restrictions. You may not (i) decompile,
-disassemble or reverse engineer the Game or otherwise
-attempt to gain access to its source code, except to the
-extent that such restrictions are expressly prohibited by
-law; (ii) copy, offer for public display or create
-derivative works thereof, except to the extent that such
-restrictions are expressly prohibited by law; (iii) rent,
-lease, loan, sublicense or distribute the Game, or offer it
-on a pay-per-play, coin-op or other for charge (or free)
-basis; (iv) use the Game to infringe the copyrights or
-other intellectual property rights of others in any way;
-(v) modify or delete the copyright and other proprietary
-rights notices on or in the Game.
-
- 1.3 Additional Restrictions for Trial Versions.
-If the Game was provided to you for trial use for a limited
-period of time and/or number of uses, you agree not to use
-the Game beyond the expiration or termination of the trial
-period. You acknowledge and agree that the Game may
-include code designed to prevent you from exceeding these
-limits, and that such code may remain on your computer or
-device after deletion of the Game to prevent you from
-installing another copy of the Game and repeating the trial.
-
- 1.4 Game Specific Terms and Conditions. For
-additional terms and conditions that may apply to the Game,
-such as third-party copyright notices and license
-information, please review the Readme file included with
-the Game. The ReadMe file for the Game is hereby
-incorporated into this EULA by this reference.
-
-2. TERMINATION. This EULA is effective until
-terminated. You may terminate this EULA at any time by
-uninstalling the Game and destroying all copies of the Game
-in your possession or control. Experimental Gameplay Group
-may terminate this EULA immediately upon notice to you if
-you breach any of its terms or conditions. Upon
-termination of this EULA, you agree to immediately
-uninstall the Game and destroy all copies of the Game.
-
-3. GAME OWNERSHIP. The Game is the copyrighted
-proprietary material of Experimental Gameplay Group and/or
-its third-party licensors and is subject to copyright
-protection under U.S. copyright law and international
-copyright treaties, as well as other intellectual property
-laws and treaties. Experimental Gameplay Group and/or its
-third-party licensors retain all right, title, and interest
-in the Game (and any copies thereof) and specifically
-reserve all rights not expressly granted under this EULA.
-
-4. LIMITED WARRANTIES BY EXPERIMENTAL GAMEPLAY GROUP.
-
- 4.1 Limited Warranty. EXPERIMENTAL GAMEPLAY
-GROUP WARRANTS TO YOU, THE ORIGINAL PURCHASER OF THE GAME,
-THAT THE GAME WILL BE FREE FROM DEFECTS IN MATERIALS AND
-WORKMANSHIP FOR A PERIOD OF NINETY (90) DAYS FROM THE DATE
-OF PURCHASE (THE "WARRANTY PERIOD"). THIS LIMITED WARRANTY
-IS VOID IF THE GAME HAS BEEN SUBJECT TO MISUSE, DAMAGE OR
-IF YOU HAVE VIOLATED THIS EULA. TO THE MAXIMUM EXTENT
-PERMITTED BY APPLICABLE LAW, ALL OTHER WARRANTIES, EXPRESS
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE,
-AND NON-INFRINGEMENT, OR WARRANTIES THAT THE GAME WILL BE
-ERROR-FREE, SECURE OR VIRUS-FREE, ARE HEREBY EXPRESSLY
-DISCLAIMED.
-
- 4.2 Additional Warranty for Retail Product. IF
-YOU PURCHASED THE GAME ON A DISC OR OTHER RECORDING MEDIUM,
-THEN YOU MUST MAKE ANY WARRANTY CLAIM TO THE RETAILER FROM
-WHICH YOU PURCHASED THE GAME BY PROVIDING A COPY OF YOUR
-ORIGINAL SALES RECEIPT AND ANY OTHER DETAILS REQUIRED BY
-THE RETAILER. THE RETAILER, AT ITS OPTION, MAY REFUND YOUR
-PURCHASE PRICE, REPAIR OR REPLACE THE DISC OR OTHER MEDIA
-CONTAINING THE GAME. ANY REPLACEMENT WILL BE WARRANTED FOR
-THE REMAINDER OF THE ORIGINAL WARRANTY PERIOD OR THIRTY
-(30) DAYS, WHICHEVER IS LONGER. YOUR EXCLUSIVE REMEDY, AND
-THE ENTIRE LIABILITY OF EXPERIMENTAL GAMEPLAY GROUP, ITS
-AFFILIATES, LICENSORS AND SUPPLIERS (COLLECTIVELY, "THE
-EXPERIMENTAL GAMEPLAY GROUP PARTIES"), FOR BREACH OF THIS
-WARRANTY, SHALL BE THE REFUND, REPAIR OR REPLACEMENT
-DESCRIBED ABOVE.
-
-5. LIMITATION OF LIABILITY. NO PROVISIONS OF THIS EULA
-SHALL APPLY TO LIMIT LIABILITY ARISING FROM DEATH OR
-PERSONAL INJURY CAUSED BY NEGLIGENCE OR FOR FRAUD.
-OTHERWISE, IN NO EVENT WILL THE EXPERIMENTAL GAMEPLAY GROUP
-PARTIES' TOTAL AGGREGATE LIABILITY TO YOU FOR DIRECT
-DAMAGES, LOSSES, AND CAUSES OF ACTION ARISING OUT OF OR
-RELATING TO THIS EULA AND/OR YOUR USE OF THE GAME EXCEED
-THE AMOUNT PAID BY YOU FOR THE GAME. IN NO EVENT WILL THE
-EXPERIMENTAL GAMEPLAY GROUP PARTIES BE LIABLE FOR ANY
-INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR ANY OTHER
-TYPE OF DAMAGES (INCLUDING WITHOUT LIMITATION DAMAGES
-RELATING TO LOST PROFITS, LOSS OF DATA, PRIVACY, NEGLIGENCE
-OR OTHER DUTY OF CARE), EVEN IF ONE OR MORE OF THE
-EXPERIMENTAL GAMEPLAY GROUP PARTIES HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-6. BASIS OF THE BARGAIN; EXCLUSIONS. The disclaimers of
-warranties and limitations of liability set forth above are
-fundamental elements of the basis of the agreement between
-you and Experimental Gameplay Group. You understand and
-agree that Experimental Gameplay Group would not be able to
-economically or reasonably provide the Game to you without
-these limitations. HOWEVER, SOME JURISDICTIONS DO NOT ALLOW
-THE EXCLUSION OF IMPLIED WARRANTIES AND/OR THE LIMITATION
-OF INDIRECT DAMAGES AS SET FORTH IN SECTIONS 4 AND 5 ABOVE,
-SO THE ABOVE EXCLUSIONS AND LIMITATIONS MAY NOT APPLY TO
-YOU.
-
-7. INDEMNIFICATION. You agree to indemnify, defend and
-hold harmless the Experimental Gameplay Group Parties,
-including their respective employees, officers, directors
-and personnel from any claims, losses, damages,
-liabilities, including attorneys' fees, arising out of your
-violation of this EULA and/or your use or misuse of the
-Game.
-
-8. EXPORT CONTROL. The Game originates in the United
-States and is subject to United States export laws and
-regulations. You may not export or re-export, in whole or
-in part, the Game to certain countries, persons or entities
-prohibited from receiving exports from the United States.
-Additionally, the Game may be subject to the import and
-export laws of other countries, and you agree that you will
-comply with any such foreign import and export laws, as
-applicable.
-
-9. MISCELLANEOUS. You agree to comply with all United
-States and foreign laws related to your use of the Game.
-This is the entire agreement between you and Experimental
-Gameplay Group relating to the subject matter herein and
-replaces any and all previous representations, agreements,
-understandings or communications, whether written or oral.
-If a court of competent jurisdiction declares any provision
-of this EULA to be void or unenforceable, then such
-provision will be interpreted, construed or reformed to the
-extent reasonably required to render it valid, enforceable
-and consistent with the original intent underlying such
-provision, and such invalidity or unenforceability will not
-affect any other provision of this EULA. The English
-language version of this EULA will control its
-interpretation.
-
-10. GOVERNING LAW AND VENUE.
-
-This EULA will be governed by and construed in accordance
-with the laws of the State of California, USA, excluding
-its conflicts of law rules and specifically excluding the
-United Nations Convention on Contracts for the
-International Sale of Goods. Venue for any action
-hereunder shall lie exclusively in the state and federal
-courts located in San Francisco County, California USA and
-you hereby consent and submit to the personal jurisdiction
-of such courts.
-
-11. NOTICES; HOW TO CONTACT Experimental Gameplay Group.
-The Game is made available to you by Experimental Gameplay
-Group, LLC. Experimental Gameplay Group may be contacted
-via its website (http://tomorrowcorporation.com).
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Geogebra b/sdk_container/src/third_party/portage-stable/licenses/Geogebra
deleted file mode 100644
index acce73a4ffe..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Geogebra
+++ /dev/null
@@ -1,141 +0,0 @@
- LICENSE
-
- GeoGebra Non-Commercial License Agreement
-
-The International GeoGebra Institute is a non-profit organization
-registered in Austria and having its office in Linz, Austria ("we",
-"our" or "us"). We develop and support the GeoGebra dynamic mathematics
-software application, including its source code, installers, web
-applications and services, language files and associated documentation
-("GeoGebra" or "the Software"). We operate GeoGebra (and publish its
-related resources) through our websites located at
-http://www.geogebra.org/ and http://www.geogebratube.org.
-
-The terms of this License form a binding agreement between you, an
-individual user or non-commercial organization ("you" or "your"), and us
-regarding your non-commercial use of GeoGebra. By downloading, accessing
-or otherwise using GeoGebra you indicate your agreement to be bound by
-these License terms.
-
-PLEASE NOTE THAT THIS LICENSE IS INTENDED FOR NON-COMMERCIAL USE OF
-GEOGEBRA ONLY. IF YOU INTEND TO USE GEOGEBRA FOR A COMMERCIAL PURPOSE,
-PLEASE CONTACT office@geogebra.org TO ARRANGE A COLLABORATION AGREEMENT
-WITH US BASED ON OUR COMMERCIAL LICENSE TERMS.
-
-If you would like to help with developing GeoGebra please find all
-details on how to get involved (including GeoGebra's source code) via
-this link: http://dev.geogebra.org.
-
-Non-commercial License Terms
-
-1. This License incorporates (by reference) additional license terms
-published by the Free Software Foundation and the Creative Commons
-Corporation. In the event of any conflict between those additional terms
-and the terms of this License, the latter shall prevail.
-
-2. The GeoGebra installers, web services and various copyright materials,
-graphics and resources made available are licensed to you on a limited,
-non-exclusive, personal, non-transferable and royalty-free license under
-which you are free to use, copy, distribute, modify and transmit the GeoGebra
-installers, web services and the copyright materials PROVIDED THAT you only
-do so for non-commercial purposes (without charging a fee to any third party)
-and PROVIDED THAT you attribute the work to us by (at least) mentioning our
-name, including an appropriate copyright notice and providing a link to our
-website located at http://www.geogebra.org
-
-3. The GeoGebra source code is licensed to you under the terms of the
-GNU General Public License (version 3 or later) as published by the Free
-Software Foundation, the current text of which can be found via this
-link: http://www.gnu.org/licenses/gpl.html ("GPL"). Attribution (as
-required by the GPL) should take the form of (at least) a mention of our
-name, an appropriate copyright notice and a link to our website located
-at http://www.geogebra.org.
-
-4. The GeoGebra language files (including all user interface "translation"
-files in the GeoGebra application and applets), all GeoGebra documentation
-(including "GeoGebra Help", "GeoGebra Quickstart" and all other
-documentation files found on the GeoGebra webservers) and all GeoGebra
-user interface image and style files (including logos, icons and style
-sheets) are licensed to you under the terms of the Creative Commons
-Attribution-NonCommercial-ShareAlike licence (version 3.0 or later), the
-current text of which can be found via this link:
-http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode. Attribution
-(as required by that Creative Commons license) should take the form of (at
-least) a mention of our name, an appropriate copyright notice and a link
-to our website located at http://www.geogebra.org.
-
-5. The Software (and all related materials and resources) are licensed
-to you WITHOUT ANY WARRANTY and on an AS IS basis including without
-limitation the implied warranty of MERCHANTABILITY or FITNESS FOR A
-PARTICULAR PURPOSE. We accept no liability for your use of the Software
-(save to the extent such liability cannot be excluded as a matter of
-law).
-
-6. The Software (and all related materials and resources) are licensed
-to you without any offer or promise of support or future development by
-the International GeoGebra Institute or any third party. Please note
-that support services are available under the terms of our Collaboration
-Agreement – please contact office@geogebra.org for more information.
-
-7. You may install GeoGebra on multiple devices in multiple locations
-PROVIDED THAT you always use the Software for non-commercial purposes
-and otherwise in accordance with these License terms.
-
-8. The copyright and other intellectual property rights (including any
-trade marks) of whatever nature (arising anywhere in the world) in the
-GeoGebra software (and all related resources) are and will remain our
-property (or in the case of third party materials (including software
-libraries) which we have the right of use, the property of the third
-party licensor), and we reserve the right to grant licenses to use the
-GeoGebra software (and all related resources) to third parties.
-
-9. An "appropriate copyright notice" for the purposes of this License
-shall take the following form:
-Copyright (C) International GeoGebra Institute, 2013
-
-10. This License is personal to you and you must not assign it to a
-third party or permit any third party to benefit from it without our
-prior written consent.
-
-11. You will notify us immediately if you become aware of any
-unauthorised use of the whole or any part of the GeoGebra software (and
-all related resources).
-
-12. If any of the provisions of this License (including the additional
-terms incorporated by reference) are held to be invalid or unenforceable
-under any applicable statute or rule of law, it is to that extent to be
-deemed omitted from the License. Such an omission will not affect the
-validity of the remaining provisions of the License, which will remain
-in full force and effect.
-
-13. This License shall be governed by and interpreted in accordance with
-Austrian law.
-
-These License terms were last updated in December 2014.
-
-------------------------------------------------------------------------
-Libraries used by GeoGebra:
- * The Apache Commons Mathematics Library,
- http://commons.apache.org/math/ (Apache Software License)
- * EPS Graphics, http://epsgraphics.sf.net (GPL)
- * FreeHEP Java Libraries, http://java.freehep.org (LGPL)
- * Giac, http://www-fourier.ujf-grenoble.fr/~parisse/giac.html (GPL3)
- * Gluegen, http://java.net/projects/gluegen/sources/svn/show and
- http://kenai.com/projects/gluegen/sources/gluegen-git/show (BSD)
- * JFugue 2.1 (LGPL), http://www.jfugue.org/jfugue-2.1.zip (LGPL)
- * JLaTeXMath, http://forge.scilab.org/index.php/p/jlatexmath/ (GPL)
- * JOGL 2, https://github.com/sgothel/jogl (BSD),
- * JUNG, http://jung.sourceforge.net (BSD)
- * OpenCSV, http://opencsv.sourceforge.net/ (Apache 2.0)
- * OpenGeoProver, http://code.google.com/p/open-geo-prover/ (GPL3)
- * SVG Salamander, http://svgsalamander.java.net/ (LGPL / BSD)
- * Tango Icon Gallery, http://tango.freedesktop.org (Public Domain)
- * zip.js, http://gildas-lormeau.github.com/zip.js/ (BSD)
-
-For other tools used for running or building GeoGebra please see
-http://dev.geogebra.org/trac/wiki/SourcesForUsedLibraries
-
-------------------------------------------------------------------------
-International GeoGebra Institute
-Wolfauerstr 90, 4040 Linz, Austria
-office@geogebra.org
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Glulxe b/sdk_container/src/third_party/portage-stable/licenses/Glulxe
deleted file mode 100644
index c20ddee241c..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Glulxe
+++ /dev/null
@@ -1,12 +0,0 @@
-Glulxe: the Glulx VM interpreter
-
-Designed by Andrew Plotkin
-http://eblong.com/zarf/glulx/index.html
-
-The source code in this package is copyright 1999-2010 by Andrew Plotkin.
-You may copy and distribute it freely, by any means and under any conditions,
-as long as the code and documentation is not changed. You may also
-incorporate this code into your own program and distribute that, or modify
-this code and use and distribute the modified version, as long as you retain
-a notice in your program or documentation which mentions my name and the
-URL shown above.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/GregoryRubin b/sdk_container/src/third_party/portage-stable/licenses/GregoryRubin
deleted file mode 100644
index 1143d2f354f..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/GregoryRubin
+++ /dev/null
@@ -1,2 +0,0 @@
-Copyright 2006 Gregory Rubin grrubin@gmail.com
-Permission is given to use, modify, and or distribute this code so long as this message remains attached
diff --git a/sdk_container/src/third_party/portage-stable/licenses/HIDAPI b/sdk_container/src/third_party/portage-stable/licenses/HIDAPI
deleted file mode 100644
index e3f33808299..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/HIDAPI
+++ /dev/null
@@ -1,9 +0,0 @@
- HIDAPI - Multi-Platform library for
- communication with HID devices.
-
- Copyright 2009, Alan Ott, Signal 11 Software.
- All Rights Reserved.
-
- This software may be used by anyone for any reason so
- long as the copyright notice in the source files
- remains intact.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/HPL b/sdk_container/src/third_party/portage-stable/licenses/HPL
deleted file mode 100644
index bed44d6dba3..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/HPL
+++ /dev/null
@@ -1,45 +0,0 @@
-======================================================================
- -- High Performance Computing Linpack Benchmark (HPL)
- HPL - 1.0a - January 20, 2004
- Antoine P. Petitet
- University of Tennessee, Knoxville
- Innovative Computing Laboratories
- (C) Copyright 2000-2004 All Rights Reserved
-
- -- Copyright notice and Licensing terms:
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
-
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions, and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
- 3. All advertising materials mentioning features or use of this
- software must display the following acknowledgement:
- This product includes software developed at the University of
- Tennessee, Knoxville, Innovative Computing Laboratories.
-
- 4. The name of the University, the name of the Laboratory, or the
- names of its contributors may not be used to endorse or promote
- products derived from this software without specific written
- permission.
-
- -- Disclaimer:
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY
- OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-======================================================================
diff --git a/sdk_container/src/third_party/portage-stable/licenses/HRP b/sdk_container/src/third_party/portage-stable/licenses/HRP
deleted file mode 100644
index fb763a785a7..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/HRP
+++ /dev/null
@@ -1,76 +0,0 @@
-High Resolution Pack Art License
-
-This Work is provided under the terms of this License.
-The Work is protected by copyright and/or other applicable law. Any use of the
-Work other than as authorized under this license is prohibited by law.
-
-BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE
-BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED
-TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN
-CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
-
-
-Definitions:
-------------
-
-"Adaptation" means a work based upon the Work, or upon the Work and other
-pre-existing works, such as a translation, modification, derivative work,
-arrangement or other alterations of an artistic work, or phonogram or
-performance and includes cinematographic adaptations or any other form in
-which the Work may be recast, transformed, or adapted including in any form
-recognizably derived from the original.
-
-"Distribute" means to make available to the public the original and copies of
-the Work or Adaptation, as appropriate, through any transfer of ownership.
-
-"Licensor" means the individual, individuals, entity or entities that offer(s)
-the Work under the terms of this License.
-
-"Author" means, in the case of a literary or artistic work, the individual,
-individuals, entity or entities who created the Work or if no individual or
-entity can be identified, the publisher.
-
-"Work" means the artistic and/or musical content offered under the terms of
-this License including without limitation any production in the literary,
-scientific and artistic domain, whatever may be the mode or form of its
-expression including digital form.
-
-"You" means an individual or entity exercising rights under this License who
-has not previously violated the terms of this License with respect to the Work,
-or who has received express permission from the Licensor to exercise rights
-under this License despite a previous violation.
-
-"Reproduce" means to make copies of the Work by any means.
-
-
-Terms:
-------
-
-You are free to copy, alter, distribute, reproduce and transmit this Work,
-subject to the following conditions:
-
-1. You may not use this Work or anything contained in this Work for commercial
- purposes.
-
-2. You must attribute this Work in the manner specified by the authors or
- licensor.
-
-3. Any likenesses, characters, sounds, phrases or references specific to
- Duke Nukem, 3D Realms Entertainment, or Apogee Software Ltd. appear in this
- Work courtesy of 3D Realms Entertainment and are the exclusive property of
- 3D Realms Entertainment, and are provided only to be used with a legally
- acquired copy of Duke Nukem 3D. You may not alter, transform, build upon or
- adapt any portion of this Work specifically related to or derived from the
- Duke Nukem intellectual property, including likenesses, characters, sounds,
- phrases or references for any purpose other than use with a legally acquired
- copy of Duke Nukem 3D.
-
-4. Any works based upon altered, transformed, or copied parts of this Work must
- be distributed under a license identical or similar to this one.
-
-5. For any reuse or distribution of this Work, you must make clear to others
- the license terms of this Work.
-
-6. The producers and/or authors of this Work explicity reject any liability for
- any damages resulting from use or misuse of this Work by any Licensee or
- other third party.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/HTML-Tidy b/sdk_container/src/third_party/portage-stable/licenses/HTML-Tidy
deleted file mode 100644
index eca7acffa35..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/HTML-Tidy
+++ /dev/null
@@ -1,37 +0,0 @@
-HTML Tidy
-
-HTML parser and pretty printer
-
-Copyright (c) 1998-2003 World Wide Web Consortium
-(Massachusetts Institute of Technology, European Research
-Consortium for Informatics and Mathematics, Keio University).
-All Rights Reserved.
-
-This software and documentation is provided "as is," and
-the copyright holders and contributing author(s) make no
-representations or warranties, express or implied, including
-but not limited to, warranties of merchantability or fitness
-for any particular purpose or that the use of the software or
-documentation will not infringe any third party patents,
-copyrights, trademarks or other rights.
-
-The copyright holders and contributing author(s) will not be held
-liable for any direct, indirect, special or consequential damages
-arising out of any use of the software or documentation, even if
-advised of the possibility of such damage.
-
-Permission is hereby granted to use, copy, modify, and distribute
-this source code, or portions hereof, documentation and executables,
-for any purpose, without fee, subject to the following restrictions:
-
-1. The origin of this source code must not be misrepresented.
-2. Altered versions must be plainly marked as such and must
- not be misrepresented as being the original source.
-3. This Copyright notice may not be removed or altered from any
- source or altered source distribution.
-
-The copyright holders and contributing author(s) specifically
-permit, without fee, and encourage the use of this source code
-as a component for supporting the Hypertext Markup Language in
-commercial products. If you use this source code in a product,
-acknowledgment is not required but would be appreciated.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/HappyBunny b/sdk_container/src/third_party/portage-stable/licenses/HappyBunny
deleted file mode 100644
index a9f8b0f39b0..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/HappyBunny
+++ /dev/null
@@ -1,22 +0,0 @@
-Copyright (c)
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-Restrictions: By making use of the Software for military purposes, you choose
-to make a Bunny unhappy.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Hauppauge-Firmware b/sdk_container/src/third_party/portage-stable/licenses/Hauppauge-Firmware
deleted file mode 100644
index 2122f5ae22d..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Hauppauge-Firmware
+++ /dev/null
@@ -1,280 +0,0 @@
-END-USER FIRMWARE LICENSE AGREEMENT
-
-IMPORTANT - PLEASE READ BEFORE COPYING, INSTALLING OR USING.
-
-Do not use or load this firmware image (the "Firmware") until you have
-carefully read the following terms and conditions. By loading or using
-the Firmware, you agree to the terms of this Agreement. If you do not
-wish to so agree, do not install or use the Firmware.
-
-LICENSEES: Please note:
-
-* If you are an End-User, only the END-USER FIRMWARE LICENSE AGREEMENT
- applies (this license).
-
-* If you are an Original Equipment Manufacturer (OEM), Independent
- Hardware Vendor (IHV), or Independent Firmware Vendor (ISV), the
- OEM/IHV/ISVFIRMWARE LICENSE AGREEMENT applies, as well as the
- END-USER FIRMWARE LICENSE AGREEMENT (this license).
-
-LICENSE. You may copy and use the Firmware, subject to these conditions:
-
-1. This Firmware is licensed for use only in conjunction with
- Hauppauge component products. Use of the Firmware in conjunction
- with non-Hauppauge component products is not licensed hereunder.
-
-2. You may not copy, modify, rent, sell, distribute or transfer any
- part of the Firmware except as provided in this Agreement, and you
- agree to prevent unauthorized copying of the Firmware.
-
-3. You may not reverse engineer, decompile, or disassemble the Firmware.
-
-4. You may not sublicense the Firmware.
-
-5. The Firmware may contain the firmware or other property of third party
- suppliers.
-
-TRADEMARKS. Except as expressly provided herein, you shall not use
-Hauppauge's name in any publications, advertisements, or other
-announcements without Hauppauge's prior written consent. You do not
-have any rights to use any Hauppauge trademarks or logos.
-
-OWNERSHIP OF FIRMWARE AND COPYRIGHTS. Title to all copies of the
-Firmware remains with Hauppauge or its suppliers. The Firmware is
-copyrighted and protected by the laws of the United States and other
-countries, and international treaty provisions. You may not remove any
-copyright notices from the Firmware. Hauppauge may make changes to the
-Firmware, or items referenced therein, at any time without notice, but
-is not obligated to support or update the Firmware. Except as
-otherwise expressly provided, Hauppauge grants no express or implied
-right under Hauppauge patents, copyrights, trademarks, or other
-intellectual property rights. You may transfer the Firmware only if a
-copy of this license accompanies the Firmware and the recipient agrees
-to be fully bound by these terms.
-
-EXCLUSION OF WARRANTIES.
-THE FIRMWARE IS PROVIDED "AS IS" AND POSSIBLY WITH FAULTS. UNLESS
-EXPRESSLY AGREED OTHERWISE, HAUPPAUGE AND ITS SUPPLIERS AND LICENSORS
-DISCLAIM ANY AND ALL WARRANTIES AND GUARANTEES, EXPRESS, IMPLIED OR
-OTHERWISE, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE.
-Hauppauge does not warrant or assume responsibility for the accuracy
-or completeness of any information, text, graphics, links or other
-items contained within the Firmware. You assume all liability,
-financial or otherwise, associated with Your use or disposition of the
-Firmware.
-
-LIMITATION OF LIABILITY. IN NO EVENT SHALL HAUPPAUGE OR ITS SUPPLIERS
-AND LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER FROM ANY CAUSE OF
-ACTION OF ANY KIND (INCLUDING, WITHOUT LIMITATION, LOST PROFITS,
-BUSINESS INTERRUPTION, OR LOST INFORMATION) ARISING OUT OF THE USE,
-MODIFICATION, OR INABILITY TO USE THE FIRMWARE, OR OTHERWISE, NOR FOR
-PUNITIVE, INCIDENTAL, CONSEQUENTIAL, OR SPECIAL DAMAGES OF ANY KIND,
-EVEN IF HAUPPAUGE OR ITS SUPPLIERS AND LICENSORS HAVE BEEN ADVISED OF
-THE POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS PROHIBIT EXCLUSION
-OR LIMITATION OF LIABILITY FOR IMPLIED WARRANTIES OR CONSEQUENTIAL OR
-INCIDENTAL DAMAGES, SO CERTAIN LIMITATIONS MAY NOT APPLY. YOU MAY ALSO
-HAVE OTHER LEGAL RIGHTS THAT VARY BETWEEN JURISDICTIONS.
-
-WAIVER AND AMENDMENT. No modification, amendment or waiver of any
-provision of this Agreement shall be effective unless in writing and
-signed by an officer of Hauppauge. No failure or delay in exercising
-any right, power, or remedy under this Agreement shall operate as a
-waiver of any such right, power or remedy. Without limiting the
-foregoing, terms and conditions on any purchase orders or similar
-materials submitted by you to Hauppauge, and any terms contained in
-Hauppauges standard acknowledgment form that are in conflict with
-these terms, shall be of no force or effect.
-
-SEVERABILITY. If any provision of this Agreement is held by a court of
-competent jurisdiction to be contrary to law, such provision shall be
-changed and interpreted so as to best accomplish the objectives of the
-original provision to the fullest extent allowed by law and the
-remaining provisions of this Agreement shall remain in full force and
-effect.
-
-EXPORT RESTRICTIONS. Each party acknowledges that the Firmware is
-subject to applicable import and export regulations of the United
-States and of the countries in which each party transacts business,
-specifically including U.S. Export Administration Act and Export
-Administration Regulations. Each party shall comply with such laws and
-regulations, as well as all other laws and regulations applicable to
-the Firmware. Without limiting the generality of the foregoing, each
-party agrees that it will not export, re-export, transfer or divert
-any of the Firmware or the direct programs thereof to any restricted
-place or party in accordance with U.S. export regulations. Note that
-Firmware containing encryption may be subject to additional
-restrictions.
-
-APPLICABLE LAWS. Claims arising under this Agreement shall be governed
-by the laws of New York, excluding its principles of conflict of laws
-and the United Nations Convention on Contracts for the Sale of
-Goods. You may not export the Firmware in violation of applicable
-export laws and regulations. Hauppauge is not obligated under any
-other agreements unless they are in writing and signed by an
-authorized representative of Hauppauge.
-
-GOVERNMENT RESTRICTED RIGHTS. The Firmware is provided with
-"RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government
-is subject to restrictions as set forth in FAR52.227-14 and
-DFAR252.227-7013 et seq. or their successors. Use of the Firmware by
-the Government constitutes acknowledgment of Hauppauge's proprietary
-rights therein. Contractor or Manufacturer is Hauppauge Computer
-Works, Inc. 91 Cabot Court Hauppauge, NY 11788
-
-TERMINATION OF THIS AGREEMENT. Hauppauge may terminate this Agreement
-at any time if you violate its terms. Upon termination, you will
-immediately destroy the Firmware or return all copies of the Firmware
-to Hauppauge.
-
-
-
-OEM/IHV/ISV FIRMWARE LICENSE AGREEMENT
-
-IMPORTANT - PLEASE READ BEFORE INSTALLING OR USING THIS FIRMWARE
-
-Do not use or load this firmware image (the "Firmware") until you have
-carefully read the following terms and conditions. By loading or using
-the Firmware, you agree to the terms of this Agreement. If you do not
-wish to so agree, do not install or use the Firmware.
-
-LICENSEES: Please note:
-
-* If you are an End-User, only the END-USER FIRMWARE LICENSE AGREEMENT
- applies.
-
-* If you are an Original Equipment Manufacturer (OEM), Independent
- Hardware Vendor (IHV), or Independent Firmware Vendor (ISV), the
- OEM/IHV/ISV FIRMWARE LICENSE AGREEMENT applies (this license), as
- well as the END-USER FIRMWARE LICENSE AGREEMENT.
-
-LICENSE. This Firmware is licensed for use only in conjunction with
-Hauppauge component products. Use of the Firmware in conjunction with
-non-Hauppauge component products is not licensed hereunder. Subject to
-the terms of this Agreement, Hauppauge grants to you a nonexclusive,
-nontransferable, worldwide, fully paid-up license under Hauppauge's
-copyrights to: (i) copy the Firmware internally for your own
-development and maintenance purposes; (ii) copy and distribute the
-Firmware to your end-users, but only under a license agreement with
-terms at least as restrictive as those contained in Hauppauge's
-END-USER FIRMWARE LICENSE AGREEMENT; and (iii) modify, copy and
-distribute the end-user documentation which may accompany the
-Firmware, but only in association with the Firmware.
-
-If you are not the final manufacturer or vendor of a computer system
-or firmware program incorporating the Firmware, then you may transfer
-a copy of the Firmware, including any related documentation (modified
-or unmodified) to your recipient for use in accordance with the terms
-of this Agreement, provided such recipient agrees to be fully bound by
-the terms hereof. You shall not otherwise assign, sublicense, lease,
-or in any other way transfer or disclose Firmware to any third
-party. You may not, nor may you assist any other person or entity to
-modify, translate, convert to another programming language, decompile,
-reverse engineer, or disassemble any portion of the Firmware or
-otherwise attempt to derive source code from any object code modules
-of the Firmware or any internal data files generated by the
-Firmware. Your rights to redistribute the Firmware shall be contingent
-upon your installation of this Agreement in its entirety in the same
-directory as the Firmware.
-
-CONTRACTORS. For the purpose of this Agreement, and notwithstanding
-anything to the contrary hereunder, solely with respect to the
-requirements for compliance with the terms hereunder, any contractors
-or consultants that You use to perform the work or otherwise assist
-You in the development or products using this Firmware shall be deemed
-to be End Users and accordingly, upon receipt of the Firmware, shall
-be bound by the terms of the END-USER FIRMWARE LICENSE AGREEMENT. No
-additional agreement between You and such consultants or contractors
-is required under this Agreement to detail such compliance.
-
-TRADEMARKS. Except as expressly provided herein, you shall not use
-Hauppauge's name in any publications, advertisements, or other
-announcements without Hauppauge's prior written consent. You do not
-have any rights to use any Hauppauge trademarks or logos.
-
-OWNERSHIP OF FIRMWARE AND COPYRIGHTS. Firmware and accompanying
-materials, if any, are owned by Hauppauge or its suppliers and
-licensors and may be protected by copyright, trademark, patent and
-trade secret law and international treaties. Any rights, express or
-implied, in the intellectual property embodied in the foregoing, other
-than those specified in this Agreement, are reserved by Hauppauge and
-its suppliers and licensors or otherwise as set forth in any
-applicable open source license agreement. You will keep the Firmware
-free of liens, attachments, and other encumbrances. You agree not to
-remove any proprietary notices and/or any labels from the Firmware and
-accompanying materials without prior written approval by Hauppauge
-
-EXCLUSION OF WARRANTIES.
-THE FIRMWARE IS PROVIDED "AS IS" AND POSSIBLY WITH FAULTS. UNLESS
-EXPRESSLY AGREED OTHERWISE, HAUPPAUGE AND ITS SUPPLIERS AND LICENSORS
-DISCLAIM ANY AND ALL WARRANTIES AND GUARANTEES, EXPRESS, IMPLIED OR
-OTHERWISE, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE.
-Hauppauge does not warrant or assume responsibility for the accuracy
-or completeness of any information, text, graphics, links or other
-items contained within the Firmware. You assume all liability,
-financial or otherwise, associated with Your use or disposition of the
-Firmware.
-
-LIMITATION OF LIABILITY. IN NO EVENT SHALL HAUPPAUGE OR ITS SUPPLIERS
-AND LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER FROM ANY CAUSE OF
-ACTION OF ANY KIND (INCLUDING, WITHOUT LIMITATION, LOST PROFITS,
-BUSINESS INTERRUPTION, OR LOST INFORMATION) ARISING OUT OF THE USE,
-MODIFICATION, OR INABILITY TO USE THE FIRMWARE, OR OTHERWISE, NOR FOR
-PUNITIVE, INCIDENTAL, CONSEQUENTIAL, OR SPECIAL DAMAGES OF ANY KIND,
-EVEN IF HAUPPAUGE OR ITS SUPPLIERS AND LICENSORS HAVE BEEN ADVISED OF
-THE POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS PROHIBIT EXCLUSION
-OR LIMITATION OF LIABILITY FOR IMPLIED WARRANTIES OR CONSEQUENTIAL OR
-INCIDENTAL DAMAGES, SO CERTAIN LIMITATIONS MAY NOT APPLY. YOU MAY ALSO
-HAVE OTHER LEGAL RIGHTS THAT VARY BETWEEN JURISDICTIONS.
-
-WAIVER AND AMENDMENT. No modification, amendment or waiver of any
-provision of this Agreement shall be effective unless in writing and
-signed by an officer of Hauppauge. No failure or delay in exercising
-any right, power, or remedy under this Agreement shall operate as a
-waiver of any such right, power or remedy. Without limiting the
-foregoing, terms and conditions on any purchase orders or similar
-materials submitted by you to Hauppauge, and any terms contained in
-Hauppauges standard acknowledgment form that are in conflict with
-these terms, shall be of no force or effect.
-
-SEVERABILITY. If any provision of this Agreement is held by a court of
-competent jurisdiction to be contrary to law, such provision shall be
-changed and interpreted so as to best accomplish the objectives of the
-original provision to the fullest extent allowed by law and the
-remaining provisions of this Agreement shall remain in full force and
-effect.
-
-EXPORT RESTRICTIONS. Each party acknowledges that the Firmware is
-subject to applicable import and export regulations of the United
-States and of the countries in which each party transacts business,
-specifically including U.S. Export Administration Act and Export
-Administration Regulations. Each party shall comply with such laws and
-regulations, as well as all other laws and regulations applicable to
-the Firmware. Without limiting the generality of the foregoing, each
-party agrees that it will not export, re-export, transfer or divert
-any of the Firmware or the direct programs thereof to any restricted
-place or party in accordance with U.S. export regulations. Note that
-Firmware containing encryption may be subject to additional
-restrictions.
-
-APPLICABLE LAWS. Claims arising under this Agreement shall be governed
-by the laws of New York, excluding its principles of conflict of laws
-and the United Nations Convention on Contracts for the Sale of
-Goods. You may not export the Firmware in violation of applicable
-export laws and regulations. Hauppauge is not obligated under any
-other agreements unless they are in writing and signed by an
-authorized representative of Hauppauge.
-
-GOVERNMENT RESTRICTED RIGHTS. The Firmware is provided with
-"RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government
-is subject to restrictions as set forth in FAR52.227-14 and
-DFAR252.227-7013 et seq. or their successors. Use of the Firmware by
-the Government constitutes acknowledgment of Hauppauge's proprietary
-rights therein. Contractor or Manufacturer is Hauppauge Computer
-Works, Inc. 91 Cabot Court Hauppauge, NY 11788
-
-TERMINATION OF THIS AGREEMENT. Hauppauge may terminate this Agreement
-at any time if you violate its terms. Upon termination, you will
-immediately destroy the Firmware or return all copies of the Firmware
-to Hauppauge.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/HoMM2-Demo b/sdk_container/src/third_party/portage-stable/licenses/HoMM2-Demo
deleted file mode 100644
index cf522afb313..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/HoMM2-Demo
+++ /dev/null
@@ -1,27 +0,0 @@
-HEROES OF MIGHT AND MAGIC(tm) II
-
-(1) 10 business day hold on all personal checks.
-Please allow 4-6 weeks for delivery. Special offers
-such as this are subject to cancellation without warning.
-
-(2) Feel free to give copies of this demonstration version
-of "Heroes of Might and Magic II" (the "3DO Software Program")
-to your friends, as long as you don't sell it.
-
-(3) The 3DO Software Program recorded on the compact disc is
-PROVIDED on an "as is" basis, without any warranty or condition
-of any kind, and 3DO shall not be liable for any losses or damages
-of any kind or nature resulting from the use of or inability to
-use such program.
-
-(4) 3DO neither assumes nor authorizes any other person or
-entity to assume for 3DO (or any related or affiliated entity)
-any other liability in connection with this 3DO Software Program.
-IN NO EVENT WILL 3DO BE LIABLE FOR ANY INCIDENTAL,
-CONSEQUENTIAL (INCLUDING LOSS OF PROFITS), OR
-SPECIAL DAMAGES OR ANY LOSS OF DATA, TO YOU OR
-TO ANY THIRD PARTY, RESULTING FROM THE POSSESSION,
-USE OF OR INABILITY TO USE THIS 3DO SOFTWARE PRODUCT,
-EVEN IF 3DO HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES OR LOSS.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Hugo b/sdk_container/src/third_party/portage-stable/licenses/Hugo
deleted file mode 100644
index 4b4d3b6c3ef..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Hugo
+++ /dev/null
@@ -1,88 +0,0 @@
-HUGO LICENSE - December 19, 2003
---------------------------------
-
-Copyright (c) 2003 by Kent Tessman
-The General Coffee Company Film Productions
-
-
-1. Definitions
-
-"Copyright Holder" refers to Kent Tessman.
-
-"End User" refers to a user of the Software.
-
-"End User Program" refers to a computer program created by an End
-User, written using the Hugo Programming Language and compiled using
-the Hugo Compiler.
-
-"Hugo" refers to the Hugo Interactive Fiction Development System, created
-by the Copyright Holder.
-
-"Hugo Programming Language" refers to the Hugo programming language and
-its characteristic syntax.
-
-"Hugo Source Code" refers to the human-readable source code of the
-Software.
-
-"License" refers to this license.
-
-"Software" refers to the Hugo Compiler, the Hugo Engine, the Hugo
-Debugger, the Hugo Library, and any other related programs or files.
-
-
-2. Ownership and Grant of Rights
-
-2.1 Hugo is the property of the Copyright Holder. The Copyright Holder
-retains its copyright in the Software, without limitation.
-
-2.2 The Copyright Holder grants to the End User the right to use the
-Software solely for the purposes of:
-
- (a) running programs created with the Software; and
-
- (b) creating End User Programs.
-
-2.3 End User Programs are the property of the End User.
-
-
-3. Provision of the Hugo Source Code
-
-3.1 The Copyright Holder has made available to the End User the Hugo
-Source Code for the purposes of:
-
- (a) porting the Software to operating systems for which the
- Software is not yet available; and
-
- (b) investigating the functionality of the Software.
-
-3.2 In no way does the Copyright Holder's act of making available the
-Hugo Source code reduce or otherwise affect in any way its rights in
-the Hugo Source Code.
-
-
-4. Modification and Distribution
-
-4.1 Distribution of the Software or the Hugo Source Code, in whole or
-in part, in a modified form without the express written consent of the
-Copyright Holder is prohibited.
-
-4.2 Distribution of the Software or the Hugo Source Code, in whole or
-in part, for profit or other commercial intent or monetary transaction
-without the express written consent of the Copyright Holder is
-prohibited.
-
-4.3 This License must be distributed with any distribution of the
-Software or the Hugo Source Code.
-
-
-5. Warranty
-
-The Software and the Hugo Source Code are provided "as is" without
-warranty of any kind, either expressed or implied, including but not
-limited to the implied warranties of merchantability and fitness for a
-particular purpose. In no event shall the Copyright Holder or The
-General Coffee Company Film Productions or any other related or
-unrelated party be liable to the End User or any other individual or
-entity for damages arising out of the use or inability to use these or
-other programs. Use of the Software indicates acceptance of these
-terms.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/HyperSpec b/sdk_container/src/third_party/portage-stable/licenses/HyperSpec
deleted file mode 100644
index 1951962161d..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/HyperSpec
+++ /dev/null
@@ -1,148 +0,0 @@
-(from http://www.lispworks.com/reference/HyperSpec/Front/Help.htm#Legal)
-
-Authorship Information
-
-The Common Lisp HyperSpec is not the ANSI Common Lisp standard, but is
-based on that standard (with permission from ANSI and X3).
-
-As an official reference to the Common Lisp language, hardcopy
-documentation of ANSI Common Lisp, (American National Standard X3.226)
-from ANSI is always definitive.
-
-The hypertext markup for this document was created by Kent Pitman,
-with the aid of a custom program written in Common Lisp and created
-specifically for this task. Funding for the markup task was provided
-by and copyright of the result is owned by Xanalys Incorporated. Some
-additional design documents have been included in marked up form and
-cross-referenced which are not part of the standard but may be useful
-in understanding it. Plaintext versions of these documents, which
-offer a useful historical perspective, are available to anyone by
-anonymous public FTP from ftp://parcftp.xerox.com/pub/cl/cleanup/.
-
-The Java applet used in the Symbol Index (visible only in some
-browsers) was written by Evan Williams. Its copyright is owned by
-Xanalys Incorporated.
-
-Important Legal Notices
-
-Copyright and Conditions of Use
-Copyright 1996-2001, Xanalys Incorporated. All Rights Reserved.
-
-The HTML hypertext markup that implements the hypertext features of
-these World Wide Web pages of the Common Lisp specification,
-collectively the Common Lisp HyperSpec, is the property of Xanalys
-Incorporated.
-
-Distribution of the Common Lisp HyperSpec as a hypertext document on
-the Internet does not constitute consent to any use of the underlying
-hypertext markup for redistribution of any kind, commercial or
-otherwise, either via the Internet or using some other form of
-distribution, in hypertext or otherwise.
-
-Permission to copy, distribute, display, and transmit the Common Lisp
-HyperSpec is granted provided that copies are not made or distributed
-or displayed or transmitted for direct commercial advantage, that
-notice is given that copying, distribution, display, and/or
-transmission is by permission of Xanalys Incorporated, and that any
-copy made is COMPLETE and UNMODIFIED. IN PARTICULAR, the material that
-MUST appear in the copy includes:
-
- 1. this copyright notice and its date;
-
- 2. the main index page, ../Front/index.htm;
-
- 3. all HTML pages to which the main index page links using relative links;
-
- 4. all graphical (GIF) images to which it links using relative
- links, such as the Harlequin logo that appears on each page; and
-
- 5. all hypertext links, relative or absolute, such as the link to
- http://www.harlequin.com/ that appears on each page.
-
-Permissions related to performance and to creation of derivative works
-are expressly NOT granted.
-
-Permission to make partial copies is expressly NOT granted, EXCEPT
-that limited permission is granted to transmit and display a partial
-copy the Common Lisp HyperSpec for the ordinary purpose of direct
-viewing by a human being in the usual manner that hypertext browsers
-permit the viewing of such a complete document, provided that no
-recopying, redistribution, redisplay, or retransmission is made of any
-such partial copy.
-
-Permission to make modified copies is expressly NOT granted.
-
-Permission to add or replace any links or any graphical images to any
-of these pages is expressly NOT granted.
-
-Permission to use any of the included graphical (GIF) images in any
-document other than the Common Lisp HyperSpec is expressly NOT
-granted.
-
-Acknowledgments
-
-Parts of this work incorporate material taken from American National
-Standard X3.226, copyright 1994, and is used with permission of the X3
-Secretariat, ITI, 1250 Eye St., NW., Suite 200, Washington, DC 20005
-and of the copyright holder, American National Standards
-Institute. ANSI/X3.226 was developed by Technical Committee X3J13,
-Common Lisp.
-
-Copies of the ANSI/X3.226 standard may be purchased from the American
-National Standards Institute, 11 West 42nd Street, New York, NY 10036.
-
-Restricted Rights Legend
-
-The Common Lisp HyperSpec is subject to the following Restricted Rights Legend:
-
- ``Use, duplication, or disclosure by the United States Government
- is subject to the restrictions set forth in (i) FAR 52.227-14 Alt
- III, (ii) FAR 52.227-19, (iii) DFARS 252.7013(c)(1)(ii), or (iv)
- the accompanying license Agreement, as applicable. For purposes of
- the FAR, the Software shall be deemed to be ``unpublished'' and
- licensed with disclosure prohibitions, rights reserved under the
- copyright laws of the United States. Harlequin Incorporated, One
- Cambridge Center, Cambridge, Massachusetts 02142.''
-
-Warranty disclaimer
-
-THIS DOCUMENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
-NON-INFRINGEMENT. IN NO EVENT WILL HARLEQUIN BE LIABLE FOR DIRECT,
-INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES RESULTING FROM
-ANY INACCURACY OR ERROR IN THIS DOCUMENT, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-Additional Disclaimers
-
-Not all notations in that TeX-based document were possible to
-represent exactly in HTML, although an attempt has been made to be as
-accurate as possible. Nevertheless, the process of translation was
-heuristic, and discrepancies might have resulted. Formally, the
-official ANSI printed document is always the definitive reference.
-
-The X3J13 issue documents are not part of the standard and are
-provided purely for historical perspective. It is possible that some
-of the documents, as included, are not the final form that X3J13
-voted, or that some which were voted were omitted, or that references
-from these documents into the source text are not complete, or that
-some edits prescribed by these documents were incorrectly implemented,
-or that other discrepancies exist between these documents and the
-specification. These documents have no formal weight, and in all
-cases, the hardcopy specification is definitive. Trademarks LispWorks
-is a registered trademark of Xanalys Incorporated.
-
-PostScript is a registered trademark of Adobe Systems, Inc.
-
-Common Lisp Hyperspec; Transducer; Liquid Common Lisp; Watson;
-KnowledgeWorks; and FreeLisp are trademarks of Xanalys Incorporated.
-
-Harpoon; Harlequin Screening Library; HSL; Harlequin Dispersed
-Screening; HDS; Harlequin Chain Screening; HCS; Harlequin Micro
-Screening; HMS; Harlequin Precision Screening; HPS; ScriptWorks
-MicroRIP; Harlequin Color Management; HCMS; are trademarks of
-Harlequin Limited.
-
-All other brand and product names mentioned herein are trademarks or
-registered trademark
\ No newline at end of file
diff --git a/sdk_container/src/third_party/portage-stable/licenses/IBM b/sdk_container/src/third_party/portage-stable/licenses/IBM
deleted file mode 100644
index 007b549ef45..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/IBM
+++ /dev/null
@@ -1,222 +0,0 @@
-IBM Public License Version 1.0
-
-THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS IBM PUBLIC
-LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
-CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
-
-1. DEFINITIONS
-
-"Contribution" means:
-
-a) in the case of International Business Machines Corporation ("IBM"),
- the Original Program, and
-
-b) in the case of each Contributor,
-
-i) changes to the Program, and
-
-ii) additions to the Program;
-
-where such changes and/or additions to the Program originate from and are
-distributed by that particular Contributor. A Contribution 'originates'
-from a Contributor if it was added to the Program by such Contributor
-itself or anyone acting on such Contributor's behalf. Contributions do not
-include additions to the Program which: (i) are separate modules of
-software distributed in conjunction with the Program under their own
-license agreement, and (ii) are not derivative works of the Program.
-
-"Contributor" means IBM and any other entity that distributes the Program.
-
-"Licensed Patents " mean patent claims licensable by a Contributor which
-are necessarily infringed by the use or sale of its Contribution alone or
-when combined with the Program.
-
-"Original Program" means the original version of the software accompanying
-this Agreement as released by IBM, including source code, object code and
-documentation, if any.
-
-"Program" means the Original Program and Contributions.
-
-"Recipient" means anyone who receives the Program under this Agreement,
-including all Contributors.
-
-2. GRANT OF RIGHTS
-
-a) Subject to the terms of this Agreement, each Contributor hereby grants
- Recipient a non-exclusive, worldwide, royalty-free copyright license to
- reproduce, prepare derivative works of, publicly display, publicly
- perform, distribute and sublicense the Contribution of such Contributor,
- if any, and such derivative works, in source code and object code form.
-
-b) Subject to the terms of this Agreement, each Contributor hereby grants
- Recipient a non-exclusive, worldwide, royalty-free patent license under
- Licensed Patents to make, use, sell, offer to sell, import and otherwise
- transfer the Contribution of such Contributor, if any, in source code
- and object code form. This patent license shall apply to the combination
- of the Contribution and the Program if, at the time the Contribution is
- added by the Contributor, such addition of the Contribution causes such
- combination to be covered by the Licensed Patents. The patent license
- shall not apply to any other combinations which include the
- Contribution. No hardware per se is licensed hereunder.
-
-c) Recipient understands that although each Contributor grants the licenses
- to its Contributions set forth herein, no assurances are provided by any
- Contributor that the Program does not infringe the patent or other
- intellectual property rights of any other entity. Each Contributor
- disclaims any liability to Recipient for claims brought by any other
- entity based on infringement of intellectual property rights or
- otherwise. As a condition to exercising the rights and licenses granted
- hereunder, each Recipient hereby assumes sole responsibility to secure
- any other intellectual property rights needed, if any. For example, if a
- third party patent license is required to allow Recipient to distribute
- the Program, it is Recipient's responsibility to acquire that license
- before distributing the Program.
-
-d) Each Contributor represents that to its knowledge it has sufficient
- copyright rights in its Contribution, if any, to grant the copyright
- license set forth in this Agreement.
-
-3. REQUIREMENTS
-
-A Contributor may choose to distribute the Program in object code form
-under its own license agreement, provided that:
-
-a) it complies with the terms and conditions of this Agreement; and
-
-b) its license agreement:
-
-i) effectively disclaims on behalf of all Contributors all warranties and
- conditions, express and implied, including warranties or conditions of
- title and non-infringement, and implied warranties or conditions of
- merchantability and fitness for a particular purpose;
-
-ii) effectively excludes on behalf of all Contributors all liability for
- damages, including direct, indirect, special, incidental and
- consequential damages, such as lost profits;
-
-iii) states that any provisions which differ from this Agreement are
- offered by that Contributor alone and not by any other party; and
-
-iv) states that source code for the Program is available from such
- Contributor, and informs licensees how to obtain it in a reasonable
- manner on or through a medium customarily used for software exchange.
-
-When the Program is made available in source code form:
-
-a) it must be made available under this Agreement; and
-
-b) a copy of this Agreement must be included with each copy of the Program.
-
-Each Contributor must include the following in a conspicuous location in
-the Program:
-
-Copyright © {date here}, International Business Machines Corporation and
-others. All Rights Reserved.
-
-In addition, each Contributor must identify itself as the originator of its
-Contribution, if any, in a manner that reasonably allows subsequent
-Recipients to identify the originator of the Contribution.
-
-4. COMMERCIAL DISTRIBUTION
-
-Commercial distributors of software may accept certain responsibilities
-with respect to end users, business partners and the like. While this
-license is intended to facilitate the commercial use of the Program, the
-Contributor who includes the Program in a commercial product offering
-should do so in a manner which does not create potential liability for
-other Contributors. Therefore, if a Contributor includes the Program in a
-commercial product offering, such Contributor ("Commercial Contributor")
-hereby agrees to defend and indemnify every other Contributor ("Indemnified
-Contributor") against any losses, damages and costs (collectively "Losses")
-arising from claims, lawsuits and other legal actions brought by a third
-party against the Indemnified Contributor to the extent caused by the acts
-or omissions of such Commercial Contributor in connection with its
-distribution of the Program in a commercial product offering. The
-obligations in this section do not apply to any claims or Losses relating
-to any actual or alleged intellectual property infringement. In order to
-qualify, an Indemnified Contributor must: a) promptly notify the Commercial
-Contributor in writing of such claim, and b) allow the Commercial
-Contributor to control, and cooperate with the Commercial Contributor in,
-the defense and any related settlement negotiations. The Indemnified
-Contributor may participate in any such claim at its own expense.
-
-For example, a Contributor might include the Program in a commercial
-product offering, Product X. That Contributor is then a Commercial
-Contributor. If that Commercial Contributor then makes performance claims,
-or offers warranties related to Product X, those performance claims and
-warranties are such Commercial Contributor's responsibility alone. Under
-this section, the Commercial Contributor would have to defend claims
-against the other Contributors related to those performance claims and
-warranties, and if a court requires any other Contributor to pay any
-damages as a result, the Commercial Contributor must pay those damages.
-
-5. NO WARRANTY
-
-EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON
-AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER
-EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR
-CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A
-PARTICULAR PURPOSE. Each Recipient is solely responsible for determining
-the appropriateness of using and distributing the Program and assumes all
-risks associated with its exercise of rights under this Agreement,
-including but not limited to the risks and costs of program errors,
-compliance with applicable laws, damage to or loss of data, programs or
-equipment, and unavailability or interruption of operations.
-
-6. DISCLAIMER OF LIABILITY
-
-EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
-CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
-LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
-EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-7. GENERAL
-
-If any provision of this Agreement is invalid or unenforceable under
-applicable law, it shall not affect the validity or enforceability of the
-remainder of the terms of this Agreement, and without further action by the
-parties hereto, such provision shall be reformed to the minimum extent
-necessary to make such provision valid and enforceable.
-
-If Recipient institutes patent litigation against a Contributor with
-respect to a patent applicable to software (including a cross-claim or
-counterclaim in a lawsuit), then any patent licenses granted by that
-Contributor to such Recipient under this Agreement shall terminate as of
-the date such litigation is filed. In addition, If Recipient institutes
-patent litigation against any entity (including a cross-claim or
-counterclaim in a lawsuit) alleging that the Program itself (excluding
-combinations of the Program with other software or hardware) infringes such
-Recipient's patent(s), then such Recipient's rights granted under Section
-2(b) shall terminate as of the date such litigation is filed.
-
-All Recipient's rights under this Agreement shall terminate if it fails to
-comply with any of the material terms or conditions of this Agreement and
-does not cure such failure in a reasonable period of time after becoming
-aware of such noncompliance. If all Recipient's rights under this Agreement
-terminate, Recipient agrees to cease use and distribution of the Program as
-soon as reasonably practicable. However, Recipient's obligations under this
-Agreement and any licenses granted by Recipient relating to the Program
-shall continue and survive.
-
-IBM may publish new versions (including revisions) of this Agreement from
-time to time. Each new version of the Agreement will be given a
-distinguishing version number. The Program (including Contributions) may
-always be distributed subject to the version of the Agreement under which
-it was received. In addition, after a new version of the Agreement is
-published, Contributor may elect to distribute the Program (including its
-Contributions) under the new version. No one other than IBM has the right
-to modify this Agreement. Except as expressly stated in Sections 2(a) and
-2(b) above, Recipient receives no rights or licenses to the intellectual
-property of any Contributor under this Agreement, whether expressly, by
-implication, estoppel or otherwise. All rights in the Program not expressly
-granted under this Agreement are reserved.
-
-This Agreement is governed by the laws of the State of New York and the
-intellectual property laws of the United States of America. No party to
-this Agreement will bring a legal action under this Agreement more than one
-year after the cause of action arose. Each party waives its rights to a
-jury trial in any resulting litigation.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/IDEA b/sdk_container/src/third_party/portage-stable/licenses/IDEA
deleted file mode 100644
index bbe3d9179b7..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/IDEA
+++ /dev/null
@@ -1,113 +0,0 @@
-LICENSE AGREEMENT FOR INTELLIJ IDEA
-(Commercial License)
-
-Version 10, Effective as of August 23, 2014
-
-IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT.
-
-IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE.
-
-Note: In case the terms of this Agreement are in conflict with the terms of any agreement individually negotiated and agreed between JetBrains and customer, the terms of the latter shall prevail.
-
-1. PARTIES
-
-(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275.
-
-(b) "Licensee" means the sole proprietor or legal entity specified in the License Certificate. For legal entities, "Licensee" includes any entity which controls, is controlled by, or is under common control with Licensee. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.
-
-2. DEFINITIONS
-
-(a) "Software" means software program known as IntelliJ IDEA in binary form, including its documentation, upgrades provided pursuant to Section 10 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 7 of this Agreement by parties other than Licensor and that are either integrated with or made part of IntelliJ IDEA (collectively, "Third Party Software").
-(b) "Authorized User" means any employee, independent contractor or other temporary worker authorized by Licensee to use Software while performing duties within the scope of their employment or assignment.
-(c) "Client" means a computer device used by Authorized User for running Software.
-(d) "JetBrains Account" means profile record on https://account.jetbrains.com , which identifies Authorized User and licenses for Software provided to the Authorized User by Licensee. Sharing credentials for a JetBrains Account among multiple Authorized Users is not permitted.
-(e) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form.
-(f) "License Key" means a unique key-code that enables a single Authorized User to use Software at a time. Only Licensor and/or its representatives are permitted to produce License Keys for Software.
-(g) "License Server" means a server application designed to store License Keys and to enable access to Software from Clients within Licensee's local area network ("Licensee's LAN"). License Server may be optionally provided by Licensor to Licensee.
-
-3. OWNERSHIP
-
-(a) Software is the property of Licensor or its suppliers. Software is licensed, not sold. Title and copyrights to Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers.
-(b) Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws.
-
-4. GRANT OF LICENSE
-
-Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable license to use Software as follows:
-
-(a) Licensee may:
-(i) install and use the licensed edition (if applicable) and version of Software specified in License Certificate(s) on any number of Clients and on any operating system supported by Software, provided that a number of concurrent users of Software never exceeds the number of Authorized Users specified in the appropriate License Certificate(s) and that the same License Key is not used by multiple Authorized Users, on multiple Clients, or on different operating systems at a time;
-(ii) access Software from Clients via License Server if Licensee has obtained License Server from Licensor or via JetBrains Account. Licensee may install multiple instances of License Server, provided that Licensee complies with restrictions set forth in this Section 4; and
-(iii) make one backup copy of Software solely for archival purposes.
-
-(b) Licensee may not:
-(i) sell, redistribute (except as set forth in Paragraph 5 herein), encumber, give, lend, rent, lease, sublicense, or otherwise transfer Software, or any portions of Software, to anyone without the prior written consent of Licensor;
-(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of Software, or create derivative works from Software; or
-(iii) use the same License Key or JetBrains Account concurrently by multiple Authorized Users, on multiple License Server instances, Software instances, or Clients. Software may contain a feature preventing concurrent use of the same License Key or JetBrains Account.
-
-5. LICENSE TO DISTRIBUTE REDISTRIBUTABLE
-
-In addition to the license granted under Section 4 of this Agreement, Licensor grants to Licensee a non-exclusive, limited license to use the files located in the "redist" folder in Software installation under the terms of the Apache License, Version 2.0. Licensee may obtain a copy of the Apache License at http://www.apache.org/licenses/LICENSE-2.0. Unless required by applicable law or agreed in writing, software distributed under the Apache License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Apache License for the specific language governing permissions and limitations under the Apache License.
-
-6. USE OF DECOMPILER
-
-(a) Software includes decompiling functionality ("JetBrains Decompiler") that enables reproducing source code from the original binary code. Licensee acknowledges that binary code and source code might be protected by copyright and trademark laws. Before using JetBrains Decompiler, Licensee should make sure that decompilation of binary code is not prohibited by the applicable license agreement (except to the extent that Licensee may be expressly permitted under applicable law) or that Licensee has obtained permission to decompile the binary code from the copyright owner.
-(b) Using JetBrains Decompiler is entirely optional. Licensor neither encourages nor condones the use of JetBrains Decompiler, and disclaims any liability for Licensee's use of JetBrains Decompiler in violation of applicable laws.
-
-7. THIRD PARTY SOFTWARE LICENSE
-
-(a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software.
-(b) Licensee agrees and acknowledges that Sections 11 and 12 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will bear no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software.
-(c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE.
-
-8. RESTRICTED USE DURING EVALUATION PERIOD
-
-(a) Subject to the terms of this Agreement, Licensee is granted a right to use Software for evaluation purposes without charge for a period of thirty (30) days from the date of installation of Software unless otherwise specified ("Evaluation Period").
-(b) Licensee's use of Software during Evaluation Period shall be limited to the internal evaluation of Software for the sole purpose of determining whether Software meets Licensee's requirements and whether Licensee desires to continue using Software.
-(c) Upon expiration of Evaluation Period, Licensee must obtain License Certificate for perpetual use of Software or cease using Software. Software contains a feature that will automatically disable Software upon expiration of Evaluation Period. Licensee may not disable, destroy, or remove this feature of Software, and any attempt to do so will be in violation of this Agreement and will terminate Licensee's rights to use Software.
-
-9. LICENSE FEES AND PAYMENTS
-
-Licensee agrees to the terms and conditions of Software purchase published on Licensor's website at www.jetbrains.com. Licensee will pay to Licensor the license fee and other charges and expenses as set forth in an appropriate invoice or other purchase documentation. Licensor may charge Licensee interest for any payment that is more than thirty (30) days past due at the rate of one and one-half percent (1.5%) per month or the highest amount allowed by law, whichever is lower.
-
-10. UPGRADES
-
-(a) Licensor will provide generally available new versions of Software to Licensee pursuant to the optional upgrade terms published on Licensor's web site at www.jetbrains.com. Upon obtaining License Key for a new version of Software from Licensor, Licensee shall destroy License Key provided by Licensor for a previous version of Software.
-(b) If Licensee has obtained an upgrade subscription for Software, Licensee will qualify for free upgrades during the initial 1-year upgrade subscription term. Licensee may renew an upgrade subscription for another 1-year period by paying to Licensor an applicable upgrade subscription renewal fee. Each subsequent upgrade subscription term will start on the day following the expiration of a previous upgrade subscription term regardless of the actual upgrade subscription renewal date. Upon obtaining License Key for a new upgrade subscription term from Licensor, Licensee shall destroy a License Key provided by Licensor for a previous upgrade subscription term.
-(c) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade purchase.
-
-11. LIMITED WARRANTY
-
-SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR AND ITS AFFILIATES, SUPPLIERS AND RESELLERS DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES.
-
-12. DISCLAIMER OF DAMAGES
-
-(a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED.
-(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT.
-
-13. EXPORT REGULATIONS
-
-Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use.
-
-14. TERM AND TERMINATION
-
-(a) Except as otherwise provided in License Certificate, the license granted herein shall be perpetual.
-(b) If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must cease using Software and delete Software from its Clients and archives.
-(c) LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES.
-
-15. MARKETING
-
-Licensee agrees to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section.
-
-16. GENERAL
-
-(a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software.
-(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor.
-(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination.
-(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic.
-(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns.
-
-For exceptions or modifications to this Agreement, please contact Licensor at:
-
-Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic
-Fax: +420 241 722 540
-E-mail: sales@jetbrains.com
diff --git a/sdk_container/src/third_party/portage-stable/licenses/IDEA_Academic b/sdk_container/src/third_party/portage-stable/licenses/IDEA_Academic
deleted file mode 100644
index 860d4c03c3b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/IDEA_Academic
+++ /dev/null
@@ -1,117 +0,0 @@
-LICENSE AGREEMENT FOR INTELLIJ IDEA
-(Academic License)
-
-Version 10, Effective as of August 23, 2014
-
-IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT.
-IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE.
-
-1. PARTIES
-
-(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275.
-
-(b) "Licensee" means (i) the individual who is a student, faculty or staff member at an educational institution, or (ii) the educational institution specified in the License Certificate. For purposes of this definition, "educational institution" means a public or private school, college, university or other post-secondary educational establishment.
-
-2. DEFINITIONS
-
-(a) "Software" means software program known as IntelliJ IDEA in binary form, including its documentation, upgrades provided pursuant to Section 10 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 7 of this Agreement by parties other than Licensor and that are either integrated with or made part of IntelliJ IDEA (collectively, "Third Party Software").
-
-(b) "Authorized User" means (i) if Licensee is an individual, solely Licensee; (ii) if Licensee is an educational institution, any student, faculty or staff member authorized by Licensee to use Software while performing duties within the scope of their employment or assignment.
-
-(c) "Client" means a computer device used by Authorized User for running Software.
-
-(d) "JetBrains Account" means profile record on https://account.jetbrains.com , which identifies Authorized User and licenses for Software provided to the Authorized User by Licensee. Sharing credentials for a JetBrains Account among multiple Authorized Users is not permitted.
-
-(e) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form.
-
-(f) "License Key" means a unique key-code that enables a single Authorized User to use Software at a time. Only Licensor and/or its representatives are permitted to produce License Keys for Software.
-
-3. OWNERSHIP
-
-(a) Software is the property of Licensor or its suppliers. Software is licensed, not sold. Title and copyrights to Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers.
-
-(b) Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws.
-
-4. GRANT OF LICENSE
-
-Subject to the terms, conditions, and limitations set forth in this Agreement, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable license to use Software for non-commercial, educational purposes only (including conducting academic research or providing educational services) as follows:
-
-(a) Licensee may:
-(i) install and use the version of the Software that has been specified in License Certificate on multiple Clients and operating systems, provided that a number of concurrent users never exceeds the number of Authorized Users specified in License Certificate and that the same License Key is not used concurrently by different Authorized Users, on different Clients or operating systems;
-(ii) use the Software for non-commercial, educational purposes only, including conducting academic research or providing educational services;
-and
-(iii) make one backup copy of Software solely for archival purposes.
-
-(b) Licensee may not:
-(i) sell, redistribute (except as set forth in Paragraph 5 herein), encumber, give, lend, rent, lease, sublicense, or otherwise transfer Software, or any portions of Software, to anyone without the prior written consent of Licensor;
-(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of Software, or create derivative works from Software;
-(iii) use the same License Key or JetBrains Account concurrently by multiple Authorized Users, on multiple Software instances or Clients. Software may contain a feature preventing concurrent use of the same License Key or JetBrains Account; or
-(iv) use Software for any commercial purpose.
-
-5. LICENSE TO DISTRIBUTE REDISTRIBUTABLE
-
-In addition to the license granted under Section 4 of this Agreement, Licensor grants to Licensee a non-exclusive, limited license to use the files located in the "redist" folder in Software installation under the terms of the Apache License, Version 2.0. Licensee may obtain a copy of the Apache License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed in writing, software distributed under the Apache License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Apache License for the specific language governing permissions and limitations under the Apache License.
-
-6. USE OF DECOMPILER
-
-(a) Software includes decompiling functionality ("JetBrains Decompiler") that enables reproducing source code from the original binary code. Licensee acknowledges that binary code and source code might be protected by copyright and trademark laws. Before using JetBrains Decompiler, Licensee should make sure that decompilation of binary code is not prohibited by the applicable license agreement (except to the extent that Licensee may be expressly permitted under applicable law) or that Licensee has obtained permission to decompile the binary code from the copyright owner.
-(b) Using JetBrains Decompiler is entirely optional. Licensor neither encourages nor condones the use of JetBrains Decompiler, and disclaims any liability for Licensee's use of JetBrains Decompiler in violation of applicable laws.
-
-7. THIRD PARTY SOFTWARE LICENSE
-
-(a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software.
-(b) Licensee agrees and acknowledges that Sections 11 and 12 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will bear no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software.
-(c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE.
-
-8. RESTRICTED USE DURING EVALUATION PERIOD
-
-(a) Subject to the terms of this Agreement, Licensee is granted a right to use Software for evaluation purposes without charge for a period of thirty (30) days from the date of installation of Software unless otherwise specified ("Evaluation Period").
-(b) Licensee's use of Software during Evaluation Period shall be limited to the internal evaluation of Software for the sole purpose of determining whether Software meets Licensee's requirements and whether Licensee desires to continue using Software.
-(c) Upon expiration of Evaluation Period, Licensee must obtain License Certificate for perpetual use of Software or cease using Software. Software contains a feature that will automatically disable Software upon expiration of Evaluation Period. Licensee may not disable, destroy, or remove this feature of Software, and any attempt to do so will be in violation of this Agreement and will terminate Licensee's rights to use Software.
-
-9. LICENSE FEES AND PAYMENTS
-
-Licensee agrees to the terms and conditions of Software purchase published on Licensor's website at www.jetbrains.com. Licensee will pay to Licensor the license fee and other charges and expenses as set forth in an appropriate invoice or other purchase documentation. Licensor may charge Licensee interest for any payment that is more than thirty (30) days past due at the rate of one and one-half percent (1.5%) per month or the highest amount allowed by law, whichever is lower.
-
-10. UPGRADES
-
-(a) Licensor will provide generally available new versions of Software to Licensee pursuant to the upgrade subscription terms published on Licensor's web site at www.jetbrains.com.
-(b) Licensee will qualify for free upgrades during the initial 1-year upgrade subscription term. Licensee may renew an upgrade subscription for another 1-year period by paying to Licensor an applicable upgrade subscription renewal fee. Each subsequent upgrade subscription term will start on the day following the expiration of a previous upgrade subscription term regardless of the actual upgrade subscription renewal date. Upon obtaining License Key for a new upgrade subscription term from Licensor, Licensee shall destroy a License Key provided by Licensor for a previous upgrade subscription term.
-(c) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade purchase.
-
-11. LIMITED WARRANTY
-
-SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR AND ITS AFFILIATES, SUPPLIERS AND RESELLERS DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES.
-
-12. DISCLAIMER OF DAMAGES
-
-(a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED.
-(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT.
-
-13. EXPORT REGULATIONS
-
-Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use.
-
-14. TERM AND TERMINATION
-
-(a) Except as otherwise provided in License Certificate, the license granted herein shall be perpetual.
-(b) If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must cease using Software and delete Software from its Clients and archives.
-(c) LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES.
-
-15. MARKETING
-
-Licensee agrees to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section.
-
-16. GENERAL
-
-(a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software.
-(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor.
-(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination.
-(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic.
-(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns.
-
-For exceptions or modifications to this Agreement, please contact Licensor at:
-
-Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic
-Fax: +420 241 722 540
-E-mail: sales@jetbrains.com
diff --git a/sdk_container/src/third_party/portage-stable/licenses/IDEA_Classroom b/sdk_container/src/third_party/portage-stable/licenses/IDEA_Classroom
deleted file mode 100644
index 4ccf46cced2..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/IDEA_Classroom
+++ /dev/null
@@ -1,105 +0,0 @@
-LICENSE AGREEMENT FOR INTELLIJ IDEA
-(Classroom License)
-
-Version 12, Effective as of August 23, 2014
-
-IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT.
-
-IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE.
-
-1. PARTIES
-
-(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275.
-(b) "Licensee" means a public or private school, college, training courses, university and other post secondary educational establishment specified in the License Certificate, exercising rights under, and complying with the terms of this Agreement.
-
-2. DEFINITIONS
-
-(a) "Software" means software program known as IntelliJ IDEA in binary form, including its documentation, upgrades provided pursuant to Section 7 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 6 of this Agreement by parties other than Licensor and that are either integrated with or made part of IntelliJ IDEA (collectively, "Third Party Software").
-(b) "Authorized User" means any student, faculty or staff member authorized by Licensee to use Software while performing duties within the scope of their employment or assignment.
-(c) "Client" means a computer device owned, leased or otherwise directly controlled by Licensee; that is part of Licensee's internal network domain, located at Licensee's permanent facilities, and used by Authorized User for running Software.
-(d) "JetBrains Account" means profile record on https://account.jetbrains.com , which identifies Authorized User and licenses for Software provided to the Authorized User by Licensee. Sharing credentials for a JetBrains Account among multiple Authorized Users is not permitted.
-(e) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form.
-(f) "License Key" means a unique key-code that enables a single Authorized User to use Software at a time. Only Licensor and/or itsrepresentatives are permitted to produce License Keys for Software.
-(g) "License Server" means a software program that issues and revokes License Tickets to/from Clients based on installed License Key.
-(h) "License ticket" means a token granted to a Client by the License Server in order to activate Software installed on the Client.
-
-3. OWNERSHIP
-
-(a) Software is the property of Licensor or its suppliers. Software is licensed, not sold. Title and copyrights to Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers.
-(b) Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws.
-
-4. GRANT OF LICENSE
-
-Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable, royalty-free license to use Software for a period of 1 (one) year as follows:
-
-(a) Licensee may:
-(i) install and use the version of Software that has been specified in License Certificate on any number of Clients and access it via JetBrains account;
-(ii) use Software by Authorized Users solely in support of classroom instruction of students. The right to use Software for any other purposes is expressly prohibited;
-(iii) allow Authorized Users to install and use Software for homework at their residencies on personally owned computers and process respective License Tickets, provided that they agree to all provisions of this Agreement;
-(iv) install License Server solely on its own Clients (in such a case the Section 4 letter a) iii) of this Agreement shall not apply);
-(v) process License Tickets to Clients; and
-(vi) make one backup copy of Software solely for archival purposes.
-
-(b) Licensee may not:
-(i) sell, redistribute (except as set forth in Paragraph 5 herein), encumber, give, lend, rent, lease, sublicense, or otherwise transfer Software, or any portions of Software, to anyone without the prior written consent of Licensor;
-(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of Software, or create derivative works from Software; or
-(iii) use Software for any commercial purposes.
-
-Licensee agrees to comply with the terms of this Agreement, and to take reasonable measures to prevent use of Software by Authorized Users in an inappropriate manner or access to Software by unauthorized users.
-
-5. LICENSE TO DISTRIBUTE REDISTRIBUTABLE
-
-In addition to the license granted under Section 4 of this Agreement, Licensor grants to Licensee a non-exclusive, limited license to use the files located in the "redist" folder in Software installation under the terms of the Apache License, Version 2.0. Licensee may obtain a copy of the Apache License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed in writing, software distributed under the Apache License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Apache License for the specific language governing permissions and limitations under the Apache License.
-
-6. USE OF DECOMPILER
-
-(a) Software includes decompiling functionality ("JetBrains Decompiler") that enables reproducing source code from the original binary code. Licensee acknowledges that binary code and source code might be protected by copyright and trademark laws. Before using JetBrains Decompiler, Licensee should make sure that decompilation of binary code is not prohibited by the applicable license agreement (except to the extent that Licensee may be expressly permitted under applicable law) or that Licensee has obtained permission to decompile the binary code from the copyright owner.
-(b) Using JetBrains Decompiler is entirely optional. Licensor neither encourages nor condones the use of JetBrains Decompiler, and disclaims any liability for Licensee's use of JetBrains Decompiler in violation of applicable laws.
-
-7. THIRD PARTY SOFTWARE LICENSE
-
-(a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software.
-(b) Licensee agrees and acknowledges that Sections 9 and 10 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will bear no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software.
-(c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE.
-
-8. UPGRADES AND LICENSE RENEWAL
-
-(a) Upgrades to new versions of Software are optional and free of charge during the 1-year license term specified in License Certificate. Licensee may obtain the generally available new versions of Software by downloading them from Licensor's web site at www.jetbrains.com.
-(b) Licensee may renew its license for another year by submitting a written request to Licensor 30 (thirty) days prior to the license expiration date.
-(c) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software or in the event of license renewal the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade download or license renewal.
-
-9. LIMITED WARRANTY
-
-SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR AND ITS AFFILIATES, SUPPLIERS AND RESELLERS DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES.
-
-10. DISCLAIMER OF DAMAGES
-
-(a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED.
-(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO FIVE (5) USD OR THE FEES ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT, WHICHEVER IS GREATER.
-
-11. EXPORT REGULATIONS
-
-Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use.
-
-12. TERMINATION
-
-(a) If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must delete Software from its Clients and archives, and also ensure that it is deleted by Authorized Users.
-(b) LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES.
-
-13. MARKETING
-
-Licensee agrees to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section.
-
-14. GENERAL
-
-(a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software.
-(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor.
-(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination.
-(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic.
-(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns.
-
-For exceptions or modifications to this Agreement, please contact Licensor at:
-
-Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic
-Fax: +420 241 722 540
-E-mail: sales@jetbrains.com
diff --git a/sdk_container/src/third_party/portage-stable/licenses/IDEA_OpenSource b/sdk_container/src/third_party/portage-stable/licenses/IDEA_OpenSource
deleted file mode 100644
index f2f83b8d3fa..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/IDEA_OpenSource
+++ /dev/null
@@ -1,100 +0,0 @@
-LICENSE AGREEMENT FOR INTELLIJ IDEA
-(Open Source Development License)
-
-Version 10, Effective as of August 23, 2014
-
-IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT.
-
-IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE.
-
-1. PARTIES
-
-(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275.
-(b) "Licensee" means an open source development group specified in the License Certificate.
-
-2. DEFINITIONS
-
-(a) "Software" means software program known as IntelliJ IDEA in binary form, including its documentation, upgrades provided pursuant to Section 8 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 7 of this Agreement by parties other than Licensor and that are either integrated with or made part of IntelliJ IDEA (collectively, "Third Party Software").
-(b) "Authorized User" means a software developer or other open source development group member who is authorized by Licensee to use Software for the purpose of development of an open source project.
-(c) "Client" means a computer device used by Authorized User for running Software.
-(d) "JetBrains Account" means profile record on https://account.jetbrains.com , which identifies Authorized User and licenses for Software provided to the Authorized User by Licensee. Sharing credentials for a JetBrains Account among multiple Authorized Users is not permitted.
-(e) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form.
-(f) "License Key" means a unique key-code that enables a single Authorized User to use Software at a time. Only Licensor and/or its representatives are permitted to produce License Keys for Software.
-
-3. OWNERSHIP
-
-(a) Software is the property of Licensor or its suppliers. Software is licensed, not sold. Title and copyrights to Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers.
-(b) Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws.
-
-4. GRANT OF LICENSE
-
-Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable, royalty-free license to use Software for a period of 1 (one) year as follows:
-
-(a) Licensee may:
-(i) install and use the licensed edition and version of Software on any number of Clients and on any operating system supported by Software and access it via JetBrains Account;
-(ii) use Software by Authorized Users solely for the purpose of development of non-commercial open source projects that meet the Open Source Definition at http://www.opensource.org/docs/osd The right to use Software for any other purposes is expressly prohibited; and
-(iii) make one backup copy of Software solely for archival purposes.
-
-(b) Licensee may not:
-(i) sell, redistribute (except as set forth in Paragraph 5 herein), encumber, give, lend, rent, lease, sublicense, or otherwise transfer Software, or any portions of Software, to anyone without the prior written consent of Licensor;
-(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of Software, or create derivative works from Software; or
-(iii) use Software for any commercial purposes.
-
-Licensee agrees to comply with the terms of this Agreement, and to take reasonable measures to prevent use of Software by Authorized Users in an inappropriate manner or access to Software by unauthorized users.
-
-5. LICENSE TO DISTRIBUTE REDISTRIBUTABLE
-
-In addition to the license granted under Section 4 of this Agreement, Licensor grants to Licensee a non-exclusive, limited license to use the files located in the "redist" folder in Software installation under the terms of the Apache License, Version 2.0. Licensee may obtain a copy of the Apache License at http://www.apache.org/licenses/LICENSE-2.0. Unless required by applicable law or agreed in writing, software distributed under the Apache License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Apache License for the specific language governing permissions and limitations under the Apache License.
-
-6. USE OF DECOMPILER
-
-(a) Software includes decompiling functionality ("JetBrains Decompiler") that enables reproducing source code from the original binary code. Licensee acknowledges that binary code and source code might be protected by copyright and trademark laws. Before using JetBrains Decompiler, Licensee should make sure that decompilation of binary code is not prohibited by the applicable license agreement (except to the extent that Licensee may be expressly permitted under applicable law) or that Licensee has obtained permission to decompile the binary code from the copyright owner.
-(b) Using JetBrains Decompiler is entirely optional. Licensor neither encourages nor condones the use of JetBrains Decompiler, and disclaims any liability for Licensee's use of JetBrains Decompiler in violation of applicable laws.
-
-7. THIRD PARTY SOFTWARE LICENSE
-
-(a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software.
-(b) Licensee agrees and acknowledges that Sections 9 and 10 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will bear no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software.
-(c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE.
-
-8. UPGRADES AND LICENSE RENEWAL
-
-(a) Upgrades to new versions of Software are optional and free of charge during the 1-year license term specified in License Certificate. Licensee may obtain the generally available new versions of Software by downloading them from Licensor's web site at www.jetbrains.com.
-(b) Licensee may renew its license for another year by submitting a written request to Licensor 30 (thirty) days prior to the license expiration date.
-(c) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software or in the event of license renewal the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade download or license renewal.
-
-9. LIMITED WARRANTY
-
-SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR AND ITS AFFILIATES, SUPPLIERS AND RESELLERS DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES.
-
-10. DISCLAIMER OF DAMAGES
-
-(a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED.
-(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO FIVE (5) USD OR THE FEES ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT, WHICHEVER IS GREATER.
-
-11. EXPORT REGULATIONS
-
-Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use.
-
-12. TERMINATION
-
-(a) If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must delete Software from its Clients and archives, and also ensure that it is deleted by Authorized Users.
-(b) LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES.
-
-13. MARKETING
-
-Licensee agrees to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section.
-
-14. GENERAL
-
-(a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software.
-(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor.
-(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination.
-(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic.
-(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns.
-
-For exceptions or modifications to this Agreement, please contact Licensor at:
-
-Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic
-Fax: +420 241 722 540
-E-mail: sales@jetbrains.com
diff --git a/sdk_container/src/third_party/portage-stable/licenses/IDEA_Personal b/sdk_container/src/third_party/portage-stable/licenses/IDEA_Personal
deleted file mode 100644
index 4f313853a76..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/IDEA_Personal
+++ /dev/null
@@ -1,108 +0,0 @@
-LICENSE AGREEMENT FOR INTELLIJ IDEA
-(Personal License)
-
-Version 10, Effective as of August 23, 2014
-
-IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT.
-
-IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE.
-
-1. PARTIES
-
-(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275.
-
-(b) "Licensee" means the individual specified in the License Certificate. For the avoidance of any doubt, Licensee is a natural person and not a corporation, company, partnership or association or other entity or organization.
-
-2. DEFINITIONS
-
-(a) "Software" means software program known as IntelliJ IDEA in binary form, including its documentation, any third party software programs that are owned and licensed by parties other than Licensor and that are either integrated with or made part of IntelliJ IDEA (collectively, "Third Party Software").
-(b) "Client" means a computer device used by Licensee for running Software.
-(c) "JetBrains Account" means profile record on https://account.jetbrains.com , which identifies Licensee and licenses for Software provided by Licensor to Licensee. Sharing credentials for a JetBrains Account with any other person is not permitted.
-(d) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form.
-(e) "License Key" means a unique key-code that enables Licensee to use Software. Only Licensor and/or its representatives are permitted to produce License Keys for Software.
-
-3. OWNERSHIP
-
-(a) Software is the property of Licensor or its suppliers. Software is licensed, not sold. Title and copyrights to Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers.
-(b) Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws.
-
-4. GRANT OF LICENSE
-
-Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable license to use Software as follows:
-
-(a) Licensee may:
-(i) install, register with License Key or JetBrains Account, and use the licensed edition and version of Software specified in License Certificate on any number of Clients and on any operating system supported by Software; and
-(ii) make one backup copy of Software solely for archival purposes.
-
-(b) Licensee may not:
-(i) sell, redistribute (except as set forth in Paragraph 5 herein), encumber, give, lend, rent, lease, sublicense, or otherwise transfer Software, or any portions of Software, to anyone without the prior written consent of Licensor;
-(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of Software, or create derivative works from Software; or
-(iii) use the License Key or JetBrains Account on different computers or operating systems at a time.
-
-(c) Additional Limitations:
-This License is only for natural persons who are purchasing the license using their own funds only. Notwithstanding anything to the contrary set forth above, Licensee may not use Software, and this license shall not be in effect, in the event that Licensee does not pay Software license fee using Licensee's own funds. If any third party pays Software license fee or if Licensee expects or receives reimbursement for Software license fee from any third party, this License shall be invalid and not in effect.
-
-5. LICENSE TO DISTRIBUTE REDISTRIBUTABLE
-
-In addition to the license granted under Section 4 of this Agreement, Licensor grants to Licensee a non-exclusive, limited license to use the files located in the "redist" folder in Software installation under the terms of the Apache License, Version 2.0. Licensee may obtain a copy of the Apache License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed in writing, software distributed under the Apache License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Apache License for the specific language governing permissions and limitations under the Apache License.
-
-6. THIRD PARTY SOFTWARE LICENSE
-
-(a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software.
-(b) Licensee agrees and acknowledges that Sections 10 and 11 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will bear no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software.
-(c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE.
-
-7. RESTRICTED USE DURING EVALUATION PERIOD
-
-(a) Subject to the terms of this Agreement, Licensee is granted a right to use Software for evaluation purposes without charge for a period of thirty (30) days from the date of installation of Software unless otherwise specified ("Evaluation Period").
-(b) Licensee's use of Software during Evaluation Period shall be limited to the internal evaluation of Software for the sole purpose of determining whether Software meets Licensee's requirements and whether Licensee desires to continue using Software.
-(c) Upon expiration of Evaluation Period, Licensee must obtain License Certificate for perpetual use of Software or cease using Software. Software contains a feature that will automatically disable Software upon expiration of Evaluation Period. Licensee may not disable, destroy, or remove this feature of Software, and any attempt to do so will be in violation of this Agreement and will terminate Licensee's rights to use Software.
-
-8. LICENSE FEES AND PAYMENTS
-
-Licensee agrees to the terms and conditions of Software purchase published on Licensor's website at www.jetbrains.com. Licensee will pay to Licensor the license fee and other charges and expenses as set forth in an appropriate invoice or other purchase documentation. Licensor may charge Licensee interest for any payment that is more than thirty (30) days past due at the rate of one and one-half percent (1.5%) per month or the highest amount allowed by law, whichever is lower.
-
-9. UPGRADES
-
-(a) Licensor will provide generally available new versions of Software to Licensee pursuant to the upgrade subscription terms published on Licensor's web site at www.jetbrains.com.
-(b) Licensee will qualify for free upgrades during the initial 1-year upgrade subscription term. Licensee may renew an upgrade subscription for another 1-year period by paying to Licensor an applicable upgrade subscription renewal fee. Each subsequent upgrade subscription term will start on the day following the expiration of a previous upgrade subscription term regardless of the actual upgrade subscription renewal date. Upon obtaining License Key for a new upgrade subscription term from Licensor, Licensee shall destroy a License Key provided by Licensor for a previous upgrade subscription term.
-(c) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade purchase.
-
-10. LIMITED WARRANTY
-
-(a) If Licensee has paid a license fee for the Software, then for a period of thirty (30) days from the date of receipt of the Software, Licensor warrants the Software against any defects resulting from the electronic transmission process, and that any Software media supplied by Licensor will be free from defects in materials and workmanship ("Limited Warranty").
-(b) Licensor's, and its suppliers' and resellers', entire liability and Licensee's exclusive remedy will be, at Licensor's option, either (i) return of the price paid, or (ii) repair or replacement of the Software that does not meet Licensor' Limited Warranty. This Limited Warranty is void if failure of the Software has resulted from accident, abuse, or misapplication. Any replacement Software will be warranted for an additional thirty (30) days. Outside the United States, neither these remedies nor any product support services offered by Licensor are available without proof of purchase from an authorized international source.
-(c) EXCEPT FOR THE FOREGOING LIMITED WARRANTY, THE SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR, AND ITS SUPPLIERS AND RESELLERS, DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO THE SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES. THIS LIMITED WARRANTY GIVES LICENSEE SPECIFIC LEGAL RIGHTS. LICENSEE MAY HAVE OTHERS, WHICH VARY FROM STATE/JURISDICTION TO STATE/JURISDICTION.
-
-11. DISCLAIMER OF DAMAGES
-
-(a) REGARDLESS OF WHETHER ANY REMEDY SET FORTH HEREIN FAILS OF ITS ESSENTIAL PURPOSE, IN NO EVENT WILL LICENSOR OR ITS SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF THE SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED.
-(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR THE SOFTWARE. BECAUSE SOME STATES AND JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY, THE ABOVE LIMITATION MAY NOT APPLY TO LICENSEE.
-
-12. EXPORT REGULATIONS
-
-Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use.
-
-13. TERM AND TERMINATION
-
-(a) Except as otherwise provided in License Certificate, the license granted herein shall be perpetual.
-(b) If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must cease using Software and delete Software from its Clients and archives.
-(c) LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES.
-
-14. MARKETING
-
-Licensee agrees to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section.
-
-15. GENERAL
-
-(a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software.
-(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor.
-(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination.
-(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic.
-(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns.
-
-For exceptions or modifications to this Agreement, please contact Licensor at:
-
-Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic
-Fax: +420 241 722 540
-E-mail: sales@jetbrains.com
diff --git a/sdk_container/src/third_party/portage-stable/licenses/IDPL b/sdk_container/src/third_party/portage-stable/licenses/IDPL
deleted file mode 100644
index 1bd557871f1..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/IDPL
+++ /dev/null
@@ -1,496 +0,0 @@
- Initial Developer's PUBLIC LICENSE
- Version 1.0
-
- 1. Definitions
-
- 1.0 "Commercial Use" means distribution or otherwise making the Covered
- Code available to a third party.
-
- 1.1 ''Contributor'' means each entity that creates or contributes to the
- creation of Modifications.
-
- 1.2 ''Contributor Version'' means the combination of the Original Code, prior
- Modifications used by a Contributor, and the Modifications made by that
- particular Contributor.
-
- 1.3. ''Covered Code'' means the Original Code or Modifications or the
- combination of the Original Code and Modifications, in each case including
- portions thereof.
-
- 1.4. ''Electronic Distribution Mechanism'' means a mechanism generally
- accepted in the software development community for the electronic transfer of
- data.
-
- 1.5. ''Executable'' means Covered Code in any form other than Source Code.
-
- 1.6. ''Initial Developer'' means the individual or entity identified as the Initial
- Developer in the Source Code notice required by Exhibit A.
-
- 1.7. ''Larger Work'' means a work which combines Covered Code or portions
- thereof with code not governed by the terms of this License.
-
- 1.8. ''License'' means this document.
-
- 1.8.1. "Licensable" means having the right to grant, to the maximum
- extent possible, whether at the time of the initial grant or subsequently
- acquired, any and all of the rights conveyed herein.
-
- 1.9. ''Modifications'' means any addition to or deletion from the substance or
- structure of either the Original Code or any previous Modifications. When
- Covered Code is released as a series of files, a Modification is:
-
- Any addition to or deletion from the contents of a file containing Original
- Code or previous Modifications.
-
- Any new file that contains any part of the Original Code or previous
- Modifications.
-
- 1.10. ''Original Code'' means Source Code of computer software code which
- is described in the Source Code notice required by Exhibit A as Original Code,
- and which, at the time of its release under this License is not already Covered
- Code governed by this License.
-
- 1.10.1. "Patent Claims" means any patent claim(s), now owned or
- hereafter acquired, including without limitation, method, process, and
- apparatus claims, in any patent Licensable by grantor.
-
- 1.11. ''Source Code'' means the preferred form of the Covered Code for
- making modifications to it, including all modules it contains, plus any associated
- interface definition files, scripts used to control compilation and installation of
- an Executable, or source code differential comparisons against either the
- Original Code or another well known, available Covered Code of the
- Contributor's choice. The Source Code can be in a compressed or archival
- form, provided the appropriate decompression or de-archiving software is
- widely available for no charge.
-
- 1.12. "You'' (or "Your") means an individual or a legal entity exercising rights
- under, and complying with all of the terms of, this License or a future version
- of this License issued under Section 6.1. For legal entities, "You'' includes any
- entity w hich controls, is controlled by, or is under common control with You.
- For purposes of this definition, "control'' means (a) the power, direct or
- indirect, to cause the direction or management of such entity, whether by
- contract or otherwise, or (b) ownership of more than fifty percent (50%) of
- the outstanding shares or beneficial ownership of such entity.
-
-
- 2. Source Code License.
-
-
- 2.1. The Initial Developer Grant. The Initial Developer hereby grants You a
- world-wide, royalty-free, non-exclusive license, subject to third party intellectual
- property claims:
-
- (a) under intellectual property rights (other than patent or trademark)
- Licensable by Initial Developer to use, reproduce, modify, display, perform,
- sublicense and distribute the Original Code (or portions thereof) with or without
- Modifications, and/or as part of a Larger Work; and
-
- (b) under Patents Claims infringed by the making, using or selling of Original
- Code, to make, have made, use, practice, sell, and offer for sale, and/or
- otherwise dispose of the Original Code (or portions thereof).
- (c) the licenses granted in this Section 2.1(a) and (b) are effective on the date
- Initial Developer first distributes Original Code under the terms of this License.
-
- d) Notwithstanding Section 2.1(b) above, no patent license is granted:
-
- 1) for code that You delete from the Original Code;
-
- 2) separate from the Original Code; or
-
- 3) for infringements caused by:
-
- i) the modification of the Original Code or
-
- ii) the combination of the Original Code with other software or
- devices.
-
- 2.2. Contributor Grant. Subject to third party intellectual property claims, each
- Contributor hereby grants You a world-wide, royalty-free, non-exclusive license
-
- (a) under intellectual property rights (other than patent or trademark)
- Licensable by Contributor, to use, reproduce, modify, display, perform,
- sublicense and distribute the Modifications created by such Contributor (or
- portions thereof) either on an unmodified basis, with other Modifications, as
- Covered Code and/or as part of a Larger Work; and
-
- (b) under Patent Claims infringed by the making, using, or selling of
- Modifications made by that Contributor either alone and/or in combination with
- its Contributor Version (or portions of such combination), to make, use, sell,
- offer for sale, have made, and/or otherwise dispose of: 1) Modifications made
- by that Contributor (or portions thereof); and 2) the combination of
- Modifications made by that Contributor with its Contributor Version (or portions
- of such combination).
-
- (c) the licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date
- Contributor first makes Commercial Use of the Covered Code.
-
- (d) Notwithstanding Section 2.2(b) above, no patent license is granted:
-
- 1) for any code that Contributor has deleted from the Contributor
- Version;
-
- 2) separate from the Contributor Version;
-
- 3) for infringements caused by:
-
- i) third party modifications of Contributor Version or
-
- ii) the combination of Modifications made by that Contributor with
- other software (except as part of the Contributor Version) or
- other devices; or
-
- 4) under Patent Claims infringed by Covered Code in the absence of
- Modifications made by that Contributor.
-
-
- 3. Distribution Obligations.
-
-
- 3.1. Application of License. The Modifications which You create or to which
- You contribute are governed by the terms of this License, including without
- limitation Section 2.2. The Source Code version of Covered Code may be
- distributed only under the terms of this License or a future version of this
- License released under Section 6.1, and You must include a copy of this
- License with every copy of the Source Code You distribute. You may not offer
- or impose any terms on any Source Code version that alters or restricts the
- applicable version of this License or the recipients' rights hereunder. However,
- You may include an additional document offering the additional rights described
- in Section 3.5.
-
-
- 3.2. Availability of Source Code. Any Modification which You create or to
- which You contribute must be made available in Source Code form under the
- terms of this License either on the same media as an Executable version or via
- an accepted Electronic Distribution Mechanism to anyone to whom you made
- an Executable version available; and if made available via Electronic Distribution
- Mechanism, must remain available for at least twelve (12) months after the
- date it initially became available, or at least six (6) months after a subsequent
- version of that particular Modification has been made available to such
- recipients. You are responsible for ensuring that the Source Code version
- remains available even if the Electronic Distribution Mechanism is maintained by
- a third party.
-
-
- 3.3. Description of Modifications. You must cause all Covered Code to
- which You contribute to contain a file documenting the changes You made to
- create that Covered Code and the date of any change. You must include a
- prominent statement that the Modification is derived, directly or indirectly, from
- Original Code provided by the Initial Developer and including the name of the
- Initial Developer in
-
- (a) the Source Code, and
-
- (b) in any notice in an Executable version or related documentation in
- which You describe the origin or ownership of the Covered Code.
-
-
- 3.4. Intellectual Property Matters
-
- a) Third Party Claims. If Contributor has knowledge that a license under
- a third party's intellectual property rights is required to exercise the
- rights granted by such Contributor under Sections 2.1 or 2.2,
- Contributor must include a text file with the Source Code distribution
- titled "LEGAL'' which describes the claim and the party making the claim
- in sufficient detail that a recipient will know whom to contact. If
- Contributor obtains such knowledge after the Modification is made
- available as described in Section 3.2, Contributor shall promptly modify
- the LEGAL file in all copies Contributor makes available thereafter and
- shall take other steps (such as notifying appropriate mailing lists or
- newsgroups) reasonably calculated to inform those who received the
- Covered Code that new knowledge has been obtained.
-
- (b) Contributor APIs. If Contributor's Modifications include an application
- programming interface and Contributor has knowledge of patent
- licenses which are reasonably necessary to implement that API,
- Contributor must also include this information in the LEGAL file.
-
-
- (c) Representations. Contributor represents that, except as disclosed
- pursuant to Section 3.4(a) above, Contributor believes that Contributor's
- Modifications are Contributor's original creation(s) and/or Contributor
- has sufficient rights to grant the rights conveyed by this License.
-
-
- 3.5. Required Notices. You must duplicate the notice in Exhibit A in each file
- of the Source Code. If it is not possible to put such notice in a particular Source
- Code file due to its structure, then You must include such notice in a location
- (such as a relevant directory) where a user would be likely to look for such a
- notice. If You created one or more Modification(s) You may add your name as
- a Contributor to the notice described in Exhibit A. You must also duplicate this
- License in any documentation for the Source Code where You describe
- recipients' rights or ownership rights relating to Covered Code. You may
- choose to offer, and to charge a fee for, warranty, support, indemnity or
- liability obligations to one or more recipients of Covered Code. However, You
- may do so only on Your own behalf, and not on behalf of the Initial Developer
- or any Contributor. You must make it absolutely clear than any such warranty,
- support, indemnity or liability obligation is offered by You alone, and You
- hereby agree to indemnify the Initial Developer and every Contributor for any
- liability incurred by the Initial Developer or such Contributor as a result of
- warranty, support, indemnity or liability terms You offer.
-
-
- 3.6. Distribution of Executable Versions. You may distribute Covered
- Code in Executable form only if the requirements of Section 3.1-3.5 have been
- met for that Covered Code, and if You include a notice stating that the Source
- Code version of the Covered Code is available under the terms of this License,
- including a description of how and where You have fulfilled the obligations of
- Section 3.2. The notice must be conspicuously included in any notice in an
- Executable version, related documentation or collateral in which You describe
- recipients' rights relating to the Covered Code. You may distribute the
- Executable version of Covered Code or ownership rights under a license of
- Your choice, which may contain terms different from this License, provided
- that You are in compliance with the terms of this License and hat the license
- for the Executable version does not attempt to limit or alter the recipient's rights
- in the Source Code version from the rights set forth in this License. If You
- distribute the Executable version under a different license You must make it
- absolutely clear that any terms which differ from this License are offered by
- You alone, not by the Initial Developer or any Contributor. You hereby agree to
- indemnify the Initial Developer and every Contributor for any liability incurred by
- the Initial Developer or such Contributor as a result of any such terms You
- offer.
-
-
- 3.7. Larger Works. You may create a Larger Work by combining Covered
- Code with other code not governed by the terms of this License and distribute
- the Larger Work as a single product. In such a case, You must make sure the
- requirements of this License are fulfilled for the Covered Code.
-
-
- 4. Inability to Comply Due to Statute or Regulation.
-
-
-
- If it is impossible for You to comply with any of the terms of this License with respect
- to some or all of the Covered Code due to statute, judicial order, or regulation then You
- must:
-
- (a) comply with the terms of this License to the maximum extent possible; and
-
- (b) describe the limitations and the code they affect. Such description must be
- included in the LEGAL file described in Section 3.4 and must be included with
- all distributions of the Source Code. Except to the extent prohibited by statute
- or regulation, such description must be sufficiently detailed for a recipient of
- ordinary skill to be able to understand it.
-
-
- 5. Application of this License.
-
-
-
- This License applies to code to which the Initial Developer has attached the notice in
- Exhibit A and to related Covered Code.
-
-
- 6. Versions of the License.
-
-
- 6.1. New Versions. The Initial Developer of this code may publish revised
- and/or new versions of the License from time to time. Each version will be
- given a distinguishing version number.
-
-
- 6.2. Effect of New Versions. Once Covered Code has been published under
- a particular version of the License, You may always continue to use it under
- the terms of that version. You may also choose to use such Covered Code
- under the terms of any subsequent version of the License published by the
- Initial Developer. No one other than the Initial Developer has the right to modify
- the terms applicable to Covered Code created under this License.
-
-
- 6.3. Derivative Works. If You create or use a modified version of this License
- (which you may only do in order to apply it to code which is not already
- Covered Code governed by this License), You must
-
- (a) rename Your license so that the phrases ''Mozilla'', ''MOZILLAPL'',
- ''MOZPL'', ''Netscape'', "MPL", ''NPL", or any confusingly similar phrases
- do not appear in your license (except to note that your license differs
- from this License) and
-
- (b) otherwise make it clear that Your version of the license contains
- terms which differ from the Mozilla Public License and Netscape Public
- License. (Filling in the name of the Initial Developer, Original Code or
- Contributor in the notice described in Exhibit A shall not of themselves
- be deemed to be modifications of this License.)
-
-
- 6.4 Origin of the Initial Developer's Public License. The Initial Developer's
- Public License is based on the Mozilla Public License V 1.1 with the following
- changes:
-
- 1) The license is published by the Initial Developer of this code. Only the
- Initial Developer can modify the terms applicable to Covered Code.
-
- 2) The license can be modified and used for code which is not already
- governed by this license. Modified versions of the license must be
- renamed to avoid confusion with Netscape's license Initial Developer's's
- license and must include a description of changes from the Initial
- Developer's Public License.
-
- 3) The name of the license in Exhibit A is the "Initial Developer's Public
- License".
-
- 4) The reference to an alternative license in Exhibit A has been removed
-
- .
- 5) Amendments I, II, III, V, and VI have been deleted.
-
- 6) Exhibit A, Netscape Public License has been deleted
-
-
- 7. DISCLAIMER OF WARRANTY.
-
-
-
- COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS'' BASIS, WITHOUT
- WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT
- LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS,
- MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE
- ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS
- WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
- YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
- COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
- OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
- ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
- DISCLAIMER.
-
-
- 8. TERMINATION.
-
-
- 8.1. This License and the rights granted hereunder will terminate automatically
- if You fail to comply with terms herein and fail to cure such breach within 30
- days of becoming aware of the breach. All sublicenses to the Covered Code
- which are properly granted shall survive any termination of this License.
- Provisions which, by their nature, must remain in effect beyond the termination
- of this License shall survive.
-
- 8.2. If You initiate litigation by asserting a patent infringement claim (excluding
- declatory judgment actions) against Initial Developer or a Contributor (the Initial
- Developer or Contributor against whom You file such action is referred to as
- "Participant") alleging that:
-
- (a) such Participant's Contributor Version directly or indirectly infringes
- any patent, then any and all rights granted by such Participant to You
- under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice
- from Participant terminate prospectively, unless if within 60 days after
- receipt of notice You either:
-
- (i) agree in writing to pay Participant a mutually agreeable
- reasonable royalty for Your past and future use of Modifications
- made by such Participant, or
-
- (ii) withdraw Your litigation claim with respect to the Contributor
- Version against such Participant.
-
-
- If within 60 days of notice, a reasonable royalty and payment
- arrangement are not mutually agreed upon in writing by the parties or
- the litigation claim is not withdrawn, the rights granted by Participant to
- You under Sections 2.1 and/or 2.2 automatically terminate at the
- expiration of the 60 day notice period specified above.
-
- (b) any software, hardware, or device, other than such Participant's
- Contributor Version, directly or indirectly infringes any patent, then any
- rights granted to You by such Participant under Sections 2.1(b) and
- 2.2(b) are revoked effective as of the date You first made, used, sold,
- distributed, or had made, Modifications made by that Participant.
-
- 8.3. If You assert a patent infringement claim against Participant alleging that
- such Participant's Contributor Version directly or indirectly infringes any patent
- where such claim is resolved (such as by license or settlement) prior to the
- initiation of patent infringement litigation, then the reasonable value of the
- licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken
- into account in determining the amount or value of any payment or license.
-
- 8.4. In the event of termination under Sections 8.1 or 8.2 above, all end user
- license agreements (excluding distributors and resellers) which have been
- validly granted by You or any distributor hereunder prior to termination shall
- survive termination.
-
-
- 9. LIMITATION OF LIABILITY.
-
-
- UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
- (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
- DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED
- CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON
- FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
- CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF
- GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY
- AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY
- SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS
- LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR
- PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT
- APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT
- ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL
- DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
-
-
- 10. U.S. GOVERNMENT END USERS.
-
-
- The Covered Code is a ''commercial item,'' as that term is defined in 48 C.F.R. 2.101
- (Oct. 1995), consisting of ''commercial computer software'' and ''commercial computer
- software documentation,'' as such terms are used in 48 C.F.R. 12.212 (Sept. 1995).
- Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June
- 1995), all U.S. Government End Users acquire Covered Code with only those rights
- set forth herein.
-
-
- 11. MISCELLANEOUS.
-
-
- This License represents the complete agreement concerning subject matter hereof. If
- any provision of this License is held to be unenforceable, such provision shall be
- reformed only to the extent necessary to make it enforceable. This License shall be
- governed by California law provisions (except to the extent applicable law, if any,
- provides otherwise), excluding its conflict-of-law provisions. With respect to disputes
- in which at least one party is a citizen of, or an entity chartered or registered to do
- business in the United States of America, any litigation relating to this License shall be
- subject to the jurisdiction of the Federal Courts of the Northern District of California,
- with venue lying in Santa Clara County, California, with the losing party responsible for
- costs, including without limitation, court costs and reasonable attorneys' fees and
- expenses. The application of the United Nations Convention on Contracts for the
- International Sale of Goods is expressly excluded. Any law or regulation which
- provides that the language of a contract shall be construed against the drafter shall
- not apply to this License.
-
-
- 12. RESPONSIBILITY FOR CLAIMS.
-
-
- As between Initial Developer and the Contributors, each party is responsible for claims
- and damages arising, directly or indirectly, out of its utilization of rights under this
- License and You agree to work with Initial Developer and Contributors to distribute
- such responsibility on an equitable basis. Nothing herein is intended or shall be
- deemed to constitute any admission of liability.
-
-
- 13. MULTIPLE-LICENSED CODE.
-
-
- Initial Developer may designate portions of the Covered Code as "Multiple-Licensed".
- "Multiple-Licensed" means that the Initial Devpoeloper permits you to utilize portions of
- the Covered Code under Your choice of the IDPL or the alternative licenses, if any,
- specified by the Initial Developer in the file described in Exhibit A.
-
- EXHIBIT A -Initial Developer's Public License.
-
- The contents of this file are subject to the Initial Developer's Public License Version 1.0
- (the "License"); you may not use this file except in compliance with the License. You
- may obtain a copy of the License at http://www.ibphoenix.com/idpl.html Software
- distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY
- OF ANY KIND, either express or implied. See the License for the specific language
- governing rights and limitations under the License.
-
- The Original Code is ______________________________________.
-
- The Initial Developer of the Original Code is ________________________.
-
- Portions created by ______________________ are Copyright (C) ______
- _______________________.
-
- All Rights Reserved.
-
- Contributor(s): ______________________________________.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/IJG b/sdk_container/src/third_party/portage-stable/licenses/IJG
deleted file mode 100644
index 5ca57958da2..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/IJG
+++ /dev/null
@@ -1,73 +0,0 @@
-In plain English:
-
-1. We don't promise that this software works. (But if you find any bugs,
- please let us know!)
-2. You can use this software for whatever you want. You don't have to pay us.
-3. You may not pretend that you wrote this software. If you use it in a
- program, you must acknowledge somewhere in your documentation that
- you've used the IJG code.
-
-In legalese:
-
-The authors make NO WARRANTY or representation, either express or implied,
-with respect to this software, its quality, accuracy, merchantability, or
-fitness for a particular purpose. This software is provided "AS IS", and you,
-its user, assume the entire risk as to its quality and accuracy.
-
-This software is copyright (C) 1991-2012, Thomas G. Lane, Guido Vollbeding.
-All Rights Reserved except as specified below.
-
-Permission is hereby granted to use, copy, modify, and distribute this
-software (or portions thereof) for any purpose, without fee, subject to these
-conditions:
-(1) If any part of the source code for this software is distributed, then this
-README file must be included, with this copyright and no-warranty notice
-unaltered; and any additions, deletions, or changes to the original files
-must be clearly indicated in accompanying documentation.
-(2) If only executable code is distributed, then the accompanying
-documentation must state that "this software is based in part on the work of
-the Independent JPEG Group".
-(3) Permission for use of this software is granted only if the user accepts
-full responsibility for any undesirable consequences; the authors accept
-NO LIABILITY for damages of any kind.
-
-These conditions apply to any software derived from or based on the IJG code,
-not just to the unmodified library. If you use our work, you ought to
-acknowledge us.
-
-Permission is NOT granted for the use of any IJG author's name or company name
-in advertising or publicity relating to this software or products derived from
-it. This software may be referred to only as "the Independent JPEG Group's
-software".
-
-We specifically permit and encourage the use of this software as the basis of
-commercial products, provided that all warranty or liability claims are
-assumed by the product vendor.
-
-
-ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,
-sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA.
-ansi2knr.c is NOT covered by the above copyright and conditions, but instead
-by the usual distribution terms of the Free Software Foundation; principally,
-that you must include source code if you redistribute it. (See the file
-ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part
-of any program generated from the IJG code, this does not limit you more than
-the foregoing paragraphs do.
-
-The Unix configuration script "configure" was produced with GNU Autoconf.
-It is copyright by the Free Software Foundation but is freely distributable.
-The same holds for its supporting scripts (config.guess, config.sub,
-ltmain.sh). Another support script, install-sh, is copyright by X Consortium
-but is also freely distributable.
-
-The IJG distribution formerly included code to read and write GIF files.
-To avoid entanglement with the Unisys LZW patent, GIF reading support has
-been removed altogether, and the GIF writer has been simplified to produce
-"uncompressed GIFs". This technique does not use the LZW algorithm; the
-resulting GIF files are larger than usual, but are readable by all standard
-GIF decoders.
-
-We are required to state that
- "The Graphics Interchange Format(c) is the Copyright property of
- CompuServe Incorporated. GIF(sm) is a Service Mark property of
- CompuServe Incorporated."
diff --git a/sdk_container/src/third_party/portage-stable/licenses/IPAfont b/sdk_container/src/third_party/portage-stable/licenses/IPAfont
deleted file mode 100644
index ccb1e544439..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/IPAfont
+++ /dev/null
@@ -1,116 +0,0 @@
---------------------------------------------------
-IPA Font License Agreement v1.0
---------------------------------------------------
-
-IPAフォントライセンスv1.0
-
-許諾者は、この使用許諾(以下「本契約」といいます。)に定める条件の下で、許諾プログラム(1条に定義するところによります。)を提供します。受領者(1条に定義するところによります。)が、許諾プログラムを使用し、複製し、または頒布する行為、その他、本契約に定める権利の利用を行った場合、受領者は本契約に同意したものと見なします。
-
-
-第1条 用語の定義
-
-本契約において、次の各号に掲げる用語は、当該各号に定めるところによります。
-
-1.「デジタル・フォント・プログラム」とは、フォントを含み、レンダリングしまたは表示するために用いられるコンピュータ・プログラムをいいます。
-2.「許諾プログラム」とは、許諾者が本契約の下で許諾するデジタル・フォント・プログラムをいいます。
-3.「派生プログラム」とは、許諾プログラムの一部または全部を、改変し、加除修正等し、入れ替え、その他翻案したデジタル・フォント・プログラムをいい、許諾プログラムの一部もしくは全部から文字情報を取り出し、またはデジタル・ドキュメント・ファイルからエンベッドされたフォントを取り出し、取り出された文字情報をそのまま、または改変をなして新たなデジタル・フォント・プログラムとして製作されたものを含みます。
-4.「デジタル・コンテンツ」とは、デジタル・データ形式によってエンド・ユーザに提供される制作物のことをいい、動画・静止画等の映像コンテンツおよびテレビ番組等の放送コンテンツ、ならびに文字テキスト、画像、図形等を含んで構成された制作物を含みます。
-5.「デジタル・ドキュメント・ファイル」とは、PDFファイルその他、各種ソフトウェア・プログラムによって製作されたデジタル・コンテンツであって、その中にフォントを表示するために許諾プログラムの全部または一部が埋め込まれた(エンベッドされた)ものをいいます。フォントが「エンベッドされた」とは、当該フォントが埋め込まれた特定の「デジタル・ドキュメント・ファイル」においてのみ表示されるために使用されている状態を指し、その特定の「デジタル・ドキュメント・ファイル」以外でフォントを表示するために使用できるデジタル・フォント・プログラムに含まれている場合と区別されます。
-6.「コンピュータ」とは、本契約においては、サーバを含みます。
-7.「複製その他の利用」とは、複製、譲渡、頒布、貸与、公衆送信、上映、展示、翻案その他の利用をいいます。
-8.「受領者」とは、許諾プログラムを本契約の下で受領した人をいい、受領者から許諾プログラムを受領した人を含みます。
-
-第2条 使用許諾の付与
-
-許諾者は受領者に対し、本契約の条項に従い、すべての国で、許諾プログラムを使用することを許諾します。ただし、許諾プログラムに存在する一切の権利はすべて許諾者が保有しています。本契約は、本契約で明示的に定められている場合を除き、いかなる意味においても、許諾者が保有する許諾プログラムに関する一切の権利および、いかなる商標、商号、もしくはサービス・マークに関する権利をも受領者に移転するものではありません。
-
-1.受領者は本契約に定める条件に従い、許諾プログラムを任意の数のコンピュータにインストールし、当該コンピュータで使用することができます。
-2.受領者はコンピュータにインストールされた許諾プログラムをそのまま、または改変を行ったうえで、印刷物およびデジタル・コンテンツにおいて、文字テキスト表現等として使用することができます。
-3.受領者は前項の定めに従い作成した印刷物およびデジタル・コンテンツにつき、その商用・非商用の別、および放送、通信、各種記録メディアなどの媒体の形式を問わず、複製その他の利用をすることができます。
-4.受領者がデジタル・ドキュメント・ファイルからエンベッドされたフォントを取り出して派生プログラムを作成した場合には、かかる派生プログラムは本契約に定める条件に従う必要があります。
-5.許諾プログラムのエンベッドされたフォントがデジタル・ドキュメント・ファイル内のデジタル・コンテンツをレンダリングするためにのみ使用される場合において、受領者が当該デジタル・ドキュメント・ファイルを複製その他の利用をする場合には、受領者はかかる行為に関しては本契約の下ではいかなる義務をも負いません。
-6.受領者は、3条2項の定めに従い、商用・非商用を問わず、許諾プログラムをそのままの状態で改変することなく複製して第三者への譲渡し、公衆送信し、その他の方法で再配布することができます(以下、「再配布」といいます。)。
-7.受領者は、上記の許諾プログラムについて定められた条件と同様の条件に従って、派生プログラムを作成し、使用し、複製し、再配布することができます。ただし、受領者が派生プログラムを再配布する場合には、3条1項の定めに従うものとします。
-
-第3条 制限
-
-前条により付与された使用許諾は、以下の制限に服します。
-
-1.派生プログラムが前条4項及び7項に基づき再配布される場合には、以下の全ての条件を満たさなければなりません。
- (1)派生プログラムを再配布する際には、下記もまた、当該派生プログラムと一緒に再配布され、オンラインで提供され、または、郵送費・媒体及び取扱手数料の合計を超えない実費と引き換えに媒体を郵送する方法により提供されなければなりません。
- (a)派生プログラムの写し; および
- (b)派生プログラムを作成する過程でフォント開発プログラムによって作成された追加のファイルであって派生プログラムをさらに加工するにあたって利用できるファイルが存在すれば、当該ファイル
- (2)派生プログラムの受領者が、派生プログラムを、このライセンスの下で最初にリリースされた許諾プログラム(以下、「オリジナル・プログラム」といいます。)に置き換えることができる方法を再配布するものとします。かかる方法は、オリジナル・ファイルからの差分ファイルの提供、または、派生プログラムをオリジナル・プログラムに置き換える方法を示す指示の提供などが考えられます。
- (3)派生プログラムを、本契約書に定められた条件の下でライセンスしなければなりません。
- (4)派生プログラムのプログラム名、フォント名またはファイル名として、許諾プログラムが用いているのと同一の名称、またはこれを含む名称を使用してはなりません。
- (5)本項の要件を満たすためにオンラインで提供し、または媒体を郵送する方法で提供されるものは、その提供を希望するいかなる者によっても提供が可能です。
-2.受領者が前条6項に基づき許諾プログラムを再配布する場合には、以下の全ての条件を満たさなければなりません。
- (1)許諾プログラムの名称を変更してはなりません。
- (2)許諾プログラムに加工その他の改変を加えてはなりません。
- (3)本契約の写しを許諾プログラムに添付しなければなりません。
-3.許諾プログラムは、現状有姿で提供されており、許諾プログラムまたは派生プログラムについて、許諾者は一切の明示または黙示の保証(権利の所在、非侵害、商品性、特定目的への適合性を含むがこれに限られません)を行いません。いかなる場合にも、その原因を問わず、契約上の責任か厳格責任か過失その他の不法行為責任かにかかわらず、また事前に通知されたか否かにかかわらず、許諾者は、許諾プログラムまたは派生プログラムのインストール、使用、複製その他の利用または本契約上の権利の行使によって生じた一切の損害(直接・間接・付随的・特別・拡大・懲罰的または結果的損害)(商品またはサービスの代替品の調達、システム障害から生じた損害、現存するデータまたはプログラムの紛失または破損、逸失利益を含むがこれに限られません)について責任を負いません。
-4.許諾プログラムまたは派生プログラムのインストール、使用、複製その他の利用に関して、許諾者は技術的な質問や問い合わせ等に対する対応その他、いかなるユーザ・サポートをも行う義務を負いません。
-
-第4条 契約の終了
-
-1.本契約の有効期間は、受領者が許諾プログラムを受領した時に開始し、受領者が許諾プログラムを何らかの方法で保持する限り続くものとします。
-2.前項の定めにかかわらず、受領者が本契約に定める各条項に違反したときは、本契約は、何らの催告を要することなく、自動的に終了し、当該受領者はそれ以後、許諾プログラムおよび派生プログラムを一切使用しまたは複製その他の利用をすることができないものとします。ただし、かかる契約の終了は、当該違反した受領者から許諾プログラムまたは派生プログラムの配布を受けた受領者の権利に影響を及ぼすものではありません。
-
-第5条 準拠法
-
-1.IPAは、本契約の変更バージョンまたは新しいバージョンを公表することができます。その場合には、受領者は、許諾プログラムまたは派生プログラムの使用、複製その他の利用または再配布にあたり、本契約または変更後の契約のいずれかを選択することができます。その他、上記に記載されていない条項に関しては日本の著作権法および関連法規に従うものとします。
-2.本契約は、日本法に基づき解釈されます。
-
-
-----------
-
-IPA Font License Agreement v1.0
-
-The Licensor provides the Licensed Program (as defined in Article 1 below) under the terms of this license agreement (“Agreement”). Any use, reproduction or distribution of the Licensed Program, or any exercise of rights under this Agreement by a Recipient (as defined in Article 1 below) constitutes the Recipient's acceptance of this Agreement.
-
-Article 1 (Definitions)
-1.“Digital Font Program” shall mean a computer program containing, or used to render or display fonts.
-2.“Licensed Program” shall mean a Digital Font Program licensed by the Licensor under this Agreement.
-3.“Derived Program” shall mean a Digital Font Program created as a result of a modification, addition, deletion, replacement or any other adaptation to or of a part or all of the Licensed Program, and includes a case where a Digital Font Program newly created by retrieving font information from a part or all of the Licensed Program or Embedded Fonts from a Digital Document File with or without modification of the retrieved font information.
-4.“Digital Content” shall mean products provided to end users in the form of digital data, including video content, motion and/or still pictures, TV programs or other broadcasting content and products consisting of character text, pictures, photographic images, graphic symbols and/or the like.
-5.“Digital Document File” shall mean a PDF file or other Digital Content created by various software programs in which a part or all of the Licensed Program becomes embedded or contained in the file for the display of the font (“Embedded Fonts”). Embedded Fonts are used only in the display of characters in the particular Digital Document File within which they are embedded, and shall be distinguished from those in any Digital Font Program, which may be used for display of characters outside that particular Digital Document File.
-6.“Computer” shall include a server in this Agreement.
-7.“Reproduction and Other Exploitation” shall mean reproduction, transfer, distribution, lease, public transmission, presentation, exhibition, adaptation and any other exploitation.
-8.“Recipient” shall mean anyone who receives the Licensed Program under this Agreement, including one that receives the Licensed Program from a Recipient.
-
-Article 2 (Grant of License)
-The Licensor grants to the Recipient a license to use the Licensed Program in any and all countries in accordance with each of the provisions set forth in this Agreement. However, any and all rights underlying in the Licensed Program shall be held by the Licensor. In no sense is this Agreement intended to transfer any right relating to the Licensed Program held by the Licensor except as specifically set forth herein or any right relating to any trademark, trade name, or service mark to the Recipient.
-
-1.The Recipient may install the Licensed Program on any number of Computers and use the same in accordance with the provisions set forth in this Agreement.
-2.The Recipient may use the Licensed Program, with or without modification in printed materials or in Digital Content as an expression of character texts or the like.
-3.The Recipient may conduct Reproduction and Other Exploitation of the printed materials and Digital Content created in accordance with the preceding Paragraph, for commercial or non-commercial purposes and in any form of media including but not limited to broadcasting, communication and various recording media.
-4.If any Recipient extracts Embedded Fonts from a Digital Document File to create a Derived Program, such Derived Program shall be subject to the terms of this agreement.
-5.If any Recipient performs Reproduction or Other Exploitation of a Digital Document File in which Embedded Fonts of the Licensed Program are used only for rendering the Digital Content within such Digital Document File then such Recipient shall have no further obligations under this Agreement in relation to such actions.
-6.The Recipient may reproduce the Licensed Program as is without modification and transfer such copies, publicly transmit or otherwise redistribute the Licensed Program to a third party for commercial or non-commercial purposes (“Redistribute”), in accordance with the provisions set forth in Article 3 Paragraph 2.
-7.The Recipient may create, use, reproduce and/or Redistribute a Derived Program under the terms stated above for the Licensed Program: provided, that the Recipient shall follow the provisions set forth in Article 3 Paragraph 1 when Redistributing the Derived Program.
-
-Article 3 (Restriction)
-The license granted in the preceding Article shall be subject to the following restrictions:
-
-1.If a Derived Program is Redistributed pursuant to Paragraph 4 and 7 of the preceding Article, the following conditions must be met :
- (1)The following must be also Redistributed together with the Derived Program, or be made available online or by means of mailing mechanisms in exchange for a cost which does not exceed the total costs of postage, storage medium and handling fees:
- (a)a copy of the Derived Program; and
- (b)any additional file created by the font developing program in the course of creating the Derived Program that can be used for further modification of the Derived Program, if any.
- (2)It is required to also Redistribute means to enable recipients of the Derived Program to replace the Derived Program with the Licensed Program first released under this License (the “Original Program”). Such means may be to provide a difference file from the Original Program, or instructions setting out a method to replace the Derived Program with the Original Program.
- (3)The Recipient must license the Derived Program under the terms and conditions of this Agreement.
- (4)No one may use or include the name of the Licensed Program as a program name, font name or file name of the Derived Program.
- (5)Any material to be made available online or by means of mailing a medium to satisfy the requirements of this paragraph may be provided, verbatim, by any party wishing to do so.
-2.If the Recipient Redistributes the Licensed Program pursuant to Paragraph 6 of the preceding Article, the Recipient shall meet all of the following conditions:
- (1)The Recipient may not change the name of the Licensed Program.
- (2)The Recipient may not alter or otherwise modify the Licensed Program.
- (3)The Recipient must attach a copy of this Agreement to the Licensed Program.
-3.THIS LICENSED PROGRAM IS PROVIDED BY THE LICENSOR “AS IS” AND ANY EXPRESSED OR IMPLIED WARRANTY AS TO THE LICENSED PROGRAM OR ANY DERIVED PROGRAM, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE, ARE DISCLAIMED. IN NO EVENT SHALL THE LICENSOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXTENDED, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO; PROCUREMENT OF SUBSTITUTED GOODS OR SERVICE; DAMAGES ARISING FROM SYSTEM FAILURE; LOSS OR CORRUPTION OF EXISTING DATA OR PROGRAM; LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE INSTALLATION, USE, THE REPRODUCTION OR OTHER EXPLOITATION OF THE LICENSED PROGRAM OR ANY DERIVED PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-4.The Licensor is under no obligation to respond to any technical questions or inquiries, or provide any other user support in connection with the installation, use or the Reproduction and Other Exploitation of the Licensed Program or Derived Programs thereof.
-
-Article 4 (Termination of Agreement)
-1.The term of this Agreement shall begin from the time of receipt of the Licensed Program by the Recipient and shall continue as long as the Recipient retains any such Licensed Program in any way.
-2.Notwithstanding the provision set forth in the preceding Paragraph, in the event of the breach of any of the provisions set forth in this Agreement by the Recipient, this Agreement shall automatically terminate without any notice. In the case of such termination, the Recipient may not use or conduct Reproduction and Other Exploitation of the Licensed Program or a Derived Program: provided that such termination shall not affect any rights of any other Recipient receiving the Licensed Program or the Derived Program from such Recipient who breached this Agreement.
-
-Article 5 (Governing Law)
-1.IPA may publish revised and/or new versions of this License. In such an event, the Recipient may select either this Agreement or any subsequent version of the Agreement in using, conducting the Reproduction and Other Exploitation of, or Redistributing the Licensed Program or a Derived Program. Other matters not specified above shall be subject to the Copyright Law of Japan and other related laws and regulations of Japan.
-2.This Agreement shall be construed under the laws of Japan.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/ISSL b/sdk_container/src/third_party/portage-stable/licenses/ISSL
deleted file mode 100644
index 870c6d8da5c..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/ISSL
+++ /dev/null
@@ -1,78 +0,0 @@
-Intel Simplified Software License (Version April 2018)
-
-Copyright (c) 2018 Intel Corporation.
-
-Use and Redistribution. You may use and redistribute the software (the
-"Software"), without modification, provided the following conditions are met:
-
-* Redistributions must reproduce the above copyright notice and the following
- terms of use in the Software and in the documentation and/or other materials
- provided with the distribution.
-* Neither the name of Intel nor the names of its suppliers may be used to
- endorse or promote products derived from this Software without specific prior
- written permission.
-* No reverse engineering, decompilation, or disassembly of this Software is
- permitted.
-
-Limited patent license. Intel grants you a world-wide, royalty-free,
-non-exclusive license under patents it now or hereafter owns or controls to
-make, have made, use, import, offer to sell and sell ("Utilize") this Software,
-but solely to the extent that any such patent is necessary to Utilize the
-Software alone. The patent license shall not apply to any combinations which
-include this software. No hardware per se is licensed hereunder.
-
-Third party and other Intel programs. "Third Party Programs" are the files
-listed in the "third-party-programs.txt" text file that is included with the
-Software and may include Intel programs under separate license terms. Third
-Party Programs, even if included with the distribution of the Materials, are
-governed by separate license terms and those license terms solely govern your
-use of those programs.
-
-DISCLAIMER. THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
-WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT ARE
-DISCLAIMED. THIS SOFTWARE IS NOT INTENDED FOR USE IN SYSTEMS OR APPLICATIONS
-WHERE FAILURE OF THE SOFTWARE MAY CAUSE PERSONAL INJURY OR DEATH AND YOU AGREE
-THAT YOU ARE FULLY RESPONSIBLE FOR ANY CLAIMS, COSTS, DAMAGES, EXPENSES, AND
-ATTORNEYS' FEES ARISING OUT OF ANY SUCH USE, EVEN IF ANY CLAIM ALLEGES THAT
-INTEL WAS NEGLIGENT REGARDING THE DESIGN OR MANUFACTURE OF THE MATERIALS.
-
-LIMITATION OF LIABILITY. IN NO EVENT WILL INTEL BE LIABLE FOR ANY DIRECT,
-INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
-OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. YOU AGREE TO INDEMNIFY AND HOLD INTEL
-HARMLESS AGAINST ANY CLAIMS AND EXPENSES RESULTING FROM YOUR USE OR UNAUTHORIZED
-USE OF THE SOFTWARE.
-
-No support. Intel may make changes to the Software, at any time without notice,
-and is not obligated to support, update or provide training for the Software.
-
-Termination. Intel may terminate your right to use the Software in the event of
-your breach of this Agreement and you fail to cure the breach within a
-reasonable period of time.
-
-Feedback. Should you provide Intel with comments, modifications, corrections,
-enhancements or other input ("Feedback") related to the Software Intel will be
-free to use, disclose, reproduce, license or otherwise distribute or exploit the
-Feedback in its sole discretion without any obligations or restrictions of any
-kind, including without limitation, intellectual property rights or licensing
-obligations.
-
-Compliance with laws. You agree to comply with all relevant laws and
-regulations governing your use, transfer, import or export (or prohibition
-thereof) of the Software.
-
-Governing law. All disputes will be governed by the laws of the United States
-of America and the State of Delaware without reference to conflict of law
-principles and subject to the exclusive jurisdiction of the state or federal
-courts sitting in the State of Delaware, and each party agrees that it submits
-to the personal jurisdiction and venue of those courts and waives any
-objections. The United Nations Convention on Contracts for the International
-Sale of Goods (1980) is specifically excluded and will not apply to the
-Software.
-
-*Other names and brands may be claimed as the property of others.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/ITS4 b/sdk_container/src/third_party/portage-stable/licenses/ITS4
deleted file mode 100644
index 9be3badd947..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/ITS4
+++ /dev/null
@@ -1,56 +0,0 @@
-ITS4 Security Scanner
-NON-COMMERCIAL LICENSE (Version 1, Feb 17, 2000)
-
-Copyright (C) 2000, Cigital, Inc.
-All rights reserved.
-
-For commercial licensing please contact Cigital, Inc. Cigital, Inc. has exclusive licensing rights for the technology for commercial purposes. You can contact Cigital, Inc. at .
-
-This License applies to the computer program(s) known as "ITS4" The "Program", below, refers to such program, and a "work based on the Program" means either the Program or any derivative work of the Program, such as a translation or a modification. The Program is a copyrighted work whose copyright is held by Cigital, Inc. (the "Licensor").
-
-BY USING, MODIFYING AND/OR DISTRIBUTING THE PROGRAM (OR ANY WORK BASED ON THE PROGRAM), YOU INDICATE YOUR ACCEPTANCE OF THIS LICENSE, AND ALL ITS TERMS AND CONDITIONS FOR COPYING, DISTRIBUTING OR MODIFYING THE PROGRAM OR WORKS BASED ON IT. NOTHING OTHER THAN THIS LICENSE GRANTS YOU PERMISSION TO USE, MODIFY AND/OR DISTRIBUTE THE PROGRAM OR ITS DERIVATIVE WORKS. THESE ACTIONS ARE PROHIBITED BY LAW. IF YOU DO NOT ACCEPT THESE TERMS AND CONDITIONS, DO NOT USE, MODIFY AND/OR DISTRIBUTE THE PROGRAM.
-
-1. Licenses.
-
-Licensor hereby grants you the following rights, provided that you comply with all of the restrictions set forth in this License and provided, further, that you distribute an unmodified copy of this License with the Program:
-
-(a) You may copy and distribute literal (i.e., verbatim) copies of the Program's source code as you receive it throughout the world, in any medium.
-
-(b) You may not use the program for commercial purposes under some circumstances. Primarily, the program must not be sold commercially as a separate product, as part of a bigger product or project, or used in third party work-for-hire situations. Please see Section 2, Restrictions, for more details.
-
-Use by individuals and non-profit organizations is always allowed. Companies are permitted to use this program as long as it is not used for revenue-generating purposes. It may be used to audit revenue-generating source code, provided the audit is performed solely by the company that owns the source code.
-
-(c) You may build derived versions of this software under the restrictions stated in Section 2, Restrictions, of this license. The derived versions must be clearly marked as such and must be called by a name other than ITS4. ITS4 is a trademark of Cigital, Inc.
-
-All derived versions of the Program must be made freely available under the terms of this license. Cigital, Inc. must be given the right to use the modified source code in their products without any compensation and without being required to separately name the parties whose modifications are being used.
-
-2. Restrictions.
-
-(a) Distribution of the Program or any work based on the Program by a commercial organization to any third party is prohibited if any payment is made in connection with such distribution, whether directly (as in payment for a copy of the Program) or indirectly (as in payment for some service related to the Program, or payment for some product or service that includes a copy of the Program "without charge", or payment for some product or service the delivery of which requires for the recipient to retrieve/download or otherwise obtain a copy of the Program; these are only examples, and not an exhaustive enumeration of prohibited activities).
-
-As an exception to the above rule, putting this program on CD-ROMs containing other free software is explicitly permitted even when a modest distribution fee is charged for the CD, as long as this software is not a primary selling argument for the CD.
-
-(b) You must meet all of the following conditions with respect to the distribution of any work based on the Program:
-
-(i) All modified versions of the Program, must carry prominent notice stating that the Program has been modified. The notice must indicate who made the modifications and how the Program's files were modified and the date of any change;
-
-(ii) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole and at no charge to all third parties under the terms of this License;
-
-(iii) You must cause the Program, at each time it commences operation, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty). The notice must also tell the user how to view the copy of the License included with the Program, and state that users may redistribute the Program only under the terms of this License;
-
-(iv) You must accompany any such work based on the Program with the complete corresponding machine-readable source code, delivered on a medium customarily used for software interchange. The source code for a work means the preferred form of the work for making modifications to it;
-
-(v) If you distribute any written or printed material at all with the Program or any work based on the Program, such material must include either a written copy of this License, or a prominent written indication that the Program or the work based on the Program is covered by this License and written instructions for printing and/or displaying the copy of the License on the distribution medium;
-
-(vi) You may not change the terms in this License or impose any further restrictions on the recipient's exercise of the rights granted herein.
-
-3. Reservation of Rights.
-
-No rights are granted to the Program except as expressly set forth herein. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
-
-4. Limitations.
-
-BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY USE, MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/IUPAC-InChi b/sdk_container/src/third_party/portage-stable/licenses/IUPAC-InChi
deleted file mode 100644
index d3004067b44..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/IUPAC-InChi
+++ /dev/null
@@ -1,320 +0,0 @@
-IUPAC/InChI-Trust Licence for the International Chemical Identifier (InChI)
-Software version 1.04, September 2011
-("IUPAC/InChI-Trust InChI Licence No. 1.0")
-
-
-Copyright (C) IUPAC and InChI Trust Limited
-This library is free software; you can redistribute it and/or modify it under
-the terms of the IUPAC/InChI Trust InChI Licence No. 1.0), or (at your option)
-any later version.
-
-Terms and Conditions for Copying, Distribution and Modification of the InChI
-Software
-
-0. This Licence Agreement applies to any software library or other program
-which contains a notice placed by the copyright holder or other authorized
-party saying it may be distributed under the terms of this Licence. The
-Licensee is addressed as "you".
-
- 'IUPAC' means the International Union of Pure and Applied Chemistry.
-
- A "library" means a collection of software functions and/or data prepared so
-as to be conveniently linked with application programs (which use some of
-those functions and data) to form executables.
-
- The "Library", below, refers to any such software library or work which has
-been distributed under these terms. A "work based on the Library" means either
-the Library or any derivative work under copyright law: that is to say, a work
-containing the Library or a portion of it, either verbatim or with modifications
-and/or translated straightforwardly into another language. (Hereinafter,
-translation is included without limitation in the term "modification".)
-
- "Source code" for a work means the preferred form of the work for making
-modifications to it. For a library, complete source code means all the source
-code for all modules it contains, plus any associated interface definition
-files, plus the scripts used to control compilation and installation of the
-library.
-
- Activities other than copying, distribution and modification are not covered
-by this Licence; they are outside its scope. The act of running a program using
-the Library is not restricted, and output from such a program is covered only
-if its contents constitute a work based on the Library (independent of the use
-of the Library in a tool for writing it). Whether that is true depends on what
-the Library does and what the program that uses the Library does.
-
-1. You may copy and distribute verbatim copies of the Library's complete source
-code as you receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice and
-disclaimer of warranty; keep intact all the notices that refer to this Licence
-and to the absence of any warranty; and distribute a copy of this Licence
-along with the Library.
-
-You may charge a fee for the physical act of transferring a copy, and you may at
-your option offer warranty protection in exchange for a fee.
-
-2. You may modify your copy or copies of the Library or any portion of it, thus
-forming a work based on the Library, and copy and distribute such modifications
-or work under the terms of Section 1 above, provided that you also meet all
-of these conditions:
-
-a) The modified work must itself be a software library.
-
-b) You must cause the files modified to carry prominent notices stating that you
-changed the files and the date of any change.
-
-c) You must cause the whole of the work to be licensed at no charge to all third
-parties under the terms of this Licence. This requirement does not extend to
-any "work that uses the Library" that might also be compiled or linked against
-the "work based on the Library."
-
-d) If a facility in the modified Library refers to a function or a table of data
-to be supplied by an application program that uses the facility, other than as
-an argument passed when the facility is invoked, then you must make a good faith
-effort to ensure that, in the event an application does not supply such function
-or table, the facility still operates, and performs whatever part of its purpose
-remains meaningful.
-
-(For example, a function in a library to compute square roots has a purpose that
-is entirely well-defined independent of the application. Therefore, Subsection
-2d requires that any application-supplied function or table used by this
-function must be optional: if the application does not supply it, the square
-root function must still compute square roots.)
-
-These requirements apply to the modified work as a whole. If identifiable
-sections of that work are not derived from the Library, and can be reasonably
-considered independent and separate works in themselves, then this Licence, and
-its terms, do not apply to those sections when you distribute them as separate
-works. But when you distribute the same sections as part of a whole which is a
-work based on the Library, the distribution of the whole must be on the terms of
-this Licence, whose permissions for other Licensees extend to the entire whole,
-and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest your
-rights to work written entirely by you; rather, the intent is to exercise the
-right to control the distribution of derivative or collective works based on
-the Library.
-
-In addition, mere aggregation of another work not based on the Library with the
-Library (or with a work based on the Library) on a volume of a storage or
-distribution medium does not bring the other work under the scope of
-this Licence.
-
-3. You may opt to apply the terms of the ordinary GNU General Public Licence
-instead of this Licence to a given copy of the Library. To do this, you must
-alter all the notices that refer to this Licence, so that they refer to the
-ordinary GNU General Public Licence, version 2, instead of to this Licence.
-(If a newer version than version 2 of the ordinary GNU General Public Licence
-has appeared, then you can specify that version instead if you wish.)
-Do not make any other change in these notices.
-
-Once this change is made in a given copy, it is irreversible for that copy, so
-the ordinary GNU General Public Licence applies to all subsequent copies and
-derivative works made from that copy.
-
-This option is useful when you wish to copy part of the code of the Library into
-a program that is not a library.
-
-4. You may copy and distribute the Library (or a portion or derivative of it,
-under Section 2) in object code or executable form under the terms of Sections 1
-and 2 above provided that you accompany it with the complete corresponding
-machine-readable source code, which must be distributed under the terms of
-Sections 1 and 2 above on a medium customarily used for software interchange.
-
-If distribution of object code is made by offering access to copy from a
-designated place, then offering equivalent access to copy the source code from
-the same place satisfies the requirement to distribute the source code, even
-though third parties are not compelled to copy the source along with the object
-code.
-
-5. A program that contains no derivative of any portion of the Library, but is
-designed to work with the Library by being compiled or linked with it, is called
-a "work that uses the Library". Such a work, in isolation, is not a derivative
-work of the Library, and therefore falls outside the scope of this Licence.
-
-6. You may combine or link a "work that uses the Library" with the Library to
-produce a work containing portions of the Library, and distribute that work
-under terms of your choice.
-
-You must give prominent notice with each copy of the work that the Library is
-used in it and that the Library and its use are covered by this Licence.
-You must supply a copy of this Licence. If the work during execution displays
-copyright notices, you must include the copyright notice for the Library among
-them, as well as a reference directing the user to the copy of this Licence.
-Also, you must do one of these things:
-
-a) Accompany the work with the complete corresponding machine-readable source
-code for the Library including whatever changes to the Library were used in the
-work (which must be distributed under Sections 1 and 2 above).
-
-b) Use a suitable shared library mechanism for linking with the Library.
-A suitable mechanism is one that (1) uses at run time a copy of the library
-already present on the user's computer system, rather than copying library
-functions into the executable, and (2) will operate properly with a modified
-version of the library, if the user installs one, as long as the modified
-version is interface-compatible with the version that the work was made with.
-
-c) Accompany the work with a written offer, valid for at least three years, to
-give the same user the materials specified in Subsection 6a, above, for a charge
-no more than the cost of performing this distribution.
-
-d) If distribution of the work is made by offering access to copy from a
-designated place, offer equivalent access to copy the above specified materials
-from the same place.
-
-e) Verify that the user has already received a copy of these materials or that
-you have already sent this user a copy.
-
-7. You may place library facilities that are a work based on the Library
-side-by-side in a single library together with other library facilities not
-covered by this Licence, and distribute such a combined library, provided that
-the separate distribution of the work based on the Library and of the other
-library facilities is otherwise permitted, and provided that you do these two
-things:
-
-a) Accompany the combined library with a copy of the same work based on the
-Library, uncombined with any other library facilities. This must be distributed
-under the terms of the Sections above.
-
-b) Give prominent notice with the combined library of the fact that part of it
-is a work based on the Library, and explaining where to find the accompanying
-uncombined form of the same work.
-
-8. You may not copy, modify, sublicense, link with, or distribute the Library
-except as expressly provided under this Licence. Any attempt otherwise to copy,
-modify, sublicense, link with, or distribute the Library is void, and will
-automatically terminate your rights under this Licence. However, parties who
-have received copies, or rights, from you under this Licence will not have their
-Licences terminated so long as such parties remain in full compliance.
-
-9. You are not required to accept this Licence, since you have not signed it.
-However, nothing else grants you permission to modify or distribute the Library
-or its derivative works. These actions are prohibited by law if you do not
-accept this Licence. Therefore, by modifying or distributing the Library (or
-any work based on the Library), you indicate your acceptance of this Licence to
-do so, and all its terms and conditions for copying, distributing or modifying
-the Library or works based on it.
-
-10. Each time you redistribute the Library (or any work based on the Library),
-the recipient automatically receives a Licence from the original licensor to
-copy, distribute, link with or modify the Library subject to these terms and
-conditions. You may not impose any further restrictions on the recipients'
-exercise of the rights granted herein. You are not responsible for enforcing
-compliance by third parties with this Licence.
-
-11. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues), conditions
-are imposed on you (whether by court order, agreement or otherwise) that
-contradict the conditions of this Licence, they do not excuse you from the
-conditions of this Licence. If you cannot distribute so as to satisfy
-simultaneously your obligations under this
-Licence and any other pertinent obligations, then as a consequence you may not
-distribute the Library at all. For example, if a patent Licence would not
-permit royalty-free redistribution of the Library by all those who receive
-copies directly or indirectly through you, then the only way you could satisfy
-both it and this Licence would be to refrain entirely from distribution of the
-Library.
-
-If any portion of this section is held invalid or unenforceable under any
-particular circumstance, the balance of the section is intended to apply, and
-the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any patents or
-other property right claims or to contest validity of any such claims; this
-section has the sole purpose of protecting the integrity of the free software
-distribution system which is implemented by public Licence practices. Many
-people have made generous contributions to the wide range of software
-distributed through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing to
-distribute software through any other system and a licensee cannot impose that
-choice.
-
-This section is intended to make thoroughly clear what is believed to be a
-consequence of the rest of this Licence.
-
-12. If the distribution and/or use of the Library is restricted in certain
-countries either by patents or by copyrighted interfaces, the original copyright
-holder who places the Library under this Licence may add an explicit
-geographical distribution limitation excluding those countries, so that
-distribution is permitted only in or among countries not thus excluded. In such
-case, this Licence incorporates the limitation as if written in the body of this
-Licence.
-
-13. IUPAC and the InChI Trust Limited may publish revised and/or new versions of
-the IUPAC/InChI Trust Licence for the International Chemical Identifier (InChI)
-Software from time to time. Such new versions will be similar in spirit to the
-present version, but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Library specifies
-a version number of this Licence which applied to it and "any later version",
-you have the option of following the terms and conditions either of that version
-or of any later version published by IUPAC and the InChI Trust Limited.
-
-14. If you wish to incorporate parts of the Library into other free programs
-whose distribution conditions are incompatible with these, write to the author
-to ask for permission.
-
-15. If you modify the Library in any way whatsoever, the output from any such
-modified Library may not be referred to as 'InChI' or any similar name. Any
-attempt to refer to such output as 'InChI' will automatically terminate your
-rights under this Licence.
-
-NO WARRANTY
-
-15. Because the Library is licensed free of charge, there is no warranty for the
-Library, to the extent permitted by applicable law. Except when otherwise stated
-in writing the copyright holders and other parties provide the Library "as is"
-without warranty of any kind, either expressed or implied, including, but not
-limited to, the implied warranties of merchantability and fitness for a
-particular purpose. The entire risk as to the quality and performance of the
-Library is with you. Should the Library prove defective, you assume the cost of
-all necessary servicing, repair or correction.
-
-16. In no event unless required by applicable law or agreed to in writing will
-any copyright holder, or any party who may modify and/or redistribute the
-Library as permitted above, be liable to you for damages, including any general,
-special, incidental or consequential damages arising out of the use or inability
-to use the Library (including but not limited to loss of data or data being
-rendered inaccurate or losses sustained by you or third parties or a failure of
-the Library to operate with any other software), even if such holder or other
-party has been advised of the possibility of such damages.
-
-END OF TERMS AND CONDITIONS
-
-Instructions for Use
-
-You must attach the following notices to the library at the beginning of each
-source file - as a minimum each file needs to contain the "copyright" line and
-a link to the full notice.
-
-[INSERT YOUR LIBRARY'S NAME AND ITS PURPOSE]
-Copyright (C) [YEAR][COPYRIGHT OWNER]
-This library is free software; you can redistribute it and/or modify it under
-the terms of the IUPAC/InChI Trust InChI Licence 1.0, or any later version.
-
-Please note that this library is distributed WITHOUT ANY WARRANTIES whatsoever,
-whether expressed or implied. See the IUPAC/InChI Trust Licence for the
-International Chemical Identifier (InChI) Software version 1.04, October 2011
-("IUPAC/InChI-Trust InChI Licence No. 1.0") for more details.
-
-You should have received a copy of the IUPAC/InChI Trust InChI Licence No. 1.0
-with this library; if not, please write to:
-
-The InChI Trust
-c/o FIZ CHEMIE Berlin
-Franklinstrasse 11
-10587 Berlin
-GERMANY
-
-or email to: ulrich@inchi-trust.org.
-
-In the event that you require anything else or have any questions,
-please write to:
-
-[INSERT COPYRIGHT OWNERS DETAILS]
-[INSERT ADDRESS]
-
-or contact us via email at: [INSERT EMAIL ADDRESS]
-
-
-(C) 2011 IUPAC and InChI Trust Limited
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Inform b/sdk_container/src/third_party/portage-stable/licenses/Inform
deleted file mode 100644
index e6ee6c5483c..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Inform
+++ /dev/null
@@ -1,15 +0,0 @@
-From the Inform Designer's Manual:
-
- Copyright on Inform, the program and its source code, its example games
- and documentation (including this book) is retained by Graham Nelson,
- who asserts the moral right to be identified as the author under the
- Copyrights, Designs and Patents Act 1988. Having said this, I am happy
- for it to be freely distributed to anybody who wants a copy, provided
- that: (a) distributed copies are not substantially different from those
- archived by the author, (b) this and other copyright messages are
- always retained in full, and (c) no profit is involved. (Exceptions to
- these rules must be negotiated directly with the author.) However, a
- story file produced with the Inform compiler (and libraries) then
- belongs to its author, and may be sold for profit if desired, provided
- that its game banner contains the information that it was compiled by
- Inform, and the Inform version number.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Intel-SDP b/sdk_container/src/third_party/portage-stable/licenses/Intel-SDP
deleted file mode 100644
index 1319fbc975e..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Intel-SDP
+++ /dev/null
@@ -1,1402 +0,0 @@
-Note: There are multiple End User License Agreements in this document. Please read to the end:
-
-IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
-Do not copy, install, distribute, publicly display, or use the Materials (as
-defined below) provided under this license agreement ("Agreement") until you
-("You" or "Your") have carefully read and agreed to the following terms and
-conditions.
-
-This Agreement forms a legally binding contract between You and Intel
-Corporation ("Intel") regarding Your use of the Materials. By copying,
-installing, distributing, publicly displaying, or otherwise using the Materials,
-You agree to be bound by the terms of this Agreement. If You do not agree to
-the terms of this Agreement, do not copy, install, distribute, publicly display,
-or use the Materials.
-
-If You are agreeing to the terms and conditions of this Agreement on behalf of a
-company or other legal entity, You represent and warrant that You have the legal
-authority to bind that legal entity to the Agreement, in which case, "You" or
-"Your" will mean such entity.
-
-Third Party Programs (as defined below), even if included with the distribution
-of the Materials, are governed by separate third party license terms, including
-without limitation, open source software license terms. Such third party license
-terms (and not this Agreement) govern Your use of the Third Party Programs, and
-Intel is not liable for the Third Party Programs.
-
-End User License Agreement for the Intel(R) Software Development Products
-(Version May 2018)
-
-IMPORTANT INFORMATION ABOUT YOUR RIGHTS, OBLIGATIONS AND THE USE OF YOUR DATA -
-PLEASE READ AND AGREE BEFORE COPYING, INSTALLING OR USING
-
-This Agreement forms a legally binding contract between you, or the company or
-other legal entity ("Legal Entity") for which you represent and warrant that you
-have the legal authority to bind that Legal Entity, (each, "You" or "Your") and
-Intel Corporation and its subsidiaries (collectively "Intel") regarding Your use
-of the Materials. By copying, installing, distributing, publicly displaying, or
-otherwise using the Materials, You agree to be bound by the terms of this
-Agreement. If You do not agree to the terms of this Agreement, do not copy,
-install, distribute, publicly display, or use the Materials. You affirm that You
-are 18 years old or older or, if not, Your parent, legal guardian or Legal
-Entity must agree and enter into this Agreement.
-
-1. LICENSE DEFINITIONS.
-
- A. "Confidential Information" means all Materials (as defined below),
- including any portions thereof, that are identified (in the product release
- notes, on Intel's download website for the Materials or elsewhere) or
- labeled as Intel confidential information or a similar legend.
-
- B. "Excluded License" means a license that requires, as a condition of use,
- modification, or distribution, that the licensed software or other software
- incorporated into, derived from or distributed with such software (a) be
- disclosed or distributed in Source Code form; (b) be licensed by the user to
- third parties for the purpose of making and/or distributing derivative
- works; or (c) be redistributable at no charge. Excluded Licenses include,
- without limitation, licenses that license or distribute software under any
- of the following licenses or distribution models, or licenses or
- distribution models substantially similar to any of the following: (a) GNU's
- General Public License (GPL) or Lesser/Library GPL (LGPL), (b) the Artistic
- License (e.g., PERL), (c) the Mozilla Public License, (d) the Netscape
- Public License, (e) the Sun Community Source License (SCSL), (f) the Sun
- Industry Source License (SISL), and (g) the Common Public License (CPL).
-
- C. "Licensed Patent Claims" mean the claims of Intel's patents that are
- necessarily and directly infringed by the reproduction and distribution of
- the Materials that is authorized in Section 2 below, when the Materials are
- in their unmodified form as delivered by Intel to You and not modified or
- combined with anything else. Licensed Patent Claims are only those claims
- that Intel can license without paying, or getting the consent of, a third
- party.
-
- D. "Materials" mean the software, documentation, the software product serial
- number, and other materials, including any modifications, updates and
- upgrades thereto, that are provided to You under this Agreement. Materials
- also include any Redistributables, Source Code, and Pre-Release Materials,
- as defined below, but do not include Third Party Programs.
-
- E. "Microsoft Platforms" mean any current and future Microsoft operating
- system products, Microsoft run-time technologies (such as the .NET
- Framework), and Microsoft application platforms (such as Microsoft Office or
- Microsoft Dynamics) that Microsoft offers.
-
- F. "Pre-Release Materials" mean the Materials, or portions thereof, that are
- identified (in the product release notes, on Intel's download website for
- the Materials or elsewhere) or labeled as pre-release, prototype, alpha or
- beta code and as such the Pre-Release Materials are deemed to be pre-release
- code not suitable for commercial release, which may not be fully functional
- or tested and may contain bugs or errors, which Intel may substantially
- modify in its development of a commercial version, and for which Intel
- makes no assurances that it will ever develop or make generally available a
- commercial version.
-
- G. "Redistributables" mean the files (if any) listed in the "redist.txt",
- "redist-rt.txt" or similarly-named text files that may be included in the
- Materials for the applicable "Intel Software Development Product."
-
- H. "Sample Source Code" means those portions of the Materials that are
- Source Code files and are identified as sample source code.
-
- I. "Source Code" means the software (and not documentation or text) portion
- of the Materials provided in human readable format, and includes
- modifications to the Source Code that You make or are made on Your behalf as
- expressly permitted under the terms of this Agreement.
-
- J. "Third Party Programs" mean the files (if any) listed in the
- "third-party-programs.txt" text file that may be included in the Materials
- for the applicable software.
-
- K. "Your Product" means one or more commercial applications or products
- developed by or for You using the Materials.
-
- L. "Your Project" means one or more noncommercial applications, which may
- include open source applications, developed by or for You using the
- Materials.
-
-2. LICENSE GRANTS.
-
-2.1 License for Commercial License Types. Subject to the terms and conditions of
-this Agreement, including the applicable license type use restrictions in
-Section 3.1 and other restrictions in Section 4 below, and timely payment of any
-fees (if applicable), Intel grants You a non-exclusive, worldwide,
-non-assignable (except as expressly permitted hereunder), limited right and
-license for the term You obtained pursuant to Section 3:
-
- A. under its copyrights, to:
-
- (1) reproduce internally a reasonable number of copies of the Materials
- for Your internal business use in accordance with the documentation or
- text files included as part of the Materials; provided, however, that this
- license does not include the right to sublicense and may only be exercised
- by You or Your employees;
-
- (2) use the Materials solely for Your internal business use to develop
- Your Product, in accordance with the documentation or text files included
- as part of the Materials, provided, however, that this license does not
- include the right to sublicense and may only be exercised by You or Your
- employees;
-
- (3) modify or create derivative works of the Materials, or any portions
- thereof, that are provided in Source Code form, provided, however, that
- this license does not include the right to sublicense and may be exercised
- only by You or Your employees;
-
- (4) publicly perform, publicly display, and distribute (directly and
- through Your distributors, resellers and other channel partners) or
- otherwise make publicly available the Redistributables, including any
- modifications to or derivative works of the Redistributables made pursuant
- to Section 2.1.A(3), or any portions thereof, subject to the following
- restrictions:
-
- (a) any distribution of the Redistributables must only be as part of
- Your Product which must add significantly more functionality than the
- Redistributables themselves;
-
- (b) any additional restrictions which may appear in the
- Redistributables text files specified in Section 1.G above and in
- Section 4 below; and
-
- (c) the license under Section 2.1.A(4) includes the right to
- sublicense the Redistributables, but the sublicense rights are limited
- only to the sublicensing of any Intel copyrights in the
- Redistributables and only to the extent necessary to perform, display,
- and distribute the Redistributables (including Your modifications and
- derivative works thereto) solely as incorporated in Your Product.
-
- (d) You (i) will be solely responsible to Your customers for any
- update, support obligation or other liability which may arise from
- Your distribution of Your Product, (ii) will not make any statement
- that Your Product is "certified" or that its performance is guaranteed
- by Intel, (iii) will not use Intel's name or trademarks to market Your
- Product without written permission from Intel, (iv) will provide the
- Redistributables subject to a license agreement that prohibits
- disassembly and reverse engineering of the Redistributables except in
- cases where You provide Your Product subject to an open source license
- that is not an Excluded License, (e.g., the BSD license or the MIT
- license), (v) will indemnify, hold harmless, and defend Intel and its
- suppliers from and against any claims or lawsuits, including
- attorney's fees, that arise or result from Your modifications,
- derivative works or Your distribution of Your Product.
-
- and
-
- B. under Intel's Licensed Patent Claims, to:
-
- (1) make copies of the Materials only as specified in Section 2.1.A(1);
-
- (2) use the Materials only as specified in Section 2.1.A(2); and
-
- (3) offer to distribute, and distribute, but not sell, the Redistributables
- only as part of Your Product, under Intel's copyright license granted in
- Section 2.1(A), but only under the terms of that copyright license and not
- as a sale (but this right does not include the right to sub-license);
-
- And, provided further, that the license under the Licensed Patent Claims
- does not and will not apply to, and Intel does not expressly grant You a
- patent license in this Agreement to, any modifications to, or derivative
- works of, the Materials, whether made by You, Your contractor, Your customer
- (which, for all purposes under this Agreement, will mean either a customer,
- reseller, distributor or other channel partner), or any third party even if
- the modification and derivative works are permitted under 2.1.A(3).
-
-2.2 License for Noncommercial License Types. Subject to the terms and conditions
-of this Agreement, including the applicable license type use restrictions in
-Section 3.2 and other restrictions in Section 4 below, and timely payment of any
-fees (if applicable), Intel grants You a non-exclusive, worldwide,
-non-assignable, limited right and license for the term You obtained pursuant to
-Section 3, and under its copyrights, to:
-
- A. reproduce a reasonable number of copies of the Materials internally and
- use the Materials solely for Your internal evaluation, business or personal
- use in accordance with the documentation or text files included as part of
- the Materials, and for no commercial uses whatsoever; provided, however,
- that this license does not include the right to sublicense and may only be
- exercised by You or Your employees (if any);
-
- B. modify or create derivative works of the Materials, or any portions
- thereof, that are provided in Source Code form, provided, however, that this
- license does not include a right to redistribute the modifications or
- derivative works of the Materials, or the right to sublicense and may be
- exercised only by You or Your employees (if any);
-
- C. except for an evaluation license type, publicly perform, publicly
- display, and distribute or otherwise make publicly available the
- Redistributables, including any modifications to or derivative works of the
- Redistributables made pursuant to Section 2.2.B, or any portions thereof
- only for noncommercial uses, subject to the following restrictions:
-
- (1) any distribution of the Redistributables must only be as part of Your
- Project which must add significantly more functionality than the
- Redistributables themselves;
-
- (2) any additional restrictions which may appear in the Redistributables
- text files specified in Section 1.G above and in Section 4 below; and
-
- (3) the license under Section 2.2.C includes the right to sublicense the
- Redistributables, but the sublicense rights are limited only to the
- sublicensing of any Intel copyrights in the Redistributables and only to
- the extent necessary to perform, display, and distribute the
- Redistributables (including Your modifications and derivative works
- thereto) solely as incorporated in Your Project.
-
- (4) You (i) will be solely responsible for any update, support obligation
- or other liability which may arise from Your distribution of Your Project,
- (ii) will not make any statement that Your Project is "certified" or that
- its performance is guaranteed by Intel, (iii) will not use Intel's name or
- trademarks in connection with Your Project without written permission from
- Intel, (iv) will provide the Redistributables subject to a license
- agreement that prohibits disassembly and reverse engineering of the
- Redistributables except in cases where You provide Your Project subject to
- an open source license that is not an Excluded License (e.g., the BSD
- license or the MIT license), (v) will indemnify, hold harmless, and defend
- Intel and its suppliers from and against any claims or lawsuits, including
- attorney's fees, that arise or result from Your modifications, derivative
- works or Your distribution of Your Project.
-
-2.3 Third Party Programs and Other Intel Programs Licenses. Third Party
-Programs, even if included with the distribution of the Materials, are governed
-by separate license terms, including without limitation, third party license
-terms, other Intel software license terms, and open source software license
-terms. Such separate license terms (and not this Agreement) solely govern Your
-use of the Third Party Programs.
-
-3. LICENSE USE TYPES.
-
-3.1 Commercial License Types. Commercial license types are provided under the
-terms of the license set forth in Section 2.1.
-
- A. Single Named-User License. If You obtain the Materials under a single
- named-user license type, You may install the Materials on no more than three
- (3) computers for use by a single user, provided that same user is using the
- Materials only on one (1) computer at a time, subject to their compliance
- with all of the terms and conditions of this Agreement. You may obtain
- either a perpetual or time limited license. If You obtain a single
- named-user license type that is also time limited, the term of Your license
- is specified on Intel's download website, in the applicable documentation or
- controlled by the serial number for the Materials.
-
- B. Floating License. If You obtain the Materials under a floating license
- type, You may (a) install the Materials on an unlimited number of computers
- that are connected to the designated network and (b) use the Materials by no
- more than the authorized number of concurrent users, subject to their
- compliance with all of the terms and conditions of this Agreement. You may
- obtain either a perpetual or time limited license. If You obtain a floating
- license type that is also time limited, the term of Your license is
- specified on Intel's download website, in the applicable documentation or
- controlled by the serial number for the Materials.
-
- C. Site License. If You obtain the Materials under a site license type
- (i.e., the Materials include the text file named
- "site_license_materials.txt"), the files specified in that text file may be
- installed on computer systems located only at a single site, and those files
- may be accessed or used by an unlimited number of concurrent users, subject
- to their compliance with all of the terms and conditions of this Agreement.
- This is a perpetual license.
-
- D. Community License. If You obtain the Materials under a community license
- type, You may install the Materials on no more than three (3) computers for
- use by a single user, provided that same user is using the Materials only on
- one (1) computer at a time, subject to their compliance with all of the
- terms and conditions of this Agreement. The Materials are provided under a
- time limited license as specified on Intel's download website, in the
- applicable documentation or controlled by the serial number for the
- Materials.
-
-3.2 Noncommercial License Types. Noncommercial license types are provided under
-the terms of the license set forth in Section 2.2.
-
- A. Evaluation License. If You obtain the Materials under an evaluation
- license type, You may install the Materials on no more than three (3)
- computers for use by a single user, provided that same user is using the
- Materials only on one (1) computer at a time, subject to their compliance
- with all of the terms and conditions of this Agreement. You may not
- distribute any portion of the Materials, and any application and/or product
- developed by You may only be used for evaluation purposes and only for the
- term of the evaluation. The Materials are provided under a time limited
- license as specified on Intel's download website, in the applicable
- documentation or controlled by the serial number for the Materials.
-
- 1) Pre-Release Materials. If the Materials You receive are Pre-Release
- Materials, in addition to the license restrictions in Section 2.2 and the
- restrictions in 3.2.A above, (i) You may not modify or incorporate the
- Pre-Release Materials into any product You are developing; (ii) You may
- not continue to use the Pre-Release Materials if and once a commercial
- version is released; and (iii) You may not disclose to any third party any
- benchmarks, performance results, or other information relating to the
- Pre-Release Materials.
-
- B. Noncommercial Use License. If You obtain the Materials under a
- noncommercial use license type, You may install the Materials on an
- unlimited number of computers for use by a single user, provided that same
- user is using the Materials only on one (1) computer at a time, subject to
- their compliance with all of the terms and conditions of this Agreement. Any
- work performed or produced as a result of use of the Materials cannot be
- performed or produced for the benefit of other parties, including but not
- limited to, for a fee, compensation or any other reimbursement or
- remuneration, or "not for profit." The Materials are provided under a time
- limited license as specified on Intel's download website, in the applicable
- documentation or controlled by the serial number for the Materials.
-
- C. Educational License. If You obtain the Materials under an educational
- license type, You must be a teacher, professor, or a student and You may
- only use the Materials for educational purposes. Any work performed or
- produced as a result of use of the Materials cannot be performed or produced
- for the benefit of other parties, including but not limited to, for a fee,
- compensation or any other reimbursement or remuneration, or "not for
- profit." The Materials are provided under a time limited license as
- specified on Intel's download website, in the applicable documentation or
- controlled by the serial number for the Materials. There are two educational
- license types as follows:
-
- 1) Single Named-User Educational License. If You obtain the Materials
- under a single named-user educational license type, You may install the
- Materials on no more than three (3) computers for use by a single user,
- provided that same user is using the Materials only on one (1) computer at
- a time, subject to their compliance with all of the terms and conditions
- of this Agreement.
-
- 2) Floating Educational License. If You obtain the Materials under a
- floating educational license type, You may install the Materials on an
- unlimited number of computers that are connected to a designated network
- and have no more than the authorized number of concurrent individual users
- use the Materials, subject to their compliance with all of the terms and
- conditions of this Agreement.
-
-4. LICENSE CONDITIONS.
-
-4.1 Restrictions. Except as expressly provided in this Agreement, You may NOT:
-(i) use, copy, distribute, or publicly display the Materials; (ii) rent or lease
-the Materials to any third party; (iii) assign this Agreement or transfer the
-Materials; (iv) modify, adapt, or translate the Materials in whole or in part;
-(v) reverse engineer, decompile, or disassemble the Materials; (vi) attempt to
-modify or tamper with the normal function of any license manager that may
-regulate usage of the Materials; (vii) distribute, sublicense or transfer the
-Source Code form of any components of the Materials or derivatives thereof to
-any third party; (viii) distribute Redistributables except as part of a larger
-program that adds significant primary functionality different from that of the
-Redistributables; (ix) distribute the Redistributables to run on a platform
-other than a Microsoft Platform if according to the accompanying user
-documentation the Materials are meant to execute only on a Microsoft Platform;
-(x) include the Redistributables in malicious, deceptive, or unlawful programs
-or products; or (xi) modify, create a derivative work, link, or distribute the
-Materials so that any part of it becomes subject to an Excluded License.
-
-4.2 Safety, Critical, and Lifesaving Applications. Safety is Your
-responsibility. To the extent You use the Materials to create, or as part of,
-products used in safety-critical applications designed to comply with functional
-safety standards or requirements ("Safety-Critical Applications"), it is Your
-responsibility to design, manage and assure system-level safeguards to
-anticipate, monitor and control system failures, and You agree that You are
-solely responsible for all applicable regulatory standards and safety-related
-requirements concerning Your use of the Materials in Safety Critical
-Applications. The Materials are also not designed, intended, or authorized for
-use in any type of a system or application in which the failure of the Materials
-could create a situation where personal injury or death may occur (e.g.,
-medical systems, life sustaining or lifesaving systems) ("Lifesaving
-Applications"). Should You use the Materials for Safety-Critical Applications
-or Life-saving Applications, You agree to indemnify, defend, and hold Intel and
-its representatives harmless against all claims, costs, damages, and expenses,
-including reasonable attorney fees arising in any way out of Your use of the
-Materials in Safety-Critical Applications and claims of product liability,
-personal injury or death associated with Lifesaving Applications; even if, for
-either type of application, such claims alleges that Intel was negligent
-regarding the design or manufacture of the Materials.
-
-4.3 Third Party Contractor Use. If You are an entity with a license pursuant to
-Section 3.1, Your contractors may use the Materials as specified in Section 2
-above, provided: (i) their use of the Materials is solely on behalf of and in
-support of Your business, (ii) they agree to the terms and conditions of this
-Agreement, and (iii) You are solely responsible for their use of the Materials.
-
-4.4 Media Format Codecs and Digital Rights Management. You acknowledge and agree
-that Your use of the Materials or distribution of the Materials with Your
-Product or Your Project as permitted by this license may require You to procure
-license(s) from one or more third parties that may hold intellectual property
-rights applicable to any media decoding, encoding or transcoding technology
-(such as, for example, through use of an audio or video codec) and/or digital
-rights management capabilities of the Materials, if any. Should any such
-additional licenses be required, You are solely responsible for obtaining any
-such licenses and agree to obtain any such licenses at Your own expense.
-
-4.5 Materials Transfer. You may only permanently transfer the Materials you
-received pursuant to a license type listed in Section 3.1 above, and all of Your
-rights under this Agreement, to another party ("Recipient") solely in
-conjunction with a change of ownership, merger, acquisition, sale or transfer of
-all or substantially all of Your business or assets, either voluntarily, by
-operation of law or otherwise subject to the following: You must notify Intel of
-the transfer by sending a letter to Intel (i) identifying the legal entities of
-Recipient and You, (ii) identifying the Materials (i.e., the specific Intel
-software and version) and the associated serial numbers to be transferred, (iii)
-certifying that You retain no copies of the Materials or portions thereof, (iv)
-certifying that the Recipient has agreed in writing to be bound by all of the
-terms and conditions of this Agreement, (v) certifying that the Recipient has
-been notified that in order to receive support from Intel for the Materials they
-must notify Intel in writing of the transfer and provide Intel with the
-information specified in subsection (ii) above along with the name and email
-address of the individual assigned to use the Materials, and (vi) providing Your
-email address so that Intel may confirm receipt of Your letter. Please send
-such letter to:
-
- Intel Corporation
- 2111 NE 25th Avenue
- Hillsboro, OR 97124
- Attn: DPD Contracts Management, JF2-28
-
-5. DATA COLLECTION AND PRIVACY.
-
-5.1 Anonymous Data Collection by Materials. Certain Materials may generate and
-collect anonymous data about the Materials and transmit it to Intel as a
-one-time event during installation. This anonymous data collection may include,
-but is not limited to, product name, product version, license type, support
-type, and installation status. Anonymous data collection by the Materials does
-not include: (a) any personal or personally identifiable data of You, an end
-user or a data subject; (b) data or information identifying a business entity;
-or (c) data or information about non-Intel software. The purpose of the
-anonymous data collection by the Materials is to enable Intel to develop,
-improve, and support Intel's products and services.
-
-5.2 Provisioning Data Collection. Provisioning data may be collected and
-transmitted to Intel as a one-time event during installation in order to
-activate the Materials. This collection may be mandatory and a condition of
-using the Materials in order to verify the right to use the Materials.
-Provisioning data includes the Material's unique serial number and it may be
-combined with other information about the Materials and Your computer.
-Provisioning data is not shared with or disclosed to parties outside of Intel.
-Intel may retain the provisioning data indefinitely.
-
-5.3 Other Data Collection.
-
- A. Collection of Registration Data. Some Materials may require registration
- of the Materials with Intel during installation. The information currently
- collected during registration is Your first name, Your last name, Your
- email, Your company, and Your country. The registration information is
- subject to change, however, You will be notified at the time of registration
- what information will be collected, why it is being collected, how long it
- will be retained by Intel, and how to have Your registration information
- removed from Intel's registration database if You so choose to do so at a
- later date.
-
- B. Optional Collection of Analytical Data. You may be given the option
- during installation of the Materials to consent to the collection of
- analytical data. Analytical data may include technical information about
- Your software installation and runtime status (such as installation metrics,
- serial number, counters, flags, and timestamps), and Your development
- environment (such as operating system, CPU architecture, and other Intel
- products installed). You will be notified at the time of installation what
- analytical data will be collected if You agree to such collection, why it is
- being collected, how long it will be retained by Intel, and how to stop the
- collection of analytical data if You so choose to do so at a later date.
-
- C. Required Collection of Analytical Data. For certain Materials, the
- collection of analytical data as described in Section 4.3 B may be a
- requirement of use. In these cases, You will be given notice and the option
- to cancel the download or installation of the Materials if you do not wish
- to consent to the collection of analytical data.
-
-5.4 Intel's Privacy Notice. Intel is committed to respecting Your privacy. To
-learn more about Intel's privacy practices, please visit
-http://www.intel.com/privacy.
-
-6. OWNERSHIP. Title to the Materials and all copies thereof remain with Intel or
-its suppliers. The Materials are protected by intellectual property rights,
-including without limitation, United States copyright laws and international
-treaty provisions. You will not remove any copyright or other proprietary
-notice from the Materials. You agree to prevent any unauthorized copying of the
-Materials. Except as expressly provided herein, no license or right is granted
-to You directly or by implication, inducement, estoppel or otherwise;
-specifically Intel does not grant any express or implied right to You under
-Intel patents, copyrights, trademarks, or trade secrets.
-
-7. NO WARRANTY AND NO SUPPORT. Disclaimer. Intel disclaims all warranties of any
-kind and the terms and remedies provided in this Agreement are instead of any
-other warranty or condition, express, implied or statutory, including those
-regarding merchantability, fitness for any particular purpose, non-infringement
-or any warranty arising out of any course of dealing, usage of trade, proposal,
-specification or sample. Intel does not assume (and does not authorize any
-person to assume on its behalf) any other liability.
-
-Intel may make changes to the Materials, or to items referenced therein, at any
-time without notice, but is not obligated to support, update or provide training
-for the Materials under the terms of this Agreement. Intel may in its sole
-discretion offer such support, updates or training services under separate terms
-at Intel's then-current rates. You may request additional information on Intel's
-service offerings from an Intel representative.
-
-8. LIMITATION OF LIABILITY. Use of the Materials are at Licensee's own risk. In
-no event will Intel or its suppliers be liable for any direct, indirect,
-incidental, consequential, special, or other losses or damages arising out of or
-related to this Agreement or Licensee's use of the Materials, including without
-limitation, any of the following losses or damages (whether such losses or
-damages were foreseen, foreseeable, known or otherwise): (i) loss of revenue;
-(ii) loss of actual or anticipated profits; (iii) loss of the use of money; (iv)
-loss of anticipated savings; (v) loss of business; (vi) loss of opportunity;
-(vii) loss of goodwill; (viii) loss of use of the Software; (ix) loss of
-reputation; (x) loss of, damage to, or corruption of data; or (xi) any indirect,
-incidental special or consequential loss of damage however caused (including
-loss or damage of the type specified in this Section 6).
-
-9. USER SUBMISSIONS. This Agreement does not obligate You to provide Intel with
-materials, information, comments, suggestions or other communication regarding
-the Materials. However, You agree that any material, information, comments,
-suggestions or other communication You transmit or post to an Intel website
-(including but not limited to, submissions to the Intel Premier Support and/or
-other customer support websites or online portals) or provide to Intel under
-this Agreement are not controlled by the International Traffic in Arms
-Regulations (ITAR) or the Export Administration Regulation (EAR), and if related
-to the features, functions, performance or use of the Materials are deemed
-non-confidential and non-proprietary ("Communications"). Intel will have no
-obligations with respect to the Communications. You hereby grant to Intel a
-non-exclusive, perpetual, irrevocable, royalty-free, copyright license to copy,
-modify, create derivative works, publicly display, disclose, distribute, license
-and sublicense through multiple tiers of distribution and licensees, incorporate
-and otherwise use the Communications and all data, images, sounds, text, and
-other things embodied therein, including derivative works thereto, for any and
-all commercial or non-commercial purposes. You are prohibited from posting or
-transmitting to or from an Intel website or provide to Intel any unlawful,
-threatening, libelous, defamatory, obscene, pornographic, or other material that
-would violate any law. If You wish to provide Intel with information that You
-intend to be treated as confidential information, Intel requires that such
-confidential information be provided pursuant to a non-disclosure agreement
-("NDA"), so please contact Your Intel representative to ensure the proper NDA is
-in place.
-
-Nothing in this Agreement will be construed as preventing Intel from reviewing
-Your Communications and errors or defects in Intel products discovered while
-reviewing Your Communications. Furthermore, nothing in this Agreement will be
-construed as preventing Intel from implementing independently-developed
-enhancements to Intel's own error diagnosis methodology to detect errors or
-defects in Intel products discovered while reviewing Your Communications or to
-implement bug fixes or enhancements in Intel products. The foregoing may include
-the right to include Your Communications in regression test suites.
-
-10. NON-DISCLOSURE. The following provisions will apply if there is no existing
-non-disclosure agreement between You and Intel. The Materials are the
-Confidential Information of Intel. You will maintain the confidentiality of
-Intel's Confidential Information with at least the same degree of care that You
-use to protect Your own confidential and proprietary information, but no less
-than a reasonable degree of care under the circumstances. You will only
-disclose the Confidential Information to Your employees who have a need to know
-and who agree to abide by nondisclosure terms at least as comprehensive as those
-set forth herein; provided that You will be liable for breach by any such
-employee. For the purposes of this Agreement, the term "employee" will include
-Your independent contractors, who have signed confidentiality agreements with
-You. You will not make any copies of the Confidential Information except as
-necessary for Your employees with a need to know. Any copies which are made
-will be identified as belonging to Intel and marked "confidential",
-"proprietary" or with similar legend. You will not be liable for the disclosure
-of any Confidential Information which is (a) generally made available publicly
-or to third parties by Intel without restriction on disclosure; (b) rightfully
-received from a third party without obligation of confidentiality; (c)
-rightfully known to You without any limitation on disclosure prior to Your
-receipt from Intel; (d) independently developed by Your employees; or (e)
-required to be disclosed in accordance with applicable laws, regulations, court,
-judicial or other government order, provided that You will give Intel reasonable
-notice prior to such disclosure and will comply with any applicable protective
-order.
-
-11. TERMINATION OF THIS LICENSE. This Agreement becomes effective on the date
-You accept this Agreement and will continue until terminated as provided for in
-this Agreement. If You are using the Materials under a time-limited license, for
-example an Evaluation License, this Agreement terminates without notice on the
-last day of the time period, which is specified in the Materials or on Intel's
-website, and/or controlled by the serial number for the Materials. Intel may
-terminate this license immediately if You are in breach of any of its terms and
-conditions and such breach is not cured within thirty (30) days of written
-notice from Intel. Upon termination, You will immediately return to Intel or
-destroy the Materials and all copies thereof. In the event of termination of
-this Agreement, the license grant to any Materials or Redistributables
-distributed by You in accordance with the terms and conditions of this
-Agreement, prior to the effective date of such termination, will survive any
-such termination of this Agreement. Sections 1, 5, 6, 7, 8, 9, 10, 11, 12, and
-13 will survive expiration or termination of this Agreement.
-
-12. U.S. GOVERNMENT RESTRICTED RIGHTS. The technical data and computer software
-covered by this license is a "Commercial Item," as such term is defined by the
-FAR 2.101 (48 C.F.R. 2.101) and is "commercial computer software" and
-"commercial computer software documentation" as specified under FAR 12.212 (48
-C.F.R. 12.212) or DFARS 227.7202 (48 C.F.R. 227.7202), as applicable. This
-commercial computer software and related documentation is provided to end users
-for use by and on behalf of the U.S. Government, with only those rights as are
-granted to all other end users pursuant to the terms and conditions herein. Use
-for or on behalf of the U.S. Government is permitted only if the party acquiring
-or using this software is properly authorized by an appropriate U.S. Government
-official. This use by or for the U.S. Government clause is in lieu of, and
-supersedes, any other FAR, DFARS, or other provision that addresses Government
-rights in the computer software or documentation covered by this license. All
-copyright licenses granted to the U.S. Government are coextensive with the
-technical data and computer software licenses granted herein. The U.S.
-Government will only have the right to reproduce, distribute, perform, display,
-and prepare derivative works as needed to implement those rights.
-
-13. GENERAL PROVISIONS.
-
-13.1 ENTIRE AGREEMENT. This Agreement contains the complete and exclusive
-agreement and understanding between the parties concerning the subject matter of
-this Agreement, and supersedes all prior and contemporaneous proposals,
-agreements, understanding, negotiations, representations, warranties,
-conditions, and communications, oral or written, between the parties relating to
-the same subject matter. This Agreement, including without limitation its
-termination, has no effect on any signed non-disclosure agreements between the
-parties, which remain in full force and effect as separate agreements to their
-terms. Each party acknowledges and agrees that in entering into this Agreement
-it has not relied on, and will not be entitled to rely on, any oral or written
-representations, warranties, conditions, understanding, or communications
-between the parties that are not expressly set forth in this Agreement. The
-express provisions of this Agreement control over any course of performance,
-course of dealing, or usage of the trade inconsistent with any of the provisions
-of this Agreement. The provisions of this Agreement will prevail notwithstanding
-any different, conflicting, or additional provisions that may appear on any
-purchase order, acknowledgement, invoice, or other writing issued by either
-party in connection with this Agreement. No modification or amendment to this
-Agreement will be effective unless in writing and signed by authorized
-representatives of each party, and must specifically identify this Agreement by
-its title and version (e.g., "End User License Agreement for the Intel(R)
-Software (Version May 2018)); except that Intel may make changes to the
-Agreement as it distributes new versions of the Materials. When these changes
-are made, Intel will make a new version of the Agreement available on its
-website: https://software.intel.com/en-us/articles/end-user-license-agreement.
-If You received a copy of this Agreement translated into another language, the
-English language version of this Agreement will prevail in the event of any
-conflict between versions.
-
-13.2 EXPORT. You acknowledge that the Materials and all related technical
-information are subject to export controls under the laws and regulations of the
-United States and any other applicable governments. You agree to comply with
-these laws and regulations governing export, re-export, import, transfer,
-distribution, and use of the Materials. In particular, but without limitation,
-the Materials may not be exported or re-exported (a) into any U.S. embargoed
-countries or (b) to any person or entity listed on a denial order published by
-the U.S. government or any other applicable governments. By using the Materials,
-You represent and warrant that You are not located in any such country or on any
-such list. You also agree that You will not use the Materials for any purposes
-prohibited by the U.S. government or other applicable governments, including,
-without limitation, the development, design, manufacture or production of
-nuclear, missile, chemical or biological weapons. You confirm that the Materials
-will not be re-exported or sold to a third party who is known or suspected to be
-involved in activities including, without limitation, the development, design,
-manufacture, or production of nuclear, missile, chemical or biological weapons.
-
-13.3 GOVERNING LAW, JURISDICTION, AND VENUE. All disputes arising out of or
-related to this Agreement, whether based on contract, tort, or any other legal
-or equitable theory, will in all respects be governed by, and construed and
-interpreted under, the laws of the United States of America and the State of
-Delaware, without reference to conflict of laws principles. The parties agree
-that the United Nations Convention on Contracts for the International Sale of
-Goods (1980) is specifically excluded from and will not apply to this Agreement.
-All disputes arising out of or related to this Agreement, whether based on
-contract, tort, or any other legal or equitable theory, will be subject to the
-exclusive jurisdiction of the courts of the State of Delaware or of the Federal
-courts sitting in that State. Each party submits to the personal jurisdiction of
-those courts and waives all objections to that jurisdiction and venue for those
-disputes.
-
-13.4 SEVERABILITY. The parties intend that if a court holds that any provision
-or part of this Agreement is invalid or unenforceable under applicable law, the
-court will modify the provision to the minimum extent necessary to make it valid
-and enforceable, or if it cannot be made valid and enforceable, the parties
-intend that the court will sever and delete the provision or part from this
-Agreement. Any change to or deletion of a provision or part of this Agreement
-under this Section will not affect the validity or enforceability of the
-remainder of this Agreement, which will continue in full force and effect.
-
-* Other names and brands may be claimed as the property of others
-
-
-
-
-
-Common Public License Version 1.0
-
-THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON
-PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF
-THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
-
-1. DEFINITIONS
-
-"Contribution" means:
-
- a) in the case of the initial Contributor, the initial code and
- documentation distributed under this Agreement, and
-
- b) in the case of each subsequent Contributor:
- i) changes to the Program, and
- ii) additions to the Program; where such changes and/or additions
- to the Program originate from and are distributed by that
- particular Contributor. A Contribution 'originates' from a
- Contributor if it was added to the Program by such
- Contributor itself or anyone acting on such Contributor's
- behalf. Contributions do not include additions to the Program
- which: (i) are separate modules of software distributed in
- conjunction with the Program under their own license
- agreement, and (ii) are not derivative works of the Program.
-
-"Contributor" means any person or entity that distributes the Program.
-
-"Licensed Patents " mean patent claims licensable by a Contributor
-which are necessarily infringed by the use or sale of its Contribution
-alone or when combined with the Program.
-
-"Program" means the Contributions distributed in accordance with this
-Agreement.
-
-"Recipient" means anyone who receives the Program under this
-Agreement, including all Contributors.
-
-2. GRANT OF RIGHTS
-
- a) Subject to the terms of this Agreement, each Contributor hereby
- grants Recipient a non-exclusive, worldwide, royalty-free
- copyright license to reproduce, prepare derivative works of,
- publicly display, publicly perform, distribute and sublicense the
- Contribution of such Contributor, if any, and such derivative
- works, in source code and object code form.
-
- b) Subject to the terms of this Agreement, each Contributor hereby
- grants Recipient a non-exclusive, worldwide, royalty-free patent
- license under Licensed Patents to make, use, sell, offer to sell,
- import and otherwise transfer the Contribution of such
- Contributor, if any, in source code and object code form. This
- patent license shall apply to the combination of the Contribution
- and the Program if, at the time the Contribution is added by the
- Contributor, such addition of the Contribution causes such
- combination to be covered by the Licensed Patents. The patent
- license shall not apply to any other combinations which include
- the Contribution. No hardware per se is licensed hereunder.
-
- c) Recipient understands that although each Contributor grants the
- licenses to its Contributions set forth herein, no assurances are
- provided by any Contributor that the Program does not infringe
- the patent or other intellectual property rights of any other
- entity. Each Contributor disclaims any liability to Recipient for
- claims brought by any other entity based on infringement of
- intellectual property rights or otherwise. As a condition to
- exercising the rights and licenses granted hereunder, each
- Recipient hereby assumes sole responsibility to secure any other
- intellectual property rights needed, if any. For example, if a
- third party patent license is required to allow Recipient to
- distribute the Program, it is Recipient's responsibility to
- acquire that license before distributing the Program.
-
- d) Each Contributor represents that to its knowledge it has
- sufficient copyright rights in its Contribution, if any, to grant
- the copyright license set forth in this Agreement.
-
-3. REQUIREMENTS
-
-A Contributor may choose to distribute the Program in object code form
-under its own license agreement, provided that:
-
- a) it complies with the terms and conditions of this Agreement; and
-
- b) its license agreement:
- i) effectively disclaims on behalf of all Contributors all
- warranties and conditions, express and implied, including
- warranties or conditions of title and non-infringement, and
- implied warranties or conditions of merchantability and
- fitness for a particular purpose;
- ii) effectively excludes on behalf of all Contributors all
- liability for damages, including direct, indirect, special,
- incidental and consequential damages, such as lost profits;
- iii) states that any provisions which differ from this Agreement
- are offered by that Contributor alone and not by any other
- party; and
- iv) states that source code for the Program is available from
- such Contributor, and informs licensees how to obtain it in a
- reasonable manner on or through a medium customarily used for
- software exchange.
-
-When the Program is made available in source code form:
-
- a) it must be made available under this Agreement; and
-
- b) a copy of this Agreement must be included with each copy of the
- Program. Contributors may not remove or alter any copyright
- notices contained within the Program.
-
-Each Contributor must identify itself as the originator of its
-Contribution, if any, in a manner that reasonably allows subsequent
-Recipients to identify the originator of the Contribution.
-
-4. COMMERCIAL DISTRIBUTION
-
-Commercial distributors of software may accept certain
-responsibilities with respect to end users, business partners and the
-like. While this license is intended to facilitate the commercial use
-of the Program, the Contributor who includes the Program in a
-commercial product offering should do so in a manner which does not
-create potential liability for other Contributors. Therefore, if a
-Contributor includes the Program in a commercial product offering,
-such Contributor ("Commercial Contributor") hereby agrees to defend
-and indemnify every other Contributor ("Indemnified Contributor")
-against any losses, damages and costs (collectively "Losses") arising
-from claims, lawsuits and other legal actions brought by a third party
-against the Indemnified Contributor to the extent caused by the acts
-or omissions of such Commercial Contributor in connection with its
-distribution of the Program in a commercial product offering. The
-obligations in this section do not apply to any claims or Losses
-relating to any actual or alleged intellectual property
-infringement. In order to qualify, an Indemnified Contributor must:
-
- a) promptly notify the Commercial Contributor in writing of such
- claim, and
-
- b) allow the Commercial Contributor to control, and cooperate with
- the Commercial Contributor in, the defense and any related
- settlement negotiations. The Indemnified Contributor may
- participate in any such claim at its own expense.
-
-For example, a Contributor might include the Program in a commercial
-product offering, Product X. That Contributor is then a Commercial
-Contributor. If that Commercial Contributor then makes performance
-claims, or offers warranties related to Product X, those performance
-claims and warranties are such Commercial Contributor's responsibility
-alone. Under this section, the Commercial Contributor would have to
-defend claims against the other Contributors related to those
-performance claims and warranties, and if a court requires any other
-Contributor to pay any damages as a result, the Commercial Contributor
-must pay those damages.
-
-5. NO WARRANTY
-
-EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
-PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY
-WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
-OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
-responsible for determining the appropriateness of using and
-distributing the Program and assumes all risks associated with its
-exercise of rights under this Agreement, including but not limited to
-the risks and costs of program errors, compliance with applicable
-laws, damage to or loss of data, programs or equipment, and
-unavailability or interruption of operations.
-
-6. DISCLAIMER OF LIABILITY
-
-EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR
-ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
-WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
-DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
-HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-7. GENERAL
-
-If any provision of this Agreement is invalid or unenforceable under
-applicable law, it shall not affect the validity or enforceability of
-the remainder of the terms of this Agreement, and without further
-action by the parties hereto, such provision shall be reformed to the
-minimum extent necessary to make such provision valid and
-enforceable.
-
-If Recipient institutes patent litigation against a Contributor with
-respect to a patent applicable to software (including a cross-claim or
-counterclaim in a lawsuit), then any patent licenses granted by that
-Contributor to such Recipient under this Agreement shall terminate as
-of the date such litigation is filed. In addition, if Recipient
-institutes patent litigation against any entity (including a
-cross-claim or counterclaim in a lawsuit) alleging that the Program
-itself (excluding combinations of the Program with other software or
-hardware) infringes such Recipient's patent(s), then such Recipient's
-rights granted under Section 2(b) shall terminate as of the date such
-litigation is filed.
-
-All Recipient's rights under this Agreement shall terminate if it
-fails to comply with any of the material terms or conditions of this
-Agreement and does not cure such failure in a reasonable period of
-time after becoming aware of such noncompliance. If all Recipient's
-rights under this Agreement terminate, Recipient agrees to cease use
-and distribution of the Program as soon as reasonably
-practicable. However, Recipient's obligations under this Agreement and
-any licenses granted by Recipient relating to the Program shall
-continue and survive.
-
-Everyone is permitted to copy and distribute copies of this Agreement,
-but in order to avoid inconsistency the Agreement is copyrighted and
-may only be modified in the following manner. The Agreement Steward
-reserves the right to publish new versions (including revisions) of
-this Agreement from time to time. No one other than the Agreement
-Steward has the right to modify this Agreement. IBM is the initial
-Agreement Steward. IBM may assign the responsibility to serve as the
-Agreement Steward to a suitable separate entity. Each new version of
-the Agreement will be given a distinguishing version number. The
-Program (including Contributions) may always be distributed subject to
-the version of the Agreement under which it was received. In addition,
-after a new version of the Agreement is published, Contributor may
-elect to distribute the Program (including its Contributions) under
-the new version. Except as expressly stated in Sections 2(a) and 2(b)
-above, Recipient receives no rights or licenses to the intellectual
-property of any Contributor under this Agreement, whether expressly,
-by implication, estoppel or otherwise. All rights in the Program not
-expressly granted under this Agreement are reserved.
-
-This Agreement is governed by the laws of the State of New York and
-the intellectual property laws of the United States of America. No
-party to this Agreement will bring a legal action under this Agreement
-more than one year after the cause of action arose. Each party waives
-its rights to a jury trial in any resulting litigation.
-
-
-protobuf
-
-BSD 3-clause "New" or "Revised" License
-Copyright 2008 Google Inc. All rights reserved.
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following disclaimer
- in the documentation and/or other materials provided with the
- distribution.
- * Neither the name of Google Inc. nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
- Code generated by the Protocol Buffer compiler is owned by the owner
- of the input file used when generating it. This code is not
- standalone and requires a support library to be linked with it. This
- support library is itself covered by the above license.
-
-
-Instrumentation and Tracing Technology (ITT) Notify User API
-
-BSD 3-clause "New" or "Revised" License
-Copyright (c) 2015, Intel Corporation
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the distribution.
- Neither the name of the Intel Corporation nor the names of its contributors may be used to endorse or promote products derived
-from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
-BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
-GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-
-Intel® Threading Building Blocks (Intel® TBB); Khronos Group OpenCL Registry; Khronos Group SPIRV-Tools; Khronos Group EGL Headers; Khronos Group OpenGL Registry
-
-Apache License
- Version 2.0, January 2004
- http://www.apache.org/licenses/
-
-
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-
- 1. Definitions.
-
-
- "License" shall mean the terms and conditions for use, reproduction,
- and distribution as defined by Sections 1 through 9 of this document.
-
-
- "Licensor" shall mean the copyright owner or entity authorized by
- the copyright owner that is granting the License.
-
-
- "Legal Entity" shall mean the union of the acting entity and all
- other entities that control, are controlled by, or are under common
- control with that entity. For the purposes of this definition,
- "control" means (i) the power, direct or indirect, to cause the
- direction or management of such entity, whether by contract or
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
- outstanding shares, or (iii) beneficial ownership of such entity.
-
-
- "You" (or "Your") shall mean an individual or Legal Entity
- exercising permissions granted by this License.
-
-
- "Source" form shall mean the preferred form for making modifications,
- including but not limited to software source code, documentation
- source, and configuration files.
-
-
- "Object" form shall mean any form resulting from mechanical
- transformation or translation of a Source form, including but
- not limited to compiled object code, generated documentation,
- and conversions to other media types.
-
-
- "Work" shall mean the work of authorship, whether in Source or
- Object form, made available under the License, as indicated by a
- copyright notice that is included in or attached to the work
- (an example is provided in the Appendix below).
-
-
- "Derivative Works" shall mean any work, whether in Source or Object
- form, that is based on (or derived from) the Work and for which the
- editorial revisions, annotations, elaborations, or other modifications
- represent, as a whole, an original work of authorship. For the purposes
- of this License, Derivative Works shall not include works that remain
- separable from, or merely link (or bind by name) to the interfaces of,
- the Work and Derivative Works thereof.
-
-
- "Contribution" shall mean any work of authorship, including
- the original version of the Work and any modifications or additions
- to that Work or Derivative Works thereof, that is intentionally
- submitted to Licensor for inclusion in the Work by the copyright owner
- or by an individual or Legal Entity authorized to submit on behalf of
- the copyright owner. For the purposes of this definition, "submitted"
- means any form of electronic, verbal, or written communication sent
- to the Licensor or its representatives, including but not limited to
- communication on electronic mailing lists, source code control systems,
- and issue tracking systems that are managed by, or on behalf of, the
- Licensor for the purpose of discussing and improving the Work, but
- excluding communication that is conspicuously marked or otherwise
- designated in writing by the copyright owner as "Not a Contribution."
-
-
- "Contributor" shall mean Licensor and any individual or Legal Entity
- on behalf of whom a Contribution has been received by Licensor and
- subsequently incorporated within the Work.
-
-
- 2. Grant of Copyright License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- copyright license to reproduce, prepare Derivative Works of,
- publicly display, publicly perform, sublicense, and distribute the
- Work and such Derivative Works in Source or Object form.
-
-
- 3. Grant of Patent License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- (except as stated in this section) patent license to make, have made,
- use, offer to sell, sell, import, and otherwise transfer the Work,
- where such license applies only to those patent claims licensable
- by such Contributor that are necessarily infringed by their
- Contribution(s) alone or by combination of their Contribution(s)
- with the Work to which such Contribution(s) was submitted. If You
- institute patent litigation against any entity (including a
- cross-claim or counterclaim in a lawsuit) alleging that the Work
- or a Contribution incorporated within the Work constitutes direct
- or contributory patent infringement, then any patent licenses
- granted to You under this License for that Work shall terminate
- as of the date such litigation is filed.
-
-
- 4. Redistribution. You may reproduce and distribute copies of the
- Work or Derivative Works thereof in any medium, with or without
- modifications, and in Source or Object form, provided that You
- meet the following conditions:
-
-
- (a) You must give any other recipients of the Work or
- Derivative Works a copy of this License; and
-
-
- (b) You must cause any modified files to carry prominent notices
- stating that You changed the files; and
-
-
- (c) You must retain, in the Source form of any Derivative Works
- that You distribute, all copyright, patent, trademark, and
- attribution notices from the Source form of the Work,
- excluding those notices that do not pertain to any part of
- the Derivative Works; and
-
-
- (d) If the Work includes a "NOTICE" text file as part of its
- distribution, then any Derivative Works that You distribute must
- include a readable copy of the attribution notices contained
- within such NOTICE file, excluding those notices that do not
- pertain to any part of the Derivative Works, in at least one
- of the following places: within a NOTICE text file distributed
- as part of the Derivative Works; within the Source form or
- documentation, if provided along with the Derivative Works; or,
- within a display generated by the Derivative Works, if and
- wherever such third-party notices normally appear. The contents
- of the NOTICE file are for informational purposes only and
- do not modify the License. You may add Your own attribution
- notices within Derivative Works that You distribute, alongside
- or as an addendum to the NOTICE text from the Work, provided
- that such additional attribution notices cannot be construed
- as modifying the License.
-
-
- You may add Your own copyright statement to Your modifications and
- may provide additional or different license terms and conditions
- for use, reproduction, or distribution of Your modifications, or
- for any such Derivative Works as a whole, provided Your use,
- reproduction, and distribution of the Work otherwise complies with
- the conditions stated in this License.
-
-
- 5. Submission of Contributions. Unless You explicitly state otherwise,
- any Contribution intentionally submitted for inclusion in the Work
- by You to the Licensor shall be under the terms and conditions of
- this License, without any additional terms or conditions.
- Notwithstanding the above, nothing herein shall supersede or modify
- the terms of any separate license agreement you may have executed
- with Licensor regarding such Contributions.
-
-
- 6. Trademarks. This License does not grant permission to use the trade
- names, trademarks, service marks, or product names of the Licensor,
- except as required for reasonable and customary use in describing the
- origin of the Work and reproducing the content of the NOTICE file.
-
-
- 7. Disclaimer of Warranty. Unless required by applicable law or
- agreed to in writing, Licensor provides the Work (and each
- Contributor provides its Contributions) on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- implied, including, without limitation, any warranties or conditions
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
- PARTICULAR PURPOSE. You are solely responsible for determining the
- appropriateness of using or redistributing the Work and assume any
- risks associated with Your exercise of permissions under this License.
-
-
- 8. Limitation of Liability. In no event and under no legal theory,
- whether in tort (including negligence), contract, or otherwise,
- unless required by applicable law (such as deliberate and grossly
- negligent acts) or agreed to in writing, shall any Contributor be
- liable to You for damages, including any direct, indirect, special,
- incidental, or consequential damages of any character arising as a
- result of this License or out of the use or inability to use the
- Work (including but not limited to damages for loss of goodwill,
- work stoppage, computer failure or malfunction, or any and all
- other commercial damages or losses), even if such Contributor
- has been advised of the possibility of such damages.
-
-
- 9. Accepting Warranty or Additional Liability. While redistributing
- the Work or Derivative Works thereof, You may choose to offer,
- and charge a fee for, acceptance of support, warranty, indemnity,
- or other liability obligations and/or rights consistent with this
- License. However, in accepting such obligations, You may act only
- on Your own behalf and on Your sole responsibility, not on behalf
- of any other Contributor, and only if You agree to indemnify,
- defend, and hold each Contributor harmless for any liability
- incurred by, or claims asserted against, such Contributor by reason
- of your accepting any such warranty or additional liability.
-
-
- END OF TERMS AND CONDITIONS
-
-
- APPENDIX: How to apply the Apache License to your work.
-
-
- To apply the Apache License to your work, attach the following
- boilerplate notice, with the fields enclosed by brackets "[]"
- replaced with your own identifying information. (Don't include
- the brackets!) The text should be enclosed in the appropriate
- comment syntax for the file format. We also recommend that a
- file or class name and description of purpose be included on the
- same "printed page" as the copyright notice for easier
- identification within third-party archives.
-
-
- Copyright [yyyy] [name of copyright owner]
-
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
-
-Khronos Group SPIRV-Headers; Khronos Group OpenCL
-
-Khronos License (modified MIT License)
-Copyright (c) 2015-2018 The Khronos Group Inc.
-
- Permission is hereby granted, free of charge, to any person obtaining a
- copy of this software and/or associated documentation files (the
- "Materials"), to deal in the Materials without restriction, including
- without limitation the rights to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Materials, and to
- permit persons to whom the Materials are furnished to do so, subject to
- the following conditions:
-
-
- The above copyright notice and this permission notice shall be included
- in all copies or substantial portions of the Materials.
-
-
- MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS
- KHRONOS STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS
- SPECIFICATIONS AND HEADER INFORMATION ARE LOCATED AT
- https://www.khronos.org/registry/
-
-
- THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
-
-
-Khronos Group SPIRV-LLVM; Khronos Group SPIRV-LLVM-Translator; LLVM; CLANG
-
-==============================================================================
-LLVM Release License
-==============================================================================
-University of Illinois/NCSA
-Open Source License
-
-Copyright (c) 2003-2017 University of Illinois at Urbana-Champaign.
-All rights reserved.
-
-Developed by:
-
- LLVM Team
-
- University of Illinois at Urbana-Champaign
-
- http://llvm.org
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal with
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-
- * Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimers.
-
- * Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimers in the
- documentation and/or other materials provided with the distribution.
-
- * Neither the names of the LLVM Team, University of Illinois at
- Urbana-Champaign, nor the names of its contributors may be used to
- endorse or promote products derived from this Software without specific
- prior written permission.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
-SOFTWARE.
-
-==============================================================================
-Copyrights and Licenses for Third Party Software Distributed with LLVM:
-==============================================================================
-The LLVM software contains code written by third parties. Such software will
-have its own individual LICENSE.TXT file in the directory in which it appears.
-This file will describe the copyrights, license, and restrictions which apply
-to that code.
-
-The disclaimer of warranty in the University of Illinois Open Source License
-applies to all code in the LLVM Distribution, and nothing in any of the
-other licenses gives permission to use the names of the LLVM Team or the
-University of Illinois to endorse or promote products derived from this
-Software.
-
-The following pieces of software have additional or alternate copyrights,
-licenses, and/or restrictions:
-
-Program Directory
-------- ---------
-Autoconf llvm/autoconf
- llvm/projects/ModuleMaker/autoconf
-Google Test llvm/utils/unittest/googletest
-OpenBSD regex llvm/lib/Support/{reg*, COPYRIGHT.regex}
-pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT}
-ARM contributions llvm/lib/Target/ARM/LICENSE.TXT
-md5 contributions llvm/lib/Support/MD5.cpp llvm/include/llvm/Support/MD5.h
-
-
-LLVM "compiler-rt" runtime libraries
-
-Dual licensed under the MIT license and the UIUC License (a BSD-like license).
-http://llvm.org/docs/DeveloperPolicy.html#license
-
-
-This text file is the file (e.g., redist.txt, etc) specified in the accompanying
-End User License Agreement for the Intel(R) Software Development Products
-("Agreement"). All capitalized terms used but not defined in this text file have
-the same meaning as specified in the Agreement.
-
-The Redistributables files are listed below, and are subject to all of the terms
-and conditions of the Agreement, including without limitation Section 2.1.A.(4).
-
-Also included as Redistributables are executables and shared and static
-libraries you create by linking your program with libraries provided by Intel as
-part of the Materials for this product but which are not listed in this
-redist.txt file ("Libraries"); provided that you do not redistribute those
-Intel provided libraries or any other portion of those Intel provided libraries
-in any other way.
-
-YOU MAY NOT REDISTRIBUTE THESE MATERIALS UNDER AN EVALUATION LICENSE
-
-################################################################################
-### Intel® CPU Runtime for OpenCL™ Applications 18.1
-################################################################################
-
-//opencl_compilers_and_libraries_18.1.0.015/licensing/DPD_EULA.txt
-//opencl_compilers_and_libraries_18.1.0.015/licensing/Third_party_lic.txt
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/clbltfnshared.rtl
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/__ocl_svml_e9.so
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/__ocl_svml_h8.so
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/__ocl_svml_l9.so
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/__ocl_svml_z0.so
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/cl.cfg
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/clbltfne9.rtl
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/clbltfne9_img_cbk.o
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/clbltfne9_img_cbk.rtl
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/clbltfnh8.rtl
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/clbltfnh8_img_cbk.o
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/clbltfnh8_img_cbk.rtl
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/clbltfnl9.rtl
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/clbltfnl9_img_cbk.o
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/clbltfnl9_img_cbk.rtl
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/clbltfnz0.rtl
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/clbltfnz0_img_cbk.o
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/clbltfnz0_img_cbk.rtl
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/libOclCpuBackEnd.so
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/libOpenCL.so.1
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/libOpenCL.so.2.0
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/libcl_logger.so
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/libclang_compiler.so
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/libcommon_clang.18.1.so
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/libcpu_device.so
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/libintelocl.so
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/libtask_executor.so
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/libtbb.so
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/libtbb.so.2
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/libtbbmalloc.so
-/opencl_compilers_and_libraries_18.1.0.015/linux/compiler/lib/intel64_lin/libtbbmalloc.so.2
-
-* Other names and brands may be claimed as the property of others.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Introversion b/sdk_container/src/third_party/portage-stable/licenses/Introversion
deleted file mode 100644
index e2ae4ec48d1..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Introversion
+++ /dev/null
@@ -1,105 +0,0 @@
-
-LICENSE AGREEMENT AND LIMITED WARRANTY
-PLEASE READ THIS LICENSE CAREFULLY BEFORE USING THE SOFTWARE. THIS DOCUMENT
-IS AN AGREEMENT BETWEEN YOU AND INTROVERSION SOFTWARE LIMITED. (THE
-"COMPANY"). THE COMPANY IS WILLING TO LICENSE THE ENCLOSED SOFTWARE TO YOU
-ONLY ON THE CONDITION THAT YOU ACCEPT ALL THE TERMS CONTAINED IN THIS
-AGREEMENT. BY USING THE SOFTWARE YOU ARE AGREEING TO BE BOUND BY THE TERMS
-OF THIS LICENSE.
-
-1. Ownership And License. This is a license agreement and NOT an agreement
-for sale. The software contained in this package (the "Software") is the
-property of the Company and/or its Licensors. You own the disk/CD on which
-the Software is recorded, but the Company and/or its Licensors retain title
-to the Software and related documentation. Your rights to use the Software
-are specified in this Agreement, and the Company and/or its Licensors
-retain all rights not expressly granted to you in this Agreement.
-
-2. Permitted Uses. You are granted the following right to the Software :
-(a) Right to Install and Use. You may install and use the Software on a
-single computer. If you wish to use the Software on more than one computer,
-please contact the Company for information concerning an upgraded license
-allowing use of the Software with additional computers.
-
-3. Prohibited Uses. The following uses of the Software are prohibited. You
-may NOT :
-(a) Make or distribute copies of the Software or documentation, or any
-portion thereof, except as expressly provided in this Agreement.
-(b) Use any backup or archival copy of the Software (or allow someone else
-to use such copy) for any purpose other than to replace the original copy
-in the event it is destroyed or becomes defective;
-(c) Alter, decompile, modify reverse engineer or disassemble the Software,
-create derivative works based upon the Software, or make any attempt to
-bypass, unlock or disable any protective or initialization system on the
-Software;
-(d) Rent, lease, sub-license, time-share, or transfer the Software or
-documentation, or your rights under this Agreement.
-(e) Remove or obscure any copyright or trademark notice(s) on the Software
-or documentation;
-(f) Upload or transmit the Software, or any portion thereof, to any
-electronic bulletin board, network, or other type of multi-use computer
-system regardless of purpose;
-(g) Include the Software in any commercial products intended for
-manufacture, distribution, or sale; or
-(h) Include the Software in any product containing immoral, scandalous,
-controversial, derogatory, obscene, or offensive works.
-
-4. Termination. This license is effective upon the first use, installation,
-loading or copying of the Software. You may terminate this Agreement at any
-time by destruction and disposal of the Software and all related
-documentation. This license will terminate automatically without notice
-from the Company if you fail to comply with any provisions of this license.
-Upon termination, you shall destroy all copies of the Software and any
-accompanying documentation.
-All provisions of this Agreement as to warranties, limitation of liability,
-remedies or damages shall survive termination.
-
-5. Copyright Notice. The Company and/or our Licensors hold valid copyright
-in the Software. Nothing in this Agreement constitutes a waiver of any
-right under English Copyright law or any other federal or provincial law.
-This program is protected by English and international copyright laws.
-
-6. Miscellaneous. This Agreement shall be governed by the laws of England.
-If any provision, or any portion, of this Agreement is found to be
-unlawful, void, or for any reason unenforceable, it shall be severed from,
-and shall in no way affect the validity or enforceability of the remaining
-provisions of the Agreement.
-
-7. Limited Warranty and Disclaimer of Warranty. For a period of 90 days
-from the date on which you purchased the Software, the Company warrants
-that the media on which the Software is supplied will be free from defects
-in materials and workmanship under normal use. If the Software fails to
-conform to this warranty, you may, as your sole and exclusive remedy,
-obtain a replacement free of charge if you return the Software to us with a
-dated proof of purchase. The Company does not warrant that the Software or
-its operations or functions will meet your requirements, nor that the use
-thereof will be without interruption or error.
-
-EXCEPT FOR THE EXPRESS WARRANTY SET FORTH ABOVE, THE COMPANY DISCLAIMS ALL
-WARRANTIES, EXPRESS OR IMPLIED, INCLUDING AND WITHOUT LIMITATION, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-EXCEPT FOR THE EXPRESS WARRANTY SET FORTH ABOVE, THE COMPANY DOES NOT
-WARRANT, GUARANTEE OR MAKE ANY REPRESENTATION REGARDING THE USE OR THE
-RESULTS OF THE USE OF THE SOFTWARE IN TERMS OF ITS CORRECTNESS, ACCURACY,
-RELIABILITY, CURRENTNESS OR OTHERWISE.
-IN NO EVENT SHALL THE COMPANY OR ITS EMPLOYEES OR LICENSORS BE LIABLE FOR
-ANY INCIDENTAL, INDIRECT, SPECIAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF
-OR IN CONNECTION WITH THE LICENSE GRANTED UNDER THIS AGREEMENT INCLUDING
-AND WITH-OUT LIMITATION, LOSS OF USE, LOSS OF DATE, LOSS OF INCOME OR
-PROFIT, OR OTHER LOSS SUSTAINED AS A RESULT OF INJURY TO ANY PERSON, OR
-LOSS OF OR DAMAGE TO PROPERTY, OR CLAIMS OF THIRD PARTIES, EVEN IF THE
-COMPANY OR AN AUTHORIZED REPRESENTATIVE OF THE COMPANY HAS BEEN ADVISED OF
-THE POSSIBILITY OF SUCH DAMAGES, IN NO EVENT SHALL LIABILITY OF THE COMPANY
-FOR DAMAGES WITH RESPECT TO THE SOFTWARE EXCEED THE AMOUNTS ACTUALLY PAID
-BY YOU, IF ANY, FOR THE SOFTWARE.
-SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OR EXCLUSION OF LIABILITY
-FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES SO THE ABOVE LIMITATION OR
-EXCLUSION MAY NOT APPLY TO YOU.
-ACKNOWLEDGEMENT
-YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, UNDERSTAND IT AND AGREE
-TO BE BOUND BY ITS TERMS AND CONDITIONS. YOU ALSO AGREE THAT THIS AGREEMENT
-IS THE COMPLETE AND EXCLUSIVE STATEMENT OF THE AGREEMENT BETWEEN YOU AND
-THE COMPANY AND SUPERCEDES ALL PROPOSALS OR PRIOR ENDORSEMENTS, ORAL OR
-WRITTEN, AND ANY OTHER COMMUNICATIONS BETWEEN YOU AND THE COMPANY OR ANY
-REPRESENTATIVE OF THE COMPANY RELATING TO THE SUBJECT MATTER OF THIS
-AGREEMENT.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Ispell b/sdk_container/src/third_party/portage-stable/licenses/Ispell
deleted file mode 100644
index eaf55eb7f9e..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Ispell
+++ /dev/null
@@ -1,33 +0,0 @@
-Copyright 1993, Geoff Kuenning, Granada Hills, CA
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-3. All modifications to the source code must be clearly marked as
- such. Binary redistributions based on modified source code
- must be clearly marked as modified versions in the documentation
- and/or other materials provided with the distribution.
-(clause 4 removed with permission from Geoff Kuenning)
-5. The name of Geoff Kuenning may not be used to endorse or promote
- products derived from this software without specific prior
- written permission.
-
-THIS SOFTWARE IS PROVIDED BY GEOFF KUENNING AND CONTRIBUTORS ``AS
-IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
-FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GEOFF
-KUENNING OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
-ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/JDOM b/sdk_container/src/third_party/portage-stable/licenses/JDOM
deleted file mode 100644
index a4c207c0e5a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/JDOM
+++ /dev/null
@@ -1,48 +0,0 @@
-Copyright (C) .
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions, and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions, and the disclaimer that follows
- these conditions in the documentation and/or other materials
- provided with the distribution.
-
-3. The name "" must not be used to endorse or promote products
- derived from this software without prior written permission. For
- written permission, please contact .
-
-4. Products derived from this software may not be called "",
- nor may "" appear in their name, without prior written
- permission from ().
-
-In addition, we request (but do not require) that you include in the
-end-user documentation provided with the redistribution and/or in the
-software itself an acknowledgement equivalent to the following:
- "This product includes software developed by
- ()."
-Alternatively, the acknowledgment may be graphical using the logos
-available at
-
-THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
-WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL OR THE PROJECT
-CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
-USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
-OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
-
-[This software consists of voluntary contributions made by many
-individuals on behalf of the Project and was originally
-created by . For more information on the Project,
-please see .]
diff --git a/sdk_container/src/third_party/portage-stable/licenses/JOVE b/sdk_container/src/third_party/portage-stable/licenses/JOVE
deleted file mode 100644
index edcc31667ab..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/JOVE
+++ /dev/null
@@ -1,4 +0,0 @@
-This program is Copyright (C) 1986-2002 by Jonathan Payne. JOVE is
-provided by Jonathan and Jovehacks without charge and without
-warranty. You may copy, modify, and/or distribute JOVE, provided that
-this notice is included in all the source files and documentation.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/JPRS b/sdk_container/src/third_party/portage-stable/licenses/JPRS
deleted file mode 100644
index 566f50b6a6d..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/JPRS
+++ /dev/null
@@ -1,181 +0,0 @@
- TERMS AND CONDITIONS
- FOR
- OPEN SOURCE CODE LICENSE
- Version 1.1
-
-Japan Registry Services Co., Ltd. ("JPRS"), a Japanese corporation
-having its head office at Chiyoda First Bldg. East 13F 3-8-1 Nishi-Kanda,
-Chiyoda-ku, Tokyo 101-0065, Japan, grants you the license for open source
-code specified in EXHIBIT A the "Code" subject to the following Terms and
-Conditions ("OSCL").
-
-1. License Grant.
- JPRS hereby grants you a worldwide, royalty-free, non-exclusive
- license, subject to third party intellectual property claims:
- (a) under intellectual property rights (other than patent or
- trademark) licensable by JPRS to use, reproduce, modify, display,
- perform, sublicense and distribute the Code (or portions thereof)
- with or without modifications, and/or as part of a derivative work;
- or
- (b) under claims of the infringement through the making, using,
- offering to sell and/or otherwise disposing the JPRS Revised Code
- (or portions thereof);
- (c) the licenses granted in this Section 1(a) and (b) are effective on
- the date JPRS first distributes the Code to you under the terms of
- this OSCL;
- (d) Notwithstanding the above stated terms, no patent license is
- granted:
- 1) for a code that you delete from the Code;
- 2) separate from the Code; or
- 3) for infringements caused by:
- i) modification of the Code; or
- ii) combination of the Code with other software or devices.
-
-2. Consents.
- You agree that:
- (a) you must include a copy of this OSCL and the notice set forth in
- EXHIBIT A with every copy of the Code you distribute;
- (b) you must include a copy of this OSCL and the notice set forth in
- EXHIBIT A with every copy of binary form of the Code in the
- documentation and/or other materials provided with the distribution;
- (c) you may not offer or impose any terms on any source code version
- that alters or restricts the applicable version of this OSCL or
- the recipients' rights hereunder.
- (d) If the terms and conditions are set forth in EXHIBIT A, you must
- comply with those terms and conditions.
-
-3. Proprietary Information.
- All trademarks, service marks, patents, copyrights, trade secrets, and
- other proprietary rights in or related to the Code are and will remain
- the exclusive property of JPRS or its licensors, whether or not
- specifically recognized or perfected under local law except specified
- in this OSCL; provided however you agree and understand that the JPRS
- name may not be used to endorse or promote this Code without prior
- written approval of JPRS.
-
-4. WARRANTY DISCLAIMER.
- JPRS MAKES NO REPRESENTATIONS AND WARRANTIES REGARDING THE USE OF THE
- CODE, NOR DOES JPRS MAKE ANY REPRESENTATIONS THAT THE CODE WILL BECOME
- COMMERCIALLY AVAILABLE. JPRS, ITS AFFILIATES, AND ITS SUPPLIERS DO NOT
- WARRANT OR REPRESENT THAT THE CODE IS FREE OF ERRORS OR THAT THE CODE
- IS SUITABLE FOR TRANSLATION AND/OR LOCALIZATION. THE CODE IS PROVIDED
- ON AN "AS IS" BASIS AND JPRS AND ITS SUPPLIERS HAVE NO OBLIGATION TO
- CORRECT ERRORS OR TO SUPPORT THE CODE UNDER THIS OSCL FOR ANY REASON.
- TO THE FULL EXTENT PERMITTED BY LAW, ALL OBLIGATIONS ARE HEREBY
- EXCLUDED WHETHER EXPRESS, STATUTORY OR IMPLIED UNDER LAW, COURSE OF
- DEALING, CUSTOM, TRADE USAGE, ORAL OR WRITTEN STATEMENT OR OTHERWISE,
- INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY
- OR FITNESS FOR A PARTICULAR PURPOSE CONCERNING THE CODE.
-
-5. NO LIABILITY.
- UNDER NO CIRCUMSTANCES SHALL JPRS AND/OR ITS AFFILIATES, LICENSORS, OR
- REPRESENTATIVES BE LIABLE FOR ANY DAMAGES INCLUDING BUT NOT LIMITED TO
- CONSEQUENTIAL, INDIRECT, SPECIAL, PUNITIVE OR INCIDENTAL DAMAGES,
- WHETHER FORESEEABLE OR UNFORESEEABLE, BASED ON YOUR CLAIMS, INCLUDING,
- BUT NOT LIMITED TO, CLAIMS FOR LOSS OF DATA, GOODWILL, PROFITS, USE OF
- MONEY, INTERRUPTION IN USE OR AVAILABILITY OF DATA, STOPPAGE, IMPLIED
- WARRANTY, BREACH OF CONTRACT, MISREPRESENTATION, NEGLIGENCE, STRICT
- LIABILITY IN TORT, OR OTHERWISE.
-
-6. Indemnification.
- You hereby agree to indemnify, defend, and hold harmless JPRS for any
- liability incurred by JRPS due to your terms of warranty, support,
- indemnity, or liability offered by you to any third party.
-
-7. Termination.
-7.1 This OSCL shall be automatically terminated in the events that:
- (a) You fail to comply with the terms herein and fail to cure such
- breach within 30 days of becoming aware of the breach;
- (b) You initiate patent or copyright infringement litigation against
- any party (including a cross-claim or counterclaim in a lawsuit)
- alleging that the Code constitutes a direct or indirect patent or
- copyright infringement, in such case, this OSCL to you shall
- terminate as of the date such litigation is filed;
-7.2 In the event of termination under Sections 7.1(a) or 7.1(b) above,
- all end user license agreements (excluding distributors and
- resellers) which have been validly granted by You or any distributor
- hereunder prior to termination shall survive termination.
-
-
-8. General.
- This OSCL shall be governed by, and construed and enforced in
- accordance with, the laws of Japan. Any litigation or arbitration
- between the parties shall be conducted exclusively in Tokyo, Japan
- except written consent of JPRS provides other venue.
-
-
- EXHIBIT A
-
-The original open source code of idnkit-2 is idnkit-1.0 developed and
-conceived by Japan Network Information Center ("JPNIC"), a Japanese
-association, Kokusai-Kougyou-Kanda Bldg 6F, 2-3-4 Uchi-Kanda,
-Chiyoda-ku, Tokyo 101-0047, Japan, and JPRS modifies above original code
-under following Terms and Conditions set forth by JPNIC.
-
- JPNIC
-
-Copyright (c) 2000-2002 Japan Network Information Center. All rights reserved.
-
-By using this file, you agree to the terms and conditions set forth bellow.
-
- LICENSE TERMS AND CONDITIONS
-
-The following License Terms and Conditions apply, unless a different
-license is obtained from Japan Network Information Center ("JPNIC"),
-a Japanese association, Kokusai-Kougyou-Kanda Bldg 6F, 2-3-4 Uchi-Kanda,
-Chiyoda-ku, Tokyo 101-0047, Japan.
-
-1. Use, Modification and Redistribution (including distribution of any
- modified or derived work) in source and/or binary forms is permitted
- under this License Terms and Conditions.
-
-2. Redistribution of source code must retain the copyright notices as they
- appear in each source code file, this License Terms and Conditions.
-
-3. Redistribution in binary form must reproduce the Copyright Notice,
- this License Terms and Conditions, in the documentation and/or other
- materials provided with the distribution. For the purposes of binary
- distribution the "Copyright Notice" refers to the following language:
- "Copyright (c) 2000-2002 Japan Network Information Center. All rights reserved."
-
-4. The name of JPNIC may not be used to endorse or promote products
- derived from this Software without specific prior written approval of
- JPNIC.
-
-5. Disclaimer/Limitation of Liability: THIS SOFTWARE IS PROVIDED BY JPNIC
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
- PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JPNIC BE LIABLE
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
- BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
- OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
- ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-
- JPRS Public License Notice
- For
- idnkit-2.
-
-The contents of this file are subject to the Terms and Conditions for
-the Open Source Code License (the "OSCL"). You may not use this file
-except in compliance with above terms and conditions. A copy of the OSCL
-is available at .
-The JPRS Revised Code is idnkit-2.
-The Initial Developer of the JPRS Revised Code is Japan Network
-Information Center ("JPNIC"), a Japanese association,
-Kokusai-Kougyou-Kanda Bldg 6F, 2-3-4 Uchi-Kanda, Chiyoda-ku, Tokyo
-101-0047, Japan.
-"Copyright (c) 2000-2002 Japan Network Information Center. All rights reserved."
-"Copyright (c) 2010-2012 Japan Registry Services Co., Ltd. All rights reserved."
-Contributor(s): ______________________________________.
-
-If you wish to allow use of your version of this file only under the
-above License(s) and not to allow others to use your version of this
-file, please indicate your decision by deleting the relevant provisions
-above and replacing them with the notice and other provisions required
-by the above License(s). If you do not delete the relevant provisions,
-a recipient may use your version of this file under either the above
-License(s).
diff --git a/sdk_container/src/third_party/portage-stable/licenses/JSON b/sdk_container/src/third_party/portage-stable/licenses/JSON
deleted file mode 100644
index e26c1db7f74..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/JSON
+++ /dev/null
@@ -1,22 +0,0 @@
-Copyright (c) 2002 JSON.org
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-The Software shall be used for Good, not Evil.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/JasPer2.0 b/sdk_container/src/third_party/portage-stable/licenses/JasPer2.0
deleted file mode 100644
index ce90e4b484d..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/JasPer2.0
+++ /dev/null
@@ -1,51 +0,0 @@
-JasPer License Version 2.0
-
-Copyright (c) 2001-2016 Michael David Adams
-Copyright (c) 1999-2000 Image Power, Inc.
-Copyright (c) 1999-2000 The University of British Columbia
-
-All rights reserved.
-
-Permission is hereby granted, free of charge, to any person (the
-"User") obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-1. The above copyright notices and this permission notice (which
-includes the disclaimer below) shall be included in all copies or
-substantial portions of the Software.
-
-2. The name of a copyright holder shall not be used to endorse or
-promote products derived from the Software without specific prior
-written permission.
-
-THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
-LICENSE. NO USE OF THE SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER
-THIS DISCLAIMER. THE SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS
-"AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
-BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
-PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO
-EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
-INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
-FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
-NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
-WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. NO ASSURANCES ARE
-PROVIDED BY THE COPYRIGHT HOLDERS THAT THE SOFTWARE DOES NOT INFRINGE
-THE PATENT OR OTHER INTELLECTUAL PROPERTY RIGHTS OF ANY OTHER ENTITY.
-EACH COPYRIGHT HOLDER DISCLAIMS ANY LIABILITY TO THE USER FOR CLAIMS
-BROUGHT BY ANY OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL
-PROPERTY RIGHTS OR OTHERWISE. AS A CONDITION TO EXERCISING THE RIGHTS
-GRANTED HEREUNDER, EACH USER HEREBY ASSUMES SOLE RESPONSIBILITY TO SECURE
-ANY OTHER INTELLECTUAL PROPERTY RIGHTS NEEDED, IF ANY. THE SOFTWARE
-IS NOT FAULT-TOLERANT AND IS NOT INTENDED FOR USE IN MISSION-CRITICAL
-SYSTEMS, SUCH AS THOSE USED IN THE OPERATION OF NUCLEAR FACILITIES,
-AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL
-SYSTEMS, DIRECT LIFE SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH
-THE FAILURE OF THE SOFTWARE OR SYSTEM COULD LEAD DIRECTLY TO DEATH,
-PERSONAL INJURY, OR SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH
-RISK ACTIVITIES"). THE COPYRIGHT HOLDERS SPECIFICALLY DISCLAIM ANY
-EXPRESS OR IMPLIED WARRANTY OF FITNESS FOR HIGH RISK ACTIVITIES.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/JetBrains-business b/sdk_container/src/third_party/portage-stable/licenses/JetBrains-business
deleted file mode 100644
index d10c393a2bb..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/JetBrains-business
+++ /dev/null
@@ -1,105 +0,0 @@
-TOOLBOX SUBSCRIPTION AGREEMENT FOR BUSINESSES AND ORGANIZATIONS
-Version 3.1, effective as of January 9th, 2019
-IMPORTANT! READ CAREFULLY:
-THIS IS A LEGAL AGREEMENT. BY CLICKING ON THE “I AGREE” (OR SIMILAR) BUTTON THAT IS PRESENTED TO CUSTOMER AT THE TIME OF CUSTOMER’S PURCHASE, OR BY DOWNLOADING, INSTALLING, COPYING, SAVING ON CUSTOMER’S DEVICE, OR OTHERWISE USING JETBRAINS SOFTWARE, SUPPORT OR PRODUCTS CUSTOMER BECOMES A PARTY TO THIS AGREEMENT AND CUSTOMER CONSENTS TO BE BOUND BY ALL THE TERMS AND CONDITIONS SET FORTH BELOW.
-Note: In case the terms of this Agreement are in conflict with the terms of any agreement individually negotiated and agreed between JetBrains and Customer, the terms of the latter shall prevail.
-1. PARTIES
-1.1. “JetBrains” or “We” means JetBrains s.r.o., having its principal place of business at Na Hrebenech II 1718/10, Prague, 14000, Czech Republic, registered in the Commercial Register maintained by the Municipal Court of Prague, Section C, File 86211, ID. No.: 265 02 275.
-1.2. “Customer” or “You” means the sole proprietor or legal entity specified in the Subscription Confirmation, or in the case of Redistributable Products the sole proprietor or legal entity using the Redistributable Product in accordance with this Agreement. For legal entities, “Customer” includes any entity which controls, is controlled by, or is under common control with Customer. For the purposes of this definition, “control” means (i) the power, directly or indirectly, to direct or manage such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.
-2. DEFINITIONS
-2.1. “Agreement” means this Toolbox Subscription Agreement.
-2.2. “Product” means any generally available JetBrains software product identified by JetBrains as an individual developer tool. For the avoidance of doubt, the Product is not produced to the specifications of Customer nor customized through modification or personalization, and is intended for mass distribution.
-2.3. “Client” means a computer device used by a User for running the Product.
-2.4. “Product Version” means a release, update, or upgrade of a particular Product that is not identified by JetBrains as being made for the purpose of fixing software bugs.
-2.5. “Bug Fix Update” for a particular Product Version means a software update or release that is specifically identified by JetBrains as a bug fix for that Product Version.
-2.6. “Fallback Date” means the date that was 12 months prior to the date of expiration of the Toolbox Subscription.
-2.7. “Fallback Version” means the most recent Product Version that JetBrains made available for public purchase prior to the Fallback Date, along with any Bug Fix Updates for that Product Version. For the purpose of clarity, Fallback Version does not include any Product updates or upgrades other than Bug Fix Updates that Customer may have used in the period between the Fallback Date and the date of expiration of the Toolbox Subscription.
-2.8. “JetBrains Account” or “JBA” means an account at https://account.jetbrains.com created by Customer or a single User, having a unique name and password, and enabling User management and Toolbox Subscription administration and/or access to Products in accordance with a Toolbox Subscription.
-2.9. “JetBrains Toolbox” means the set of Products which are subject to this Agreement. For the avoidance of doubt, JetBrains Toolbox does not include JetBrains team productivity software and services such as YouTrack, TeamCity, Upsource or Hub or any other software, services or products which do not fall within the definition of Section 2.2 and which are subject to different terms and conditions.
-2.10. “Redistributable Product” means an independent module of the Product or the Product as a whole designed to be redistributed and designated by JetBrains as “Redistributable” in its name or in its official description.
-2.11. “Subscription Confirmation” means an email confirming Customer’s rights to access and use Products (excl. Redistributable Products), including Toolbox Subscription plans, and the number of authorized Users.
-2.12. “Toolbox Subscription” specifies the subscription term, Products provided to Customer, subscription fees and payment schedules. Toolbox Subscription does not apply to Redistributable Products.
-2.13. “User” means any employee, independent contractor or other personnel obtaining access to the Product(s) from Customer.
-3. GRANT OF RIGHTS
-3.1. The Product is provided on a per-seat basis. If Customer complies with the terms of this Agreement, Customer has the rights stipulated hereunder for each Toolbox Subscription that Customer acquires. Customer’s rights acquired in relation to the Product are limited to those necessary to enable Customer and its Users to effectively operate the Product(s). All other rights remain reserved to JetBrains.
-3.2. Unless the Toolbox Subscription has expired or this Agreement is terminated in accordance with Section 12, and subject to the terms and conditions specified herein, JetBrains grants Customer a non-exclusive and non-transferable right to use each Product covered by the Toolbox Subscription as stipulated below:
-(A) Customer may:
-(i) Install and use any version of the Product covered by the Toolbox Subscription on any number of Clients and on any operating system supported by the Product; and
-(ii) Make one backup copy of the Product solely for archival/security backup purposes.
-(B) Customer may not:
-(i) Allow the same Toolbox Subscription to be used concurrently by more than one (1) User;
-(ii) Rent, lease, reproduce, modify, adapt, create derivative works of, distribute, sell, or transfer the Product;
-(iii) Provide access to the Product, Customer’s JetBrains Account or the right to use the Product to a third party;
-(iv) Reverse engineer, decompile, disassemble, modify, or translate, or make any attempt to discover the source code of, the Product; or
-(v) Remove or obscure any proprietary or other notices contained in the Product.
-3.3. Following the expiration of this Agreement, the rights stipulated in Section 3.2(A) shall continue on a perpetual, royalty-free, non-exclusive, and non-transferable basis for the continued use of a Fallback Version of each Product covered by the Toolbox Subscription. The limitations set forth in Sections 3.1 and 3.2(B) of this Agreement apply to the usage of the Fallback Version, as shall Section 12.5. The rights granted in this Section 3.3 are expressly contingent upon Customer not being in breach of this Agreement, including having paid in full the applicable Toolbox Subscription fees for the preceding 12 months or longer without interruption.
-3.4. Customer acknowledges that no ownership right is conveyed to Customer under this Agreement, irrespective of the use of terms such as “purchase” or “sale”. JetBrains has and retains all rights, title and interest, including all intellectual property rights, in and to the Products and any and all related or underlying technology, and any modifications or derivative works thereof, including without limitation as they may incorporate Feedback (as defined below).
-3.5. If an independent module of the Product or the Product as a whole is a Redistributable Product, the following provisions shall apply in addition to Sections 3.2-3.4:
-(A) You may:
-(i) use the Redistributable Product without the quantitative restrictions provided in Sections 3.1 and 3.2(B)(i), unless specified otherwise in the terms relating to the use of the particular Redistributable Product;
-(ii) transfer, reproduce, redistribute and provide access to the Redistributable Product to a third party;
-(iii) sell your product containing or using the Redistributable Product to a third party, but not the Redistributable Product as such;
-(iv) redistribute the Redistributable Product onto another Client for legitimate purposes in accordance with applicable law and use the Redistributable Product on that Client, provided that You have received authorization from the owner of such Client to deploy and use the Redistributable Product in this way. You will indemnify JetBrains against any loss, costs or damages arising from Your deployment of the Redistributable Product onto another Client in violation of this clause.
-(B) You hereby agree to ensure that the use of any Redistributable Product you reproduce, redistribute or provide access to, to a third party is governed by an agreement concluded between the relevant third party as a Customer and JetBrains and that such third party is bound by the agreement prior to the use of any such Redistributable Product. JetBrains is the exclusive owner and exclusive licensor of any Redistributable Product. You acknowledge that you are liable to JetBrains for any loss or damages in connection with the breach of this section.
-4. PURCHASING THROUGH RESELLERS
-This Agreement applies whether Customer purchases a Toolbox Subscription directly from JetBrains or through resellers. If Customer purchases through a reseller, the Toolbox Subscription details shall be as stated in the Subscription Confirmation issued by the reseller to Customer, and the reseller is responsible for the accuracy of any such Subscription Confirmation. Resellers are not authorized to make any promises or commitments on JetBrains’ behalf, and Customer understands and agrees that JetBrains is not bound by any obligations to Customer other than as specified in this Agreement.
-5. ACCESS TO PRODUCTS
-5.1. All deliveries under this Agreement will be electronic. Customer and its Users must have an Internet connection in order to access the JBA and receive any deliveries. For the avoidance of doubt, Customer is responsible for downloading and installing the Products, which are made available for download on JetBrains’ website at www.jetbrains.com.
-5.2. Customer and its Users may use the JBA in accordance with its documentation. Customer and its Users are solely responsible for the accuracy of any information provided via and any action taken through the JBA.
-5.3. Customer may enable Users to access Products in one of the following ways:
-(A) By sending an invitation from Customer’s JBA to a User JBA. Customer acknowledges and agrees that the Product will periodically connect from a User Client to JetBrains’ servers via the Internet to confirm that User’s right to use the Product;
-(B) By generating an offline activation code in Customer’s JBA and providing it to the User for offline Product activation. It is Customer’s responsibility to generate a new activation code and apply it to the Product registration screen every time changes are made to the right of use assignment or Toolbox Subscription plan, as well as whenever a subscription is renewed;
-(C) Via a server application located on Customer’s premises that enables access to the Product from Clients that are within Customer’s local area network (“Product Server”). The Product Server option may be provided to Customer at the sole discretion of JetBrains.
-6. FEES
-Customer shall pay its Toolbox Subscription fees in accordance with JetBrains Terms of Purchase or the reseller’s terms of purchase, whichever are applicable. The Toolbox Subscription fees shall be paid in full, and any levies, duties and/or taxes imposed by Customer’s jurisdiction (including, but not limited to, value added tax, sales tax and withholding tax), shall be borne solely by Customer. Customer may not deduct any amounts from fees payable to JetBrains or the reseller, unless otherwise specified in the applicable terms of purchase.X
-7. FEEDBACK
-Customer has no obligation to provide Us with ideas, suggestions, or proposals (“Feedback”). However, if Customer or Users submit Feedback to us, then Customer grants us a non-exclusive, worldwide, royalty-free license that is sub-licensable and transferable, to make, use, sell, have made, offer to sell, import, reproduce, publicly display, distribute, modify, or publicly perform the Feedback in any manner without any obligation, royalty or restriction based on intellectual property rights or otherwise.
-8. THIRD-PARTY SOFTWARE
-The Products include code and libraries licensed to Us by third parties, including open source software (“Third-Party Software”). A list of Third-Party Software included in each Product is available in the Product documentation. All Third-Party Software is provided to Customer under the respective terms stipulated in the Product documentation.X
-9. TOOLBOX SUBSCRIPTION TRIAL
-9.1. Subject to the terms of this Agreement, Customer is granted a one-time right to install and use the Product for evaluation purposes without charge for a period of thirty (30) days from the date of the Product installation (the “Evaluation Period”). Customer’s use of the Product during the Evaluation Period shall be limited to the internal evaluation of the Product for the sole purpose of determining whether the Product meets Customer’s requirements and whether Customer desires to continue using the Product.
-9.2. Customer may withdraw from using the Product at Customer’s sole discretion anytime before expiration of the Evaluation Period. Upon expiration of the Evaluation Period, Customer’s right to continue to use the Product will terminate, unless Customer purchases a Toolbox Subscription to the Product. The Product contains a feature that will automatically disable the Product upon the expiration of the Evaluation Period.
-9.3. Limitations contained in this Section 9 do not apply to the use of Redistributable Products, which may be used for the term of this Agreement.
-10. WARRANTY LIMITATIONS
-10.1 ALL PRODUCTS ARE PROVIDED TO CUSTOMER ON AN “AS IS” AND “AS AVAILABLE” BASIS. USE OF THE PRODUCTS IS AT CUSTOMER’S OWN RISK.
-10.2 JETBRAINS MAKES NO WARRANTY AS TO THE PRODUCTS’ USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, JETBRAINS (OR ITS AFFILIATES, SHAREHOLDERS, AGENTS, DIRECTORS, AND EMPLOYEES), ITS LICENSORS, SUPPLIERS (WHICH SHALL INCLUDE THE PROVIDERS OF THIRD PARTY SOFTWARE), AND RESELLERS (COLLECTIVELY HEREUNDER, “JETBRAINS PARTIES”) DISCLAIM ALL WARRANTIES AND CONDITIONS, WHETHER EXPRESS OR IMPLIED (INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY; FITNESS FOR A PARTICULAR PURPOSE; TITLE; AND NON-INFRINGEMENT) WITH REGARD TO THE PRODUCTS AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES.
-TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, JETBRAINS PARTIES DO NOT REPRESENT OR WARRANT THAT THE PRODUCTS: (A) ARE ACCURATE, RELIABLE OR CORRECT; (B) WILL MEET ANY CUSTOMER REQUIREMENTS; (C) WILL BE AVAILABLE AT ANY PARTICULAR TIME OR LOCATION, UNINTERRUPTED OR SECURE; (D) ARE FREE OF DEFECTS OR ERRORS AND THAT ANY, IF FOUND, WILL BE CORRECTED; AND/OR (E) ARE FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS.
-10.3 ANY CONTENT OR DATA DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE PRODUCTS ARE DOWNLOADED AT CUSTOMER’S OWN RISK; CUSTOMER AGREES IT IS SOLELY RESPONSIBLE FOR ANY DAMAGE TO ITS PROPERTY OR LOSS OF DATA THAT RESULTS FROM SUCH DOWNLOAD.
-10.4 CUSTOMER MAY HAVE OTHER RIGHTS, WHICH VARY FROM JURISDICTION TO JURISDICTION. THIS DOCUMENT IS NOT INTENDED TO ABROGATE SUCH RIGHTS.
-11. DISCLAIMER OF DAMAGES
-11.1. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL THE JETBRAINS PARTIES BE LIABLE TO CUSTOMER, CUSTOMER’S AFFILIATES, USERS, OR ANYONE ELSE FOR: (A) ANY LOSS OF USE, DATA, GOODWILL, OR PROFITS, WHETHER OR NOT FORESEEABLE; (B) ANY LOSS OR DAMAGES IN CONNECTION WITH TERMINATION OR SUSPENSION OF CUSTOMER’S ACCESS TO THE PRODUCTS IN ACCORDANCE WITH THIS AGREEMENT; OR (C) ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, EXEMPLARY OR PUNITIVE DAMAGES WHATSOEVER (EVEN IF THE RELEVANT JETBRAINS PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF THESE DAMAGES), INCLUDING THOSE (X) RESULTING FROM LOSS OF USE, DATA, OR PROFITS, WHETHER OR NOT FORESEEABLE, (Y) BASED ON ANY THEORY OF LIABILITY, INCLUDING BREACH OF CONTRACT OR WARRANTY, STRICT LIABILITY, NEGLIGENCE OR OTHER TORTIOUS ACTION, OR (Z) ARISING FROM ANY OTHER CLAIM ARISING OUT OF OR IN CONNECTION WITH CUSTOMER’S USE OF OR ACCESS TO THE PRODUCTS OR SUPPORT. THE FOREGOING LIMITATION OF LIABILITY SHALL APPLY TO THE FULLEST EXTENT PERMITTED BY LAW IN THE APPLICABLE JURISDICTION.
-11.2. THE JETBRAINS PARTIES’ TOTAL LIABILITY IN ANY MATTER ARISING OUT OF OR IN RELATION TO THIS AGREEMENT IS LIMITED TO THE GREATER OF (A) ONE HUNDRED (100) US DOLLARS OR (B) THE AGGREGATE AMOUNT PAID OR PAYABLE BY THE CUSTOMER DURING THE THREE-MONTH PERIOD PRECEDING THE EVENT, FOR THE PRODUCTS GIVING RISE TO THE LIABILITY. THIS LIMITATION WILL APPLY EVEN IF THE JETBRAINS PARTIES HAVE BEEN ADVISED OF THE POSSIBILITY OF LIABILITY EXCEEDING SUCH AN AMOUNT AND NOTWITHSTANDING ANY FAILURE OF THE ESSENTIAL PURPOSE OF ANY LIMITED REMEDY.
-12. TERM AND TERMINATION
-12.1. The term of this Agreement will commence upon acceptance of this Agreement by Customer as set forth in the preamble above, and will continue for each Product through the end of the applicable subscription period specified in the respective Subscription Confirmation or in the case of Redistributable Products until terminated by either Customer or JetBrains. This Agreement will automatically renew with respect to each Product for a successive Toolbox Subscription term, unless terminated as set forth herein.
-12.2. Customer may terminate this Agreement at any time by cancelling its Product subscription via Customer’s JetBrains Account. If such termination occurs during a then-current subscription period, this Agreement will continue to be effective until the end of that subscription period. Such termination does not relieve Customer of the obligation to pay any outstanding subscription fees owed to JetBrains, and no credits or refunds will be issued to Customer for prepaid subscription fees (except as specified in the JetBrains Terms of Purchase, if applicable). In the case of Redistributable Products, Customer may terminate this Agreement with immediate effect by notifying JetBrains of such termination, discontinuing use of the Redistributable Product and deleting all copies of the Redistributable Product from its Clients and archives.
-12.3. JetBrains may terminate this agreement if:
-(A) Customer has materially breached this Agreement and fails to cure such breach within thirty (30) days of written notice thereof;
-(B) Customer fails to make the timely payment of subscription fees in accordance with Section 6 of this Agreement;
-(C) JetBrains is required to do so by law (for example, where the provision of the JetBrains Toolbox to Customer is, or becomes, unlawful); or
-(D) JetBrains elects to discontinue providing the JetBrains Toolbox, in whole or in part.
-12.4. JetBrains will make reasonable efforts to notify Customer via email as follows:
-(A) Thirty (30) days prior to termination of the Agreement in the events specified in Sections 12.3(C) and 12.3(D) above, and in such events Customer will be entitled to a refund of the unused portion of prepaid subscription fees, if applicable;
-(B) Three (3) days prior to termination of the Agreement in the event specified in Section 12.3(B), and in such event Customer will not be entitled to any refund of the unused portion of prepaid subscription fees.
-12.5. Survival. Upon the expiration or termination of this Agreement by Customer under Section 12.2, and if Customer elects to use the Fallback Version of the Product subject to Section 3.3 of this Agreement, Sections 3.3, 7, 8, 10 and 11 of this Agreement will also survive with respect to said Fallback Version.
-13. TEMPORARY SUSPENSION FOR NON-PAYMENT
-13.1. JetBrains reserves the right to suspend Customer’s access to JetBrains’ Products if Customer fails to pay subscription fees on time in accordance with Section 6 of this Agreement.
-13.2. If JetBrains suspends Customer’s access to JetBrains’ Products for non-payment according to Section 13.1., Customer must pay all past due amounts in order to restore its access to JetBrains’ Products.
-13.3. Customer hereby agrees that JetBrains is entitled to charge Customer for the time period during which Customer has access to JetBrains Products until Customer or JetBrains terminates or suspends Customer’s subscription in accordance with this Agreement.
-14. EXPORT REGULATIONS
-Customer shall comply with all applicable laws and regulations with regards to economic sanctions, export controls, import regulations, and trade embargoes (all herein referred to as “Sanctions”), including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Customer declares that it is not a person targeted by Sanctions nor is it otherwise owned or controlled by or acting on behalf of any person targeted by Sanctions. Further, Customer warrants that it will not download or otherwise export or re-export the JetBrains Toolbox or any related technical data directly or indirectly to any person targeted by Sanctions or download or otherwise use the JetBrains Toolbox for any end-use prohibited or restricted by Sanctions.
-15. MARKETING
-Customer agrees that JetBrains may identify it as a customer of JetBrains and may refer to it by name, trade name and trademark, if applicable. JetBrains may also briefly describe Customer’s business in JetBrains marketing materials, on the JetBrains website and/or in public or legal documents. Customer hereby grants JetBrains a worldwide, non-exclusive and royalty-free license to use Customer’s name and any of Customer’s trade names and trademarks solely pursuant to this marketing section.
-16. GENERAL
-16.1. Entire Agreement. This Agreement, including the Third-Party Software license terms, constitutes the entire agreement between the parties concerning its subject matter and supersedes any prior agreements between Customer and JetBrains regarding Customer’s use of any Products in the JetBrains Toolbox. No purchase order, other ordering document or any handwritten or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Customer and JetBrains.
-16.2. Reservation of Rights. JetBrains reserves the right at any time to cease the support of the JetBrains Toolbox and to alter prices, features, specifications, capabilities, functions, terms of use, release dates, general availability or other characteristics of the JetBrains Toolbox.
-16.3. Changes to this Agreement. We may update or modify this Agreement from time to time, including any referenced policies and other documents. If a revision meaningfully reduces Customer’s rights, we will use reasonable efforts to notify Customer (by, for example, sending an email to the email address of the billing or technical contact provided by Customer to us, posting on our blog, through Customer’s JetBrains Account, or via the Product itself). If we modify this Agreement, the modified version of the Agreement will be effective from the start of the next Toolbox Subscription term. In this case, if Customer objects to the updated Agreement terms, as Customer’s exclusive remedy, Customer may cancel the Toolbox Subscription. Customer may be required to click through the updated Agreement to show its acceptance. For the avoidance of doubt, each Subscription Confirmation is subject to the version of the Agreement in effect on the Subscription Confirmation date.
-16.4. Opportunity to Review. Customer hereby declares that Customer has had sufficient opportunity to review this Agreement, understand the content of all of its clauses, negotiate its terms, and seek independent professional legal advice in that respect before entering into it. Consequently, any statutory “form contract” (“adhesion contract”) regulations shall not be applicable to this Agreement.
-16.5. Severability. If a particular term of this Agreement is not enforceable, the unenforceability of that term will not affect any other terms of this Agreement.
-16.6. Headings. Headings and titles are for convenience only and do not affect the interpretation of this Agreement.
-16.7. No Waiver. Our failure to enforce or exercise any part of this Agreement is not a waiver of that section.
-16.8. Notice. JetBrains may deliver any notice to Customer via electronic mail to an email address provided by Customer, its JetBrains Account, registered mail, personal delivery or renowned express courier (such as DHL, FedEx or UPS). Any such notice will be deemed to be effective (i) on the day the notice is sent to Customer via email, (ii) upon being uploaded to Customer’s JetBrains Account (irrespective of when Customer actually receives it), (iii) upon personal delivery, (iv) one (1) day after deposit with an express courier, (v) or five (5) days after deposit in the mail, whichever occurs first.
-16.9. Governing Law. This Agreement will be governed by the laws of the Czech Republic, without reference to conflict of laws principles. Customer agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any competent court of the Czech Republic. The parties agree that the United Nations Convention on Contracts for the International Sale of Goods does not apply to this Agreement.
-For exceptions or modifications to this Agreement, please contact JetBrains at:
-Address: Na Hrebenech II 1718/10, Prague, 14000, Czech Republic
-Fax: +420 241 722 540
-E-mail: sales@jetbrains.com
diff --git a/sdk_container/src/third_party/portage-stable/licenses/JetBrains-classroom b/sdk_container/src/third_party/portage-stable/licenses/JetBrains-classroom
deleted file mode 100644
index 18e441d626e..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/JetBrains-classroom
+++ /dev/null
@@ -1,87 +0,0 @@
-TOOLBOX SUBSCRIPTION AGREEMENT FOR EDUCATION AND TRAINING
-Version 4.1, effective as of January 9th, 2019
-IMPORTANT! READ CAREFULLY:
-THIS IS A LEGAL AGREEMENT. BY CLICKING ON THE “I AGREE” (OR SIMILAR) BUTTON THAT IS PRESENTED TO YOU AT THE TIME OF YOUR PURCHASE, OR BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR DEVICE, OR OTHERWISE USING JETBRAINS SOFTWARE, SUPPORT OR PRODUCTS, YOU ARE BECOMING A PARTY TO THIS AGREEMENT, YOU DECLARE YOU HAVE THE LEGAL CAPACITY TO ENTER INTO SUCH AGREEMENT, AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS SET FORTH BELOW.
-1. PARTIES
-1.1. “JetBrains” or “We” means JetBrains s.r.o., having its principal place of business at Na Hrebenech II 1718/10, Prague, 14000, Czech Republic, registered in the Commercial Register maintained by the Municipal Court of Prague, Section C, File 86211, ID. No.: 265 02 275.
-1.2. “Customer” or “You” means a public or private school, college, training course provider, university or other post-secondary educational establishment specified in the Subscription Confirmation, exercising rights under, and complying with the terms of this Agreement.
-2. DEFINITIONS
-2.1. “Agreement” means this Toolbox Subscription Agreement.
-2.2. “Product” means any generally available JetBrains software product identified by JetBrains as an individual developer tool. For the avoidance of doubt, the Product is not produced to the specifications of Customer nor customized through modification or personalization, and is intended for mass distribution.
-2.3. “Client” means a computer device used by a Customer for running the Product.
-2.4. “JetBrains Account” or “JBA” means an account at https://account.jetbrains.com created by Customer, having a unique name and password, and through which Customer has access to Products in accordance with a Toolbox Subscription.
-2.5. “JetBrains Toolbox” means the set of Products which are subject to this Agreement. For the avoidance of doubt, JetBrains Toolbox does not include JetBrains team productivity software or services such as YouTrack, TeamCity, Upsource, or Hub, or any other software, services or products which do not fall within the definition of Section 2.2 and which are subject to different terms and conditions.
-2.6. “Redistributable Product” means an independent module of the Product or the Product as a whole designed to be redistributed and designated by JetBrains as “Redistributable” in its name or in its official description.
-2.7 “Subscription Confirmation” means an email confirming Customer’s rights to access and use Products (excl. Redistributable Products).
-2.8. “Toolbox Subscription” specifies the subscription term and Products provided to Customer. Toolbox Subscription does not apply to Redistributable Products.
-2.9. “Authorized User” means any student, faculty, staff member or other person authorized by Subscriber to use Products.
-3. GRANT OF RIGHTS
-3.1. Unless the Toolbox Subscription has expired or this Agreement is terminated in accordance with Section 10, and subject to the terms and conditions specified herein, JetBrains grants You a non-exclusive and non-transferable right to use each Product covered by the Toolbox Subscription for a period of 1 (one) year as follows:
-(A) You may:
-(i) Install and use any version of the Product covered by the Toolbox Subscription on any number of Clients and on any operating system supported by the Product;
-(ii) Allow Authorized Users to use the Product solely in support of classroom instruction of students. The right to use the Product for any other purposes is expressly prohibited;
-(iii) Allow Authorized Users to install and use the Product for homework at their residences on personally owned computers, provided that they agree to all the provisions of this Agreement;
-(iv) Make one backup copy of the Product solely for archival/security backup purposes.
-(B) You may not:
-(i) Rent, lease, reproduce, modify, adapt, create derivative works of, distribute, sell or transfer the Product;
-(ii) Provide access to the Product or Your JetBrains Account to a third party;
-(iii) Reverse engineer, decompile, disassemble, modify, translate, or make any attempt to discover the source code of, the Product;
-(iv) Remove or obscure any proprietary or other notices contained in the Product; or
-(v) Use Products for any commercial purposes.
-3.2. Customer acknowledges that no ownership right is conveyed to the Customer under this Agreement, irrespective of the use of terms such as “purchase” or “sale.” JetBrains has and retains all rights, title and interest, including all intellectual property rights, in and to the Products and any and all related or underlying technology, and any modifications or derivative works thereof, including without limitation as they may incorporate Feedback (as defined below).
-3.3. Customer agrees to comply with the terms of this Agreement, and to take reasonable measures to prevent use of the Product in an inappropriate manner by Authorized Users or access to Products by unauthorized users.
-3.4. If an independent module of the Product or the Product as a whole is a Redistributable Product, the following provisions shall apply in addition to Sections 3.1-3.3:
-(A) You may:
-(i) use the Redistributable Product without quantitative restrictions unless specified otherwise in the terms relating to the use of the particular Redistributable Product;
-(ii) transfer, reproduce, redistribute and provide access to the Redistributable Product to a third party;
-(iii) sell your product containing or using the Redistributable Product to a third party, but not the Redistributable Product as such;
-(iv) redistribute the Redistributable Product onto another Client for legitimate purposes in accordance with applicable law and use the Redistributable Product on that Client, provided that You have received authorization from the owner of such Client to deploy and use the Redistributable Product in this way. You will indemnify JetBrains against any loss, costs or damages arising from Your deployment of the Redistributable Product onto another Client in violation of this clause.
-(B) You hereby agree to ensure that the use of any Redistributable Product you reproduce, redistribute or provide access to, to a third party is governed by an agreement concluded between the relevant third party as a Customer and JetBrains and that such third party is bound by the agreement prior to the use of any such Redistributable Product. JetBrains is the exclusive owner and exclusive licensor of any Redistributable Product. You acknowledge that you are liable to JetBrains for any loss or damages in connection with the breach of this section.
-4. ACCESS TO PRODUCTS
-4.1 You must register for a JetBrains Account and have Internet access in order to access or receive Products, or to renew a subscription. Any registration information that You provide to Us via Your JetBrains Account must be accurate, current and complete. You must also update Your information so that We may send notices, statements and other information to You by email or through Your JetBrains Account. You are responsible for all actions taken through Your accounts.
-4.2 You may use Your JetBrains Account credentials in the Product so We can verify Your rights to use the Product online. You acknowledge and agree that the Product will periodically connect to JetBrains servers to update this information including changes to JetBrains Account credentials and the Toolbox Subscription plan.
-4.3 Alternatively, You may use an offline activation code that You can download in Your JetBrains Account. If you use this option, it is Your responsibility to download a new activation code and apply it to the Product registration screen every time you make changes to the Toolbox Subscription or whenever a Toolbox Subscription is renewed.
-4.4 All deliveries under this Agreement will be electronic. You must have an Internet connection in order to access Your JetBrains Account and to receive any deliveries. For the avoidance of doubt, You are responsible for Product download and installation.
-5. SUBSCRIPTION RENEWAL
-5.1. Customer may renew its Product subscription for another year by submitting a written request to JetBrains 30 (thirty) days prior to the end of the Toolbox Subscription term.
-5.2. If not agreed otherwise in writing between JetBrains and Customer, in the event of subscription renewal the relationship between the parties shall be governed and amended (if applicable) by the terms and conditions of the subscription agreement covering use of the Product available at www.jetbrains.com on the day of subscription renewal.
-6. FEEDBACK
-You have no obligation to provide Us with ideas, suggestions, or proposals (“Feedback”). However, if You submit Feedback to Us, then You grant Us a non-exclusive, worldwide, royalty-free license that is sub-licensable and transferable, to make, use, sell, have made, offer to sell, import, reproduce, publicly display, distribute, modify, or publicly perform the Feedback in any manner without any obligation, royalty or restriction based on intellectual property rights or otherwise.
-7. THIRD-PARTY SOFTWARE
-7.1. The Products include code and libraries licensed to Us by third parties, including open source software (“Third-Party Software”). A list of Third-Party Software included in each Product is available in the Product documentation. All Third-Party Software is provided to You under the respective terms stipulated in the Product documentation.X
-7.2. JETBRAINS PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, WITH RESPECT TO ANY THIRD-PARTY SOFTWARE AND EXPRESSLY DISCLAIMS ANY WARRANTY OR CONDITION OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT.
-8. WARRANTY LIMITATIONS
-8.1 ALL PRODUCTS ARE PROVIDED TO CUSTOMER ON AN “AS IS” AND “AS AVAILABLE” BASIS. USE OF THE PRODUCTS IS AT CUSTOMER’S OWN RISK.
-8.2 JETBRAINS MAKES NO WARRANTY AS TO THE PRODUCTS’ USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, JETBRAINS (OR ITS AFFILIATES, SHAREHOLDERS, AGENTS, DIRECTORS, AND EMPLOYEES), ITS LICENSORS, SUPPLIERS (WHICH SHALL INCLUDE THE PROVIDERS OF THIRD PARTY SOFTWARE), AND RESELLERS (COLLECTIVELY HEREUNDER, “JETBRAINS PARTIES”) DISCLAIM ALL WARRANTIES AND CONDITIONS, WHETHER EXPRESS OR IMPLIED (INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY; FITNESS FOR A PARTICULAR PURPOSE; TITLE; AND NON-INFRINGEMENT) WITH REGARD TO THE PRODUCTS AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES.
-TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, JETBRAINS PARTIES DO NOT REPRESENT OR WARRANT THAT THE PRODUCTS: (A) ARE ACCURATE, RELIABLE OR CORRECT; (B) WILL MEET ANY CUSTOMER REQUIREMENTS; (C) WILL BE AVAILABLE AT ANY PARTICULAR TIME OR LOCATION, UNINTERRUPTED OR SECURE; (D) ARE FREE OF DEFECTS OR ERRORS AND THAT ANY, IF FOUND, WILL BE CORRECTED; AND/OR (E) ARE FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS.
-8.3 ANY CONTENT OR DATA DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE PRODUCTS ARE DOWNLOADED AT CUSTOMER’S OWN RISK; CUSTOMER AGREES IT IS SOLELY RESPONSIBLE FOR ANY DAMAGE TO ITS PROPERTY OR LOSS OF DATA THAT RESULTS FROM SUCH DOWNLOAD.
-8.4 CUSTOMER MAY HAVE OTHER RIGHTS, WHICH VARY FROM JURISDICTION TO JURISDICTION. THIS DOCUMENT IS NOT INTENDED TO ABROGATE SUCH RIGHTS.
-9. DISCLAIMER OF DAMAGES
-9.1. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL THE JETBRAINS PARTIES BE LIABLE TO CUSTOMER, CUSTOMER’S AFFILIATES, AUTHORIZED USERS, OR ANYONE ELSE FOR: (A) ANY LOSS OF USE, DATA, GOODWILL, OR PROFITS, WHETHER OR NOT FORESEEABLE; (B) ANY LOSS OR DAMAGES IN CONNECTION WITH TERMINATION OR SUSPENSION OF CUSTOMER’S ACCESS TO THE PRODUCTS IN ACCORDANCE WITH THIS AGREEMENT; OR (C) ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, EXEMPLARY OR PUNITIVE DAMAGES WHATSOEVER (EVEN IF THE RELEVANT JETBRAINS PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF THESE DAMAGES), INCLUDING THOSE (X) RESULTING FROM LOSS OF USE, DATA, OR PROFITS, WHETHER OR NOT FORESEEABLE, (Y) BASED ON ANY THEORY OF LIABILITY, INCLUDING BREACH OF CONTRACT OR WARRANTY, STRICT LIABILITY, NEGLIGENCE OR OTHER TORTIOUS ACTION, OR (Z) ARISING FROM ANY OTHER CLAIM ARISING OUT OF OR IN CONNECTION WITH CUSTOMER’S USE OF OR ACCESS TO THE PRODUCTS OR SUPPORT. THE FOREGOING LIMITATION OF LIABILITY SHALL APPLY TO THE FULLEST EXTENT PERMITTED BY LAW IN THE APPLICABLE JURISDICTION.
-9.2. THE JETBRAINS PARTIES’ TOTAL LIABILITY IN ANY MATTER ARISING OUT OF OR IN RELATION TO THIS AGREEMENT IS LIMITED TO TEN (10) US DOLLARS. THIS LIMITATION WILL APPLY EVEN IF THE JETBRAINS PARTIES HAVE BEEN ADVISED OF THE POSSIBILITY OF LIABILITY EXCEEDING SUCH AN AMOUNT AND NOTWITHSTANDING ANY FAILURE OF THE ESSENTIAL PURPOSE OF ANY LIMITED REMEDY.
-.
-10. TERM AND TERMINATION
-10.1. The term of this Agreement will commence upon acceptance of this Agreement by Customer as set forth in the preamble above, and will continue for each Product through the end of the applicable subscription period specified in the respective Subscription Confirmation or in the case of Redistributable Products until terminated by either Customer or JetBrains. This Agreement can be renewed under the terms set forth in Section 5 of this Agreement with respect to a Product for a successive Toolbox Subscription term, unless terminated as set forth herein.
-10.2. You may terminate this Agreement at any time by cancelling the subscription for one or more Products via Your JetBrains Account. If such termination occurs during a then-current subscription period, this Agreement will continue to be effective until the end of that subscription period.
-10.3. JetBrains may terminate this agreement if:
-(A) Customer has materially breached this Agreement and fails to cure such breach within thirty (30) days of written notice thereof;
-(B) JetBrains is required to do so by law (for example, where the provision of the JetBrains Toolbox to Customer is, or becomes, unlawful); or
-(C) JetBrains elects to discontinue to provide the JetBrains Toolbox, in whole or in part.
-JetBrains will make reasonable effort to notify Customer via an email as follows:
-Thirty (30) days prior to termination of the Agreement in the events specified in Clauses 10.3(B) and 10.3(C) above.
-11. EXPORT REGULATIONS
-Customer shall comply with all applicable laws and regulations with regards to economic sanctions, export controls, import regulations, and/or trade embargoes (all herein referred to as “Sanctions”), including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Customer declares that it is not a person targeted by Sanctions nor is it otherwise owned or controlled by or acting on behalf of any person targeted by Sanctions. Further, Customer warrants that it will not download or otherwise export or re-export the JetBrains Toolbox or any related technical data directly or indirectly to any person targeted by Sanctions or download or otherwise use the JetBrains Toolbox for any end-use prohibited or restricted by Sanctions.
-12. GENERAL
-12.1. Entire Agreement. This Agreement, including the Third-Party Software license terms, constitutes the entire agreement between the parties concerning its subject matter and supersedes any prior agreements between You and JetBrains regarding Your use of any JetBrains Products covered by the JetBrains Toolbox. No purchase order, other ordering document or any handwritten or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Customer and JetBrains.
-12.2. Reservation of Rights. JetBrains reserves the right at any time to cease the support of the JetBrains Toolbox and to alter prices, features, specifications, capabilities, functions, terms of use, release dates, general availability or other characteristics of the JetBrains Toolbox.
-12.3. Changes to this Agreement. We may update or modify this Agreement from time to time, including any referenced policies and other documents. If a revision meaningfully reduces Your rights, We will use reasonable efforts to notify You (by, for example, sending an email to the email address of the billing or technical contact You provided to us, posting on our blog, through Your JetBrains Account, or via the Product itself). If We modify this Agreement, the modified version of the Agreement will be effective from the start of the next Toolbox Subscription term. In this case, if You object to the updated Agreement terms, as Your exclusive remedy, You may cancel the Toolbox Subscription. You may be required to click through the updated Agreement to show Your acceptance. For the avoidance of doubt, each Subscription Confirmation is subject to the version of the Agreement in effect on the Subscription Confirmation date.
-12.4. Severability. If a particular term of the Agreement is not enforceable, the unenforceability of that term will not affect any other terms of the Agreement.
-12.5. Headings. Headings and titles are for convenience only and do not affect the interpretation of this Agreement.
-12.6. No Waiver. Our failure to enforce or exercise any part of this Agreement is not a waiver of that section.
-12.7. Governing Law. This Agreement will be governed by the laws of the Czech Republic, without regard to conflict of laws principles. Customer agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any competent court of the Czech Republic. The parties agree that the United Nations Convention on Contracts for the International Sale of Goods does not apply to this Agreement.
-12.8. You declare that You have had sufficient opportunity to review this Agreement, understand the content of all of its clauses, negotiate its terms and seek independent professional legal advice in that respect before entering into it. Consequently, any statutory “form contract” (“adhesion contract”) regulations shall not be applicable to this Agreement.
-12.9. Notice. JetBrains may deliver any notice to Customer via electronic mail to an email address provided by Customer, JetBrains Account, registered mail, personal delivery or renowned express courier (such as DHL, FedEx or UPS). Any such notice will be deemed to be effective (i) on the day the notice is sent to Customer via email, (ii) upon being uploaded to Your JetBrains Account (irrespective of when Customer actually receives it), (iii) upon personal delivery, (iv) one (1) day after deposit with an express courier, (v) or five (5) days after deposit in the mail, whichever occurs first.
-For exceptions or modifications to this Agreement, please contact JetBrains at:
-Address: Na Hrebenech II 1718/10, Prague, 14000, Czech Republic
-Fax: +420 241 722 540
-Email: sales@jetbrains.com
diff --git a/sdk_container/src/third_party/portage-stable/licenses/JetBrains-educational b/sdk_container/src/third_party/portage-stable/licenses/JetBrains-educational
deleted file mode 100644
index 479f447b821..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/JetBrains-educational
+++ /dev/null
@@ -1,94 +0,0 @@
-TOOLBOX SUBSCRIPTION AGREEMENT FOR EDUCATION
-Version 3.2, effective as of June 26th, 2019
-IMPORTANT! READ CAREFULLY:
-THIS IS A LEGAL AGREEMENT. BY CLICKING ON THE «I AGREE» (OR SIMILAR) BUTTON THAT IS PRESENTED TO YOU AT THE TIME OF YOUR PURCHASE, OR BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR DEVICE, OR OTHERWISE USING JETBRAINS SOFTWARE, SUPPORT OR PRODUCTS, YOU ARE BECOMING A PARTY TO THIS AGREEMENT, YOU DECLARE YOU HAVE THE LEGAL CAPACITY TO ENTER INTO SUCH AGREEMENT, AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS SET FORTH BELOW.
-1. PARTIES
-1.1. «JetBrains» or «We» means JetBrains s.r.o., having its principal place of business at Na Hrebenech II 1718/10, Prague, 14000, Czech Republic, registered in the Commercial Register maintained by the Municipal Court of Prague, Section C, File 86211, ID. No.: 265 02 275.
-1.2. «Customer» or «You» means a student or an instructor specified in the Subscription Confirmation who is at least 13 years old, or in the case of Redistributable Products the sole proprietor or legal entity with sufficient legal capacity to enter into this Agreement using the Redistributable Product in accordance with this Agreement. For the purpose of this Agreement:
-(A) «student» is an individual who is enrolled at a recognized educational institution (university, college, high school, primary school or a similar institution with educational goals), and upon request by JetBrains is able to provide proof of such enrollment;
-(B) «instructor» is an individual who gives lectures and/or seminars at a recognized educational institution (university, college, high school, primary school or a similar institution with educational goals), and upon request by JetBrains is able to provide proof of such involvement.
-2. DEFINITIONS
-2.1. «Agreement» means this Toolbox Subscription Agreement.
-2.2. «Product» for the purposes of this Agreement means any software provided under the JetBrains Toolbox and included in JetBrains Educational Program at and any third party software programs that are owned and licensed pursuant to Section 7 of this Agreement by parties other than JetBrains and that are either integrated with or made part of software (collectively, «Third Party Software»).
-2.3. «Client» means a computer device used by a Customer for running the Product.
-2.4. «JetBrains Account» or «JBA» means an account at https://account.jetbrains.com created by Customer, having a unique name and password, and through which Customer has access to Products in accordance with a Toolbox Subscription.
-2.5. «JetBrains Toolbox» means the set of Products which are subject to this Agreement. For the avoidance of doubt, JetBrains Toolbox does not include JetBrains team productivity software or services such as YouTrack, TeamCity, Upsource, or Hub, or any other software, services or products which do not fall within the definition of Section 2.2 and which are subject to different terms and conditions.
-2.6. «Redistributable Product» means an independent module of the Product or the Product as a whole designed to be redistributed and designated by JetBrains as «Redistributable» in its name or in its official description.
-2.7. «Subscription Confirmation» means an email confirming Customer’s rights to access and use Products (excl. Redistributable Products), including Toolbox Subscription plans, and the number of authorized users.
-2.8. «Toolbox Subscription» specifies the subscription term and Products provided to Customer. Toolbox Subscription does not apply to Redistributable Products.
-3. GRANT OF RIGHTS
-3.1. Unless the Toolbox Subscription has expired or this Agreement is terminated in accordance with Section 10, and subject to the terms and conditions specified herein, JetBrains grants You a non-exclusive and non-transferable right to use each Product covered by the Toolbox Subscription for non-commercial, educational purposes only (including conducting academic research or providing educational services) for a period of 1 (one) year as follows:
-(A) You may:
-(i) Install and use any version of the Product covered by the Toolbox Subscription and listed at https://www.jetbrains.com/student on any number of Clients and on any operating system supported by the Product; use software for non-commercial, educational purposes only, including conducting academic research or providing educational services; and
-(ii) Make one backup copy of the Product solely for archival purposes/security backup.
-(B) You may not:
-(i) Rent, lease, reproduce, modify, adapt, create derivative works of, distribute, sell or transfer the Product;
-(ii) Provide access to the Product or Your JetBrains Account or the right to use the Product to a third party;
-(iii) Reverse engineer, decompile, disassemble, modify, translate, or make any attempt to discover the source code of, the Product;
-(iv) Remove or obscure any proprietary or other notices contained in the Product; or
-(v) Use Products for any commercial purposes.X
-3.2. Customer acknowledges that no ownership right is conveyed to the Customer under this Agreement, irrespective of the use of terms such as «purchase» or «sale.» JetBrains has and retains all rights, title and interest, including all intellectual property rights, in and to the Products and any and all related or underlying technology, and any modifications or derivative works thereof, including without limitation as they may incorporate Feedback (as defined below).
-3.3. If an independent module of the Product or the Product as a whole is a Redistributable Product, the following provisions shall apply in addition to Sections 3.1-3.2:
-(A) You may:
-(i) use the Redistributable Product without quantitative restrictions unless specified otherwise in the terms relating to the use of the particular Redistributable Product;
-(ii) transfer, reproduce, redistribute and provide access to the Redistributable Product to a third party;
-(iii) sell your product containing or using the Redistributable Product to a third party, but not the Redistributable Product as such;
-(iv) redistribute the Redistributable Product onto another Client for legitimate purposes in accordance with applicable law and use the Redistributable Product on that Client, provided that You have received authorization from the owner of such Client to deploy and use the Redistributable Product in this way. You will indemnify JetBrains against any loss, costs or damages arising from Your deployment of the Redistributable Product onto another Client in violation of this clause.
-(B) You hereby agree to ensure that the use of any Redistributable Product you reproduce, redistribute or provide access to, to a third party is governed by an agreement concluded between the relevant third party as a Customer and JetBrains and that such third party is bound by the agreement prior to the use of any such Redistributable Product. JetBrains is the exclusive owner and exclusive licensor of any Redistributable Product. You acknowledge that you are liable to JetBrains for any loss or damages in connection with the breach of this section.
-3.4. Your access to and use of the Products is conditional on Your status as a student or instructor. The Customer:
-(A) agrees to immediately discontinue use of all JetBrains Toolbox Products, if the Customer ceases to be a student or an instructor; and
-(B) warrants that the information Customer provides to JetBrains about the Customer’s status as a student or instructor is complete and accurate. This includes the use of legally valid and verifiable names and personal details.
-4. ACCESS TO PRODUCTS
-4.1. You must register for a JetBrains Account and have Internet access in order to access or receive Products, or to renew a subscription. Any registration information that You provide to Us via Your JetBrains Account must be accurate, current and complete. You must also update Your information so that We may send notices, statements and other information to You by email or through Your JetBrains Account. You are responsible for all actions taken through Your accounts.
-4.2. You may use Your JetBrains Account credentials in the Product so We can verify Your rights to use the Product online. You acknowledge and agree that the Product will periodically connect to JetBrains servers to update this information including changes to JetBrains Account credentials and the Toolbox Subscription plan.
-4.3. All deliveries under this Agreement will be electronic. You must have an Internet connection in order to access Your JetBrains Account and to receive any deliveries. For the avoidance of doubt, You are responsible for Product download and installation.
-5. SUBSCRIPTION RENEWAL
-5.1. Customer may renew its Product subscription for another year by submitting a written request to JetBrains 30 (thirty) days prior to the end of the Toolbox Subscription term.
-5.2. If not agreed otherwise in writing between JetBrains and Customer, in the event of subscription renewal the relationship between the parties shall be governed and amended (if applicable) by the terms and conditions of the subscription agreement covering use of the Product available at www.jetbrains.com on the day of subscription renewal.
-6. FEEDBACK
-You have no obligation to provide Us with ideas, suggestions, or proposals («Feedback»). However, if You submit Feedback to Us, then You grant Us a non-exclusive, worldwide, royalty-free license that is sub-licensable and transferable, to make, use, sell, have made, offer to sell, import, reproduce, publicly display, distribute, modify, or publicly perform the Feedback in any manner without any obligation, royalty or restriction based on intellectual property rights or otherwise.
-7. THIRD PARTY SOFTWARE
-7.1. The Products include code and libraries licensed to Us by third parties, including open source software («Third-Party Software»). A list of Third Party Software included in each Product is available in the Product documentation. All Third Party Software is provided to You under the respective terms stipulated in the Product documentation.
-7.2. JETBRAINS PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, WITH RESPECT TO ANY THIRD-PARTY SOFTWARE AND EXPRESSLY DISCLAIMS ANY WARRANTY OR CONDITION OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT.
-8. WARRANTY LIMITATIONS
-8.1 ALL PRODUCTS ARE PROVIDED TO CUSTOMER ON AN «AS IS» AND «AS AVAILABLE» BASIS. USE OF THE PRODUCTS IS AT CUSTOMER’S OWN RISK.
-8.2 JETBRAINS MAKES NO WARRANTY AS TO THE PRODUCTS’ USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, JETBRAINS (OR ITS AFFILIATES, SHAREHOLDERS, AGENTS, DIRECTORS, AND EMPLOYEES), ITS LICENSORS, SUPPLIERS (WHICH SHALL INCLUDE THE PROVIDERS OF THIRD PARTY SOFTWARE), AND RESELLERS (COLLECTIVELY HEREUNDER, «JETBRAINS PARTIES») DISCLAIM ALL WARRANTIES AND CONDITIONS, WHETHER EXPRESS OR IMPLIED (INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY; FITNESS FOR A PARTICULAR PURPOSE; TITLE; AND NON-INFRINGEMENT) WITH REGARD TO THE PRODUCTS AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES.
-TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, JETBRAINS PARTIES DO NOT REPRESENT OR WARRANT THAT THE PRODUCTS: (A) ARE ACCURATE, RELIABLE OR CORRECT; (B) WILL MEET ANY CUSTOMER REQUIREMENTS; (C) WILL BE AVAILABLE AT ANY PARTICULAR TIME OR LOCATION, UNINTERRUPTED OR SECURE; (D) ARE FREE OF DEFECTS OR ERRORS AND THAT ANY, IF FOUND, WILL BE CORRECTED; AND/OR (E) ARE FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS.
-8.3 ANY CONTENT OR DATA DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE PRODUCTS ARE DOWNLOADED AT CUSTOMER’S OWN RISK; CUSTOMER AGREES IT IS SOLELY RESPONSIBLE FOR ANY DAMAGE TO ITS PROPERTY OR LOSS OF DATA THAT RESULTS FROM SUCH DOWNLOAD.
-8.4 CUSTOMER MAY HAVE OTHER RIGHTS, WHICH VARY FROM JURISDICTION TO JURISDICTION. THIS DOCUMENT IS NOT INTENDED TO ABROGATE SUCH RIGHTS.
-9. DISCLAIMER OF DAMAGES
-9.1. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL THE JETBRAINS PARTIES BE LIABLE TO CUSTOMER, CUSTOMER’S AFFILIATES, USERS, OR ANYONE ELSE FOR: (A) ANY LOSS OF USE, DATA, GOODWILL, OR PROFITS, WHETHER OR NOT FORESEEABLE; (B) ANY LOSS OR DAMAGES IN CONNECTION WITH TERMINATION OR SUSPENSION OF CUSTOMER’S ACCESS TO THE PRODUCTS IN ACCORDANCE WITH THIS AGREEMENT; OR (C) ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, EXEMPLARY OR PUNITIVE DAMAGES WHATSOEVER (EVEN IF THE RELEVANT JETBRAINS PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF THESE DAMAGES), INCLUDING THOSE (X) RESULTING FROM LOSS OF USE, DATA, OR PROFITS, WHETHER OR NOT FORESEEABLE, (Y) BASED ON ANY THEORY OF LIABILITY, INCLUDING BREACH OF CONTRACT OR WARRANTY, STRICT LIABILITY, NEGLIGENCE OR OTHER TORTIOUS ACTION, OR (Z) ARISING FROM ANY OTHER CLAIM ARISING OUT OF OR IN CONNECTION WITH CUSTOMER’S USE OF OR ACCESS TO THE PRODUCTS OR SUPPORT. THE FOREGOING LIMITATION OF LIABILITY SHALL APPLY TO THE FULLEST EXTENT PERMITTED BY LAW IN THE APPLICABLE JURISDICTION.
-9.2. THE JETBRAINS PARTIES’ TOTAL LIABILITY IN ANY MATTER ARISING OUT OF OR IN RELATION TO THIS AGREEMENT IS LIMITED TO TEN (10) US DOLLARS. THIS LIMITATION WILL APPLY EVEN IF THE JETBRAINS PARTIES HAVE BEEN ADVISED OF THE POSSIBILITY OF LIABILITY EXCEEDING SUCH AN AMOUNT AND NOTWITHSTANDING ANY FAILURE OF THE ESSENTIAL PURPOSE OF ANY LIMITED REMEDY.
-10. TERM AND TERMINATION
-10.1. The term of this Agreement will commence upon acceptance of this Agreement by Customer as set forth in the preamble above, and will continue for each Product through the end of the applicable subscription period specified in the respective Subscription Confirmation or in the case of Redistributable Products until terminated by either Customer or JetBrains. This Agreement can be renewed under the terms set forth in Section 5 of this Agreement with respect to a Product for a successive Toolbox Subscription term, unless terminated as set forth herein.
-10.2. You may terminate this Agreement at any time by cancelling the subscription for one or more Products via Your JetBrains Account. If such termination occurs during a then-current subscription period, this Agreement will continue to be effective until the end of that subscription period. In the case of Redistributable Products, Customer may terminate this Agreement with immediate effect by notifying JetBrains of such termination, discontinuing use of the Redistributable Product and deleting all copies of the Redistributable Product from its Clients and archives.
-10.3. JetBrains may terminate this agreement if:
-(A) Customer has breached this Agreement and fails to cure such breach within thirty (30) days of written notice thereof;
-(B) JetBrains is required to do so by law (for example, where the provision of the JetBrains Toolbox to Customer is, or becomes, unlawful); or
-(C) JetBrains elects to discontinue providing the JetBrains Toolbox, in whole or in part.
-10.4. JetBrains will make reasonable effort to notify Customer via email as follows:
-Thirty (30) days prior to termination of the Agreement in the events specified in Clauses 10.3(B) and 10.3(C) above.
-10.5. If JetBrains reasonably believes that:
-(A) the use of any JetBrains Toolbox Product by the Customer or associated with the Customer’s JBA is unauthorized or fraudulent;
-(B) information provided to JetBrains by the Customer in connection with this Agreement is incomplete, inaccurate, legally invalid or unverifiable; or
-(C) the Customer has breached Clause 3.4 of this Agreement,
-JetBrains may terminate this Agreement on seven (7) day’s notice to the Customer («Notice Period»). From the date of such termination notice until the expiry of the Notice Period, JetBrains may immediate suspend the Customer’s access to the JetBrains Toolbox Products. During the Notice Period, the Customer may object to the termination in writing and must provide any information reasonably requested by JetBrains.
-11. EXPORT REGULATIONS
-Customer shall comply with all applicable laws and regulations with regards to economic sanctions, export controls, import regulations, and trade embargoes (all herein referred to as «Sanctions»), including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Customer declares that it is not a person targeted by Sanctions nor is it otherwise owned or controlled by or acting on behalf of any person targeted by Sanctions. Further, Customer warrants that it will not download or otherwise export or re-export the JetBrains Toolbox or any related technical data directly or indirectly to any person targeted by Sanctions or download or otherwise use the JetBrains Toolbox for any end-use prohibited or restricted by Sanctions.
-12. GENERAL
-12.1. Entire Agreement. This Agreement, including the Third Party Software license terms, constitutes the entire agreement between the parties concerning its subject matter and supersedes any prior agreements between You and JetBrains regarding Your use of any JetBrains Products covered by the JetBrains Toolbox. No purchase order, other ordering document or any handwritten or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Customer and JetBrains.
-12.2. Reservation of Rights. JetBrains reserves the right at any time to cease the support of the JetBrains Toolbox and to alter prices, features, specifications, capabilities, functions, terms of use, release dates, general availability or other characteristics of the JetBrains Toolbox.
-12.3. Changes to this Agreement. We may update or modify this Agreement from time to time, including any referenced policies and other documents. If a revision meaningfully reduces Your rights, We will use reasonable efforts to notify You (by, for example, sending email to the email address of the billing or technical contact You provided to us, posting on our blog, through Your JetBrains Account, or via the Product itself). If We modify this Agreement, the modified version of the Agreement will be effective from the start of the next Toolbox Subscription term. In this case, if You object to the updated Agreement terms, as Your exclusive remedy, You may cancel the Toolbox Subscription. You may be required to click through the updated Agreement to show Your acceptance. For the avoidance of doubt, each Subscription Confirmation is subject to the version of the Agreement in effect on the Subscription Confirmation date.
-12.4. Severability. If a particular term of this Agreement is not enforceable, the unenforceability of that term will not affect any other terms of this Agreement.
-12.5. Headings. Headings and titles are for convenience only and do not affect the interpretation of this Agreement.
-12.6. No Waiver. Our failure to enforce or exercise any part of this Agreement is not a waiver of that section.
-12.7. Governing Law. This Agreement will be governed by the laws of the Czech Republic, without regard to conflict of laws principles. Customer agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any competent court of the Czech Republic. The parties agree that the United Nations Convention on Contracts for the International Sale of Goods does not apply to this Agreement.
-12.8. You declare that You have had sufficient opportunity to review this Agreement, understand the content of all of its clauses, negotiate its terms and seek independent professional legal advice in that respect before entering into it. Consequently, any statutory «form contract» («adhesion contract») regulations shall not be applicable to this Agreement.
-12.9. Notice. JetBrains may deliver any notice to Customer via electronic mail to an email address provided by Customer, JetBrains Account, registered mail, personal delivery or renowned express courier (such as DHL, FedEx or UPS). Any such notice will be deemed to be effective (i) on the day the notice is sent to Customer via email, (ii) upon being uploaded to Your JetBrains Account (irrespective of when Customer actually receives it), (iii) upon personal delivery, (iv) one (1) day after deposit with an express courier, (v) or five (5) days after deposit in the mail, whichever occurs first.
-12.10. Children and minors. If You are under 18 years old, then by entering into this Agreement you explicitly stipulate, that (i) You have legal capacity to conclude this Agreement or that you have valid consent from a parent or legal guardian to do so and (ii) You understand the JetBrains Privacy Policy available at https://www.jetbrains.com/company/privacy.html. You may not enter into this Agreement if you are under 13 years old. IF YOU DO NOT UNDERSTAND THIS SECTION, DO NOT UNDERSTAND THE JETBRAINS PRIVACY POLICY OR DO NOT KNOW WHETHER YOU HAVE THE LEGAL CAPACITY TO ACCEPT THESE TERMS, PLEASE ASK YOUR PARENT OR LEGAL GUARDIAN FOR HELP.
-
-
-For exceptions or modifications to this Agreement, please contact JetBrains at:
-Address: Na Hrebenech II 1718/10, Prague, 14000, Czech Republic
-Fax: +420 241 722 540
-E-mail: sales@jetbrains.com
diff --git a/sdk_container/src/third_party/portage-stable/licenses/JetBrains-individual b/sdk_container/src/third_party/portage-stable/licenses/JetBrains-individual
deleted file mode 100644
index 2556b9d7c29..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/JetBrains-individual
+++ /dev/null
@@ -1,101 +0,0 @@
-TOOLBOX SUBSCRIPTION AGREEMENT FOR INDIVIDUAL CUSTOMERS
-Version 4.1, effective as of January 9th, 2019
-IMPORTANT! READ CAREFULLY:
-THIS IS A LEGAL AGREEMENT. BY CLICKING THE “I AGREE” (OR SIMILAR) BUTTON THAT IS PRESENTED TO YOU AT THE TIME OF YOUR PURCHASE, OR BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR DEVICE, OR OTHERWISE USING JETBRAINS SOFTWARE, SUPPORT OR PRODUCTS, YOU ARE BECOMING A PARTY TO THIS AGREEMENT, YOU DECLARE YOU HAVE THE LEGAL CAPACITY TO ENTER INTO SUCH AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS SET FORTH BELOW.
-1. PARTIES
-1.1. “JetBrains” or “We” means JetBrains s.r.o., having its principal place of business at Na Hrebenech II 1718/10, Prague, 14000, Czech Republic, registered in the Commercial Register maintained by the Municipal Court of Prague, Section C, File 86211, ID. No.: 265 02 275.
-1.2. “Customer” or “You” means the individual specified in the Subscription Confirmation who is at least 13 years old or in the case of Redistributable Products a sole proprietor or natural person with sufficient legal capacity to enter into this Agreement using the Redistributable Product in accordance with this Agreement. For the avoidance of doubt, Customer is a natural person and not a corporation, company, partnership or association or other entity or organization.
-2. DEFINITIONS
-2.1. “Agreement” means this Toolbox Subscription Agreement.
-2.2. “Product” means any generally available JetBrains software product identified by JetBrains as an individual developer tool. For the avoidance of doubt, the Product is not produced to the specifications of the Customer nor customized through modification or personalization, and is intended for mass distribution.
-2.3. “Client” means a computer device used by Customer for running the Product.
-2.4. “Product Version” means a release, update, or upgrade of a particular Product that is not identified by JetBrains as being made for the purpose of fixing software bugs.
-2.5. “Bug Fix Update” for a particular Product Version means a software update or release that is specifically identified by JetBrains as a bug fix for that Product Version.
-2.6. “Fallback Date” means the date that was 12 months prior to the date of expiration of the Toolbox Subscription.
-2.7. “Fallback Version” means the most recent Product Version that JetBrains made available for public purchase prior to the Fallback Date, along with any Bug Fix Updates for that Product Version. For the purpose of clarity, the “Fallback Version” does not include any Product updates or upgrades other than Bug Fix Updates that Customer may have used in the period between the Fallback Date and the date of expiration of the Toolbox Subscription.
-2.8. “JetBrains Account” or “JBA” means an account at https://account.jetbrains.com created by Customer, having a unique name and password, and through which Customer has access to Products in accordance with a Toolbox Subscription.
-2.9. “JetBrains Toolbox” means the set of Products which are subject to this Agreement. For the avoidance of doubt, JetBrains Toolbox does not include JetBrains team productivity software or services such as YouTrack, TeamCity, Upsource, or Hub, or any other software, services or products which do not fall within the definition of Section 2.2 and which are subject to different terms and conditions.
-2.10. “Redistributable Product” means an independent module of the Product or the Product as a whole designed to be redistributed and designated by JetBrains as “Redistributable” in its name or in its official description.
-2.11. “Subscription Confirmation” means an email confirming Customer’s rights to access and use Products (excl. Redistributable Products).
-2.12. “Toolbox Subscription” specifies the subscription term and Products provided to Customer, subscription fees and payment schedules. Toolbox Subscription does not apply to Redistributable Products.
-3. GRANT OF RIGHTS
-3.1. Unless the Toolbox Subscription has expired or this Agreement is terminated in accordance with Section 12, and subject to the terms and conditions specified herein, JetBrains grants You a non-exclusive and non-transferable right to use each Product covered by the Toolbox Subscription as follows:
-(A) You may:
-(i) Install and use any version of the Product covered by the Toolbox Subscription on any number of Clients and on any operating system supported by the Product;
-(ii) Make one backup copy of the Product solely for archival/security backup purposes.
-(B) You may not:
-(i) Rent, lease, reproduce, modify, adapt, create derivative works of, distribute, sell or transfer the Product;
-(ii) Provide access to the Product or Your JetBrains Account or right to use the Product to a third party;
-(iii) Reverse engineer, decompile, disassemble, modify, translate, or make any attempt to discover the source code of, the Product; or
-(iv) Remove or obscure any proprietary or other notices contained in the Product.
-3.2. Following the expiration of this Agreement, the rights stipulated in Section 3.1(A) shall continue on a perpetual, royalty-free, non-exclusive, and non-transferable basis for the continued use of a Fallback Version of each Product covered by the Toolbox Subscription. The limitations set forth in Section 3.1(B) of this Agreement apply to the usage of the Fallback Version, as shall Section 12.5. The rights granted in this Section 3.2 are expressly contingent upon Customer not being in breach of this Agreement, including having paid in full the applicable Toolbox Subscription fees for the preceding 12 months or longer without interruption.
-3.3. This subscription is only for natural persons who are purchasing a subscription to Products using only their own funds. Notwithstanding anything to the contrary set forth herein, You may not use any of the Products, and this grant of rights shall not be in effect, in the event that You do not pay Toolbox Subscription fees using Your own funds. If any third party pays the Toolbox Subscription fees or if You expect or receive reimbursement for those fees from any third party, this grant of rights shall be invalid and void.
-3.4. Customer acknowledges that no ownership right is conveyed to You, irrespective of the use of terms such as “purchase” or “sale.” JetBrains has and retains all rights, title and interest, including all intellectual property rights, in and to the Products and any and all related or underlying technology, and any modifications or derivative works thereof, including without limitation as they may incorporate Feedback (as defined below).
-3.5. If an independent module of the Product or the Product as a whole is a Redistributable Product, the following provisions shall apply in addition to Sections 3.1-3.4:
-(A) You may:
-(i) use the Redistributable Product without quantitative restrictions unless specified otherwise in the terms relating to the use of the particular Redistributable Product;
-(ii) transfer, reproduce, redistribute and provide access to the Redistributable Product to a third party;
-(iii) sell your product containing or using the Redistributable Product to a third party, but not the Redistributable Product as such;
-(iv) redistribute the Redistributable Product onto another Client for legitimate purposes in accordance with applicable law and use the Redistributable Product on that Client, provided that You have received authorization from the owner of such Client to deploy and use the Redistributable Product in this way. You will indemnify JetBrains against any loss, costs or damages arising from Your deployment of the Redistributable Product onto another Client in violation of this clause.
-(B) You hereby agree to ensure that the use of any Redistributable Product you reproduce, redistribute or provide access to, to a third party is governed by an agreement concluded between the relevant third party as a Customer and JetBrains and that such third party is bound by the agreement prior to the use of any such Redistributable Product. JetBrains is the exclusive owner and exclusive licensor of any Redistributable Product. You acknowledge that you are liable to JetBrains for any loss or damages in connection with the breach of this section.
-4. PURCHASING THROUGH RESELLERS
-This Agreement applies whether You purchase a Toolbox Subscription directly from JetBrains or through resellers. If You purchase through a reseller, Toolbox Subscription details shall be as stated in the Subscription Confirmation issued by the reseller to You, and the reseller is responsible for the accuracy of any such Subscription Confirmation. Resellers are not authorized to make any promises or commitments on JetBrains’ behalf, and You understand and agree that JetBrains is not bound by any obligations to You other than as specified in this Agreement.
-5. ACCESS TO PRODUCTS
-5.1. You must register for a JetBrains Account and have Internet access in order to place orders, to access or receive Products, or to renew a subscription. Any registration information that You provide to Us via Your JetBrains Account must be accurate, current and complete. You must also update Your information so that We may send notices, statements and other information to You by email or through Your JetBrains Account. You are responsible for all actions taken through Your accounts.
-5.2. You may use Your JetBrains Account credentials in the Product so that We can verify Your rights to use the Product online. You acknowledge and agree that the Product will periodically connect to JetBrains servers to update this information including changes to JetBrains Account credentials, Toolbox Subscription plans and payments made.
-5.3. Alternatively, You may use an offline activation code that You can download in Your JetBrains Account. If you use this option, it is Your responsibility to download a new activation code and apply it to the Product registration screen every time you make changes to the Toolbox Subscription or whenever a Toolbox Subscription is renewed.
-5.4. All deliveries under this Agreement will be electronic. You must have an Internet connection in order to access Your JetBrains Account and to receive any deliveries. For the avoidance of doubt, You are responsible for Product download and installation.
-6. FEES
-Customer shall pay its Toolbox Subscription fees in accordance with the JetBrains Terms of Purchase or the reseller’s terms of purchase, whichever is applicable. The Toolbox Subscription fees shall be paid in full, and any levies, duties and/or taxes imposed by Customer’s jurisdiction (including, but not limited to, value added tax, sales tax and withholding tax) shall be borne solely by Customer. Customer may not deduct any amounts from fees payable to JetBrains or the reseller, unless otherwise specified in the applicable terms of purchase.X
-7. FEEDBACK
-You have no obligation to provide Us with ideas, suggestions, or proposals (“Feedback”). However, if You submit Feedback to us, then You grant Us a non-exclusive, worldwide, royalty-free license that is sub-licensable and transferable, to make, use, sell, have made, offer to sell, import, reproduce, publicly display, distribute, modify, or publicly perform the Feedback in any manner without any obligation, royalty or restriction based on intellectual property rights or otherwise.
-8. THIRD-PARTY SOFTWARE
-8.1. The Products include code and libraries licensed to Us by third parties, including open source software (“Third-Party Software”). A list of Third-Party Software included in each Product is available in the Product documentation. All Third-Party Software is provided to You under the respective terms stipulated in the Product documentation.X
-8.2. JETBRAINS PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, WITH RESPECT TO ANY THIRD-PARTY SOFTWARE AND EXPRESSLY DISCLAIMS ANY WARRANTY OR CONDITION OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT.
-9. TOOLBOX SUBSCRIPTION TRIAL
-9.1. Subject to the terms of this Agreement, Customer is granted a one-time right to install and use the Product for evaluation purposes without charge for a period of thirty (30) days from the date of the Product installation, unless otherwise specified (the “Evaluation Period”). Customer’s use of the Product during the Evaluation Period shall be limited to the evaluation of the Product for the sole purpose of determining whether the Product meets Customer’s requirements and whether Customer desires to continue using the Product.
-9.2. Customer may withdraw from using the Product at Customer’s sole discretion anytime before expiration of the Evaluation Period. Upon expiration of the Evaluation Period, Customer’s right to continue to use the Product will terminate, unless Customer purchases a Toolbox Subscription to the Product. The Product contains a feature that will automatically disable the Product upon expiration of the Evaluation Period.
-9.3. Limitations contained in this Section 9 do not apply to the use of Redistributable Products, which may be used for the term of this Agreement.
-10. WARRANTY LIMITATIONS
-10.1 ALL PRODUCTS ARE PROVIDED TO CUSTOMER ON AN “AS IS” AND “AS AVAILABLE” BASIS. USE OF THE PRODUCTS IS AT CUSTOMER’S OWN RISK.
-10.2 JETBRAINS MAKES NO WARRANTY AS TO THE PRODUCTS’ USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, JETBRAINS (OR ITS AFFILIATES, SHAREHOLDERS, AGENTS, DIRECTORS, AND EMPLOYEES), ITS LICENSORS, SUPPLIERS (WHICH SHALL INCLUDE THE PROVIDERS OF THIRD PARTY SOFTWARE), AND RESELLERS (COLLECTIVELY HEREUNDER, “JETBRAINS PARTIES”) DISCLAIM ALL WARRANTIES AND CONDITIONS, WHETHER EXPRESS OR IMPLIED (INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY; FITNESS FOR A PARTICULAR PURPOSE; TITLE; AND NON-INFRINGEMENT) WITH REGARD TO THE PRODUCTS AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES.
-TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, JETBRAINS PARTIES DO NOT REPRESENT OR WARRANT THAT THE PRODUCTS: (A) ARE ACCURATE, RELIABLE OR CORRECT; (B) WILL MEET ANY CUSTOMER REQUIREMENTS; (C) WILL BE AVAILABLE AT ANY PARTICULAR TIME OR LOCATION, UNINTERRUPTED OR SECURE; (D) ARE FREE OF DEFECTS OR ERRORS AND THAT ANY, IF FOUND, WILL BE CORRECTED; AND/OR (E) ARE FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS.
-10.3 ANY CONTENT OR DATA DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE PRODUCTS ARE DOWNLOADED AT CUSTOMER’S OWN RISK; CUSTOMER AGREES IT IS SOLELY RESPONSIBLE FOR ANY DAMAGE TO ITS PROPERTY OR LOSS OF DATA THAT RESULTS FROM SUCH DOWNLOAD.
-10.4 CUSTOMER MAY HAVE OTHER RIGHTS, WHICH VARY FROM JURISDICTION TO JURISDICTION. THIS DOCUMENT IS NOT INTENDED TO ABROGATE SUCH RIGHTS.
-11. DISCLAIMER OF DAMAGES
-11.1. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL THE JETBRAINS PARTIES BE LIABLE TO CUSTOMER, CUSTOMER’S AFFILIATES, USERS, OR ANYONE ELSE FOR: (A) ANY LOSS OF USE, DATA, GOODWILL, OR PROFITS, WHETHER OR NOT FORESEEABLE; (B) ANY LOSS OR DAMAGES IN CONNECTION WITH TERMINATION OR SUSPENSION OF CUSTOMER’S ACCESS TO THE PRODUCTS IN ACCORDANCE WITH THIS AGREEMENT; OR (C) ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, EXEMPLARY OR PUNITIVE DAMAGES WHATSOEVER (EVEN IF THE RELEVANT JETBRAINS PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF THESE DAMAGES), INCLUDING THOSE (X) RESULTING FROM LOSS OF USE, DATA, OR PROFITS, WHETHER OR NOT FORESEEABLE, (Y) BASED ON ANY THEORY OF LIABILITY, INCLUDING BREACH OF CONTRACT OR WARRANTY, STRICT LIABILITY, NEGLIGENCE OR OTHER TORTIOUS ACTION, OR (Z) ARISING FROM ANY OTHER CLAIM ARISING OUT OF OR IN CONNECTION WITH CUSTOMER’S USE OF OR ACCESS TO THE PRODUCTS OR SUPPORT. THE FOREGOING LIMITATION OF LIABILITY SHALL APPLY TO THE FULLEST EXTENT PERMITTED BY LAW IN THE APPLICABLE JURISDICTION.
-11.2. THE JETBRAINS PARTIES’ TOTAL LIABILITY IN ANY MATTER ARISING OUT OF OR IN RELATION TO THIS AGREEMENT IS LIMITED TO THE GREATER OF (A) ONE HUNDRED (100) US DOLLARS OR (B) THE AGGREGATE AMOUNT PAID OR PAYABLE BY THE CUSTOMER DURING THE THREE-MONTH PERIOD PRECEDING THE EVENT, FOR THE PRODUCTS GIVING RISE TO THE LIABILITY. THIS LIMITATION WILL APPLY EVEN IF THE JETBRAINS PARTIES HAVE BEEN ADVISED OF THE POSSIBILITY OF LIABILITY EXCEEDING SUCH AN AMOUNT AND NOTWITHSTANDING ANY FAILURE OF THE ESSENTIAL PURPOSE OF ANY LIMITED REMEDY.
-12. TERM AND TERMINATION
-12.1. The term of this Agreement will commence upon the acceptance of this Agreement by Customer as set forth in the preamble above, and will continue for each Product through the end of the applicable subscription period specified in the respective Subscription Confirmation or in the case of Redistributable Products until terminated by either Customer or JetBrains. This Agreement will automatically renew with respect to a Product for a successive Toolbox Subscription term, unless terminated as set forth herein.
-12.2. You may terminate this Agreement at any time by cancelling the subscription for one or more Products via Your JetBrains Account. If such termination occurs during a then-current subscription period, this Agreement will continue to be effective until the end of that subscription period. Such termination does not relieve You of the obligation to pay any outstanding subscription fees owed to JetBrains, and no credits or refunds will be issued to You for prepaid subscription fees (except as set forth in JetBrains’ Terms of Purchase, if applicable). In the case of Redistributable Products, Customer may terminate this Agreement with immediate effect by notifying JetBrains of such termination, discontinuing use of the Redistributable Product and deleting all copies of the Redistributable Product from its Clients and archives.
-12.3. JetBrains may terminate this agreement if:
-(A) Customer has materially breached this Agreement and fails to cure such breach within thirty (30) days of written notice thereof;
-(B) Customer fails to make the timely payment of subscription fees in accordance with Section 6 of this Agreement;
-(C) JetBrains is required to do so by law (for example, where the provision of the JetBrains Toolbox to Customer is, or becomes, unlawful); or
-(D) JetBrains elects to discontinue providing the JetBrains Toolbox, in whole or in part.
-12.4. JetBrains will make reasonable efforts to notify Customer via email as follows:
-(A) Thirty (30) days prior to termination of the Agreement in the events specified in Sections 12.3(C) and 12.3(D) above, and in such events Customer will be entitled to a refund of the unused portion of prepaid subscription fees, if applicable;
-(B) Three (3) days prior to termination of the Agreement in the event specified in Section 12.3(B), and in such event Customer will not be entitled to any refund of the unused portion of prepaid subscription fees.
-12.5. Upon expiration or termination of this Agreement by Customer under Section 12.2, and if Customer elects to use the Fallback Version subject to Section 3.2 of the Agreement, Sections 3.2, 7, 8, 10 and 11 of this Agreement will survive.
-13. TEMPORARY SUSPENSION FOR NON-PAYMENT
-13.1. JetBrains reserves the right to suspend Customer’s access to JetBrains’ Products if Customer fails to pay its subscription.
-13.2. If JetBrains suspends Customer’s access to JetBrains’ Products for non-payment according to Section 13.1., Customer must pay all past due amounts in order to restore its access to JetBrains’ Products.
-13.3. Customer hereby agrees that JetBrains is entitled to charge Customer for the time period during which Customer has access to JetBrains Products until Customer or JetBrains terminates or suspends Customer’s subscription in accordance with this Agreement.
-14. EXPORT REGULATIONS
-Customer shall comply with all applicable laws and regulations with regards to economic sanctions, export controls, import regulations, and trade embargoes (all herein referred to as “Sanctions”), including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Customer declares that it is not a person targeted by Sanctions nor is it otherwise owned or controlled by or acting on behalf of any person targeted by Sanctions. Further, Customer warrants that it will not download or otherwise export or re-export the JetBrains Toolbox or any related technical data directly or indirectly to any person targeted by Sanctions or download or otherwise use the JetBrains Toolbox for any end-use prohibited or restricted by Sanctions.
-15. GENERAL
-15.1. Entire Agreement. This Agreement, including the Third-Party Software license terms, constitutes the entire agreement between the parties concerning its subject matter and supersedes any prior agreements between You and JetBrains regarding Your use of any JetBrains software covered by the JetBrains Toolbox. No purchase order, other ordering document or any handwritten or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Customer and JetBrains.
-15.2. Reservation of Rights. JetBrains reserves the right at any time to cease the support of the JetBrains Toolbox and to alter prices, features, specifications, capabilities, functions, terms of use, release dates, general availability or other characteristics of the JetBrains Toolbox.
-15.3. Changes to this Agreement. We may update or modify this Agreement from time to time, including any referenced policies and other documents. If a revision meaningfully reduces Your rights, We will use reasonable efforts to notify You (by, for example, sending an email to the email address of the billing or technical contact You provided to us, posting on our blog, through Your JetBrains Account, or via the Product itself). If We modify this Agreement, the modified version of the Agreement will be effective from the start of the next Toolbox Subscription term. In this case, if You object to the updated Agreement terms, as Your exclusive remedy, You may cancel Your Toolbox Subscription. You may be required to click through the updated Agreement to show Your acceptance. For the avoidance of doubt, any Subscription Confirmation is subject to the version of the Agreement in effect on the Subscription Confirmation date.
-15.4. Severability. If a particular term of this Agreement is not enforceable, the unenforceability of that term will not affect any other terms of this Agreement.
-15.5. Headings. Headings and titles are for convenience only and do not affect the interpretation of this Agreement.
-15.6. No Waiver. Our failure to enforce or exercise any part of this Agreement is not a waiver of that section.
-15.7. Governing Law. This Agreement will be governed by the laws of the Czech Republic, without regard to conflict of laws principles. Customer agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any competent court of the Czech Republic. The parties agree that the United Nations Convention on Contracts for the International Sale of Goods does not apply to this Agreement.
-15.8. You declare that You have had sufficient opportunity to review this Agreement, understand the content of all of its clauses, negotiate its terms, and seek independent professional legal advice in that respect before entering into it. Consequently, any statutory “form contract” (“adhesion contract”) regulations shall not be applicable to this Agreement.
-15.9. The parties to this Agreement undertake to make their best efforts to settle any disputes arising hereunder (“Dispute”) amicably. Should the parties to this Agreement fail to settle a Dispute amicably, Customer has a right to submit a Dispute for an out-of-court resolution to the Czech Trade Inspection Authority, web address: www.coi.cz.
-15.10. Notice. JetBrains may deliver any notice to Customer via electronic mail to an email address provided by Customer, JetBrains Account, registered mail, personal delivery or renowned express courier (such as DHL, FedEx or UPS). Any such notice will be deemed to be effective (i) on the day the notice is sent to Customer via email, (ii) upon being uploaded to Your JetBrains Account (irrespective of when Customer actually receives it), (iii) upon personal delivery, (iv) one (1) day after deposit with an express courier, (v) or five (5) days after deposit in the mail, whichever occurs first.
-15.11. Children and minors. If You are under 18 years old, then by entering into this Agreement you explicitly stipulate, that (i) You have legal capacity to conclude this Agreement or that you have valid consent from a parent or legal guardian to do so and (ii) You understand the JetBrains Privacy Policy available at: https://www.jetbrains.com/company/privacy.html. You may not enter into this Agreement if you are under 13 years old. IF YOU DO NOT UNDERSTAND THIS SECTION, DO NOT UNDERSTAND THE JETBRAINS PRIVACY POLICY OR DO NOT KNOW WHETHER YOU HAVE THE LEGAL CAPACITY TO ACCEPT THESE TERMS, PLEASE ASK YOUR PARENT OR LEGAL GUARDIAN FOR HELP.
-For exceptions or modifications to this Agreement, please contact JetBrains at:
-Address: Na Hrebenech II 1718/10, Prague, 14000, Czech Republic
-Fax: +420 241 722 540
-Email: sales@jetbrains.com
diff --git a/sdk_container/src/third_party/portage-stable/licenses/JoyPixels b/sdk_container/src/third_party/portage-stable/licenses/JoyPixels
deleted file mode 100644
index 0c73d3a9559..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/JoyPixels
+++ /dev/null
@@ -1,72 +0,0 @@
-Free License Agreement
-Version 6.5 - February 1, 2021
-1. Acceptance of this agreement
-By using the JoyPixels Properties (defined below), you agree to be bound by the terms and conditions of this license agreement.
-2. You and JoyPixels
-2.1 JoyPixels
-JoyPixels Inc. is a Nevada Corporation. JoyPixels Inc. will be referred to in this agreement as JoyPixels, We, Our, or Us.
-2.2 JoyPixels Artwork
-This license applies to the following artwork, which we will refer to as the JoyPixels Artwork for this agreement, (the “JoyPixels Artwork”).
-All free version releases within the sixth, fifth, fourth, and third series of signature emoji (any 6.x, 5.x, 4.x, and 3.x version) only. Note: We reserve the right to remove older signature emoji series (version 5.x, 4.x,
-and 3.x) from our website at any time—at which time they will no longer be available for download.
-2.3 JoyPixels Properties
-The JoyPixels Artwork, name, logos, trademarks, graphic files, and copyrights will be referred to collectively in this agreement as the JoyPixels Properties, (the “JoyPixels Properties”).
-2.4 What if you don’t agree to these terms and conditions?
-If you do not agree to the terms and conditions below, do not access or use the JoyPixels Properties. If you have any questions or concerns about this agreement, please feel free to contact us at licensing@joypixels.com .
-3. License
-Subject to the terms and conditions in this agreement we agree to grant you a personal, limited, revocable, non-exclusive, non-transferable, non-sublicensable license to use the JoyPixels Properties on the terms and conditions provided in this agreement. We reserve all rights in and to the JoyPixels Properties. This license is personal to you and allows you to access and use the JoyPixels Properties for your own
-projects. You agree not to transfer, distribute, sell, or modify the JoyPixels Properties. All rights not specifically granted hereunder are reserved to JoyPixels.
-3.1 Ownership of the JoyPIxels Properties
-The JoyPixels Properties and other intellectual property rights of JoyPixels (collectively, the “JoyPixels IP”) are and shall remain the property of JoyPixels. All uses of the JoyPixels IP under this agreement shall inure to the benefit of JoyPixels. You expressly acknowledge JoyPixels’s exclusive ownership of the JoyPixels IP, and all trade dress, advertising themes and other intellectual property used in connection with the JoyPixels IP, whether such intellectual property is registered or exists under common law. You further agree that, in the event you are or might have been deemed to have acquired any rights in any of the JoyPixels IP (other than limited rights granted by this agreement), those rights shall be and herein are assigned to JoyPixels, together with all goodwill associated therewith. You shall promptly, upon the request of JoyPixels, take all steps necessary to execute, acknowledge and deliver to JoyPixels any and all further instruments and assurances, necessary to effectuate the foregoing. You agree not to attack, dispute or contest such ownership or the validity of any rights of JoyPixels in the JoyPixels IP, whether such rights are registered, are contained in a pending application, or exist under common law. You shall not claim any title to or right to use the JoyPixels Properties, JoyPixels IP, or any variation thereof, other than the right to use the JoyPixels Properties under this agreement.
-3.2 PERSONAL USE ONLY - no commercial use
-All uses under this agreement shall be for personal use only. Licenses for commercial purposes and for business and non-profit entities must be granted under a separate fee license agreement.
-There is one exception—businesses and non-profits may use the JoyPixels Artwork under this agreement for internal implementation testing purposes only (i.e. design drafts, prototypes, mock-ups, etc.) to evaluate functionality or compatibility for a particular purpose.
-Note: Businesses, non-profits, and individuals that have purchased a premium license can use the free JoyPixels Artwork under the terms and conditions of their premium license agreement.
-3.3 IMAGE SIZE AND FORMAT LIMITS - .png format only
-Any JoyPixels Artwork used under this agreement must adhere to the following guidelines: (A) .png format only (.svg file format use is not allowed); and
(B) cannot exceed the size of 128 x 128 pixels.
-3.4 What CAN you do with the JoyPixels Properties under this agreement?
-You can display it for personal use on your own projects as long as:
(A) you use the JoyPixels Properties as a component of something that required time, effort, and skill to create—such as your personal website, videos/photos, social media content, banners/signs, artwork, crafts, school project, classroom lesson/assignment, etc.; and
(B) you comply with the other terms and conditions of this agreement.
-There are some exceptions to what can be done with the JoyPixels Properties under this license detailed below in Section 3.5.
-3.5 What CAN’T you do with the JoyPixels Properties under this agreement?
(A) Use it for any business or non-profit entity—this license is for personal use by individuals. (with
-the one exception detailed in Section 3.2 permitting implementation testing use by businesses and non-profits)
-(B) Use it for any commercial purpose—this includes anything that generates revenue either directly or indirectly—including donations. (for commercial licensing contact us at l icensing@joypixels.com )
(C) Use it for any merchandising purpose or in the creation or sale of tangible/physical products such as
-promotional products, shirts, cards, stationery, books, packaging, print-on-demand items, etc. (for consumer goods licensing contact us at l icensing@joypixels.com )
(D) Use it in any advertisement—including digital advertisement—or for any promotional or endorsement purpose. ( for advertising licensing contact us at l icensing@joypixels.com )
-(E) Use it for a client of yours or for any third party—including ad agencies and all other
-representatives of third parties. (for client or third party licensing contact us at l icensing@joypixels.com )
-(F) Use it in the creation of digital or other educational content except for teachers/students for their
-own personal use—you’re not allowed to create material for entire school districts, organizations,
-etc. (use by teachers and students is limited to their own personal school, classroom, or projects)
-(G) Use it for any charity or fundraising purpose—including individual or personal projects/campaigns .
-(H) Sell or license it—you may not sell, license, sub-license, lease, rent, lend, or redistribute the rights
-herein—including using the JoyPixels Properties as an upsell item, in-app purchase, add-on, etc.
-(I) Use it in digital templates that will be resold or distributed to multiple people—such as design
-apps, themed templates, etc.
-(J) Use or rebrand the JoyPixels Artwork under a different name.
-(K) Allow others to extract the JoyPixels Artwork, in whole or in part.
-(L) Include it in open source projects or cryptocurrency projects. (we support these types of projects however they require a custom license agreement—please contact us at l icensing@joypixels.com )
-(M) Use it in a logo.
(N) Register as a trademark any of the JoyPixels Properties, or any products or works that include the JoyPixels Properties.
(O) Use it to suggest an endorsement from JoyPixels.
(P) Modify it—any modification including color changes are not allowed.
-4. Damages
-If you breach this agreement, we have the following remedies, if we feel they are merited:
-(A) You agree that if you violate this agreement we can get an injunction against you.
(B) You agree that if you violate this agreement you will pay us 100% of all revenue you’ve received from items that you’ve sold in violation agreement as well as any damages deemed appropriate by a court of competent jurisdiction.
-5. Amendments
-You agree that we may change or modify these terms and conditions. If we make changes to these terms and conditions, we will provide notice of the changes by updating this agreement at https://www.joypixels.com/licenses/free . By continuing to use our JoyPixels Properties, you confirm
-your acceptance of the revised terms and conditions. If you do not agree to the amended terms and conditions, you must stop using our JoyPixels Properties.
-6. Termination
-This license continues until it is terminated by either party, which can happen at any time. We reserve the right to terminate this agreement for any reason. In the event of termination you will no longer have any rights to use the JoyPixels Properties.
-7. Indemnification
-You shall indemnify us and hold us, our officers, directors, employees, affiliates, successors, and assigns, harmless from any damages and liabilities (including reasonable attorney fees and costs):
-(A) Arising out of or related to this agreement;
(B) Arising out of your use of the JoyPixels Properties, any alleged defects or failures to perform of the JoyPixels Properties, or any product liability claims; and
(C) Any claims arising out of your advertising, distribution, marketing, or sale of the JoyPixels Properties.
-8. Arbitration
-Any dispute, claim or controversy arising out of or relating to this agreement will be determined by arbitration in Las Vegas, Nevada. The arbitration will be administered by JAMS pursuant to JAMS’ Streamlined Arbitration Rules and Procedures and will utilize the Final Offer (or Baseball) option. The latest rules and procedures can be found on the JAMS website ( https://www.jamsadr.com/rules-streamlined-arbitration/ ). Judgment on the award may be entered in any court having jurisdiction. This court will not preclude parties from seeking provisional remedies in aid of arbitration from a court of appropriate jurisdiction.
-9. No warranties
-All Items are provided "as is" without warranty of any kind, either express or implied, including, but not limited to the implied warranties of non-infringement, merchantability, or fitness for a particular purpose.
-10. Applicable Law
-This agreement will be construed in accordance with and governed by the laws of the State of Nevada. Las Vegas, Nevada shall be the exclusive venue for any action brought by any party in any way related to this agreement.
-11. Waivers and modifications must be written
-Any waiver or modification to this agreement must be written.
-12. Assignment
-We can assign our rights under this agreement without restriction. If you’d like to assign your rights under this agreement, you will need to get prior written permission from us before you can do so (and we can’t guarantee that we’ll allow it, though we’ll try).
-13. Severability
-Invalidity or unenforceability of one or more provisions of this agreement shall not affect any other provision of this agreement. If possible, any unenforceable provision within this agreement will be modified to reflect the parties’ original intention.
-14. Entire Agreement
-This agreement is the entire agreement of the parties and supersedes all prior agreements as to the use of the website. If you have any questions or concerns regarding any of the terms and conditions above, please feel free to contact us as licensing@joypixels.com.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Khronos-CLHPP b/sdk_container/src/third_party/portage-stable/licenses/Khronos-CLHPP
deleted file mode 100644
index 5c0255a8aaa..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Khronos-CLHPP
+++ /dev/null
@@ -1,25 +0,0 @@
-Copyright (c) 2008-2015 The Khronos Group Inc.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and/or associated documentation files (the
-"Materials"), to deal in the Materials without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Materials, and to
-permit persons to whom the Materials are furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Materials.
-
-MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS
-KHRONOS STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS
-SPECIFICATIONS AND HEADER INFORMATION ARE LOCATED AT
- https://www.khronos.org/registry/
-
-THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Kryoflux-MAME b/sdk_container/src/third_party/portage-stable/licenses/Kryoflux-MAME
deleted file mode 100644
index 6d1c163fe4e..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Kryoflux-MAME
+++ /dev/null
@@ -1,48 +0,0 @@
-This licence is based on the MAME licence and is intended for use in all non-commercial projects and environments. Other licensing options are available. Don't hesitate - please contact us at licensing@kryoflux.com.
-
-
-PREAMBLE
-
-The purpose ("Purpose") of the SPS DECODER LIBRARY ("CLL", "CAPSImage", "CAPSImg", etc.) is to enable third party software to use The Software Preservation Society Interchangeable Preservation Format ("IPF"), Software Preservation Society Capture Tool RAW ("CT RAW", "RAW") and KryoFlux STREAM ("KF STREAM", "RAW") format files as produced by e.g. The Software Preservation Analyser, KryoFlux - High Definition Flux Sampler for USB or KryoFlux FREE.
-
-
-LICENCE
-
-Redistribution and use of the SPS DECODER LIBRARY code is permitted provided that the following conditions are met:
-
-- Redistributions may not be sold, nor may they be used in a commercial product or activity.
-
-- Redistributions that are modified from the original source must include the complete source code, including the source code for all components used by a binary built from the modified sources. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
-
-- Aforementioned modifications to the code can be made to enhance the code or to make it compile on other platforms than originally supported. Modifications must still satisfy the Purpose. Any file formats other than those listed under Purpose must not be enabled through the SPS DECODER LIBRARY.
-
-- Redistributions must reproduce the following copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-
-COPYRIGHT
-
-SPS DECODER LIBRARY Copyright (c) 2001-2014 by István Fábián under exclusive licence to KryoFlux Products & Services Ltd, 80 Allington Way, Maidstone, ME16 0HN, United Kingdom. All rights reserved.
-
-
-COMMON QUESTIONS
-
-Q. Can I include the SPS DECODER LIBRARY with my commercial product?
-A. No. The SPS DECODER LIBRARY is not licensed for commercial use. Using SPS DECODER LIBRARY as a "freebie" or including it at "no cost" with your product still constitutes commerical usage and is forbidden by the licence.
-
-Q. Can I sell my product with the SPS DECODER LIBRARY or associated logos (e.g. SPS, KryoFlux) on it?
-A. No. Putting the name or logo on your product makes it appear that the product is something officially endorsed.
-
-Q. Can I use the SPS DECODER LIBRARY or the SPS logo to advertise my product?
-A. No. Using the name or logo in your advertising makes it appear that the product is something officially endorsed.
-
-Q. Can I use the term "SPS DECODER LIBRARY" in the name of my software?
-A. Generally, no, especially if it is something that is sold. However, if you are producing a free SPS DECODER LIBRARY-related piece of software, it is common that permission is granted. Send a query to double-check first, please.
-
-Q. Can I ask for donations for the work I did on my port of SPS DECODER LIBRARY to platform X?
-A. No. You would be earning money from the SPS DECODER LIBRARY trademark and copyrights, and that would be a commercial use, which is prohibited by the licence. It is our wish that SPS DECODER LIBRARY remains free.
-
-v1.02
-2014-05-20
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LA_OPT_BASE_LICENSE b/sdk_container/src/third_party/portage-stable/licenses/LA_OPT_BASE_LICENSE
deleted file mode 100644
index 0e666c028e8..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LA_OPT_BASE_LICENSE
+++ /dev/null
@@ -1,684 +0,0 @@
-LA_OPT_NXP_Software_License v39 August 2022
-IMPORTANT. Read the following NXP Software License Agreement ("Agreement")
-completely. By selecting the "I Accept" button at the end of this page, or by
-downloading, installing, or using the Licensed Software, you indicate that you
-accept the terms of the Agreement, and you acknowledge that you have the
-authority, for yourself or on behalf of your company, to bind your company to
-these terms. You may then download or install the file. In the event of a
-conflict between the terms of this Agreement and any license terms and
-conditions for NXP's proprietary software embedded anywhere in the Licensed
-Software file, the terms of this Agreement shall control. If a separate
-license agreement for the Licensed Software has been signed by you and NXP,
-then that agreement shall govern your use of the Licensed Software and shall
-supersede this Agreement.
-
-NXP SOFTWARE LICENSE AGREEMENT
-This is a legal agreement between your employer, of which you are an authorized
-representative, or, if you have no employer, you as an individual ("you" or
-"Licensee"), and NXP B.V. ("NXP"). It concerns your rights to use the software
-provided to you in binary or source code form and any accompanying written
-materials (the "Licensed Software"). The Licensed Software may include any
-updates or error corrections or documentation relating to the Licensed Software
-provided to you by NXP under this Agreement. In consideration for NXP allowing
-you to access the Licensed Software, you are agreeing to be bound by the terms
-of this Agreement. If you do not agree to all of the terms of this Agreement,
-do not download or install the Licensed Software. If you change your mind
-later, stop using the Licensed Software and delete all copies of the Licensed
-Software in your possession or control. Any copies of the Licensed Software
-that you have already distributed, where permitted, and do not destroy will
-continue to be governed by this Agreement. Your prior use will also continue to
-be governed by this Agreement.
-1. DEFINITIONS
-1.1. "Affiliate" means, with respect to a party, any corporation or
-other legal entity that now or hereafter Controls, is Controlled by or is under
-common Control with such party; where "Control" means the direct or indirect
-ownership of greater than fifty percent (50%) of the shares or similar
-interests entitled to vote for the election of directors or other persons
-performing similar functions. An entity is considered an Affiliate only so long
-as such Control exists.
-1.2 "Authorized System" means either (i) Licensee's hardware product which
-incorporates an NXP Product or (ii) Licensee's software program which is used
-exclusively in connection with an NXP Product and with which the Licensed
-Software will be integrated.
-1.3. "Derivative Work" means a work based upon one or more pre-existing
-works. A work consisting of editorial revisions, annotations, elaborations, or
-other modifications which, as a whole, represent an original work of
-authorship, is a Derivative Work.
-1.4 "Intellectual Property Rights" means any and all rights under statute,
-common law or equity in and under copyrights, trade secrets, and patents
-(including utility models), and analogous rights throughout the world,
-including any applications for and the right to apply for, any of the foregoing.
-1.5 "NXP Product" means a hardware product (e.g. a microprocessor,
-microcontroller, sensor or digital signal processor) and/or services (e.g.
-cloud platform services) supplied directly or indirectly from NXP or an NXP
-Affiliate, unless there is a product specified in the Software Content
-Register, in which case this definition is limited to such product.
-1.6 "Software Content Register" means the documentation which may
-accompany the Licensed Software which identifies the contents of the Licensed
-Software, including but not limited to identification of any Third Party
-Software, if any, and may also contain other related information as whether the
-license in 2.3 is applicable.
-1.7 "Third Party Software" means, any software included in the Licensed
-Software that is not NXP proprietary software, and is not open source software,
-and to which different license terms may apply.
-2. LICENSE GRANT.
-2.1. If you are not expressly granted the distribution license in
-Section 2.3 in the Software Content Register, then you are only granted the
-rights in Section 2.2 and not in 2.3. If you are expressly granted the
-distribution license in Section 2.3 in the Software Content Register, then you
-are granted the rights in both Section 2.2 and 2.3.
-2.2. Standard License. Subject to the terms and conditions of this
-Agreement, NXP grants you a worldwide, personal, non-transferable,
-non-exclusive, non-sublicensable license, solely for the development of an
-Authorized System:
-(a) to use and reproduce the Licensed Software (and its Derivative Works
-prepared under the license in Section 2.2(b)) solely in combination with a NXP
-Product; and
-(b) for Licensed Software provided to you in source code form (human
-readable), to prepare Derivative Works of the Licensed Software solely for use
-in combination with a NXP Product.
-You may not distribute or sublicense the Licensed Software to others under the
-license granted in this Section 2.2.
-You may demonstrate the Licensed Software to your direct customers as part of
-an Authorized System so long as such demonstration is directly controlled by
-you and without prior approval by NXP; however, to all other third parties only
-if NXP has provided its advance, written approval (e.g. email approval) of your
-demonstrating the Licensed Software to specified third parties or at specified
-event(s). You may not leave the Licensed Software with a direct customer or
-any other third party at any time.
-2.3. Additional Distribution License. If expressly authorized in the
-Software Content Register, subject to the terms and conditions of this
-Agreement, NXP grants you a worldwide, personal, non-transferable,
-non-exclusive, non-sublicensable license solely in connection with your
-manufacturing and distribution of an Authorized System:
-(a) to manufacture (or have manufactured), distribute, and market the
-Licensed Software (and its Derivative Works prepared under the license in
-2.2(b)) in object code (machine readable format) only as part of, or embedded
-within, Authorized Systems and not on a standalone basis solely for use in
-combination with a NXP Product. Notwithstanding the foregoing, those files
-marked as .h files ("Header files") may be distributed in source or object code
-form, but only as part of, or embedded within Authorized Systems; and
-(b) to copy and distribute as needed, solely in connection with an
-Authorized System and for use in combination with a NXP Product,
-non-confidential NXP information provided as part of the Licensed Software for
-the purpose of maintaining and supporting Authorized Systems with which the
-Licensed Software is integrated.
-2.4 Separate license grants to Third Party Software, or other terms
-applicable to the Licensed Software if different from those granted in this
-Section 2, are contained in Appendix A. The Licensed Software may be
-accompanied by a Software Content Register which will identify that portion of
-the Licensed Software, if any, that is subject to the different terms in
-Appendix A.
-2.5. You may use subcontractors to exercise your rights under Section
-2.2 and Section 2.3, if any, so long as you have an agreement in place with the
-subcontractor containing confidentiality restrictions no less stringent than
-those contained in this Agreement. You will remain liable for your
-subcontractors' adherence to the terms of this Agreement and for any and all
-acts and omissions of such subcontractors with respect to this Agreement and
-the Licensed Software.
-3. LICENSE LIMITATIONS AND RESTRICTIONS.
-3.1. The licenses granted above in Section 2 only extend to NXP
-Intellectual Property Rights that would be infringed by the unmodified Licensed
-Software prior to your preparation of any Derivative Work.
-3.2. The Licensed Software is licensed to you, not sold. Title to
-Licensed Software delivered hereunder remains vested in NXP or NXP's licensor
-and cannot be assigned or transferred. You are expressly forbidden from selling
-or otherwise distributing the Licensed Software, or any portion thereof, except
-as expressly permitted herein. This Agreement does not grant to you any implied
-rights under any NXP or third party Intellectual Property Rights.
-3.3. You may not translate, reverse engineer, decompile, or disassemble
-the Licensed Software except to the extent applicable law specifically
-prohibits such restriction. You must prohibit your subcontractors or customers
-(if distribution is permitted) from translating, reverse engineering,
-decompiling, or disassembling the Licensed Software except to the extent
-applicable law specifically prohibits such restriction.
-3.4. You must reproduce any and all of NXP's (or its third-party
-licensor's) copyright notices and other proprietary legends on copies of
-Licensed Software.
-3.5. If you distribute the Licensed Software to the United States
-Government, then the Licensed Software is "restricted computer software" and is
-subject to FAR 52.227-19.
-3.6. You grant to NXP a non-exclusive, non-transferable, irrevocable,
-perpetual, worldwide, royalty-free, sub-licensable license under your
-Intellectual Property Rights to use without restriction and for any purpose any
-suggestion, comment or other feedback related to the Licensed Software
-(including, but not limited to, error corrections and bug fixes).
-3.7. You will not take or fail to take any action that could subject
-the Licensed Software to an Excluded License. An Excluded License means any
-license that requires, as a condition of use, modification or distribution of
-software subject to the Excluded License, that such software or other software
-combined and/or distributed with the software be (i) disclosed or distributed
-in source code form; (ii) licensed for the purpose of making Derivative Works;
-or (iii) redistributable at no charge.
-3.8. You may not publish or distribute reports associated with the use
-of the Licensed Software to anyone other than NXP. You may advise NXP of any
-results obtained from your use of the Licensed Software, including any problems
-or suggested improvements thereof, and NXP retains the right to use such
-results and related information in any manner it deems appropriate.
-4. OPEN SOURCE. Open source software included in the Licensed
-Software is not licensed under the terms of this Agreement but is instead
-licensed under the terms of the applicable open source license(s), such as the
-BSD License, Apache License or the GNU Lesser General Public License. Your use
-of the open source software is subject to the terms of each applicable license.
-You must agree to the terms of each applicable license, or you cannot use the
-open source software.
-5. INTELLECTUAL PROPERTY RIGHTS.
-Upon request, you must provide NXP the source code of any derivative of the
-Licensed Software.
-Unless prohibited by law, the following paragraph shall apply. Your
-modifications to the Licensed Software, and all intellectual property rights
-associated with, and title thereto, will be the property of NXP. You agree to
-assign all, and hereby do assign all rights, title, and interest to any such
-modifications to the Licensed Software to NXP and agree to provide all
-assistance reasonably requested by NXP to establish, preserve or enforce such
-right. Further, you agree to waive all moral rights relating to your
-modifications to the Licensed Software, including, without limitation, all
-rights of identification of authorship and all rights of approval, restriction,
-or limitation on use or subsequent modification. Notwithstanding the
-foregoing, you will have the license rights granted in Section 2 hereto to any
-such modifications made by you or your licensees.
-Otherwise, you agree to grant an irrevocable, worldwide, and perpetual license
-to NXP to make, have made, use, sell, offer to sell, import, commercialize,
-sublicense and reproduce your modifications or derivative works to the Licensed
-Software without any payment to Licensee. You agree to provide all assistance
-reasonably requested by NXP to establish, preserve or enforce such right.
-6. ESSENTIAL PATENTS. NXP has no obligation to identify or obtain any
-license to any Intellectual Property Right of a third-party that may be
-necessary for use in connection with technology that is incorporated into the
-Authorized System (whether or not as part of the Licensed Software).
-7. TERM AND TERMINATION. This Agreement will remain in effect unless
-terminated as provided in this Section.
-7.1. You may terminate this Agreement immediately upon written notice
-to NXP at the address provided below.
-7.2. Either party may terminate this Agreement if the other party is in
-default of any of the terms and conditions of this Agreement, and termination
-is effective if the defaulting party fails to correct such default within 30
-days after written notice thereof by the non-defaulting party to the defaulting
-party at the address below.
-7.3. Notwithstanding the foregoing, NXP may terminate this Agreement
-immediately upon written notice if you: breach any of your confidentiality
-obligations or the license restrictions under this Agreement; become bankrupt,
-insolvent, or file a petition for bankruptcy or insolvency; make an assignment
-for the benefit of its creditors; enter proceedings for winding up or
-dissolution; are dissolved; or are nationalized or become subject to the
-expropriation of all or substantially all of your business or assets.
-7.4. Upon termination of this Agreement, all licenses granted under
-Section 2 will expire.
-7.5. After termination of this Agreement by either party you will
-destroy all parts of Licensed Software and its Derivative Works (if any) and
-will provide to NXP a statement certifying the same.
-7.6. Notwithstanding the termination of this Agreement for any reason,
-the terms of Sections 1 and 3 through 24 will survive.
-8. SUPPORT. NXP is not obligated to provide any support, upgrades or
-new releases of the Licensed Software under this Agreement. If you wish, you
-may contact NXP and report problems and provide suggestions regarding the
-Licensed Software. NXP has no obligation to respond to such a problem report or
-suggestion. NXP may make changes to the Licensed Software at any time, without
-any obligation to notify or provide updated versions of the Licensed Software
-to you.
-9. NO WARRANTY. To the maximum extent permitted by law, NXP expressly
-disclaims any warranty for the Licensed Software. The Licensed Software is
-provided "AS IS", without warranty of any kind, either express or implied,
-including without limitation the implied warranties of merchantability, fitness
-for a particular purpose, or non-infringement. You assume the entire risk
-arising out of the use or performance of the licensed software, or any systems
-you design using the licensed software (if any).
-10. INDEMNITY. You agree to fully defend and indemnify NXP from all
-claims, liabilities, and costs (including reasonable attorney's fees) related
-to (1) your use (including your subcontractor's or distributee's use, if
-permitted) of the Licensed Software or (2) your violation of the terms and
-conditions of this Agreement.
-11. LIMITATION OF LIABILITY. EXCLUDING LIABILITY FOR A BREACH OF
-SECTION 2 (LICENSE GRANTS), SECTION 3 (LICENSE LIMITATIONS AND RESTRICTIONS),
-SECTION 16 (CONFIDENTIAL INFORMATION), OR CLAIMS UNDER SECTION 10 (INDEMNITY),
-IN NO EVENT WILL EITHER PARTY BE LIABLE, WHETHER IN CONTRACT, TORT, OR
-OTHERWISE, FOR ANY INCIDENTAL, SPECIAL, INDIRECT, CONSEQUENTIAL OR PUNITIVE
-DAMAGES, INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR ANY LOSS OF USE, LOSS OF
-TIME, INCONVENIENCE, COMMERCIAL LOSS, OR LOST PROFITS, SAVINGS, OR REVENUES, TO
-THE FULL EXTENT SUCH MAY BE DISCLAIMED BY LAW. NXP'S TOTAL LIABILITY FOR ALL
-COSTS, DAMAGES, CLAIMS, OR LOSSES WHATSOEVER ARISING OUT OF OR IN CONNECTION
-WITH THIS AGREEMENT OR PRODUCT(S) SUPPLIED UNDER THIS AGREEMENT IS LIMITED TO
-THE AGGREGATE AMOUNT PAID BY YOU TO NXP IN CONNECTION WITH THE LICENSED
-SOFTWARE PROVIDED UNDER THIS AGREEMENT TO WHICH LOSSES OR DAMAGES ARE CLAIMED.
-12. EXPORT COMPLIANCE. Each party shall comply with all applicable
-export and import control laws and regulations including but not limited to the
-US Export Administration Regulation (including restrictions on certain military
-end uses and military end users as specified in Section 15 C.F.R. § 744.21 and
-prohibited party lists issued by other federal governments), Catch-all
-regulations and all national and international embargoes. Each party further
-agrees that it will not knowingly transfer, divert, export or re-export,
-directly or indirectly, any product, software, including software source code,
-or technology restricted by such regulations or by other applicable national
-regulations, received from the other party under this Agreement, or any direct
-product of such software or technical data to any person, firm, entity, country
-or destination to which such transfer, diversion, export or re-export is
-restricted or prohibited, without obtaining prior written authorization from
-the applicable competent government authorities to the extent required by those
-laws.
-13. GOVERNMENT CONTRACT COMPLIANCE
-13.1. If you sell Authorized Systems directly to any government or public
-entity, including U.S., state, local, foreign or international governments or
-public entities, or indirectly via a prime contractor or subcontractor of such
-governments or entities, NXP makes no representations, certifications, or
-warranties whatsoever about compliance with government or public entity
-acquisition statutes or regulations, including, without limitation, statutes or
-regulations that may relate to pricing, quality, origin or content.
-13.2. The Licensed Software has been developed at private expense and is a
-"Commercial Item" as defined in 48 C.F.R. Section 2.101, consisting of
-"Commercial Computer Software", and/or "Commercial Computer Software
-Documentation," as such terms are used in 48 C.F.R. Section 12.212 (or 48
-C.F.R. Section 227.7202, as applicable) and may only be licensed to or shared
-with U.S. Government end users in object code form as part of, or embedded
-within, Authorized Systems. Any agreement pursuant to which you share the
-Licensed Software will include a provision that reiterates the limitations of
-this document and requires all sub-agreements to similarly contain such
-limitations.
-14. CRITICAL APPLICATIONS. In some cases, NXP may promote certain
-software for use in the development of, or for incorporation into, products or
-services (a) used in applications requiring fail-safe performance or (b) in
-which failure could lead to death, personal injury, or severe physical or
-environmental damage (these products and services are referred to as "Critical
-Applications"). NXP's goal is to educate customers so that they can design
-their own end-product solutions to meet applicable functional safety standards
-and requirements. Licensee makes the ultimate design decisions regarding its
-products and is solely responsible for compliance with all legal, regulatory,
-safety, and security related requirements concerning its products, regardless
-of any information or support that may be provided by NXP. As such, Licensee
-assumes all risk related to use of the Licensed Software in Critical
-Applications and NXP SHALL NOT BE LIABLE FOR ANY SUCH USE IN CRITICAL
-APPLICATIONS BY LICENSEE. Accordingly, Licensee will indemnify and hold NXP
-harmless from any claims, liabilities, damages and associated costs and
-expenses (including attorneys' fees) that NXP may incur related to Licensee’s
-incorporation of the Licensed Software in a Critical Application.
-15. CHOICE OF LAW; VENUE. This Agreement will be governed by,
-construed, and enforced in accordance with the laws of The Netherlands, without
-regard to conflicts of laws principles, will apply to all matters relating to
-this Agreement or the Licensed Software, and you agree that any litigation will
-be subject to the exclusive jurisdiction of the courts of Amsterdam, The
-Netherlands. The United Nations Convention on Contracts for the International
-Sale of Goods will not apply to this document.
-16. CONFIDENTIAL INFORMATION. Subject to the license grants and
-restrictions contained herein, you must treat the Licensed Software as
-confidential information and you agree to retain the Licensed Software in
-confidence perpetually. You may not disclose any part of the Licensed Software
-to anyone other than distributees in accordance with Section 2.3 and employees,
-or subcontractors in accordance with Section 2.5, who have a need to know of
-the Licensed Software and who have executed written agreements obligating them
-to protect such Licensed Software to at least the same degree of
-confidentiality as in this Agreement. You agree to use the same degree of care,
-but no less than a reasonable degree of care, with the Licensed Software as you
-do with your own confidential information. You may disclose Licensed Software
-to the extent required by a court or under operation of law or order provided
-that you notify NXP of such requirement prior to disclosure, which you only
-disclose the minimum of the required information, and that you allow NXP the
-opportunity to object to such court or other legal body requiring such
-disclosure.
-17. TRADEMARKS. You are not authorized to use any NXP trademarks, brand
-names, or logos.
-18. ENTIRE AGREEMENT. This Agreement constitutes the entire agreement
-between you and NXP regarding the subject matter of this Agreement, and
-supersedes all prior communications, negotiations, understandings, agreements
-or representations, either written or oral, if any. This Agreement may only be
-amended in written form, signed by you and NXP.
-19. SEVERABILITY. If any provision of this Agreement is held for any
-reason to be invalid or unenforceable, then the remaining provisions of this
-Agreement will be unimpaired and, unless a modification or replacement of the
-invalid or unenforceable provision is further held to deprive you or NXP of a
-material benefit, in which case the Agreement will immediately terminate, the
-invalid or unenforceable provision will be replaced with a provision that is
-valid and enforceable and that comes closest to the intention underlying the
-invalid or unenforceable provision.
-20. NO WAIVER. The waiver by NXP of any breach of any provision of this
-Agreement will not operate or be construed as a waiver of any other or a
-subsequent breach of the same or a different provision.
-21. AUDIT. You will keep full, clear and accurate records with respect
-to your compliance with the limited license rights granted under this Agreement
-for three years following expiration or termination of this Agreement. NXP will
-have the right, either itself or through an independent certified public
-accountant to examine and audit, at NXP's expense, not more than once a year,
-and during normal business hours, all such records that may bear upon your
-compliance with the limited license rights granted above. You must make prompt
-adjustment to compensate for any errors and/or omissions disclosed by such
-examination or audit.
-22. NOTICES. All notices and communications under this
-Agreement will be made in writing, and will be effective when received at the
-following addresses:
- NXP: NXP B.V.
- High Tech Campus 60
- 5656 AG Eindhoven
- The Netherlands
- ATTN: Legal Department
-
- You: The address provided at registration will be used.
-
-23. RELATIONSHIP OF THE PARTIES. The parties are independent
-contractors. Nothing in this Agreement will be construed to create any
-partnership, joint venture, or similar relationship. Neither party is
-authorized to bind the other to any obligations with third parties.
-24. SUCCESSION AND ASSIGNMENT. This Agreement will be binding upon and
-inure to the benefit of the parties and their permitted successors and assigns.
- You may not assign this Agreement, or any part of this Agreement, without the
-prior written approval of NXP, which approval will not be unreasonably withheld
-or delayed. NXP may assign this Agreement, or any part of this Agreement, in
-its sole discretion.
-25. PRIVACY. By agreeing to this Agreement and/or utilizing the Licensed
-Software, Licensee consents to use of certain personal information, including
-but not limited to name, email address, and location, for the purpose of
-NXP’s internal analysis regarding future software offerings. NXP’s
-complete Privacy Statement can be found at:
-https://www.nxp.com/company/our-company/about-nxp/privacy-statement:PRIVACYPRACT
-ICES.
-
-APPENDIX A
-Other License Grants and Restrictions:
-
-The Licensed Software may include some or all of the following software, which
-is either 1) Third Party Software or 2) NXP proprietary software subject to
-different terms than those in the Agreement. If the Software Content Register
-that accompanies the Licensed Software identifies any of the following Third
-Party Software or specific components of the NXP proprietary software, the
-following terms apply to the extent they deviate from the terms in the
-Agreement:
-
-Airbiquity Inc.: The Airbiquity software may only be used in object code and
-Licensee may not sublicense the Airbiquity software to any third party.
-Licensee’s license to use the Airbiquity software expires on June 30, 2023.
-
-Amazon: Use of the Amazon software constitutes your acceptance of the terms of
-the Amazon Program Materials License Agreement (including the AVS Component
-Schedule, if applicable), located at
-https://developer.amazon.com/support/legal/pml. All Amazon software is hereby
-designated "Amazon confidential". With the exception of the binary library of
-the Amazon Wake Word Engine for “Alexa”, all Amazon software is also hereby
-designated as “Restricted Program Materials”. Amazon is a third-party
-beneficiary to this Agreement with respect to the Amazon software.
-
-Amazon Web Services, Inc.: AWS is an intended third-party beneficiary to this
-Agreement with respect to the Greengrass software. If you have an account with
-AWS that is not in good standing, you may not download, install, use or
-distribute the Greengrass software. You will comply with all instructions and
-requirements in any integration documents, guidelines, or other documentation
-AWS provides. The license to the Greengrass software will immediately terminate
-without notice if you (a) fail to comply with this Agreement or any other
-agreement with AWS, (b) fail to make timely payment for any AWS service, (c)
-fail to implement AWS updates, or (d) bring any action for intellectual
-property infringement against AWS or any AWS customer utilizing AWS services.
-Any dispute or claim relating to your use of the Greengrass software will be
-resolved by binding arbitration, rather than in court, except that you may
-assert claims in small claims court if your claims qualify.
-
-Amazon: AWS Fleetwise software must be used consistent with the terms found
-here: https://github.com/aws/aws-iot-fleetwise-edge/blob/main/LICENSE.
-
-Amphion Semiconductor Ltd.: Distribution of Amphion software must be a part of,
-or embedded within, Authorized Systems that include an Amphion Video Decoder.
-
-Apple MFi Software Development Kit: Use of Apple MFi Software and associated
-documentation is restricted to current Apple MFi licensees in accordance with
-the terms of their own valid and in-effect license from Apple.
-
-Aquantia Corp.: You may use Aquantia's API binaries solely to flash the API
-software to an NXP Product which mates with an Aquantia device.
-
-Argus Cyber Security: The Argus software may only be used in object code and
-only for evaluation and demonstration purposes.
-
-Atheros: Use of Atheros software is limited to evaluation and demonstration
-only. Permitted distributions must be similarly limited. Further rights must
-be obtained directly from Atheros.
-
-ATI (AMD): Distribution of ATI software must be a part of, or embedded within,
-Authorized Systems that include a ATI graphics processor core.
-
-Au-Zone Technologies: eIQ Portal, Model Tool, DeepViewRT and ModelRunner are
-distributed by NXP under license from Au-Zone Technologies. Your use of the
-Licensed Software, examples and related documentation is subject to the
-following:
-(1) Use of Software is limited to Authorized System only
-(2) In no event may Licensee Sublicense the Software
-(3) AU-ZONE TECHNOLOGIES SHALL NOT BE LIABLE FOR USE OF LICENSED
-SOFTWARE IN CRITICAL APPLICATIONS BY LICENSEE
-
-Broadcom Corporation: Your use of Broadcom Corporation software is restricted
-to Authorized Systems that incorporate a compatible integrated circuit device
-manufactured or sold by Broadcom.
-
-Cadence Design Systems: Use of Cadence audio codec software is limited to
-distribution only of one copy per single NXP Product. The license granted
-herein to the Cadence Design Systems HiFi aacPlus Audio Decoder software does
-not include a license to the AAC family of technologies which you or your
-customer may need to obtain. Configuration tool outputs may only be distributed
-by licensees of the relevant Cadence SDK and distribution is limited to
-distribution of one copy embedded in a single NXP Product. Your use of Cadence
-NatureDSP Libraries whether in source code or in binary is restricted to NXP
-SoC based systems or emulation enablement based on NXP SoC.
-
-Cirque Corporation: Use of Cirque Corporation technology is limited to
-evaluation, demonstration, or certification testing only. Permitted
-distributions must be similarly limited. Further rights, including but not
-limited to ANY commercial distribution rights, must be obtained directly from
-Cirque Corporation.
-
-Coding Technologies (Dolby Labs): Use of CTS software is limited to evaluation
-and demonstration only. Permitted distributions must be similarly limited.
-Further rights must be obtained from Dolby Laboratories.
-
-CSR: Use of Cambridge Silicon Radio, Inc. ("CSR") software is limited to
-evaluation and demonstration only. Permitted distributions must be similarly
-limited. Further rights must be obtained directly from CSR.
-
-Crank: Use of Crank Software Inc. software is limited to evaluation and
-demonstration only. Permitted distributions must be similarly limited. Further
-rights must be obtained directly from Crank Software Inc.
-
-Cypress Semiconductor Corporation: WWD RTOS source code may only be used in
-accordance with the Cypress IOT Community License Agreement obtained directly
-from Cypress Semiconductor Corporation.
-
-Elektrobit Automotive GmbH (“EB”): EB software must be used consistent with
-the EB License Terms and Conditions, Version 1.4 (Dec 2019) found here:
-https://www.elektrobit.com/legal-notice/ . Licensee is only granted an
-evaluation license for the EB software, defined as license to use the EB
-software internally for own evaluation purposes, limited to three (3) months.
-Production deployment of the EB software using this license is prohibited. See
-additionally Section 2.1.1 EB EULA.
-
-Embedded Systems Academy GmbH (EmSA): Any use of Micro CANopen Plus is subject
-to the acceptance of the license conditions described in the LICENSE.INFO file
-distributed with all example projects and in the documentation and the
-additional clause described below.
-Clause 1: Micro CANopen Plus may not be used for any competitive or comparative
-purpose, including the publication of any form of run time or compile time
-metric, without the express permission of EmSA.
-
-Fenopix Technologies Private Limited: Under no circumstances may the CanvasJS
-software product be used in any way that would compete with any product from
-Fenopix. License to the CanvasJS software will terminate immediately without
-notice if Licensee fail to comply with any provision of this Agreement.
-
-Fraunhofer IIS: Fraunhofer MPEG Audio Decoder (Fraunhofer copyright) - If you
-are provided MPEG-H decoding functionality, you understand that NXP will
-provide Fraunhofer your name and contact information.
-
-Future Technology Devices International Ltd.: Future Technology Devices
-International software must be used consistent with the terms found here:
-http://www.ftdichip.com/Drivers/FTDriverLicenceTerms.htm
-
-Global Locate (Broadcom Corporation): Use of Global Locate, Inc. software is
-limited to evaluation and demonstration only. Permitted distributions must be
-similarly limited. Further rights must be obtained from Global Locate.
-
-LC3plus: the LC3plus Low Complexity Communication Codec Plus (LC3plus) per ETSI
-TS 103 634 V1.3.1, is subject to ETSI Intellectual Property Rights Policy, See
-https://portal.etsi.org/directives/45_directives_jun_2022.pdf. For application
-in an End Product, Fraunhofer communication applies, see
-https://www.iis.fraunhofer.de/en/ff/amm/communication/lc3.html
-
-Microsoft: Except for Microsoft PlayReady software, if the Licensed Software
-includes software owned by Microsoft Corporation ("Microsoft"), it is subject
-to the terms of your license with Microsoft (the "Microsoft Underlying Licensed
-Software") and as such, NXP grants no license to you, beyond evaluation and
-demonstration in connection with NXP processors, in the Microsoft Underlying
-Licensed Software. You must separately obtain rights beyond evaluation and
-demonstration in connection with the Microsoft Underlying Licensed Software
-from Microsoft. Microsoft does not provide support services for the components
-provided to you through this Agreement. If you have any questions or require
-technical assistance, please contact NXP. Microsoft Corporation is a third
-party beneficiary to this Agreement with the right to enforce the terms of this
-Agreement. TO THE MAXIMUM EXTENT PERMITTED BY LAW, MICROSOFT AND ITS
-AFFILIATES DISCLAIM ANY WARRANTIES FOR THE MICROSOFT UNDERLYING LICENSED
-SOFTWARE. TO THE MAXIMUM EXTENT PERMITTED BY LAW, NEITHER MICROSOFT NOR ITS
-AFFILIATES WILL BE LIABLE, WHETHER IN CONTRACT, TORT, OR OTHERWISE, FOR ANY
-DIRECT, INCIDENTAL, SPECIAL, INDIRECT, CONSEQUENTIAL OR PUNITIVE DAMAGES,
-INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR ANY LOSS OF USE, LOSS OF TIME,
-INCONVENIENCE, COMMERCIAL LOSS, OR LOST PROFITS, SAVINGS, OR REVENUES, ARISING
-FROM THE FROM THE USE OF THE MICROSOFT UNDERLYING LICENSED SOFTWARE. With
-respect to the Microsoft PlayReady software, you will have the license rights
-granted in Section 2, provided that you may not use the Microsoft PlayReady
-software unless you have entered into a Microsoft PlayReady Master Agreement
-and license directly with Microsoft.
-
-MindTree: Notwithstanding the terms contained in Section 2.3 (a), if the
-Licensed Software includes proprietary software of MindTree in source code
-format, Licensee may make modifications and create derivative works only to the
-extent necessary for debugging of the Licensed Software.
-
-MM SOLUTIONS AD: Use of MM SOLUTIONS AEC (Auto Exposure Control) and AWB (Auto
-White Balance) software is limited to demonstration, testing, and evaluation
-only. In no event may Licensee distribute or sublicense the MM SOLUTIONS
-software. Further rights must be obtained directly from MM SOLUTIONS.
-
-MPEG LA: Use of MPEG LA audio or video codec technology is limited to
-evaluation and demonstration only. Permitted distributions must be similarly
-limited. Further rights must be obtained directly from MPEG LA.
-
-MQX RTOS Code: MQX RTOS source code may not be re-distributed by any NXP
-Licensee under any circumstance, even by a signed written amendment to this
-Agreement.
-
-NXP Voice Software: VoiceSpot, VoiceSeeker (including AEC), and Conversa may be
-used for evaluation or demonstration purposes only. Any commercial distribution
-rights are subject to a separate royalty agreement obtained from NXP.
-
-NXP Wireless Charging Library: License to the Software is limited to use in
-inductive coupling or wireless charging applications
-
-Opus: Use of Opus software must be consistent with the terms of the Opus
-license which can be found at: http://www.opus-codec.org/license/
-
-Oracle JRE (Java): The Oracle JRE must be used consistent with terms found
-here: http://java.com/license
-
-P&E Micro: P&E Software must be used consistent with the terms found here:
-http://www.pemicro.com/licenses/gdbserver/license_gdb.pdf
-
-Pro Design Electronic: Licensee may not modify, create derivative works based
-on, or copy the Pro Design software, documentation, hardware execution key or
-the accompanying materials. Licensee shall not use Pro Design's or any of its
-licensors names, logos or trademarks to market the Authorized System. Only NXP
-customers and distributors are permitted to further redistribute the Pro Design
-software and only as part of an Authorized System which contains the Pro Design
-software.
-
-Qualcomm Atheros, Inc.: Notwithstanding anything in this Agreement, Qualcomm
-Atheros, Inc. Wi-Fi software must be used strictly in accordance with the
-Qualcomm Atheros, Inc. Technology License Agreement that accompanies such
-software. Any other use is expressly prohibited.
-
-Real Networks - GStreamer Optimized Real Format Client Code implementation or
-OpenMax Optimized Real Format Client Code: Use of the GStreamer Optimized Real
-Format Client Code, or OpenMax Optimized Real Format Client code is restricted
-to applications in the automotive market. Licensee must be a final
-manufacturer in good standing with a current license with Real Networks for the
-commercial use and distribution of products containing the GStreamer Optimized
-Real Format Client Code implementation or OpenMax Optimized Real Format Client
-Code
-
-RivieraWaves SAS (a member of the CEVA, Inc. family of companies): You may not
-use the RivieraWaves intellectual property licensed under this Agreement if you
-develop, market, and/or license products similar to such RivieraWaves
-intellectual property. Such use constitutes a breach of this Agreement. Any
-such use rights must be obtained directly from RivieraWaves.
-
-SanDisk Corporation: If the Licensed Software includes software developed by
-SanDisk Corporation ("SanDisk"), you must separately obtain the rights to
-reproduce and distribute this software in source code form from SanDisk.
-Please follow these easy steps to obtain the license and software:
-(1) Contact your local SanDisk sales representative to obtain the SanDisk
-License Agreement.
-(2) Sign the license agreement. Fax the signed agreement to SanDisk USA
-marketing department at 408-542-0403. The license will be valid when fully
-executed by SanDisk.
-(3) If you have specific questions, please send an email to sales@sandisk.com
-You may only use the SanDisk Corporation Licensed Software on products
-compatible with a SanDisk Secure Digital Card. You may not use the SanDisk
-Corporation Licensed Software on any memory device product. SanDisk retains
-all rights to any modifications or derivative works to the SanDisk Corporation
-Licensed Software that you may create.
-
-SEGGER Microcontroller - emWin Software: Your use of SEGGER emWin software and
-components is restricted for development of NXP ARM7, ARM9, Cortex-M0,
-Cortex-M3, Cortex-M4, Cortex-M33, Cortex-M7, and Cortex-A7 based products only.
-
-SEGGER Microcontroller - J-Link/J-Trace Software: Segger software must be used
-consistent with the terms found here: http://www.segger.com/jlink-software.html
-
-Synopsys/BLE Software: Your use of the Synopsys/BLE Software and related
-documentation is subject to the following:
-(1) Synopsys is third-party beneficiaries of, and thus may enforce against you,
-the license restrictions and confidentiality obligations in this agreement with
-respect to their intellectual property and proprietary information.
-(2) Your distribution of the Licensed Software shall subject any recipient to a
-written agreement at least as protective of the Licensed Software as provided
-in this Agreement.
-
-Synopsys/Target Compiler Technologies: Your use of the Synopsys/Target Compiler
-Technologies Licensed Software and related documentation is subject to the
-following:
-(1) Duration of the license for the Licensed Software is limited to 12 months,
-unless otherwise specified in the license file.
-(2) The Licensed Software is usable by one user at a time on a single
-designated computer, unless otherwise agreed by Synopsys.
-(3) Licensed Software and documentation are to be used only on a designated
-computer at the designated physical address provided by you on the APEX license
-form.
-(4) The Licensed Software is not sub-licensable.
-
-T2 Labs / T2 Software: As a condition to the grant of any license under this
-Agreement, you represent and warrant that you will comply with all licenses,
-agreements, rules and bylaws of the Bluetooth SIG (Special Interest Group )
-applicable to the licensed software and documentation and its use which may
-affect when and if you may take certain actions under licenses granted
-hereunder.
-
-The license grant under this Agreement is conditional to you being (i) a
-Bluetooth SIG Associate member until such time as the specifications for the
-software are made public to Bluetooth SIG members of any level and (ii)
-thereafter a Bluetooth SIG member of any level.
-
-Notwithstanding the terms contained in Section 2.3 (a), if the licensed
-software includes proprietary software in source code format, you may make
-modifications and create derivative works only to the extent necessary for
-improving the performance of the source code with the NXP products or your
-products and for creating enhancements of such products. You may not further
-sublicense or otherwise distribute the source code, or any modifications or
-derivatives thereof as stand-alone products. You will be responsible for
-qualifying any modifications or derivatives with the Bluetooth SIG and any
-other qualifying bodies.
-TARA Systems: Use of TARA Systems GUI technology Embedded Wizard is limited to
-evaluation and demonstration only. Permitted distributions must be similarly
-limited. Further rights must be obtained directly from TARA Systems.
-
-Texas Instruments: Your use of Texas Instruments Inc. WiLink8 Licensed Software
-is restricted to NXP SoC based systems that include a compatible connectivity
-device manufactured by TI.
-
-TES Electronic Solutions Germany (TES): TES 3D Surround View software and
-associated data and documentation may only be used for evaluation purposes and
-for demonstration to third parties in integrated form on a board package
-containing an NXP S32V234 device. Licensee may not distribute or sublicense the
-TES software. Your license to the TES software may be terminated at any time
-upon notice.
-
-Vivante: Distribution of Vivante software must be a part of, or embedded
-within, Authorized Systems that include a Vivante Graphics Processing Unit.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LBNLBSD b/sdk_container/src/third_party/portage-stable/licenses/LBNLBSD
deleted file mode 100644
index 4ec6f7ff4bc..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LBNLBSD
+++ /dev/null
@@ -1,39 +0,0 @@
-Copyright (c) 2003, The Regents of the University of California,
-through Lawrence Berkeley National Laboratory (subject to receipt of
-any required approvals from the U.S. Dept. of Energy). All rights
-reserved. Redistribution and use in source and binary forms, with or
-without modification, are permitted provided that the following
-conditions are met:
-
-(1) Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
-(2) Redistributions in binary form must reproduce the above copyright
-notice, this list of conditions and the following disclaimer in the
-documentation and/or other materials provided with the distribution.
-(3) Neither the name of the University of California, Lawrence Berkeley
-National Laboratory, U.S. Dept. of Energy nor the names of its contributors
-may be used to endorse or promote products derived from this software without
-specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
-TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
-BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
-GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
-
-You are under no obligation whatsoever to provide any bug fixes,
-patches, or upgrades to the features, functionality or performance of
-the source code ("Enhancements") to anyone; however, if you choose to
-make your Enhancements available either publicly, or directly to
-Lawrence Berkeley National Laboratory, without imposing a separate
-written license agreement for such Enhancements, then you hereby grant
-the following license: a non-exclusive, royalty-free perpetual license
-to install, use, modify, prepare derivative works, incorporate into
-other computer software, distribute, and sublicense such Enhancements
-or derivative works thereof, in binary and source code form.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LDP-1 b/sdk_container/src/third_party/portage-stable/licenses/LDP-1
deleted file mode 100644
index f701b3bc2c9..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LDP-1
+++ /dev/null
@@ -1,62 +0,0 @@
- LDP GENERAL PUBLIC LICENSE
- Version 1, September 1998
-
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. This License applies to any document which contains a notice
-placed by the copyright holder saying it may be distributed
-under the terms of this LDP General Public License.
-The "Document" below refers to any such document, and
-"work based on the Document" means either the Document
-or any derivative work under copyright law: that is to say,
-a work containing the Document or part of it, either verbatim
-or with modifications and/or translated into another language.
-(Hereinafter, translation is included without limitation in
-the term "modification".) Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.
-
- 1. You may copy and distribute verbatim copies of the Document's
-source code as you receive it, in any medium, provided that you
-appropriately publish on each copy an appropriate copyright notice
-and disclaimer of warranty; keep intact all the notices that refer
-to this License and to the absence of any warranty; and give any
-other recipients of the Document a copy of this License along with
-the Document.
-
-You may charge a fee for the physical act of producing or transferring
-a copy.
-
- 2. You may modify your copy or copies of the Document or any portion
-of it, thus forming a work based on the Document, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
- a) You must cause the modified files to carry notices
- stating that you changed the files and the date of any change.
-
- b) You must cause any work that you distribute or publish, that in
- whole or in part contains or is derived from the Document or any
- part thereof, to be licensed as a whole at no charge to all third
- parties under the terms of this License.
-
- c) You must not add notes to the Document implying that the
- reader had better read something produced using Texinfo.
-
- 3. You may copy and distribute the Document (or a work based on it,
-under Section 2) in any form under the terms of Sections 1 and 2 above
-provided that you also either accompany it with the complete corresponding
-machine-readable source code, or provide an URL, valid for at least
-three months, where this complete corresponding machine-readable source code
-is available, and can be retrieved by any anonymous user.
-
- 4. You may not copy, modify, sublicense, or distribute the Document
-except as expressly provided under this License.
-
- 5. Each time you redistribute the Document (or any work based on the
-Document), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Document subject to
-these terms and conditions. You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LDP-1a b/sdk_container/src/third_party/portage-stable/licenses/LDP-1a
deleted file mode 100644
index 859295929a5..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LDP-1a
+++ /dev/null
@@ -1,59 +0,0 @@
- LDP GENERAL PUBLIC LICENSE
- Version 1a, November 1998
-
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. This License applies to any document which contains a notice
-placed by the copyright holder saying it may be distributed
-under the terms of this LDP General Public License.
-The "Document" below refers to any such document, and
-"work based on the Document" means either the Document
-or any derivative work under copyright law: that is to say,
-a work containing the Document or part of it, either verbatim
-or with modifications and/or translated into another language.
-(Hereinafter, translation is included without limitation in
-the term "modification".) Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.
-
- 1. You may copy and distribute verbatim copies of the Document's
-source code as you receive it, in any medium, provided that you
-appropriately publish on each copy an appropriate copyright notice
-and disclaimer of warranty; keep intact all the notices that refer
-to this License and to the absence of any warranty; and give any
-other recipients of the Document a copy of this License along with
-the Document.
-
-You may charge a fee for the physical act of producing or transferring
-a copy.
-
- 2. You may modify your copy or copies of the Document or any portion
-of it, thus forming a work based on the Document, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
- a) You must cause the modified files to carry notices
- stating that you changed the files and the date of any change.
-
- b) You must cause any work that you distribute or publish, that in
- whole or in part contains or is derived from the Document or any
- part thereof, to be licensed as a whole at no charge to all third
- parties under the terms of this License.
-
- 3. You may copy and distribute the Document (or a work based on it,
-under Section 2) in any form under the terms of Sections 1 and 2 above
-provided that you also either accompany it with the complete corresponding
-machine-readable source code, or provide an URL, valid for at least
-three months, where this complete corresponding machine-readable source code
-is available, and can be retrieved by any anonymous user.
-
- 4. You may not copy, modify, sublicense, or distribute the Document
-except as expressly provided under this License.
-
- 5. Each time you redistribute the Document (or any work based on the
-Document), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Document subject to
-these terms and conditions. You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LGPL-2-with-linking-exception b/sdk_container/src/third_party/portage-stable/licenses/LGPL-2-with-linking-exception
deleted file mode 100644
index 29063c7a231..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LGPL-2-with-linking-exception
+++ /dev/null
@@ -1,16 +0,0 @@
-GNU Lesser General Public License, version 2.
-See LGPL-2 for the full text of this license.
-
-As a special exception to the GNU Library General Public License, you
-may link, statically or dynamically, a "work that uses the Library"
-with a publicly distributed version of the Library to produce an
-executable file containing portions of the Library, and distribute
-that executable file under terms of your choice, without any of the
-additional requirements listed in clause 6 of the GNU Library General
-Public License. By "a publicly distributed version of the Library",
-we mean either the unmodified Library as distributed by INRIA, or a
-modified version of the Library that is distributed under the
-conditions defined in clause 3 of the GNU Library General Public
-License. This exception does not however invalidate any other reasons
-why the executable file might be covered by the GNU Library General
-Public License.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LGPL-2.1-with-linking-exception b/sdk_container/src/third_party/portage-stable/licenses/LGPL-2.1-with-linking-exception
deleted file mode 100644
index 5c06a0bdac6..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LGPL-2.1-with-linking-exception
+++ /dev/null
@@ -1,13 +0,0 @@
-GNU Lesser General Public License, version 2.1.
-See LGPL-2.1 for the full text of this license.
-
-As a special exception, the copyright holders of this library give you
-permission to link this library with independent modules to produce an
-executable, regardless of the license terms of these independent modules,
-and to copy and distribute the resulting executable under terms of your
-choice, provided that you also meet, for each linked independent module,
-the terms and conditions of the license of that module. An independent
-module is a module which is not derived from or based on this library.
-If you modify this library, you may extend this exception to your version
-of the library, but you are not obligated to do so. If you do not wish
-to do so, delete this exception statement from your version.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LGrind-Jacobson b/sdk_container/src/third_party/portage-stable/licenses/LGrind-Jacobson
deleted file mode 100644
index cbc77d08b69..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LGrind-Jacobson
+++ /dev/null
@@ -1,14 +0,0 @@
-Copyright \copyright 1985 by Van Jacobson, Lawrence Berkeley Laboratory
-This program may be freely used and copied but {\bf may not be sold}
-without the author's {\bf written permission}. This notice must remain
-in any copy or derivative.
-
-This program is an adaptation of "vfontedpr" v4.2 (12/11/84) from
-the 4.2bsd Unix distribution. Vfontedpr was written by Dave
-Presotto (based on an earlier program of the same name written by
-Bill Joy).
-
-I would welcome comments, enhancements, bug fixes, etc. Please
-mail them to:
- van@lbl-rtsg.arpa (from arpanet, milnet, csnet, etc.)
- ..!ucbvax!lbl-csam!van (from Usenet/UUCP)
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LIBGLOSS b/sdk_container/src/third_party/portage-stable/licenses/LIBGLOSS
deleted file mode 100644
index d813065efe1..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LIBGLOSS
+++ /dev/null
@@ -1,354 +0,0 @@
-The libgloss subdirectory is a collection of software from several sources.
-
-Each file may have its own copyright/license that is embedded in the source
-file. Unless otherwise noted in the body of the source file(s), the following copyright
-notices will apply to the contents of the libgloss subdirectory:
-
-(1) Red Hat Incorporated
-
-Copyright (c) 1994-2009 Red Hat, Inc. All rights reserved.
-
-This copyrighted material is made available to anyone wishing to use, modify,
-copy, or redistribute it subject to the terms and conditions of the BSD
-License. This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties
-of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license
-is available at http://www.opensource.org/licenses. Any Red Hat trademarks that
-are incorporated in the source code or documentation are not subject to the BSD
-License and may only be used or replicated with the express permission of
-Red Hat, Inc.
-
-(2) University of California, Berkeley
-
-Copyright (c) 1981-2000 The Regents of the University of California.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification,
-are permitted provided that the following conditions are met:
-
- * Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
- * Neither the name of the University nor the names of its contributors may
- be used to endorse or promote products derived from this software without
- specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
-INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
-OF SUCH DAMAGE.
-
-(3) DJ Delorie
-
-Copyright (C) 1993 DJ Delorie
-All rights reserved.
-
-Redistribution, modification, and use in source and binary forms is permitted
-provided that the above copyright notice and following paragraph are
-duplicated in all such forms.
-
-This file is distributed WITHOUT ANY WARRANTY; without even the implied
-warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-(4) (formerly GPL for fr30)
-
-The GPL is no longer applicable to the fr30 platform. The piece of
-code (syscalls.c) referencing the GPL has been officially relicensed.
-
-(5) Advanced Micro Devices
-
-Copyright 1989, 1990 Advanced Micro Devices, Inc.
-
-This software is the property of Advanced Micro Devices, Inc (AMD) which
-specifically grants the user the right to modify, use and distribute this
-software provided this notice is not removed or altered. All other rights
-are reserved by AMD.
-
-AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS
-SOFTWARE. IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL
-DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR
-USE OF THIS SOFTWARE.
-
-So that all may benefit from your experience, please report any problems
-or suggestions about this software to the 29K Technical Support Center at
-800-29-29-AMD (800-292-9263) in the USA, or 0800-89-1131 in the UK, or
-0031-11-1129 in Japan, toll free. The direct dial number is 512-462-4118.
-
-Advanced Micro Devices, Inc.
-29K Support Products
-Mail Stop 573
-5900 E. Ben White Blvd.
-Austin, TX 78741
-800-292-9263
-
-(6) - Analog Devices, Inc. (bfin-* targets)
-
-Copyright (C) 2006, 2008, 2009, 2011, 2012 Analog Devices, Inc.
-
-The authors hereby grant permission to use, copy, modify, distribute,
-and license this software and its documentation for any purpose, provided
-that existing copyright notices are retained in all copies and that this
-notice is included verbatim in any distributions. No written agreement,
-license, or royalty fee is required for any of the authorized uses.
-Modifications to this software may be copyrighted by their authors
-and need not follow the licensing terms described here, provided that
-the new terms are clearly indicated on the first page of each file where
-they apply.
-
-(7) University of Utah and the Computer Systems Laboratory (CSL)
- [applies only to hppa*-*-pro* targets]
-Copyright (c) 1990,1994 The University of Utah and
-the Computer Systems Laboratory (CSL). All rights reserved.
-
-Permission to use, copy, modify and distribute this software is hereby
-granted provided that (1) source code retains these copyright, permission,
-and disclaimer notices, and (2) redistributions including binaries
-reproduce the notices in supporting documentation, and (3) all advertising
-materials mentioning features or use of this software display the following
-acknowledgement: ``This product includes software developed by the
-Computer Systems Laboratory at the University of Utah.''
-
-THE UNIVERSITY OF UTAH AND CSL ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS
-IS" CONDITION. THE UNIVERSITY OF UTAH AND CSL DISCLAIM ANY LIABILITY OF
-ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
-
-CSL requests users of this software to return to csl-dist@cs.utah.edu any
-improvements that they make and grant CSL redistribution rights.
-
-(8) Sun Microsystems
-
-Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
-
-Developed at SunPro, a Sun Microsystems, Inc. business.
-Permission to use, copy, modify, and distribute this
-software is freely granted, provided that this notice is preserved.
-
-(9) Hewlett Packard
-
-(c) Copyright 1986 HEWLETT-PACKARD COMPANY
-
-To anyone who acknowledges that this file is provided "AS IS"
-without any express or implied warranty:
-
-permission to use, copy, modify, and distribute this file
-for any purpose is hereby granted without fee, provided that
-the above copyright notice and this notice appears in all
-copies, and that the name of Hewlett-Packard Company not be
-used in advertising or publicity pertaining to distribution
-of the software without specific, written prior permission.
-Hewlett-Packard Company makes no representations about the
-suitability of this software for any purpose.
-
-(10) Hans-Peter Nilsson
-
-Copyright (C) 2001 Hans-Peter Nilsson
-
-Permission to use, copy, modify, and distribute this software is
-freely granted, provided that the above copyright notice, this notice
-and the following disclaimer are preserved with no changes.
-
-THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.
-
-(11) IBM Corp. spu processor (only spu-* targets)
-
-(C) Copyright IBM Corp. 2005, 2006
-
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
- * Redistributions of source code must retain the above copyright notice,
-this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright
-notice, this list of conditions and the following disclaimer in the
-documentation and/or other materials provided with the distribution.
- * Neither the name of IBM nor the names of its contributors may be
-used to endorse or promote products derived from this software without
-specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
-LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
-
-(12) Jon Beniston (only lm32-* targets)
-
- Contributed by Jon Beniston
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
-
-(13) - Xilinx, Inc. (microblaze-* and powerpc-* targets)
-
-Copyright (c) 2004, 2009 Xilinx, Inc. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
-1. Redistributions source code must retain the above copyright notice,
-this list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright
-notice, this list of conditions and the following disclaimer in the
-documentation and/or other materials provided with the distribution.
-
-3. Neither the name of Xilinx nor the names of its contributors may be
-used to endorse or promote products derived from this software without
-specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
-IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
-TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
-PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
-TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-
-(14) - National Semiconductor Corporation
-
-Copyright (c) 2004 National Semiconductor Corporation
-
-The authors hereby grant permission to use, copy, modify, distribute,
-and license this software and its documentation for any purpose, provided
-that existing copyright notices are retained in all copies and that this
-notice is included verbatim in any distributions. No written agreement,
-license, or royalty fee is required for any of the authorized uses.
-Modifications to this software may be copyrighted by their authors
-and need not follow the licensing terms described here, provided that
-the new terms are clearly indicated on the first page of each file where
-they apply.
-
-
-(15) - CodeSourcery, Inc. (tic6x-* targets)
-
-Copyright (c) 2010 CodeSourcery, Inc.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- * Neither the name of CodeSourcery nor the
- names of its contributors may be used to endorse or promote products
- derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY CODESOURCERY, INC. ``AS IS'' AND ANY
-EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL CODESOURCERY BE LIABLE FOR ANY
-DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-
-(16) - GPL with exception (sparc-*leon*, crx-*, cr16-* targets only)
-
- Copyright (C) 1992 Free Software Foundation, Inc.
- Written By David Vinayak Henkel-Wallace, June 1992
-
-This file is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2, or (at your option) any
-later version.
-
-In addition to the permissions in the GNU General Public License, the
-Free Software Foundation gives you unlimited permission to link the
-compiled version of this file with other programs, and to distribute
-those programs without any restriction coming from the use of this
-file. (The General Public License restrictions do apply in other
-respects; for example, they cover modification of the file, and
-distribution when not linked into another program.)
-
-This file is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
-
- As a special exception, if you link this library with files
- compiled with GCC to produce an executable, this does not cause
- the resulting executable to be covered by the GNU General Public License.
- This exception does not however invalidate any other reasons why
- the executable file might be covered by the GNU General Public License.
-
-
-(17) - Adapteva, Inc. (epiphany-* targets)
-
-Copyright (c) 2011, Adapteva, Inc.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
- * Redistributions of source code must retain the above copyright notice, this
- list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
- * Neither the name of Adapteva nor the names of its contributors may be used
- to endorse or promote products derived from this software without specific
- prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LICENSE-BITSTREAM b/sdk_container/src/third_party/portage-stable/licenses/LICENSE-BITSTREAM
deleted file mode 100644
index a77490018a6..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LICENSE-BITSTREAM
+++ /dev/null
@@ -1,11 +0,0 @@
-(c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA.
-
-You are hereby granted permission under all Bitstream propriety rights
-to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream
-Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts
-for any purpose and without restriction; provided, that this notice is
-left intact on all copies of such fonts and that Bitstream's trademark
-is acknowledged as shown below on all unmodified copies of the 4 Charter
-Type 1 fonts.
-
-BITSTREAM CHARTER is a registered trademark of Bitstream Inc.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LLGPL-2.1 b/sdk_container/src/third_party/portage-stable/licenses/LLGPL-2.1
deleted file mode 100644
index 902ec9bd6dd..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LLGPL-2.1
+++ /dev/null
@@ -1,66 +0,0 @@
-http://opensource.franz.com/preamble.html
-
-Preamble to the Gnu Lesser General Public License
-
-Copyright (c) 2000 Franz Incorporated, Berkeley, CA 94704
-
-The concept of the GNU Lesser General Public License version 2.1
-("LGPL") has been adopted to govern the use and distribution of
-above-mentioned application. However, the LGPL uses terminology that
-is more appropriate for a program written in C than one written in
-Lisp. Nevertheless, the LGPL can still be applied to a Lisp program if
-certain clarifications are made. This document details those
-clarifications. Accordingly, the license for the open-source Lisp
-applications consists of this document plus the LGPL. Wherever there
-is a conflict between this document and the LGPL, this document takes
-precedence over the LGPL.
-
-A "Library" in Lisp is a collection of Lisp functions, data and
-foreign modules. The form of the Library can be Lisp source code (for
-processing by an interpreter) or object code (usually the result of
-compilation of source code or built with some other
-mechanisms). Foreign modules are object code in a form that can be
-linked into a Lisp executable. When we speak of functions we do so in
-the most general way to include, in addition, methods and unnamed
-functions. Lisp "data" is also a general term that includes the data
-structures resulting from defining Lisp classes. A Lisp application
-may include the same set of Lisp objects as does a Library, but this
-does not mean that the application is necessarily a "work based on the
-Library" it contains.
-
-The Library consists of everything in the distribution file set before
-any modifications are made to the files. If any of the functions or
-classes in the Library are redefined in other files, then those
-redefinitions ARE considered a work based on the Library. If
-additional methods are added to generic functions in the Library,
-those additional methods are NOT considered a work based on the
-Library. If Library classes are subclassed, these subclasses are NOT
-considered a work based on the Library. If the Library is modified to
-explicitly call other functions that are neither part of Lisp itself
-nor an available add-on module to Lisp, then the functions called by
-the modified Library ARE considered a work based on the Library. The
-goal is to ensure that the Library will compile and run without
-getting undefined function errors.
-
-It is permitted to add proprietary source code to the Library, but it
-must be done in a way such that the Library will still run without
-that proprietary code present. Section 5 of the LGPL distinguishes
-between the case of a library being dynamically linked at runtime and
-one being statically linked at build time. Section 5 of the LGPL
-states that the former results in an executable that is a "work that
-uses the Library." Section 5 of the LGPL states that the latter
-results in one that is a "derivative of the Library", which is
-therefore covered by the LGPL. Since Lisp only offers one choice,
-which is to link the Library into an executable at build time, we
-declare that, for the purpose applying the LGPL to the Library, an
-executable that results from linking a "work that uses the Library"
-with the Library is considered a "work that uses the Library" and is
-therefore NOT covered by the LGPL.
-
-Because of this declaration, section 6 of LGPL is not applicable to
-the Library. However, in connection with each distribution of this
-executable, you must also deliver, in accordance with the terms and
-conditions of the LGPL, the source code of Library (or your derivative
-thereof) that is incorporated into this executable.
-
-End of Document
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LOKI-EULA b/sdk_container/src/third_party/portage-stable/licenses/LOKI-EULA
deleted file mode 100644
index 638affcf5ad..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LOKI-EULA
+++ /dev/null
@@ -1,234 +0,0 @@
-================================================
-
-LIMITED SOFTWARE WARRANTY AND LICENSE AGREEMENT
-
-================================================
-
-
-
-PLEASE READ CAREFULLY. BY USING OR INSTALLING THIS SOFTWARE, OR BY PLACING OR
-COPYING THIS SOFTWARE ON YOUR COMPUTER HARDWARE, COMPUTER RAM OR OTHER STORAGE
-MEDIUM, YOU ARE AGREEING TO BE BOUND BY THE TERMS OF THIS LICENSE. IF YOU DO
-NOT AGREE TO THESE TERMS, PROMPTLY RETURN THE PRODUCT IN ITS PACKAGING TO THE
-PLACE WHERE YOU OBTAINED IT.
-
-
-
-This LIMITED SOFTWARE WARRANTY AND LICENSE AGREEMENT (this "Agreement"),
-including the Limited Warranty and other special provisions, is a legal
-agreement between You (either an individual or an entity) and Loki Software,
-Inc. and its licensors, (collectively, the "Owner") regarding this software
-product and the materials contained therein and related thereto. Your act of
-installing and/or otherwise using the software constitutes Your agreement to be
-bound by the terms of this Agreement. If You do not agree to the terms of this
-Agreement, promptly return the software packaging and the accompanying
-materials (including any hardware, manuals, other written materials and
-packaging) to the place You obtained them, along with your receipt, for a full
-refund.
-
-Grant of Limited Non-Exclusive License. This Agreement permits You to use one
-(1) copy of the software program(s) (the "SOFTWARE") included in this package
-for your personal use on a single home or portable computer. The SOFTWARE is in
-"use" on a computer when it is loaded into temporary memory (i.e., RAM) or
-installed into the permanent memory (e.g., hard disk, CD-ROM, or other storage
-device) of that computer. Installation on a network server is strictly
-prohibited, except under a special and separate network license obtained from
-Owner; this Agreement shall not serve as such necessary special network
-license. Installation on a network server constitutes "use" that must comply
-with the terms of this Agreement. This license is not a sale of the original
-SOFTWARE or any copy thereof.
-
-Intellectual Property Ownership. Owner retains all right, title and interest to
-this SOFTWARE and the accompanying manual(s), packaging and other written
-materials (collectively, the "ACCOMPANYING MATERIALS"), including, but not
-limited to, all copyrights, trademarks, trade secrets, trade names, proprietary
-rights, patents, titles, computer codes, audiovisual effects, themes,
-characters, character names, stories, dialog, settings, artwork, sounds
-effects, musical works, and moral rights. The SOFTWARE and ACCOMPANYING
-MATERIALS are protected by United States copyright law and applicable copyright
-laws and treaties throughout the World. All rights are reserved. The SOFTWARE
-and ACCOMPANYING MATERIALS may not be copied or reproduced in any manner or
-medium, in whole or in part, without prior written consent from Owner. Any
-persons copying or reproducing all or any portion of the SOFTWARE or
-ACCOMPANYING MATERIALS, in any manner or medium, will be willfully violating
-the copyright laws and may be subject to civil or criminal penalties.
-
-SOFTWARE Backup or Archiving. After You install the SOFTWARE into the permanent
-memory of a computer, You may keep and use the original disk(s) and/or CD-ROM
-(the "Storage Media") only for backup or archival purposes.
-
-Restrictions. Other than as provided specifically in this Agreement, You are
-not permitted to copy or otherwise reproduce the SOFTWARE or ACCOMPANYING
-MATERIALS; modify or prepare derivative copies based on the SOFTWARE or
-ACCOMPANYING MATERIALS; distribute copies of the SOFTWARE or ACCOMPANYING
-MATERIALS by sale or other transfer of ownership; rent, lease, or lend the
-SOFTWARE or ACCOMPANYING MATERIALS; or to display the SOFTWARE or ACCOMPANYING
-MATERIALS publicly. You are expressly prohibited from transmitting the SOFTWARE
-or ACCOMPANYING MATERIALS electronically or otherwise over the Internet or
-through any other media or to any other party. You are expressly prohibited
-from using or selling any unauthorized level packs, add-on packs or sequels
-based upon or related to the SOFTWARE or ACCOMPANYING MATERIALS. You are
-expressly prohibited from selling or using any characters or other components
-of the game for any purpose. You are expressly prohibited from selling or
-otherwise profiting from any levels, add-on packs, sequels or other items
-created by utilization of the SOFTWARE's level editor. YOU ARE NOT PERMITTED TO
-REVERSE ENGINEER, DECOMPILE OR DISASSEMBLE THE SOFTWARE IN ANY WAY. Any copying
-of the SOFTWARE or ACCOMPANYING MATERIALS not specifically allowed in this
-Agreement is a violation of this Agreement.
-
-Limited Warranty and Warranty Disclaimers.
-
-LIMITED WARRANTY. Loki Software, Inc. ("Loki") warrants to the original
-purchaser of the computer software product, for a period of ninety (90) days
-from the date of original purchase, that under normal use, the media and the
-user documentation are free from defects in materials and workmanship.
-
-WARRANTY CLAIMS. To make a warranty claim under this limited warranty, return
-the product to us at the address below within 90 days of purchase. Include a
-copy of the dated purchase receipt, your name, your return address, and a
-statement of the defect. Loki will replace the product and return it to you
-(postage prepaid) or issue you with a credit equal to the purchase price. If
-the product was damaged through misuse or accident, you will need to follow the
-returns after warranty policy detailed below.
-
-RETURNS AFTER WARRANTY. To replace defective media after the 90-day warranty
-period has expired, send the original disc(s) to the address below. Enclose a
-statement of the defect, your name, your return address, and a check or money
-order for $10.00 to:
-
- Loki Software, Inc.
- Customer Warranty
- 250 El Camino Real, Suite 100
- Tustin, CA 92780
-
-NOTE: We suggest you send your package in a manner that is traceable.
-
-CUSTOMER'S REMEDY. The LIMITED WARRANTY is Your exclusive remedy, and the
-entire liability of Owner. By opening the sealed software packaging, installing
-and/or otherwise using the SOFTWARE or ACCOMPANYING MATERIALS, you hereby agree
-to waive any and all other remedies you may have at law or in equity. Any such
-remedies you may not waive as a matter of public policy, you hereby assign, or
-shall assign as they become available, over to Owner.
-
-WARRANTY DISCLAIMERS. EXCEPT FOR THE EXPRESS LIMITED WARRANTY SET FORTH ABOVE,
-OWNER MAKES NO WARRANTIES, EXPRESS OR IMPLIED, ORAL OR WRITTEN, CONCERNING THE
-PRODUCTS OR ANY COMPONENT PART THEREOF. ANY IMPLIED WARRANTIES THAT MAY BE
-IMPOSED BY APPLICABLE LAW ARE LIMITED IN ALL RESPECTS TO THE FULLEST EXTENT
-ALLOWED AND TO THE DURATION OF THE LIMITED WARRANTY. OWNER DOES NOT REPRESENT,
-WARRANT OR GUARANTEE THE QUALITY OR THE PERFORMANCE OF THE SOFTWARE OR
-ACCOMPANYING MATERIALS OTHER THAN AS SET FORTH IN THE ABOVE LIMITED WARRANTY.
-OWNER ALSO DOES NOT REPRESENT, WARRANT OR GUARANTEE THAT THE SOFTWARE OR
-ACCOMPANYING MATERIALS' CAPABILITIES WILL MEET YOUR NEEDS OR THAT THE SOFTWARE
-WILL CONTINUOUSLY OPERATE, BE ERROR FREE, OR THAT PROBLEMS WILL BE CORRECTED.
-
-NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY OWNER, ITS DEALERS,
-DISTRIBUTORS, DIRECTORS, OFFICERS, EMPLOYEES, AGENTS, CONTRACTORS OR AFFILIATES
-SHALL CREATE ANY OTHER WARRANTY OR EXTEND OR EXPAND THE SCOPE OF THIS WARRANTY.
-YOU MAY NOT RELY ON ANY SUCH INFORMATION OR ADVICE.
-
-SOME STATES DO NOT ALLOW LIMITATIONS ON HOW LONG AN IMPLIED WARRANTY LASTS, SO
-THE ABOVE LIMITATION MAY NOT APPLY TO YOU. THIS LIMITED WARRANTY GIVES YOU
-SPECIFIC LEGAL RIGHTS AND YOU MAY ALSO HAVE OTHER RIGHTS WHICH MAY VARY FROM
-STATE TO STATE.
-
-LIABILITY LIMITATION. To the maximum extent permitted by applicable law, and
-regardless of whether any remedy set forth herein fails of its essential
-purpose, IN NO EVENT WILL OWNER, ITS DIRECTORS, OFFICERS, EMPLOYEES, AGENTS OR
-AFFILIATES NOR ANYONE ELSE INVOLVED IN THE DEVELOPMENT, MANUFACTURE OR
-DISTRIBUTION OF THE SOFTWARE OR THE ACCOMPANYING MATERIALS BE LIABLE FOR ANY
-DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION, DIRECT OR INDIRECT;
-INCIDENTAL; OR CONSEQUENTIAL DAMAGES FOR PERSONAL INJURY, PERSONAL PROPERTY,
-LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION,
-LOSS OF TEXT OR DATA STORED IN OR USED WITH THE SOFTWARE INCLUDING THE COST OF
-RECOVERING OR REPRODUCING THE TEXT OR DATA, OR ANY OTHER PECUNIARY LOSS,
-ARISING FROM OR OUT OF THE USE OR INABILITY TO USE THIS SOFTWARE. THIS
-LIABILITY LIMITATION APPLIES EVEN IF YOU OR ANYONE ELSE HAS ADVISED OWNER OR
-ANY OF ITS AUTHORIZED REPRESENTATIVES OF THE POSSIBILITY OF SUCH DAMAGES. EVEN
-IF SUCH IS CAUSED BY, ARISES OUT OF OR RESULTS FROM THE ORDINARY, STRICT, SOLE
-OR CONTRIBUTORY NEGLIGENCE OF OWNER OR ITS DIRECTORS, OFFICERS, EMPLOYEES,
-AGENTS, CONTRACTORS OR AFFILIATES. SOME STATES DO NOT ALLOW THE EXCLUSION OR
-LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THE ABOVE LIMITATION OR
-EXCLUSION MAY NOT APPLY TO YOU.
-
-Product Support and Updates. This SOFTWARE is intended to be user-friendly and
-limited product support is provided by Owner as specified in the ACCOMPANYING
-MATERIALS.
-
-Jurisdiction. CALIFORNIA LAWS GOVERN THIS AGREEMENT, REGARDLESS OF EACH STATE'S
-CHOICE OF LAW PRINCIPLES, WITH A FORUM AND VENUE OF ORANGE COUNTY, CALIFORNIA.
-This Agreement may be modified only by a written instrument specifying the
-modification and executed by both parties. In the event that any provision of
-this Agreement shall be held to be unenforceable, such provision shall be
-enforced to the greatest possible extent, with the other provisions of this
-Agreement to remain in full force and effect.
-
-Entire Agreement. This Agreement represents the entire agreement between the
-parties, and supersedes any oral or written communications, proposals or prior
-agreements between the parties or any dealers, distributors, agents or
-employees.
-
-U.S. Government Restricted Rights. The SOFTWARE and the ACCOMPANYING MATERIALS
-is provided with RESTRICTED RIGHTS (as found in 48 C.F.R. §52.227-7013). This
-provision only applies if the U.S. Government or any of its entities obtains
-this SOFTWARE either directly or indirectly. Owner created this SOFTWARE and
-the ACCOMPANYING MATERIALS exclusively with private funds. Additionally,
-information contained in this SOFTWARE and the ACCOMPANYING MATERIALS is a
-trade secret of Owner for all purposes of the Freedom of Information Act or
-otherwise. Furthermore, this SOFTWARE is "commercial computer software" subject
-to limited use as set forth in any contract that may be entered into between
-the seller and the governmental entity. Owner owns, in all respects, the
-proprietary information and proprietary data found in the SOFTWARE and the
-ACCOMPANYING MATERIALS.
-
-U.S. DEPARTMENT OF DEFENSE PERSONNEL. Owner only sells this SOFTWARE and the
-ACCOMPANYING MATERIALS with "Restricted Rights" as defined in DFARS 52.227-7013
-(also found at 48 C.F.R. §252.227-7013). Any U.S. Government use, duplication,
-or disclosure is subject to the restrictions including, but not limited to
-those found in the Rights in Technological Data clause at DFARS 52.227-7013 (48
-C.F.R. §252.227-7013) that may be amended from time to time.
-
-NON-DEPARTMENT OF DEFENSE PERSONNEL. Other governmental personnel are on notice
-through this Agreement that any use of this SOFTWARE and the ACCOMPANYING
-MATERIALS is subject to similar limitations as those stated above, including
-but not limited to, those stated in Commercial Computer SOFTWARE - Restricted
-Rights found in 48 C.F.R. §52.227-19, that may also be amended from time to
-time. Manufacturer is Owner at the location listed below.
-
-U.S. Export Laws Prohibitions. By opening the sealed software packaging and/or
-installing or otherwise using the SOFTWARE and ACCOMPANYING MATERIALS, You also
-agree and confirm that the SOFTWARE or ACCOMPANYING MATERIALS and any of the
-SOFTWARE's direct products are not being and will not be transported, exported
-or re-exported (directly or indirectly through the Internet or otherwise) into
-(or to a national or resident of) any country forbidden to receive such
-SOFTWARE or ACCOMPANYING MATERIALS by any U.S. export laws or accompanying
-regulations or otherwise violate such laws or regulations, that may be amended
-from time to time. You also agree and confirm that the SOFTWARE and
-ACCOMPANYING MATERIALS will not be used for any purpose that may be restricted
-by the same laws and regulations.
-
-Termination. This Agreement is valid until terminated. This Agreement ceases
-automatically (without any form of notice) if You do not comply with any
-Agreement provision. You can also end this Agreement by destroying the SOFTWARE
-and ACCOMPANYING MATERIALS and all copies and reproductions of the SOFTWARE and
-ACCOMPANYING MATERIALS and deleting and permanently purging the SOFTWARE from
-any client server or computer on which it has been installed.
-
-Program Transfer. You may permanently transfer all of your rights under this
-Agreement, provided that the recipient agrees to all of the terms of this
-Agreement, and You agree to transfer all ACCOMPANYING MATERIALS and related
-documents and components and remove the SOFTWARE from Your computer prior.
-Transferring the SOFTWARE automatically terminates Your license under this
-Agreement.
-
-Equitable Remedies. You hereby agree that if the terms of this Agreement are
-not specifically enforced, Owner will be irreparably damaged, and therefore you
-agree that Owner shall be entitled, without bond, other security, proof of
-damages, to appropriate equitable remedies with respect any of this Agreement,
-in addition to any other available remedies. If You have any questions
-regarding this Agreement, the enclosed materials, or otherwise, please contact
-in writing:
-
-Loki Software
-250 El Camino Real #100
-Tustin, CA 92780
-Attn: Customer Service
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LOTW b/sdk_container/src/third_party/portage-stable/licenses/LOTW
deleted file mode 100644
index c4ceeacff90..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LOTW
+++ /dev/null
@@ -1,60 +0,0 @@
-License Terms and Conditions
-
-Copyright (C) 2001-2015 American Radio Relay League, Inc. All rights
-reserved.
-
-Portions (C) 2003-2015 The TrustedQSL Developers. Please see the AUTHORS.txt
-file for contributors.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Any redistribution of source code must retain the above copyright
-notice, this list of conditions and the disclaimer shown in
-Paragraph 5 (below).
-
-2. Redistribution in binary form must reproduce the above copyright
-notice, this list of conditions and the disclaimer shown in
-Paragraph 5 (below) in the documentation and/or other materials
-provided with the distribution.
-
-3. Products derived from or including this software may not use
-"Logbook of the World" or "LoTW" or any other American Radio Relay
-League, Incorporated trademarks or servicemarks in their names
-without prior written permission of the ARRL. See Paragraph 6
-(below) for contact information.
-
-4. Use of this software does not imply endorsement by ARRL of
-products derived from or including this software and vendors may not
-claim such endorsement.
-
-5. Disclaimer: This software is provided "as-is" without
-representation, guarantee or warranty of any kind, either express or
-implied, including but not limited to the implied warranties of
-merchantability or of fitness for a particular purpose. The entire
-risk as to the quality and performance of the software is solely
-with you. Should the software prove defective, you (and not the
-American Radio Relay League, its officers, directors, employees or
-agents) assume the entire cost of all necessary servicing, repair or
-correction. In no event will ARRL be liable to you or to any third
-party for any damages, whether direct or indirect, including lost
-profits, lost savings, or other incidental or consequential damages
-arising out of the use or inability to use such software, regardless
-of whether ARRL has been advised of the possibility of such damages.
-
-6. Contact information:
-
-American Radio Relay League, Inc.
-Attn: Logbook of the World Manager
-225 Main St
-Newington, CT 06111
-voice: 860-594-0200
-fax: 860-594-0259
-email: logbook@arrl.org
-Worldwide Web: www.arrl.org
-
-This software consists of voluntary contributions made by many
-individuals on behalf of the ARRL. More information on the "Logbook
-of The World" project and the ARRL is available from the ARRL Web
-site at www.arrl.org.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LPL-1.02 b/sdk_container/src/third_party/portage-stable/licenses/LPL-1.02
deleted file mode 100644
index f6ff2268ab8..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LPL-1.02
+++ /dev/null
@@ -1,236 +0,0 @@
-Lucent Public License Version 1.02
-
-THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS PUBLIC
-LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE
-PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
-
-1. DEFINITIONS
-
-"Contribution" means:
-
- a. in the case of Lucent Technologies Inc. ("LUCENT"), the Original
- Program, and
- b. in the case of each Contributor,
-
- i. changes to the Program, and
- ii. additions to the Program;
-
- where such changes and/or additions to the Program were added to the
- Program by such Contributor itself or anyone acting on such
- Contributor's behalf, and the Contributor explicitly consents, in
- accordance with Section 3C, to characterization of the changes and/or
- additions as Contributions.
-
-"Contributor" means LUCENT and any other entity that has Contributed a
-Contribution to the Program.
-
-"Distributor" means a Recipient that distributes the Program,
-modifications to the Program, or any part thereof.
-
-"Licensed Patents" mean patent claims licensable by a Contributor
-which are necessarily infringed by the use or sale of its Contribution
-alone or when combined with the Program.
-
-"Original Program" means the original version of the software
-accompanying this Agreement as released by LUCENT, including source
-code, object code and documentation, if any.
-
-"Program" means the Original Program and Contributions or any part
-thereof
-
-"Recipient" means anyone who receives the Program under this
-Agreement, including all Contributors.
-
-2. GRANT OF RIGHTS
-
- a. Subject to the terms of this Agreement, each Contributor hereby
- grants Recipient a non-exclusive, worldwide, royalty-free copyright
- license to reproduce, prepare derivative works of, publicly display,
- publicly perform, distribute and sublicense the Contribution of such
- Contributor, if any, and such derivative works, in source code and
- object code form.
-
- b. Subject to the terms of this Agreement, each Contributor hereby
- grants Recipient a non-exclusive, worldwide, royalty-free patent
- license under Licensed Patents to make, use, sell, offer to sell,
- import and otherwise transfer the Contribution of such Contributor, if
- any, in source code and object code form. The patent license granted
- by a Contributor shall also apply to the combination of the
- Contribution of that Contributor and the Program if, at the time the
- Contribution is added by the Contributor, such addition of the
- Contribution causes such combination to be covered by the Licensed
- Patents. The patent license granted by a Contributor shall not apply
- to (i) any other combinations which include the Contribution, nor to
- (ii) Contributions of other Contributors. No hardware per se is
- licensed hereunder.
-
- c. Recipient understands that although each Contributor grants the
- licenses to its Contributions set forth herein, no assurances are
- provided by any Contributor that the Program does not infringe the
- patent or other intellectual property rights of any other entity. Each
- Contributor disclaims any liability to Recipient for claims brought by
- any other entity based on infringement of intellectual property rights
- or otherwise. As a condition to exercising the rights and licenses
- granted hereunder, each Recipient hereby assumes sole responsibility
- to secure any other intellectual property rights needed, if any. For
- example, if a third party patent license is required to allow
- Recipient to distribute the Program, it is Recipient's responsibility
- to acquire that license before distributing the Program.
-
- d. Each Contributor represents that to its knowledge it has sufficient
- copyright rights in its Contribution, if any, to grant the copyright
- license set forth in this Agreement.
-
-3. REQUIREMENTS
-
-A. Distributor may choose to distribute the Program in any form under
-this Agreement or under its own license agreement, provided that:
-
- a. it complies with the terms and conditions of this Agreement;
-
- b. if the Program is distributed in source code or other tangible
- form, a copy of this Agreement or Distributor's own license agreement
- is included with each copy of the Program; and
-
- c. if distributed under Distributor's own license agreement, such
- license agreement:
-
- i. effectively disclaims on behalf of all Contributors all warranties
- and conditions, express and implied, including warranties or
- conditions of title and non-infringement, and implied warranties or
- conditions of merchantability and fitness for a particular purpose;
- ii. effectively excludes on behalf of all Contributors all liability
- for damages, including direct, indirect, special, incidental and
- consequential damages, such as lost profits; and
- iii. states that any provisions which differ from this Agreement are
- offered by that Contributor alone and not by any other party.
-
-B. Each Distributor must include the following in a conspicuous
- location in the Program:
-
- Copyright (C) 2003, Lucent Technologies Inc. and others. All Rights
- Reserved.
-
-C. In addition, each Contributor must identify itself as the
-originator of its Contribution in a manner that reasonably allows
-subsequent Recipients to identify the originator of the Contribution.
-Also, each Contributor must agree that the additions and/or changes
-are intended to be a Contribution. Once a Contribution is contributed,
-it may not thereafter be revoked.
-
-4. COMMERCIAL DISTRIBUTION
-
-Commercial distributors of software may accept certain
-responsibilities with respect to end users, business partners and the
-like. While this license is intended to facilitate the commercial use
-of the Program, the Distributor who includes the Program in a
-commercial product offering should do so in a manner which does not
-create potential liability for Contributors. Therefore, if a
-Distributor includes the Program in a commercial product offering,
-such Distributor ("Commercial Distributor") hereby agrees to defend
-and indemnify every Contributor ("Indemnified Contributor") against
-any losses, damages and costs (collectively "Losses") arising from
-claims, lawsuits and other legal actions brought by a third party
-against the Indemnified Contributor to the extent caused by the acts
-or omissions of such Commercial Distributor in connection with its
-distribution of the Program in a commercial product offering. The
-obligations in this section do not apply to any claims or Losses
-relating to any actual or alleged intellectual property infringement.
-In order to qualify, an Indemnified Contributor must: a) promptly
-notify the Commercial Distributor in writing of such claim, and b)
-allow the Commercial Distributor to control, and cooperate with the
-Commercial Distributor in, the defense and any related settlement
-negotiations. The Indemnified Contributor may participate in any such
-claim at its own expense.
-
-For example, a Distributor might include the Program in a commercial
-product offering, Product X. That Distributor is then a Commercial
-Distributor. If that Commercial Distributor then makes performance
-claims, or offers warranties related to Product X, those performance
-claims and warranties are such Commercial Distributor's responsibility
-alone. Under this section, the Commercial Distributor would have to
-defend claims against the Contributors related to those performance
-claims and warranties, and if a court requires any Contributor to pay
-any damages as a result, the Commercial Distributor must pay those
-damages.
-
-5. NO WARRANTY
-
-EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
-PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY
-WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
-OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
-responsible for determining the appropriateness of using and
-distributing the Program and assumes all risks associated with its
-exercise of rights under this Agreement, including but not limited to
-the risks and costs of program errors, compliance with applicable
-laws, damage to or loss of data, programs or equipment, and
-unavailability or interruption of operations.
-
-6. DISCLAIMER OF LIABILITY
-
-EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR
-ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
-WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
-DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
-HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-7. EXPORT CONTROL
-
-Recipient agrees that Recipient alone is responsible for compliance
-with the United States export administration regulations (and the
-export control laws and regulation of any other countries).
-
-8. GENERAL
-
-If any provision of this Agreement is invalid or unenforceable under
-applicable law, it shall not affect the validity or enforceability of
-the remainder of the terms of this Agreement, and without further
-action by the parties hereto, such provision shall be reformed to the
-minimum extent necessary to make such provision valid and enforceable.
-
-If Recipient institutes patent litigation against a Contributor with
-respect to a patent applicable to software (including a cross-claim or
-counterclaim in a lawsuit), then any patent licenses granted by that
-Contributor to such Recipient under this Agreement shall terminate as
-of the date such litigation is filed. In addition, if Recipient
-institutes patent litigation against any entity (including a
-cross-claim or counterclaim in a lawsuit) alleging that the Program
-itself (excluding combinations of the Program with other software or
-hardware) infringes such Recipient's patent(s), then such Recipient's
-rights granted under Section 2(b) shall terminate as of the date such
-litigation is filed.
-
-All Recipient's rights under this Agreement shall terminate if it
-fails to comply with any of the material terms or conditions of this
-Agreement and does not cure such failure in a reasonable period of
-time after becoming aware of such noncompliance. If all Recipient's
-rights under this Agreement terminate, Recipient agrees to cease use
-and distribution of the Program as soon as reasonably practicable.
-However, Recipient's obligations under this Agreement and any licenses
-granted by Recipient relating to the Program shall continue and
-survive.
-
-LUCENT may publish new versions (including revisions) of this
-Agreement from time to time. Each new version of the Agreement will be
-given a distinguishing version number. The Program (including
-Contributions) may always be distributed subject to the version of the
-Agreement under which it was received. In addition, after a new
-version of the Agreement is published, Contributor may elect to
-distribute the Program (including its Contributions) under the new
-version. No one other than LUCENT has the right to modify this
-Agreement. Except as expressly stated in Sections 2(a) and 2(b) above,
-Recipient receives no rights or licenses to the intellectual property
-of any Contributor under this Agreement, whether expressly, by
-implication, estoppel or otherwise. All rights in the Program not
-expressly granted under this Agreement are reserved.
-
-This Agreement is governed by the laws of the State of New York and
-the intellectual property laws of the United States of America. No
-party to this Agreement will bring a legal action under this Agreement
-more than one year after the cause of action arose. Each party waives
-its rights to a jury trial in any resulting litigation.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LPPL-1.0 b/sdk_container/src/third_party/portage-stable/licenses/LPPL-1.0
deleted file mode 100644
index 8b7b369ce2a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LPPL-1.0
+++ /dev/null
@@ -1,211 +0,0 @@
-LaTeX Project Public License
-============================
-
-LPPL Version 1.0 1999-03-01
-
-Copyright 1999 LaTeX3 Project
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but modification is not allowed.
-
-
-Preamble
-========
-
-The LaTeX Project Public License (LPPL) is the license under which the
-base LaTeX distribution is distributed. As described below you may use
-this licence for any software that you wish to distribute.
-
-It may be particularly suitable if your software is TeX related (such
-as a LaTeX package file) but it may be used for any software, even if
-it is unrelated to TeX.
-
-To use this license, the files of your distribution should have an
-explicit copyright notice giving your name and the year, together
-with a reference to this license.
-
-A typical example would be
-
- %% pig.sty
- %% Copyright 2001 M. Y. Name
-
- % This program can redistributed and/or modified under the terms
- % of the LaTeX Project Public License Distributed from CTAN
- % archives in directory macros/latex/base/lppl.txt; either
- % version 1 of the License, or (at your option) any later version.
-
-Given such a notice in the file, the conditions of this document would
-apply, with:
-
-`The Program' referring to the software `pig.sty' and
-`The Copyright Holder' referring to the person `M. Y. Name'.
-
-To see a real example, see the file legal.txt which carries the
-copyright notice for the base latex distribution.
-
-This license gives terms under which files of The Program may be
-distributed and modified. Individual files may have specific further
-constraints on modification, but no file should have restrictions on
-distribution other than those specified below.
-This is to ensure that a distributor wishing to distribute a complete
-unmodified copy of The Program need only check the conditions in this
-file, and does not need to check every file in The Program for extra
-restrictions. If you do need to modify the distribution terms of some
-files, do not refer to this license, instead distribute The Program
-under a different license. You may use the parts of the text of LPPL as
-a model for your own license, but your license should not directly refer
-to the LPPL or otherwise give the impression that The Program is
-distributed under the LPPL.
-
-
-
-The LaTeX Project Public License
-================================
-Terms And Conditions For Copying, Distribution And Modification
-===============================================================
-
-
-WARRANTY
-========
-
-There is no warranty for The Program, to the extent permitted by
-applicable law. Except when otherwise stated in writing, The
-Copyright Holder provides The Program `as is' without warranty of any
-kind, either expressed or implied, including, but not limited to, the
-implied warranties of merchantability and fitness for a particular
-purpose. The entire risk as to the quality and performance of the
-program is with you. Should The Program prove defective, you assume
-the cost of all necessary servicing, repair or correction.
-
-In no event unless required by applicable law or agreed to in writing
-will The Copyright Holder, or any of the individual authors named in
-the source for The Program, be liable to you for damages, including
-any general, special, incidental or consequential damages arising out
-of any use of The Program or out of inability to use The Program
-(including but not limited to loss of data or data being rendered
-inaccurate or losses sustained by you or by third parties as a result
-of a failure of The Program to operate with any other programs), even
-if such holder or other party has been advised of the possibility of
-such damages.
-
-
-DISTRIBUTION
-============
-
-Redistribution of unchanged files is allowed provided that all files
-that make up the distribution of The Program are distributed.
-In particular this means that The Program has to be distributed
-including its documentation if documentation was part of the original
-distribution.
-
-The distribution of The Program will contain a prominent file
-listing all the files covered by this license.
-
-If you receive only some of these files from someone, complain!
-
-The distribution of changed versions of certain files included in the
-The Program, and the reuse of code from The Program, are allowed
-under the following restrictions:
-
- * It is allowed only if the legal notice in the file does not
- expressly forbid it.
- See note below, under "Conditions on individual files".
-
- * You rename the file before you make any changes to it, unless the
- file explicitly says that renaming is not required. Any such changed
- files must be distributed under a license that forbids distribution
- of those files, and any files derived from them, under the names used
- by the original files in the distribution of The Program.
-
- * You change any `identification string' in The Program to clearly
- indicate that the file is not part of the standard system.
-
- * If The Program includes an `error report address' so that errors
- may be reported to The Copyright Holder, or other specified
- addresses, this address must be changed in any modified versions of
- The Program, so that reports for files not maintained by the
- original program maintainers are directed to the maintainers of the
- changed files.
-
- * You acknowledge the source and authorship of the original version
- in the modified file.
-
- * You also distribute the unmodified version of the file or
- alternatively provide sufficient information so that the
- user of your modified file can be reasonably expected to be
- able to obtain an original, unmodified copy of The Program.
- For example, you may specify a URL to a site that you expect
- will freely provide the user with a copy of The Program (either
- the version on which your modification is based, or perhaps a
- later version).
-
- * If The Program is intended to be used with, or is based on, LaTeX,
- then files with the following file extensions which have special
- meaning in LaTeX Software, have special modification rules under the
- license:
-
- - Files with extension `.ins' (installation files): these files may
- not be modified at all because they contain the legal notices
- that are placed in the generated files.
-
- - Files with extension `.fd' (LaTeX font definitions files): these
- files are allowed to be modified without changing the name, but
- only to enable use of all available fonts and to prevent attempts
- to access unavailable fonts. However, modified files are not
- allowed to be distributed in place of original files.
-
- - Files with extension `.cfg' (configuration files): these files
- can be created or modified to enable easy configuration of the
- system. The documentation in cfgguide.tex in the base LaTeX
- distribution describes when it makes sense to modify or generate
- such files.
-
-
-The above restrictions are not intended to prohibit, and hence do
-not apply to, the updating, by any method, of a file so that it
-becomes identical to the latest version of that file in The Program.
-
-========================================================================
-
-NOTES
-=====
-
-We believe that these requirements give you the freedom you to make
-modifications that conform with whatever technical specifications you
-wish, whilst maintaining the availability, integrity and reliability of
-The Program. If you do not see how to achieve your goal whilst
-adhering to these requirements then read the document cfgguide.tex
-in the base LaTeX distribution for suggestions.
-
-Because of the portability and exchangeability aspects of systems
-like LaTeX, The LaTeX3 Project deprecates the distribution of
-non-standard versions of components of LaTeX or of generally available
-contributed code for them but such distributions are permitted under the
-above restrictions.
-
-The document modguide.tex in the base LaTeX distribution details
-the reasons for the legal requirements detailed above.
-Even if The Program is unrelated to LaTeX, the argument in
-modguide.tex may still apply, and should be read before
-a modified version of The Program is distributed.
-
-
-Conditions on individual files
-==============================
-
-The individual files may bear additional conditions which supersede
-the general conditions on distribution and modification contained in
-this file. If there are any such files, the distribution of The
-Program will contain a prominent file that lists all the exceptional
-files.
-
-Typical examples of files with more restrictive modification
-conditions would be files that contain the text of copyright notices.
-
- * The conditions on individual files differ only in the
- extent of *modification* that is allowed.
-
- * The conditions on *distribution* are the same for all the files.
- Thus a (re)distributor of a complete, unchanged copy of The Program
- need meet only the conditions in this file; it is not necessary to
- check the header of every file in the distribution to check that a
- distribution meets these requirements.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LPPL-1.2 b/sdk_container/src/third_party/portage-stable/licenses/LPPL-1.2
deleted file mode 100644
index 6822ceef827..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LPPL-1.2
+++ /dev/null
@@ -1,314 +0,0 @@
-The LaTeX Project Public License
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-
-LPPL Version 1.2 1999-09-03
-
-Copyright 1999 LaTeX3 Project
- Everyone is allowed to distribute verbatim copies of this
- license document, but modification of it is not allowed.
-
-
-PREAMBLE
-========
-
-The LaTeX Project Public License (LPPL) is the license under which the
-base LaTeX distribution is distributed.
-
-You may use this license for any program that you have written and wish
-to distribute. This license may be particularly suitable if your
-program is TeX-related (such as a LaTeX package), but you may use it
-even if your program is unrelated to TeX. The section `WHETHER AND HOW
-TO DISTRIBUTE PROGRAMS UNDER THIS LICENSE', below, gives instructions,
-examples, and recommendations for authors who are considering
-distributing their programs under this license.
-
-In this license document, `The Program' refers to any program
-distributed under this license.
-
-This license gives conditions under which The Program may be distributed
-and conditions under which modified versions of The Program may be
-distributed. Individual files of The Program may bear supplementary
-and/or superseding conditions on modification of themselves and on the
-distribution of modified versions of themselves, but *no* file of The
-Program may bear supplementary or superseding conditions on the
-distribution of an unmodified copy of the file. A distributor wishing
-to distribute a complete, unmodified copy of The Program therefore
-needs to check the conditions only in this license and nowhere else.
-
-Activities other than distribution and/or modification of The Program
-are not covered by this license; they are outside its scope. In
-particular, the act of running The Program is not restricted.
-
-We, the LaTeX3 Project, believe that the conditions below give you
-the freedom to make and distribute modified versions of The Program
-that conform with whatever technical specifications you wish while
-maintaining the availability, integrity, and reliability of
-The Program. If you do not see how to achieve your goal while
-meeting these conditions, then read the document `cfgguide.tex'
-in the base LaTeX distribution for suggestions.
-
-
-CONDITIONS ON DISTRIBUTION AND MODIFICATION
-===========================================
-
-You may distribute a complete, unmodified copy of The Program.
-Distribution of only part of The Program is not allowed.
-
-You may not modify in any way a file of The Program that bears a legal
-notice forbidding modification of that file.
-
-You may distribute a modified file of The Program if, and only if, the
-following eight conditions are met:
-
- 1. You must meet any additional conditions borne by the file on the
- distribution of a modified version of the file as described below
- in the subsection `Additional Conditions on Individual Files of
- The Program'.
-
- 2. If the file is a LaTeX software file, then you must meet any
- applicable additional conditions on the distribution of a modified
- version of the file that are described below in the subsection
- `Additional Conditions on LaTeX Software Files'.
-
- 3. You must not distribute the modified file with the filename of the
- original file.
-
- 4. In the modified file, you must acknowledge the authorship and
- name of the original file, and the name (if any) of the program
- which contains it.
-
- 5. You must change any identification string in the file to indicate
- clearly that the modified file is not part of The Program.
-
- 6. You must change any addresses in the modified file for the
- reporting of errors in the file or in The Program generally to
- ensure that reports for files no longer maintained by the original
- maintainers will be directed to the maintainers of the modified
- files.
-
- 7. You must distribute the modified file under a license that forbids
- distribution both of the modified file and of any files derived
- from the modified file with the filename of the original file.
-
- 8. You must do either (A) or (B):
-
- (A) distribute a copy of The Program (that is, a complete,
- unmodified copy of The Program) together with the modified
- file; if your distribution of the modified file is made by
- offering access to copy the modified file from a designated
- place, then offering equivalent access to copy The Program
- from the same place meets this condition, even though third
- parties are not compelled to copy The Program along with the
- modified file;
-
- (B) provide to those who receive the modified file information
- that is sufficient for them to obtain a copy of The Program;
- for example, you may provide a Uniform Resource Locator (URL)
- for a site that you expect will provide them with a copy of
- The Program free of charge (either the version from which
- your modification is derived, or perhaps a later version).
-
-Note that in the above, `distribution' of a file means making the
-file available to others by any means. This includes, for instance,
-installing the file on any machine in such a way that the file is
-accessible by users other than yourself. `Modification' of a file
-means any procedure that produces a derivative file under any
-applicable law -- that is, a file containing the original file or
-a significant portion of it, either verbatim or with modifications
-and/or translated into another language.
-
-Changing the name of a file (other than as necessitated by the file
-conventions of the target file systems) is considered to be a
-modification of the file.
-
-The distribution conditions in this license do not have to be
-applied to files that have been modified in accordance with the
-above conditions. Note, however, that Condition 7. does apply to
-any such modified file.
-
-The conditions above are not intended to prohibit, and hence do not
-apply to, the updating, by any method, of a file so that it becomes
-identical to the latest version of that file of The Program.
-
-
-
-A Recommendation on Modification Without Distribution
------------------------------------------------------
-
-It is wise never to modify a file of The Program, even for your own
-personal use, without also meeting the above eight conditions for
-distributing the modified file. While you might intend that such
-modified files will never be distributed, often this will happen by
-accident -- you may forget that you have modified the file; or it may
-not occur to you when allowing others to access the modified file
-that you are thus distributing it and violating the conditions of
-this license. It is usually in your best interest to keep your copy
-of The Program identical with the public one. Many programs provide
-ways to control the behavior of that program without altering its
-licensed files.
-
-
-Additional Conditions on Individual Files of The Program
---------------------------------------------------------
-
-An individual file of The Program may bear additional conditions that
-supplement and/or supersede the conditions in this license if, and only
-if, such additional conditions exclusively concern modification of the
-file or distribution of a modified version of the file. The conditions
-on individual files of The Program therefore may differ only with
-respect to the kind and extent of modification of those files that
-is allowed, and with respect to the distribution of modified versions
-of those files.
-
-
-Additional Conditions on LaTeX Software Files
----------------------------------------------
-
-If a file of The Program is intended to be used with LaTeX (that is,
-if it is a LaTeX software file), then the following additional
-conditions, which supplement and/or supersede the conditions
-above, apply to the file according to its filename extension:
-
- - You may not modify any file with filename extension `.ins' since
- these are installation files containing the legal notices that are
- placed in the files they generate.
-
- - You may distribute modified versions of files with filename
- extension `.fd' (LaTeX font definition files) under the standard
- conditions of the LPPL as described above. You may also distribute
- such modified LaTeX font definition files with their original names
- provided that:
- (1) the only changes to the original files either enable use of
- available fonts or prevent attempts to access unavailable fonts;
- (2) you also distribute the original, unmodified files (TeX input
- paths can be used to control which set of LaTeX font definition
- files is actually used by TeX).
-
- - You may distribute modified versions of files with filename
- extension `.cfg' (configuration files) with their original names.
- The Program may (and usually will) specify the range of commands
- that are allowed in a particular configuration file.
-
-Because of portability and exchangeability issues in LaTeX software,
-The LaTeX3 Project deprecates the distribution of modified versions of
-components of LaTeX or of generally available contributed code for them,
-but such distribution can meet the conditions of this license.
-
-
-NO WARRANTY
-===========
-
-There is no warranty for The Program. Except when otherwise stated in
-writing, The Copyright Holder provides The Program `as is', without
-warranty of any kind, either expressed or implied, including, but not
-limited to, the implied warranties of merchantability and fitness for
-a particular purpose. The entire risk as to the quality and performance
-of The Program is with you. Should The Program prove defective, you
-assume the cost of all necessary servicing, repair, or correction.
-
-In no event unless agreed to in writing will The Copyright Holder, or
-any author named in the files of The Program, or any other party who may
-distribute and/or modify The Program as permitted above, be liable to
-you for damages, including any general, special, incidental or
-consequential damages arising out of any use of The Program or out of
-inability to use The Program (including, but not limited to, loss of
-data, data being rendered inaccurate, or losses sustained by anyone as
-a result of any failure of The Program to operate with any other
-programs), even if The Copyright Holder or said author or said other
-party has been advised of the possibility of such damages.
-
-
-WHETHER AND HOW TO DISTRIBUTE PROGRAMS UNDER THIS LICENSE
-=========================================================
-
-This section contains important instructions, examples, and
-recommendations for authors who are considering distributing their
-programs under this license. These authors are addressed as `you' in
-this section.
-
-
-Choosing This License or Another License
-----------------------------------------
-
-If for any part of your program you want or need to use *distribution*
-conditions that differ from those in this license, then do not refer to
-this license anywhere in your program but instead distribute your
-program under a different license. You may use the text of this license
-as a model for your own license, but your license should not refer to
-the LPPL or otherwise give the impression that your program is
-distributed under the LPPL.
-
-The document `modguide.tex' in the base LaTeX distribution explains
-the motivation behind the conditions of this license. It explains,
-for example, why distributing LaTeX under the GNU General Public
-License (GPL) was considered inappropriate. Even if your program is
-unrelated to LaTeX, the discussion in `modguide.tex' may still be
-relevant, and authors intending to distribute their programs under any
-license are encouraged to read it.
-
-
-How to Use This License
------------------------
-
-To use this license, place in each of the files of your program both
-an explicit copyright notice including your name and the year and also
-a statement that the distribution and/or modification of the file is
-constrained by the conditions in this license.
-
-Here is an example of such a notice and statement:
-
- %% pig.dtx
- %% Copyright 2001 M. Y. Name
- %
- % This program may be distributed and/or modified under the
- % conditions of the LaTeX Project Public License, either version 1.2
- % of this license or (at your option) any later version.
- % The latest version of this license is in
- % http://www.latex-project.org/lppl.txt
- % and version 1.2 or later is part of all distributions of LaTeX
- % version 1999/12/01 or later.
- %
- % This program consists of the files pig.dtx and pig.ins
-
-Given such a notice and statement in a file, the conditions given in
-this license document would apply, with `The Program' referring to the
-two files `pig.dtx' and `pig.ins', and `The Copyright Holder' referring
-to the person `M. Y. Name'.
-
-
-Important Recommendations
--------------------------
-
- Defining What Constitutes The Program
-
- The LPPL requires that distributions of The Program contain all the
- files of The Program. It is therefore important that you provide a
- way for the licensee to determine which files constitute The Program.
- This could, for example, be achieved by explicitly listing all the
- files of The Program near the copyright notice of each file or by
- using a line like
-
- % This program consists of all files listed in manifest.txt.
-
- in that place. In the absence of an unequivocal list it might be
- impossible for the licensee to determine what is considered by you
- to comprise The Program.
-
- Noting Exceptional Files
-
- If The Program contains any files bearing additional conditions on
- modification, or on distribution of modified versions, of those
- files (other than those listed in `Additional Conditions on LaTeX
- Software Files'), then it is recommended that The Program contain a
- prominent file that defines the exceptional conditions, and either
- lists the exceptional files or defines one or more categories of
- exceptional files.
-
- Files containing the text of a license (such as this file) are
- often examples of files bearing more restrictive conditions on
- modification. LaTeX configuration files (with filename extension
- `.cfg') are examples of files bearing less restrictive conditions
- on the distribution of a modified version of the file. The
- additional conditions on LaTeX software given above are examples
- of declaring a category of files bearing exceptional additional
- conditions.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LPPL-1.3 b/sdk_container/src/third_party/portage-stable/licenses/LPPL-1.3
deleted file mode 100644
index 737f77b3710..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LPPL-1.3
+++ /dev/null
@@ -1,400 +0,0 @@
-The LaTeX Project Public License
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-
-LPPL Version 1.3 2003-12-01
-
-Copyright 1999 2002-03 LaTeX3 Project
- Everyone is allowed to distribute verbatim copies of this
- license document, but modification of it is not allowed.
-
-
-PREAMBLE
-========
-
-The LaTeX Project Public License (LPPL) is the primary license under
-which the the LaTeX kernel and the base LaTeX packages are distributed.
-
-You may use this license for any work of which you hold the copyright
-and which you wish to distribute. This license may be particularly
-suitable if your work is TeX-related (such as a LaTeX package), but
-you may use it with small modifications even if your work is unrelated
-to TeX.
-
-The section `WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE',
-below, gives instructions, examples, and recommendations for authors
-who are considering distributing their works under this license.
-
-This license gives conditions under which a work may be distributed
-and modified, as well as conditions under which modified versions of
-that work may be distributed.
-
-We, the LaTeX3 Project, believe that the conditions below give you
-the freedom to make and distribute modified versions of your work
-that conform with whatever technical specifications you wish while
-maintaining the availability, integrity, and reliability of
-that work. If you do not see how to achieve your goal while
-meeting these conditions, then read the document `cfgguide.tex'
-and `modguide.tex' in the base LaTeX distribution for suggestions.
-
-
-DEFINITIONS
-===========
-
-In this license document the following terms are used:
-
- `Work'
- Any work being distributed under this License.
-
- `Derived Work'
- Any work that under any applicable law is derived from the Work.
-
- `Modification'
- Any procedure that produces a Derived Work under any applicable
- law -- for example, the production of a file containing an
- original file associated with the Work or a significant portion of
- such a file, either verbatim or with modifications and/or
- translated into another language.
-
- `Modify'
- To apply any procedure that produces a Derived Work under any
- applicable law.
-
- `Distribution'
- Making copies of the Work available from one person to another, in
- whole or in part. Distribution includes (but is not limited to)
- making any electronic components of the Work accessible by
- file transfer protocols such as FTP or HTTP or by shared file
- systems such as Sun's Network File System (NFS).
-
- `Compiled Work'
- A version of the Work that has been processed into a form where it
- is directly usable on a computer system. This processing may
- include using installation facilities provided by the Work,
- transformations of the Work, copying of components of the Work, or
- other activities. Note that modification of any installation
- facilities provided by the Work constitutes modification of the Work.
-
- `Current Maintainer'
- A person or persons nominated as such within the Work. If there is
- no such explicit nomination then it is the `Copyright Holder' under
- any applicable law.
-
- `Base Interpreter'
- A program or process that is normally needed for running or
- interpreting a part or the whole of the Work.
- A Base Interpreter may depend on external components but these
- are not considered part of the Base Interpreter provided that each
- external component clearly identifies itself whenever it is used
- interactively. Unless explicitly specified when applying the
- license to the Work, the only applicable Base Interpreter is a
- "LaTeX-Format".
-
-
-
-CONDITIONS ON DISTRIBUTION AND MODIFICATION
-===========================================
-
-1. Activities other than distribution and/or modification of the Work
-are not covered by this license; they are outside its scope. In
-particular, the act of running the Work is not restricted and no
-requirements are made concerning any offers of support for the Work.
-
-2. You may distribute a complete, unmodified copy of the Work as you
-received it. Distribution of only part of the Work is considered
-modification of the Work, and no right to distribute such a Derived
-Work may be assumed under the terms of this clause.
-
-3. You may distribute a Compiled Work that has been generated from a
-complete, unmodified copy of the Work as distributed under Clause 2
-above, as long as that Compiled Work is distributed in such a way that
-the recipients may install the Compiled Work on their system exactly
-as it would have been installed if they generated a Compiled Work
-directly from the Work.
-
-4. If you are the Current Maintainer of the Work, you may, without
-restriction, modify the Work, thus creating a Derived Work. You may
-also distribute the Derived Work without restriction, including
-Compiled Works generated from the Derived Work. Derived Works
-distributed in this manner by the Current Maintainer are considered to
-be updated versions of the Work.
-
-5. If you are not the Current Maintainer of the Work, you may modify
-your copy of the Work, thus creating a Derived Work based on the Work,
-and compile this Derived Work, thus creating a Compiled Work based on
-the Derived Work.
-
-6. If you are not the Current Maintainer of the Work, you may
-distribute a Derived Work provided the following conditions are met
-for every component of the Work unless that component clearly states
-in the copyright notice that it is exempt from that condition. Only
-the Current Maintainer is allowed to add such statements of exemption
-to a component of the Work.
-
- a. If a component of this Derived Work can be a direct replacement
- for a component of the Work when that component is used with the
- Base Interpreter, then, wherever this component of the Work
- identifies itself to the user when used interactively with that
- Base Interpreter, the replacement component of this Derived Work
- clearly and unambiguously identifies itself as a modified version
- of this component to the user when used interactively with that
- Base Interpreter.
-
- b. Every component of the Derived Work contains prominent notices
- detailing the nature of the changes to that component, or a
- prominent reference to another file that is distributed as part
- of the Derived Work and that contains a complete and accurate log
- of the changes.
-
- c. No information in the Derived Work implies that any persons,
- including (but not limited to) the authors of the original version
- of the Work, provide any support, including (but not limited to)
- the reporting and handling of errors, to recipients of the
- Derived Work unless those persons have stated explicitly that
- they do provide such support for the Derived Work.
-
- d. You distribute at least one of the following with the Derived Work:
-
- 1. A complete, unmodified copy of the Work;
- if your distribution of a modified component is made by
- offering access to copy the modified component from a
- designated place, then offering equivalent access to copy
- the Work from the same or some similar place meets this
- condition, even though third parties are not compelled to
- copy the Work along with the modified component;
-
- 2. Information that is sufficient to obtain a complete, unmodified
- copy of the Work.
-
-7. If you are not the Current Maintainer of the Work, you may
-distribute a Compiled Work generated from a Derived Work, as long as
-the Derived Work is distributed to all recipients of the Compiled
-Work, and as long as the conditions of Clause 6, above, are met with
-regard to the Derived Work.
-
-8. The conditions above are not intended to prohibit, and hence do
-not apply to, the modification, by any method, of any component so that it
-becomes identical to an updated version of that component of the Work as
-it is distributed by the Current Maintainer under Clause 4, above.
-
-9. Distribution of the Work or any Derived Work in an alternative
-format, where the Work or that Derived Work (in whole or in part) is
-then produced by applying some process to that format, does not relax or
-nullify any sections of this license as they pertain to the results of
-applying that process.
-
-10. a. A Derived Work may be distributed under a different license
- provided that license itself honors the conditions listed in
- Clause 6 above, in regard to the Work, though it does not have
- to honor the rest of the conditions in this license.
-
- b. If a Derived Work is distributed under this license, that
- Derived Work must provide sufficient documentation as part of
- itself to allow each recipient of that Derived Work to honor the
- restrictions in Clause 6 above, concerning changes from the Work.
-
-11. This license places no restrictions on works that are unrelated to
-the Work, nor does this license place any restrictions on aggregating
-such works with the Work by any means.
-
-12. Nothing in this license is intended to, or may be used to, prevent
-complete compliance by all parties with all applicable laws.
-
-
-NO WARRANTY
-===========
-
-There is no warranty for the Work. Except when otherwise stated in
-writing, the Copyright Holder provides the Work `as is', without
-warranty of any kind, either expressed or implied, including, but not
-limited to, the implied warranties of merchantability and fitness for
-a particular purpose. The entire risk as to the quality and performance
-of the Work is with you. Should the Work prove defective, you
-assume the cost of all necessary servicing, repair, or correction.
-
-In no event unless agreed to in writing will the Copyright Holder, or
-any author named in the components of the Work, or any other party who
-may distribute and/or modify the Work as permitted above, be liable to
-you for damages, including any general, special, incidental or
-consequential damages arising out of any use of the Work or out of
-inability to use the Work (including, but not limited to, loss of
-data, data being rendered inaccurate, or losses sustained by anyone as
-a result of any failure of the Work to operate with any other
-programs), even if the Copyright Holder or said author or said other
-party has been advised of the possibility of such damages.
-
-
-MAINTENANCE OF THE WORK
-=======================
-
-The Work has the status `author-maintained' if the Copyright Holder
-explicitly and prominently states near the primary copyright notice in
-the Work that the Work can only be maintained by the Copyright Holder
-or simply that is `author-maintained'.
-
-The Work has the status `maintained' if there is a Current Maintainer
-who has indicated in the Work that they are willing to receive error
-reports for the Work (for example, by supplying a valid e-mail
-address). It is not required for the Current Maintainer to acknowledge
-or act upon these error reports.
-
-The Work changes from status `maintained' to `unmaintained' if there
-is no Current Maintainer, or the person stated to be Current
-Maintainer of the work cannot be reached through the indicated means
-of communication for a period of six months, and there are no other
-significant signs of active maintenance.
-
-You can become the Current Maintainer of the Work by agreement with
-any existing Current Maintainer to take over this role.
-
-If the Work is unmaintained, you can become the Current Maintainer of
-the Work through the following steps:
-
- 1. Make a reasonable attempt to trace the Current Maintainer (and
- the Copyright Holder, if the two differ) through the means of
- an Internet or similar search.
-
- 2. If this search is successful, then enquire whether the Work
- is still maintained.
-
- a. If it is being maintained, then ask the Current Maintainer
- to update their communication data within one month.
-
- b. If the search is unsuccessful or no action to resume active
- maintenance is taken by the Current Maintainer, then announce
- within the pertinent community your intention to take over
- maintenance. (If the Work is a LaTeX work, this could be
- done, for example, by posting to comp.text.tex.)
-
- 3a. If the Current Maintainer is reachable and agrees to pass
- maintenance of the Work to you, then this takes effect
- immediately upon announcement.
-
- b. If the Current Maintainer is not reachable and the Copyright
- Holder agrees that maintenance of the Work be passed to you,
- then this takes effect immediately upon announcement.
-
- 4. If you make an `intention announcement' as described in 2b. above
- and after three months your intention is challenged neither by
- the Current Maintainer nor by the Copyright Holder nor by other
- people, then you may arrange for the Work to be changed so as
- to name you as the (new) Current Maintainer.
-
- 5. If the previously unreachable Current Maintainer becomes
- reachable once more within three months of a change completed
- under the terms of 3b) or 4), then that Current Maintainer must
- become or remain the Current Maintainer upon request provided
- they then update their communication data within one month.
-
-A change in the Current Maintainer does not, of itself, alter the fact
-that the Work is distributed under the LPPL license.
-
-If you become the Current Maintainer of the Work, you should
-immediately provide, within the Work, a prominent and unambiguous
-statement of your status as Current Maintainer. You should also
-announce your new status to the same pertinent community as
-in 2b) above.
-
-
-WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE
-======================================================
-
-This section contains important instructions, examples, and
-recommendations for authors who are considering distributing their
-works under this license. These authors are addressed as `you' in
-this section.
-
-Choosing This License or Another License
-----------------------------------------
-
-If for any part of your work you want or need to use *distribution*
-conditions that differ significantly from those in this license, then
-do not refer to this license anywhere in your work but, instead,
-distribute your work under a different license. You may use the text
-of this license as a model for your own license, but your license
-should not refer to the LPPL or otherwise give the impression that
-your work is distributed under the LPPL.
-
-The document `modguide.tex' in the base LaTeX distribution explains
-the motivation behind the conditions of this license. It explains,
-for example, why distributing LaTeX under the GNU General Public
-License (GPL) was considered inappropriate. Even if your work is
-unrelated to LaTeX, the discussion in `modguide.tex' may still be
-relevant, and authors intending to distribute their works under any
-license are encouraged to read it.
-
-A Recommendation on Modification Without Distribution
------------------------------------------------------
-
-It is wise never to modify a component of the Work, even for your own
-personal use, without also meeting the above conditions for
-distributing the modified component. While you might intend that such
-modifications will never be distributed, often this will happen by
-accident -- you may forget that you have modified that component; or
-it may not occur to you when allowing others to access the modified
-version that you are thus distributing it and violating the conditions
-of this license in ways that could have legal implications and, worse,
-cause problems for the community. It is therefore usually in your
-best interest to keep your copy of the Work identical with the public
-one. Many works provide ways to control the behavior of that work
-without altering any of its licensed components.
-
-How to Use This License
------------------------
-
-To use this license, place in each of the components of your work both
-an explicit copyright notice including your name and the year the work
-was authored and/or last substantially modified. Include also a
-statement that the distribution and/or modification of that
-component is constrained by the conditions in this license.
-
-Here is an example of such a notice and statement:
-
- %% pig.dtx
- %% Copyright 2003 M. Y. Name
- %
- % This work may be distributed and/or modified under the
- % conditions of the LaTeX Project Public License, either version 1.3
- % of this license or (at your option) any later version.
- % The latest version of this license is in
- % http://www.latex-project.org/lppl.txt
- % and version 1.3 or later is part of all distributions of LaTeX
- % version 2003/12/01 or later.
- %
- % This work has the LPPL maintenance status "maintained".
- %
- % This Current Maintainer of this work is M. Y. Name.
- %
- % This work consists of the files pig.dtx and pig.ins
- % and the derived file pig.sty.
-
-Given such a notice and statement in a file, the conditions
-given in this license document would apply, with the `Work' referring
-to the three files `pig.dtx', `pig.ins', and `pig.sty' (the last being
-generated from `pig.dtx' using `pig.ins'), the `Base Interpreter'
-referring to any "LaTeX-Format", and both `Copyright Holder' and
-`Current Maintainer' referring to the person `M. Y. Name'.
-
-To prevent the Maintenance section of LPPL from allowing someone else
-to become the Current Maintainer without your agreement, you could
-change "maintained" above into "author-maintained".
-
-
-Important Recommendations
--------------------------
-
- Defining What Constitutes the Work
-
- The LPPL requires that distributions of the Work contain all the
- files of the Work. It is therefore important that you provide a
- way for the licensee to determine which files constitute the Work.
- This could, for example, be achieved by explicitly listing all the
- files of the Work near the copyright notice of each file or by
- using a line such as:
-
- % This work consists of all files listed in manifest.txt.
-
- in that place. In the absence of an unequivocal list it might be
- impossible for the licensee to determine what is considered by you
- to comprise the Work and, in such a case, the licensee would be
- entitled to make reasonable conjectures as to which files comprise
- the Work.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LPPL-1.3a b/sdk_container/src/third_party/portage-stable/licenses/LPPL-1.3a
deleted file mode 100644
index 7cae91d1daa..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LPPL-1.3a
+++ /dev/null
@@ -1,404 +0,0 @@
-The LaTeX Project Public License
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-
-LPPL Version 1.3a 2004-10-01
-
-Copyright 1999 2002-04 LaTeX3 Project
- Everyone is allowed to distribute verbatim copies of this
- license document, but modification of it is not allowed.
-
-
-PREAMBLE
-========
-
-The LaTeX Project Public License (LPPL) is the primary license under
-which the LaTeX kernel and the base LaTeX packages are distributed.
-
-You may use this license for any work of which you hold the copyright
-and which you wish to distribute. This license may be particularly
-suitable if your work is TeX-related (such as a LaTeX package), but
-you may use it with small modifications even if your work is unrelated
-to TeX.
-
-The section `WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE',
-below, gives instructions, examples, and recommendations for authors
-who are considering distributing their works under this license.
-
-This license gives conditions under which a work may be distributed
-and modified, as well as conditions under which modified versions of
-that work may be distributed.
-
-We, the LaTeX3 Project, believe that the conditions below give you
-the freedom to make and distribute modified versions of your work
-that conform with whatever technical specifications you wish while
-maintaining the availability, integrity, and reliability of
-that work. If you do not see how to achieve your goal while
-meeting these conditions, then read the document `cfgguide.tex'
-and `modguide.tex' in the base LaTeX distribution for suggestions.
-
-
-DEFINITIONS
-===========
-
-In this license document the following terms are used:
-
- `Work'
- Any work being distributed under this License.
-
- `Derived Work'
- Any work that under any applicable law is derived from the Work.
-
- `Modification'
- Any procedure that produces a Derived Work under any applicable
- law -- for example, the production of a file containing an
- original file associated with the Work or a significant portion of
- such a file, either verbatim or with modifications and/or
- translated into another language.
-
- `Modify'
- To apply any procedure that produces a Derived Work under any
- applicable law.
-
- `Distribution'
- Making copies of the Work available from one person to another, in
- whole or in part. Distribution includes (but is not limited to)
- making any electronic components of the Work accessible by
- file transfer protocols such as FTP or HTTP or by shared file
- systems such as Sun's Network File System (NFS).
-
- `Compiled Work'
- A version of the Work that has been processed into a form where it
- is directly usable on a computer system. This processing may
- include using installation facilities provided by the Work,
- transformations of the Work, copying of components of the Work, or
- other activities. Note that modification of any installation
- facilities provided by the Work constitutes modification of the Work.
-
- `Current Maintainer'
- A person or persons nominated as such within the Work. If there is
- no such explicit nomination then it is the `Copyright Holder' under
- any applicable law.
-
- `Base Interpreter'
- A program or process that is normally needed for running or
- interpreting a part or the whole of the Work.
- A Base Interpreter may depend on external components but these
- are not considered part of the Base Interpreter provided that each
- external component clearly identifies itself whenever it is used
- interactively. Unless explicitly specified when applying the
- license to the Work, the only applicable Base Interpreter is a
- "LaTeX-Format".
-
-
-
-CONDITIONS ON DISTRIBUTION AND MODIFICATION
-===========================================
-
-1. Activities other than distribution and/or modification of the Work
-are not covered by this license; they are outside its scope. In
-particular, the act of running the Work is not restricted and no
-requirements are made concerning any offers of support for the Work.
-
-2. You may distribute a complete, unmodified copy of the Work as you
-received it. Distribution of only part of the Work is considered
-modification of the Work, and no right to distribute such a Derived
-Work may be assumed under the terms of this clause.
-
-3. You may distribute a Compiled Work that has been generated from a
-complete, unmodified copy of the Work as distributed under Clause 2
-above, as long as that Compiled Work is distributed in such a way that
-the recipients may install the Compiled Work on their system exactly
-as it would have been installed if they generated a Compiled Work
-directly from the Work.
-
-4. If you are the Current Maintainer of the Work, you may, without
-restriction, modify the Work, thus creating a Derived Work. You may
-also distribute the Derived Work without restriction, including
-Compiled Works generated from the Derived Work. Derived Works
-distributed in this manner by the Current Maintainer are considered to
-be updated versions of the Work.
-
-5. If you are not the Current Maintainer of the Work, you may modify
-your copy of the Work, thus creating a Derived Work based on the Work,
-and compile this Derived Work, thus creating a Compiled Work based on
-the Derived Work.
-
-6. If you are not the Current Maintainer of the Work, you may
-distribute a Derived Work provided the following conditions are met
-for every component of the Work unless that component clearly states
-in the copyright notice that it is exempt from that condition. Only
-the Current Maintainer is allowed to add such statements of exemption
-to a component of the Work.
-
- a. If a component of this Derived Work can be a direct replacement
- for a component of the Work when that component is used with the
- Base Interpreter, then, wherever this component of the Work
- identifies itself to the user when used interactively with that
- Base Interpreter, the replacement component of this Derived Work
- clearly and unambiguously identifies itself as a modified version
- of this component to the user when used interactively with that
- Base Interpreter.
-
- b. Every component of the Derived Work contains prominent notices
- detailing the nature of the changes to that component, or a
- prominent reference to another file that is distributed as part
- of the Derived Work and that contains a complete and accurate log
- of the changes.
-
- c. No information in the Derived Work implies that any persons,
- including (but not limited to) the authors of the original version
- of the Work, provide any support, including (but not limited to)
- the reporting and handling of errors, to recipients of the
- Derived Work unless those persons have stated explicitly that
- they do provide such support for the Derived Work.
-
- d. You distribute at least one of the following with the Derived Work:
-
- 1. A complete, unmodified copy of the Work;
- if your distribution of a modified component is made by
- offering access to copy the modified component from a
- designated place, then offering equivalent access to copy
- the Work from the same or some similar place meets this
- condition, even though third parties are not compelled to
- copy the Work along with the modified component;
-
- 2. Information that is sufficient to obtain a complete, unmodified
- copy of the Work.
-
-7. If you are not the Current Maintainer of the Work, you may
-distribute a Compiled Work generated from a Derived Work, as long as
-the Derived Work is distributed to all recipients of the Compiled
-Work, and as long as the conditions of Clause 6, above, are met with
-regard to the Derived Work.
-
-8. The conditions above are not intended to prohibit, and hence do
-not apply to, the modification, by any method, of any component so that it
-becomes identical to an updated version of that component of the Work as
-it is distributed by the Current Maintainer under Clause 4, above.
-
-9. Distribution of the Work or any Derived Work in an alternative
-format, where the Work or that Derived Work (in whole or in part) is
-then produced by applying some process to that format, does not relax or
-nullify any sections of this license as they pertain to the results of
-applying that process.
-
-10. a. A Derived Work may be distributed under a different license
- provided that license itself honors the conditions listed in
- Clause 6 above, in regard to the Work, though it does not have
- to honor the rest of the conditions in this license.
-
- b. If a Derived Work is distributed under this license, that
- Derived Work must provide sufficient documentation as part of
- itself to allow each recipient of that Derived Work to honor the
- restrictions in Clause 6 above, concerning changes from the Work.
-
-11. This license places no restrictions on works that are unrelated to
-the Work, nor does this license place any restrictions on aggregating
-such works with the Work by any means.
-
-12. Nothing in this license is intended to, or may be used to, prevent
-complete compliance by all parties with all applicable laws.
-
-
-NO WARRANTY
-===========
-
-There is no warranty for the Work. Except when otherwise stated in
-writing, the Copyright Holder provides the Work `as is', without
-warranty of any kind, either expressed or implied, including, but not
-limited to, the implied warranties of merchantability and fitness for
-a particular purpose. The entire risk as to the quality and performance
-of the Work is with you. Should the Work prove defective, you
-assume the cost of all necessary servicing, repair, or correction.
-
-In no event unless required by applicable law or agreed to in writing
-will The Copyright Holder, or any author named in the components of
-the Work, or any other party who may distribute and/or modify the Work
-as permitted above, be liable to you for damages, including any
-general, special, incidental or consequential damages arising out of
-any use of the Work or out of inability to use the Work (including,
-but not limited to, loss of data, data being rendered inaccurate, or
-losses sustained by anyone as a result of any failure of the Work to
-operate with any other programs), even if the Copyright Holder or said
-author or said other party has been advised of the possibility of such
-damages.
-
-
-MAINTENANCE OF THE WORK
-=======================
-
-The Work has the status `author-maintained' if the Copyright Holder
-explicitly and prominently states near the primary copyright notice in
-the Work that the Work can only be maintained by the Copyright Holder
-or simply that is `author-maintained'.
-
-The Work has the status `maintained' if there is a Current Maintainer
-who has indicated in the Work that they are willing to receive error
-reports for the Work (for example, by supplying a valid e-mail
-address). It is not required for the Current Maintainer to acknowledge
-or act upon these error reports.
-
-The Work changes from status `maintained' to `unmaintained' if there
-is no Current Maintainer, or the person stated to be Current
-Maintainer of the work cannot be reached through the indicated means
-of communication for a period of six months, and there are no other
-significant signs of active maintenance.
-
-You can become the Current Maintainer of the Work by agreement with
-any existing Current Maintainer to take over this role.
-
-If the Work is unmaintained, you can become the Current Maintainer of
-the Work through the following steps:
-
- 1. Make a reasonable attempt to trace the Current Maintainer (and
- the Copyright Holder, if the two differ) through the means of
- an Internet or similar search.
-
- 2. If this search is successful, then enquire whether the Work
- is still maintained.
-
- a. If it is being maintained, then ask the Current Maintainer
- to update their communication data within one month.
-
- b. If the search is unsuccessful or no action to resume active
- maintenance is taken by the Current Maintainer, then announce
- within the pertinent community your intention to take over
- maintenance. (If the Work is a LaTeX work, this could be
- done, for example, by posting to comp.text.tex.)
-
- 3a. If the Current Maintainer is reachable and agrees to pass
- maintenance of the Work to you, then this takes effect
- immediately upon announcement.
-
- b. If the Current Maintainer is not reachable and the Copyright
- Holder agrees that maintenance of the Work be passed to you,
- then this takes effect immediately upon announcement.
-
- 4. If you make an `intention announcement' as described in 2b. above
- and after three months your intention is challenged neither by
- the Current Maintainer nor by the Copyright Holder nor by other
- people, then you may arrange for the Work to be changed so as
- to name you as the (new) Current Maintainer.
-
- 5. If the previously unreachable Current Maintainer becomes
- reachable once more within three months of a change completed
- under the terms of 3b) or 4), then that Current Maintainer must
- become or remain the Current Maintainer upon request provided
- they then update their communication data within one month.
-
-A change in the Current Maintainer does not, of itself, alter the fact
-that the Work is distributed under the LPPL license.
-
-If you become the Current Maintainer of the Work, you should
-immediately provide, within the Work, a prominent and unambiguous
-statement of your status as Current Maintainer. You should also
-announce your new status to the same pertinent community as
-in 2b) above.
-
-
-WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE
-======================================================
-
-This section contains important instructions, examples, and
-recommendations for authors who are considering distributing their
-works under this license. These authors are addressed as `you' in
-this section.
-
-Choosing This License or Another License
-----------------------------------------
-
-If for any part of your work you want or need to use *distribution*
-conditions that differ significantly from those in this license, then
-do not refer to this license anywhere in your work but, instead,
-distribute your work under a different license. You may use the text
-of this license as a model for your own license, but your license
-should not refer to the LPPL or otherwise give the impression that
-your work is distributed under the LPPL.
-
-The document `modguide.tex' in the base LaTeX distribution explains
-the motivation behind the conditions of this license. It explains,
-for example, why distributing LaTeX under the GNU General Public
-License (GPL) was considered inappropriate. Even if your work is
-unrelated to LaTeX, the discussion in `modguide.tex' may still be
-relevant, and authors intending to distribute their works under any
-license are encouraged to read it.
-
-A Recommendation on Modification Without Distribution
------------------------------------------------------
-
-It is wise never to modify a component of the Work, even for your own
-personal use, without also meeting the above conditions for
-distributing the modified component. While you might intend that such
-modifications will never be distributed, often this will happen by
-accident -- you may forget that you have modified that component; or
-it may not occur to you when allowing others to access the modified
-version that you are thus distributing it and violating the conditions
-of this license in ways that could have legal implications and, worse,
-cause problems for the community. It is therefore usually in your
-best interest to keep your copy of the Work identical with the public
-one. Many works provide ways to control the behavior of that work
-without altering any of its licensed components.
-
-How to Use This License
------------------------
-
-To use this license, place in each of the components of your work both
-an explicit copyright notice including your name and the year the work
-was authored and/or last substantially modified. Include also a
-statement that the distribution and/or modification of that
-component is constrained by the conditions in this license.
-
-Here is an example of such a notice and statement:
-
- %% pig.dtx
- %% Copyright 2003 M. Y. Name
- %
- % This work may be distributed and/or modified under the
- % conditions of the LaTeX Project Public License, either version 1.3
- % of this license or (at your option) any later version.
- % The latest version of this license is in
- % http://www.latex-project.org/lppl.txt
- % and version 1.3 or later is part of all distributions of LaTeX
- % version 2003/12/01 or later.
- %
- % This work has the LPPL maintenance status "maintained".
- %
- % This Current Maintainer of this work is M. Y. Name.
- %
- % This work consists of the files pig.dtx and pig.ins
- % and the derived file pig.sty.
-
-Given such a notice and statement in a file, the conditions
-given in this license document would apply, with the `Work' referring
-to the three files `pig.dtx', `pig.ins', and `pig.sty' (the last being
-generated from `pig.dtx' using `pig.ins'), the `Base Interpreter'
-referring to any "LaTeX-Format", and both `Copyright Holder' and
-`Current Maintainer' referring to the person `M. Y. Name'.
-
-If you do not want the Maintenance section of LPPL to apply to your
-Work, change "maintained" above into "author-maintained".
-However, we recommend that you use "maintained" as the Maintenance
-section was added in order to ensure that your Work remains useful to
-the community even when you can no longer maintain and support it
-yourself.
-
-
-Important Recommendations
--------------------------
-
- Defining What Constitutes the Work
-
- The LPPL requires that distributions of the Work contain all the
- files of the Work. It is therefore important that you provide a
- way for the licensee to determine which files constitute the Work.
- This could, for example, be achieved by explicitly listing all the
- files of the Work near the copyright notice of each file or by
- using a line such as:
-
- % This work consists of all files listed in manifest.txt.
-
- in that place. In the absence of an unequivocal list it might be
- impossible for the licensee to determine what is considered by you
- to comprise the Work and, in such a case, the licensee would be
- entitled to make reasonable conjectures as to which files comprise
- the Work.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LPPL-1.3c b/sdk_container/src/third_party/portage-stable/licenses/LPPL-1.3c
deleted file mode 100644
index b0f86d50d44..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LPPL-1.3c
+++ /dev/null
@@ -1,415 +0,0 @@
-The LaTeX Project Public License
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-
-LPPL Version 1.3c 2006-05-20
-
-Copyright 1999 2002-2006 LaTeX3 Project
- Everyone is allowed to distribute verbatim copies of this
- license document, but modification of it is not allowed.
-
-
-PREAMBLE
-========
-
-The LaTeX Project Public License (LPPL) is the primary license under
-which the the LaTeX kernel and the base LaTeX packages are distributed.
-
-You may use this license for any work of which you hold the copyright
-and which you wish to distribute. This license may be particularly
-suitable if your work is TeX-related (such as a LaTeX package), but
-it is written in such a way that you can use it even if your work is
-unrelated to TeX.
-
-The section `WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE',
-below, gives instructions, examples, and recommendations for authors
-who are considering distributing their works under this license.
-
-This license gives conditions under which a work may be distributed
-and modified, as well as conditions under which modified versions of
-that work may be distributed.
-
-We, the LaTeX3 Project, believe that the conditions below give you
-the freedom to make and distribute modified versions of your work
-that conform with whatever technical specifications you wish while
-maintaining the availability, integrity, and reliability of
-that work. If you do not see how to achieve your goal while
-meeting these conditions, then read the document `cfgguide.tex'
-and `modguide.tex' in the base LaTeX distribution for suggestions.
-
-
-DEFINITIONS
-===========
-
-In this license document the following terms are used:
-
- `Work'
- Any work being distributed under this License.
-
- `Derived Work'
- Any work that under any applicable law is derived from the Work.
-
- `Modification'
- Any procedure that produces a Derived Work under any applicable
- law -- for example, the production of a file containing an
- original file associated with the Work or a significant portion of
- such a file, either verbatim or with modifications and/or
- translated into another language.
-
- `Modify'
- To apply any procedure that produces a Derived Work under any
- applicable law.
-
- `Distribution'
- Making copies of the Work available from one person to another, in
- whole or in part. Distribution includes (but is not limited to)
- making any electronic components of the Work accessible by
- file transfer protocols such as FTP or HTTP or by shared file
- systems such as Sun's Network File System (NFS).
-
- `Compiled Work'
- A version of the Work that has been processed into a form where it
- is directly usable on a computer system. This processing may
- include using installation facilities provided by the Work,
- transformations of the Work, copying of components of the Work, or
- other activities. Note that modification of any installation
- facilities provided by the Work constitutes modification of the Work.
-
- `Current Maintainer'
- A person or persons nominated as such within the Work. If there is
- no such explicit nomination then it is the `Copyright Holder' under
- any applicable law.
-
- `Base Interpreter'
- A program or process that is normally needed for running or
- interpreting a part or the whole of the Work.
-
- A Base Interpreter may depend on external components but these
- are not considered part of the Base Interpreter provided that each
- external component clearly identifies itself whenever it is used
- interactively. Unless explicitly specified when applying the
- license to the Work, the only applicable Base Interpreter is a
- `LaTeX-Format' or in the case of files belonging to the
- `LaTeX-format' a program implementing the `TeX language'.
-
-
-
-CONDITIONS ON DISTRIBUTION AND MODIFICATION
-===========================================
-
-1. Activities other than distribution and/or modification of the Work
-are not covered by this license; they are outside its scope. In
-particular, the act of running the Work is not restricted and no
-requirements are made concerning any offers of support for the Work.
-
-2. You may distribute a complete, unmodified copy of the Work as you
-received it. Distribution of only part of the Work is considered
-modification of the Work, and no right to distribute such a Derived
-Work may be assumed under the terms of this clause.
-
-3. You may distribute a Compiled Work that has been generated from a
-complete, unmodified copy of the Work as distributed under Clause 2
-above, as long as that Compiled Work is distributed in such a way that
-the recipients may install the Compiled Work on their system exactly
-as it would have been installed if they generated a Compiled Work
-directly from the Work.
-
-4. If you are the Current Maintainer of the Work, you may, without
-restriction, modify the Work, thus creating a Derived Work. You may
-also distribute the Derived Work without restriction, including
-Compiled Works generated from the Derived Work. Derived Works
-distributed in this manner by the Current Maintainer are considered to
-be updated versions of the Work.
-
-5. If you are not the Current Maintainer of the Work, you may modify
-your copy of the Work, thus creating a Derived Work based on the Work,
-and compile this Derived Work, thus creating a Compiled Work based on
-the Derived Work.
-
-6. If you are not the Current Maintainer of the Work, you may
-distribute a Derived Work provided the following conditions are met
-for every component of the Work unless that component clearly states
-in the copyright notice that it is exempt from that condition. Only
-the Current Maintainer is allowed to add such statements of exemption
-to a component of the Work.
-
- a. If a component of this Derived Work can be a direct replacement
- for a component of the Work when that component is used with the
- Base Interpreter, then, wherever this component of the Work
- identifies itself to the user when used interactively with that
- Base Interpreter, the replacement component of this Derived Work
- clearly and unambiguously identifies itself as a modified version
- of this component to the user when used interactively with that
- Base Interpreter.
-
- b. Every component of the Derived Work contains prominent notices
- detailing the nature of the changes to that component, or a
- prominent reference to another file that is distributed as part
- of the Derived Work and that contains a complete and accurate log
- of the changes.
-
- c. No information in the Derived Work implies that any persons,
- including (but not limited to) the authors of the original version
- of the Work, provide any support, including (but not limited to)
- the reporting and handling of errors, to recipients of the
- Derived Work unless those persons have stated explicitly that
- they do provide such support for the Derived Work.
-
- d. You distribute at least one of the following with the Derived Work:
-
- 1. A complete, unmodified copy of the Work;
- if your distribution of a modified component is made by
- offering access to copy the modified component from a
- designated place, then offering equivalent access to copy
- the Work from the same or some similar place meets this
- condition, even though third parties are not compelled to
- copy the Work along with the modified component;
-
- 2. Information that is sufficient to obtain a complete,
- unmodified copy of the Work.
-
-7. If you are not the Current Maintainer of the Work, you may
-distribute a Compiled Work generated from a Derived Work, as long as
-the Derived Work is distributed to all recipients of the Compiled
-Work, and as long as the conditions of Clause 6, above, are met with
-regard to the Derived Work.
-
-8. The conditions above are not intended to prohibit, and hence do not
-apply to, the modification, by any method, of any component so that it
-becomes identical to an updated version of that component of the Work as
-it is distributed by the Current Maintainer under Clause 4, above.
-
-9. Distribution of the Work or any Derived Work in an alternative
-format, where the Work or that Derived Work (in whole or in part) is
-then produced by applying some process to that format, does not relax or
-nullify any sections of this license as they pertain to the results of
-applying that process.
-
-10. a. A Derived Work may be distributed under a different license
- provided that license itself honors the conditions listed in
- Clause 6 above, in regard to the Work, though it does not have
- to honor the rest of the conditions in this license.
-
- b. If a Derived Work is distributed under a different license, that
- Derived Work must provide sufficient documentation as part of
- itself to allow each recipient of that Derived Work to honor the
- restrictions in Clause 6 above, concerning changes from the Work.
-
-11. This license places no restrictions on works that are unrelated to
-the Work, nor does this license place any restrictions on aggregating
-such works with the Work by any means.
-
-12. Nothing in this license is intended to, or may be used to, prevent
-complete compliance by all parties with all applicable laws.
-
-
-NO WARRANTY
-===========
-
-There is no warranty for the Work. Except when otherwise stated in
-writing, the Copyright Holder provides the Work `as is', without
-warranty of any kind, either expressed or implied, including, but not
-limited to, the implied warranties of merchantability and fitness for a
-particular purpose. The entire risk as to the quality and performance
-of the Work is with you. Should the Work prove defective, you assume
-the cost of all necessary servicing, repair, or correction.
-
-In no event unless required by applicable law or agreed to in writing
-will The Copyright Holder, or any author named in the components of the
-Work, or any other party who may distribute and/or modify the Work as
-permitted above, be liable to you for damages, including any general,
-special, incidental or consequential damages arising out of any use of
-the Work or out of inability to use the Work (including, but not limited
-to, loss of data, data being rendered inaccurate, or losses sustained by
-anyone as a result of any failure of the Work to operate with any other
-programs), even if the Copyright Holder or said author or said other
-party has been advised of the possibility of such damages.
-
-
-MAINTENANCE OF THE WORK
-=======================
-
-The Work has the status `author-maintained' if the Copyright Holder
-explicitly and prominently states near the primary copyright notice in
-the Work that the Work can only be maintained by the Copyright Holder
-or simply that it is `author-maintained'.
-
-The Work has the status `maintained' if there is a Current Maintainer
-who has indicated in the Work that they are willing to receive error
-reports for the Work (for example, by supplying a valid e-mail
-address). It is not required for the Current Maintainer to acknowledge
-or act upon these error reports.
-
-The Work changes from status `maintained' to `unmaintained' if there
-is no Current Maintainer, or the person stated to be Current
-Maintainer of the work cannot be reached through the indicated means
-of communication for a period of six months, and there are no other
-significant signs of active maintenance.
-
-You can become the Current Maintainer of the Work by agreement with
-any existing Current Maintainer to take over this role.
-
-If the Work is unmaintained, you can become the Current Maintainer of
-the Work through the following steps:
-
- 1. Make a reasonable attempt to trace the Current Maintainer (and
- the Copyright Holder, if the two differ) through the means of
- an Internet or similar search.
-
- 2. If this search is successful, then enquire whether the Work
- is still maintained.
-
- a. If it is being maintained, then ask the Current Maintainer
- to update their communication data within one month.
-
- b. If the search is unsuccessful or no action to resume active
- maintenance is taken by the Current Maintainer, then announce
- within the pertinent community your intention to take over
- maintenance. (If the Work is a LaTeX work, this could be
- done, for example, by posting to comp.text.tex.)
-
- 3a. If the Current Maintainer is reachable and agrees to pass
- maintenance of the Work to you, then this takes effect
- immediately upon announcement.
-
- b. If the Current Maintainer is not reachable and the Copyright
- Holder agrees that maintenance of the Work be passed to you,
- then this takes effect immediately upon announcement.
-
- 4. If you make an `intention announcement' as described in 2b. above
- and after three months your intention is challenged neither by
- the Current Maintainer nor by the Copyright Holder nor by other
- people, then you may arrange for the Work to be changed so as
- to name you as the (new) Current Maintainer.
-
- 5. If the previously unreachable Current Maintainer becomes
- reachable once more within three months of a change completed
- under the terms of 3b) or 4), then that Current Maintainer must
- become or remain the Current Maintainer upon request provided
- they then update their communication data within one month.
-
-A change in the Current Maintainer does not, of itself, alter the fact
-that the Work is distributed under the LPPL license.
-
-If you become the Current Maintainer of the Work, you should
-immediately provide, within the Work, a prominent and unambiguous
-statement of your status as Current Maintainer. You should also
-announce your new status to the same pertinent community as
-in 2b) above.
-
-
-WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE
-======================================================
-
-This section contains important instructions, examples, and
-recommendations for authors who are considering distributing their
-works under this license. These authors are addressed as `you' in
-this section.
-
-Choosing This License or Another License
-----------------------------------------
-
-If for any part of your work you want or need to use *distribution*
-conditions that differ significantly from those in this license, then
-do not refer to this license anywhere in your work but, instead,
-distribute your work under a different license. You may use the text
-of this license as a model for your own license, but your license
-should not refer to the LPPL or otherwise give the impression that
-your work is distributed under the LPPL.
-
-The document `modguide.tex' in the base LaTeX distribution explains
-the motivation behind the conditions of this license. It explains,
-for example, why distributing LaTeX under the GNU General Public
-License (GPL) was considered inappropriate. Even if your work is
-unrelated to LaTeX, the discussion in `modguide.tex' may still be
-relevant, and authors intending to distribute their works under any
-license are encouraged to read it.
-
-A Recommendation on Modification Without Distribution
------------------------------------------------------
-
-It is wise never to modify a component of the Work, even for your own
-personal use, without also meeting the above conditions for
-distributing the modified component. While you might intend that such
-modifications will never be distributed, often this will happen by
-accident -- you may forget that you have modified that component; or
-it may not occur to you when allowing others to access the modified
-version that you are thus distributing it and violating the conditions
-of this license in ways that could have legal implications and, worse,
-cause problems for the community. It is therefore usually in your
-best interest to keep your copy of the Work identical with the public
-one. Many works provide ways to control the behavior of that work
-without altering any of its licensed components.
-
-How to Use This License
------------------------
-
-To use this license, place in each of the components of your work both
-an explicit copyright notice including your name and the year the work
-was authored and/or last substantially modified. Include also a
-statement that the distribution and/or modification of that
-component is constrained by the conditions in this license.
-
-Here is an example of such a notice and statement:
-
- %% pig.dtx
- %% Copyright 2005 M. Y. Name
- %
- % This work may be distributed and/or modified under the
- % conditions of the LaTeX Project Public License, either version 1.3
- % of this license or (at your option) any later version.
- % The latest version of this license is in
- % http://www.latex-project.org/lppl.txt
- % and version 1.3 or later is part of all distributions of LaTeX
- % version 2005/12/01 or later.
- %
- % This work has the LPPL maintenance status `maintained'.
- %
- % The Current Maintainer of this work is M. Y. Name.
- %
- % This work consists of the files pig.dtx and pig.ins
- % and the derived file pig.sty.
-
-Given such a notice and statement in a file, the conditions
-given in this license document would apply, with the `Work' referring
-to the three files `pig.dtx', `pig.ins', and `pig.sty' (the last being
-generated from `pig.dtx' using `pig.ins'), the `Base Interpreter'
-referring to any `LaTeX-Format', and both `Copyright Holder' and
-`Current Maintainer' referring to the person `M. Y. Name'.
-
-If you do not want the Maintenance section of LPPL to apply to your
-Work, change `maintained' above into `author-maintained'.
-However, we recommend that you use `maintained', as the Maintenance
-section was added in order to ensure that your Work remains useful to
-the community even when you can no longer maintain and support it
-yourself.
-
-Derived Works That Are Not Replacements
----------------------------------------
-
-Several clauses of the LPPL specify means to provide reliability and
-stability for the user community. They therefore concern themselves
-with the case that a Derived Work is intended to be used as a
-(compatible or incompatible) replacement of the original Work. If
-this is not the case (e.g., if a few lines of code are reused for a
-completely different task), then clauses 6b and 6d shall not apply.
-
-
-Important Recommendations
--------------------------
-
- Defining What Constitutes the Work
-
- The LPPL requires that distributions of the Work contain all the
- files of the Work. It is therefore important that you provide a
- way for the licensee to determine which files constitute the Work.
- This could, for example, be achieved by explicitly listing all the
- files of the Work near the copyright notice of each file or by
- using a line such as:
-
- % This work consists of all files listed in manifest.txt.
-
- in that place. In the absence of an unequivocal list it might be
- impossible for the licensee to determine what is considered by you
- to comprise the Work and, in such a case, the licensee would be
- entitled to make reasonable conjectures as to which files comprise
- the Work.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LSI b/sdk_container/src/third_party/portage-stable/licenses/LSI
deleted file mode 100644
index ecb6f2f4508..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LSI
+++ /dev/null
@@ -1,127 +0,0 @@
-http://www.lsi.com/cm/License.do?url=&prodName=&subType=Miscellaneous&locale=EN
-
-NOTICE SPECIFIC TO SOFTWARE AVAILABLE ON THIS WEBSITE. Any software that is
-made available to download from this server ("Software") is the copyrighted work
-of LSI CORPORATION and/or its suppliers. Use of the Software is governed by the
-terms of the end user license agreement, if any, which accompanies or is
-included with the Software ("License Agreement"). An end user will be unable to
-install any Software that is accompanied by or includes a License Agreement,
-unless he or she first agrees to the License Agreement terms.
-
-The Software is made available for downloading solely for use by end users
-according to the License Agreement. Any reproduction or redistribution of the
-Software not in accordance with the License Agreement is expressly prohibited by
-law and may result in severe civil and criminal penalties. Violators will be
-prosecuted to the maximum extent possible.
-
-WITHOUT LIMITING THE FOREGOING, COPYING OR REPRODUCTION OF THE SOFTWARE TO ANY
-OTHER SERVER OR LOCATION FOR FURTHER REPRODUCTION OR REDISTRIBUTION IS EXPRESSLY
-PROHIBITED, UNLESS SUCH REPRODUCTION OR REDISTRIBUTION IS EXPRESSLY PERMITTED BY
-THE LICENSE AGREEMENT ACCOMPANYING SUCH SOFTWARE.
-
-THE SOFTWARE IS WARRANTED, IF AT ALL, ONLY ACCORDING TO THE TERMS OF THE LICENSE
-AGREEMENT. EXCEPT AS WARRANTED IN THE LICENSE AGREEMENT, LSI CORPORATION HEREBY
-DISCLAIMS ALL WARRANTIES AND CONDITIONS WITH REGARD TO THE SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A
-PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT.
-
-FOR YOUR CONVENIENCE, LSI CORPORATION MAY MAKE AVAILABLE ON THIS SERVICE OR IN
-ITS SOFTWARE PRODUCTS, TOOLS AND UTILITIES FOR USE AND/OR DOWNLOAD. LSI
-CORPORATION DOES NOT MAKE ANY ASSURANCES WITH REGARD TO THE ACCURACY OF THE
-RESULTS OR OUTPUT THAT DERIVES FROM SUCH USE OF ANY SUCH TOOLS AND UTILITIES.
-PLEASE RESPECT THE INTELLECTUAL PROPERTY RIGHTS OF OTHERS WHEN USING THE TOOLS
-AND UTILITIES MADE AVAILABLE ON THIS SERVICE OR IN LSI CORPORATION SOFTWARE
-PRODUCTS.
-
-RESTRICTED RIGHTS LEGEND. Any Software which is downloaded from this Server for
-or on behalf of the United States of America, its agencies and/or
-instrumentalities ("U.S. Government"), is provided with Restricted Rights. Use,
-duplication, or disclosure by the U.S. Government is subject to restrictions as
-set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and
-Computer Software clause at DFARS 252.227-7013 or subparagraphs (c)(1) and (2)
-of the Commercial Computer Software - Restricted Rights at 48 CFR 52.227-19, as
-applicable. Manufacturer is LSI CORPORATION,---- 1621 Barber Lane, Milpitas, CA
-95035.
-
-NOTICE SPECIFIC TO DOCUMENTS AVAILABLE ON THIS WEBSITE.
-Permission to use Documents (such as white papers, press releases, datasheets
-and FAQs) from this server ("Server") is granted, provided that (1) the below
-copyright notice appears in all copies and that both the copyright notice and
-this permission notice appear, (2) use of such Documents from this Server is for
-informational and non-commercial or personal use only and will not be copied or
-posted on any network computer or broadcast in any media and (3) no
-modifications of any Documents are made. Educational institutions ( specifically
-K-12, universities and state community colleges) may download and reproduce the
-Documents for distribution in the classroom. Distribution outside the classroom
-requires express written permission. Use for any other purpose is expressly
-prohibited by law and may result in severe civil and criminal penalties.
-Violators will be prosecuted to the maximum extent possible.
-
-Documents specified above do not include the design or layout of the
-lsilogic.com website or any other LSI CORPORATION owned, operated, licensed or
-controlled site. Elements of LSI CORPORATION websites are protected by trade
-dress, trademark, unfair competition and other laws and may not be copied or
-imitated in whole or in part. No logo, graphic, sound or image from any LSI
-CORPORATION website may be copied or retransmitted unless expressly permitted by
-LSI CORPORATION.
-
-LSI CORPORATION AND/OR ITS RESPECTIVE SUPPLIERS MAKE NO REPRESENTATIONS ABOUT
-THE SUITABILITY OF THE INFORMATION CONTAINED IN THE DOCUMENTS AND RELATED
-GRAPHICS PUBLISHED ON THIS SERVER FOR ANY PURPOSE. ALL SUCH DOCUMENTS AND
-RELATED GRAPHICS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. LSI
-CORPORATION AND/OR ITS RESPECTIVE SUPPLIERS HEREBY DISCLAIM ALL WARRANTIES AND
-CONDITIONS WITH REGARD TO THIS INFORMATION, INCLUDING ALL IMPLIED WARRANTIES AND
-CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND
-NON-INFRINGEMENT. IN NO EVENT SHALL LSI CORPORATION AND/OR ITS RESPECTIVE
-SUPPLIERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
-DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
-CONNECTION WITH THE USE OR PERFORMANCE OF INFORMATION AVAILABLE FROM THIS
-SERVER.
-
-THE DOCUMENTS AND RELATED GRAPHICS PUBLISHED ON THIS SERVER COULD INCLUDE
-TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS. CHANGES ARE PERIODICALLY ADDED
-TO THE INFORMATION HEREIN. LSI CORPORATION AND/OR ITS RESPECTIVE SUPPLIERS MAY
-MAKE IMPROVEMENTS AND/OR CHANGES IN THE PRODUCT(S) AND/OR THE PROGRAM(S)
-DESCRIBED HEREIN AT ANY TIME.
-
-NOTICES AND PROCEDURE FOR MAKING CLAIMS OF COPYRIGHT INFRINGEMENT.
-Pursuant to Title 17, United States Code, Section 512(c)(2), notifications of
-claimed copyright infringement should be sent to Service Provider's Designated
-Agent. ALL INQUIRIES NOT RELEVANT TO THE FOLLOWING PROCEDURE WILL NOT RECEIVE A
-RESPONSE.
-See Notice and Procedure for Making Claims of Copyright Infringement.
-
-LINKS TO THIRD PARTY SITES.
-THE LINKS IN THIS AREA WILL LET YOU LEAVE LSI CORPORATION'S SITE. THE LINKED
-SITES ARE NOT UNDER THE CONTROL OF LSI CORPORATION AND LSI CORPORATION IS NOT
-RESPONSIBLE FOR THE CONTENTS OF ANY LINKED SITE OR ANY LINK CONTAINED IN A
-LINKED SITE, OR ANY CHANGES OR UPDATES TO SUCH SITES. LSI CORPORATION IS NOT
-RESPONSIBLE FOR WEBCASTING OR ANY OTHER FORM OF TRANSMISSION RECEIVED FROM ANY
-LINKED SITE. LSI CORPORATION IS PROVIDING THESE LINKS TO YOU ONLY AS A
-CONVENIENCE, AND THE INCLUSION OF ANY LINK DOES NOT IMPLY ENDORSEMENT BY LSI
-CORPORATION OF THE SITE.
-
-UNSOLICITED IDEA SUBMISSION POLICY.
-Neither LSI Logic Corporation, nor its employees, agents and/or subsidiaries,
-shall accept or consider unsolicited ideas, including but not limited to ideas
-for new advertising campaigns, new promotions, new products or technologies,
-processes, materials, marketing plans or new product names. Submission of any
-original creative artwork, samples, demos, or other works to LSI Logic
-Corporation is expressly prohibited. In the event a submission including
-unsolicited materials of any nature is received by LSI CORPORATION, said
-submission shall be destroyed and LSI CORPORATION shall not be liable for any
-direct or consequential damages suffered by the sender, nor shall LSI
-CORPORATION be under any obligation to treat such material as confidential or
-proprietary. It is expressly understood that the rationale for LSI Logic's
-policy on unsolicited idea submission is to prevent a third party from making a
-claim of infringement against LSI CORPORATION on the basis of an idea, product,
-or other material that is developed by LSI CORPORATION, that may be similar to
-or the same as an idea, product, or other material contained in an unsolicited
-submission that may have been submitted to and/or received by LSI CORPORATION.
-
-FEEDBACK AND INFORMATION.
-ANY FEEDBACK YOU PROVIDE AT THIS SITE SHALL BE DEEMED TO BE NON-CONFIDENTIAL.
-LSI CORPORATION IS FREE TO USE SUCH INFORMATION ON AN UNRESTRICTED BASIS.
-
-COPYRIGHT NOTICE. Copyright ©1996-2008 LSI CORPORATION, All rights reserved.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LSI-tw_cli b/sdk_container/src/third_party/portage-stable/licenses/LSI-tw_cli
deleted file mode 100644
index 66738b7f384..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LSI-tw_cli
+++ /dev/null
@@ -1,139 +0,0 @@
-USE OF LSI DOCUMENTATION AND SOFTWARE DOWNLOADS IS SUBJECT TO THIS AGREEMENT
-
-IMPORTANT - READ CAREFULLY: This Software License Agreement ("SLA") is a legal agreement between you (either an individual or a single entity) and LSI Corporation ("LSI") for the LSI Licensed Software identified herein and licensed herein, which includes computer software and may include associated media, printed materials, and "online" or electronic documentation ("LICENSED SOFTWARE"). By installing, copying, or otherwise using the LICENSED SOFTWARE, you agree to be bound by the terms of this SLA. If you do not agree to the terms of this SLA, you may not install, copy or use the LICENSED SOFTWARE. The LICENSED SOFTWARE is licensed, not sold.
-
-NOW THEREFORE, in consideration of the foregoing and the mutual promises and covenants contained in this SLA (also referred to as "Agreement"), the parties hereby agree as follows:
-
-1. Definitions
-
- 1.1. "Authorized Use for LSI Source Code" means use of the LSI Source Code solely for the purpose of internally developing, modifying, integrating and testing Licensee's Products to interface with LSI Devices authorized for such integration, and for no other use or purpose.
- 1.2. "Authorized Use for LSI Binary Code" means use of the LSI Binary Code solely for the purpose of internal evaluation or developing, integrating, testing and use of Licensee's Products to interface with LSI Devices and for no other application, use or purpose.
- 1.3. "Authorized Use for LSI Internal Code" means use of the LSI Internal Use Code solely for the purpose of internally developing, modifying, integrating and testing Licensee's Products to interface with LSI Devices authorized for such integration, and for no other use or purpose.
- 1.4. "Explanatory Materials" means explanatory and informational materials or documentation concerning the LSI Licensed Code, in printed or electronic format, including without limitation, manuals, descriptions, user and/or installation instructions, diagrams, printouts, listings, flowcharts, and training materials, contained on visual media such as paper or photographic film, or on other physical storage media in machine-readable form. Explanatory Materials do not include any code.
- 1.5. "LSI Licensed Code" means collectively all the software programs which are owned or distributed by LSI and licensed to Licensee via the LSI Download Center through acceptance of this Agreement. The LSI Licensed Code is specifically referenced individually in this Agreement as LSI Source Code, LSI Binary Code, or LSI Internal Use Code.
- 1.6. "Licensee's Products" means the hardware and software (and related Licensee documentation) that will be developed or modified by or for Licensee utilizing the LSI Licensed Code for the purpose of interfacing or being used with LSI Devices.
- 1.7. "Updates" means maintenance releases, bug fixes, errata or other corrections, and minor improvements or modifications to the LSI Licensed Code which may be provided by LSI to Licensee from time to time at LSI's sole discretion. LSI is under no obligation to provide Updates or provide support and maintenance services to Licensee Subsequent Users.
- 1.8. "New Version" means significant changes, modifications, enhancements, and/or functional improvements to the LSI Licensed Code. New Versions are made and generally distributed solely at the discretion of LSI. Licensee must use the latest New Version of LSI Licensed Code that is available. LSI is under no obligation to port any development work from one version to the latest New Version of LSI Licensed Code.
- 1.9. "LSI Devices" means those LSI products intended for use with the LSI Licensed Code and purchased from LSI or its agents.
- 1.10. "Derivative Works" means: (a) for copyrightable or copyrighted material, any translation (including translation into other computer languages), port, modification, correction, addition, extension, upgrade, improvement, compilation, abridgment or other form in which an existing work may be recast, transformed or adapted; (b) for patentable or patented material, any improvement thereon; and (c) for material which is protected by trade secret, any new material derived from such existing trade secret material, including new material which may be protected by copyright, patent and/or trade secret.
- 1.11. "Intellectual Property Rights" means (by whatever name or term known or designated) copyrights, trade secrets, patents, moral rights and any other intellectual and industrial property and proprietary rights (excluding trademarks) including registrations, applications, renewals and extensions of such rights anywhere in the world.
- 1.12. "LSI Binary Code" means the software programs provided for distribution at the LSI Download Center, in binary form, any other machine readable materials, including, but not limited to, libraries, source files, header files, and data files, any Updates and New Versions provided by LSI.
- 1.13. "LSI Source Code" means the software programs provided for distribution at the LSI Download Center, in source form including, but not limited to, libraries, source files, header files, and data files, and Updates and New Versions provided by LSI.
- 1.14. "LSI Internal Use Code" means the software programs provided for distribution at the LSI Download Center, in source code or object code format including, but not limited to, libraries, source files, header files, and data files, and Updates and New Versions provided by LSI that are only for Licensee's internal use.
- 1.15. "JRE Code" mean Oracle Corporation's JAVA SE Runtime Environment Code.
- 1.16. "Subsequent User" means any user subsequent to Licensee, including but not limited to, all Licensee customers, resellers, end users, and OEMs.
- 1.17 “Taxes" shall mean all taxes, levies, imposts, duties, fines or other charges of whatsoever nature however imposed by any country or any subdivision or authority thereof in any way connected with this Agreement or any instrument or agreement required hereunder, and all interest, penalties or similar liabilities with respect thereto, except such taxes as are imposed on or measured by a party's net income or property.
-2. Grant of Rights
-
-2.1 LSI Binary Code. Subject to the terms of this Agreement, LSI grants to Licensee a non-exclusive, world-wide, revocable (for breach in accordance with Section 7), non-transferable limited license, without the right to sublicense except as expressly provided herein, solely to:
-
- (a) Use the LSI Binary Code and related Explanatory Materials solely for the Authorized Use for Binary Code and only with LSI Devices
- (b) Make copies of the LSI Binary Code and related Explanatory Materials to support the Authorized Use for Binary Code and for archival and backup purposes in support of the Authorized Use for Binary Code only with LSI Devices;
- (c) Distribute the LSI Binary Code as incorporated in Licensee's Products or for use with LSI Devices to its Subsequent Users;
- (d) Distribute the Explanatory Materials related to LSI Binary Code only for use with LSI Devices;
- (e) Sublicense the rights provided in paragraphs (a) and (b) above in accordance with the terms provided in this Agreement to contract manufacturers ("CMs") and/or original design manufacturers ("ODMs"), in each case meeting the requirements of Section 3.1(d) below for the purpose of manufacturing Licensee's Products; and (f) Sublicense the rights provided in paragraphs (b) and (c) in accordance with the terms provided in this Agreement to Subsequent Users who are not end users for the purpose of distributing and supporting Licensee's Product.
-2.2 LSI Source Code. Subject to the terms of this Agreement, LSI grants to Licensee a non-exclusive, worldwide, revocable (for breach in accordance with Section 7), non-transferable limited license, without the right to sublicense except as expressly provided herein, solely to:
-
- (a) Use the LSI Source Code and related Explanatory Materials solely for the Authorized Use for Source Code and only with LSI Devices;
- (b) Make copies of the LSI Source Code and related Explanatory Material to support the Authorized Use for Source Code only and for archival and backup purposes in support of the Authorized use for Source Code only with LSI Devices;
- (c) Modify and prepare Derivative Works of the LSI Source Code for the Authorized Use for LSI Source Code and only for use with LSI Devices;
- (d) Distribute the binary form only of any authorized Derivative Work of the LSI Source Code ("Licensee Binary Derivative") and necessary portions of the related Explanatory Materials only for use with LSI Devices; and
- (e) Sublicense the rights granted in paragraph (d) above in accordance with the terms provided in this Agreement to Subsequent Users who are not end users for the purpose of distributing and supporting Licensee's Product.
-2.3 LSI Internal Use Code. Subject to the terms of this Agreement, LSI grants to Licensee a non-exclusive, worldwide, revocable (for breach in accordance with Section 7), non-transferable limited license, without the right to sublicense or distribute, solely to:
-
- (a) Use the LSI Internal Use Code and related Explanatory Materials solely for the Authorized Use for Internal Code and only with LSI Devices; and
- (b) Make copies of the LSI Internal Use Code and related Explanatory Materials to support the Authorized Use for Internal Code only and for archival and backup purposes in support of the Authorized use for Internal Code only with LSI Devices.
-2.4 Without limiting Section 4, Licensee may exercise the foregoing rights directly and/or indirectly through its employees and contractors, who are bound by terms at least as restrictive as this Agreement.
-
-3. License Restrictions
-
-3.1. LSI Binary Code. The Licenses granted in Section 2.1 for LSI Binary Code and related Explanatory Materials are subject to the following restrictions:
-
- (a) Licensee shall not use the LSI Binary Code and related Explanatory Materials for any purpose other than as expressly provided in Article 2;
- (b) Licensee shall reproduce all copyright notices and other proprietary markings or legends contained within or on the LSI Binary Code and related Explanatory Materials on any copies it makes; and
- (c) Licensee shall not distribute or disclose the LSI Binary Code and related Explanatory Materials except pursuant to an agreement with terms at least as protective of LSI's Binary Code as the terms of this Agreement. Licensee shall not, and shall not allow its Subsequent Users to, disassemble, de-compile, or reverse engineer the LSI Binary Code.
- (d) Licensee may grant the sublicense set forth in Section 2.1(e) to its CMs and ODMs, provided that each such CM and ODM agrees to abide by the terms and conditions of this Agreement and Licensee shall remain responsible for any failure by its CMs and ODM to comply with the terms and conditions of this Agreement.
-3.2. LSI Source Code. The Licenses granted in Section 2.2 for LSI Source Code and related Explanatory Materials are subject to the following restrictions:
-
- (a) Licensee shall not use the LSI Source Code and related Explanatory Materials for any purpose other than as expressly provided in Article 2;
- (b) Licensee shall reproduce all copyright notices and other proprietary markings or legends contained within or on the LSI Source Code and related Explanatory Materials on any copies it makes;
- (c) Licensee shall not distribute or disclose any LSI Source Code and related Explanatory Materials to any Subsequent Users or third parties, without the express written consent of LSI;
- (d) Licensee shall not knowingly infringe upon the intellectual property rights of any third party when making Derivative Works to the LSI Source Code;
- (e) Licensee shall not disassemble, reverse-engineer, or decompile the LSI Source Code, except for making authorized Derivative Works; and
- (f) Licensee shall not distribute or disclose the Licensee Binary Derivative except pursuant to an agreement with terms at least as protective as those in this Agreement protecting LSI's Binary Code. Licensee shall not, and shall not allow its Subsequent Users to, disassemble, de-compile, or reverse engineer the Licensee Binary Derivative.
-3.3. LSI Internal Use Code. The Licenses granted in Section 2.3 for LSI Internal Use Code and related Explanatory Materials are subject to the following restrictions:
-
- (a) Licensee shall not use the LSI Internal Use Code and related Explanatory Materials for any purpose other than as expressly provided in Article 2;
- (b) Licensee shall reproduce all copyright notices and other proprietary markings or legends contained within or on the LSI Internal Use Code and related Explanatory Materials on any copies it makes;
- (c) Licensee shall not distribute or disclose any LSI Internal Use Code and related Explanatory Materials to any Subsequent Users or third parties, without the express written consent of LSI; and
- (d) Licensee shall not disassemble, reverse-engineer, or decompile the LSI Internal Use Code.
-3.4. Derivative Works of LSI Source Code Made by Licensee. Subject to LSI's rights in the underlying LSI Source Code, Licensee shall own all right, title and interest in and to the Derivative Works (both binary and source format) it makes from LSI Source Code, provided that such Derivative Works are not made in breach of this Agreement. Licensee shall not be required to disclose its Derivative Works of the LSI Source Code to LSI. LSI shall have no obligations whatsoever to support, maintain, contribute to, or provide Updates, New Versions or any modifications to Licensee Derivative Works of the LSI Source Code and shall have no liability whatsoever for such Derivative Works. In the event Licensee requests LSI's input regarding Licensee Derivative Works of LSI Source Code and plans to disclose such Derivative Works to LSI, a separate written agreement shall first be executed by the parties.
-
-3.5. LSI Derivative Works. Nothing contained herein shall prevent LSI from creating any Derivative Works of its LSI Source Code at any time. Licensee further agrees that LSI may independently create a Derivative Work similar to or in competition with the Licensee Derivative Work of the LSI Source Code and may use that Derivative Work for any purpose. Licensee grants LSI a Covenant Not to Sue for any independently developed Derivative Works created by LSI for its own LSI Source Code that Licensee may believe or claim infringes on any of Licensee's Intellectual Property Rights relating to the Licensee Derivative Works of the LSI Source Code.
-
-3.6. U.S. Government Subsequent Users. All LSI Licensed Code and Explanatory Materials qualify as "commercial items," as that term is defined at 48 C.F.R. 2.101, consisting of "commercial computer software" and "commercial computer software documentation" as such terms are used in 48 C.F.R. 12.212. Consistent with 48 CFR 52.227-19, 48 C.F.R.12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4, Licensee will provide to U.S. Government end users such LSI Binary Code with only those rights set forth herein that apply to non-governmental end users. Use of such LSI Binary Code constitutes agreement by the government entity that the computer software and computer software documentation is commercial and constitutes acceptance of the rights and restrictions herein.
-
-3.7. No Implied Licenses. Except for the express and limited licenses granted herein for specific purposes, no rights or licenses are granted by LSI under this Agreement, by implication, inducement, estoppel or otherwise with respect to any proprietary information or to any patents, copyrights, trade secrets, trademarks, maskworks or other Intellectual Property Rights owned or controlled by LSI. Any further licenses must be express, in writing and signed by an authorized representative of LSI.
-
-3.8. Injunctive Relief. In the event of a breach by Licensee of this Section 2 or 3, LSI shall be entitled to applicable injunctive relief and to all remedies available in equity and law to prevent Licensee from disassembling, de-compiling, reverse engineering, disclosing or using the LSI Licensed Code in whole or in part.
-
-3.9. LSI Licensed Code Containing JRE. Certain LSI Licensed Code may contain JRE. Use of the JRE is restricted by JRE licensing terms to General Purpose Desktop Computers and Servers, as defined below. Licensee may seek its own license for the JRE directly with the owner, if it deems necessary. "General Purposes Desktop Computers and Servers" under JRE licensing terms is defined as "computers, including desktop, laptop and tablet computers, or servers, used for general computing functions under end user control (such as but not specifically limited to email, general purpose Internet browsing and office suite productivity tools)". The full terms and conditions for use of the JRE are available at: http://www.oracle.com/technetwork/java/javase/terms/license/index.html.
-
-3.10. Notwithstanding anything to the contrary in this Agreement, to the extent there is a conflict between this Agreement’s provisions and any applicable license to open source technology, the provisions of the open source license shall take precedence and be followed, but only to the minimum extent reasonably necessary to comply with the applicable open source license.
-
-4. Confidentiality
-
- 4.1 Licensee agrees to limit access to the LSI Licensed Code and Explanatory Materials to employees and contractors of Licensee (which may include, without limitation, contractors retained by Licensee to maintain or modify the LSI Licensed Code and Explanatory Materials on behalf of Licensee) having a need to access or know the LSI Licensed Code and Explanatory Materials and who have executed nondisclosure agreements with Licensee obligating them to maintain the confidentiality of the LSI Licensed Code and Explanatory Materials.
- 4.2 Licensee shall hold in confidence the LSI Licensed Code and Explanatory Materials as LSI's confidential information ("Confidential Information") and shall use the LSI Code and Explanatory Materials only as expressly provided in Section 2, and protect the confidentiality of such Confidential Information with the same degree of care as Licensee uses to protect its own confidential or proprietary information of great commercial value, but in no event less than reasonable care and for no less than three (3) years from the date of disclosure.
- 4.3 Licensee agrees to notify LSI immediately after Licensee becomes aware of any suspected misuse or unauthorized disclosure of any Confidential Information. The obligations of confidentiality imposed on Licensee under this Section 4 shall not apply or shall cease to apply to any of such Confidential Information that Licensee clearly establishes: (i) was already rightfully in the possession of Licensee at the time of disclosure as evidenced by records of Licensee; (ii) is or becomes publicly available through no act or omission of Licensee; (iii) is rightfully received by Licensee from a third party without an obligation of confidentiality; (iv) is independently developed by Licensee's employees or contractors without use of or access to the information; or (v) is approved for unrestricted disclosure in writing by an authorized representative of LSI. LSI makes no warranty as to the accuracy of any Confidential Information, which is furnished "AS IS" with all faults.
-5. Ownership of Code by LSI, Fees, and Taxes
-
- 5.1 LSI (or its licensors) reserve all right, title, ownership and interest in and to the LSI Licensed Code and Explanatory Materials existing prior to and after the Effective Date of this Agreement, or created or generated by LSI (or its licensors) at any time, subject to any licenses granted. LSI (or its licensors) reserves all right, title, ownership and interest in and to any Derivative Works it creates at any time to the LSI Licensed Code and Explanatory Materials, subject to any licenses granted.
- 5.2 Fees and Taxes. No fees are due in connection with this Agreement unless separately specified by LSI. If any such fees are separately specified in writing, the following applies:
- 5.2.1 Payment is due by Licensee upon download, at time of purchase, or no later than within thirty (30) days of date of LSI invoice therefore, as designated by LSI All payments shall be made in U.S. currency unless otherwise agreed. If at any time, Licensee is delinquent in the payment of any invoice, or is otherwise in breach of this Agreement, LSI may, at its discretion, and without prejudice to its other rights, withhold delivery (including partial delivery) of any order or may, at its option, require Licensee to prepay for further deliveries. Any sum not paid by Licensee, when due, shall bear interest until paid at a rate of 1.5% per month (18% per annum) or the maximum rate permitted by law, whichever is less.
- 5.2.2 All payments or reimbursements due under this Agreement and any instrument or agreement required hereunder shall be made free and clear and without deduction for any and all present and future Taxes. Payments due to LSI under this Agreement and any instrument or agreement required hereunder shall be increased so that amounts received by LSI, after provisions for Taxes and all Taxes on such increase, will be equal to the amounts required under this Agreement and any instrument or agreement required hereunder if no Taxes were due on such payments.
- 5.2.3 The Licensee shall indemnify LSI for the full amount of Taxes attributable to the provision of products or services under this Agreement, and any liabilities (including penalties, interest and expenses) arising from such Taxes, within thirty (30) days from any written demand by LSI. The Licensee shall provide evidence that all applicable Taxes have been paid to the appropriate taxing authority by delivering to LSI receipts or notarized copies thereof within thirty (30) days after the due date for such tax payments.
- 5.2.4 Without prejudice to the survival of any other Agreement of Licensee hereunder, the obligations of Licensee contained in this section shall survive the payment in full of all payments hereunder.
-6. Support
-
- (a) LSI may provide the following support services for the LSI Licensed Code to the extent LSI deems reasonable: Updates if and when released and errata in LSI's sole discretion. LSI shall not be responsible for any other support or maintenance of LSI Licensed Code to Licensee or its Subsequent Users, unless otherwise agreed to in writing. LSI is under no obligation to provide support services and may discontinue support services at any time. LSI will not provide support for modified LSI Licensed Code or Licensee's Derivative Works of the LSI Source Code.
- (b) Any Updates to the LSI Licensed Code provided by LSI (which shall only be provided by LSI in its sole discretion) shall be governed by the terms of this Agreement.
- (c) If Licensee finds what Licensee considers an error in the LSI Licensed Code, Licensee will notify LSI so that LSI can, in its sole discretion, make corrections to the LSI Licensed Code or to future revisions of the LSI Licensed Code.
-7. Term and Termination
-
- 7.1 Term. The term of this Agreement is five (5) years from the Effective Date, subject to renewal upon mutual agreement of the parties.
- 7.2 Termination for Breach. If Licensee breaches any material provision of this Agreement, LSI shall have the right to terminate this Agreement, including all licenses granted hereunder, in addition to any and all other remedies available at law or equity, unless Licensee cures such breach within sixty (60) days ("Cure Period") after receiving written notice of the breach by LSI. Licensee shall make best efforts to cure the material breach in the least amount of time possible within the Cure Period.
- 7.3 Insolvency. If either party: (a) becomes substantially insolvent; (b) makes an assignment for the benefit of creditors; (c) files or has filed against it a petition in bankruptcy or seeking reorganization; (d) has a receiver appointed; or (e) institutes any proceedings for liquidation or winding up or have such proceedings instituted against it; then the other party may, in addition to other rights and remedies it may have, terminate this Agreement immediately by written notice.
- 7.4 Consequences. Upon termination or expiration of this Agreement for any reason whatsoever, the licenses, rights, and covenants granted hereunder and any obligations imposed hereunder shall cease except as otherwise expressly set forth herein as surviving termination or expiration.
- 7.5 Return of Confidential Information. Upon expiration or termination of this Agreement for any reason or upon written request by LSI, Licensee agrees to promptly return to LSI or, at LSI's request, destroy and certify by an officer of Licensee in writing the destruction of, all LSI Confidential Information furnished to Licensee, including all LSI Licensed Code and Explanatory Materials.
- 7.6 Survival of Licenses. Any LSI Licensed Code and Explanatory Materials distributed prior to the effective date of any termination, expiration, breach, or cancellation of this Agreement, shall remain licensed (including any LSI Licensed Code in inventory, manufactured, or work in progress with Licensee products) under the terms of this Agreement. Notwithstanding the foregoing, Licensee may retain an archival copy of portions of the LSI Confidential Information, including LSI Licensed Code and Explanatory Materials, necessary for Licensee to provide ongoing technical support to Subsequent Users using the LSI Licensed Code ("Archival Materials") after termination, expiration or cancellation of this Agreement. Such Archival Materials may not be used for any other purpose without the written consent from LSI. Licensee shall keep such Archival Materials confidential for an additional five (5) years from the date of termination, expiration , or cancellation of this Agreement, regardless of when the LSI Confidential Information was disclosed.
- 7.7 Survival. In the event of expiration or termination of this Agreement for any reason, the following sections of this Agreement shall survive: 1, 3, 5, 7, 8, 9, 8 and 10. Termination will not prejudice either party to require performance of any obligation due at the time of termination. All end user licenses in effect and in compliance with the Agreement prior to effective termination or expiration shall survive and continue in full force and effect in accordance with their terms and Licensee may continue to perform its obligations thereunder, including support obligations.
-8. Disclaimer of All Warranties
-
- 8.1 THE PARTIES AGREE THAT LSI FURNISHES THE LSI LICENSED CODE AND EXPLANATORY MATERIALS TO LICENSEE "AS IS," UNSUPPORTED, WITHOUT WARRANTY OF ANY KIND. LSI DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT, INCLUDING ANY THAT MAY ARISE FROM A COURSE OF PERFORMANCE, A COURSE OF DEALING OR TRADE USAGE. LSI SHALL NOT BE LIABLE FOR ANY ERROR, OMISSION, DEFECT, DEFICIENCY, OR NONCONFORMITY IN THE LSI LICENSED CODE OR EXPLANATORY MATERIALS. LSI MAKES NO WARRANTY OR REPRESENTATION THAT THE LSI LICENSED CODE OR EXPLANATORY MATERIALS WILL MEET LICENSEE'S REQUIREMENTS OR WILL WORK IN COMBINATION WITH ANY HARDWARE OR SOFTWARE APPLICATION.
- 8.2 LSI DISCLAIMS ANY AND ALL LIABILITY IN CONNECTION WITH LICENSEE'S USE OF THE LSI LICENSED CODE IN ANY MEDICAL, NUCLEAR, AVIATION, NAVIGATION, MILITARY, OR OTHER HIGH RISK DEVICE OR APPLICATION. LICENSEE REPRESENTS AND WARRANTS THAT IT WILL NOT USE THE LICENSED LSI CODE IN ANY MEDICAL, NUCLEAR, AVIATION, NAVIGATION, MILITARY, OR OTHER HIGH RISK DEVICE OR APPLICATION. LICENSEE SHALL INDEMNIFY, DEFEND, AND HOLD LSI HARMLESS AGAINST ANY LOSS, LIABILITY, OR DAMAGE OF ANY KIND THAT LSI INCURS IN CONNECTION WITH BREACH OF THE WARRANTY IN THIS SECTION 8.2.
- 8.3 LSI DISCLAIMS ANY AND ALL LIABILITY IN CONNECTION WITH LICENSEE'S CREATION AND USE OF DERIVATIVE WORKS OF THE LSI SOURCE CODE. LICENSEE SHALL INDEMNIFY, DEFEND, AND HOLD LSI HARMLESS AGAINST ANY LOSS, LIABILITY, OR DAMAGE OF ANY KIND THAT LSI INCURS IN CONNECTION WITH LICENSEE'S DERIVATIVE WORKS OF LSI SOURCE CODE.
-9. Limitation of Liability
-
- IN NO EVENT SHALL LSI, ITS EMPLOYEES, AFFILIATES ORSUPPLIERS BE LIABLE FOR ANY LOST PROFITS, REVENUE, SALES OR DATA OR COSTS OF PROCURE OF SUBTITUTE GOODS OR SERVICES, INTERRUPTION, LOSS OF BUSINESS INFORMATION OR ANY SPECIAL, DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, ECONOMIC OR PUNITIVE DAMAGES, HOWEVER CAUSED, AND WHETHER ARISING UNDER CONTRACT, TORT, STRICT LIABILITY, NEGLIGENCE OR OTHER THEORY OF LIABILITY, ARISING OUT OF THE USE OR INABILTY TO USE THE LSI LICENSED CODE OR EXPLANATORY MATERIALS, EVEN IF LSI OR ITS EMPLOYEES, SUPPLIERS OR AFFILIATES ARE ADVISED OF THE POSSIBILTIY OF SUCH DAMAGES. IN THE EVENT THAT THE APPLICABLE JURISDICTION DOES NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY, BUT DOES ALLOW LIABILTY TO BE LIMITED, THE LIABILITY OF LSI, ITS EMPLOYEES, AFFILIATES, OR SUPPLIERS IN SUCH CASES, SHALL BE LIMITED TO $100 US DOLLARS.
-10. General
-
- 10.1 Assignment. Licensee shall not assign this Agreement or any of its rights or delegate any of its duties under this Agreement without the prior written consent of LSI. Subject to the foregoing, this Agreement will be binding upon, enforceable by, and inure to the benefit of the parties and their respective successors and assigns. Any attempted assignment in violation of this Section 10.1 shall be null and void.
- 10.2 Governing Law. This Agreement shall be construed and interpreted in accordance with the law of the State of California without reference to its conflicts of law principles.
- 10.3 Exclusive Jurisdiction. All disputes arising out of or related to this Agreement will be subject to the exclusive jurisdiction and venue of the California state courts of Santa Clara County, California in United States District Court for the Northern District of California, and the parties consent to the personal and exclusive jurisdiction of these courts.
- 10.4 Export Control. Licensee shall follow all export control laws and regulations relating to the LSI Licensed Code and Explanatory Materials. Licensee hereby acknowledges responsibility for compliance with all applicable US and local laws and regulations related to import and export and acknowledges and agrees that the LSI Licensed Code is subject to the U.S. Export Administration Regulations. Diversion contrary to U.S. law is prohibited. Licensee agrees that the LSI Licensed Code is being or will be acquired for, shipped, transferred, or re-exported, directly or indirectly, to prohibited or embargoed countries, nor be used for any prohibited end-use, such as nuclear activities, chemical/biological weapons, or missile projects, unless expressly authorized by the U.S. Government. Prohibited countries are set forth in the Supplement 1 to Part 740 of the U.S. Export Administration Regulations. Countries currently subject to U.S. embargo include: Cuba, Iran, N. Korea, Sudan and Syria. This list is subject to change without further notice from LSI Corporation and Licensee understands that compliance with the list as it exists in fact, is required. Licensee assumes sole responsibility for obtaining any/all licenses required for export or re-export. All ECCN and CCATS numbers and License Exception information are subject to change without notice. Modification in any way nullifies the classification. It is therefore your obligation as an exporter to verify such information and comply with the then currently applicable regulations. Any data provided by LSI is for informational purposes only. LSI Corporation makes no representation or warranty as to the accuracy or reliability of any classifications or numbers. Any use of such classifications or numbers by you is without recourse to LSI Corporation and is at your own risk. LSI Corporation is in no way responsible for any damages, whether direct, indirect, consequential, incidental or otherwise, suffered by you as a result of using or relying upon such classifications or numbers for any purpose whatsoever. Licensee agrees to consult the EAR, the Bureau of Industry and Security's Export Counseling Division, and other appropriate sources before distributing, importing, or using LSI products. You may request software classification information from LSI or view it at LSI.com. If requested, Customer agrees to sign written assurances and other export-related documents as may be required by LSI.
- 10.5 Waiver. No failure or delay on the part of either party in the exercise of any right or privilege hereunder shall operate as a waiver thereof or of the exercise of any other right or privilege hereunder, nor shall any single or partial exercise of any such right or privilege preclude other or further exercise thereof or of any other right or privilege.
- 10.6 Notice. Any notice or claim provided for herein to LSI shall be in writing and addressed as set forth below, and shall be given (i) by personal delivery, effective upon delivery, (ii) by first class mail, postage prepaid, addressed as set forth below, effective one (1) business day after proper deposit in the mail, or (iii) by facsimile directed to the facsimile number set forth below, but only if accompanied by mailing of a copy in accordance with (ii) above, effective as of the date of facsimile transmission.
- Vice President
-Global Commercial Law Group
-LSI Corporation
-1110 American Parkway, NE
-Room 12K-302
-Allentown, PA 18109
-Fax: (610) 712-1450
- 10.7 Severability. If any term, condition, or provision of this Agreement, or portion of this Agreement, is found to be invalid, unlawful or unenforceable to any extent, the parties will endeavor in good faith to agree to such amendments that will preserve, as far as possible, the intentions expressed in this Agreement. Such invalid term, condition or provision will be severed from the remaining terms, conditions and provisions, which will continue to be valid and enforceable to the fullest extent permitted by law.
- 10.8 Other Rights. Nothing contained in this Agreement shall be construed as conferring by implication, estoppel, or otherwise upon either party or any third party any license or other right except, solely as to the parties hereto, the rights expressly granted hereunder.
- 10.9 Integration; Modification. This Agreement embodies the final, complete and exclusive statement of the terms agreed upon by the parties with respect to the subject matter hereof and supersedes any prior or contemporaneous representations, descriptions, courses of dealing, or agreements in regard to such subject matter. No amendment or modification of this Agreement shall be valid or binding upon the parties unless stated in writing and signed by an authorized representative of each party.
- 10.10 Publicity. All publicity concerning this transaction referring to the other party shall require the other party's prior written approval which shall not be unreasonably withheld.
- 10.11 Relationship of the Parties. The relationship of the parties hereto is that of independent contractors. Neither party, nor its agents or employees, shall be deemed to be the agent, employee, joint venture partner, partner or fiduciary of the other party. Neither party shall have the right to bind the other party, transact any business on behalf of or in the name of the other party, or incur any liability for or on behalf of the other party.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LaTeX-Calendar b/sdk_container/src/third_party/portage-stable/licenses/LaTeX-Calendar
deleted file mode 100644
index 1df7907ccfe..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LaTeX-Calendar
+++ /dev/null
@@ -1,17 +0,0 @@
-Copyright (C) 1996, 1997 by Frank Bennett. All rights reserved.
-
-IMPORTANT NOTICE:
-You are not allowed to change this file. You may however copy
-this file to a file with a different name and then change the
-copy if (a) you do not charge for the modified code, (b) you
-acknowledge the author(s) in the new file, if it
-is distributed to others, and (c) you attach these same
-conditions to the new file.
-
-You are not allowed to distribute this file alone. You are not
-allowed to take money for the distribution or use of this file
-(or a changed version) except for a nominal charge for copying
-etc.
-
-You are allowed to distribute this file under the condition that
-it is distributed with all of its contents, intact.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LambdaMOO b/sdk_container/src/third_party/portage-stable/licenses/LambdaMOO
deleted file mode 100644
index c930825d331..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LambdaMOO
+++ /dev/null
@@ -1,14 +0,0 @@
-Copyright (c) 1992, 1995, 1996 Xerox Corporation. All rights reserved.
-Portions of this code were written by Stephen White, aka ghond.
-Use and copying of this software and preparation of derivative works based
-upon this software are permitted. Any distribution of this software or
-derivative works must comply with all applicable United States export
-control laws. This software is made available AS IS, and Xerox Corporation
-makes no warranty about the software, its performance or its conformity to
-any specification. Any person obtaining a copy of this software is requested
-to send their name and post office or electronic mail address to:
- Pavel Curtis
- Xerox PARC
- 3333 Coyote Hill Rd.
- Palo Alto, CA 94304
- Pavel@Xerox.Com
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Legends b/sdk_container/src/third_party/portage-stable/licenses/Legends
deleted file mode 100644
index e3dd5130983..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Legends
+++ /dev/null
@@ -1,47 +0,0 @@
-Legends: Freeware Software License 31st Jan 2007 -
-http://license.legendsthegame.net/
-
-Legends: The Game's software license and distribution license
-
-This software is provided free of charge.
-
-"You" are the reader/business/corporation, the "software" is Legends (a
-computer game for Linux and Windows OS), a "project" is anything e.g.
-software, games, multimedia, show, movie etc.
-
-You are allowed to distribute unaltered copies, you are not allowed to
-distribute altered versions of our software. You should copy it for your
-friends, give it away on CDs, share it on P2P networks.
-
-You are allowed to include our software in Linux distributions, such as
-Debian, Gentoo etc if there is no current version for this software,
-please ask us first though incase it causes conflicts.
-
-You are allowed to create and distribute "mods" for our software. You
-are allowed to install shortcut icons and scripts along-side our
-software as long as the original software is still easily accessible and
-usable. ie you can make a "Total Conversion mod installer package" (into
-a mod folder if you like) as long as players can still play a regular
-game of Legends. ie, you are not allowed to completely re-badge the
-software to look like something else.
-
-You are allowed to make and distribute scripts, texture packs, map
-packs, Interface skins, HUDs, voice packs etc as ".unf".
-
-You are not allowed to write hacks or attempt to bypass game elements in
-order to give yourself an unfair advantage. e.g. Autoaim, HappyFlag,
-run-time hacks, server crashing, god mode etc. Do not post hacks in
-public, inform the developers privately of any exploits - posting hacks
-in public is hostile.
-
-You are not allowed to sell our software. Minimal distribution costs are
-okay, magazine cover discs are okay too.
-
-If You contribute your original work to our software project, we are
-free to use it as we want (in-game, website, trailer, modify it, forget
-to give credit for it etc). Also, You are free to use Your own
-contribution as you want in other projects. This means you can not use
-ANYTHING in our software in other projects unless YOU made it yourself
-or you have permission from the original author (not the current
-developers or current owners of the software) of the exact pieces you
-want to use. You will most likely need to give us a lot of credit too.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Lexmark-EU2-0111 b/sdk_container/src/third_party/portage-stable/licenses/Lexmark-EU2-0111
deleted file mode 100644
index a4d71d897d5..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Lexmark-EU2-0111
+++ /dev/null
@@ -1,79 +0,0 @@
-LEXMARK SOFTWARE LIMITED WARRANTY AND LICENSE AGREEMENT
-
-PLEASE READ CAREFULLY BEFORE USING AND INSTALLING THIS SOFTWARE PROGRAM OR USING THIS PRODUCT: BY USING THIS SOFTWARE PROGRAM OR THIS PRODUCT, YOU AGREE TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS SOFTWARE LIMITED WARRANTY AND LICENSE AGREEMENTS. IF YOU DO NOT AGREE, DO NOT INSTALL, COPY, DOWNLOAD THE SOFTWARE PROGRAM OR OTHERWISE USE THE PRODUCT. IF YOU DO NOT AGREE WITH THE TERMS OF THIS SOFTWARE LIMITED WARRANTY AND LICENSE AGREEMENTS, PROMPTLY RETURN THE PRODUCT UNUSED AND REQUEST A REFUND OF THE AMOUNT YOU PAID. IF YOU ARE INSTALLING THIS SOFTWARE PROGRAM OR PRODUCT FOR USE BY OTHER PARTIES, YOU AGREE TO INFORM THE USERS THAT USE OF THE SOFTWARE PROGRAM OR PRODUCT INDICATES ACCEPTANCE OF THESE TERMS.
-
-FIRMWARE UPDATES
-FIRMWARE UPDATES MAY MODIFY PRINTER SETTINGS AND CAUSE COUNTERFEIT AND/OR UNAUTHORIZED PRODUCTS, SUPPLIES, PARTS, MATERIALS (SUCH AS TONERS AND INKS), SOFTWARE, OR INTERFACES TO STOP WORKING.
-
-RETURN PROGRAM AGREEMENT TERMS
-Your Lexmark device is subject to the Lexmark Return Program agreement terms, which can be found at www.lexmark.com/printerlicense.
-
-SOFTWARE LICENSE AGREEMENT
-This Software Limited Warranty and License Agreement ("Software License Agreement") is a legal agreement between you (either an individual or a single entity) and Lexmark International, Inc. and Lexmark International Technology Sarl ("Licensor") that to the extent your Licensor product or Software Program is not otherwise subject to a written software license agreement between you and Licensor or its suppliers, governs your use of any Software Program installed on or provided by Licensor for use in connection with your Licensor product. The term "Software Program" includes machine-readable instructions, audio/visual content (such as images and recordings), and associated media, printed materials and electronic documentation, whether incorporated into, distributed with or for use with your Licensor product.
-
-1. STATEMENT OF SOFTWARE LIMITED WARRANTY. Licensor warrants that media (e.g., diskette or compact disk) on which the Software Program is furnished, if any, is free from defects in materials and workmanship under normal use during the warranty period. The warranty period is ninety (90) days and commences on the date the Software Program is delivered to the original end-user. This limited warranty applies only to Software Program media purchased new from Licensor or an Authorized Licensor Reseller or Distributor. Licensor will replace the Software Program should it be determined that the media does not conform to this limited warranty.
-
-2. DISCLAIMER AND LIMITATION OF WARRANTIES. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR AND ITS SUPPLIERS PROVIDE THE SOFTWARE PROGRAM "AS IS" AND HEREBY DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, TITLE, NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND ABSENCE OF VIRUSES, ALL WITH REGARD TO THE SOFTWARE PROGRAM. LICENSOR: (x) UNDERTAKES NO RESPONSIBILITY FOR THE QUALITY OF THE SOFTWARE PROGRAM AND (y) ASSUMES NO RESPONSIBILITY THAT THE SOFTWARE PROGRAM WILL BE FIT FOR ANY PARTICULAR PURPOSE FOR WHICH YOU MAY BE ACQUIRING IT, EXCEPT AS OTHERWISE PROVIDED IN THIS DISCLAIMER.
-
- This Agreement is to be read in conjunction with certain statutory provisions, as that may be in force from time to time, that imply warranties or conditions or impose obligations on Licensor that cannot be excluded or modified. If any such provisions apply, then to the extent Licensor is able, Licensor hereby limits its liability for breach of those provisions to one of the following: providing you a replacement copy of the Software Program or reimbursement of the greater of the price paid for the Software Program or five U.S. dollars (or the equivalent in local currency).
-
- The Software Program may include internet links to other software applications and/or Internet sites hosted and operated by third parties unaffiliated with Licensor. You acknowledge and agree that Licensor is not responsible in any way for the hosting, performance, operation, maintenance, or content of, such software applications and/or Internet sites.
-
-
-3. LIMITATION OF REMEDY. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, ANY AND ALL LIABILITY OF LICENSOR UNDER THIS SOFTWARE LICENSE AGREEMENT IS EXPRESSLY LIMITED TO THE GREATER OF THE PRICE PAID FOR THE SOFTWARE PROGRAM AND FIVE U.S. DOLLARS (OR THE EQUIVALENT IN LOCAL CURRENCY). YOUR SOLE REMEDY AGAINST LICENSOR IN ANY DISPUTE UNDER THIS SOFTWARE LICENSE AGREEMENT SHALL BE TO SEEK TO RECOVER ONE OF THESE AMOUNTS, UPON PAYMENT OF WHICH LICENSOR SHALL BE RELEASED AND DISCHARGED OF ALL FURTHER OBLIGATIONS AND LIABILITY TO YOU.
-
-IN NO EVENT WILL LICENSOR, ITS SUPPLIERS, SUBSIDIARIES, OR RESELLERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT, EXEMPLARY, PUNITIVE, OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT LIMITED TO LOST PROFITS OR REVENUES, LOST SAVINGS, INTERRUPTION OF USE OR ANY LOSS OF, INACCURACY IN, OR DAMAGE TO, DATA OR RECORDS, FOR CLAIMS OF THIRD PARTIES, OR DAMAGE TO REAL OR TANGIBLE PROPERTY, FOR LOSS OF PRIVACY), IN CONNECTION WITH THE SOFTWARE PROGRAM, INCLUDING WITHOUT LIMITATION, ANY SUCH DAMAGES RESULTING FROM (a) THE USE OR INABILITY TO USE THE SOFTWARE PROGRAM, (b) THE COST OF PROCURING SUBSTITUTE SOFTWARE, OR (c) UNAUTHORIZED ACCESS TO OR ALTERATION OF YOUR CONTENT, REGARDLESS OF THE NATURE OF THE CLAIM, INCLUDING BUT NOT LIMITED TO BREACH OF WARRANTY OR CONTRACT, TORT (INCLUDING NEGLIGENCE OR STRICT LIABILITY), AND EVEN IF LICENSOR, OR ITS SUPPLIERS, AFFILIATES, OR REMARKETERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR FOR ANY CLAIM BY YOU BASED ON A THIRD-PARTY CLAIM, EXCEPT TO THE EXTENT THIS EXCLUSION OF DAMAGES IS DETERMINED LEGALLY INVALID. THE FOREGOING LIMITATIONS APPLY EVEN IF THE ABOVE-STATED REMEDIES FAIL OF THEIR ESSENTIAL PURPOSE.
-
-SOME JURISDICTIONS DO NOT ALLOW EXCLUSION OF CERTAIN WARRANTIES OR THE LIMITATION OR EXCLUSION OF LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES. ACCORDINGLY, SOME OR ALL OF THE ABOVE EXCLUSIONS OR LIMITATIONS MAY NOT APPLY TO YOU, AND YOU MAY HAVE OTHER RIGHTS.
-
-
-4. LICENSE GRANT. Licensor grants you the following rights provided you comply with all terms and conditions of this Software License Agreement:
-a. Use. You may Use one (1) copy of the Software Program. The term "Use" means storing, loading, installing, executing, or displaying the Software Program. You may not separate the components of the Software Program for use on more than one computer. You agree that you will not Use the Software Program, in whole or in part, in any manner that has the effect of overriding, modifying, eliminating, obscuring, altering or de-emphasizing the visual appearance of any trademark, trade name, trade dress or intellectual property notice that appears on any computer display screens normally generated by, or as a result of, the Software Program.
-b. Copying. You may make one (1) copy of the Software Program solely for purposes of backup, archiving, or installation, provided the copy contains all of the original Software Program's proprietary notices. You may not copy the Software Program to any public or distributed network.
-
-
-5. RESERVATION OF RIGHTS. The Software Program, including all fonts, is copyrighted and owned by Licensor and/or its suppliers. Licensor reserves all rights not expressly granted to you in this Software License Agreement.
-
-
-6. FREEWARE. Notwithstanding the terms and conditions of this Software License Agreement, all or any portion of the Software Program that constitutes software provided under public license by third parties ("Freeware") is licensed to you subject to the terms and conditions of the software license agreement accompanying such Freeware, whether in the form of a discrete agreement, shrink-wrap license, or electronic license terms at the time of download or installation. Use of the Freeware by you shall be governed entirely by the terms and conditions of such license.
-
-
-7. LIMITATION ON REVERSE ENGINEERING. You may not alter, decrypt, reverse engineer, reverse assemble, reverse compile or otherwise translate the Software Program or assist or otherwise facilitate others to do so, except as and to the extent expressly permitted to do so by applicable law for the purposes of inter-operability, error correction, and security testing. If you have such statutory rights, you will notify Licensor in writing of any intended reverse engineering, reverse assembly, or reverse compilation. You may not decrypt the Software Program unless necessary for the legitimate Use of the Software Program.
-
-
-8. TRANSFER. You may transfer the Software Program to another end-user. Any transfer must include all software components, media, printed materials, and this Software License Agreement and you may not retain copies of the Software Program or components thereof. The transfer may not be an indirect transfer, such as a consignment. Prior to the transfer, the end-user receiving the transferred Software Program must agree to all these Software License Agreement terms. Upon transfer of the Software Program, your license is automatically terminated. You may not rent, sublicense, or assign the Software Program except to the extent provided in this Software License Agreement.
-
-
-9. UPGRADES. To Use a Software Program identified as an upgrade, you must first be licensed to the original Software Program identified by Licensor as eligible for the upgrade. After upgrading, you may no longer use the original Software Program that formed the basis for your upgrade eligibility.
-
-
-10. ADDITIONAL SOFTWARE. This Software License Agreement applies to updates or supplements to the original Software Program provided by Licensor unless Licensor provides other terms along with the update or supplement.
-
-
-11. TERM. This Software License Agreement becomes effective upon your acceptance and continues in effect unless terminated or rejected. You may reject or terminate this license at any time by destroying all copies of the Software Program, together with all modifications, documentation, and merged portions in any form, or as otherwise described herein. Licensor may terminate your license upon notice if you fail to comply with any of the terms of this Software License Agreement. Upon such termination, you agree to destroy all copies of the Software Program together with all modifications, documentation, and merged portions in any form.
-
-12. TAXES. You agree that you are responsible for payment of any taxes including, without limitation, any goods and services and personal property taxes, resulting from this Software License Agreement or your Use of the Software Program.
-
-
-13. LIMITATION ON ACTIONS. No action, regardless of form, arising out of this Software License Agreement may be brought by either party more than two years after the cause of action has arisen, except as provided under applicable law.
-
-
-14. APPLICABLE LAW. If you acquired this product in a country which is a member of the European Union, the laws of that country shall govern the interpretation of this Software License Agreement and any claims arising hereunder, regardless of choice of laws principles of any other jurisdiction. If you acquired this product in any other country, the laws of the Commonwealth of Kentucky, United States of America, shall govern the interpretation of this Software License Agreement and any claims arising hereunder, regardless of choice of laws principles of any other state. The UN Convention on Contracts for the International Sale of Goods shall not apply.
-
-15. GOVERNMENT END USERS. The Software Program and any related documentation are "Commercial Items," as that term is defined in 48 C.F.R. 2.101, "Computer Software" and "Commercial Computer Software Documentation," as such terms are used in 48 C.F.R. 12.212 or 48 C.F.R. 227.7202, as applicable. Consistent with 48 C.F.R. 12.212 or 48 C.F.R. 227.7202-1 through 227.7207-4, as applicable, the Commercial Computer Software and Commercial Software Documentation are licensed to the U.S. Government end users (a) only as Commercial Items and (b) with only those rights as are granted to all other end users pursuant to the terms and conditions herein.
-
-
-16. CONSENT TO PROCESS AND TRANSFER DATA. You agree to comply with all applicable laws and regulations including, but not limited to, laws pertaining to the collection and use of personal data. You agree that Licensor, its affiliates, and agents may collect and process information (including any personal data) you provide or that is gathered or generated by the Software Program in relation to (i) any support services performed in connection with the Software Program and requested by you, (ii) enabling any functionality of the Software Program or services provided by Licensor, or (iii) enabling Licensor to perform any other services related to the Software Program as you and Licensor may agree. Licensor agrees to process the information only to the extent necessary to provide such services or enable the functionality of the Software Program. You represent that in relation to any personal data Licensor is permitted to access under this Agreement you have obtained or will obtain (a) any consents from the data subjects and/or (b) any other permissions or authorizations related to processing of the personal data that are required by applicable law. You agree that Licensor may transfer your information to the United States or other countries for processing in accordance with this Section.
-
-17. EXPORT RESTRICTIONS. You may not (a) acquire, ship, transfer, or reexport, directly or indirectly, the Software Program or any direct product therefrom, in violation of any applicable export laws or (b) permit the Software Program to be used for any purpose prohibited by such export laws, including, without limitation, nuclear, chemical, or biological weapons proliferation.
-
-
-18. AGREEMENT TO CONTRACT ELECTRONICALLY. You and Licensor agree to form this Software License Agreement electronically. This means that by downloading, installing and/or using the Software Program, you acknowledge your agreement to these Software License Agreement terms and conditions and that you are doing so with the intent to "sign" a contract with Licensor.
-
-
-19. CAPACITY AND AUTHORITY TO CONTRACT. You represent that you are of the legal age of majority in the place you sign this Software License Agreement and, if applicable, you are duly authorized by your employer or principal to enter into this contract.
-
-
-20. ENTIRE AGREEMENT. This Software License Agreement (including any addendum or amendment to this Software License Agreement that is included with the Software Program) is the entire agreement between you and Licensor relating to the Software Program. Except as otherwise provided for herein, this Software License Agreement supersedes all prior or contemporaneous oral or written communications, proposals, and representations with respect to the Software Program or any other subject matter covered by this Software License Agreement (except to the extent such extraneous terms do not conflict with the terms of this Software License Agreement, any other written agreement signed by you and Licensor relating to your use of the Software Program). To the extent any Licensor policies or programs for support services conflict with the terms of this Software License Agreement, the terms of this Software License Agreement shall control.
-
-EU2-0111-EN
diff --git a/sdk_container/src/third_party/portage-stable/licenses/LogMeIn b/sdk_container/src/third_party/portage-stable/licenses/LogMeIn
deleted file mode 100644
index f0885f713fa..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/LogMeIn
+++ /dev/null
@@ -1,410 +0,0 @@
-To read the latest LogMeIn Terms and Conditions, visit https://www.logmeininc.com/legal/terms-and-conditions
-
-A copy of those terms as of 2018-08-12 follows:
-
-****** Terms of Service for LogMeIn and GoTo Services ******
-This is a legal agreement between the person or organization (“Customer” or
-“you”) agreeing to these Terms of Service (“Terms”) and the applicable
-LogMeIn_Contracting_Entities (“LogMeIn,” “us,” or “we”). By
-accepting these Terms, signing an Order, or using the Services, you represent
-that you are of legal age and have the authority to bind the Customer to the
-Order, these Terms, and the applicable Service Descriptions (collectively the
-“Agreement”).
- 1. ACCESS AND USE OF THE SERVICES.
- o 1.1.Right to Use Services. You agree to use the Services in
- accordance with the use levels by which we measure, price and offer
- our Services as posted on our websites, your Order, or the Service
- Descriptions (“Use Levels”). You may use our Services only as
- permitted in these Terms, and your use must comply with our Privacy
- Policy, and Anti-Spam_Policy, each of which are incorporated here.
- We grant you a limited right to use our Services only for business
- and professional purposes. Technical support for the Services is
- described in the Service Descriptions. If your affiliates use our
- Services, you warrant that you have the authority to bind those
- affiliates and you will be liable if your affiliates do not comply
- with the Agreement. “Services” means our software-as-a-service
- offerings and audio services (which are offered by LogMeIn Audio,
- LLC or Grasshopper Group LLC, the telecommunications providers
- responsible for the rates and terms relating to the respective
- audio services). “Service_Descriptions” includes an overview of
- the Services, and may include service-specific additional terms.
- The Service Descriptions are incorporated into these Terms. The
- Services, software and websites are provided via equipment and
- resources located in the United States and other locations
- throughout the world and you consent to having personal data
- processed by us in the United States and other locations throughout
- the world.
- o 1.2.Limitations on Use. By using our Services, you agree on behalf
- of yourself, your users and your attendees, not to (i) modify,
- prepare derivative works of, or reverse engineer, our Services;
- (ii) knowingly or negligently use our Services in a way that abuses
- or disrupts our networks, user accounts, or the Services; (iii)
- transmit through the Services any harassing, fraudulent or unlawful
- material; (iv) market, or resell the Services to any third party;
- (v) use the Services in violation of our policies, applicable laws,
- or regulations; (vi)use the Services to send unauthorized
- advertising, or spam; (vii) harvest, collect, or gather user data
- without their consent; or (viii)transmit through the Services any
- material that may infringe the intellectual property or other
- rights of third parties.
- o 1.3. Changes to Services. We reserve the right to enhance or modify
- features of our Services but will not materially reduce the core
- functionality or discontinue any Services unless we provide you
- with prior written notice. We may offer additional functionality to
- our standard Services or premium feature improvements for an
- additional cost.
- o 1.4. Proprietary Rights and LogMeIn Marks. You acknowledge that we
- or our licensors retain all proprietary right, title and interest
- in the Services, our name, logo or other marks (together, the
- “LogMeIn Marks”), and any related intellectual property rights,
- including, without limitation, all modifications, enhancements,
- derivative works, and upgrades thereto. You agree that you will not
- use or register any trademark, service mark, business name, domain
- name or social media account name or handle which incorporates in
- whole or in part the LogMeIn Marks or is similar to any of these.
- You agree to comply with our Trademark_&_Copyright_Guidelines,
- which are incorporated into this Agreement by reference.
- 2. ORDERS, FEES AND PAYMENT.
- o 2.1.Orders. You may order Services using our then-current ordering
- processes (“Order”). All Orders are effective on the earlier of
- (i) the date you submit your Order, (ii) the date you convert from
- a services trial, or (iii)the date on the signature block of the
- Order (“Effective Date”). Acceptance of your Order may be
- subject to our verification and credit approval process. Each Order
- shall be treated as a separate and independent Order. A Purchase
- Order is required for non-credit card transactions over 10,000 USD,
- or equivalent, unless Customer does not require a Purchase Order as
- part of its purchasing process.
- o 2.2.Fees and Payment. You agree to pay all applicable, undisputed
- fees for the Services as set forth on the invoice. Except as set
- forth in Section 3. 3below, any and all payments you make to us for
- access to the Services are final and non-refundable. You are
- responsible for all fees and charges imposed by your voice and data
- transmission providers related to your access and use of the
- Services. You are responsible for providing accurate and current
- billing, contact and payment information to us or any reseller. You
- agree that we may take steps to verify whether your payment method
- is valid, charge your payment card or bill you for all amounts due
- for your use of the Services, and automatically update your payment
- card information using software designed to do so in the event your
- payment card on file is no longer valid. You agree that your credit
- card information and related personal data may be provided to third
- parties for payment processing and fraud prevention purposes. We
- may suspend or terminate your Services if at any time we determine
- that your payment information is inaccurate or not current, and you
- are responsible for fees and overdraft charges that we may incur
- when we charge your card for payment. We will not agree to submit
- invoices via any customer procure-to-pay online portal or
- Electronic Data Interchange (EDI) portals. We reserve the right to
- update the price for Services at any time after your Initial Term,
- and price changes will be effective as of your next billing cycle.
- We will notify you of any price changes by publishing on our
- website, emailing, quoting or invoicing you.
- o 2.3. Sales, Promotional Offers, Coupons and Pricing. Sales,
- promotions and other special discounted pricing offers are
- temporary and, upon the renewal of your subscription, any such
- discounted pricing offers may expire. We reserve the right to
- discontinue or modify any coupons, credits, sales and special
- promotional offers in our sole discretion.
- o 2.4. Disputes; Delinquent Accounts. You must notify us of any fee
- dispute within 15 days of the invoice date, and once resolved, you
- agree to pay those fees within 15 days. We may also suspend or
- terminate your Services if you do not pay undisputed fees, and you
- agree to reimburse us for all reasonable costs and expenses
- incurred in collecting delinquent amounts.
- o 2.5. Taxes and Withholding. You are responsible for all applicable
- sales, services, value-added, goods and services, withholding,
- tariffs, Universal Services Fund (USF) fees (if applicable to the
- Audio Services only) and similar taxes (collectively, “Taxes”)
- imposed by any government entity or collecting agency based on the
- Services, except those Taxes based on our net income, or Taxes for
- which you have provided an exemption certificate. We reserve the
- right to gross up the price for Services in any invoice, or require
- you to gross up your payment, if your withholding obligations
- prevent us from receiving the amount specified in the Order.
- Additionally, if you do not satisfy your Tax obligations, you agree
- that you will be required to reimburse us for any Taxes paid on
- your behalf, and we may take steps to collect Taxes we have paid on
- your behalf. In all cases, you will pay the amounts due under this
- Agreement to us in full without any right of set-off or deduction.
- 3. TERM AND TERMINATION.
- o 3.1. Term. Your initial term commitment for any Order (“Initial
- Term”) will be specified in the Order, or if no term is
- specified, your Initial Term will be 12 months from the Effective
- Date of the Order and will automatically renew for additional 12
- month periods (“Renewal Terms”), unless either party provides
- notice of non-renewal of the Order 30 days before the current term
- expires. We may agree to align the invoicing under multiple Orders
- but this will not reduce the term of any Order. Terminating
- specific Services does not affect the term of any other Services
- still in effect. If we permit you to reinstate Services at any time
- after termination, you agree that you will be bound by the then-
- current Terms and the renewal date that was in effect as of the
- effective termination date.
- o 3.2. Termination for Cause.Either party may terminate the Agreement
- (i)if the other party breaches its material obligations and fails
- to cure within 30 days of receipt of written notice, or (ii) if the
- other party becomes insolvent or bankrupt, liquidated or is
- dissolved, or ceases substantially all of its business, and we may
- suspend access or terminate immediately if you breach
- Section 1.2, 4 or 5.
- o 3.3. Effect of Termination. If the Agreement or any Services are
- terminated, you will immediately discontinue all use of the
- terminated Services, except that upon request, we will provide you
- with limited access to the Services for a period not to exceed 30
- days, solely to enable you to retrieve your Content from the
- Services. We have no obligation to maintain your Content after that
- period. Neither party will be liable for any damages resulting from
- termination of the Agreement, and termination will not affect any
- claim arising prior to the effective termination date. If we
- discontinue Services in accordance with Section 1.3 above, the
- related Order will be terminated and we will provide you with a pro
- rata refund of any prepaid, unused fees. You agree to pay for any
- use of the Services past the date of expiration or termination.
- o 3.4. Survival. The provisions of Sections 2 (Orders, Fees and
- Payment), 3.3 (Effect of Termination), 4 (Your Content and
- Accounts), 7 (Indemnification), 8 (Limitation on Liability), 9.6
- (No Class Actions), and 9.11 (Notices) survive any termination of
- the Agreement.
- 4. YOUR CONTENT AND ACCOUNTS.
- o 4.1.Your Content. You retain all rights to your Content and we do
- not own or license your Content. You grant us a non-exclusive,
- worldwide, royalty-free, license to use, modify, reproduce and
- distribute your Content, only as required to provide the Services
- to which you have subscribed, and you warrant that (i) you have the
- right to grant us the license, and (ii) none of your Content
- infringes on the rights of any third party. Each party agrees to
- apply reasonable technical, organizational and administrative
- security measures to keep Content protected in accordance with
- industry standards. We will not view, access or process any of your
- Content, except: (x) as directed or instructed by you or your
- users, or (y) as required to comply with our policies, applicable
- law, or governmental request. You agree to comply with all legal
- duties applicable to you as a data controller by virtue of the
- submission of your Content within the Services. If your Content is
- subject to EU data protection laws and is processed by us as a data
- processor acting on your behalf (in your capacity as data
- controller), we will use and process your Content in order to
- provide the Services and fulfill our obligations under the
- Agreement, and in accordance with your instructions as represented
- in this Agreement. Notwithstanding anything to the contrary, this
- Section 4.1 expresses the entirety of our obligations with respect
- to your Content. “Content”means any of your, or your users’
- or recipients’ files, documents, recordings, and other
- information that is uploaded to your Service account for storage,
- or used, presented or shared with third parties in connection with
- the Service.
- o 4.2.Your Accounts. You are solely responsible for (i) all use of
- the Services by you and your users, (ii) obtaining consent from
- your users to the collection, use, processing and transfer of
- Content, and (iii) providing notices or obtaining consent as
- legally required in connection with the Services. We do not send
- emails asking for your usernames or passwords, and to keep your
- accounts secure, you should keep all usernames and passwords
- confidential. We are not liable for any loss that you may incur if
- a third party uses your password or account. We may suspend the
- Services or terminate the Agreement if you, your users, or
- attendees are using the Services in a manner that is likely to
- cause harm to us. You agree to notify us immediately and terminate
- any unauthorized access to the Services or other security breach.
- 5. COMPLIANCE WITH LAWS.In connection with the performance, access and use
- of the Services under the Agreement, each party agrees to comply with all
- applicable laws, rules and regulations including, but not limited to
- export, privacy, and data protection laws and regulations. If necessary
- and in accordance with applicable law, we will cooperate with local,
- state, federal and international government authorities with respect to
- the Services. Notwithstanding any other provision in these Terms, we may
- immediately terminate the Agreement for noncompliance with applicable
- laws.
- 6. WARRANTIES. WE WARRANT THAT THE SERVICES WILL CONFORM TO THE SERVICE
- DESCRIPTIONS UNDER NORMAL USE. WE DO NOT REPRESENT OR WARRANT THAT (i)
- THE USE OF OUR SERVICES WILL BE TIMELY, UNINTERRUPTED OR ERROR FREE, OR
- OPERATE IN COMBINATION WITH ANY SPECIFIC HARDWARE, SOFTWARE, SYSTEM OR
- DATA, (ii) OUR SERVICES WILL MEET YOUR REQUIREMENTS, OR (iii) ALL ERRORS
- OR DEFECTS WILL BE CORRECTED. USE OF THE SERVICES IS AT YOUR SOLE RISK.
- OUR ENTIRE LIABILITY AND YOUR EXCLUSIVE REMEDY UNDER THIS WARRANTY WILL
- BE, AT OUR SOLE OPTION AND SUBJECT TO APPLICABLE LAW, TO PROVIDE
- CONFORMING SERVICES, OR TO TERMINATE THE NON-CONFORMING SERVICES OR THE
- APPLICABLE ORDER, AND PROVIDE A PRO-RATED REFUND OF ANY PREPAID FEES FROM
- THE PERIOD OF NON-CONFORMANCE THROUGH THE END OF THE REMAINING TERM. TO
- THE EXTENT PERMITTED BY APPLICABLE LAW, WE DISCLAIM ALL OTHER WARRANTIES
- AND CONDITIONS, WHETHER EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
- INCLUDING ANY EXPRESS OR IMPLIED WARRANTIES OF MERCHANTABILITY,
- SATISFACTORY QUALITY, TITLE, FITNESS FOR A PARTICULAR PURPOSE AND NON-
- INFRINGEMENT. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF CERTAIN
- WARRANTIES AND CONDITIONS, THEREFORE SOME OF THE ABOVE EXCLUSIONS MAY NOT
- APPLY TO CUSTOMERS LOCATED IN THOSE JURISDICTIONS.
- 7. INDEMNIFICATION. You will indemnify and defend us against any third party
- claim resulting from a breach of Section 1.2 or 4, or alleging that any
- of your Content infringes upon any patent or copyright, or violates trade
- secret or privacy rights of any party, and you agree to pay reasonable
- attorney’s fees, court costs, damages finally awarded, or reasonable
- settlement costs with respect to any such claim. We will promptly notify
- you of any claim and cooperate with the you in defending the claim. You
- will reimburse us for reasonable expenses incurred in providing any
- cooperation or assistance. You will have full control and authority over
- the defense and settlement of any claim, except that: (i) any settlement
- requiring us to admit liability requires prior written consent, not to be
- unreasonably withheld or delayed, and (ii) we may join in the defense
- with our own counsel at our own expense.
- 8. LIMITATION ON LIABILITY.
- o 8.1.LIMITATION ON INDIRECT LIABILITY.NEITHER PARTY WILL BE LIABLE
- TO THE OTHER PARTY OR TO ANY OTHER PERSON FOR ANY INDIRECT,
- SPECIAL, CONSEQUENTIAL OR INCIDENTAL LOSS, EXEMPLARY OR OTHER
- DAMAGES, WHETHER DIRECT OR INDIRECT, ARISING OUT OF OR RELATING TO:
- (i) LOSS OF DATA, (ii) LOSS OF INCOME, (iii) LOSS OF OPPORTUNITY,
- (iv) LOST PROFITS, (v) COSTS OF RECOVERY OR ANY OTHER DAMAGES,
- HOWEVER CAUSED AND BASED ON ANY THEORY OF LIABILITY, INCLUDING, BUT
- NOT LIMITED TO, BREACH OF CONTRACT, TORT (INCLUDING NEGLIGENCE), OR
- VIOLATION OF STATUTE, WHETHER OR NOT SUCH PARTY HAS BEEN ADVISED OF
- THE POSSIBILITY OF DAMAGES. SOME JURISDICTIONS DO NOT ALLOW
- LIMITATION OR EXCLUSION OF LIABILITY FOR INCIDENTAL OR
- CONSEQUENTIAL DAMAGES, SO SOME OF THE ABOVE LIMITATIONS MAY NOT
- APPLY.
- o 8.2.LIMITATION ON AMOUNT OF LIABILITY. EXCEPT FOR YOUR BREACH OF
- SECTIONS 1.2 OR 4 AND YOUR INDEMNIFICATION OBLIGATIONS, AND TO THE
- EXTENT PERMITTED BY APPLICABLE LAW, THE TOTAL CUMULATIVE LIABILITY
- OF EITHER PARTY AND THEIR RESPECTIVE LICENSORS AND SUPPLIERS
- ARISING OUT OF THIS AGREEMENT IS LIMITED TO THE SUM OF THE AMOUNTS
- PAID FOR THE APPLICABLE SERVICE DURING THE 12 MONTHS IMMEDIATELY
- PRECEDING THE INCIDENT GIVING RISE TO THE LIABILITY. THE FOREGOING
- DOES NOT LIMIT YOUR OBLIGATIONS TO PAY ANY UNDISPUTED FEES AND
- OTHER AMOUNTS DUE UNDER ANY ORDER.
- 9. ADDITIONAL TERMS.
- o 9.1. European Union Customers. This Section 9.1 will apply only if
- you are located in the European Union. If you want to enter into EU
- standard contractual clauses with us as it relates to our
- processing of your information, you may request a Data Processing
- Addendum (“DPA”) DPA_Request_Form, and a pre-signed DPA will be
- transmitted to you for execution.
- o 9.2. Free Services andTrials. Your right to access and use any free
- Services is not guaranteed for any period of time and we reserve
- the right, in our sole discretion, to limit or terminate your use
- of any free or basic versions of any Services by any individual or
- entity. If you are using the Services on a trial or promotional
- basis (“Trial Period”), your Trial Period and access to the
- Services will terminate (i) at the end of the Trial Period stated
- in your Order, or (ii) if no date is specified, 30 days after your
- initial access to the Services, (iii) or upon your conversion to a
- subscription. Following expiration of the Trial Period, the
- Services may automatically continue unless you provide notice of
- cancellation to us, and you are responsible for payment of the
- applicable Fees set forth in the Order. During the Trial Period, to
- the extent permitted by law, we provide the Services “AS IS”
- and without warranty or indemnity, and all other terms otherwise
- apply. We may modify or discontinue any trials or promotions at any
- time without notice.
- o 9.3.Third Party Features. The Services may be linked to third party
- sites or applications (“Third Party Services”). We are not
- responsible for and do not endorse Third Party Services. You have
- sole discretion whether to purchase or connect to any Third Party
- Services and your use is governed solely by the terms for those
- Third Party Services.
- o 9.4.Beta Services. We may offer you access to beta services that
- are being provided prior to general release, but we do not make any
- guarantees that these services will be made generally available
- (“Beta Services”). You understand and agree that the Beta
- Services may contain bugs, errors and other defects, and use of the
- Beta Services is at your sole risk. We have no obligation to
- provide technical support and we may discontinue provision of Beta
- Services at any time in our sole discretion and without prior
- notice to you. These Beta Services are offered “AS-IS”, and to
- the extent permitted by applicable law, we disclaim any liability,
- warranties, indemnities, and conditions, whether express, implied,
- statutory or otherwise. If you are using Beta Services, you agree
- to receive related correspondence and updates from us, and
- acknowledge that opting out may result in cancellation of your
- access to the Beta Services. If you provide feedback
- (“Feedback”) about the Beta Service, you agree that we own any
- Feedback that you share with us. For the Beta Services only, these
- Terms supersede any conflicting terms and conditions in the
- Agreement, but only to the extent necessary to resolve conflict.
- o 9.5.Copyright. If you believe that our Services have been used in a
- way that constitutes copyright infringement, you should follow the
- process outlined here: https://www.logmeininc.com/legal/dmca.
- o 9.6. No Class Actions. You may only resolve disputes with us on an
- individual basis and you agree not to bring or participate in any
- class, consolidated, or representative action against us or any of
- our employees or affiliates.
- o 9.7.Security Emergencies. If we reasonably determine that the
- security of our Services or infrastructure may be compromised due
- to hacking attempts, denial of service attacks, or other malicious
- activities, we may temporarily suspend the Services and we will
- take action to promptly resolve any security issues. We will notify
- you of any suspension or other action taken for security reasons.
- o 9.8.High-Risk Use. You understand that the Services (i) are not
- designed or intended for use during high-risk activities, and (ii)
- do not allow and should not be used for calls to emergency services
- numbers (e.g., 911 (U.S.), or 999 and 112 (UK)). WE ARE NOT A
- "DIAL-TONE" PROVIDER. IN THE EVENT OF AN EMERGENCY WHILE USING ANY
- SERVICES, HANG UP AND DIAL YOUR LOCAL EMERGENCY NUMBER. YOU MUST
- UTILIZE THE TELEPHONE SERVICE PROVIDED BY YOUR LOCAL CARRIER TO
- MAKE AN EMERGENCY CALL.
- o 9.9.Recording. Certain Services provide functionality that allows
- you to record audio and data shared during sessions. You are solely
- responsible for complying with all applicable laws in the relevant
- jurisdictions while using recording functionality. We disclaim all
- liability for your recording of audio or shared data, and you agree
- to hold us harmless from damages or liabilities related to the
- recording of any audio or data.
- o 9.10. Assignment. Neither party may assign its rights or delegate
- its duties under the Agreement either in whole or in part without
- the other party’s prior written consent, which shall not be
- unreasonably withheld, except that either party may assign the
- Agreement to an affiliated entity, or as part of a corporate
- reorganization, consolidation, merger, or sale of all or
- substantially all of its assets. Any attempted assignment without
- consent will be void. The Agreement will bind and inure to the
- benefit of each party’s successors or assigns.
- o 9.11.Notices. Notices must be sent by personal delivery, overnight
- courier or registered mail. We may also provide notice to the email
- last designated on your account, electronically via postings on our
- website, in-product notices, or our self-service portal or
- administrative center. Unless specified elsewhere in this
- Agreement, notices should be sent to us at the address for your
- applicable contracting entity, with a copy to our Legal Department,
- 320 Summer Street, Boston, Massachusetts 02210 USA, and we will
- send notices to the address last designated on your account. Notice
- is given (a) upon personal delivery; (b) for overnight courier, on
- the second business day after notice is sent, (c) for registered or
- certified mail, on the fifth business day after notice is sent, (d)
- for email, when the email is sent, or (e) if posted electronically,
- upon posting.
- o 9.12.Entire Agreement; Order of Precedence. The Agreement,
- including your Order and related invoices for Services ordered,
- these Terms, Service Descriptions, and a DPA if applicable, sets
- forth the entire agreement between us relating to the Services and
- supersedes all prior and contemporaneous oral and written
- agreements, except as otherwise permitted. If there is a conflict
- between an executed Order, these Terms, the DPA if applicable, and
- the Service Descriptions, the conflict will be resolved in that
- order, but only for the specific Services described in the
- applicable Order. Nothing contained in any document submitted by
- you will add to or otherwise modify the Agreement. We may update
- the Terms from time to time, which will be identified by the last
- updated date, and may be reviewed at Terms_of_Service. Your
- continued access to and use of the Service constitutes your
- acceptance of the then-current Terms.
- o 9.13.General Terms. If any term of this Agreement is not
- enforceable, this will not affect any other terms. Both parties are
- independent contractors and nothing in this Agreement creates a
- partnership, agency, fiduciary or employment relationship between
- the parties. No person or entity not a party to the Agreement will
- be a third party beneficiary. Our authorized distributors do not
- have the right to modify the Agreement or to make commitments
- binding on us. Failure to enforce any right under the Agreement
- will not waive that right. Unless otherwise specified, remedies are
- cumulative. The Agreement may be agreed to online, or executed by
- electronic signature and in one or more counterparts. No party will
- be responsible for any delay or failure to perform under the
- Agreement due to force majeure events (e.g. natural disasters;
- terrorist activities, activities of third party service providers,
- labor disputes; and acts of government) and acts beyond a party’s
- reasonable control, but only for so long as those conditions
- persist.
- o 9.14.Contracting Party, Choice of Law and Location for
- ResolvingDisputes. The contracting entity, contact information, and
- governing law for your use of the Services will depend on where you
- are and the specific Services you have ordered, as set forth here:
- LogMeIn_Contracting_Entities
-Last Updated: July, 2017
diff --git a/sdk_container/src/third_party/portage-stable/licenses/MBROLA-VOICES b/sdk_container/src/third_party/portage-stable/licenses/MBROLA-VOICES
deleted file mode 100644
index 11b445701be..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/MBROLA-VOICES
+++ /dev/null
@@ -1,22 +0,0 @@
-# Terms and conditions on the use of the database
-
-By obtaining, using and/or copying this database, you agree that
-you have read, understood, and will comply with these terms and conditions:
-
-Permission is granted to use this database for synthesizing speech with and only with MBROLA
-program made available from the MBROLA project web page:
-
-https://github.com/numediart/MBROLA/
-
-The distribution of this database is submitted to the same terms and conditions as the distribution of the Mbrola program.
-In addition, this database may not be sold or incorporated into any product which is sold without prior permission from the
-particular author of the voice database file (look for `license.txt` file for particular voice folder).
-
-When no charge is made, this database may be copied and distributed freely, provided that
-this notice is copied and distributed with it.
-
-# Disclaimer
-
-This database carries no warranty, expressed or implied. The user assumes all risks, known or unknown, direct or indirect,
-which involve this database in any way. In particular, the author of the database does not take any commitment
-in view of any possible third party rights.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/MILO b/sdk_container/src/third_party/portage-stable/licenses/MILO
deleted file mode 100644
index c0649615cb5..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/MILO
+++ /dev/null
@@ -1,441 +0,0 @@
-This file contains the following licenses. Please read them to
-understand the different restrictions for use, modification, and
-distribution of the Linux Alpha Miniloader (Milo) Software.
-
- 1. PALcode License
- 2. BIOS EMULATION LIBRARIES License
- 3. GNU GENERAL PUBLIC LICENSE
-
-
------------------------------------------------------------------------------
-
-
- Digital Semiconductor
- SOFTWARE LICENSE AGREEMENTS
-
-PALcode License
-
-Permission is hereby granted to use, copy, modify and distribute
-the PALcode software and its documentation, in both source and
-object code form, without fee, solely within products
-incorporating an integrated circuit implementing the DIGITAL
-Alpha architecture. This permission is granted regardless of the
-origin of such integrated circuit provided that the DIGITAL
-copyright notice and this permission notice appear in all copies.
-No permission is granted to use the name of Digital Equipment
-Corporation in any advertising or publicity pertaining to the
-software or documentation without specific prior written
-approval.
-
-EVALUATION BOARD TOOLS AND EVALUATION BOARD FIRMWARE LICENSE
-
-Permission to use, copy, modify and distribute this software and
-its documentation for any purpose, without fee, is hereby granted
-provided that (i) the Digital copyright notice and this
-permission notice appear in all copies of software and supporting
-documentation and (ii) that any modifications made to either the
-software or the documentation are prominently marked. The name
-of Digital Equipment Corporation is not to be used in advertising
-or publicity pertaining to the distribution of the software or
-documentation without specific prior written approval.
-
-DISCLAIMERS
-
-This software and documentation is provided on an "AS IS" basis.
-Digital Equipment Corporation hereby disclaims all warranties
-and/or guarantees with regard to this software and documentation,
-INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS
-FOR A PARTICULAR PURPOSE. Digital makes no warranties or
-representations regarding the use of or the results of the use of
-the software and documentation with respect to accuracy,
-reliability, version level, or otherwise. Use of the results are
-solely at users own risk. Other restrictions may apply. See
-EBTOOLS and INFOZIP directories for details.
-_________________________________________________________________
-
-Copyright 1993,1994 by Digital Equipment Corporation, Maynard
-Massachusetts. All rights reserved.
-
-Alpha is a trademark of Digital Equipment Corporation.
------------------------------------------------------------------------------
-
- DIGITAL SEMICONDUCTOR
- SOFTWARE LICENSE AGREEMENTS
-
-BIOS EMULATION LIBRARIES License
-
-Permission is hereby granted to use, copy, and distribute
-this software (and its documentation) for any purpose and without fee,
-solely within products incorporating an integrated circuit implementing
-the Digital Equipment Corporation (DIGITAL) Alpha architecture. This
-permission is granted regardless of the origin of such integrated circuit
-provided (i) the DIGITAL copyright notice and this permission notice
-appear in all copies and (ii) the name of DIGITAL not be used in advertising or
-publicity pertaining to the software (or documentation) without specific prior
-written approval.
-
-No Permission is granted to modify, reverse engineer, decompile, or disassemble
-this software.
-
-
-DISCLAIMERS
-
-This software (and documentation) is provided on an "AS IS" basis.
-Digital Equipment Corporation hereby disclaims all warranties
-and/or guarantees with regard to this software and documentation,
-INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS
-FOR A PARTICULAR PURPOSE. Digital makes no warranties or
-representations regarding the use of or the results of the use of
-the software and documentation with respect to accuracy,
-reliability, version level, or otherwise. Use of the results are
-solely at users own risk.
-_________________________________________________________________
-
-Copyright Digital Equipment Corporation 1995. All rights reserved.
-Printed in U.S.A.
-
-Digital and the DIGITAL logo are trademarks of Digital Equipment Corporation.
-
-Digital Semiconductor is a Digital Equipment Corporation business.
-
------------------------------------------------------------------------------
-
- GNU GENERAL PUBLIC LICENSE
- Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 675 Mass Ave, Cambridge, MA 02139, USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The licenses for most software are designed to take away your
-freedom to share and change it. By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users. This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it. (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.) You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
- To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have. You must make sure that they, too, receive or can get the
-source code. And you must show them these terms so they know their
-rights.
-
- We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
- Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software. If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
- Finally, any free program is threatened constantly by software
-patents. We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary. To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- GNU GENERAL PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License. The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language. (Hereinafter, translation is included without limitation in
-the term "modification".) Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope. The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
-
- 1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
- 2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
- a) You must cause the modified files to carry prominent notices
- stating that you changed the files and the date of any change.
-
- b) You must cause any work that you distribute or publish, that in
- whole or in part contains or is derived from the Program or any
- part thereof, to be licensed as a whole at no charge to all third
- parties under the terms of this License.
-
- c) If the modified program normally reads commands interactively
- when run, you must cause it, when started running for such
- interactive use in the most ordinary way, to print or display an
- announcement including an appropriate copyright notice and a
- notice that there is no warranty (or else, saying that you provide
- a warranty) and that users may redistribute the program under
- these conditions, and telling the user how to view a copy of this
- License. (Exception: if the Program itself is interactive but
- does not normally print such an announcement, your work based on
- the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole. If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works. But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
- 3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
- a) Accompany it with the complete corresponding machine-readable
- source code, which must be distributed under the terms of Sections
- 1 and 2 above on a medium customarily used for software interchange; or,
-
- b) Accompany it with a written offer, valid for at least three
- years, to give any third party, for a charge no more than your
- cost of physically performing source distribution, a complete
- machine-readable copy of the corresponding source code, to be
- distributed under the terms of Sections 1 and 2 above on a medium
- customarily used for software interchange; or,
-
- c) Accompany it with the information you received as to the offer
- to distribute corresponding source code. (This alternative is
- allowed only for noncommercial distribution and only if you
- received the program in object code or executable form with such
- an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it. For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable. However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
- 4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License. Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
- 5. You are not required to accept this License, since you have not
-signed it. However, nothing else grants you permission to modify or
-distribute the Program or its derivative works. These actions are
-prohibited by law if you do not accept this License. Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
- 6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions. You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
- 7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all. For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices. Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
- 8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded. In such case, this License incorporates
-the limitation as if written in the body of this License.
-
- 9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation. If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
- 10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission. For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this. Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
- NO WARRANTY
-
- 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
- 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
- END OF TERMS AND CONDITIONS
-
- Appendix: How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-
- Copyright (C) 19yy
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
- Gnomovision version 69, Copyright (C) 19yy name of author
- Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, the commands you use may
-be called something other than `show w' and `show c'; they could even be
-mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary. Here is a sample; alter the names:
-
- Yoyodyne, Inc., hereby disclaims all copyright interest in the program
- `Gnomovision' (which makes passes at compilers) written by James Hacker.
-
- , 1 April 1989
- Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into
-proprietary programs. If your program is a subroutine library, you may
-consider it more useful to permit linking proprietary applications with the
-library. If this is what you want to do, use the GNU Library General
-Public License instead of this License.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/MIT-0 b/sdk_container/src/third_party/portage-stable/licenses/MIT-0
deleted file mode 100644
index 0b9a51dfea6..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/MIT-0
+++ /dev/null
@@ -1,16 +0,0 @@
-Copyright (c)
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/MIT-with-advertising b/sdk_container/src/third_party/portage-stable/licenses/MIT-with-advertising
deleted file mode 100644
index 03be995a512..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/MIT-with-advertising
+++ /dev/null
@@ -1,23 +0,0 @@
-Copyright (c)
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies of the Software, its documentation and
-marketing & publicity materials, and acknowledgment shall be given
-in the documentation, materials and software packages that
-this Software was used.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
-OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/MPEG-4 b/sdk_container/src/third_party/portage-stable/licenses/MPEG-4
deleted file mode 100644
index 42a51f264c5..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/MPEG-4
+++ /dev/null
@@ -1,20 +0,0 @@
-This software module was originally developed by
-and edited by in the course of development of the
-MPEG-2 NBC/MPEG-4 Audio standard ISO/IEC 13818-7, 14496-1, 2 and 3.
-This software module is an implementation of a part of one or more
-MPEG-2 NBC/MPEG-4 Audio tools as specified by the MPEG-2 NBC/MPEG-4
-Audio standard. ISO/IEC gives users of the MPEG-2 NBC/MPEG-4 Audio
-standards free license to this software module or modifications
-thereof for use in hardware or software products claiming conformance
-to the MPEG-2 NBC/MPEG-4 Audio standards. Those intending to use
-this software module in hardware or software products are advised
-that this use may infringe existing patents. The original developer
-of this software module and his/her company, the subsequent editors
-and their companies, and ISO/IEC have no liability for use of this
-software module or modifications thereof in an implementation.
-Copyright is not released for non MPEG-2 NBC/MPEG-4 Audio conforming
-products. The original developer retains full right to use the
-code for his/her own purpose, assign or donate the code to a third
-party and to inhibit third party from using the code for non MPEG-2
-NBC/MPEG-4 Audio conforming products. This copyright notice must
-be included in all copies or derivative works. Copyright (c) .
diff --git a/sdk_container/src/third_party/portage-stable/licenses/MPL-1.0 b/sdk_container/src/third_party/portage-stable/licenses/MPL-1.0
deleted file mode 100644
index 2d49a8ff124..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/MPL-1.0
+++ /dev/null
@@ -1,362 +0,0 @@
-
- MOZILLA PUBLIC LICENSE
- Version 1.0
-
- ----------------
-
-1. Definitions.
-
- 1.1. ``Contributor'' means each entity that creates or contributes to
- the creation of Modifications.
-
- 1.2. ``Contributor Version'' means the combination of the Original
- Code, prior Modifications used by a Contributor, and the Modifications
- made by that particular Contributor.
-
- 1.3. ``Covered Code'' means the Original Code or Modifications or the
- combination of the Original Code and Modifications, in each case
- including portions thereof.
-
- 1.4. ``Electronic Distribution Mechanism'' means a mechanism generally
- accepted in the software development community for the electronic
- transfer of data.
-
- 1.5. ``Executable'' means Covered Code in any form other than Source
- Code.
-
- 1.6. ``Initial Developer'' means the individual or entity identified as
- the Initial Developer in the Source Code notice required by Exhibit A.
-
- 1.7. ``Larger Work'' means a work which combines Covered Code or
- portions thereof with code not governed by the terms of this License.
-
- 1.8. ``License'' means this document.
-
- 1.9. ``Modifications'' means any addition to or deletion from the
- substance or structure of either the Original Code or any previous
- Modifications. When Covered Code is released as a series of files, a
- Modification is:
-
- A. Any addition to or deletion from the contents of a file
- containing Original Code or previous Modifications.
-
- B. Any new file that contains any part of the Original Code or
- previous Modifications.
-
- 1.10. ``Original Code'' means Source Code of computer software code
- which is described in the Source Code notice required by Exhibit A as
- Original Code, and which, at the time of its release under this License
- is not already Covered Code governed by this License.
-
- 1.11. ``Source Code'' means the preferred form of the Covered Code for
- making modifications to it, including all modules it contains, plus any
- associated interface definition files, scripts used to control
- compilation and installation of an Executable, or a list of source code
- differential comparisons against either the Original Code or another
- well known, available Covered Code of the Contributor's choice. The
- Source Code can be in a compressed or archival form, provided the
- appropriate decompression or de-archiving software is widely available
- for no charge.
-
- 1.12. ``You'' means an individual or a legal entity exercising rights
- under, and complying with all of the terms of, this License or a future
- version of this License issued under Section 6.1. For legal entities,
- ``You'' includes any entity which controls, is controlled by, or is
- under common control with You. For purposes of this definition,
- ``control'' means (a) the power, direct or indirect, to cause the
- direction or management of such entity, whether by contract or
- otherwise, or (b) ownership of fifty percent (50%) or more of the
- outstanding shares or beneficial ownership of such entity.
-
-2. Source Code License.
-
- 2.1. The Initial Developer Grant.
- The Initial Developer hereby grants You a world-wide, royalty-free,
- non-exclusive license, subject to third party intellectual property
- claims:
-
- (a) to use, reproduce, modify, display, perform, sublicense and
- distribute the Original Code (or portions thereof) with or without
- Modifications, or as part of a Larger Work; and
-
- (b) under patents now or hereafter owned or controlled by Initial
- Developer, to make, have made, use and sell (``Utilize'') the
- Original Code (or portions thereof), but solely to the extent that
- any such patent is reasonably necessary to enable You to Utilize
- the Original Code (or portions thereof) and not to any greater
- extent that may be necessary to Utilize further Modifications or
- combinations.
-
- 2.2. Contributor Grant.
- Each Contributor hereby grants You a world-wide, royalty-free,
- non-exclusive license, subject to third party intellectual property
- claims:
-
- (a) to use, reproduce, modify, display, perform, sublicense and
- distribute the Modifications created by such Contributor (or
- portions thereof) either on an unmodified basis, with other
- Modifications, as Covered Code or as part of a Larger Work; and
-
- (b) under patents now or hereafter owned or controlled by
- Contributor, to Utilize the Contributor Version (or portions
- thereof), but solely to the extent that any such patent is
- reasonably necessary to enable You to Utilize the Contributor
- Version (or portions thereof), and not to any greater extent that
- may be necessary to Utilize further Modifications or combinations.
-
-3. Distribution Obligations.
-
- 3.1. Application of License.
- The Modifications which You create or to which You contribute are
- governed by the terms of this License, including without limitation
- Section 2.2. The Source Code version of Covered Code may be distributed
- only under the terms of this License or a future version of this
- License released under Section 6.1, and You must include a copy of this
- License with every copy of the Source Code You distribute. You may not
- offer or impose any terms on any Source Code version that alters or
- restricts the applicable version of this License or the recipients'
- rights hereunder. However, You may include an additional document
- offering the additional rights described in Section 3.5.
-
- 3.2. Availability of Source Code.
- Any Modification which You create or to which You contribute must be
- made available in Source Code form under the terms of this License
- either on the same media as an Executable version or via an accepted
- Electronic Distribution Mechanism to anyone to whom you made an
- Executable version available; and if made available via Electronic
- Distribution Mechanism, must remain available for at least twelve (12)
- months after the date it initially became available, or at least six
- (6) months after a subsequent version of that particular Modification
- has been made available to such recipients. You are responsible for
- ensuring that the Source Code version remains available even if the
- Electronic Distribution Mechanism is maintained by a third party.
-
- 3.3. Description of Modifications.
- You must cause all Covered Code to which you contribute to contain a
- file documenting the changes You made to create that Covered Code and
- the date of any change. You must include a prominent statement that the
- Modification is derived, directly or indirectly, from Original Code
- provided by the Initial Developer and including the name of the Initial
- Developer in (a) the Source Code, and (b) in any notice in an
- Executable version or related documentation in which You describe the
- origin or ownership of the Covered Code.
-
- 3.4. Intellectual Property Matters
-
- (a) Third Party Claims.
- If You have knowledge that a party claims an intellectual property
- right in particular functionality or code (or its utilization
- under this License), you must include a text file with the source
- code distribution titled ``LEGAL'' which describes the claim and
- the party making the claim in sufficient detail that a recipient
- will know whom to contact. If you obtain such knowledge after You
- make Your Modification available as described in Section 3.2, You
- shall promptly modify the LEGAL file in all copies You make
- available thereafter and shall take other steps (such as notifying
- appropriate mailing lists or newsgroups) reasonably calculated to
- inform those who received the Covered Code that new knowledge has
- been obtained.
-
- (b) Contributor APIs.
- If Your Modification is an application programming interface and
- You own or control patents which are reasonably necessary to
- implement that API, you must also include this information in the
- LEGAL file.
-
- 3.5. Required Notices.
- You must duplicate the notice in Exhibit A in each file of the Source
- Code, and this License in any documentation for the Source Code, where
- You describe recipients' rights relating to Covered Code. If You
- created one or more Modification(s), You may add your name as a
- Contributor to the notice described in Exhibit A. If it is not possible
- to put such notice in a particular Source Code file due to its
- structure, then you must include such notice in a location (such as a
- relevant directory file) where a user would be likely to look for such
- a notice. You may choose to offer, and to charge a fee for, warranty,
- support, indemnity or liability obligations to one or more recipients
- of Covered Code. However, You may do so only on Your own behalf, and
- not on behalf of the Initial Developer or any Contributor. You must
- make it absolutely clear than any such warranty, support, indemnity or
- liability obligation is offered by You alone, and You hereby agree to
- indemnify the Initial Developer and every Contributor for any liability
- incurred by the Initial Developer or such Contributor as a result of
- warranty, support, indemnity or liability terms You offer.
-
- 3.6. Distribution of Executable Versions.
- You may distribute Covered Code in Executable form only if the
- requirements of Section 3.1-3.5 have been met for that Covered Code,
- and if You include a notice stating that the Source Code version of the
- Covered Code is available under the terms of this License, including a
- description of how and where You have fulfilled the obligations of
- Section 3.2. The notice must be conspicuously included in any notice in
- an Executable version, related documentation or collateral in which You
- describe recipients' rights relating to the Covered Code. You may
- distribute the Executable version of Covered Code under a license of
- Your choice, which may contain terms different from this License,
- provided that You are in compliance with the terms of this License and
- that the license for the Executable version does not attempt to limit
- or alter the recipient's rights in the Source Code version from the
- rights set forth in this License. If You distribute the Executable
- version under a different license You must make it absolutely clear
- that any terms which differ from this License are offered by You alone,
- not by the Initial Developer or any Contributor. You hereby agree to
- indemnify the Initial Developer and every Contributor for any liability
- incurred by the Initial Developer or such Contributor as a result of
- any such terms You offer.
-
- 3.7. Larger Works.
- You may create a Larger Work by combining Covered Code with other code
- not governed by the terms of this License and distribute the Larger
- Work as a single product. In such a case, You must make sure the
- requirements of this License are fulfilled for the Covered Code.
-
-4. Inability to Comply Due to Statute or Regulation.
-
- If it is impossible for You to comply with any of the terms of this
- License with respect to some or all of the Covered Code due to statute
- or regulation then You must: (a) comply with the terms of this License
- to the maximum extent possible; and (b) describe the limitations and
- the code they affect. Such description must be included in the LEGAL
- file described in Section 3.4 and must be included with all
- distributions of the Source Code. Except to the extent prohibited by
- statute or regulation, such description must be sufficiently detailed
- for a recipient of ordinary skill to be able to understand it.
-
-5. Application of this License.
-
- This License applies to code to which the Initial Developer has
- attached the notice in Exhibit A, and to related Covered Code.
-
-6. Versions of the License.
-
- 6.1. New Versions.
- Netscape Communications Corporation (``Netscape'') may publish revised
- and/or new versions of the License from time to time. Each version will
- be given a distinguishing version number.
-
- 6.2. Effect of New Versions.
- Once Covered Code has been published under a particular version of the
- License, You may always continue to use it under the terms of that
- version. You may also choose to use such Covered Code under the terms
- of any subsequent version of the License published by Netscape. No one
- other than Netscape has the right to modify the terms applicable to
- Covered Code created under this License.
-
- 6.3. Derivative Works.
- If you create or use a modified version of this License (which you may
- only do in order to apply it to code which is not already Covered Code
- governed by this License), you must (a) rename Your license so that the
- phrases ``Mozilla'', ``MOZILLAPL'', ``MOZPL'', ``Netscape'', ``NPL'' or
- any confusingly similar phrase do not appear anywhere in your license
- and (b) otherwise make it clear that your version of the license
- contains terms which differ from the Mozilla Public License and
- Netscape Public License. (Filling in the name of the Initial Developer,
- Original Code or Contributor in the notice described in Exhibit A shall
- not of themselves be deemed to be modifications of this License.)
-
-7. DISCLAIMER OF WARRANTY.
-
- COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN ``AS IS'' BASIS,
- WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
- DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
- THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
- IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
- YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
- COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
- OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
- ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
-
-8. TERMINATION.
-
- This License and the rights granted hereunder will terminate
- automatically if You fail to comply with terms herein and fail to cure
- such breach within 30 days of becoming aware of the breach. All
- sublicenses to the Covered Code which are properly granted shall
- survive any termination of this License. Provisions which, by their
- nature, must remain in effect beyond the termination of this License
- shall survive.
-
-9. LIMITATION OF LIABILITY.
-
- UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
- (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE INITIAL
- DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
- OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO YOU OR ANY OTHER
- PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
- OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF
- GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND
- ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE
- BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
- LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
- RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
- PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
- EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT
- EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
-
-10. U.S. GOVERNMENT END USERS.
-
- The Covered Code is a ``commercial item,'' as that term is defined in
- 48 C.F.R. 2.101 (Oct. 1995), consisting of ``commercial computer
- software'' and ``commercial computer software documentation,'' as such
- terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
- C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
- all U.S. Government End Users acquire Covered Code with only those
- rights set forth herein.
-
-11. MISCELLANEOUS.
-
- This License represents the complete agreement concerning subject
- matter hereof. If any provision of this License is held to be
- unenforceable, such provision shall be reformed only to the extent
- necessary to make it enforceable. This License shall be governed by
- California law provisions (except to the extent applicable law, if any,
- provides otherwise), excluding its conflict-of-law provisions. With
- respect to disputes in which at least one party is a citizen of, or an
- entity chartered or registered to do business in, the United States of
- America: (a) unless otherwise agreed in writing, all disputes relating
- to this License (excepting any dispute relating to intellectual
- property rights) shall be subject to final and binding arbitration,
- with the losing party paying all costs of arbitration; (b) any
- arbitration relating to this Agreement shall be held in Santa Clara
- County, California, under the auspices of JAMS/EndDispute; and (c) any
- litigation relating to this Agreement shall be subject to the
- jurisdiction of the Federal Courts of the Northern District of
- California, with venue lying in Santa Clara County, California, with
- the losing party responsible for costs, including without limitation,
- court costs and reasonable attorneys fees and expenses. The application
- of the United Nations Convention on Contracts for the International
- Sale of Goods is expressly excluded. Any law or regulation which
- provides that the language of a contract shall be construed against the
- drafter shall not apply to this License.
-
-12. RESPONSIBILITY FOR CLAIMS.
-
- Except in cases where another Contributor has failed to comply with
- Section 3.4, You are responsible for damages arising, directly or
- indirectly, out of Your utilization of rights under this License, based
- on the number of copies of Covered Code you made available, the
- revenues you received from utilizing such rights, and other relevant
- factors. You agree to work with affected parties to distribute
- responsibility on an equitable basis.
-
-EXHIBIT A.
-
- ``The contents of this file are subject to the Mozilla Public License
- Version 1.0 (the "License"); you may not use this file except in
- compliance with the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
-
- Software distributed under the License is distributed on an "AS IS"
- basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
- License for the specific language governing rights and limitations
- under the License.
-
- The Original Code is ______________________________________.
-
- The Initial Developer of the Original Code is ________________________.
- Portions created by ______________________ are Copyright (C) ______
- _______________________. All Rights Reserved.
-
- Contributor(s): ______________________________________.''
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/MSMS b/sdk_container/src/third_party/portage-stable/licenses/MSMS
deleted file mode 100644
index 9a98b680b2a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/MSMS
+++ /dev/null
@@ -1,36 +0,0 @@
-############################################################################
-## LICENSE
-############################################################################
-
-THIS IS WHAT YOU AGREED TO BY DOWNLOADING THE SOFTWARE:
-
-1) The program (MSMS) received by you will be used only for scientific
- research. This license is issued to you as an individual. For institution
- wide use of the software you will have to follow the official registration
- procedure. To do so you can contact us by e-mail (olson@scripps.edu), mail
- (TSRI, Molecular Biology Department, TPC 26, 10550 North Torrey Pines Road,
- 92037 La Jolla) or fax (858)-784-2860.
-
-2. WE REQUEST THAT YOU AGREE TO ACKNOWLEDGE THE USE OF THE MSMS SOFTWARE THAT
- RESULTS IN ANY PUBLISHED WORK, INCLUDING SCIENTIFIC PAPERS, FILMS AND
- VIDEOTAPES BY CITING THE FOLLOWING REFERENCE:
-
- Sanner, M.F., Spehner, J.-C., and Olson, A.J. (1996) Reduced surface:
- an efficient way to compute molecular surfaces. Biopolymers, Vol. 38.,
- (3), 305-320.
-
-3. You will not sell or otherwise transfer these programs or derivatives to
- any other party, whether with or without consideration, for any purpose.
-
-4. You will not obtain, and will not attempt to obtain copyright coverage
- thereon without the express purpose written consent of The Scripps Research
- Institute.
-
-5. You will hold harmless from all or any expenses you may incur as a result
- of or arising from your use, direct or indirect, of these materials. You
- understand that no other right or license to this program or its derivatives
- is granted or implied as a result of our transmission of same to you.
-
-
-
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/MSttfEULA b/sdk_container/src/third_party/portage-stable/licenses/MSttfEULA
deleted file mode 100644
index f836a003504..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/MSttfEULA
+++ /dev/null
@@ -1,94 +0,0 @@
-Microsoft TrueType Fonts
-END-USER LICENSE AGREEMENT FOR MICROSOFT SOFTWARE
----------------------------------------------------
-
-IMPORTANT - READ CAREFULLY: This Microsoft End-User License Agreement
-("EULA") is a legal agreement between you (either an individual or a single
-entity) and Microsoft Corporation for the Microsoft software accompanying
-this EULA, which includes computer software and may include associated
-media, printed materials, and "on-line" or electronic documentation
-("SOFTWARE PRODUCT" or "SOFTWARE"). By exercising your rights to make and
-use copies of the SOFTWARE PRODUCT, you agree to be bound by the terms of
-this EULA. If you do not agree to the terms of this EULA, you may not use
-the SOFTWARE PRODUCT.
-
-SOFTWARE PRODUCT LICENSE
-
-The SOFTWARE PRODUCT is protected by copyright laws and international
-copyright treaties, as well as other intellectual property laws and
-treaties. The SOFTWARE PRODUCT is licensed, not sold.
-
-1. GRANT OF LICENSE. This EULA grants you the following rights:
-
-· Installation and Use. You may install and use an unlimited number of
-copies of the SOFTWARE PRODUCT.
-
-· Reproduction and Distribution. You may reproduce and distribute an
-unlimited number of copies of the SOFTWARE PRODUCT; provided that each copy
-shall be a true and complete copy, including all copyright and trademark
-notices, and shall be accompanied by a copy of this EULA. Copies of the
-SOFTWARE PRODUCT may not be distributed for profit either on a standalone
-basis or included as part of your own product.
-
-2. DESCRIPTION OF OTHER RIGHTS AND LIMITATIONS.
-
-· Limitations on Reverse Engineering, Decompilation, and Disassembly.
-You may not reverse engineer, decompile, or disassemble the SOFTWARE
-PRODUCT, except and only to the extent that such activity is expressly
-permitted by applicable law notwithstanding this limitation.
-
-· Restrictions on Alteration. You may not rename, edit or create any
-derivative works from the SOFTWARE PRODUCT, other than subsetting when
-embedding them in documents.
-
-· Software Transfer. You may permanently transfer all of your rights
-under this EULA, provided the recipient agrees to the terms of this EULA.
-
-· Termination. Without prejudice to any other rights, Microsoft may
-terminate this EULA if you fail to comply with the terms and conditions of
-this EULA. In such event, you must destroy all copies of the SOFTWARE
-PRODUCT and all of its component parts.
-
-3. COPYRIGHT. All title and copyrights in and to the SOFTWARE PRODUCT
-(including but not limited to any images, text, and "applets" incorporated
-into the SOFTWARE PRODUCT), the accompanying printed materials, and any
-copies of the SOFTWARE PRODUCT are owned by Microsoft or its suppliers. The
-SOFTWARE PRODUCT is protected by copyright laws and international treaty
-provisions. Therefore, you must treat the SOFTWARE PRODUCT like any other
-copyrighted material.
-
-4. U.S. GOVERNMENT RESTRICTED RIGHTS. The SOFTWARE PRODUCT and
-documentation are provided with RESTRICTED RIGHTS. Use, duplication, or
-disclosure by the Government is subject to restrictions as set forth in
-subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer
-Software clause at DFARS 252.227-7013 or subparagraphs (c)(1) and (2) of the
-Commercial Computer Software-Restricted Rights at 48 CFR 52.227-19, as
-applicable. Manufacturer is Microsoft Corporation/One Microsoft Way/Redmond,
-WA 98052-6399.
-
-LIMITED WARRANTY
-
-NO WARRANTIES. Microsoft expressly disclaims any warranty for the SOFTWARE
-PRODUCT. The SOFTWARE PRODUCT and any related documentation is provided "as
-is" without warranty of any kind, either express or implied, including,
-without limitation, the implied warranties or merchantability, fitness for a
-particular purpose, or noninfringement. The entire risk arising out of use
-or performance of the SOFTWARE PRODUCT remains with you.
-
-NO LIABILITY FOR CONSEQUENTIAL DAMAGES. In no event shall Microsoft or its
-suppliers be liable for any damages whatsoever (including, without
-limitation, damages for loss of business profits, business interruption,
-loss of business information, or any other pecuniary loss) arising out of
-the use of or inability to use this Microsoft product, even if Microsoft has
-been advised of the possibility of such damages. Because some
-states/jurisdictions do not allow the exclusion or limitation of liability
-for consequential or incidental damages, the above limitation may not apply
-to you.
-
-MISCELLANEOUS If you acquired this product in the United States, this EULA
-is governed by the laws of the State of Washington. If this product was
-acquired outside the United States, then local laws may apply. Should you
-have any questions concerning this EULA, or if you desire to contact
-Microsoft for any reason, please contact the Microsoft subsidiary serving
-your country, or write: Microsoft Sales Information Center/One Microsoft
-Way/Redmond, WA 98052-6399.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/MTA-0.5 b/sdk_container/src/third_party/portage-stable/licenses/MTA-0.5
deleted file mode 100644
index 09cb6ee46fb..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/MTA-0.5
+++ /dev/null
@@ -1,46 +0,0 @@
-MTA v0.5 LICENSE AGREEMENT
-Copyright © 2002-2005 MTA Team, www.multitheftauto.com
-
-PLEASE READ THIS DOCUMENT CAREFULLY BEFORE INSTALLING THE SOFTWARE. BY
-INSTALLING AND USING THE SOFTWARE, YOU AGREE TO BE BOUND BY THE TERMS
-OF THIS AGREEMENT. IF YOU DO NOT AGREE TO THE TERMS OF THE AGREEMENT,
-DO NOT INSTALL OR USE THE SOFTWARE.
-
-The MTA Team (author of this product) provides you this license to use
-this software. This free software is licensed and for use only under
-the terms of this Agreement.
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-This software is protected by copyright laws and international
-copyright treaties, as well as other intellectual property laws and
-treaties.
-
-You may distribute this software on on-line services, bulletin boards,
-or other electronic media provided that it is not modified and the
-original package remains intact with all accompanying files included,
-and provided that no fee is charged. This software may not be
-distributed on cd-rom, dvd-rom, disk, or other physical media for a
-fee without the permission of the author.
-
-Altering and/or changing the executables and/or other binaries
-included within this installation package in ANY possible way is
-forbidden.
-
-Decompiling, disassembling or otherwise reverse engineering of ANY of
-the included executables and binaries is forbidden. You may not
-modify, rent, or resell for profit this software, or create derivative
-works based upon this software.
-
-The origin of this software must not be misrepresented; you must not
-claim that you wrote the original software.
-
-This license will terminate automatically and the software may not be
-used if you fail to comply with any of the above terms and conditions.
-
-The author keeps the right to change the license at any time and
-without notice.
-
-This license may not be removed or altered from any distribution.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/MagentaMgOpen b/sdk_container/src/third_party/portage-stable/licenses/MagentaMgOpen
deleted file mode 100644
index 17bd628119f..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/MagentaMgOpen
+++ /dev/null
@@ -1,34 +0,0 @@
-Copyright © 2004 by MAGENTA Ltd. All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-the fonts accompanying this license ("Fonts") and associated documentation
-files (the "Font Software"), to reproduce and distribute the Font Software,
-including without limitation the rights to use, copy, merge, publish,
-distribute, and/or sell copies of the Font Software, and to permit persons to
-whom the Font Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright and this permission notice shall be included in all copies
-of one or more of the Font Software typefaces.
-
-The Font Software may be modified, altered, or added to, and in particular the
-designs of glyphs or characters in the Fonts may be modified and additional
-glyphs or characters may be added to the Fonts, only if the fonts are renamed
-to names not containing the word "MgOpen", or if the modifications are accepted
-for inclusion in the Font Software itself by the each appointed Administrator.
-
-This License becomes null and void to the extent applicable to Fonts or Font
-Software that has been modified and is distributed under the "MgOpen" name.
-
-The Font Software may be sold as part of a larger software package but no copy
-of one or more of the Font Software typefaces may be sold by itself.
-
-THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
-TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL MAGENTA OR PERSONS OR BODIES IN
-CHARGE OF ADMINISTRATION AND MAINTENANCE OF THE FONT SOFTWARE BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT,
-INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE
-OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/MakeMKV-EULA b/sdk_container/src/third_party/portage-stable/licenses/MakeMKV-EULA
deleted file mode 100644
index 91a3719bbe2..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/MakeMKV-EULA
+++ /dev/null
@@ -1,72 +0,0 @@
-Copyright (C) 2007-2012 GuinpinSoft inc
-
-IMPORTANT NOTE
-
-The Software, as defined below, is protected by copyright, which is vested in GuinpinSoft inc.
-
-The Software may only be used in accordance with the terms and conditions set out in this document.
-
-If you do not read and agree to be bound by the terms and conditions defined in this document, you are not permitted to keep or use the Software in any way whatsoever and must destroy or return all copies of these items which are in your possession.
-
-
-END USER LICENSE AGREEMENT
-
-DEFINITIONS
-
-The following definitions apply to the terms and conditions included in this Agreement.
-
-MakeMKV
-means a computer program, developed by GuinpinSoft inc, for converting audio/video clips between different formats.
-
-Open-source Software
-means certain files included into MakeMKV software package that are licensed under various open-source licenses. The full list of such files is specified in Appendix A. The full text of corresponding open-source licenses can be found in Appendix B.
-
-Software
-means MakeMKV, all program and information files and other documentation which are part of the MakeMKV Software package but excluding Open-source Software.
-
-Individual
-means a particular person.
-
-
-TERMS OF AGREEMENT
-
-This is a legal agreement between you, the users, and GuinpinSoft inc. By installing or using this Software, you agree to be bound by the terms of this agreement. If you do not agree to these terms, you may not use or install the Software.
-
-You are entitled to use the Software on all personal computers (laptops/desktops). "Use" means loaded in temporary memory or permanent storage on the computer.
-
-You may not use the Software for any unlawful activity. Specifically, you may not use the Software to commit copyright infringement, you may only use the Software to make copies of works where you either hold the copyright or have obtained permission to copy from the copyright owner or where you allowed to make a copy by applicable law. If you violate the law you may be subject to claims for damages and/or criminal penalties.
-
-The Software contains cryptographic functionality. The use of cryptographic software without a permit may be illegal in some jurisdictions. By the nature of audio/video format conversion the Software may bypass certain copy protection mechanisms to access audio/video data. You, the user, must check your local laws and regulations before using the Software to ensure that both activities are allowed in your jurisdiction.
-
-You may not sell, rent, lease or sublicense the Software, without the explicit written consent of GuinpinSoft inc.
-
-The Software is protected by copyright laws and international treaties.
-
-All intellectual property rights such as but not limited to patents, trademarks, copyrights or trade secret rights related to the Software are the property of and remains vested in GuinpinSoft inc.
-
-You shall not modify, translate, reverse engineer, decompile or disassemble the Software or any part thereof or otherwise attempt to derive source code, create or use derivative works therefrom.
-
-You are not allowed to remove, alter or destroy any proprietary, trademark or copyright markings or notices placed upon or contained with the Software.
-
-You are allowed to redistribute the Software in it original unmodified form. In addition, as a special exception, you may extract and repackage Linux-specific part of the Software for the purpose of creating a distribution-specific package, as long as program files and this license remain unchanged.
-
-
-YOU EXPRESSLY ACKNOWLEDGE AND AGREE THAT USE OF THE SOFTWARE IS AT YOUR OWN RISK AND THAT THE SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY WARRANTIES OR CONDITIONS WHATSOEVER. GUINPINSOFT INC DOES NOT WARRANT THAT THE FUNCTIONS OF THE SOFTWARE WILL MEET YOUR REQUIREMENTS OR THAT THE OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR FREE. YOU ASSUME RESPONSIBILITY FOR SELECTING THE SOFTWARE TO ACHIEVE YOUR INTENDED RESULTS, AND FOR THE USE AND THE RESULTS OBTAINED FROM THE SOFTWARE.
-
-GUINPINSOFT INC DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES RELATED TO: NON-INFRINGEMENT, LACK OF VIRUSES, ACCURACY OR COMPLETENESS OF RESPONSES OR RESULTS, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-
-IN NO EVENT SHALL GUINPINSOFT INC BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES OR FOR ANY DAMAGES WHATSOEVER (INCLUDING BUT NOT LIMITED TO DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, PERSONAL INJURY, LOSS OF PRIVACY OR OTHER PECUNIARY OR OTHER LOSS WHATSOEVER) ARISING OUT OF USE OR INABILITY TO USE THE SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-REGARDLESS OF THE FORM OF ACTION, GUINPINSOFT INC AGGREGATE LIABILITY ARISING OUT OF OR RELATED TO THIS AGREEMENT SHALL NOT EXCEED THE TOTAL AMOUNT PAYABLE BY YOU UNDER THIS AGREEMENT. THE FOREGOING LIMITATIONS, EXCLUSIONS AND DISCLAIMERS SHALL APPLY TO THE MAXIMUM EXTENT ALLOWED BY APPLICABLE LAW.
-
-The Software may be subject to export or import regulations, and the user agrees to comply strictly with all such laws and regulations. The user agrees not to export or re-export the Software or any part thereof or information pertaining thereto to any country for which a U.S. government agency requires an export license or other governmental approval without first obtaining such license or approval.
-
-Any variation to the terms of this Agreement shall only be valid if made in writing by GuinpinSoft inc.
-
-Appendix A
-This installation package does not contain any Open-source Software components.
-
-Appendix B
-There are no open-source licenses applicable to this package.
-
-( press 'q' to close this screen )
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Markwardt b/sdk_container/src/third_party/portage-stable/licenses/Markwardt
deleted file mode 100644
index 9d8504f6b54..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Markwardt
+++ /dev/null
@@ -1,5 +0,0 @@
-Copyright (C) Craig Markwardt
-This software is provided as is without any warranty whatsoever.
-Permission to use, copy and distribute unmodified copies for
-non-commercial purposes, and to modify and use for personal or
-internal use, is granted. All other rights are reserved.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/MaxMind2 b/sdk_container/src/third_party/portage-stable/licenses/MaxMind2
deleted file mode 100644
index 01c2910fe19..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/MaxMind2
+++ /dev/null
@@ -1,39 +0,0 @@
-There are two licenses, one for the C library software, and one for
-the database.
-
-SOFTWARE LICENSE (C library)
-
-The GeoIP C Library is licensed under the LGPL. For details see
-the COPYING file.
-
-OPEN DATA LICENSE (GeoLite Country and GeoLite City databases)
-
-Copyright (c) 2008 MaxMind, Inc. All Rights Reserved.
-
-All advertising materials and documentation mentioning features or use of
-this database must display the following acknowledgment:
-"This product includes GeoLite data created by MaxMind, available from
-http://maxmind.com/"
-
-Redistribution and use with or without modification, are permitted provided
-that the following conditions are met:
-1. Redistributions must retain the above copyright notice, this list of
-conditions and the following disclaimer in the documentation and/or other
-materials provided with the distribution.
-2. All advertising materials and documentation mentioning features or use of
-this database must display the following acknowledgement:
-"This product includes GeoLite data created by MaxMind, available from
-http://maxmind.com/"
-3. "MaxMind" may not be used to endorse or promote products derived from this
-database without specific prior written permission.
-
-THIS DATABASE IS PROVIDED BY MAXMIND, INC ``AS IS'' AND ANY
-EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL MAXMIND BE LIABLE FOR ANY
-DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-DATABASE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Mellanox-AS-IS b/sdk_container/src/third_party/portage-stable/licenses/Mellanox-AS-IS
deleted file mode 100644
index 06a84209f26..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Mellanox-AS-IS
+++ /dev/null
@@ -1,17 +0,0 @@
-THIS HARDWARE, SOFTWARE OR TEST SUITE PRODUCT (“PRODUCT(S)”) AND ITS RELATED
-DOCUMENTATION ARE PROVIDED BY MELLANOX TECHNOLOGIES “AS-IS” WITH ALL FAULTS OF ANY
-KIND AND SOLELY FOR THE PURPOSE OF AIDING THE CUSTOMER IN TESTING APPLICATIONS THAT
-USE THE PRODUCTS IN DESIGNATED SOLUTIONS. THE CUSTOMER'S MANUFACTURING TEST
-ENVIRONMENT HAS NOT MET THE STANDARDS SET BY MELLANOX TECHNOLOGIES TO FULLY
-QUALIFY THE PRODUCT(S) AND/OR THE SYSTEM USING IT. THEREFORE, MELLANOX TECHNOLOGIES
-CANNOT AND DOES NOT GUARANTEE OR WARRANT THAT THE PRODUCTS WILL OPERATE WITH THE
-HIGHEST QUALITY. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL MELLANOX BE LIABLE TO CUSTOMER OR
-ANY THIRD PARTIES FOR ANY DIRECT, INDIRECT, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES OF ANY KIND (INCLUDING, BUT NOT LIMITED TO, PAYMENT FOR PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY FROM THE USE OF THE
-PRODUCT(S) AND RELATED DOCUMENTATION EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/MicroChip-PK2 b/sdk_container/src/third_party/portage-stable/licenses/MicroChip-PK2
deleted file mode 100644
index 23d648f8fbf..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/MicroChip-PK2
+++ /dev/null
@@ -1,193 +0,0 @@
-IMPORTANT:
-YOU MUST ACCEPT THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT
-TO RECEIVE A LICENSE FOR THE ACCOMPANYING SOFTWARE. TO ACCEPT THE
-TERMS OF THIS LICENSE, OPEN THIS PACKAGE AND PROCEED WITH THE
-DOWNLOAD OR USE OF THE SOFTWARE. IF YOU DO NOT ACCEPT THESE LICENSE
-TERMS, DO NOT OPEN THIS PACKAGE, DOWNLOAD, OR USE THIS SOFTWARE.
-
-PICkit(tm) 2 PK2CMD SOFTWARE LICENSE
-
-This License Agreement (Agreement) is a contract between You (as
-an individual or as a representative of your employer) and
-Microchip Technology Incorporated ("Company") for the PICkit(tm) 2
-PK2CMD software (including source code) accompanying this Agreement
-(the "Software"). In consideration for access to the Software, You
-agree to be bound by this Agreement.
-
-1. LICENSE GRANT. Subject to all of the terms and conditions of
-this Agreement, Company grants You a non-exclusive, non-
-sublicensable, non-transferable license to use the Software with
-Company products, modify the Software for use with Company products,
-and market, sell or otherwise distribute:
-
-(a) Your end application that integrates Software and Company
- products ("Licensee Product"); or
-
-(b) Your modifications to the Software provided that the modified
- Software has the following copyright and disclaimer notice
- prominently posted in a location where end users will see it
- (e.g., installation program, program headers, About Box, etc.):
-
-"Copyright (c) 2005-2008 Microchip Technology Inc. All rights
-reserved. This version of the PICkit(tm) 2 PK2CMD Software has been
-modified by [INSERT YOUR NAME, DATE OF SOFTWARE MODIFICATION HERE].
-You may use, copy, modify and distribute the Software for use with
-Microchip products only. If you distribute the Software or its
-derivatives, the Software must have this copyright and disclaimer
-notice prominently posted in a location where end users will see it
-(e.g., installation program, program headers, About Box, etc.). To
-the maximum extent permitted by law, this Software is distributed
-"AS IS" and WITHOUT ANY WARRANTY INCLUDING BUT NOT LIMITED TO ANY
-IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR PARTICULAR PURPOSE,
-or NON-INFRINGEMENT. IN NO EVENT WILL MICROCHIP OR ITS LICENSORS BE
-LIABLE FOR ANY INCIDENTAL, SPECIAL, INDIRECT OR CONSEQUENTIAL
-DAMAGESOF ANY KIND ARISING FROM OR RELATED TO THE USE, MODIFICATION
-OR DISTRIBUTION OF THIS SOFTWARE OR ITS DERIVATIVES."
-
-You may not copy or reproduce all or any portion of Software, except
-to the extent that such activity is specifically allowed by this
-Agreement or expressly permitted by applicable law notwithstanding
-the foregoing limitations.
-
-All copies of the Software created by You or for You, including
-derivatives, must include the copyright, trademark and other
-proprietary notices as they appear on the original or, in the event
-You modified the Software, the notice listed above. You may not
-remove or alter any identifying screen that is produced by the
-Software.
-
-2. OWNERSHIP AND TITLE. Software is licensed pursuant to the
- Agreement, not sold. All right, title and interest, including
- intellectual property rights, in and to Software, derivatives
- thereof, implementation of the Software in microcontrollers,
- and hardware and software implementations of Software or
- derivatives shall remain in Company. You will not obtain
- ownership rights to derivatives of Software, and by accepting
- the terms of this Agreement assign any such rights to Company
- that You do receive. Except as specifically stated in the
- Agreement, you are granted no other rights, express or implied,
- to the Software, derivatives thereof, or other Company
- intellectual property such as trade secrets, patents,
- copyrights, and trademarks.
-
-3. CONFIDENTIALITY. You agree not to disclose Software to any
- third party, except as permitted by this Agreement. To the
- extent that Software becomes part of the public domain, is
- independently developed, or obtained free from any obligation
- of confidentiality then the obligation of confidentiality
- under this Agreement shall not apply.
-
-4. COPYRIGHT. The Software is protected by U.S. copyright laws
- and international copyright treaties, as well as other
- intellectual property laws and treaties.
-
-5. TERMINATION OF AGREEMENT. Without prejudice to any other
- rights, Company may terminate this Agreement if You fail to
- comply with the terms and conditions of this Agreement.
- Upon termination, You shall immediately: (a) stop using and
- distributing the Software and derivatives thereof; (b) destroy
- all copies of the Software and derivatives in your possession;
- and (c) remove Software from any of Your tangible media and
- from systems on which the Software exists. Termination of
- this License shall not affect the right of any end user or
- consumer to use Licensee Product or modified Software;
- provided that such product or modified Software was purchased
- or distributed prior to the termination of this License.
-
-6. DANGEROUS APPLICATIONS. You acknowledge that Software has not
- been designed to be fault tolerant. You warrant that You will
- not use Software or derivatives in a dangerous, hazardous, or
- life supporting application where the failure of such
- application could lead directly to death, personal injury, or
- environmental damage.
-
-7. INDEMNITY. You will indemnify and hold Company and its
- licensor(s), its related companies and its suppliers, harmless
- for, from and against, any claims, costs (including attorney's
- fees), damages or liabilities, including without limitation
- product liability claims, arising out of: (a) Your use,
- modification and distribution of the Software and its
- derivatives; or (b) violation of this Agreement. COMPANY AND
- ITS LICENSOR(S) ASSUME NO RESPONSIBILITY FOR, NOR INDEMNIFY
- YOU AGAINST, ANY PATENT, COPYRIGHT OR OTHER INTELLECTUAL
- PROPERTY CLAIMS BROUGHT AGAINST YOU RELATING TO THE SOFTWARE.
-
-8. NO WARRANTY. TO THE MAXIMUM EXTENT PERMITTED BY LAW, COMPANY
- AND ITS LICENSOR PROVIDE SOFTWARE "AS IS" AND EXPRESSLY
- DISCLAIM ANY WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED,
- INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
- NON-INFRINGEMENT. YOU ASSUME THE ENTIRE RISK ARISING OUT OF
- USE OR PERFORMANCE OF SOFTWARE, AS WELL AS ANY DERIVATIVES OF
- THE SOFTWARE MADE FOR YOU OR ON YOUR BEHALF. COMPANY AND ITS
- LICENSOR(S) ASSUME NO RESPONSIBILITY FOR THE ACCURACY OR
- ERRORS OR OMISSIONS OF SOFTWARE AND DO NOT WARRANT THE
- FOLLOWING: (A) THE FUNCTIONS CONTAINED IN SOFTWARE WILL MEET
- YOUR REQUIREMENTS; (B) THE OPERATION OF SOFTWARE WILL BE
- UNINTERRUPTED OR ERROR-FREE; OR (C) ANY DEFECTS IN SOFTWARE
- WILL BE CORRECTED.
-
-9. LIMITATION OF LIABILITY. COMPANY AND ITS LICENSOR TOTAL
- AGGREGATE LIABILITY IN CONTRACT, WARRANTY, TORT (INCLUDING
- NEGLIGENCE OR BREACH OF STATUTORY DUTY), STRICT LIABILITY,
- INDEMNITY, CONTRIBUTION, OR OTHERWISE, SHALL NOT EXCEED THE
- LICENSE FEE YOU PAID FOR THE SOFTWARE. IN NO EVENT SHALL
- COMPANY AND ITS LICENSOR BE LIABLE FOR ANY INCIDENTAL, SPECIAL,
- INDIRECT OR CONSEQUENTIAL DAMAGES, LOST PROFITS OR LOST DATA,
- HARM TO YOUR EQUIPMENT, COST OF PROCUREMENT OF SUBSTITUTE
- GOODS, TECHNOLOGY OR SERVICES, ANY CLAIMS BY THIRD PARTIES
- (INCLUDING BUT NOT LIMITED TO ANY DEFENSE THEREOF), ANY CLAIMS
- FOR INDEMNITY OR CONTRIBUTION, OR OTHER SIMILAR COSTS. If any
- remedy is determined to have failed of its essential purpose,
- all limitations of liability and exclusion of damages set forth
- in the limited warranty shall remain in effect.
-
-10. SURVIVAL. Sections 2-15 shall survive termination of this
- Agreement.
-
-11. CHOICE OF LAW; VENUE; LIMITATIONS ON CLAIMS. You agree that
- this Agreement and any conflicts regarding Software, shall be
- construed, interpreted and governed by the laws, and subject
- to the exclusive jurisdiction of the state or territory in the
- Company Terms and Conditions of Sale ("T&Cs"). In the event
- that the T&Cs do not apply or the choice of law or
- jurisdiction are not indicated therein, then this Agreement
- shall be construed, interpreted and governed by the laws, and
- subject to the exclusive jurisdiction of the State of Arizona,
- U.S.A. without regard to any conflict of laws principles. You
- agree that regardless of any law to the contrary, any cause of
- action related to or arising out of this Agreement or Software
- must be filed within one year after such cause of action
- arose, or be considered waived.
-
-12. EXPORT COMPLIANCE. You will not export or re-export Software,
- technical data, direct products thereof or any other items
- which would violate any applicable export control laws and
- regulations including, but not limited to, those of the United
- States and the United Kingdom. You agree that it is Your
- responsibility to obtain copies of and to familiarize yourself
- fully with these laws and regulations to avoid violation.
-
-13. ASSIGNMENT. Neither this agreement nor any rights, licenses
- or obligations hereunder, may be assigned by You without the
- Company's prior written approval.
-
-14. ENTIRE AGREEMENT: MODIFICATIONS AND WAIVER. This Agreement
- constitutes the entire agreement of the parties with respect
- to the subject matter of this Agreement, and merges and
- supersedes all communications relating to this subject matter,
- whether written or oral. Except as expressly set forth in this
- Agreement, no modification of this Agreement will be effective
- unless made in writing signed by Company. No failure or delay
- by Company or its licensor(s) to assert any rights or remedies
- arising from a breach of this Agreement shall be construed as a
- waiver or a continuing waiver of such rights and remedies, nor
- shall failure or delay to assert a breach be deemed to waive that
- or any other breach. If any part of this Agreement is found by a
- court of competent jurisdiction to be invalid, unlawful or
- unenforceable then such part shall be severed from the remainder
- of this Agreement and replaced with a valid provision that comes
- closest to the intention underlying the invalid provision.
-
-Copyright (c) 2005-2008, Microchip Technology Inc. All rights
-reserved.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/MicroChip-SDCC b/sdk_container/src/third_party/portage-stable/licenses/MicroChip-SDCC
deleted file mode 100644
index 26b1c87e7a1..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/MicroChip-SDCC
+++ /dev/null
@@ -1,6 +0,0 @@
-For pic device libraries and header files which are derived from
-Microchip header (.inc) and linker script (.lkr) files Microchip
-requires that "The header files should state that they are only to be
-used with authentic Microchip devices" which makes them incompatible
-with the GPL. Pic device libraries and header files are located at
-non-free/lib and non-free/include directories respectively.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Microsemi b/sdk_container/src/third_party/portage-stable/licenses/Microsemi
deleted file mode 100644
index 6d8961f6a65..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Microsemi
+++ /dev/null
@@ -1,176 +0,0 @@
-This License is granted by Microsemi Corporation, referred to in this License
-as "PMC-Sierra" or "ADAPTEC Inc" or "ADAPTEC" or "we" or "us." Microsemi
-reserves the right to record all activities and to use any information
-obtained in accordance with the privacy policy which you can access below.
-
-Directions to Obtain Your File:
-
-CAREFULLY READ THE FOLLOWING TERMS AND CONDITIONS AS WELL AS THE EXPORT
-COMPLIANCE REQUIREMENTS SET OUT BELOW. YOU MUST ANSWER THE REQUIRED QUESTION
-TRUTHFULLY TO LET US KNOW WHETHER YOU HAVE READ AND UNDERSTOOD THE TERMS AND
-CONDITIONS AND EXPORT COMPLIANCE REQUIREMENTS AND WHETHER YOU AGREE TO COMPLY.
-YOU MUST CLICK A FURTHER BUTTON TO CONFIRM YOUR ANSWER AND IF YOU ANSWER IN
-THE AFFIRMATIVE, A BINDING LICENSE AGREEMENT ("LICENSE") WILL BE CONCLUDED
-BETWEEN US. YOU MAY THEN PROCEED TO DOWNLOAD THE SOFTWARE.
-
-IF YOU DO NOT AGREE TO THESE TERMS, CONDITIONS, AND EXPORT COMPLIANCE
-REQUIREMENTS THEN DO NOT DOWNLOAD THE SOFTWARE. IF YOU WISH TO CANCEL THIS
-LICENSE AT ANY TIME YOU MAY DO SO BY DESTROYING ALL COPIES AND PARTIAL COPIES
-OF THE SOFTWARE WHICH YOU HAVE DOWNLOADED.
-
-YOU ALSO AGREE THAT YOU HAVE ALL NECESSARY INFORMATION IN ORDER TO ENTER INTO
-THIS LICENSE WHETHER UNDER AN APPLICABLE EUROPEAN E-COMMERCE DIRECTIVE OR
-OTHERWISE. IF YOU DO NOT AGREE TO THESE TERMS, CONDITIONS, AND REQUIREMENTS,
-DO NOT DOWNLOAD ANY FILES.
-
-Please retain a copy of the License for your files or you may contact
-ADAPTEC's Legal Department at the address listed below for a further copy.
-This license may be concluded in English or the language in which it is
-drafted by ADAPTEC and appears to you online, as applicable. If you are a
-consumer residing in Europe (a "European Consumer") then this License shall
-not affect your statutory rights under the local laws in Europe.
-
-This License grants you a non-exclusive license to use the ADAPTEC Software
-and related documentation ("Software") on the following terms, conditions, and
-export compliance requirements:
-
-If you are NOT an individual consumer residing in Europe then the following
-terms, conditions and export compliance requirements apply and are a part of
-your license: ALL SECTIONS EXCEPT AS SPECIFIED HEREIN.
-
-If you are an individual consumer residing in Europe ("European Consumer")
-then the following terms, conditions and export compliance requirements apply
-and are made part of your License: 1, 2, 3, 4, applicable parts of 6, 7, 9 and
-the first paragraph of export compliance. IF YOU ARE A EUROPEAN CONSUMER THIS
-LICENSE SHALL NOT AFFECT YOUR RIGHTS UNDER THE STATUTORY LAWS OF EUROPE.
-
- 1. Your right to use the Software.You may use the Software in machine
- readable form (i.e. the form you download from us) within a single working
- location. You may copy the Software in the same form solely for back-up
- purposes or use within a single working location. You must reproduce
- ADAPTEC's copyright notice and proprietary legends. These requirements
- apply to European Consumers.
- 2. Restrictions. This Software contains trade secrets and in order to protect
- them you may not: (1) distribute copies of the Software in any manner,
- including, but not limited to, distribution through web site posting; (2)
- decompile, reverse engineer, disassemble, or otherwise reduce the Software
- to a human perceivable form; (3) MODIFY, ADAPT OR TRANSLATE THE SOFTWARE
- INTO ANY OTHER FORM; (4) RENT, LEASE, LOAN, RESELL FOR PROFIT, OR CREATE
- DERIVATIVE WORKS BASED UPON THE SOFTWARE OR ANY PART OF IT. These
- requirements apply to European Consumers.
- 3. Ownership. The Software is copyrighted by, proprietary to and a trade
- secret of ADAPTEC. ADAPTEC retains the title, ownership and intellectual
- property rights in and to the Software and all subsequent copies
- regardless of the form or media. The Software is protected by the
- copyright laws of the United States, the European Union, and international
- copyright treaties. This License is not a sale of the Software. These
- terms apply to European consumers.
- 4. Termination. This License is effective until terminated. This License will
- terminate automatically without notice if you fail to comply with any of
- the provisions. Upon termination you shall destroy all copies of the
- Software including any partial copies. This provision applies to European
- Consumers.
- 5. Disclaimer of Warranty. IF YOU ARE A EUROPEAN CONSUMER THEN THIS SECTION 5
- DOES NOT APPLY TO YOU AND DOES NOT FORM PART OF YOUR LICENSE WITH US.
- PROCEED TO SECTION 6. THE SOFTWARE IS LICENSED TO YOU "AS IS." YOU ACCEPT
- ALL RISKS WHICH MAY ARISE FROM THE DOWNLOADING OF THE SOFTWARE, INCLUDING
- BUT NOT LIMITED TO ERRORS IN TRANSMISSION OR CORRUPTION OF EXISTING DATA
- OR SOFTWARE. ADAPTEC MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AND
- SPECIFICALLY DISCLAIMS ANY WARRANTY OF NON INFRINGEMENT OF THIRD PARTIES'
- RIGHTS, WARRANTIES OF SATISFACTORY QUALITY AND OF FITNESS FOR A PARTICULAR
- PURPOSE. Some states do not allow the exclusion of implied warranties or
- limitations of how long an implied warranty may last, so the above
- exclusion may not apply to you. You may also have other rights which vary
- from state to state.
- 6. Limitation of Liability. FOR EUROPEAN CONSUMERS: WE WILL NOT BE LIABLE TO
- YOU WHERE YOU SUFFER LOSS WHICH WAS NOT FORESEEABLE TO YOU AND TO US WHEN
- YOU DOWNLOADED THE SOFTWARE (EVEN IF IT RESULTS FROM OUR FAILURE TO COMPLY
- WITH THIS LICENSE OR OUR NEGLIGENCE); WHERE YOU SUFFER ANY BUSINESS LOSS
- INCLUDING LOSS OF REVENUE, PROFITS OR ANTICIPATED SAVINGS (WHETHER THOSE
- LOSSES ARE THE DIRECT OR INDIRECT RESULT OF OUR DEFAULT); OR WHERE YOUR
- LOSS DOES NOT RESULT FROM OUR FAILURE TO COMPLY WITH THIS LICENSE OR OUR
- NEGLIGENCE. THE SOFTWARE HAS BEEN MADE AVAILABLE TO YOU FREE OF CHARGE.
- YOU MAY AT ANY TIME DOWNLOAD A FURTHER COPY OF THE SOFTWARE FREE OF CHARGE
- TO REPLACE YOUR ORIGINAL COPY OF THE SOFTWARE (CONSEQUENTLY, WE AND OUR
- SUPPLIERS WILL ONLY BE LIABLE TO YOU UP TO A MAXIMUM TOTAL LIMIT OF TWO
- THOUSAND DOLLARS U.S. OR ITS EURO EQUIVALENT AT THE TIME A CLAIM IS MADE).
- OUR MAXIMUM FINANCIAL RESPONSIBILITY TO YOU AND THAT OF OUR SUPPLIERS WILL
- NOT EXCEED THIS LIMIT EVEN IF THE ACTUAL LOSS YOU SUFFER IS MORE THAN
- THAT. HOWEVER, NOTHING IN THIS LICENSE SHALL RESTRICT ANY PARTY'S
- LIABILITY FOR FRAUD, DEATH OR PERSONAL INJURY ARISING FROM ITS NEGLIGENCE
- OR FOR FRAUD OR ANY FRAUDULENT MISREPRESENTATION.
-
- ALL OTHERS DOWNLOADING THE SOFTWARE: THE SOFTWARE IS PROVIDED FREE OF
- CHARGE TO YOU, THEREFORE UNDER NO CIRCUMSTANCES EXCEPT AS DESCRIBED HEREIN
- AND UNDER NO LEGAL THEORY, TORT (INCLUDING NEGLIGENCE), CONTRACT, OR
- OTHERWISE, SHALL ADAPTEC OR ITS SUPPLIERS OR RESELLERS BE LIABLE TO YOU OR
- ANY OTHER PERSON FOR ANY ECONOMIC LOSS (INCLUDING LOSS OF PROFIT) OR FOR
- ANY LOSS OF DATA, LOSS OF BUSINESS, LOSS OF GOODWILL, LOSS OF ANTICIPATED
- SAVINGS (IN EACH CASE WHETHER DIRECT OR INDIRECT) OR FOR ANY OTHER DIRECT
- OR INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
- CHARACTER EVEN IF ADAPTEC SHALL HAVE BEEN ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGES. HOWEVER, NOTHING IN THIS LICENSE SHALL RESTRICT ANY PARTY'S
- LIABILITY FOR FRAUD, DEATH OR PERSONAL INJURY ARISING FROM ITS NEGLIGENCE
- OR FOR FRAUD OR ANY FRAUDULENT MISREPRESENTATION.
- 7. Export. By downloading, you acknowledge that the laws and regulations of
- the United States and relevant countries within the European Union,
- restrict the export and re-export of the Software. Further, you agree that
- you will not export or re-export the Software or media in any form without
- the appropriate United States and foreign government approval. If you are
- a European Consumer you must not export Software outside the country in
- which you download it without our prior written permission. (See below for
- details on Export Compliance Requirements.)
- 8. U.S. Government Restricted Rights. IF YOU ARE A EUROPEAN CONSUMER THEN
- THIS CLAUSE WILL NOT APPLY TO YOU AND DOES NOT FORM PART OF YOUR LICENSE
- AGREEMENT WITH US. PLEASE PROCEED TO SECTION 9. If the Software is
- acquired under the terms of a United States GSA contract, use,
- reproduction or disclosure is subject to the restrictions set forth in the
- applicable ADP Schedule contract. If the Software is acquired under the
- terms of a DoD or civilian agency contract, use, duplication or disclosure
- by the Government is subject to the restrictions of this License in
- accordance with 48 C.F.R. 12.212 of the Federal Acquisition Regulations
- and its successors and 48 C.F.R. 227.7202-1 of the DoD FAR Supplement and
- its successors. (See below for details on Export Compliance Requirements.)
- 9. General. California residents entered into and to be performed within
- California, except as governed by Federal law. Should any provision of
- this License be declared unenforceable in any jurisdiction, then such
- provision shall be deemed to be severable from this License and shall not
- affect the remainder hereof. All rights in the Software not specifically
- granted in this License are reserved by Adaptec.
-
-EXPORT COMPLIANCE REQUIREMENTS
-
-Export of any information from the Adaptec web site (including Confidential
-Information obtained through Adaptec Access) outside of the United States is
-subject to all U.S. export control laws. You will abide by such laws and also
-to the provision of the U.S. Export-Re-export Requirements and Enhanced
-Proliferation Control Initiative set forth here. You and your organization
-will not sell, license, or otherwise provide or ship Adaptec products or
-technical data (or the direct product thereof) for export or re-export to the
-embargoed or restricted* countries listed below:
-
- Afghanistan (Taliban controlled area), Cuba, Iran, Iraq, North Korea*,
- Sudan, and Syria*
-
-You agree not to transfer, export or re-export Adaptec products, technology or
-software to your customers or any intermediate entity in the chain of supply
-if our products will be used in the design, development, production,
-stockpiling or use of missiles, chemical or biological weapons or for nuclear
-end uses without obtaining prior authorization from the U.S. Government.
-
-You also agree that unless you receive prior authorization from the U.S.
-Department of Commerce, you shall not transfer, export or re-export, directly
-or indirectly, any Adaptec technology or software (or the direct product of
-such technology or software or any part thereof, or any process or service
-which is the direct product of such technology or software) to any Sanctioned
-and/or Embargoed entity listed on:
-
- Bureau of Industry and Security's Lists to Check
-
- If you have any questions concerning this License, contact:
-
- Microsemi Corporation
- Legal Department
- 1380 Bordeaux Drive
- Sunnyvale, CA 94089
- Phone: (408) 239-8000
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Microsoft-vscode b/sdk_container/src/third_party/portage-stable/licenses/Microsoft-vscode
deleted file mode 100644
index d09b20fa4e1..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Microsoft-vscode
+++ /dev/null
@@ -1,175 +0,0 @@
-### MICROSOFT VISUAL STUDIO CODE
-
-These license terms are an agreement between you and Microsoft
-Corporation (or based on where you live, one of its affiliates). They
-apply to the software named above. The terms also apply to any Microsoft
-services or updates for the software, except to the extent those have
-different terms.
-
-**IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE RIGHTS BELOW.**
-
-1. **INSTALLATION AND USE RIGHTS.**
- a. **General.** You may use any number of copies of the software to
- develop and test your applications, including deployment within
- your internal corporate network.
- b. **Demo use.** The uses permitted above include use of the
- software in demonstrating your applications.
- c. **Third Party Components.** The software may include third party
- components with separate legal notices or governed by other
- agreements, as may be described in the ThirdPartyNotices file
- accompanying the software.
- d. **Extensions.** The software gives you the option to download
- other Microsoft and third party software packages from our
- extension marketplace or package managers. Those packages are
- under their own licenses, and not this agreement. Microsoft does
- not distribute, license or provide any warranties for any of the
- third party packages. By accessing or using our extension
- marketplace, you agree to the extension marketplace terms
- located at .
-
-2. **DATA.**
- a. **Data Collection.** The software may collect information about
- you and your use of the software, and send that to Microsoft.
- Microsoft may use this information to provide services and
- improve our products and services. You may opt-out of many of
- these scenarios, but not all, as described in the product
- documentation located at
- .
- There may also be some features in the software that may enable
- you and Microsoft to collect data from users of your
- applications. If you use these features, you must comply with
- applicable law, including providing appropriate notices to users
- of your applications together with Microsoft's privacy
- statement. Our privacy statement is located at
- . You can learn
- more about data collection and use in the help documentation and
- our privacy statement. Your use of the software operates as your
- consent to these practices.
- b. **Processing of Personal Data.** To the extent Microsoft is a
- processor or subprocessor of personal data in connection with
- the software, Microsoft makes the commitments in the European
- Union General Data Protection Regulation Terms of the Online
- Services Terms to all customers effective May 25, 2018, at
- .
-
-3. **UPDATES.** The software may periodically check for updates and
- download and install them for you. You may obtain updates only from
- Microsoft or authorized sources. Microsoft may need to update your
- system to provide you with updates. You agree to receive these
- automatic updates without any additional notice. Updates may not
- include or support all existing software features, services, or
- peripheral devices. If you do not want automatic updates, you may
- turn them off by following the instructions in the documentation at
- .
-
-4. **FEEDBACK.** If you give feedback about the software to Microsoft,
- you give to Microsoft, without charge, the right to use, share and
- commercialize your feedback in any way and for any purpose. You will
- not give feedback that is subject to a license that requires
- Microsoft to license its software or documentation to third parties
- because we include your feedback in them. These rights survive this
- agreement.
-
-5. **SCOPE OF LICENSE.** This license applies to the Visual Studio Code
- product. Source code for Visual Studio Code is available at
- under the MIT license
- agreement. The software is licensed, not sold. This agreement only
- gives you some rights to use the software. Microsoft reserves all
- other rights. Unless applicable law gives you more rights despite
- this limitation, you may use the software only as expressly
- permitted in this agreement. In doing so, you must comply with any
- technical limitations in the software that only allow you to use it
- in certain ways. You may not
- - reverse engineer, decompile or disassemble the software, or
- otherwise attempt to derive the source code for the software
- except and solely to the extent required by third party
- licensing terms governing use of certain open source components
- that may be included in the software;
- - remove, minimize, block or modify any notices of Microsoft or
- its suppliers in the software;
- - use the software in any way that is against the law;
- - share, publish, rent or lease the software, or provide the
- software as a stand-alone offering for others to use.
-
-6. **SUPPORT SERVICES.** Because this software is "as is," we may not
- provide support services for it.
-
-7. **ENTIRE AGREEMENT.** This agreement, and the terms for supplements,
- updates, Internet-based services and support services that you use,
- are the entire agreement for the software and support services.
-
-8. **EXPORT RESTRICTIONS.** You must comply with all domestic and
- international export laws and regulations that apply to the
- software, which include restrictions on destinations, end-users, and
- end use. For further information on export restrictions, see
- .
-
-9. **APPLICABLE LAW.** If you acquired the software in the United
- States, Washington law applies to interpretation of and claims for
- breach of this agreement, and the laws of the state where you live
- apply to all other claims. If you acquired the software in any other
- country, its laws apply.
-
-10. **CONSUMER RIGHTS; REGIONAL VARIATIONS.** This agreement describes
- certain legal rights. You may have other rights, including consumer
- rights, under the laws of your state or country. Separate and apart
- from your relationship with Microsoft, you may also have rights with
- respect to the party from which you acquired the software. This
- agreement does not change those other rights if the laws of your
- state or country do not permit it to do so. For example, if you
- acquired the software in one of the below regions, or mandatory
- country law applies, then the following provisions apply to you:
- a. **Australia.** You have statutory guarantees under the
- Australian Consumer Law and nothing in this agreement is
- intended to affect those rights.
-
- b. **Canada.** If you acquired this software in Canada, you may
- stop receiving updates by turning off the automatic update
- feature, disconnecting your device from the Internet (if and
- when you re-connect to the Internet, however, the software will
- resume checking for and installing updates), or uninstalling the
- software. The product documentation, if any, may also specify
- how to turn off updates for your specific device or software.
-
- c. **Germany and Austria.**
-
- i. **Warranty.** The properly licensed software will perform
- substantially as described in any Microsoft materials that
- accompany the software. However, Microsoft gives no
- contractual guarantee in relation to the licensed software.
- ii. **Limitation of Liability.** In case of intentional conduct,
- gross negligence, claims based on the Product Liability Act,
- as well as, in case of death or personal or physical injury,
- Microsoft is liable according to the statutory law.
-
- Subject to the foregoing clause (ii), Microsoft will only be
- liable for slight negligence if Microsoft is in breach of such
- material contractual obligations, the fulfillment of which
- facilitate the due performance of this agreement, the breach of
- which would endanger the purpose of this agreement and the
- compliance with which a party may constantly trust in (so-called
- \"cardinal obligations\"). In other cases of slight negligence,
- Microsoft will not be liable for slight negligence.
-
-11. **DISCLAIMER OF WARRANTY. The software is licensed "as-is." You bear
- the risk of using it. Microsoft gives no express warranties,
- guarantees or conditions. To the extent permitted under your local
- laws, Microsoft excludes the implied warranties of merchantability,
- fitness for a particular purpose and non-infringement.**
-
-12. **LIMITATION ON AND EXCLUSION OF DAMAGES. You can recover from
- Microsoft and its suppliers only direct damages up to U.S. \$5.00.
- You cannot recover any other damages, including consequential, lost
- profits, special, indirect or incidental damages.**
-
- This limitation applies to (a) anything related to the software,
- services, content (including code) on third party Internet sites, or
- third party applications; and (b) claims for breach of contract,
- breach of warranty, guarantee or condition, strict liability,
- negligence, or other tort to the extent permitted by applicable law.
-
- It also applies even if Microsoft knew or should have known about
- the possibility of the damages. The above limitation or exclusion
- may not apply to you because your state or country may not allow the
- exclusion or limitation of incidental, consequential or other
- damages.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Midisport b/sdk_container/src/third_party/portage-stable/licenses/Midisport
deleted file mode 100644
index b0f268c8f8c..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Midisport
+++ /dev/null
@@ -1,23 +0,0 @@
-The firmware files (*.ihx) are copyrighted by Midiman, and can be used
-and redistributed only as part of this package.
-
-All other files are distributed under the following license:
-
-Copyright (c) 2003-2006 Clemens Ladisch
-
-Permission to use, copy, modify, and distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-Alternatively, this software may be distributed and/or modified under
-the terms of the GNU General Public License as published by the Free
-Software Foundation; either version 2 of the License, or (at your
-option) any later version.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/MikroTik b/sdk_container/src/third_party/portage-stable/licenses/MikroTik
deleted file mode 100644
index 5551d6c0743..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/MikroTik
+++ /dev/null
@@ -1,372 +0,0 @@
-MIKROTIKLS MIKROTIK SOFTWARE END-USER LICENCE AGREEMENT
-
-Export Eligibility Requirements
-
-By downloading any files from mikrotik.com, you agree to the following:
-
-1. You, hereby undersigned, are aware and acknowledge that the products,
- all hardware, software and/or technology (collectively -"Products")
- purchased, obtained from “Mikrotīkls” Ltd. (In Latvian: SIA
- “Mikrotīkls”) a company registered in Latvia (14.03.1996., reg. No.
- 40003286799) or its affiliates are subject to the sanctions imposed by
- European Union (EU), United Nations (UN), by USA (e.g., The Office of
- Foreign Assets Control of United States of America (OFAC)) or by another
- international organization, to which the Republic of Latvia is a member
- state, hereinafter – International Organization, and set by binding
- national and international laws on export control and economic sanctions,
- restrictions and/or set by the binding regulation on prevention of money
- laundering and terrorism financing.
-2. You may not --directly or indirectly-- make available, provide, sell,
- export, reexport, transfer, divert, or otherwise dispose of any Products to
- any destination, entity, or person prohibited by the laws or regulations of
- the European Union (EU), United Nations (UN) and USA. EU sanctions and
- restrictions are based on Article 215 TFEU (Treaty on the Functioning of
- the European Union) and decisions adopted in the framework of the Common
- Foreign and Security Policy and these restrictions includes but are not
- limited to such countries and subjects as Burundi, Central African
- Republic, Democratic Republic of the Congo, Guinea, Iran (it is prohibited
- to export equipment or software intended for use in the monitoring or
- interception by the Iranian regime of the Internet and of telephone
- communications in Iran), Libya, North Korea, Somalia, Sudan, Syria, Crimea
- and Sevastopol (in response to the illegal annexation of Crimea and
- Sevastopol), Russian Federation, non-government controlled areas of Ukraine
- in the oblasts of Donetsk, Kherson, Luhansk and Zaporizhzhia (in response
- of Russia’s escalating war of aggression against Ukraine to the illegal
- annexation of these territories), Republic of Belarus, Venezuela and/or
- organizations, entities, persons specified and listed in the directives,
- Council decisions and regulation. Sanction regimes established by the
- national, USA and/or other International Organizations may
- expand/supplement states, persons and/or entities determined by the EU
- binding regulation. More information could be obtained:
- https://www.sanctionsmap.eu/#/main https://sanctionssearch.ofac.treas.gov/
- https://scsanctions.un.org/consolidated/
-3. By accepting these Export eligibility requirements and acknowledge of
- trade compliance You assure that You or Your affiliated parties will not
- directly or indirectly export, re-export, transfer or release, make
- available any Products and/or any support related to the Products thereof
- to any destination, person, entity or end use prohibited or restricted
- under above described laws and imposed sanctions, restrictive measures
- without prior authorization of corresponding authorities required by
- regulation.
-4. You acknowledge that other countries may have trade laws pertaining to
- the export, import, use, or distribution of Products, and that compliance
- with same is the responsibility of You. These Export eligibility
- requirements and acknowledgment of trade compliance shall survive the
- expiration or termination of any license agreements signed by You in
- connection with Products.
-5. By accepting these Export eligibility requirements and acknowledge of
- trade compliance hereby declare that You have been informed and warned
- about Export eligibility requirements and acknowledge of trade compliance
- and You are liable for following its rules in good faith.
-6. Moreover by downloading any files from mikrotik.com, you agree to the
- following:You are not a citizen, national or resident of, and are not under
- the control of, the government of any country to which the United States,
- European Union, Latvia or United Nations has prohibited export of technical
- information, such as : Cuba, Iran, Libya, North Korea, Sudan, Syria,
- Russian Federation, or Republic of Belarus. You will not download or
- otherwise export or re-export the software, directly or indirectly, to the
- above-prohibited countries nor to citizens, national or residents of those
- countries. You are not listed on the United States Department of Treasury
- list, list of European Union, Latvia or United Nations of Specially
- Designated Nationals, Specially Designated Terrorists, and Specially
- Designated Narcotics Traffickers, nor are you listed on the United States
- Department of Commerce Table of Denial Orders. You will not download or
- otherwise export or re-export the software, directly or indirectly, to
- persons on the above-mentioned lists. You will not use the software for,
- and will not allow the software to be used for, any purposes prohibited by
- law of European Union (EU), United Nations (UN), by USA (e.g., The Office
- of Foreign Assets Control of United States of America (OFAC)) or by another
- international organization, to which the Republic of Latvia is a member
- state , including, without limitation, for the development, design,
- manufacture or production of nuclear, chemical, or biological weapons of
- mass destruction.
-
-MIKROTIKLS MIKROTIK SOFTWARE END-USER LICENCE AGREEMENT
-
-MIKROTIK ROUTEROS SOFTWARE ROUTER SYSTEM
-
-This End-User License Agreement ("License Agreement") is a binding agreement
-between you (either an individual or a single entity) and MikroTikls SIA
-("MikroTikls" or "MikroTik"), which is the manufacturer of the SOFTWARE
-PRODUCT ("SOFTWARE PRODUCT" or "SOFTWARE") identified above. HARDWARE refers
-as the computer, which the Software Product is installed on. Any software
-provided along with the SOFTWARE PRODUCT that is associated with a separate
-end-user License Agreement is licensed to you under the terms of that License
-Agreement. The term SOFTWARE or SOFTWARE PRODUCT does not include the software
-listed after point 12 of this document that is under the GNU General Public
-License or other free software licenses listed after point 12 of this document.
-
-By opening or installing SOFTWARE PRODUCT MikroTik RouterOS you indicate that
-you agree with terms of this agreement, if you do not agree with the terms of
-this agreement, do not open the diskette package and do not install or use the
-software, instead, return the unopened package of the SOFTWARE including
-manuals, documentation, or written materials that are associated with this
-program to the place where you obtained them for full refund and delete all
-electronic copies of the SOFTWARE and documentation.
-
-1. GRANT OF LICENSE
-
-If you purchased a base license of the SOFTWARE PRODUCT you are granted a
-non-exclusive license to use the SOFTWARE PRODUCT and accompanying
-Documentation according to the contents of this License herein:
-
-a. SOFTWARE Installation and Use.
-
- You may only install and use one copy of the SOFTWARE on the Computer.
-
-b. Back-up Copy.
-
- You may make a single back-up copy of the SOFTWARE PRODUCT. You may use the
- back-up copy solely for archival purposes. Except as expressly provided in
- this License Agreement, you may not otherwise make copies of the SOFTWARE
- PRODUCT, including the printed materials accompanying the SOFTWARE.
-
-2. DESCRIPTION OF OTHER RIGHTS AND LIMITATIONS
-
-a. You may not:
- * permit other individuals to use the SOFTWARE except under the terms
- listed in Article 1 "Grant of License" above;
- * modify, translate, reverse engineer, decompile, disassemble (except
- to the extent applicable laws specifically prohibit such restriction), or
- create derivative works based on the Software;
- * copy the Software; or
- * remove any proprietary notices or labels on the Software.
-
-b. SOFTWARE PRODUCT Transfer.
-
- You may permanently transfer all of your rights under this License
- Agreement only as part of a permanent sale or transfer of the HARDWARE,
- provided you retain no copies, you transfer all of the SOFTWARE PRODUCT
- (including all component parts, the media and printed materials, any
- upgrades, this License Agreement and, if applicable, the Certificate(s) of
- Authenticity), and the recipient agrees to the terms of this License
- Agreement. If the SOFTWARE PRODUCT is an upgrade, any transfer must also
- include all prior versions of the SOFTWARE PRODUCT.
-
-c. Termination.
-
- Without prejudice to any other rights MikroTikls may terminate this License
- Agreement if you fail to comply with the terms and conditions of this
- License Agreement. In such event, you must destroy all copies of the
- SOFTWARE PRODUCT and all of its component parts.
-
-d. Trademarks.
-
- This License Agreement does not grant you any rights in connection with any
- trademarks or service marks of MikroTikls or its suppliers.
-
-3. RECORDS; AUDIT
-
-Licensee shall maintain accurate records as necessary to verify compliance
-with this Agreement. Licensor may conduct one or more audits to verify such
-compliance. Audits will be conducted during normal business hours. All audits
-shall be conducted at Licensor’s expense unless the results establish that
-Licensee has underpaid Licensor by more than 5% of the amount actually due, in
-which case Licensee shall pay all amounts due and bear the expense of the
-audit.
-
-4. UPGRADE PACKAGE
-
-If the SOFTWARE PRODUCT is labeled as an upgrade package, you must be properly
-licensed to use a product identified by MikroTikls as being eligible for the
-upgrade package in order to use the SOFTWARE PRODUCT ("Eligible Product"). For
-the purpose of upgrade package products only, "HARDWARE" shall mean the
-computer system or computer system component with which you received the
-Eligible Product. A SOFTWARE PRODUCT labeled as an upgrade package replaces
-and/or supplements the Eligible Product. You may use the resulting upgraded
-product only in accordance with the terms of this License Agreement. If the
-SOFTWARE PRODUCT is an upgrade of a component of a package of SOFTWARE
-programs that you licensed as a single product, the SOFTWARE PRODUCT may be
-used and transferred only as part of that single product package and may not
-be separated for use on more than one computer.
-
-If you receive your first copy of the SOFTWARE electronically, and a second
-copy on media, the second copy may be used for archival purposes only. This
-license does not grant you any right to any enhancement, update or upgrade.
-Rights to the SOFTWARE PRODUCT will be indicated on your invoice.
-
-5. FEATURE PACKAGE
-
-If the SOFTWARE PRODUCT is labeled as a "feature package" that required
-additional purchase, you must be properly licensed to use a product identified
-by MikroTikls as being eligible for the "feature package" in order to use the
-SOFTWARE PRODUCT ("Eligible Product"). For the purpose of "feature package",
-products only, "HARDWARE" shall mean the computer system or computer system
-component with which you received the Eligible Product. A SOFTWARE PRODUCT
-labeled as "feature package" replaces and/or supplements the Eligible Product.
-You may use the resulting SOFTWARE PRODUCT only in accordance with the terms
-of this License Agreement. If the SOFTWARE PRODUCT is an "feature package" of
-a component of a package of SOFTWARE programs that you licensed as a single
-product, the SOFTWARE PRODUCT may be used and transferred only as part of that
-single product package and may not be separated for use on more than one
-computer.
-
-If you receive your first copy of the SOFTWARE electronically, and a second
-copy on media, the second copy may be used for archival purposes only. Rights
-to the SOFTWARE PRODUCT will be indicated on your invoice.
-
-6. TRIAL or DEMO VERSION
-
-If the SOFWARE PRODUCT is authorized by MikroTikls as the Trial or Demo
-version, the Rights to the SOFTWARE cannot be transferred as described in
-Article 2 (b) of this License Agreement.
-
-MikroTikls shall have no obligation to fix any defects, which arise from the
-use of Trial or Demo version program.
-
-7. COPYRIGHT
-
-All title and intellectual property rights in and to the SOFTWARE PRODUCT,
-accompanying printed materials, and any copies of the SOFTWARE PRODUCT, are
-owned by MikroTikls or its suppliers. You may not copy the printed materials
-accompanying the SOFTWARE PRODUCT. All rights not expressly granted under this
-License Agreement are reserved by MikroTikls SIA and its suppliers.
-
-The SOFTWARE PRODUCT is protected by US copyright laws and international
-copyright treaties, as well as other intellectual property laws and treaties.
-The SOFTWARE PRODUCT is licensed, not sold.
-
-8. DUAL-MEDIA SOFTWARE PRODUCT.
-
-You may receive the SOFTWARE PRODUCT in more than one medium. Regardless of
-the type or size of medium you receive, you may use only one medium that is
-appropriate for the Computer. You may not use or install the other medium on
-another computer. You may not loan, rent, lease, lend or otherwise transfer
-the other medium to another user, except as part of the permanent transfer (as
-provided above) of the SOFTWARE PRODUCT.
-
-9. LIMITED WARRANTY
-
-MikroTikls warrants that for a period of ninety (90) days from the days of
-acquisition, the Software, if operated as directed, will substantially achieve
-the functionality described in the Documentation. MikroTikls does not warrant,
-however, that your use of the SOFTWARE will be uninterrupted or that the
-operation of the SOFTWARE will be error-free or secure and hereby disclaims
-any and all liability on account thereof. In addition, the security mechanisms
-implemented by the SOFTWARE have inherent limitations, and you must determine
-that the SOFTWARE sufficiently meets your requirements.
-
-MikroTikls also warrants that the media containing the Software, if provided
-by MikroTikls, is free from defects in material and workmanship and will so
-remain for (90) days from the date you acquired the Software. MikroTikls’
-sole liability for any breach of this warranty shall be, in MikroTikls’ sole
-discretion:
-
-a. to replace your defective media; or
-b. to advise you how to achieve substantially the same functionality with
- the SOFTWARE as described in the Documentation; or
-c. if the above remidies are impracticable, to refund the license fee you
- paid for the Software. Repaired, corrected, or replaced SOFTWARE and
- Documentation shall be covered by this limited warranty for the period
- under the warranty that covered the original SOFTWARE or if longer, for
- thirty (30) days after the date (a) of shipment to you of the repaired or
- replaced Software, or (b) MikroTikls advised you how to operate the
- SOFTWARE so as to achieve the functionality described in the Documentation.
- Only if you inform MikroTikls of your problem with the SOFTWARE during the
- applicable warranty period and provide evidence of the date you acquired
- the SOFTWARE will MikroTikls be obligated to honor this warranty.
- MikroTikls will use reasonable commercial efforts to repair, replace,
- advise, or refund pursuant to foregoing warranty within 30 days of being so
- notified.
-
-THIS IS A LIMITED WARRANTY AND IT IS THE ONLY WARRANTY MADE BY MIKROTIKLS.
-MIKROTIKLS MAKES NO OTHER EXPRESS WARRANTY AND NO WARRANTY OR CONDITION OF
-NONINFRIGEMENT OF THIRD PARTIES’ RIGHTS. THE DURATION OF IMPLIED WARRANTIES,
-INCLUDING WITHOUT LIMITATION, WARRANTIES OF MERCHANTABILITY AND OF FITNESS FOR
-A PARTICULAR PURPOSE, IS LIMITED TO THE ABOVE LIMITED WARRANTY PERIOD; SOME
-STATES DO NOT ALLOW LIMITATIONS ON HOW LONG AN IMPLIED WARRANTY LASTS, SO
-THESE LIMITATIONS MAY NOT APPLY TO YOU, NO MIKROTIKLS DEALER, AGENT, OR
-EMPLOYEE IS AUTHORIZED TO MAKE ANY MODIFICATIONS, EXTENSIONS, OR ADDITIONS TO
-THIS WARRANTY. If any modifications are made to the SOFTWARE by you during the
-warranty period; if the media is subjected to accident, abuse, or improper
-use; or if you violate the terms of this Agreement, then this warranty shall
-immediately be terminated. This warranty shall not apply if the SOFTWARE is
-used on or in conjunction with hardware or SOFTWARE other than the unmodified
-version of hardware and SOFTWARE with which the SOFTWARE was designed to be
-used as described in the Documentation.
-
-THIS WARRANTY GIVES YOU SPECIFIC LEGAL RIGHTS, AND YOU MAY HAVE OTHER LEGAL
-RIGHTS THAT VARY FROM STATE TO STATE OR BY JURISDICTION.
-
-10. LIMITATION OF LIABILITY
-
-UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, TORT, CONTRACT, OR
-OTHERWISE, SHALL MIKROTIKLS OR ITS SUPPLIERS OR RESELLERS BE LIABLE TO YOU OR
-ANY OTHER PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
-DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF
-GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
-COMMERCIAL DAMAGES OR LOSSES, OR FOR ANY DAMAGES IN EXCESS OF MIKROTIKLS’
-LIST PRICE FOR A LICENSE TO THE SOFTWARE AND DOCUMENTATION, EVEN IF MIKROTIKLS
-SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES, OR FOR ANY CLAIM
-BY ANY OTHER PARTY. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY
-FOR DEATH OR PERSONAL INJURY TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH
-LIMITATION. FURTHERMORE, SOME STATES DO NOT ALLOW THE EXCLUSION ORLIMITATION
-OF INCIDENTAL OR CONSEQUENTAL DAMAGES, SO THIS LIMITATION AND EXCLUSION MAY
-NOT APPLY TO YOU.
-
-EXPORT REQUIREMENTS
-
-You may not export or re-export the Software or any copy or adaptation in
-violation of any applicable laws or regulations.
-
-12. MISCELLANEOUS
-
-This Agreement represents the complete agreement concerning this license
-between the parties and supersedes all prior agreements and representations
-between them. It may be amended only by writing executed by both parties. If
-any provision of this Agreement is held to be unenforceable for any reason,
-such provision shall be reformed only to the extent necessary to make it
-enforceable.
-
-For license obligations below that require Mikrotikls to provide source code
-or other license obligations, you should contact Mikrotikls by mail at the
-following address:
-MikroTikls SIA
-attn: license compliance
-Ūnijas iela 2
-LV-1039, Riga
-LATVIA
-
-For license obligations below that require responses by email, you should
-contact Mikrotikls SIA at: mt@mikrotik.com
-
-For license obligations below that require responses by telephone or fax, you
-should contact Mikrotikls SIA at: telephone +371 7317700, fax +371 7317701
-
-To get a CD with the corresponding source code for the GPL-covered programs in
-this distribution, wire transfer $45 to MikroTikls SIA, Ūnijas iela 2, Riga,
-LV-1039, Latvia. Please contact MikroTikls SIA for our current account
-information and wire transfer instructions. Offer valid for three years from
-the date of distribution of this software. This CD will only include the
-source code of the following programs and any non-proprietary programs
-distributed according to license requirements. This CD will not include
-MikroTikls proprietary SOFTWARE.
-
-The following list may or may not include all of the GNU/GPL software that is
-included in the distribution. This list is not part of the GNU/GPL license
-obligations. For GNU/GLP license obligations, you must follow the GNU/GPL
-license procedures.
-
-Package name License URL e2fsprogs GPL http://e2fsprogs.sourceforge.net/
-linux kernel GPL http://www.kernel.org/
-OpenSSL OpenSSL (BSD) http://www.openssl.org/
-ppp PPP (BSD) ftp://metalab.unc.edu/pub/Linux/system/network/serial/ppp
-racoon Raccon (BSD) http://www.kame.net/
-SGI STL STL http://www.sgi.com/tech/stl/
-OpenSSH OpenSSH http://www.openssh.org/
-SYSLINUX GPL http://syslinux.zytor.com/
-expat expat http://expat.sourceforge.net/
-libsvg LGPL http://cairographics.org/libsvg
-libsvg-cairo LGPL http://cairographics.org/libsvg-cairo
-cairo MPL http://cairographics.org/
-fontconfig Fontconfig http://www.fontconfig.org/wiki/
-freetype Freetype http://www.freetype.org/
-net-snmp Net-snmp http://net-snmp.sourceforge.net/
-libcroco LGPL http://www.freespiders.org/projects/libcroco/
-pango LGPL http://www.pango.org/
-librsvg LGPL http://librsvg.sourceforge.net/
-glib LGPL http://www.gtk.org/
-gtk+ LGPL http://www.gtk.org/
-ZeroTier ZeroTier BSL https://www.zerotier.com/
-
-This software is based in part on the work of the Independent JPEG Group jpeg
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Mini-XML b/sdk_container/src/third_party/portage-stable/licenses/Mini-XML
deleted file mode 100644
index 4d0aa78af22..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Mini-XML
+++ /dev/null
@@ -1,507 +0,0 @@
- Mini-XML License
- September 18, 2010
-
-
-The Mini-XML library and included programs are provided under the
-terms of the GNU Library General Public License version 2 (LGPL2)
-with the following exceptions:
-
- 1. Static linking of applications to the Mini-XML library
-does not constitute a derivative work and does not require
-the author to provide source code for the application, use
-the shared Mini-XML libraries, or link their applications
-against a user-supplied version of Mini-XML.
-
-If you link the application to a modified version of
-Mini-XML, then the changes to Mini-XML must be provided
-under the terms of the LGPL2 in sections 1, 2, and 4.
-
- 2. You do not have to provide a copy of the Mini-XML license
-with programs that are linked to the Mini-XML library, nor
-do you have to identify the Mini-XML license in your
-program or documentation as required by section 6 of the
-LGPL2.
-
-
- GNU LIBRARY GENERAL PUBLIC LICENSE
- Version 2, June 1991
-
- Copyright (C) 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- [This is the first released version of the library GPL. It is
- numbered 2 because it goes with version 2 of the ordinary GPL.]
-
- Preamble
-
- The licenses for most software are designed to take away your
-freedom to share and change it. By contrast, the GNU General Public
-Licenses are intended to guarantee your freedom to share and change
-free software--to make sure the software is free for all its users.
-
- This license, the Library General Public License, applies to some
-specially designated Free Software Foundation software, and to any
-other libraries whose authors decide to use it. You can use it for
-your libraries, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
- To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if
-you distribute copies of the library, or if you modify it.
-
- For example, if you distribute copies of the library, whether gratis
-or for a fee, you must give the recipients all the rights that we gave
-you. You must make sure that they, too, receive or can get the source
-code. If you link a program with the library, you must provide
-complete object files to the recipients so that they can relink them
-with the library, after making changes to the library and recompiling
-it. And you must show them these terms so they know their rights.
-
- Our method of protecting your rights has two steps: (1) copyright
-the library, and (2) offer you this license which gives you legal
-permission to copy, distribute and/or modify the library.
-
- Also, for each distributor's protection, we want to make certain
-that everyone understands that there is no warranty for this free
-library. If the library is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original
-version, so that any problems introduced by others will not reflect on
-the original authors' reputations.
-
- Finally, any free program is threatened constantly by software
-patents. We wish to avoid the danger that companies distributing free
-software will individually obtain patent licenses, thus in effect
-transforming the program into proprietary software. To prevent this,
-we have made it clear that any patent must be licensed for everyone's
-free use or not licensed at all.
-
- Most GNU software, including some libraries, is covered by the ordinary
-GNU General Public License, which was designed for utility programs. This
-license, the GNU Library General Public License, applies to certain
-designated libraries. This license is quite different from the ordinary
-one; be sure to read it in full, and don't assume that anything in it is
-the same as in the ordinary license.
-
- The reason we have a separate public license for some libraries is that
-they blur the distinction we usually make between modifying or adding to a
-program and simply using it. Linking a program with a library, without
-changing the library, is in some sense simply using the library, and is
-analogous to running a utility program or application program. However, in
-a textual and legal sense, the linked executable is a combined work, a
-derivative of the original library, and the ordinary General Public License
-treats it as such.
-
- Because of this blurred distinction, using the ordinary General
-Public License for libraries did not effectively promote software
-sharing, because most developers did not use the libraries. We
-concluded that weaker conditions might promote sharing better.
-
- However, unrestricted linking of non-free programs would deprive the
-users of those programs of all benefit from the free status of the
-libraries themselves. This Library General Public License is intended to
-permit developers of non-free programs to use free libraries, while
-preserving your freedom as a user of such programs to change the free
-libraries that are incorporated in them. (We have not seen how to achieve
-this as regards changes in header files, but we have achieved it as regards
-changes in the actual functions of the Library.) The hope is that this
-will lead to faster development of free libraries.
-
- The precise terms and conditions for copying, distribution and
-modification follow. Pay close attention to the difference between a
-"work based on the library" and a "work that uses the library". The
-former contains code derived from the library, while the latter only
-works together with the library.
-
- Note that it is possible for a library to be covered by the ordinary
-General Public License rather than by this special one.
-
- GNU LIBRARY GENERAL PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. This License Agreement applies to any software library which
-contains a notice placed by the copyright holder or other authorized
-party saying it may be distributed under the terms of this Library
-General Public License (also called "this License"). Each licensee is
-addressed as "you".
-
- A "library" means a collection of software functions and/or data
-prepared so as to be conveniently linked with application programs
-(which use some of those functions and data) to form executables.
-
- The "Library", below, refers to any such software library or work
-which has been distributed under these terms. A "work based on the
-Library" means either the Library or any derivative work under
-copyright law: that is to say, a work containing the Library or a
-portion of it, either verbatim or with modifications and/or translated
-straightforwardly into another language. (Hereinafter, translation is
-included without limitation in the term "modification".)
-
- "Source code" for a work means the preferred form of the work for
-making modifications to it. For a library, complete source code means
-all the source code for all modules it contains, plus any associated
-interface definition files, plus the scripts used to control compilation
-and installation of the library.
-
- Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope. The act of
-running a program using the Library is not restricted, and output from
-such a program is covered only if its contents constitute a work based
-on the Library (independent of the use of the Library in a tool for
-writing it). Whether that is true depends on what the Library does
-and what the program that uses the Library does.
-
- 1. You may copy and distribute verbatim copies of the Library's
-complete source code as you receive it, in any medium, provided that
-you conspicuously and appropriately publish on each copy an
-appropriate copyright notice and disclaimer of warranty; keep intact
-all the notices that refer to this License and to the absence of any
-warranty; and distribute a copy of this License along with the
-Library.
-
- You may charge a fee for the physical act of transferring a copy,
-and you may at your option offer warranty protection in exchange for a
-fee.
-
- 2. You may modify your copy or copies of the Library or any portion
-of it, thus forming a work based on the Library, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
- a) The modified work must itself be a software library.
-
- b) You must cause the files modified to carry prominent notices
- stating that you changed the files and the date of any change.
-
- c) You must cause the whole of the work to be licensed at no
- charge to all third parties under the terms of this License.
-
- d) If a facility in the modified Library refers to a function or a
- table of data to be supplied by an application program that uses
- the facility, other than as an argument passed when the facility
- is invoked, then you must make a good faith effort to ensure that,
- in the event an application does not supply such function or
- table, the facility still operates, and performs whatever part of
- its purpose remains meaningful.
-
- (For example, a function in a library to compute square roots has
- a purpose that is entirely well-defined independent of the
- application. Therefore, Subsection 2d requires that any
- application-supplied function or table used by this function must
- be optional: if the application does not supply it, the square
- root function must still compute square roots.)
-
-These requirements apply to the modified work as a whole. If
-identifiable sections of that work are not derived from the Library,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works. But when you
-distribute the same sections as part of a whole which is a work based
-on the Library, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote
-it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Library.
-
-In addition, mere aggregation of another work not based on the Library
-with the Library (or with a work based on the Library) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
- 3. You may opt to apply the terms of the ordinary GNU General Public
-License instead of this License to a given copy of the Library. To do
-this, you must alter all the notices that refer to this License, so
-that they refer to the ordinary GNU General Public License, version 2,
-instead of to this License. (If a newer version than version 2 of the
-ordinary GNU General Public License has appeared, then you can specify
-that version instead if you wish.) Do not make any other change in
-these notices.
-
- Once this change is made in a given copy, it is irreversible for
-that copy, so the ordinary GNU General Public License applies to all
-subsequent copies and derivative works made from that copy.
-
- This option is useful when you wish to copy part of the code of
-the Library into a program that is not a library.
-
- 4. You may copy and distribute the Library (or a portion or
-derivative of it, under Section 2) in object code or executable form
-under the terms of Sections 1 and 2 above provided that you accompany
-it with the complete corresponding machine-readable source code, which
-must be distributed under the terms of Sections 1 and 2 above on a
-medium customarily used for software interchange.
-
- If distribution of object code is made by offering access to copy
-from a designated place, then offering equivalent access to copy the
-source code from the same place satisfies the requirement to
-distribute the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
- 5. A program that contains no derivative of any portion of the
-Library, but is designed to work with the Library by being compiled or
-linked with it, is called a "work that uses the Library". Such a
-work, in isolation, is not a derivative work of the Library, and
-therefore falls outside the scope of this License.
-
- However, linking a "work that uses the Library" with the Library
-creates an executable that is a derivative of the Library (because it
-contains portions of the Library), rather than a "work that uses the
-library". The executable is therefore covered by this License.
-Section 6 states terms for distribution of such executables.
-
- When a "work that uses the Library" uses material from a header file
-that is part of the Library, the object code for the work may be a
-derivative work of the Library even though the source code is not.
-Whether this is true is especially significant if the work can be
-linked without the Library, or if the work is itself a library. The
-threshold for this to be true is not precisely defined by law.
-
- If such an object file uses only numerical parameters, data
-structure layouts and accessors, and small macros and small inline
-functions (ten lines or less in length), then the use of the object
-file is unrestricted, regardless of whether it is legally a derivative
-work. (Executables containing this object code plus portions of the
-Library will still fall under Section 6.)
-
- Otherwise, if the work is a derivative of the Library, you may
-distribute the object code for the work under the terms of Section 6.
-Any executables containing that work also fall under Section 6,
-whether or not they are linked directly with the Library itself.
-
- 6. As an exception to the Sections above, you may also compile or
-link a "work that uses the Library" with the Library to produce a
-work containing portions of the Library, and distribute that work
-under terms of your choice, provided that the terms permit
-modification of the work for the customer's own use and reverse
-engineering for debugging such modifications.
-
- You must give prominent notice with each copy of the work that the
-Library is used in it and that the Library and its use are covered by
-this License. You must supply a copy of this License. If the work
-during execution displays copyright notices, you must include the
-copyright notice for the Library among them, as well as a reference
-directing the user to the copy of this License. Also, you must do one
-of these things:
-
- a) Accompany the work with the complete corresponding
- machine-readable source code for the Library including whatever
- changes were used in the work (which must be distributed under
- Sections 1 and 2 above); and, if the work is an executable linked
- with the Library, with the complete machine-readable "work that
- uses the Library", as object code and/or source code, so that the
- user can modify the Library and then relink to produce a modified
- executable containing the modified Library. (It is understood
- that the user who changes the contents of definitions files in the
- Library will not necessarily be able to recompile the application
- to use the modified definitions.)
-
- b) Accompany the work with a written offer, valid for at
- least three years, to give the same user the materials
- specified in Subsection 6a, above, for a charge no more
- than the cost of performing this distribution.
-
- c) If distribution of the work is made by offering access to copy
- from a designated place, offer equivalent access to copy the above
- specified materials from the same place.
-
- d) Verify that the user has already received a copy of these
- materials or that you have already sent this user a copy.
-
- For an executable, the required form of the "work that uses the
-Library" must include any data and utility programs needed for
-reproducing the executable from it. However, as a special exception,
-the source code distributed need not include anything that is normally
-distributed (in either source or binary form) with the major
-components (compiler, kernel, and so on) of the operating system on
-which the executable runs, unless that component itself accompanies
-the executable.
-
- It may happen that this requirement contradicts the license
-restrictions of other proprietary libraries that do not normally
-accompany the operating system. Such a contradiction means you cannot
-use both them and the Library together in an executable that you
-distribute.
-
- 7. You may place library facilities that are a work based on the
-Library side-by-side in a single library together with other library
-facilities not covered by this License, and distribute such a combined
-library, provided that the separate distribution of the work based on
-the Library and of the other library facilities is otherwise
-permitted, and provided that you do these two things:
-
- a) Accompany the combined library with a copy of the same work
- based on the Library, uncombined with any other library
- facilities. This must be distributed under the terms of the
- Sections above.
-
- b) Give prominent notice with the combined library of the fact
- that part of it is a work based on the Library, and explaining
- where to find the accompanying uncombined form of the same work.
-
- 8. You may not copy, modify, sublicense, link with, or distribute
-the Library except as expressly provided under this License. Any
-attempt otherwise to copy, modify, sublicense, link with, or
-distribute the Library is void, and will automatically terminate your
-rights under this License. However, parties who have received copies,
-or rights, from you under this License will not have their licenses
-terminated so long as such parties remain in full compliance.
-
- 9. You are not required to accept this License, since you have not
-signed it. However, nothing else grants you permission to modify or
-distribute the Library or its derivative works. These actions are
-prohibited by law if you do not accept this License. Therefore, by
-modifying or distributing the Library (or any work based on the
-Library), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Library or works based on it.
-
- 10. Each time you redistribute the Library (or any work based on the
-Library), the recipient automatically receives a license from the
-original licensor to copy, distribute, link with or modify the Library
-subject to these terms and conditions. You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
- 11. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Library at all. For example, if a patent
-license would not permit royalty-free redistribution of the Library by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Library.
-
-If any portion of this section is held invalid or unenforceable under any
-particular circumstance, the balance of the section is intended to apply,
-and the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system which is
-implemented by public license practices. Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
- 12. If the distribution and/or use of the Library is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Library under this License may add
-an explicit geographical distribution limitation excluding those countries,
-so that distribution is permitted only in or among countries not thus
-excluded. In such case, this License incorporates the limitation as if
-written in the body of this License.
-
- 13. The Free Software Foundation may publish revised and/or new
-versions of the Library General Public License from time to time.
-Such new versions will be similar in spirit to the present version,
-but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Library
-specifies a version number of this License which applies to it and
-"any later version", you have the option of following the terms and
-conditions either of that version or of any later version published by
-the Free Software Foundation. If the Library does not specify a
-license version number, you may choose any version ever published by
-the Free Software Foundation.
-
- 14. If you wish to incorporate parts of the Library into other free
-programs whose distribution conditions are incompatible with these,
-write to the author to ask for permission. For software which is
-copyrighted by the Free Software Foundation, write to the Free
-Software Foundation; we sometimes make exceptions for this. Our
-decision will be guided by the two goals of preserving the free status
-of all derivatives of our free software and of promoting the sharing
-and reuse of software generally.
-
- NO WARRANTY
-
- 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
-WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
-EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
-OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
-KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
-LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
-THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
-WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
-AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
-FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
-FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
- END OF TERMS AND CONDITIONS
-
- Appendix: How to Apply These Terms to Your New Libraries
-
- If you develop a new library, and you want it to be of the greatest
-possible use to the public, we recommend making it free software that
-everyone can redistribute and change. You can do so by permitting
-redistribution under these terms (or, alternatively, under the terms of the
-ordinary General Public License).
-
- To apply these terms, attach the following notices to the library. It is
-safest to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least the
-"copyright" line and a pointer to where the full notice is found.
-
-
- Copyright (C)
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
-
- You should have received a copy of the GNU Library General Public
- License along with this library; if not, write to the Free
- Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
-Also add information on how to contact you by electronic and paper mail.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the library, if
-necessary. Here is a sample; alter the names:
-
- Yoyodyne, Inc., hereby disclaims all copyright interest in the
- library `Frob' (a library for tweaking knobs) written by James Random Hacker.
-
- , 1 April 1990
- Ty Coon, President of Vice
-
-That's all there is to it!
diff --git a/sdk_container/src/third_party/portage-stable/licenses/MirOS b/sdk_container/src/third_party/portage-stable/licenses/MirOS
deleted file mode 100644
index 9d2a42d3bb4..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/MirOS
+++ /dev/null
@@ -1,69 +0,0 @@
-/*-
- * Copyright © year, year, year, …
- * First M. Last
- *
- * Provided that these terms and disclaimer and all copyright notices
- * are retained or reproduced in an accompanying document, permission
- * is granted to deal in this work without restriction, including un‐
- * limited rights to use, publicly perform, distribute, sell, modify,
- * merge, give away, or sublicence.
- *
- * This work is provided “AS IS” and WITHOUT WARRANTY of any kind, to
- * the utmost extent permitted by applicable law, neither express nor
- * implied; without malicious intent or gross negligence. In no event
- * may a licensor, author or contributor be held liable for indirect,
- * direct, other damage, loss, or other issues arising in any way out
- * of dealing in the work, even if advised of the possibility of such
- * damage or existence of a defect, except proven that it results out
- * of said person’s immediate fault when using the work as intended.
- */
-
-I̲N̲S̲T̲R̲U̲C̲T̲I̲O̲N̲S̲:̲
-To apply the template⁽¹⁾ specify the years of copyright (separated by
-comma, not as a range), the legal names of the copyright holders, and
-the real names of the authors (and licensors, possibly) if different.
-Avoid adding any text that could be read as further restriction.
-
-R̲A̲T̲I̲O̲N̲A̲L̲E̲:̲
-This licence is apt for any kind of work (such as source code, fonts,
-documentation, graphics, sound etc.) and the preferred terms for work
-added to MirBSD. It has been drafted as universally usable equivalent
-of the “historic permission notice”⁽²⁾ adapted to Europen law because
-some countries have specific requirements for disclaimers, and author
-and licensor can differ in (droit d’auteur) legislations. The licence
-conforms to DFSG⁽³⁾ 1.1, OKD⁽⁴⁾ 2.1, OSD⁽⁵⁾ 1.9, CSD⁽⁶⁾, qualifies as
-a Free Software⁽⁷⁾ and Free Documentation⁽⁸⁾ licence, for Free Cultu‐
-ral Works⁽⁹⁾, and is thus included in relevant lists⁽¹⁰⁾ of licences.
-It’s also a licence suitable for OER and Open Content⁽¹⁸⁾.
-
-The webpage⁽¹⁹⁾ for this licence contains further information as well
-as additional resources such as translations.
-
-R̲E̲F̲E̲R̲E̲N̲C̲E̲S̲:̲
-① also on the web with its own homepage⁽¹⁹⁾ or as plaintext, either
- UTF-8 encoded at http://www.mirbsd.org/MirOS-Licence or with just
- ASCII at http://www.mirbsd.org/MirOS-Licence.asc
-② https://opensource.org/licenses/historical.php
-③ http://www.debian.org/social_contract#guidelines
-④ http://opendefinition.org/od/2.1/en/
-⑤ https://opensource.org/osd
-⑥ http://copyfree.org/standard
-⑦ http://www.gnu.org/philosophy/free-sw.html
-⑧ http://www.gnu.org/philosophy/free-doc.html
-⑨ http://freedomdefined.org/Definition
-⑩ ifrOSS¹¹ʹ¹², Debian¹³ (DFSG³), OKFN¹⁴ (OKD⁴),
- OSI¹⁵ (OSD⁵), Ⓕ Copyfree¹⁶ (CSD⁶), although not
- yet on the FSF¹⁷ list
-⑪ http://www.ifross.org/lizenz-center
-⑫ http://www.ifross.org/en/license-center
-⑬ https://wiki.debian.org/DFSGLicenses
-⑭ http://opendefinition.org/licenses/
-⑮ https://opensource.org/licenses/alphabetical
-⑯ http://copyfree.org/standard/licenses
-⑰ http://www.gnu.org/licenses/license-list.html
-⑱ http://opencontent.org/definition/
-⑲ http://www.mirbsd.org/MirOS-Licence.htm
-
-⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼
-$miros: src/share/misc/licence.template,v 1.31 2017/03/11 19:22:21 tg Rel $
-$MirOS: www/files/MirOS-Licence,v 1.11 2017/03/11 19:53:14 tg Stab $
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Mojang b/sdk_container/src/third_party/portage-stable/licenses/Mojang
deleted file mode 100644
index dfa6d287423..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Mojang
+++ /dev/null
@@ -1,254 +0,0 @@
- Updated: 20 September 2017 09:55
-
- MINECRAFT END USER LICENSE AGREEMENT
-
- In order to protect Minecraft (our "Game") and the members of our
- community, we need these end user license terms to set out some rules for
- downloading and using our Game. This license is a legal agreement between
- you and us (Mojang AB) and describes the terms and conditions for using
- the Game. We don't like reading license documents any more than you do, so
- we have tried to keep this as short as possible. If you break these rules
- we may stop you from using our Game. If we think it is necessary, we might
- even have to ask our lawyers to help out.
-
- If you buy, download, use or play our Game, you are agreeing to stick to
- the rules of these end user license agreement ("EULA") terms. If you don't
- want to or can't agree to these rules, then you must not buy, download,
- use or play our Game. This EULA incorporates the terms of use for the
- mojang.com website ("Account Terms"), our brand and asset usage
- guidelines, our privacy policy, and, if you live in the United States,
- our Arbitration Agreement. By agreeing to this EULA you also agree to
- all of the terms of the foregoing documents, so please read through them
- carefully.
-
-BINDING ARBITRATION AND CLASS ACTION WAIVER IF YOU LIVE IN THE UNITED STATES
-
- For those that who live in the United States, please click here to
- review the binding arbitration agreement and class action waiver that is
- part of this EULA. Under the agreement, we both agree to use a neutral
- arbitrator to decide any individual claims that may arise and thus agree
- to waive our rights to bring individual claims in court for consideration
- by a judge or jury. We also agree that class action lawsuits and
- class-wide arbitrations are not allowed under the terms of the agreement.
-
- The complete Arbitration Agreement is on this page. You and we agree
- to it; please read it.
-
-ONE MAJOR RULE
-
- The one major rule is that you must not distribute anything we've made
- unless we specifically agree to it. By "distribute anything we've made"
- what we mean is:
-
- • give copies of our Game to anyone else;
- • make commercial use of anything we've made;
- • try to make money from anything we've made; or
- • let other people get access to anything we've made in a way that is
- unfair or unreasonable;
-
- unless we specifically agree to it. And so that we are crystal clear, "the
- Game" or "what we have made" includes, but is not limited to, the client
- or the server software for our Game and includes Minecraft and Minecraft:
- Java Edition on all platforms. It also includes updates, patches,
- downloadable content, add-ons, or modified versions of a Game, part of
- those things, or anything else we've made.
-
- Otherwise we are quite relaxed about what you do - in fact we really
- encourage you to do cool stuff - but just don't do those things that we
- say you can't.
-
-USING OUR GAME
-
- You have been granted a license to the Game so you can play and use it,
- yourself, on your devices.
-
- Below we also give you limited rights to do other things but we have to
- draw a line somewhere or else people will go too far. If you wish to make
- something pertaining to anything we've made we're humbled, but please make
- sure that it can't be interpreted as being official and that it complies
- with this EULA and the brand and asset usage guidelines and above all do
- not make commercial use of anything we've made.
-
- The license and permission we give you to use and play our Game can be
- revoked if you break any of the terms of this EULA.
-
- When you buy our Game, you receive a license that gives you permission to
- install the Game on your own personal device and use and play it on that
- device as set out in this EULA. This permission is personal to you, so you
- are not allowed to distribute the Game (or any part of it) to anyone else.
- This also means you cannot sell or rent the Game, or make it available for
- access to other people and you cannot pass on or resell any license keys.
- You may however give gift codes that have been bought through our official
- gift code system. This is important to help us stop piracy and fraud and
- to protect our Game. It is also important to prevent members of our
- community from buying pirated versions of our Game or fraudulent license
- keys - which we may cancel, such as in the case of fraud.
-
- If you've bought the Game, you may play around with it and modify it by
- adding modifications, tools, or plugins, which we will refer to
- collectively as "Mods." By "Mods," we mean something original that you or
- someone else created that doesn't contain a substantial part of our
- copyrightable code or content. When you combine your Mod with the
- Minecraft software, we will call that combination a "Modded Version" of
- the Game. We have the final say on what constitutes a Mod and what
- doesn't. You may not distribute any Modded Versions of our Game or
- software, and we’d appreciate it if you didn’t use Mods for griefing.
- Basically, Mods are okay to distribute; hacked versions or Modded Versions
- of the Game client or server software are not okay to distribute.
-
- Within reason you're free to do whatever you want with screenshots and
- videos of the Game. By "within reason" we mean that you can't make any
- commercial use of them or do things that are unfair or adversely affect
- our rights unless we've specifically said it's okay in this EULA, allowed
- it through the Brand and Asset Usage Guidelines, or provided for it in a
- specific agreement with you. If you upload videos of the game to video
- sharing and streaming sites you are however allowed to put ads on them.
- Also, don't just rip art resources and pass them around, that's no fun.
-
- Essentially the simple rule is do not make commercial use of anything
- we've made unless we've specifically said it's okay. Oh and if the law
- expressly allows it, such as under a "fair use" or fair dealing" doctrine
- then that's ok too - but only to the extent that the law applicable to you
- says so.
-
- In order to ensure the integrity of the Game, we need all Game downloads
- and updates to come from an authorized source. It's also important for us
- that 3rd party tools/services don't seem "official" as we can't guarantee
- their quality. It's part of the responsibility we have to the customers of
- Minecraft. Make sure that you read through our brand and asset usage
- guidelines too.
-
-OWNERSHIP OF OUR GAME AND OTHER THINGS
-
- Although we license you permission to install on your device and play our
- Game, we are still the owners of it. We are also the owners of our brands
- and any content contained in the Game. Therefore, when you pay for our
- Game, you are buying a license to play / use our Game in accordance with
- this EULA - you are not buying the Game itself. The only permissions you
- have in connection with the Game and your installation of it are the
- permissions set out in this EULA.
-
- Any Mods you create for the Game from scratch belong to you (including
- pre-run Mods and in-memory Mods) and you can do whatever you want with
- them, as long as you don't sell them for money / try to make money from
- them and so long as you don’t distribute Modded Versions of the Game.
- Remember that a Mod means something that is your original work and that
- does not contain a substantial part of our code or content. You only own
- what you created; you do not own our code or content.
-
-CONTENT
-
- If you make any content available on or through our Game, you agree to
- give us permission to use, copy, modify, adapt, distribute, and publicly
- display that content. This permission is irrevocable, and you also agree
- to let us permit other people to use, copy, modify, adapt, distribute, and
- publicly display your content. You are not giving up your ownership rights
- in your content, you are just giving us and other users permission to use
- it. For example, we may need to copy, reformat, and distribute content
- that you post on our website so others can read it. If you don't want to
- give us these permissions, do not make content available on or through our
- Game. Please think carefully before you make any content available,
- because it may be made public and might even be used by other people in a
- way you don't like.
-
- If you are going to make something available on or through our Game, it
- must not be offensive to people or illegal, it must be honest, and it must
- be your own creation. Some examples of the types of things you must not
- make available using our Game include: posts that include racist or
- homophobic language; posts that are bullying or trolling; posts that are
- offensive or that damage our or another person's reputation; posts that
- include porn or someone else's creation or image; or posts that
- impersonate a moderator or try to trick or exploit people.
-
- Any content you make available on our Game must also be your creation or
- you must have permission or the legal right to do it. You must not and you
- agree that you will not make any content available, using the Game that
- infringes the rights of others. '
-
- We reserve the right to take down any content in our discretion.
-
- Please watch out if you are talking to people in our Game. It is hard for
- either you or us to know for sure that what people say is true, or even if
- people are really who they say they are. You should think twice about
- giving out information about yourself.
-
-UPDATES
-
- We might make upgrades, updates or patches (we call them all "updates")
- available from time to time, but we don't have to. We are also not obliged
- to provide ongoing support or maintenance of any Game. Of course, we hope
- to continue to release new updates for our Game, we just can't guarantee
- that we will do so. With updates come changes that might not work well
- with other software, such as Mods. This is unfortunate, but it is
- something we don’t take responsibility for. If that is the case, try
- running an older version.
-
- OUR LIABILITY, GOVERNING LAW, AND PLACE TO RESOLVE DISPUTES
-
- The terms of this EULA do not affect any legal (statutory) rights that you
- may have under the law that applies to you for the Game. You might have
- certain rights which the law that applies to you says cannot be excluded.
- Nothing we say in these terms will affect those legal rights, even if we
- say something which sounds like it contradicts your legal rights. That’s
- what we mean when we say “subject to applicable law”.
-
- SUBJECT TO APPLICABLE LAW, When you get a copy of our Game, we provide it
- "'as is"'. Updates are also provided "'as is"'. This means that we are not
- making any promises to you about the standard or quality of our Game, or
- that our Game will be uninterrupted or error free. We are not responsible
- for any loss or damage that it may cause. You bear the entire risk as to
- its quality and performance. You have to accept that we may release games
- well before they are complete and so they may (and often will) have bugs
- -but we prefer to release these features early than make you wait for
- perfection. If you would like to notify us about a potential bug, we have
- a site for that here.
-
- If you and we ever have a dispute in court (and we hope that won't happen
- just as much as you do), the exclusive forum (that is, the place it will
- be handled) will be a state or federal court in King County, WA (if you
- live in the United States) or a court in Ontario (if you live in Canada).
- (If you live in the United States, most disputes go to arbitration, not
- court.) The laws of your state or province govern this EULA and all
- disputes, including disputes relating to it, our Game, or our Website,
- regardless of conflict of laws principles, except that the Federal
- Arbitration Act governs everything related to arbitration.
-
-TERMINATION
-
- If we want we can terminate this EULA if you breach any of the terms. You
- can terminate it too, at any time; all you have to do is uninstall the
- Game from your device and the EULA will be terminated. If the EULA is
- terminated, you will no longer have any of the rights to the Game given in
- this license. You do still have the right to things you have created
- yourself with the game of course. The Arbitration Agreement (if you live
- in the United States) and the paragraphs about "Ownership of Our Game",
- "Our Liability" and "General Stuff" will continue to apply even after the
- EULA is terminated.
-
-GENERAL STUFF
-
- Your local law may give you rights that this EULA cannot change; if so,
- this EULA applies as far as the law allows. Nothing in this license limits
- our liability for death or bodily injury resulting from our negligence or
- fraudulent misrepresentations.
-
- We may change this EULA from time to time, if we have reason to, such as
- changes to our games, our practices, or our legal obligation. But those
- changes will be effective only to the extent that they can legally apply.
- For example if you use the Game only in single-player mode and don't use
- the updates we make available then the old EULA applies but if you do use
- the updates or use parts of the game that rely on our providing ongoing
- online services then the new EULA will apply. In that case we'll inform
- you of the change before it takes effect, either by posting a notice on
- our Website or by other reasonable means. We're not going to be unfair
- about this though - but sometimes the law changes or someone does
- something that affects other users of the Game and we therefore need to
- put a lid on it.
-
- If you come to us with a suggestion for any one of our Websites or Games,
- that suggestion is made for free and we have no obligation to accept or
- consider it. This means we can use or not use your suggestion in any way
- we want and we don't have to pay you for it. If you think you have a
- suggestion that we would be willing to pay you for, please do not submit
- your suggestion unless you have first told us you expect to be paid and we
- have responded in writing by asking you to submit the suggestion.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Moria b/sdk_container/src/third_party/portage-stable/licenses/Moria
deleted file mode 100644
index 101c524a4e3..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Moria
+++ /dev/null
@@ -1,12 +0,0 @@
-Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke
-
-This software may be copied and distributed for educational, research,
-and not for profit purposes provided that this copyright and statement
-are included in all such copies. Other copyrights may also apply.
-
-All changes made by Ben Harrison, Robert Ruehlmann, and many other Angband
-developers are also available under the GNU GENERAL PUBLIC LICENSE.
-Note that this doesn't influence the current distribution, since parts of
-the source are still only available under the old Moria/Angband license.
-Until all parts of Angband are distributed under the GPL the only valid
-license remains the original Moria/Angband license.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Ms-PL b/sdk_container/src/third_party/portage-stable/licenses/Ms-PL
deleted file mode 100644
index a5dd3ca5cae..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Ms-PL
+++ /dev/null
@@ -1,65 +0,0 @@
-Microsoft Public License (Ms-PL)
-
-This license governs use of the accompanying software. If you use the
-software, you accept this license. If you do not accept the license,
-do not use the software.
-
- 1. Definitions
-
- The terms "reproduce," "reproduction," "derivative works," and
- "distribution" have the same meaning here as under U.S. copyright
- law.
-
- A "contribution" is the original software, or any additions or
- changes to the software.
-
- A "contributor" is any person that distributes its contribution
- under this license.
-
- "Licensed patents" are a contributor's patent claims that read
- directly on its contribution.
-
- 2. Grant of Rights
-
- (A) Copyright Grant- Subject to the terms of this license,
- including the license conditions and limitations in section 3,
- each contributor grants you a non-exclusive, worldwide,
- royalty-free copyright license to reproduce its contribution,
- prepare derivative works of its contribution, and distribute its
- contribution or any derivative works that you create.
-
- (B) Patent Grant- Subject to the terms of this license, including
- the license conditions and limitations in section 3, each
- contributor grants you a non-exclusive, worldwide, royalty-free
- license under its licensed patents to make, have made, use, sell,
- offer for sale, import, and/or otherwise dispose of its
- contribution in the software or derivative works of the
- contribution in the software.
-
- 3. Conditions and Limitations
-
- (A) No Trademark License- This license does not grant you rights
- to use any contributors' name, logo, or trademarks.
-
- (B) If you bring a patent claim against any contributor over
- patents that you claim are infringed by the software, your patent
- license from such contributor to the software ends automatically.
-
- (C) If you distribute any portion of the software, you must retain
- all copyright, patent, trademark, and attribution notices that are
- present in the software.
-
- (D) If you distribute any portion of the software in source code
- form, you may do so only under this license by including a
- complete copy of this license with your distribution. If you
- distribute any portion of the software in compiled or object code
- form, you may only do so under a license that complies with this
- license.
-
- (E) The software is licensed "as-is." You bear the risk of using
- it. The contributors give no express warranties, guarantees, or
- conditions. You may have additional consumer rights under your
- local laws which this license cannot change. To the extent
- permitted under your local laws, the contributors exclude the
- implied warranties of merchantability, fitness for a particular
- purpose and non-infringement.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Ms-RL b/sdk_container/src/third_party/portage-stable/licenses/Ms-RL
deleted file mode 100644
index 34875662399..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Ms-RL
+++ /dev/null
@@ -1,72 +0,0 @@
-Microsoft Reciprocal License (Ms-RL)
-
-This license governs use of the accompanying software. If you use the
-software, you accept this license. If you do not accept the license,
-do not use the software.
-
- 1. Definitions
-
- The terms "reproduce," "reproduction," "derivative works," and
- "distribution" have the same meaning here as under U.S. copyright
- law.
-
- A "contribution" is the original software, or any additions or
- changes to the software.
-
- A "contributor" is any person that distributes its contribution
- under this license.
-
- "Licensed patents" are a contributor's patent claims that read
- directly on its contribution.
-
- 2. Grant of Rights
-
- (A) Copyright Grant- Subject to the terms of this license,
- including the license conditions and limitations in section 3,
- each contributor grants you a non-exclusive, worldwide,
- royalty-free copyright license to reproduce its contribution,
- prepare derivative works of its contribution, and distribute its
- contribution or any derivative works that you create.
-
- (B) Patent Grant- Subject to the terms of this license, including
- the license conditions and limitations in section 3, each
- contributor grants you a non-exclusive, worldwide, royalty-free
- license under its licensed patents to make, have made, use, sell,
- offer for sale, import, and/or otherwise dispose of its
- contribution in the software or derivative works of the
- contribution in the software.
-
- 3. Conditions and Limitations
-
- (A) Reciprocal Grants- For any file you distribute that contains
- code from the software (in source code or binary format), you must
- provide recipients the source code to that file along with a copy
- of this license, which license will govern that file. You may
- license other files that are entirely your own work and do not
- contain code from the software under any terms you choose.
-
- (B) No Trademark License- This license does not grant you rights
- to use any contributors' name, logo, or trademarks.
-
- (C) If you bring a patent claim against any contributor over
- patents that you claim are infringed by the software, your patent
- license from such contributor to the software ends automatically.
-
- (D) If you distribute any portion of the software, you must retain
- all copyright, patent, trademark, and attribution notices that are
- present in the software.
-
- (E) If you distribute any portion of the software in source code
- form, you may do so only under this license by including a
- complete copy of this license with your distribution. If you
- distribute any portion of the software in compiled or object code
- form, you may only do so under a license that complies with this
- license.
-
- (F) The software is licensed "as-is." You bear the risk of using
- it. The contributors give no express warranties, guarantees, or
- conditions. You may have additional consumer rights under your
- local laws which this license cannot change. To the extent
- permitted under your local laws, the contributors exclude the
- implied warranties of merchantability, fitness for a particular
- purpose and non-infringement.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/NCSA-AMD b/sdk_container/src/third_party/portage-stable/licenses/NCSA-AMD
deleted file mode 100644
index e03b2c00808..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/NCSA-AMD
+++ /dev/null
@@ -1,37 +0,0 @@
-The University of Illinois/NCSA
-Open Source License (NCSA)
-
-Copyright (c) 2014-2018, Advanced Micro Devices, Inc. All rights reserved.
-
-Developed by:
-
- AMD Research and AMD HSA Software Development
-
- Advanced Micro Devices, Inc.
-
- www.amd.com
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to
-deal with the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
- - Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimers.
- - Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimers in
- the documentation and/or other materials provided with the distribution.
- - Neither the names of Advanced Micro Devices, Inc,
- nor the names of its contributors may be used to endorse or promote
- products derived from this Software without specific prior written
- permission.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
-OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-DEALINGS WITH THE SOFTWARE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/NCSA-HDF b/sdk_container/src/third_party/portage-stable/licenses/NCSA-HDF
deleted file mode 100644
index 4f0b82fdecb..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/NCSA-HDF
+++ /dev/null
@@ -1,74 +0,0 @@
-Copyright Notice and Statement for NCSA Hierarchical Data Format (HDF)
-Software Library and Utilities
-
-NCSA HDF5 (Hierarchical Data Format 5) Software Library and Utilities
-Copyright 1998, 1999, 2000, 2001, 2002, 2003 by the Board of Trustees
-of the University of Illinois. All rights reserved.
-
-Contributors: National Center for Supercomputing Applications (NCSA) at the
-University of Illinois at Urbana-Champaign (UIUC), Lawrence Livermore
-National Laboratory (LLNL), Sandia National Laboratories (SNL), Los Alamos
-National Laboratory (LANL), Jean-loup Gailly and Mark Adler (gzip library).
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted for any purpose (including commercial purposes)
-provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice,
- this list of conditions, and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions, and the following disclaimer in the documentation
- and/or materials provided with the distribution.
-
-3. In addition, redistributions of modified forms of the source or binary
- code must carry prominent notices stating that the original code was
- changed and the date of the change.
-
-4. All publications or advertising materials mentioning features or use of
- this software are asked, but not required, to acknowledge that it was
- developed by the National Center for Supercomputing Applications at the
- University of Illinois at Urbana-Champaign and to credit the contributors.
-
-5. Neither the name of the University nor the names of the Contributors may
- be used to endorse or promote products derived from this software without
- specific prior written permission from the University or the Contributors,
- as appropriate for the name(s) to be used.
-
-6. THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND THE CONTRIBUTORS "AS IS"
- WITH NO WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED. In no event
- shall the University or the Contributors be liable for any damages
- suffered by the users arising out of the use of this software, even if
- advised of the possibility of such damage.
-
---------------------------------------------------------------------------
-Portions of HDF5 were developed with support from the University of
-California, Lawrence Livermore National Laboratory (UC LLNL).
-The following statement applies to those portions of the product
-and must be retained in any redistribution of source code, binaries,
-documentation, and/or accompanying materials:
-
- This work was partially produced at the University of California,
- Lawrence Livermore National Laboratory (UC LLNL) under contract no.
- W-7405-ENG-48 (Contract 48) between the U.S. Department of Energy
- (DOE) and The Regents of the University of California (University)
- for the operation of UC LLNL.
-
- DISCLAIMER:
- This work was prepared as an account of work sponsored by an agency
- of the United States Government. Neither the United States
- Government nor the University of California nor any of their
- employees, makes any warranty, express or implied, or assumes any
- liability or responsibility for the accuracy, completeness, or
- usefulness of any information, apparatus, product, or process
- disclosed, or represents that its use would not infringe privately-
- owned rights. Reference herein to any specific commercial products,
- process, or service by trade name, trademark, manufacturer, or
- otherwise, does not necessarily constitute or imply its endorsement,
- recommendation, or favoring by the United States Government or the
- University of California. The views and opinions of authors
- expressed herein do not necessarily state or reflect those of the
- United States Government or the University of California, and shall
- not be used for advertising or product endorsement purposes.
---------------------------------------------------------------------------
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/NEWLIB b/sdk_container/src/third_party/portage-stable/licenses/NEWLIB
deleted file mode 100644
index 6849eb5b40b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/NEWLIB
+++ /dev/null
@@ -1,896 +0,0 @@
-The newlib subdirectory is a collection of software from several sources.
-
-Each file may have its own copyright/license that is embedded in the source
-file. Unless otherwise noted in the body of the source file(s), the following copyright
-notices will apply to the contents of the newlib subdirectory:
-
-(1) Red Hat Incorporated
-
-Copyright (c) 1994-2009 Red Hat, Inc. All rights reserved.
-
-This copyrighted material is made available to anyone wishing to use,
-modify, copy, or redistribute it subject to the terms and conditions
-of the BSD License. This program is distributed in the hope that
-it will be useful, but WITHOUT ANY WARRANTY expressed or implied,
-including the implied warranties of MERCHANTABILITY or FITNESS FOR
-A PARTICULAR PURPOSE. A copy of this license is available at
-http://www.opensource.org/licenses. Any Red Hat trademarks that are
-incorporated in the source code or documentation are not subject to
-the BSD License and may only be used or replicated with the express
-permission of Red Hat, Inc.
-
-(2) University of California, Berkeley
-
-Copyright (c) 1981-2000 The Regents of the University of California.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification,
-are permitted provided that the following conditions are met:
-
- * Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
- * Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
-INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
-OF SUCH DAMAGE.
-
-(3) David M. Gay (AT&T 1991, Lucent 1998)
-
-The author of this software is David M. Gay.
-
-Copyright (c) 1991 by AT&T.
-
-Permission to use, copy, modify, and distribute this software for any
-purpose without fee is hereby granted, provided that this entire notice
-is included in all copies of any software which is or includes a copy
-or modification of this software and in all copies of the supporting
-documentation for such software.
-
-THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
-WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR AT&T MAKES ANY
-REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
-OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
-
--------------------------------------------------------------------
-
-The author of this software is David M. Gay.
-
-Copyright (C) 1998-2001 by Lucent Technologies
-All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and
-its documentation for any purpose and without fee is hereby
-granted, provided that the above copyright notice appear in all
-copies and that both that the copyright notice and this
-permission notice and warranty disclaimer appear in supporting
-documentation, and that the name of Lucent or any of its entities
-not be used in advertising or publicity pertaining to
-distribution of the software without specific, written prior
-permission.
-
-LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
-INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
-IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
-SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
-IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
-THIS SOFTWARE.
-
-
-(4) Advanced Micro Devices
-
-Copyright 1989, 1990 Advanced Micro Devices, Inc.
-
-This software is the property of Advanced Micro Devices, Inc (AMD) which
-specifically grants the user the right to modify, use and distribute this
-software provided this notice is not removed or altered. All other rights
-are reserved by AMD.
-
-AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS
-SOFTWARE. IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL
-DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR
-USE OF THIS SOFTWARE.
-
-So that all may benefit from your experience, please report any problems
-or suggestions about this software to the 29K Technical Support Center at
-800-29-29-AMD (800-292-9263) in the USA, or 0800-89-1131 in the UK, or
-0031-11-1129 in Japan, toll free. The direct dial number is 512-462-4118.
-
-Advanced Micro Devices, Inc.
-29K Support Products
-Mail Stop 573
-5900 E. Ben White Blvd.
-Austin, TX 78741
-800-292-9263
-
-(5)
-
-(6)
-
-(7) Sun Microsystems
-
-Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
-
-Developed at SunPro, a Sun Microsystems, Inc. business.
-Permission to use, copy, modify, and distribute this
-software is freely granted, provided that this notice is preserved.
-
-(8) Hewlett Packard
-
-(c) Copyright 1986 HEWLETT-PACKARD COMPANY
-
-To anyone who acknowledges that this file is provided "AS IS"
-without any express or implied warranty:
- permission to use, copy, modify, and distribute this file
-for any purpose is hereby granted without fee, provided that
-the above copyright notice and this notice appears in all
-copies, and that the name of Hewlett-Packard Company not be
-used in advertising or publicity pertaining to distribution
-of the software without specific, written prior permission.
-Hewlett-Packard Company makes no representations about the
-suitability of this software for any purpose.
-
-(9) Hans-Peter Nilsson
-
-Copyright (C) 2001 Hans-Peter Nilsson
-
-Permission to use, copy, modify, and distribute this software is
-freely granted, provided that the above copyright notice, this notice
-and the following disclaimer are preserved with no changes.
-
-THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.
-
-(10) Stephane Carrez (m68hc11-elf/m68hc12-elf targets only)
-
-Copyright (C) 1999, 2000, 2001, 2002 Stephane Carrez (stcarrez@nerim.fr)
-
-The authors hereby grant permission to use, copy, modify, distribute,
-and license this software and its documentation for any purpose, provided
-that existing copyright notices are retained in all copies and that this
-notice is included verbatim in any distributions. No written agreement,
-license, or royalty fee is required for any of the authorized uses.
-Modifications to this software may be copyrighted by their authors
-and need not follow the licensing terms described here, provided that
-the new terms are clearly indicated on the first page of each file where
-they apply.
-
-(11) Christopher G. Demetriou
-
-Copyright (c) 2001 Christopher G. Demetriou
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-3. The name of the author may not be used to endorse or promote products
- derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-(12) SuperH, Inc.
-
-Copyright 2002 SuperH, Inc. All rights reserved
-
-This software is the property of SuperH, Inc (SuperH) which specifically
-grants the user the right to modify, use and distribute this software
-provided this notice is not removed or altered. All other rights are
-reserved by SuperH.
-
-SUPERH MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO
-THIS SOFTWARE. IN NO EVENT SHALL SUPERH BE LIABLE FOR INDIRECT, SPECIAL,
-INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH OR ARISING FROM
-THE FURNISHING, PERFORMANCE, OR USE OF THIS SOFTWARE.
-
-So that all may benefit from your experience, please report any problems
-or suggestions about this software to the SuperH Support Center via
-e-mail at softwaresupport@superh.com .
-
-SuperH, Inc.
-405 River Oaks Parkway
-San Jose
-CA 95134
-USA
-
-(13) Royal Institute of Technology
-
-Copyright (c) 1999 Kungliga Tekniska Högskolan
-(Royal Institute of Technology, Stockholm, Sweden).
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
-3. Neither the name of KTH nor the names of its contributors may be
- used to endorse or promote products derived from this software without
- specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY KTH AND ITS CONTRIBUTORS ``AS IS'' AND ANY
-EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KTH OR ITS CONTRIBUTORS BE
-LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
-BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
-OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-(14) Alexey Zelkin
-
-Copyright (c) 2000, 2001 Alexey Zelkin
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
-
-(15) Andrey A. Chernov
-
-Copyright (C) 1997 by Andrey A. Chernov, Moscow, Russia.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
-
-(16) FreeBSD
-
-Copyright (c) 1997-2002 FreeBSD Project.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
-
-(17) S. L. Moshier
-
-Author: S. L. Moshier.
-
-Copyright (c) 1984,2000 S.L. Moshier
-
-Permission to use, copy, modify, and distribute this software for any
-purpose without fee is hereby granted, provided that this entire notice
-is included in all copies of any software which is or includes a copy
-or modification of this software and in all copies of the supporting
-documentation for such software.
-
-THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
-WARRANTY. IN PARTICULAR, THE AUTHOR MAKES NO REPRESENTATION
-OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS
-SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
-
-(18) Citrus Project
-
-Copyright (c)1999 Citrus Project,
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
-
-(19) Todd C. Miller
-
-Copyright (c) 1998 Todd C. Miller
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-3. The name of the author may not be used to endorse or promote products
- derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
-INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
-AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
-THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
-EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
-OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
-OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-(20) DJ Delorie (i386)
-Copyright (C) 1991 DJ Delorie
-All rights reserved.
-
-Redistribution, modification, and use in source and binary forms is permitted
-provided that the above copyright notice and following paragraph are
-duplicated in all such forms.
-
-This file is distributed WITHOUT ANY WARRANTY; without even the implied
-warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-(21) Free Software Foundation LGPL License (*-linux* targets only)
-
- Copyright (C) 1990-1999, 2000, 2001 Free Software Foundation, Inc.
- This file is part of the GNU C Library.
- Contributed by Mark Kettenis , 1997.
-
- The GNU C Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- The GNU C Library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301 USA.
-
-(22) Xavier Leroy LGPL License (i[3456]86-*-linux* targets only)
-
-Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@inria.fr)
-
-This program is free software; you can redistribute it and/or
-modify it under the terms of the GNU Library General Public License
-as published by the Free Software Foundation; either version 2
-of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU Library General Public License for more details.
-
-(23) Intel (i960)
-
-Copyright (c) 1993 Intel Corporation
-
-Intel hereby grants you permission to copy, modify, and distribute this
-software and its documentation. Intel grants this permission provided
-that the above copyright notice appears in all copies and that both the
-copyright notice and this permission notice appear in supporting
-documentation. In addition, Intel grants this permission provided that
-you prominently mark as "not part of the original" any modifications
-made to this software or documentation, and that the name of Intel
-Corporation not be used in advertising or publicity pertaining to
-distribution of the software or the documentation without specific,
-written prior permission.
-
-Intel Corporation provides this AS IS, WITHOUT ANY WARRANTY, EXPRESS OR
-IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY
-OR FITNESS FOR A PARTICULAR PURPOSE. Intel makes no guarantee or
-representations regarding the use of, or the results of the use of,
-the software and documentation in terms of correctness, accuracy,
-reliability, currentness, or otherwise; and you rely on the software,
-documentation and results solely at your own risk.
-
-IN NO EVENT SHALL INTEL BE LIABLE FOR ANY LOSS OF USE, LOSS OF BUSINESS,
-LOSS OF PROFITS, INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES
-OF ANY KIND. IN NO EVENT SHALL INTEL'S TOTAL LIABILITY EXCEED THE SUM
-PAID TO INTEL FOR THE PRODUCT LICENSED HEREUNDER.
-
-(24) Hewlett-Packard (hppa targets only)
-
-(c) Copyright 1986 HEWLETT-PACKARD COMPANY
-
-To anyone who acknowledges that this file is provided "AS IS"
-without any express or implied warranty:
- permission to use, copy, modify, and distribute this file
-for any purpose is hereby granted without fee, provided that
-the above copyright notice and this notice appears in all
-copies, and that the name of Hewlett-Packard Company not be
-used in advertising or publicity pertaining to distribution
-of the software without specific, written prior permission.
-Hewlett-Packard Company makes no representations about the
-suitability of this software for any purpose.
-
-(25) Henry Spencer (only *-linux targets)
-
-Copyright 1992, 1993, 1994 Henry Spencer. All rights reserved.
-This software is not subject to any license of the American Telephone
-and Telegraph Company or of the Regents of the University of California.
-
-Permission is granted to anyone to use this software for any purpose on
-any computer system, and to alter it and redistribute it, subject
-to the following restrictions:
-
-1. The author is not responsible for the consequences of use of this
- software, no matter how awful, even if they arise from flaws in it.
-
-2. The origin of this software must not be misrepresented, either by
- explicit claim or by omission. Since few users ever read sources,
- credits must appear in the documentation.
-
-3. Altered versions must be plainly marked as such, and must not be
- misrepresented as being the original software. Since few users
- ever read sources, credits must appear in the documentation.
-
-4. This notice may not be removed or altered.
-
-(26) Mike Barcroft
-
-Copyright (c) 2001 Mike Barcroft
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
-
-(27) Konstantin Chuguev (--enable-newlib-iconv)
-
-Copyright (c) 1999, 2000
- Konstantin Chuguev. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
-
- iconv (Charset Conversion Library) v2.0
-
-(28) Artem Bityuckiy (--enable-newlib-iconv)
-
-Copyright (c) 2003, Artem B. Bityuckiy, SoftMine Corporation.
-Rights transferred to Franklin Electronic Publishers.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
-
-(29) IBM, Sony, Toshiba (only spu-* targets)
-
- (C) Copyright 2001,2006,
- International Business Machines Corporation,
- Sony Computer Entertainment, Incorporated,
- Toshiba Corporation,
-
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
-
- * Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- * Neither the names of the copyright holders nor the names of their
- contributors may be used to endorse or promote products derived from this
- software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
-
-(30) - Alex Tatmanjants (targets using libc/posix)
-
- Copyright (c) 1995 Alex Tatmanjants
- at Electronni Visti IA, Kiev, Ukraine.
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
-
-(31) - M. Warner Losh (targets using libc/posix)
-
- Copyright (c) 1998, M. Warner Losh
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
-
-(32) - Andrey A. Chernov (targets using libc/posix)
-
- Copyright (C) 1996 by Andrey A. Chernov, Moscow, Russia.
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
-
-(33) - Daniel Eischen (targets using libc/posix)
-
- Copyright (c) 2001 Daniel Eischen .
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
-
-
-(34) - Jon Beniston (only lm32-* targets)
-
- Contributed by Jon Beniston
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
-
-
-(35) - ARM Ltd (arm and thumb variant targets only)
-
- Copyright (c) 2009 ARM Ltd
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- 3. The name of the company may not be used to endorse or promote
- products derived from this software without specific prior written
- permission.
-
- THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-(36) - Xilinx, Inc. (microblaze-* and powerpc-* targets)
-
-Copyright (c) 2004, 2009 Xilinx, Inc. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
-1. Redistributions source code must retain the above copyright notice,
-this list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright
-notice, this list of conditions and the following disclaimer in the
-documentation and/or other materials provided with the distribution.
-
-3. Neither the name of Xilinx nor the names of its contributors may be
-used to endorse or promote products derived from this software without
-specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
-IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
-TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
-PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
-TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-
-(37) Texas Instruments Incorporated (tic6x-* targets)
-
-Copyright (c) 1996-2010 Texas Instruments Incorporated
-http://www.ti.com/
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
-
- Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in
- the documentation and/or other materials provided with the
- distribution.
-
- Neither the name of Texas Instruments Incorporated nor the names
- of its contributors may be used to endorse or promote products
- derived from this software without specific prior written
- permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-(38) National Semiconductor (cr16-* and crx-* targets)
-
-Copyright (c) 2004 National Semiconductor Corporation
-
-The authors hereby grant permission to use, copy, modify, distribute,
-and license this software and its documentation for any purpose, provided
-that existing copyright notices are retained in all copies and that this
-notice is included verbatim in any distributions. No written agreement,
-license, or royalty fee is required for any of the authorized uses.
-Modifications to this software may be copyrighted by their authors
-and need not follow the licensing terms described here, provided that
-the new terms are clearly indicated on the first page of each file where
-they apply.
-
-(39) - Adapteva, Inc. (epiphany-* targets)
-
-Copyright (c) 2011, Adapteva, Inc.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
- * Redistributions of source code must retain the above copyright notice, this
- list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
- * Neither the name of Adapteva nor the names of its contributors may be used
- to endorse or promote products derived from this software without specific
- prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/NOSA b/sdk_container/src/third_party/portage-stable/licenses/NOSA
deleted file mode 100644
index 298f1e58867..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/NOSA
+++ /dev/null
@@ -1,258 +0,0 @@
-NASA OPEN SOURCE AGREEMENT VERSION 1.3
-
-THIS OPEN SOURCE AGREEMENT ("AGREEMENT") DEFINES THE RIGHTS OF USE,
-REPRODUCTION, DISTRIBUTION, MODIFICATION AND REDISTRIBUTION OF CERTAIN
-COMPUTER SOFTWARE ORIGINALLY RELEASED BY THE UNITED STATES GOVERNMENT
-AS REPRESENTED BY THE GOVERNMENT AGENCY LISTED BELOW ("GOVERNMENT
-AGENCY"). THE UNITED STATES GOVERNMENT, AS REPRESENTED BY GOVERNMENT
-AGENCY, IS AN INTENDED THIRD-PARTY BENEFICIARY OF ALL SUBSEQUENT
-DISTRIBUTIONS OR REDISTRIBUTIONS OF THE SUBJECT SOFTWARE. ANYONE WHO
-USES, REPRODUCES, DISTRIBUTES, MODIFIES OR REDISTRIBUTES THE SUBJECT
-SOFTWARE, AS DEFINED HEREIN, OR ANY PART THEREOF, IS, BY THAT ACTION,
-ACCEPTING IN FULL THE RESPONSIBILITIES AND OBLIGATIONS CONTAINED IN
-THIS AGREEMENT.
-
-Government Agency: National Aeronautics and Space Administration (NASA)
-Government Agency Original Software Designation: ARC-15277
-Government Agency Original Software Title: growler 0.1
-User Registration Requested. Please Visit http://opensource.arc.nasa.gov/
-Government Agency Point of Contact for Original Software: bgreen@nas.nasa.gov
-
-1. DEFINITIONS
-
-A. "Contributor" means Government Agency, as the developer of the
-Original Software, and any entity that makes a Modification.
-
-B. "Covered Patents" mean patent claims licensable by a Contributor
-that are necessarily infringed by the use or sale of its Modification
-alone or when combined with the Subject Software.
-
-C. "Display" means the showing of a copy of the Subject Software,
-either directly or by means of an image, or any other device.
-
-D. "Distribution" means conveyance or transfer of the Subject
-Software, regardless of means, to another.
-
-E. "Larger Work" means computer software that combines Subject
-Software, or portions thereof, with software separate from the Subject
-Software that is not governed by the terms of this Agreement.
-
-F. "Modification" means any alteration of, including addition to or
-deletion from, the substance or structure of either the Original
-Software or Subject Software, and includes derivative works, as that
-term is defined in the Copyright Statute, 17 USC 101. However, the
-act of including Subject Software as part of a Larger Work does not in
-and of itself constitute a Modification.
-
-G. "Original Software" means the computer software first released
-under this Agreement by Government Agency with Government Agency
-designation ARC-15277 and entitled growler, including source code,
-object code and accompanying documentation, if any.
-
-H. "Recipient" means anyone who acquires the Subject Software under
-this Agreement, including all Contributors.
-
-I. "Redistribution" means Distribution of the Subject Software after a
-Modification has been made.
-
-J. "Reproduction" means the making of a counterpart, image or copy of
-the Subject Software.
-
-K. "Sale" means the exchange of the Subject Software for money or
-equivalent value.
-
-L. "Subject Software" means the Original Software, Modifications, or
-any respective parts thereof.
-
-M. "Use" means the application or employment of the Subject Software
-for any purpose.
-
-2. GRANT OF RIGHTS
-
-A. Under Non-Patent Rights: Subject to the terms and conditions of
-this Agreement, each Contributor, with respect to its own contribution
-to the Subject Software, hereby grants to each Recipient a
-non-exclusive, world-wide, royalty-free license to engage in the
-following activities pertaining to the Subject Software:
-
-1. Use
-2. Distribution
-3. Reproduction
-4. Modification
-5. Redistribution
-6. Display
-
-B. Under Patent Rights: Subject to the terms and conditions of this
-Agreement, each Contributor, with respect to its own contribution to
-the Subject Software, hereby grants to each Recipient under Covered
-Patents a non-exclusive, world-wide, royalty-free license to engage in
-the following activities pertaining to the Subject Software:
-
-1. Use
-2. Distribution
-3. Reproduction
-4. Sale
-5. Offer for Sale
-
-C. The rights granted under Paragraph B. also apply to the combination
-of a Contributor's Modification and the Subject Software if, at the
-time the Modification is added by the Contributor, the addition of
-such Modification causes the combination to be covered by the Covered
-Patents. It does not apply to any other combinations that include a
-Modification.
-
-D. The rights granted in Paragraphs A. and B. allow the Recipient to
-sublicense those same rights. Such sublicense must be under the same
-terms and conditions of this Agreement.
-
-3. OBLIGATIONS OF RECIPIENT
-
-A. Distribution or Redistribution of the Subject Software must be made
-under this Agreement except for additions covered under paragraph 3H.
-
-1. Whenever a Recipient distributes or redistributes the Subject
- Software, a copy of this Agreement must be included with each copy
- of the Subject Software; and
-2. If Recipient distributes or redistributes the Subject Software in
- any form other than source code, Recipient must also make the
- source code freely available, and must provide with each copy of
- the Subject Software information on how to obtain the source code
- in a reasonable manner on or through a medium customarily used for
- software exchange.
-
-B. Each Recipient must ensure that the following copyright notice
-appears prominently in the Subject Software:
-
-Copyright ã 2004 United States Government as represented by the
-Administrator of the National Aeronautics and Space Administration.
-All Rights Reserved.
-
-C. Each Contributor must characterize its alteration of the Subject
-Software as a Modification and must identify itself as the originator
-of its Modification in a manner that reasonably allows subsequent
-Recipients to identify the originator of the Modification. In
-fulfillment of these requirements, Contributor must include a file
-(e.g., a change log file) that describes the alterations made and the
-date of the alterations, identifies Contributor as originator of the
-alterations, and consents to characterization of the alterations as a
-Modification, for example, by including a statement that the
-Modification is derived, directly or indirectly, from Original
-Software provided by Government Agency. Once consent is granted, it
-may not thereafter be revoked.
-
-D. A Contributor may add its own copyright notice to the Subject
-Software. Once a copyright notice has been added to the Subject
-Software, a Recipient may not remove it without the express permission
-of the Contributor who added the notice.
-
-E. A Recipient may not make any representation in the Subject Software
-or in any promotional, advertising or other material that may be
-construed as an endorsement by Government Agency or by any prior
-Recipient of any product or service provided by Recipient, or that may
-seek to obtain commercial advantage by the fact of Government Agency's
-or a prior Recipient's participation in this Agreement.
-
-F. In an effort to track usage and maintain accurate records of the
-Subject Software, each Recipient, upon receipt of the Subject
-Software, is requested to register with Government Agency by visiting
-the following website: http://opensource.arc.nasa.gov. Recipient's
-name and personal information shall be used for statistical purposes
-only. Once a Recipient makes a Modification available, it is requested
-that the Recipient inform Government Agency at the web site provided
-above how to access the Modification.
-
-G. Each Contributor represents that that its Modification is believed
-to be Contributor's original creation and does not violate any
-existing agreements, regulations, statutes or rules, and further that
-Contributor has sufficient rights to grant the rights conveyed by this
-Agreement.
-
-H. A Recipient may choose to offer, and to charge a fee for, warranty,
-support, indemnity and/or liability obligations to one or more other
-Recipients of the Subject Software. A Recipient may do so, however,
-only on its own behalf and not on behalf of Government Agency or any
-other Recipient. Such a Recipient must make it absolutely clear that
-any such warranty, support, indemnity and/or liability obligation is
-offered by that Recipient alone. Further, such Recipient agrees to
-indemnify Government Agency and every other Recipient for any
-liability incurred by them as a result of warranty, support, indemnity
-and/or liability offered by such Recipient.
-
-I. A Recipient may create a Larger Work by combining Subject Software
-with separate software not governed by the terms of this agreement and
-distribute the Larger Work as a single product. In such case, the
-Recipient must make sure Subject Software, or portions thereof,
-included in the Larger Work is subject to this Agreement.
-
-J. Notwithstanding any provisions contained herein, Recipient is
-hereby put on notice that export of any goods or technical data from
-the United States may require some form of export license from the
-U.S. Government. Failure to obtain necessary export licenses may
-result in criminal liability under U.S. laws. Government Agency
-neither represents that a license shall not be required nor that, if
-required, it shall be issued. Nothing granted herein provides any
-such export license.
-
-4. DISCLAIMER OF WARRANTIES AND LIABILITIES; WAIVER AND INDEMNIFICATION
-
-A. No Warranty: THE SUBJECT SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY
-WARRANTY OF ANY KIND, EITHER EXPRESSED, IMPLIED, OR STATUTORY,
-INCLUDING, BUT NOT LIMITED TO, ANY WARRANTY THAT THE SUBJECT SOFTWARE
-WILL CONFORM TO SPECIFICATIONS, ANY IMPLIED WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR FREEDOM FROM
-INFRINGEMENT, ANY WARRANTY THAT THE SUBJECT SOFTWARE WILL BE ERROR
-FREE, OR ANY WARRANTY THAT DOCUMENTATION, IF PROVIDED, WILL CONFORM TO
-THE SUBJECT SOFTWARE. THIS AGREEMENT DOES NOT, IN ANY MANNER,
-CONSTITUTE AN ENDORSEMENT BY GOVERNMENT AGENCY OR ANY PRIOR RECIPIENT
-OF ANY RESULTS, RESULTING DESIGNS, HARDWARE, SOFTWARE PRODUCTS OR ANY
-OTHER APPLICATIONS RESULTING FROM USE OF THE SUBJECT SOFTWARE.
-FURTHER, GOVERNMENT AGENCY DISCLAIMS ALL WARRANTIES AND LIABILITIES
-REGARDING THIRD-PARTY SOFTWARE, IF PRESENT IN THE ORIGINAL SOFTWARE,
-AND DISTRIBUTES IT "AS IS."
-
-B. Waiver and Indemnity: RECIPIENT AGREES TO WAIVE ANY AND ALL CLAIMS
-AGAINST THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND
-SUBCONTRACTORS, AS WELL AS ANY PRIOR RECIPIENT. IF RECIPIENT'S USE OF
-THE SUBJECT SOFTWARE RESULTS IN ANY LIABILITIES, DEMANDS, DAMAGES,
-EXPENSES OR LOSSES ARISING FROM SUCH USE, INCLUDING ANY DAMAGES FROM
-PRODUCTS BASED ON, OR RESULTING FROM, RECIPIENT'S USE OF THE SUBJECT
-SOFTWARE, RECIPIENT SHALL INDEMNIFY AND HOLD HARMLESS THE UNITED
-STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY
-PRIOR RECIPIENT, TO THE EXTENT PERMITTED BY LAW. RECIPIENT'S SOLE
-REMEDY FOR ANY SUCH MATTER SHALL BE THE IMMEDIATE, UNILATERAL
-TERMINATION OF THIS AGREEMENT.
-
-
-5. GENERAL TERMS
-
-A. Termination: This Agreement and the rights granted hereunder will
-terminate automatically if a Recipient fails to comply with these
-terms and conditions, and fails to cure such noncompliance within
-thirty (30) days of becoming aware of such noncompliance. Upon
-termination, a Recipient agrees to immediately cease use and
-distribution of the Subject Software. All sublicenses to the Subject
-Software properly granted by the breaching Recipient shall survive any
-such termination of this Agreement.
-
-B. Severability: If any provision of this Agreement is invalid or
-unenforceable under applicable law, it shall not affect the validity
-or enforceability of the remainder of the terms of this Agreement.
-
-C. Applicable Law: This Agreement shall be subject to United States
-federal law only for all purposes, including, but not limited to,
-determining the validity of this Agreement, the meaning of its
-provisions and the rights, obligations and remedies of the parties.
-
-D. Entire Understanding: This Agreement constitutes the entire
-understanding and agreement of the parties relating to release of the
-Subject Software and may not be superseded, modified or amended except
-by further written agreement duly executed by the parties.
-
-E. Binding Authority: By accepting and using the Subject Software
-under this Agreement, a Recipient affirms its authority to bind the
-Recipient to all terms and conditions of this Agreement and that that
-Recipient hereby agrees to all terms and conditions herein.
-
-F. Point of Contact: Any Recipient contact with Government Agency is
-to be directed to the designated representative as follows:
-bgreen@nas.nasa.gov.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/NPL-1.1 b/sdk_container/src/third_party/portage-stable/licenses/NPL-1.1
deleted file mode 100644
index c738ea914ac..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/NPL-1.1
+++ /dev/null
@@ -1,569 +0,0 @@
-
- AMENDMENTS
-
- The Netscape Public License Version 1.1 ("NPL") consists of the
- Mozilla Public License Version 1.1 with the following Amendments,
- including Exhibit A-Netscape Public License. Files identified with
- "Exhibit A-Netscape Public License" are governed by the Netscape
- Public License Version 1.1.
-
- Additional Terms applicable to the Netscape Public License.
- I. Effect.
- These additional terms described in this Netscape Public
- License -- Amendments shall apply to the Mozilla Communicator
- client code and to all Covered Code under this License.
-
- II. "Netscape's Branded Code" means Covered Code that Netscape
- distributes and/or permits others to distribute under one or more
- trademark(s) which are controlled by Netscape but which are not
- licensed for use under this License.
-
- III. Netscape and logo.
- This License does not grant any rights to use the trademarks
- "Netscape", the "Netscape N and horizon" logo or the "Netscape
- lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript",
- "Smart Browsing" even if such marks are included in the Original
- Code or Modifications.
-
- IV. Inability to Comply Due to Contractual Obligation.
- Prior to licensing the Original Code under this License, Netscape
- has licensed third party code for use in Netscape's Branded Code.
- To the extent that Netscape is limited contractually from making
- such third party code available under this License, Netscape may
- choose to reintegrate such code into Covered Code without being
- required to distribute such code in Source Code form, even if
- such code would otherwise be considered "Modifications" under
- this License.
-
- V. Use of Modifications and Covered Code by Initial Developer.
- V.1. In General.
- The obligations of Section 3 apply to Netscape, except to
- the extent specified in this Amendment, Section V.2 and V.3.
-
- V.2. Other Products.
- Netscape may include Covered Code in products other than the
- Netscape's Branded Code which are released by Netscape
- during the two (2) years following the release date of the
- Original Code, without such additional products becoming
- subject to the terms of this License, and may license such
- additional products on different terms from those contained
- in this License.
-
- V.3. Alternative Licensing.
- Netscape may license the Source Code of Netscape's Branded
- Code, including Modifications incorporated therein, without
- such Netscape Branded Code becoming subject to the terms of
- this License, and may license such Netscape Branded Code on
- different terms from those contained in this License.
-
- VI. Litigation.
- Notwithstanding the limitations of Section 11 above, the
- provisions regarding litigation in Section 11(a), (b) and (c) of
- the License shall apply to all disputes relating to this License.
-
- EXHIBIT A-Netscape Public License.
-
- "The contents of this file are subject to the Netscape Public
- License Version 1.1 (the "License"); you may not use this file
- except in compliance with the License. You may obtain a copy of
- the License at http://www.mozilla.org/NPL/
-
- Software distributed under the License is distributed on an "AS
- IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- implied. See the License for the specific language governing
- rights and limitations under the License.
-
- The Original Code is Mozilla Communicator client code, released
- March 31, 1998.
-
- The Initial Developer of the Original Code is Netscape
- Communications Corporation. Portions created by Netscape are
- Copyright (C) 1998-1999 Netscape Communications Corporation. All
- Rights Reserved.
-
- Contributor(s): ______________________________________.
-
- Alternatively, the contents of this file may be used under the
- terms of the _____ license (the "[___] License"), in which case
- the provisions of [______] License are applicable instead of
- those above. If you wish to allow use of your version of this
- file only under the terms of the [____] License and not to allow
- others to use your version of this file under the NPL, indicate
- your decision by deleting the provisions above and replace them
- with the notice and other provisions required by the [___]
- License. If you do not delete the provisions above, a recipient
- may use your version of this file under either the NPL or the
- [___] License."
-
- ----------------------------------------------------------------------
-
- MOZILLA PUBLIC LICENSE
- Version 1.1
-
- ---------------
-
-1. Definitions.
-
- 1.0.1. "Commercial Use" means distribution or otherwise making the
- Covered Code available to a third party.
-
- 1.1. "Contributor" means each entity that creates or contributes to
- the creation of Modifications.
-
- 1.2. "Contributor Version" means the combination of the Original
- Code, prior Modifications used by a Contributor, and the Modifications
- made by that particular Contributor.
-
- 1.3. "Covered Code" means the Original Code or Modifications or the
- combination of the Original Code and Modifications, in each case
- including portions thereof.
-
- 1.4. "Electronic Distribution Mechanism" means a mechanism generally
- accepted in the software development community for the electronic
- transfer of data.
-
- 1.5. "Executable" means Covered Code in any form other than Source
- Code.
-
- 1.6. "Initial Developer" means the individual or entity identified
- as the Initial Developer in the Source Code notice required by Exhibit
- A.
-
- 1.7. "Larger Work" means a work which combines Covered Code or
- portions thereof with code not governed by the terms of this License.
-
- 1.8. "License" means this document.
-
- 1.8.1. "Licensable" means having the right to grant, to the maximum
- extent possible, whether at the time of the initial grant or
- subsequently acquired, any and all of the rights conveyed herein.
-
- 1.9. "Modifications" means any addition to or deletion from the
- substance or structure of either the Original Code or any previous
- Modifications. When Covered Code is released as a series of files, a
- Modification is:
- A. Any addition to or deletion from the contents of a file
- containing Original Code or previous Modifications.
-
- B. Any new file that contains any part of the Original Code or
- previous Modifications.
-
- 1.10. "Original Code" means Source Code of computer software code
- which is described in the Source Code notice required by Exhibit A as
- Original Code, and which, at the time of its release under this
- License is not already Covered Code governed by this License.
-
- 1.10.1. "Patent Claims" means any patent claim(s), now owned or
- hereafter acquired, including without limitation, method, process,
- and apparatus claims, in any patent Licensable by grantor.
-
- 1.11. "Source Code" means the preferred form of the Covered Code for
- making modifications to it, including all modules it contains, plus
- any associated interface definition files, scripts used to control
- compilation and installation of an Executable, or source code
- differential comparisons against either the Original Code or another
- well known, available Covered Code of the Contributor's choice. The
- Source Code can be in a compressed or archival form, provided the
- appropriate decompression or de-archiving software is widely available
- for no charge.
-
- 1.12. "You" (or "Your") means an individual or a legal entity
- exercising rights under, and complying with all of the terms of, this
- License or a future version of this License issued under Section 6.1.
- For legal entities, "You" includes any entity which controls, is
- controlled by, or is under common control with You. For purposes of
- this definition, "control" means (a) the power, direct or indirect,
- to cause the direction or management of such entity, whether by
- contract or otherwise, or (b) ownership of more than fifty percent
- (50%) of the outstanding shares or beneficial ownership of such
- entity.
-
-2. Source Code License.
-
- 2.1. The Initial Developer Grant.
- The Initial Developer hereby grants You a world-wide, royalty-free,
- non-exclusive license, subject to third party intellectual property
- claims:
- (a) under intellectual property rights (other than patent or
- trademark) Licensable by Initial Developer to use, reproduce,
- modify, display, perform, sublicense and distribute the Original
- Code (or portions thereof) with or without Modifications, and/or
- as part of a Larger Work; and
-
- (b) under Patents Claims infringed by the making, using or
- selling of Original Code, to make, have made, use, practice,
- sell, and offer for sale, and/or otherwise dispose of the
- Original Code (or portions thereof).
-
- (c) the licenses granted in this Section 2.1(a) and (b) are
- effective on the date Initial Developer first distributes
- Original Code under the terms of this License.
-
- (d) Notwithstanding Section 2.1(b) above, no patent license is
- granted: 1) for code that You delete from the Original Code; 2)
- separate from the Original Code; or 3) for infringements caused
- by: i) the modification of the Original Code or ii) the
- combination of the Original Code with other software or devices.
-
- 2.2. Contributor Grant.
- Subject to third party intellectual property claims, each Contributor
- hereby grants You a world-wide, royalty-free, non-exclusive license
-
- (a) under intellectual property rights (other than patent or
- trademark) Licensable by Contributor, to use, reproduce, modify,
- display, perform, sublicense and distribute the Modifications
- created by such Contributor (or portions thereof) either on an
- unmodified basis, with other Modifications, as Covered Code
- and/or as part of a Larger Work; and
-
- (b) under Patent Claims infringed by the making, using, or
- selling of Modifications made by that Contributor either alone
- and/or in combination with its Contributor Version (or portions
- of such combination), to make, use, sell, offer for sale, have
- made, and/or otherwise dispose of: 1) Modifications made by that
- Contributor (or portions thereof); and 2) the combination of
- Modifications made by that Contributor with its Contributor
- Version (or portions of such combination).
-
- (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
- effective on the date Contributor first makes Commercial Use of
- the Covered Code.
-
- (d) Notwithstanding Section 2.2(b) above, no patent license is
- granted: 1) for any code that Contributor has deleted from the
- Contributor Version; 2) separate from the Contributor Version;
- 3) for infringements caused by: i) third party modifications of
- Contributor Version or ii) the combination of Modifications made
- by that Contributor with other software (except as part of the
- Contributor Version) or other devices; or 4) under Patent Claims
- infringed by Covered Code in the absence of Modifications made by
- that Contributor.
-
-3. Distribution Obligations.
-
- 3.1. Application of License.
- The Modifications which You create or to which You contribute are
- governed by the terms of this License, including without limitation
- Section 2.2. The Source Code version of Covered Code may be
- distributed only under the terms of this License or a future version
- of this License released under Section 6.1, and You must include a
- copy of this License with every copy of the Source Code You
- distribute. You may not offer or impose any terms on any Source Code
- version that alters or restricts the applicable version of this
- License or the recipients' rights hereunder. However, You may include
- an additional document offering the additional rights described in
- Section 3.5.
-
- 3.2. Availability of Source Code.
- Any Modification which You create or to which You contribute must be
- made available in Source Code form under the terms of this License
- either on the same media as an Executable version or via an accepted
- Electronic Distribution Mechanism to anyone to whom you made an
- Executable version available; and if made available via Electronic
- Distribution Mechanism, must remain available for at least twelve (12)
- months after the date it initially became available, or at least six
- (6) months after a subsequent version of that particular Modification
- has been made available to such recipients. You are responsible for
- ensuring that the Source Code version remains available even if the
- Electronic Distribution Mechanism is maintained by a third party.
-
- 3.3. Description of Modifications.
- You must cause all Covered Code to which You contribute to contain a
- file documenting the changes You made to create that Covered Code and
- the date of any change. You must include a prominent statement that
- the Modification is derived, directly or indirectly, from Original
- Code provided by the Initial Developer and including the name of the
- Initial Developer in (a) the Source Code, and (b) in any notice in an
- Executable version or related documentation in which You describe the
- origin or ownership of the Covered Code.
-
- 3.4. Intellectual Property Matters
- (a) Third Party Claims.
- If Contributor has knowledge that a license under a third party's
- intellectual property rights is required to exercise the rights
- granted by such Contributor under Sections 2.1 or 2.2,
- Contributor must include a text file with the Source Code
- distribution titled "LEGAL" which describes the claim and the
- party making the claim in sufficient detail that a recipient will
- know whom to contact. If Contributor obtains such knowledge after
- the Modification is made available as described in Section 3.2,
- Contributor shall promptly modify the LEGAL file in all copies
- Contributor makes available thereafter and shall take other steps
- (such as notifying appropriate mailing lists or newsgroups)
- reasonably calculated to inform those who received the Covered
- Code that new knowledge has been obtained.
-
- (b) Contributor APIs.
- If Contributor's Modifications include an application programming
- interface and Contributor has knowledge of patent licenses which
- are reasonably necessary to implement that API, Contributor must
- also include this information in the LEGAL file.
-
- (c) Representations.
- Contributor represents that, except as disclosed pursuant to
- Section 3.4(a) above, Contributor believes that Contributor's
- Modifications are Contributor's original creation(s) and/or
- Contributor has sufficient rights to grant the rights conveyed by
- this License.
-
- 3.5. Required Notices.
- You must duplicate the notice in Exhibit A in each file of the Source
- Code. If it is not possible to put such notice in a particular Source
- Code file due to its structure, then You must include such notice in a
- location (such as a relevant directory) where a user would be likely
- to look for such a notice. If You created one or more Modification(s)
- You may add your name as a Contributor to the notice described in
- Exhibit A. You must also duplicate this License in any documentation
- for the Source Code where You describe recipients' rights or ownership
- rights relating to Covered Code. You may choose to offer, and to
- charge a fee for, warranty, support, indemnity or liability
- obligations to one or more recipients of Covered Code. However, You
- may do so only on Your own behalf, and not on behalf of the Initial
- Developer or any Contributor. You must make it absolutely clear than
- any such warranty, support, indemnity or liability obligation is
- offered by You alone, and You hereby agree to indemnify the Initial
- Developer and every Contributor for any liability incurred by the
- Initial Developer or such Contributor as a result of warranty,
- support, indemnity or liability terms You offer.
-
- 3.6. Distribution of Executable Versions.
- You may distribute Covered Code in Executable form only if the
- requirements of Section 3.1-3.5 have been met for that Covered Code,
- and if You include a notice stating that the Source Code version of
- the Covered Code is available under the terms of this License,
- including a description of how and where You have fulfilled the
- obligations of Section 3.2. The notice must be conspicuously included
- in any notice in an Executable version, related documentation or
- collateral in which You describe recipients' rights relating to the
- Covered Code. You may distribute the Executable version of Covered
- Code or ownership rights under a license of Your choice, which may
- contain terms different from this License, provided that You are in
- compliance with the terms of this License and that the license for the
- Executable version does not attempt to limit or alter the recipient's
- rights in the Source Code version from the rights set forth in this
- License. If You distribute the Executable version under a different
- license You must make it absolutely clear that any terms which differ
- from this License are offered by You alone, not by the Initial
- Developer or any Contributor. You hereby agree to indemnify the
- Initial Developer and every Contributor for any liability incurred by
- the Initial Developer or such Contributor as a result of any such
- terms You offer.
-
- 3.7. Larger Works.
- You may create a Larger Work by combining Covered Code with other code
- not governed by the terms of this License and distribute the Larger
- Work as a single product. In such a case, You must make sure the
- requirements of this License are fulfilled for the Covered Code.
-
-4. Inability to Comply Due to Statute or Regulation.
-
- If it is impossible for You to comply with any of the terms of this
- License with respect to some or all of the Covered Code due to
- statute, judicial order, or regulation then You must: (a) comply with
- the terms of this License to the maximum extent possible; and (b)
- describe the limitations and the code they affect. Such description
- must be included in the LEGAL file described in Section 3.4 and must
- be included with all distributions of the Source Code. Except to the
- extent prohibited by statute or regulation, such description must be
- sufficiently detailed for a recipient of ordinary skill to be able to
- understand it.
-
-5. Application of this License.
-
- This License applies to code to which the Initial Developer has
- attached the notice in Exhibit A and to related Covered Code.
-
-6. Versions of the License.
-
- 6.1. New Versions.
- Netscape Communications Corporation ("Netscape") may publish revised
- and/or new versions of the License from time to time. Each version
- will be given a distinguishing version number.
-
- 6.2. Effect of New Versions.
- Once Covered Code has been published under a particular version of the
- License, You may always continue to use it under the terms of that
- version. You may also choose to use such Covered Code under the terms
- of any subsequent version of the License published by Netscape. No one
- other than Netscape has the right to modify the terms applicable to
- Covered Code created under this License.
-
- 6.3. Derivative Works.
- If You create or use a modified version of this License (which you may
- only do in order to apply it to code which is not already Covered Code
- governed by this License), You must (a) rename Your license so that
- the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
- "MPL", "NPL" or any confusingly similar phrase do not appear in your
- license (except to note that your license differs from this License)
- and (b) otherwise make it clear that Your version of the license
- contains terms which differ from the Mozilla Public License and
- Netscape Public License. (Filling in the name of the Initial
- Developer, Original Code or Contributor in the notice described in
- Exhibit A shall not of themselves be deemed to be modifications of
- this License.)
-
-7. DISCLAIMER OF WARRANTY.
-
- COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
- DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
- THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
- IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
- YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
- COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
- OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
- ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
-
-8. TERMINATION.
-
- 8.1. This License and the rights granted hereunder will terminate
- automatically if You fail to comply with terms herein and fail to cure
- such breach within 30 days of becoming aware of the breach. All
- sublicenses to the Covered Code which are properly granted shall
- survive any termination of this License. Provisions which, by their
- nature, must remain in effect beyond the termination of this License
- shall survive.
-
- 8.2. If You initiate litigation by asserting a patent infringement
- claim (excluding declatory judgment actions) against Initial Developer
- or a Contributor (the Initial Developer or Contributor against whom
- You file such action is referred to as "Participant") alleging that:
-
- (a) such Participant's Contributor Version directly or indirectly
- infringes any patent, then any and all rights granted by such
- Participant to You under Sections 2.1 and/or 2.2 of this License
- shall, upon 60 days notice from Participant terminate prospectively,
- unless if within 60 days after receipt of notice You either: (i)
- agree in writing to pay Participant a mutually agreeable reasonable
- royalty for Your past and future use of Modifications made by such
- Participant, or (ii) withdraw Your litigation claim with respect to
- the Contributor Version against such Participant. If within 60 days
- of notice, a reasonable royalty and payment arrangement are not
- mutually agreed upon in writing by the parties or the litigation claim
- is not withdrawn, the rights granted by Participant to You under
- Sections 2.1 and/or 2.2 automatically terminate at the expiration of
- the 60 day notice period specified above.
-
- (b) any software, hardware, or device, other than such Participant's
- Contributor Version, directly or indirectly infringes any patent, then
- any rights granted to You by such Participant under Sections 2.1(b)
- and 2.2(b) are revoked effective as of the date You first made, used,
- sold, distributed, or had made, Modifications made by that
- Participant.
-
- 8.3. If You assert a patent infringement claim against Participant
- alleging that such Participant's Contributor Version directly or
- indirectly infringes any patent where such claim is resolved (such as
- by license or settlement) prior to the initiation of patent
- infringement litigation, then the reasonable value of the licenses
- granted by such Participant under Sections 2.1 or 2.2 shall be taken
- into account in determining the amount or value of any payment or
- license.
-
- 8.4. In the event of termination under Sections 8.1 or 8.2 above,
- all end user license agreements (excluding distributors and resellers)
- which have been validly granted by You or any distributor hereunder
- prior to termination shall survive termination.
-
-9. LIMITATION OF LIABILITY.
-
- UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
- (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
- DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
- OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
- ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
- CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
- WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
- COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
- INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
- LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
- RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
- PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
- EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
- THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
-
-10. U.S. GOVERNMENT END USERS.
-
- The Covered Code is a "commercial item," as that term is defined in
- 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
- software" and "commercial computer software documentation," as such
- terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
- C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
- all U.S. Government End Users acquire Covered Code with only those
- rights set forth herein.
-
-11. MISCELLANEOUS.
-
- This License represents the complete agreement concerning subject
- matter hereof. If any provision of this License is held to be
- unenforceable, such provision shall be reformed only to the extent
- necessary to make it enforceable. This License shall be governed by
- California law provisions (except to the extent applicable law, if
- any, provides otherwise), excluding its conflict-of-law provisions.
- With respect to disputes in which at least one party is a citizen of,
- or an entity chartered or registered to do business in the United
- States of America, any litigation relating to this License shall be
- subject to the jurisdiction of the Federal Courts of the Northern
- District of California, with venue lying in Santa Clara County,
- California, with the losing party responsible for costs, including
- without limitation, court costs and reasonable attorneys' fees and
- expenses. The application of the United Nations Convention on
- Contracts for the International Sale of Goods is expressly excluded.
- Any law or regulation which provides that the language of a contract
- shall be construed against the drafter shall not apply to this
- License.
-
-12. RESPONSIBILITY FOR CLAIMS.
-
- As between Initial Developer and the Contributors, each party is
- responsible for claims and damages arising, directly or indirectly,
- out of its utilization of rights under this License and You agree to
- work with Initial Developer and Contributors to distribute such
- responsibility on an equitable basis. Nothing herein is intended or
- shall be deemed to constitute any admission of liability.
-
-13. MULTIPLE-LICENSED CODE.
-
- Initial Developer may designate portions of the Covered Code as
- "Multiple-Licensed". "Multiple-Licensed" means that the Initial
- Developer permits you to utilize portions of the Covered Code under
- Your choice of the NPL or the alternative licenses, if any, specified
- by the Initial Developer in the file described in Exhibit A.
-
-EXHIBIT A -Mozilla Public License.
-
- ``The contents of this file are subject to the Mozilla Public License
- Version 1.1 (the "License"); you may not use this file except in
- compliance with the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
-
- Software distributed under the License is distributed on an "AS IS"
- basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
- License for the specific language governing rights and limitations
- under the License.
-
- The Original Code is ______________________________________.
-
- The Initial Developer of the Original Code is ________________________.
- Portions created by ______________________ are Copyright (C) ______
- _______________________. All Rights Reserved.
-
- Contributor(s): ______________________________________.
-
- Alternatively, the contents of this file may be used under the terms
- of the _____ license (the "[___] License"), in which case the
- provisions of [______] License are applicable instead of those
- above. If you wish to allow use of your version of this file only
- under the terms of the [____] License and not to allow others to use
- your version of this file under the MPL, indicate your decision by
- deleting the provisions above and replace them with the notice and
- other provisions required by the [___] License. If you do not delete
- the provisions above, a recipient may use your version of this file
- under either the MPL or the [___] License."
-
- [NOTE: The text of this Exhibit A may differ slightly from the text of
- the notices in the Source Code files of the Original Code. You should
- use the text of this Exhibit A rather than the text found in the
- Original Code Source Code for Your Modifications.]
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/NPSL-0.95 b/sdk_container/src/third_party/portage-stable/licenses/NPSL-0.95
deleted file mode 100644
index 3a375ebd7eb..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/NPSL-0.95
+++ /dev/null
@@ -1,581 +0,0 @@
-Nmap Public Source License Version 0.95
-For more information on this license, see https://nmap.org/npsl/
-
-0. Preamble
-
-The intent of this license is to establish freedom to share and change
-the software regulated by this license under the open source model. It
-also includes a Contributor Agreement and disclaims any warranty on
-Covered Software. Companies wishing to use or incorporate Covered
-Software within their own products may find that our Nmap OEM product
-(https://nmap.org/oem/) better suits their needs. Open source
-developers who wish to incorporate parts of Covered Software into free
-software with conflicting licenses may write Licensor to request a
-waiver of terms.
-
-If the Nmap Project (directly or through one of its commercial
-licensing customers) has granted you additional rights to Nmap or Nmap
-OEM, those additional rights take precedence where they conflict with
-the terms of this license agreement.
-
-This License represents the complete agreement concerning subject
-matter hereof. It contains the license terms themselves, but not the
-reasoning behind them or detailed explanations. For further
-information about this License, see https://nmap.org/npsl/ . That page
-makes a good faith attempt to explain this License, but it does not
-and can not modify its governing terms in any way.
-
-1. Definitions
-
-* "Contribution" means any work of authorship, including the original
- version of the Work and any modifications or additions to that Work
- or Derivative Works thereof, that is intentionally submitted to
- Licensor by the copyright owner or by an individual or Legal Entity
- authorized to submit on behalf of the copyright owner. For the
- purposes of this definition, "submitted" means any form of
- electronic, verbal, or written communication sent to the Licensor or
- its representatives, including but not limited to communication on
- electronic mailing lists, source code control systems, web sites,
- and issue tracking systems that are managed by, or on behalf of, the
- Licensor for the purpose of discussing and improving the Work, but
- excluding communication that is conspicuously marked or otherwise
- designated in writing by the copyright owner as "Not a
- Contribution."
-
-* "Contributor" means Licensor and any individual or Legal Entity on
- behalf of whom a Contribution has been received by Licensor and
- subsequently incorporated within the Work.
-
-* "Covered Software" means the work of authorship, whether in Source
- or Object form, made available under the License, as indicated by a
- copyright notice that is included in or attached to the work
-
-* "Derivative Work" or "Collective Work" means any work, whether in
- Source or Object form, that is based on (or derived from) the Work
- and for which the editorial revisions, annotations, elaborations, or
- other modifications represent, as a whole, an original work of
- authorship. It includes software as described in Section 3 of this
- License.
-
-* "Executable" means Covered Software in any form other than Source Code.
-
-* "Externally Deploy" means to Deploy the Covered Software in any way
- that may be accessed or used by anyone other than You, used to
- provide any services to anyone other than You, or used in any way to
- deliver any content to anyone other than You, whether the Covered
- Software is distributed to those parties, made available as an
- application intended for use over a computer network, or used to
- provide services or otherwise deliver content to anyone other than
- You.
-
-* "GPL" means the GNU General Public License Version 2, as published
- by the Free Software Foundation and provided in Exhibit A.
-
-* "Legal Entity" means the union of the acting entity and all other
- entities that control, are controlled by, or are under common
- control with that entity. For the purposes of this definition,
- "control" means (i) the power, direct or indirect, to cause the
- direction or management of such entity, whether by contract or
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
- outstanding shares, or (iii) beneficial ownership of such entity.
-
-* "License" means this document, including Exhibits.
-
-* "Licensor" means Nmap Software LLC and its successors and assigns.
-
-* "Main License Body" means all of the terms of this document,
- excluding Exhibits.
-
-* "You" (or "Your") means an individual or Legal Entity exercising
- permissions granted by this License.
-
-2. General Terms
-
-Covered Software is licensed to you under the terms of the GPL
-(Exhibit A), with all the exceptions, clarifications, and additions
-noted in this Main License Body. Where the terms in this Main License
-Body conflict in any way with the GPL, the Main License Body terms
-shall take precedence. These additional terms mean that You may not
-distribute Covered Software or Derivative Works under plain GPL terms
-without special permission from Licensor.
-
-You are not required to accept this License. However, nothing else
-grants You permission to use, copy, modify or distribute the software
-or its derivative works. These actions are prohibited by law if You do
-not accept this License. Therefore, by modifying, copying or
-distributing the software (or any work based on the software), You
-indicate your acceptance of this License to do so, and all its terms
-and conditions. In addition, you agree to the terms of this License by
-clicking the Accept button or downloading the software.
-
-3. Derivative Works
-
-This License (including the GPL portion) places important restrictions
-on derived works. Licensor interprets that term quite broadly. To
-avoid any misunderstandings, we consider software to constitute a
-"derivative work" of Covered Software for the purposes of this license
-if it does any of the following:
-
-* Integrates source code from Covered Software
-
-* Reads or includes Covered Software data files, such as nmap-os-db or
- nmap-service-probes.
-
-* Is designed specifically to execute Covered Software and parse the
- results (as opposed to typical shell or execution-menu apps, which
- will execute anything you tell them to).
-
-* Includes Covered Software in a proprietary executable installer. The
- installers produced by InstallShield are an example of
- this. Including Nmap with other software in compressed or archival
- form does not trigger this provision, provided appropriate open
- source decompression or de-archiving software is widely available
- for no charge. For the purposes of this license, an installer is
- considered to include Covered Software even if it actually retrieves
- a copy of Covered Software from another source during runtime (such
- as by downloading it from the Internet).
-
-* Links (statically or dynamically) to a library which does any of the
- above
-
-* Executes a helper program, module, or script to do any of the above.
-
-This list is not exclusive, but is meant to clarify Licensor's
-intentions with some common examples. Distribution of any works which
-meet these criteria (and that also choose to accept this license to
-benefit from the rights granted herein) must be under the terms of
-this license (including this Main License Body and GPL), with no
-additional conditions or restrictions. They must abide by all
-restrictions that the GPL places on derivative or collective works,
-including the requirements for distributing their source code and
-allowing royalty-free redistribution.
-
-Licensor does not purport to control through this license any software
-which does not require the rights granted herein (such as rights to
-redistribute and/or incorporate Covered Software executables and
-source code). In particular, many software packages include the
-ability to parse Covered Software results provided by an end user or
-to execute Covered Software that end user may have already installed
-on their system. To the extent that copyright doctrines such as fair
-use allow their practices without the need to exercise any rights
-granted by this license, vendors and distributors of such software are
-not bound by our definition of derivative works or any other clauses
-in this license.
-
-4. Contributor Agreement (Grant of Copyright and Patent Licenses)
-
-Each Contributor hereby grants to Licensor a perpetual, worldwide,
-non-exclusive, no-charge, royalty-free, irrevocable copyright license
-to reproduce, prepare Derivative Works of, publicly display, publicly
-perform, sublicense, and distribute the Contribution and such
-Derivative Works in Source or Object form.
-
-Each Contributor hereby grants to You and Licensor a perpetual,
-worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except
-as stated in this section) patent license to make, have made, use,
-offer to sell, sell, import, and otherwise transfer the Work, where
-such license applies only to those patent claims licensable by such
-Contributor that are necessarily infringed by their Contribution(s)
-alone or by combination of their Contribution(s) with the Work to
-which such Contribution(s) was submitted. If You institute patent
-litigation against any entity (including a cross-claim or counterclaim
-in a lawsuit) alleging that the Work or a Contribution incorporated
-within the Work constitutes direct or contributory patent
-infringement, then any patent licenses granted to You under this
-License for that Work shall terminate as of the date such litigation
-is filed.
-
-Contributors may impose different terms on their Contributions by
-stating those terms in writing at the time the Contribution is
-made. Contributors may withhold all authority from Licensor to
-incorporate submissions by conspicuously marking or otherwise
-designating them in writing as "Not a Contribution" at the time they
-make the work available.
-
-5. Disclaimer of Warranty and Limitation of Liability
-
-Unless required by applicable law or agreed to in writing, Licensor
-provides the Covered Software (and each Contributor provides its
-Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
-OF ANY KIND, either express or implied, including, without limitation,
-any warranties or conditions of TITLE, NON-INFRINGEMENT,
-MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely
-responsible for determining the appropriateness of using or
-redistributing the Covered Software and assume any risks associated
-with Your exercise of permissions under this License.
-
-In no event and under no legal theory, whether in tort (including
-negligence), contract, or otherwise, unless required by applicable law
-(such as deliberate and grossly negligent acts) or agreed to in
-writing, shall any Contributor be liable to You for damages, including
-any direct, indirect, special, incidental, or consequential damages of
-any character arising as a result of this License or out of the use or
-inability to use the Covered Software (including but not limited to
-damages for loss of goodwill, work stoppage, computer failure or
-malfunction, or any and all other commercial damages or losses), even
-if such Contributor has been advised of the possibility of such
-damages.
-
-6. External Deployment
-
-If You Externally Deploy Covered Software, such as hosting a website
-designed to execute Nmap scans for users, the system and its
-documentation must, if technically feasible, prominently display a
-notice stating that the system uses the Nmap Security Scanner to
-perform its tasks. If technically feasible, the notice must contain a
-hyperlink to https://nmap.org/ or provide that URL in the text.
-
-7. Trademarks
-
-This License does not grant permission to use the trade names,
-trademarks, service marks, or product names of the Licensor, except as
-required for reasonable and customary use in describing the origin of
-the Covered Software.
-
-8. Termination for Patent Action
-
-This License shall terminate automatically and You may no longer
-exercise any of the rights granted to You by this License as of the
-date You commence an action, including a cross-claim or counterclaim,
-against Licensor or any licensee alleging that the Covered Software
-infringes a patent. This termination provision shall not apply for an
-action alleging patent infringement by combinations of the Covered
-Software with other software or hardware.
-
-9. Jurisdiction, Venue and Governing Law
-
-This License is governed by the laws of the State of Washington and
-the intellectual property laws of the United States of America,
-excluding the jurisdiction's conflict-of-law provisions. Any
-litigation or other dispute resolution between You and Licensor
-relating to this License shall take place in the Northern District of
-California, and You and Licensor hereby consent to the personal
-jurisdiction of, and venue in, the state and federal courts within
-that District with respect to this License. The application of the
-United Nations Convention on Contracts for the International Sale of
-Goods is expressly excluded.
-
-10. Npcap and the Official Nmap Windows Builds
-
-The official Windows Nmap builds includes the Npcap driver and library
-(https://npcap.com) for packet capture and transmission on
-Windows. That software is under its own separate license terms rather
-than this license. Therefore anyone wishing to use or redistribute
-both pieces of software must comply with both licenses. Since Npcap
-does not allow for redistribution without special permission, the
-official Nmap Windows builds which include Npcap may not be
-redistributed without special permission. Such permission can be
-requested by email to sales@nmap.com.
-
-11. Permission to link with OpenSSL
-
-Licensor grants permission to link Covered Software with any version
-of the OpenSSL library from OpenSSL.Org, and distribute linked
-combinations including the two (assuming such distribution is
-otherwise allowed by this agreement). You must obey this License in
-all respects for all code used other than OpenSSL.
-
-12. Waiver; Construction
-
-Failure by Licensor or any Contributor to enforce any provision of
-this License will not be deemed a waiver of future enforcement of that
-or any other provision. Any law or regulation which provides that the
-language of a contract shall be construed against the drafter will not
-apply to this License.
-
-13. Enforceability
-
-If any provision of this License is invalid or unenforceable under
-applicable law, it shall not affect the validity or enforceability of
-the remainder of the terms of this License, and without further action
-by the parties hereto, such provision shall be reformed to the minimum
-extent necessary to make such provision valid and enforceable.
-
-Exhibit A. The GNU General Public License Version 2
-GNU GENERAL PUBLIC LICENSE
-Version 2, June 1991
-
-Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
-
-Everyone is permitted to copy and distribute verbatim copies
-of this license document, but changing it is not allowed.
-Preamble
-
-The licenses for most software are designed to take away your freedom
-to share and change it. By contrast, the GNU General Public License is
-intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users. This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it. (Some other Free Software Foundation software is covered by
-the GNU Lesser General Public License instead.) You can apply it to
-your programs, too.
-
-When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the
-rights. These restrictions translate to certain responsibilities for
-you if you distribute copies of the software, or if you modify it.
-
-For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have. You must make sure that they, too, receive or can get the
-source code. And you must show them these terms so they know their
-rights.
-
-We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
-Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software. If the software is modified by someone else and passed on,
-we want its recipients to know that what they have is not the
-original, so that any problems introduced by others will not reflect
-on the original authors' reputations.
-
-Finally, any free program is threatened constantly by software
-patents. We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary. To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at
-all.
-
-The precise terms and conditions for copying, distribution and
-modification follow.
-
-TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-0. This License applies to any program or other work which contains a
-notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License. The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language. (Hereinafter, translation is included without limitation in
-the term "modification".) Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope. The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the Program
-(independent of having been made by running the Program). Whether that
-is true depends on what the Program does.
-
-1. You may copy and distribute verbatim copies of the Program's source
-code as you receive it, in any medium, provided that you conspicuously
-and appropriately publish on each copy an appropriate copyright notice
-and disclaimer of warranty; keep intact all the notices that refer to
-this License and to the absence of any warranty; and give any other
-recipients of the Program a copy of this License along with the
-Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a
-fee.
-
-2. You may modify your copy or copies of the Program or any portion of
-it, thus forming a work based on the Program, and copy and distribute
-such modifications or work under the terms of Section 1 above,
-provided that you also meet all of these conditions:
-
-a) You must cause the modified files to carry prominent notices
-stating that you changed the files and the date of any change.
-
-b) You must cause any work that you distribute or publish, that in
-whole or in part contains or is derived from the Program or any part
-thereof, to be licensed as a whole at no charge to all third parties
-under the terms of this License.
-
-c) If the modified program normally reads commands interactively when
-run, you must cause it, when started running for such interactive use
-in the most ordinary way, to print or display an announcement
-including an appropriate copyright notice and a notice that there is
-no warranty (or else, saying that you provide a warranty) and that
-users may redistribute the program under these conditions, and telling
-the user how to view a copy of this License. (Exception: if the
-Program itself is interactive but does not normally print such an
-announcement, your work based on the Program is not required to print
-an announcement.)
-
-These requirements apply to the modified work as a whole. If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works. But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote
-it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
-a) Accompany it with the complete corresponding machine-readable
-source code, which must be distributed under the terms of Sections 1
-and 2 above on a medium customarily used for software interchange; or,
-
-b) Accompany it with a written offer, valid for at least three years,
-to give any third party, for a charge no more than your cost of
-physically performing source distribution, a complete machine-readable
-copy of the corresponding source code, to be distributed under the
-terms of Sections 1 and 2 above on a medium customarily used for
-software interchange; or,
-
-c) Accompany it with the information you received as to the offer to
-distribute corresponding source code. (This alternative is allowed
-only for noncommercial distribution and only if you received the
-program in object code or executable form with such an offer, in
-accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it. For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable. However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License. Any attempt otherwise
-to copy, modify, sublicense or distribute the Program is void, and
-will automatically terminate your rights under this License. However,
-parties who have received copies, or rights, from you under this
-License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
-5. You are not required to accept this License, since you have not
-signed it. However, nothing else grants you permission to modify or
-distribute the Program or its derivative works. These actions are
-prohibited by law if you do not accept this License. Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
-6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions. You may not impose any further
-restrictions on the recipients' exercise of the rights granted
-herein. You are not responsible for enforcing compliance by third
-parties to this License.
-
-7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all. For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices. Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded. In such case, this License incorporates
-the limitation as if written in the body of this License.
-
-9. The Free Software Foundation may publish revised and/or new
-versions of the General Public License from time to time. Such new
-versions will be similar in spirit to the present version, but may
-differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Program
-specifies a version number of this License which applies to it and
-"any later version", you have the option of following the terms and
-conditions either of that version or of any later version published by
-the Free Software Foundation. If the Program does not specify a
-version number of this License, you may choose any version ever
-published by the Free Software Foundation.
-
-10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the
-author to ask for permission. For software which is copyrighted by the
-Free Software Foundation, write to the Free Software Foundation; we
-sometimes make exceptions for this. Our decision will be guided by the
-two goals of preserving the free status of all derivatives of our free
-software and of promoting the sharing and reuse of software generally.
-
-NO WARRANTY
-
-11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
-WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE
-LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS
-AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF
-ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
-PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME
-THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
-WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
-AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU
-FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
-FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
-END OF TERMS AND CONDITIONS
-
-[For brevity, we've cut out the GPL's final section on "How to Apply
-These Terms to Your New Program", but you can find that at
-https://www.gnu.org/licenses/gpl-2.0.html#SEC4 ]
diff --git a/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-CUDA b/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-CUDA
deleted file mode 100644
index 309815fb953..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-CUDA
+++ /dev/null
@@ -1,2127 +0,0 @@
-End User License Agreement
---------------------------
-
-
-Preface
--------
-
-The following contains specific license terms and conditions
-for four separate NVIDIA products. By accepting this
-agreement, you agree to comply with all the terms and
-conditions applicable to the specific product(s) included
-herein.
-
-
-NVIDIA CUDA Toolkit
-
-
-Description
-
-The NVIDIA CUDA Toolkit provides command-line and graphical
-tools for building, debugging and optimizing the performance
-of applications accelerated by NVIDIA GPUs, runtime and math
-libraries, and documentation including programming guides,
-user manuals, and API references. The NVIDIA CUDA Toolkit
-License Agreement is available in Chapter 1.
-
-
-Default Install Location of CUDA Toolkit
-
-Windows platform:
-
-%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v#.#
-
-Linux platform:
-
-/usr/local/cuda-#.#
-
-Mac platform:
-
-/Developer/NVIDIA/CUDA-#.#
-
-
-NVIDIA CUDA Samples
-
-
-Description
-
-This package includes over 100+ CUDA examples that demonstrate
-various CUDA programming principles, and efficient CUDA
-implementation of algorithms in specific application domains.
-The NVIDIA CUDA Samples License Agreement is available in
-Chapter 2.
-
-
-Default Install Location of CUDA Samples
-
-Windows platform:
-
-%ProgramData%\NVIDIA Corporation\CUDA Samples\v#.#
-
-Linux platform:
-
-/usr/local/cuda-#.#/samples
-
-and
-
-$HOME/NVIDIA_CUDA-#.#_Samples
-
-Mac platform:
-
-/Developer/NVIDIA/CUDA-#.#/samples
-
-
-NVIDIA Driver
-
-
-Description
-
-This package contains the operating system driver and
-fundamental system software components for NVIDIA GPUs. The
-NVIDIA Driver License for the Windows platform is available in
-Chapter 3, and the NVIDIA Driver License for the Linux and Mac
-OSX platforms is available in Chapter 4.
-
-
-NVIDIA Nsight Visual Studio Edition (Windows only)
-
-
-Description
-
-NVIDIA Nsight Development Platform, Visual Studio Edition is a
-development environment integrated into Microsoft Visual
-Studio that provides tools for debugging, profiling, analyzing
-and optimizing your GPU computing and graphics applications.
-The NVIDIA Nsight Visual Studio Edition License Agreement is
-available in Chapter 5.
-
-
-Default Install Location of Nsight Visual Studio Edition
-
-Windows platform:
-
-%ProgramFiles%\NVIDIA Corporation\Nsight Visual Studio Edition #.#
-
-
-NVIDIA CUDA General Terms
-
-
-Description
-
-General terms that apply to all of the software components are
-available in Chapter 6.
-
-
-1. NVIDIA CUDA Toolkit License Agreement
-----------------------------------------
-
-
-Important Notice
-----------------
-
-READ CAREFULLY: This Software License Agreement ("Agreement")
-for NVIDIA CUDA Toolkit, including computer software and
-associated documentation ("Software"), is the Agreement which
-governs use of the SOFTWARE of NVIDIA Corporation and its
-subsidiaries ("NVIDIA") downloadable herefrom. By downloading,
-installing, copying, or otherwise using the SOFTWARE, You (as
-defined below) agree to be bound by the terms of this
-Agreement. If You do not agree to the terms of this Agreement,
-do not download the SOFTWARE.
-
-
-Recitals
---------
-
-Use of NVIDIA's SOFTWARE requires three elements: the
-SOFTWARE, an NVIDIA GPU or application processor ("NVIDIA
-Hardware"), and a computer system. The SOFTWARE is protected
-by copyright laws and international copyright treaties, as
-well as other intellectual property laws and treaties. The
-SOFTWARE is not sold, and instead is only licensed for Your
-use, strictly in accordance with this Agreement. The NVIDIA
-Hardware is protected by various patents, and is sold, but
-this Agreement does not cover the sale or use of such
-hardware, since it may not necessarily be sold as a package
-with the SOFTWARE. This Agreement sets forth the terms and
-conditions of the SOFTWARE only.
-
-
-1.1. Definitions
-
-
-1.1.1. Licensee
-
-"You", or "Your" shall mean the entity or individual that
-downloads and uses the SOFTWARE.
-
-
-1.1.2. Redistributable Software
-
-"Redistributable Software" shall mean the redistributable
-libraries referenced in Attachment A of this Agreement.
-
-
-1.1.3. Software
-
-"SOFTWARE" shall mean the deliverables provided pursuant to
-this Agreement. SOFTWARE may be provided in either source or
-binary form, at NVIDIA's discretion.
-
-
-1.2. Grant of License
-
-
-1.2.1. Rights and Limitations of Grant
-
-Provided that Licensee complies with the terms of this
-Agreement, NVIDIA hereby grants Licensee the following
-limited, non-exclusive, non-transferable, non-sublicensable
-(except as expressly permitted otherwise for Redistributable
-Software in Section 1.2.1.1 and Section 1.2.1.3 of this
-Agreement) right to use the SOFTWARE -- and, if the SOFTWARE
-is provided in source form, to compile the SOFTWARE -- with
-the following limitations:
-
-
-1.2.1.1. Redistribution Rights
-
-Licensee may transfer, redistribute, and sublicense certain
-files of the Redistributable SOFTWARE, as defined in
-Attachment A of this Agreement, provided, however, that (a)
-the Redistributable SOFTWARE shall be distributed solely in
-binary form to Licensee's licensees ("Customers") only as a
-component of Licensee's own software products (each, a
-"Licensee Application"); (b) Licensee shall design the
-Licensee Application such that the Redistributable SOFTWARE
-files are installed only in a private (non-shared) directory
-location that is used only by the Licensee Application; (c)
-Licensee shall obtain each Customer's written or clickwrap
-agreement to the license terms under a written, legally
-enforceable agreement that has the effect of protecting the
-SOFTWARE and the rights of NVIDIA under terms no less
-restrictive than this Agreement.
-
-
-1.2.1.2. Usage Rights
-
-Licensee may install and use multiple copies of the SOFTWARE
-on a shared computer or concurrently on different computers,
-and make multiple back-up copies of the SOFTWARE, solely for
-Licensee's use within Licensee's Enterprise. "Enterprise"
-shall mean individual use by Licensee or any legal entity
-(such as a corporation or university) and the subsidiaries it
-owns by more than 50 percent.
-
-
-1.2.1.3. Further Redistribution Rights
-
-Subject to the terms and conditions of the Agreement, Licensee
-may authorize Customers to further redistribute the
-Redistributable SOFTWARE that such Customers receive as part
-of the Licensee Application, solely in binary form, provided,
-however, that Licensee shall require in their standard
-software license agreements with Customers that all such
-redistributions must be made pursuant to a license agreement
-that has the effect of protecting the SOFTWARE and the rights
-of NVIDIA whose terms and conditions are at least as
-restrictive as those in the applicable Licensee software
-license agreement covering the Licensee Application. For
-avoidance of doubt, termination of this Agreement shall not
-affect rights previously granted by Licensee to its Customers
-under this Agreement to the extent validly granted to
-Customers under Section 1.2.1.1.
-
-
-1.2.1.4. Linux/FreeBSD Exception
-
-Notwithstanding the foregoing terms of Section 1.2.1.2,
-Section 1.2.1.1 and Section 1.2.1.3, SOFTWARE designed
-exclusively for use on the Linux or FreeBSD operating systems,
-or other operating systems derived from the source code to
-these operating systems, may be copied and redistributed,
-provided that the binary files thereof are not modified in any
-way (except for unzipping of compressed files).
-
-
-1.2.1.5. Additional Licensing Obligations
-
-Licensee acknowledges and agrees that its use of certain third
-party components included with the SOFTWARE may be subject to
-additional licensing terms and conditions as set forth or
-referenced in Attachment B of this Agreement.
-
-
-1.2.1.6. Limitations
-
-No Reverse Engineering
-
-If the SOFTWARE is provided in binary form, Licensee may not
-reverse engineer, decompile, or disassemble the SOFTWARE, nor
-attempt in any other manner to obtain the source code.
-
-No Separation of Components
-
-The SOFTWARE is licensed as a single product. Except as
-authorized in this Agreement, Software component parts of the
-Software may not be separated for use on more than one
-computer, nor otherwise used separately from the other parts.
-
-No Rental
-
-Licensee may not rent or lease the SOFTWARE to someone else.
-
-No Modifications
-
-If the SOFTWARE is provided in source form, Licensee may not
-modify or create derivative works of the SOFTWARE.
-
-
-1.3. Term and Termination
-
-This Agreement will continue in effect for two (2) years
-("Initial Term") after Your initial download and use of the
-SOFTWARE, subject to the exclusive right of NVIDIA to
-terminate as provided herein. The term of this Agreement will
-automatically renew for successive one (1) year renewal terms
-after the Initial Term, unless either party provides to the
-other party at least three (3) months prior written notice of
-termination before the end of the applicable renewal term.
-
-This Agreement will automatically terminate if Licensee fails
-to comply with any of the terms and conditions hereof. In such
-event, Licensee must destroy all copies of the SOFTWARE and
-all of its component parts.
-
-
-Defensive Suspension
-
-If Licensee commences or participates in any legal proceeding
-against NVIDIA, then NVIDIA may, in its sole discretion,
-suspend or terminate all license grants and any other rights
-provided under this Agreement during the pendency of such
-legal proceedings.
-
-
-1.4. Copyright
-
-All rights, title, interest and copyrights in and to the
-SOFTWARE (including but not limited to all images,
-photographs, animations, video, audio, music, text, and other
-information incorporated into the SOFTWARE), the accompanying
-printed materials, and any copies of the SOFTWARE, are owned
-by NVIDIA, or its suppliers. The SOFTWARE is protected by
-copyright laws and international treaty provisions.
-Accordingly, Licensee is required to treat the SOFTWARE like
-any other copyrighted material, except as otherwise allowed
-pursuant to this Agreement and that it may make one copy of
-the SOFTWARE solely for backup or archive purposes.
-
-RESTRICTED RIGHTS NOTICE. Software has been developed entirely
-at private expense and is commercial computer software
-provided with RESTRICTED RIGHTS. Use, duplication or
-disclosure by the U.S. Government or a U.S. Government
-subcontractor is subject to the restrictions set forth in the
-Agreement under which Software was obtained pursuant to DFARS
-227.7202-3(a) or as set forth in subparagraphs (c)(1) and (2)
-of the Commercial Computer Software - Restricted Rights clause
-at FAR 52.227-19, as applicable. Contractor/manufacturer is
-NVIDIA, 2701 San Tomas Expressway, Santa Clara, CA 95050.
-
-
-1.5. Applicable Law
-
-This Agreement shall be deemed to have been made in, and shall
-be construed pursuant to, the laws of the State of Delaware.
-The United Nations Convention on Contracts for the
-International Sale of Goods is specifically disclaimed. The
-courts of Santa Clara County, California shall have exclusive
-jurisdiction and venue over any dispute arising out of or
-relating to this Agreement.
-
-
-1.6. Disclaimer of Warranties and Limitations on Liability
-
-
-1.6.1. No Warranties
-
-TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE
-SOFTWARE IS PROVIDED "AS IS" AND NVIDIA AND ITS SUPPLIERS
-DISCLAIM ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING,
-BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE, OR NONINFRINGEMENT.
-
-
-1.6.2. No Liability for Consequential Damages
-
-TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT
-SHALL NVIDIA OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL,
-INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER
-(INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS
-PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION,
-OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR
-INABILITY TO USE THE SOFTWARE, EVEN IF NVIDIA HAS BEEN ADVISED
-OF THE POSSIBILITY OF SUCH DAMAGES.
-
-
-1.6.3. No Support
-
-NVIDIA has no obligation to support or to provide any updates
-of the Software.
-
-
-1.7. Miscellaneous
-
-
-1.7.1. Feedback
-
-Notwithstanding any Non-Disclosure Agreement executed by and
-between the parties, the parties agree that in the event
-Licensee or NVIDIA provides Feedback (as defined below) to the
-other party on how to design, implement, or improve the
-SOFTWARE or Licensee's product(s) for use with the SOFTWARE,
-the following terms and conditions apply the Feedback:
-
-
-1.7.1.1. Exchange of Feedback
-
-Both parties agree that neither party has an obligation to
-give the other party any suggestions, comments or other
-feedback, whether verbally or in written or source code form,
-relating to (i) the SOFTWARE; (ii) Licensee's products; (iii)
-Licensee's use of the SOFTWARE; or (iv)
-optimization/interoperability of Licensee's product with the
-SOFTWARE (collectively defined as "Feedback"). In the event
-either party provides Feedback to the other party, the party
-receiving the Feedback may use any Feedback that the other
-party voluntarily provides to improve the (i) SOFTWARE or
-other related NVIDIA technologies, respectively for the
-benefit of NVIDIA; or (ii) Licensee's product or other related
-Licensee technologies, respectively for the benefit of
-Licensee. Accordingly, if either party provides Feedback to
-the other party, both parties agree that the other party and
-its respective licensees may freely use, reproduce, license,
-distribute, and otherwise commercialize the Feedback in the
-(i) SOFTWARE or other related technologies; or (ii) Licensee's
-products or other related technologies, respectively, without
-the payment of any royalties or fees.
-
-
-1.7.1.2. Residual Rights
-
-Licensee agrees that NVIDIA shall be free to use any general
-knowledge, skills and experience, (including, but not limited
-to, ideas, concepts, know-how, or techniques) ("Residuals"),
-contained in the (i) Feedback provided by Licensee to NVIDIA;
-(ii) Licensee's products shared or disclosed to NVIDIA in
-connection with the Feedback; or (c) Licensee's confidential
-information voluntarily provided to NVIDIA in connection with
-the Feedback, which are retained in the memories of NVIDIA's
-employees, agents, or contractors who have had access to such
-Residuals. Subject to the terms and conditions of this
-Agreement, NVIDIA's employees, agents, or contractors shall
-not be prevented from using Residuals as part of such
-employee's, agent's or contractor's general knowledge, skills,
-experience, talent, and/or expertise. NVIDIA shall not have
-any obligation to limit or restrict the assignment of such
-employees, agents or contractors or to pay royalties for any
-work resulting from the use of Residuals.
-
-
-1.7.1.3. Disclaimer of Warranty
-
-FEEDBACK FROM EITHER PARTY IS PROVIDED FOR THE OTHER PARTY'S
-USE "AS IS" AND BOTH PARTIES DISCLAIM ALL WARRANTIES, EXPRESS,
-IMPLIED AND STATUTORY INCLUDING, WITHOUT LIMITATION, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
-PARTICULAR PURPOSE, OR NONINFRINGEMENT. BOTH PARTIES DO NOT
-REPRESENT OR WARRANT THAT THE FEEDBACK WILL MEET THE OTHER
-PARTY'S REQUIREMENTS OR THAT THE OPERATION OR IMPLEMENTATION
-OF THE FEEDBACK WILL BE UNINTERRUPTED OR ERROR-FREE.
-
-
-1.7.1.4. No Liability for Consequential Damages
-
-TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT
-SHALL EITHER PARTY OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL,
-INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER
-(INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS
-PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION,
-OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR
-INABILITY TO USE THE FEEDBACK, EVEN IF THE OTHER PARTY HAS
-BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-
-1.7.2. Freedom of Action
-
-Licensee agrees that this Agreement is nonexclusive and NVIDIA
-may currently or in the future be developing software, other
-technology or confidential information internally, or
-receiving confidential information from other parties that
-maybe similar to the Feedback and Licensee's confidential
-information (as provided in Section 1.7.1.2 above), which may
-be provided to NVIDIA in connection with Feedback by Licensee.
-Accordingly, Licensee agrees that nothing in this Agreement
-will be construed as a representation or inference that NVIDIA
-will not develop, design, manufacture, acquire, market
-products, or have products developed, designed, manufactured,
-acquired, or marketed for NVIDIA, that compete with the
-Licensee's products or confidential information.
-
-
-1.7.3. No Implied Licenses
-
-Under no circumstances should anything in this Agreement be
-construed as NVIDIA granting by implication, estoppel or
-otherwise, (i) a license to any NVIDIA product or technology
-other than the SOFTWARE; or (ii) any additional license rights
-for the SOFTWARE other than the licenses expressly granted in
-this Agreement.
-
-
-1.7.4.
-
-If any provision of this Agreement is inconsistent with, or
-cannot be fully enforced under, the law, such provision will
-be construed as limited to the extent necessary to be
-consistent with and fully enforceable under the law. This
-Agreement is the final, complete and exclusive agreement
-between the parties relating to the subject matter hereof, and
-supersedes all prior or contemporaneous understandings and
-agreements relating to such subject matter, whether oral or
-written. This Agreement may only be modified in writing signed
-by an authorized officer of NVIDIA. Licensee agrees that it
-will not ship, transfer or export the SOFTWARE into any
-country, or use the SOFTWARE in any manner, prohibited by the
-United States Bureau of Industry and Security or any export
-laws, restrictions or regulations.
-
-
-1.7.5.
-
-The parties agree that the following sections of the Agreement
-will survive the termination of the License: Section 1.2.1.4,
-Section 1.4, Section 1.5, Section 1.6, and Section 1.7.
-
-
-1.8. Attachment A
-
-
-Redistributable Software
-
-In connection with Section 1.2.1.1 of this Agreement, the
-following files may be redistributed with software
-applications developed by Licensee, including certain
-variations of these files that have version number or
-architecture specific information embedded in the file name -
-as an example only, for release version 6.0 of the 64-bit
-Windows software, the file cudart64_60.dll is redistributable.
-
-Component : CUDA Runtime
- Windows : cudart.dll, cudart_static.lib
- MacOS : libcudart.dylib, libcudart_static.a
- Linux : libcudart.so, libcudart_static.a
- Android : libcudart.so, libcudart_static.a
-
-Component : CUDA FFT Library
- Windows : cufft.dll
- MacOS : libcufft.dylib
- Linux : libcufft.so
- Android : libcufft.so
-
-Component : CUDA BLAS Library
- Windows : cublas.dll
- MacOS : libcublas.dylib
- Linux : libcublas.so
- Android : libcublas.so
-
-Component : CUDA Sparse Matrix Library
- Windows : cusparse.dll
- MacOs : libcusparse.dylib
- Linux : libcusparse.so
- Android : libcusparse.so
-
-Component : CUDA Random Number Generation Library
- Windows : curand.dll
- MacOs : libcurand.dylib
- Linux : libcurand.so
- Android : libcurand.so
-
-Component : NVIDIA Performance Primitives Library
- Windows : nppc.dll, nppi.dll, npps.dll
- MacOs : libnppc.dylib, libnppi.dylib, libnpps.dylib
- Linux : libnppc.so, libnppi.so, libnpps.so
- Android : libnppc.so, libnppi.so, libnpps.so
-
-Component : NVIDIA Optimizing Compiler Library
- Windows : nvvm.dll
- MacOs : libnvvm.dylib
- Linux : libnvvm.so
-
-Component : NVIDIA Common Device Math Functions Library
- Windows : libdevice.compute_20.bc, libdevice.compute_30.bc, libdevice.compute_35.bc
- MacOs : libdevice.compute_20.bc, libdevice.compute_30.bc, libdevice.compute_35.bc
- Linux : libdevice.compute_20.bc, libdevice.compute_30.bc, libdevice.compute_35.bc
-
-Component : CUDA Occupancy Calculation Header Library
- All : cuda_occupancy.h
-
-
-
-1.9. Attachment B
-
-
-Additional Licensing Obligations
-
-The following third party components included in the SOFTWARE
-are licensed to Licensee pursuant to the following terms and
-conditions:
-
- 1. Licensee's use of the following third party components is
- subject to the terms and conditions of GNU GPL v2.0:
-
- a. gdb
-
- b. Open64
-
- This product includes copyrighted third-party software
- licensed under the terms of the GNU General Public License
- v2.0 ("GPL v2.0). All third-party software packages are
- copyright by their respective authors. GPL v2.0 terms and
- conditions are hereby incorporated into the Agreement by
- this reference.
- http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
-
- 2. Licensee's use of the following third party components is
- subject to the terms and conditions of GNU GPL v3.0:
-
- a. gcc front-end v2.2
-
- This product includes copyrighted third-party software licensed under
- the terms of the GNU General Public License v2.0 ("GPL v2.0). All
- third-party software packages are copyright by their respective
- authors. GPL v2.0 terms and conditions are hereby incorporated into
- the Agreement by this reference.
-
- http://www.gnu.org/licenses/gpl.html
-
- 3. Licensee represents and warrants that any and all third
- party licensing and/or royalty payment obligations in
- connection with Licensee's use of the H.264 video codecs
- are solely the responsibility of Licensee.
-
- 4. Licensee's use of the Thrust library is subject to the
- terms and conditions of the Apache License Version 2.0.
- All third-party software packages are copyright by their
- respective authors. Apache License Version 2.0 terms and
- conditions are hereby incorporated into the Agreement by
- this reference.
- http://www.apache.org/licenses/LICENSE-2.0.html
-
- In addition, Licensee acknowledges the following notice:
-
- Thrust includes source code from the Boost Iterator, Tuple, System,
- and Random Number libraries.
-
- Boost Software License - Version 1.0 - August 17th, 2003
- . . . .
-
- Permission is hereby granted, free of charge, to any person or
- organization obtaining a copy of the software and accompanying
- documentation covered by this license (the "Software") to use,
- reproduce, display, distribute, execute, and transmit the Software,
- and to prepare derivative works of the Software, and to permit
- third-parties to whom the Software is furnished to do so, all
- subject to the following:
-
- The copyright notices in the Software and this entire statement,
- including the above license grant, this restriction and the following
- disclaimer, must be included in all copies of the Software, in whole
- or in part, and all derivative works of the Software, unless such
- copies or derivative works are solely in the form of machine-executable
- object code generated by a source language processor.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND
- NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR
- ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR
- OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- OTHER DEALINGS IN THE SOFTWARE.
-
- 5. Licensee's use of the LLVM third party component is
- subject to the following terms and conditions:
-
- ======================================================
- LLVM Release License
- ======================================================
- University of Illinois/NCSA
- Open Source License
-
- Copyright (c) 2003-2010 University of Illinois at Urbana-Champaign.
- All rights reserved.
-
- Developed by:
-
- LLVM Team
-
- University of Illinois at Urbana-Champaign
-
- http://llvm.org
-
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to
- deal with the Software without restriction, including without limitation the
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
- sell copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- * Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimers.
-
- * Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimers in the
- documentation and/or other materials provided with the distribution.
-
- * Neither the names of the LLVM Team, University of Illinois at Urbana-
- Champaign, nor the names of its contributors may be used to endorse or
- promote products derived from this Software without specific prior
- written permission.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
- OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- DEALINGS WITH THE SOFTWARE.
-
- 6. Licensee's use of the PCRE third party component is
- subject to the following terms and conditions:
-
- ------------
- PCRE LICENCE
- ------------
- PCRE is a library of functions to support regular expressions whose syntax
- and semantics are as close as possible to those of the Perl 5 language.
- Release 8 of PCRE is distributed under the terms of the "BSD" licence, as
- specified below. The documentation for PCRE, supplied in the "doc"
- directory, is distributed under the same terms as the software itself. The
- basic library functions are written in C and are freestanding. Also
- included in the distribution is a set of C++ wrapper functions, and a just-
- in-time compiler that can be used to optimize pattern matching. These are
- both optional features that can be omitted when the library is built.
-
- THE BASIC LIBRARY FUNCTIONS
- ---------------------------
- Written by: Philip Hazel
- Email local part: ph10
- Email domain: cam.ac.uk
- University of Cambridge Computing Service,
- Cambridge, England.
- Copyright (c) 1997-2012 University of Cambridge
- All rights reserved.
-
- PCRE JUST-IN-TIME COMPILATION SUPPORT
- -------------------------------------
- Written by: Zoltan Herczeg
- Email local part: hzmester
- Emain domain: freemail.hu
- Copyright(c) 2010-2012 Zoltan Herczeg
- All rights reserved.
-
- STACK-LESS JUST-IN-TIME COMPILER
- --------------------------------
- Written by: Zoltan Herczeg
- Email local part: hzmester
- Emain domain: freemail.hu
- Copyright(c) 2009-2012 Zoltan Herczeg
- All rights reserved.
-
- THE C++ WRAPPER FUNCTIONS
- -------------------------
- Contributed by: Google Inc.
- Copyright (c) 2007-2012, Google Inc.
- All rights reserved.
-
- THE "BSD" LICENCE
- -----------------
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
-
- * Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
-
- * Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
- * Neither the name of the University of Cambridge nor the name of Google
- Inc. nor the names of their contributors may be used to endorse or
- promote products derived from this software without specific prior
- written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
-
- 7. Some of the cuBLAS library routines were written by or
- derived from code written by Vasily Volkov and are subject
- to the Modified Berkeley Software Distribution License as
- follows:
-
- Copyright (c) 2007-2009, Regents of the University of California
-
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of the University of California, Berkeley nor
- the names of its contributors may be used to endorse or promote
- products derived from this software without specific prior
- written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR
- IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
- INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
- STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
- IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
-
- 8. Some of the cuBLAS library routines were written by or
- derived from code written by Davide Barbieri and are
- subject to the Modified Berkeley Software Distribution
- License as follows:
-
- Copyright (c) 2008-2009 Davide Barbieri @ University of Rome Tor Vergata.
-
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * The name of the author may not be used to endorse or promote
- products derived from this software without specific prior
- written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR
- IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
- INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
- STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
- IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
-
- 9. Some of the cuBLAS library routines were derived from
- code developed by the University of Tennessee and are
- subject to the Modified Berkeley Software Distribution
- License as follows:
-
- Copyright (c) 2010 The University of Tennessee.
-
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer listed in this license in the documentation and/or
- other materials provided with the distribution.
- * Neither the name of the copyright holders nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
- 10. Some of the cuBLAS library routines were written by or
- derived from code written by Jonathan Hogg and are subject
- to the Modified Berkeley Software Distribution License as
- follows:
-
- Copyright (c) 2012, The Science and Technology Facilities Council (STFC).
-
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of the STFC nor the names of its contributors
- may be used to endorse or promote products derived from this
- software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE STFC BE
- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
- BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
- OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
- IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
- 11. Some of the cuBLAS library routines were written by or
- derived from code written by Ahmad M. Abdelfattah, David
- Keyes, and Hatem Ltaief, and are subject to the Apache
- License, Version 2.0, as follows:
-
- Copyright 2013 King Abdullah University of Science and Technology-- Ahmad M. Abdelfattah, David Keyes, and Hatem Ltaief
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- 12. Some of the cuSPARSE library routines were written by or
- derived from code written by Li-Wen Chang and are subject
- to the NCSA Open Source License as follows:
-
- Copyright (c) 2012, University of Illinois.
-
- All rights reserved.
-
- Developed by: IMPACT Group, University of Illinois, http://impact.crhc.illinois.edu
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- "Software"), to deal with the Software without restriction, including
- without limitation the rights to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimers in the documentation and/or other materials provided
- with the distribution.
- * Neither the names of IMPACT Group, University of Illinois, nor
- the names of its contributors may be used to endorse or promote
- products derived from this Software without specific prior
- written permission.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
- SOFTWARE.
-
- 13. Some of the cuRAND library routines were written by or
- derived from code written by Mutsuo Saito and Makoto
- Matsumoto and are subject to the following license:
-
- Copyright (c) 2009, 2010 Mutsuo Saito, Makoto Matsumoto and Hiroshima
- University. All rights reserved.
-
- Copyright (c) 2011 Mutsuo Saito, Makoto Matsumoto, Hiroshima
- University and University of Tokyo. All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of the Hiroshima University nor the names of
- its contributors may be used to endorse or promote products
- derived from this software without specific prior written
- permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
- 14. Some of the cuRAND library routines were derived from
- code developed by D. E. Shaw Research and are subject to
- the following license:
-
- Copyright 2010-2011, D. E. Shaw Research.
-
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions, and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions, and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of D. E. Shaw Research nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-
-2. NVIDIA Corporation CUDA Samples End User License Agreement
--------------------------------------------------------------
-
-BY DOWNLOADING THE SOFTWARE AND OTHER AVAILABLE MATERIALS, YOU
-("DEVELOPER" or "LICENSEE") AGREE TO BE BOUND BY THE FOLLOWING
-TERMS AND CONDITIONS OF THIS AGREEMENT. IF DEVELOPER DOES NOT
-AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, THEN DO
-NOT DOWNLOAD THE SOFTWARE AND MATERIALS.
-
-The materials available for download to Developers may include
-software in both sample source ("Source Code") and object code
-("Object Code") versions, documentation ("Documentation"),
-certain art work ("Art Assets") and other materials
-(collectively, these materials referred to herein as
-"Materials"). Except as expressly indicated herein, all terms
-and conditions of this Agreement apply to all of the
-Materials.
-
-Except as expressly set forth herein, NVIDIA owns all of the
-Materials and makes them available to Developer only under the
-terms and conditions set forth in this Agreement.
-
-
-2.1. License
-
-Subject to the terms of this Agreement, NVIDIA hereby grants
-to Developer a royalty-free, non-exclusive license to possess
-and to use the Materials. Developer may install and use
-multiple copies of the Materials on a shared computer or
-concurrently on different computers, and make multiple back-up
-copies of the Materials, solely for Licensee's use within
-Licensee's Enterprise. "Enterprise" shall mean individual use
-by Licensee or any legal entity (such as a corporation or
-university) and the subsidiaries it owns by more than 50
-percent.
-
-The following terms apply to the specified type of Material.
-
-
-2.1.1. Source Code
-
-Developer shall have the right to modify and create derivative
-works with the Source Code. Developer shall own any derivative
-works ("Derivatives") it creates to the Source Code, provided
-that Developer uses the Materials in accordance with the terms
-and conditions of this Agreement. Developer may distribute the
-Derivatives, provided that all NVIDIA copyright notices and
-trademarks are propagated and used properly and the
-Derivatives include the following statement: "This software
-contains source code provided by NVIDIA Corporation."
-
-
-2.1.2. Object Code
-
-Developer agrees not to disassemble, decompile or reverse
-engineer the Object Code versions of any of the Materials.
-Developer acknowledges that certain of the Materials provided
-in Object Code version may contain third party components that
-may be subject to restrictions, and expressly agrees not to
-attempt to modify or distribute such Materials without first
-receiving consent from NVIDIA.
-
-
-2.1.3. Art Assets
-
-Developer shall have the right to modify and create
-Derivatives of the Art Assets, but may not distribute any of
-the Art Assets or Derivatives created therefrom without
-NVIDIA's prior written consent.
-
-
-2.1.4. No Other License
-
-No rights or licenses with respect to any proprietary
-information or patent, copyright, trade secret or other
-intellectual property right owned or controlled by NVIDIA are
-granted by NVIDIA to Developer under this Agreement, expressly
-or by implication, except as expressly provided in this
-Agreement. Licensee represents and warrants that any and all
-third party licensing and/or royalty payment obligations in
-connection with Licensee's use of the H.264 video codecs are
-solely the responsibility of Licensee.
-
-
-2.1.5. Intellectual Property Ownership
-
-All rights, title, interest and copyrights in and to the
-Materials (including but not limited to all images,
-photographs, animations, video, audio, music, text, and other
-information incorporated into the Materials), are owned by
-NVIDIA, or its suppliers. The Materials are protected by
-copyright laws and international treaty provisions.
-Accordingly, Developer is required to treat the Materials like
-any other copyrighted material, except as otherwise allowed
-pursuant to this Agreement.
-
-
-2.2. Term of Agreement
-
-This Agreement is effective until (i) automatically terminated
-if Developer fails to comply with any of the terms and
-conditions of this Agreement; or (ii) terminated by NVIDIA.
-NVIDIA may terminate this Agreement (and with it, all of
-Developer's right to the Materials) immediately upon written
-notice (which may include email) to Developer, with or without
-cause. For the sake of clarity, Licensee may continue to use
-the Derivatives created pursuant to this Agreement, after the
-termination or expiration of this Agreement.
-
-
-2.3. Defensive Suspension
-
-If Developer commences or participates in any legal proceeding
-against NVIDIA, then NVIDIA may, in its sole discretion,
-suspend or terminate all license grants and any other rights
-provided under this Agreement during the pendency of such
-legal proceedings.
-
-
-2.4. No Support
-
-NVIDIA has no obligation to support or to continue providing
-or updating any of the Materials.
-
-
-2.5. No Warranty
-
-THE SOFTWARE AND ANY OTHER MATERIALS PROVIDED BY NVIDIA TO
-DEVELOPER HEREUNDER ARE PROVIDED "AS IS." NVIDIA DISCLAIMS ALL
-WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, INCLUDING, WITHOUT
-LIMITATION, THE IMPLIED WARRANTIES OF TITLE, MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-
-
-2.6. Limitation of Liability
-
-NVIDIA SHALL NOT BE LIABLE TO DEVELOPER, DEVELOPER'S
-CUSTOMERS, OR ANY OTHER PERSON OR ENTITY CLAIMING THROUGH OR
-UNDER DEVELOPER FOR ANY LOSS OF PROFITS, INCOME, SAVINGS, OR
-ANY OTHER CONSEQUENTIAL, INCIDENTAL, SPECIAL, PUNITIVE, DIRECT
-OR INDIRECT DAMAGES (WHETHER IN AN ACTION IN CONTRACT, TORT OR
-BASED ON A WARRANTY), EVEN IF NVIDIA HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS SHALL APPLY
-NOTWITHSTANDING ANY FAILURE OF THE ESSENTIAL PURPOSE OF ANY
-LIMITED REMEDY. IN NO EVENT SHALL NVIDIA'S AGGREGATE LIABILITY
-TO DEVELOPER OR ANY OTHER PERSON OR ENTITY CLAIMING THROUGH OR
-UNDER DEVELOPER EXCEED THE AMOUNT OF MONEY ACTUALLY PAID BY
-DEVELOPER TO NVIDIA FOR THE SOFTWARE OR ANY OTHER MATERIALS.
-
-
-2.7. Applicable Law
-
-This Agreement shall be deemed to have been made in, and shall
-be construed pursuant to, the laws of the State of Delaware.
-The United Nations Convention on Contracts for the
-International Sale of Goods is specifically disclaimed.
-
-
-2.8. Feedback
-
-Notwithstanding any Non-Disclosure Agreement executed by and
-between the parties, the parties agree that in the event
-Licensee or NVIDIA provides Feedback (as defined below) to the
-other party on how to design, implement, or improve the
-SOFTWARE or Licensee's product(s) for use with the SOFTWARE,
-the following terms and conditions apply the Feedback:
-
-
-2.8.1. Exchange of Feedback
-
-Both parties agree that neither party has an obligation to
-give the other party any suggestions, comments or other
-feedback, whether verbally or in written or source code form,
-relating to (i) the SOFTWARE; (ii) Licensee's products; (iii)
-Licensee's use of the SOFTWARE; or (iv)
-optimization/interoperability of Licensee's product with the
-SOFTWARE (collectively defined as "Feedback"). In the event
-either party provides Feedback to the other party, the party
-receiving the Feedback may use any Feedback that the other
-party voluntarily provides to improve the (i) SOFTWARE or
-other related NVIDIA technologies, respectively for the
-benefit of NVIDIA; or (ii) Licensee's product or other related
-Licensee technologies, respectively for the benefit of
-Licensee. Accordingly, if either party provides Feedback to
-the other party, both parties agree that the other party and
-its respective licensees may freely use, reproduce, license,
-distribute, and otherwise commercialize the Feedback in the
-(i) SOFTWARE or other related technologies; or (ii) Licensee's
-products or other related technologies, respectively, without
-the payment of any royalties or fees.
-
-
-2.8.2. Residual Rights
-
-Licensee agrees that NVIDIA shall be free to use any general
-knowledge, skills and experience, (including, but not limited
-to, ideas, concepts, know-how, or techniques) ("Residuals"),
-contained in the (i) Feedback provided by Licensee to NVIDIA;
-(ii) Licensee's products shared or disclosed to NVIDIA in
-connection with the Feedback; or (c) Licensee's confidential
-information voluntarily provided to NVIDIA in connection with
-the Feedback, which are retained in the memories of NVIDIA's
-employees, agents, or contractors who have had access to such
-Residuals. Subject to the terms and conditions of this
-Agreement, NVIDIA's employees, agents, or contractors shall
-not be prevented from using Residuals as part of such
-employee's, agent's or contractor's general knowledge, skills,
-experience, talent, and/or expertise. NVIDIA shall not have
-any obligation to limit or restrict the assignment of such
-employees, agents or contractors or to pay royalties for any
-work resulting from the use of Residuals.
-
-
-2.8.3. Disclaimer of Warranty
-
-FEEDBACK FROM EITHER PARTY IS PROVIDED FOR THE OTHER PARTY'S
-USE "AS IS" AND BOTH PARTIES DISCLAIM ALL WARRANTIES, EXPRESS,
-IMPLIED AND STATUTORY INCLUDING, WITHOUT LIMITATION, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
-PARTICULAR PURPOSE, OR NONINFRINGEMENT. BOTH PARTIES DO NOT
-REPRESENT OR WARRANT THAT THE FEEDBACK WILL MEET THE OTHER
-PARTY'S REQUIREMENTS OR THAT THE OPERATION OR IMPLEMENTATION
-OF THE FEEDBACK WILL BE UNINTERRUPTED OR ERROR-FREE.
-
-
-2.8.4. No Liability for Consequential Damages
-
-TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT
-SHALL EITHER PARTY OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL,
-INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER
-(INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS
-PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION,
-OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR
-INABILITY TO USE THE FEEDBACK, EVEN IF THE OTHER PARTY HAS
-BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-
-2.9. Freedom of Action
-
-Developer agrees that this Agreement is nonexclusive and
-NVIDIA may currently or in the future be developing software,
-other technology or confidential information internally, or
-receiving confidential information from other parties that
-maybe similar to the Feedback and Developer's confidential
-information (as provided in subsection 2 above), which may be
-provided to NVIDIA in connection with Feedback by Developer.
-Accordingly, Developer agrees that nothing in this Agreement
-will be construed as a representation or inference that NVIDIA
-will not develop, design, manufacture, acquire, market
-products, or have products developed, designed, manufactured,
-acquired, or marketed for NVIDIA, that compete with the
-Developer's products or confidential information.
-
-
-2.10. Restricted Rights Notice
-
-Materials have been developed entirely at private expense and
-is commercial computer software provided with RESTRICTED
-RIGHTS. Use, duplication or disclosure by the U.S. Government
-or a U.S. Government subcontractor is subject to the
-restrictions set forth in the license agreement under which
-Materials was obtained pursuant to DFARS 227.7202-3(a) or as
-set forth in subparagraphs (c)(1) and (2) of the Commercial
-Computer Software - Restricted Rights clause at FAR 52.227-19,
-as applicable. Contractor/manufacturer is NVIDIA, 2701 San
-Tomas Expressway, Santa Clara, CA 95050.
-
-
-2.11. Miscellaneous
-
-If any provision of this Agreement is inconsistent with, or
-cannot be fully enforced under, the law, such provision will
-be construed as limited to the extent necessary to be
-consistent with and fully enforceable under the law. This
-Agreement is the final, complete and exclusive agreement
-between the parties relating to the subject matter hereof, and
-supersedes all prior or contemporaneous understandings and
-agreements relating to such subject matter, whether oral or
-written. This Agreement may only be modified in writing signed
-by an authorized officer of NVIDIA. Developer agrees that it
-will not ship, transfer or export the Materials into any
-country, or use the Materials in any manner, prohibited by the
-United States Bureau of Industry and Security or any export
-laws, restrictions or regulations.
-
-
-3. NVIDIA Driver License for Customer Use of NVIDIA Software
-on Windows
-------------------------------------------------------------
-
-
-IMPORTANT NOTICE -- READ CAREFULLY:
------------------------------------
-
-This License For Customer Use of NVIDIA Software ("LICENSE")
-is the agreement which governs use of the software of NVIDIA
-Corporation and its subsidiaries ("NVIDIA") downloadable
-herefrom, including computer software and associated printed
-materials ("SOFTWARE"). By downloading, installing, copying,
-or otherwise using the SOFTWARE, you agree to be bound by the
-terms of this LICENSE. If you do not agree to the terms of
-this LICENSE, do not download the SOFTWARE.
-
-
-RECITALS:
----------
-
-Use of NVIDIA's products requires three elements: the
-SOFTWARE, the hardware on a graphics controller board, and a
-personal computer. The SOFTWARE is protected by copyright laws
-and international copyright treaties, as well as other
-intellectual property laws and treaties. The SOFTWARE is not
-sold, and instead is only licensed for use, strictly in
-accordance with this document. The hardware is protected by
-various patents, and is sold, but this LICENSE does not cover
-that sale, since it may not necessarily be sold as a package
-with the SOFTWARE. This LICENSE sets forth the terms and
-conditions of the SOFTWARE LICENSE only.
-
-
-3.1. Definitions
-
-
-3.1.1. Customer
-
-Customer means the entity or individual that downloads the
-SOFTWARE.
-
-
-3.2. Grant of License
-
-
-3.2.1. Rights and Limitations of Grant
-
-NVIDIA hereby grants Customer the following non-exclusive,
-non-transferable right to use the SOFTWARE, with the following
-limitations:
-
-
-3.2.1.1. Rights
-
-Customer may install and use multiple copies of the SOFTWARE
-on a shared computer or concurrently on different computers,
-and make multiple back-up copies of the SOFTWARE, solely for
-Customer's use within Customer's Enterprise. "Enterprise"
-shall mean individual use by Customer or any legal entity
-(such as a corporation or university) and the subsidiaries it
-owns by more than fifty percent (50%).
-
-
-3.2.1.2. Linux/FreeBSD Exception
-
-Notwithstanding the foregoing terms of Section 3.2.1.1,
-SOFTWARE designed exclusively for use on the Linux or FreeBSD
-operating systems, or other operating systems derived from the
-source code to these operating systems, may be copied and
-redistributed, provided that the binary files thereof are not
-modified in any way (except for unzipping of compressed
-files).
-
-
-3.2.1.3. Limitations
-
-No Reverse Engineering
-
-Customer may not reverse engineer, decompile, or disassemble
-the SOFTWARE, nor attempt in any other manner to obtain the
-source code.
-
-No Separation of Components
-
-The SOFTWARE is licensed as a single product. Its component
-parts may not be separated for use on more than one computer,
-nor otherwise used separately from the other parts.
-
-No Rental
-
-Customer may not rent or lease the SOFTWARE to someone else.
-
-
-3.3. Termination
-
-This LICENSE will automatically terminate if Customer fails to
-comply with any of the terms and conditions hereof. In such
-event, Customer must destroy all copies of the SOFTWARE and
-all of its component parts.
-
-Defensive Suspension. If Customer commences or participates in
-any legal proceeding against NVIDIA, then NVIDIA may, in its
-sole discretion, suspend or terminate all license grants and
-any other rights provided under this LICENSE during the
-pendency of such legal proceedings.
-
-
-3.4. Copyright
-
-All title and copyrights in and to the SOFTWARE (including but
-not limited to all images, photographs, animations, video,
-audio, music, text, and other information incorporated into
-the SOFTWARE), the accompanying printed materials, and any
-copies of the SOFTWARE, are owned by NVIDIA, or its suppliers.
-The SOFTWARE is protected by copyright laws and international
-treaty provisions. Accordingly, Customer is required to treat
-the SOFTWARE like any other copyrighted material, except as
-otherwise allowed pursuant to this LICENSE and that it may
-make one copy of the SOFTWARE solely for backup or archive
-purposes.
-
-
-3.5. Applicable Law
-
-This LICENSE shall be deemed to have been made in, and shall
-be construed pursuant to, the laws of the State of Delaware.
-The United Nations Convention on Contracts for the
-International Sale of Goods is specifically disclaimed.
-
-
-3.6. Disclaimer of Warranties and Limitations on Liability
-
-
-3.6.1. No Warranties
-
-TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE
-SOFTWARE IS PROVIDED "AS IS" AND NVIDIA AND ITS SUPPLIERS
-DISCLAIM ALL WARRANTIES OF ANY KIND OR NATURE, WHETHER
-EXPRESS, IMPLIED, OR STATUTORY, RELATING TO OR ARISING FROM
-THE SOFTWARE, INCLUDING, BUT NOT LIMITED TO, IMPLIED
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
-PURPOSE, TITLE, AND NON-INFRINGEMENT. Without limiting the
-foregoing, you are solely responsible for determining and
-verifying that the SOFTWARE that you obtain and install is the
-appropriate version for your model of graphics controller
-board, operating system, and computer hardware.
-
-
-3.6.2. No Liability for Consequential Damages
-
-TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT
-SHALL EITHER PARTY OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL,
-INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER
-(INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS
-PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION,
-OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR
-INABILITY TO USE THE FEEDBACK, EVEN IF THE OTHER PARTY HAS
-BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-
-3.7. System Updates (for the Windows platform only)
-
-Customer hereby agrees and acknowledges that the SOFTWARE may
-access, collect non-personally identifiable information about,
-update, and configure Customer's system in order to properly
-optimize such system for use with the SOFTWARE. To the extent
-that Customer uses the SOFTWARE, Customer hereby consents to
-all of the foregoing, and represent and warrant that Customer
-has the right to grant such consent. In addition, Customer
-agrees that Customer is solely responsible for maintaining
-appropriate data backups and system restore points for
-Customer's system, and that NVIDIA will have no responsibility
-for any damage or loss to such system (including loss of data
-or access) arising from or relating to (a) any changes to the
-configuration, application settings, environment variables,
-registry, drivers, BIOS, or other attributes of the system (or
-any part of such system) initiated through the SOFTWARE; or
-(b) installation of any SOFTWARE or third party software
-patches through the NVIDIA Update Service. The SOFTWARE may
-contain links to websites and services. We encourage you to
-review the privacy statements on those sites and services that
-you choose to visit so that you can understand how they may
-collect, use and share your personal information. NVIDIA is
-not responsible for the privacy statements or practices of
-sites and services controlled by other companies or
-organizations.
-
-Registration and Customer Information. Customer represents and
-warrants that the non-personally identifiable information that
-Customer has furnished in connection with its registration for
-the SOFTWARE is complete and accurate. Customer also
-acknowledges that from time to time, NVIDIA may collect, use,
-and disclose such information about Customer and/or Customer's
-system in connection with the SOFTWARE in accordance with
-NVIDIA's privacy policy, available at URL
-http://www.nvidia.com/object/privacy_policy.html. If Customer
-does not wish the SOFTWARE to provide system updates as
-described in this Section 3.7, uncheck "Automatically check
-for updates" in the "Preferences" tab of the applicable NVIDIA
-Update control panel for the SOFTWARE.
-
-
-3.8. Miscellaneous
-
-If any provision of this LICENSE is inconsistent with, or
-cannot be fully enforced under, the law, such provision will
-be construed as limited to the extent necessary to be
-consistent with and fully enforceable under the law. This
-LICENSE is the final, complete and exclusive agreement between
-the parties relating to the subject matter hereof, and
-supersedes all prior or contemporaneous understandings and
-agreements relating to such subject matter, whether oral or
-written. This LICENSE may only be modified in writing signed
-by an authorized officer of NVIDIA. Customer agrees that it
-will not ship, transfer or export the SOFTWARE into any
-country, or use the SOFTWARE in any manner, prohibited by the
-United States Bureau of Industry and Security or any export
-laws, restrictions or regulations.
-
-
-4. NVIDIA Driver License for Customer Use of NVIDIA Software
-on Linux and Mac OSX
-------------------------------------------------------------
-
-
-IMPORTANT NOTICE -- READ CAREFULLY:
------------------------------------
-
-This License For Customer Use of NVIDIA Software ("LICENSE")
-is the agreement which governs use of the software of NVIDIA
-Corporation and its subsidiaries ("NVIDIA") downloadable
-herefrom, including computer software and associated printed
-materials ("SOFTWARE"). By downloading, installing, copying,
-or otherwise using the SOFTWARE, you agree to be bound by the
-terms of this LICENSE. If you do not agree to the terms of
-this LICENSE, do not download the SOFTWARE.
-
-
-RECITALS:
----------
-
-Use of NVIDIA's products requires three elements: the
-SOFTWARE, the hardware on a graphics controller board, and a
-personal computer. The SOFTWARE is protected by copyright laws
-and international copyright treaties, as well as other
-intellectual property laws and treaties. The SOFTWARE is not
-sold, and instead is only licensed for use, strictly in
-accordance with this document. The hardware is protected by
-various patents, and is sold, but this agreement does not
-cover that sale, since it may not necessarily be sold as a
-package with the SOFTWARE. This agreement sets forth the terms
-and conditions of the SOFTWARE LICENSE only.
-
-
-4.1. DEFINITIONS
-
-
-4.1.1. Customer
-
-Customer means the entity or individual that downloads the
-SOFTWARE.
-
-
-4.2. GRANT OF LICENSE
-
-
-4.2.1. Rights and Limitations of Grant
-
-NVIDIA hereby grants Customer the following non-exclusive,
-non-transferable right to use the SOFTWARE, with the following
-limitations:
-
-
-4.2.1.1. Rights
-
-Customer may install and use multiple copies of the SOFTWARE
-on a shared computer or concurrently on different computers,
-and make multiple back-up copies of the SOFTWARE, solely for
-Customer's use within Customer's Enterprise. "Enterprise"
-shall mean individual use by Customer or any legal entity
-(such as a corporation or university) and the subsidiaries it
-owns by more than fifty percent (50%).
-
-
-4.2.1.2. Linux/FreeBSD Exception
-
-Notwithstanding the foregoing terms of Section 4.2.1.1,
-SOFTWARE designed exclusively for use on the Linux or FreeBSD
-operating systems, or other operating systems derived from the
-source code to these operating systems, may be copied and
-redistributed, provided that the binary files thereof are not
-modified in any way (except for unzipping of compressed
-files).
-
-
-4.2.1.3. Limitations
-
-No Reverse Engineering
-
-Customer may not reverse engineer, decompile, or disassemble
-the SOFTWARE, nor attempt in any other manner to obtain the
-source code.
-
-No Separation of Components
-
-The SOFTWARE is licensed as a single product. Its component
-parts may not be separated for use on more than one computer,
-nor otherwise used separately from the other parts.
-
-No Rental
-
-Customer may not rent or lease the SOFTWARE to someone else.
-
-
-4.3. TERMINATION
-
-This LICENSE will automatically terminate if Customer fails to
-comply with any of the terms and conditions hereof. In such
-event, Customer must destroy all copies of the SOFTWARE and
-all of its component parts.
-
-Defensive Suspension. If Customer commences or participates in
-any legal proceeding against NVIDIA, then NVIDIA may, in its
-sole discretion, suspend or terminate all license grants and
-any other rights provided under this LICENSE during the
-pendency of such legal proceedings.
-
-
-4.4. COPYRIGHT
-
-All title and copyrights in and to the SOFTWARE (including but
-not limited to all images, photographs, animations, video,
-audio, music, text, and other information incorporated into
-the SOFTWARE), the accompanying printed materials, and any
-copies of the SOFTWARE, are owned by NVIDIA, or its suppliers.
-The SOFTWARE is protected by copyright laws and international
-treaty provisions. Accordingly, Customer is required to treat
-the SOFTWARE like any other copyrighted material, except as
-otherwise allowed pursuant to this LICENSE and that it may
-make one copy of the SOFTWARE solely for backup or archive
-purposes.
-
-
-4.5. APPLICABLE LAW
-
-This agreement shall be deemed to have been made in, and shall
-be construed pursuant to, the laws of the State of California.
-
-
-4.6. DISCLAIMER OF WARRANTIES AND LIMITATION ON LIABILITY
-
-
-4.6.1. No Warranties
-
-TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE
-SOFTWARE IS PROVIDED "AS IS" AND NVIDIA AND ITS SUPPLIERS
-DISCLAIM ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING,
-BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND
-FITNESS FOR A PARTICULAR PURPOSE.
-
-
-4.6.2. No Liability for Consequential Damages
-
-TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT
-SHALL NVIDIA OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL,
-INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER
-(INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS
-PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION,
-OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR
-INABILITY TO USE THE SOFTWARE, EVEN IF NVIDIA HAS BEEN ADVISED
-OF THE POSSIBILITY OF SUCH DAMAGES.
-
-
-4.7. MISCELLANEOUS
-
-The United Nations Convention on Contracts for the
-International Sale of Goods is specifically disclaimed. If any
-provision of this LICENSE is inconsistent with, or cannot be
-fully enforced under, the law, such provision will be
-construed as limited to the extent necessary to be consistent
-with and fully enforceable under the law. This agreement is
-the final, complete and exclusive agreement between the
-parties relating to the subject matter hereof, and supersedes
-all prior or contemporaneous understandings and agreements
-relating to such subject matter, whether oral or written.
-Customer agrees that it will not ship, transfer or export the
-SOFTWARE into any country, or use the SOFTWARE in any manner,
-prohibited by the United States Bureau of Export
-Administration or any export laws, restrictions or
-regulations. This LICENSE may only be modified in writing
-signed by an authorized officer of NVIDIA.
-
-
-5. NVIDIA Nsight Development Platform, Visual Studio Edition
-Software License Agreement (Windows only)
-------------------------------------------------------------
-
-
-IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING
-----------------------------------------------------
-
-Do not use or load this software and any associated materials
-provided by NVIDIA on its extranet (collectively the
-"Software") until You have carefully read the following terms
-and conditions. By loading or using the Software, You agree to
-fully comply with the terms and conditions of this Software
-License Agreement ("Agreement") by and between NVIDIA
-Corporation, a Delaware corporation with its principal place
-of business at 2701 San Tomas Expressway, Santa Clara,
-California 95050 U.S.A. ("NVIDIA"), and You. If You do not
-wish to so agree, do not install or use the Software.
-
-For the purposes of this Agreement:
-
-"Licensee," "You" and/or "Your" shall mean, collectively and
-individually, Original Equipment Manufacturers, Independent
-Hardware Vendors, Independent Software Vendors, and End-Users
-of the Software pursuant to the terms and conditions of this
-Agreement.
-
-"Intellectual Property Rights" shall mean all proprietary
-rights, including all patents, trademarks, copyrights,
-know-how, trade secrets, mask works, including all
-applications and registrations thereto, and any other similar
-protected rights in any country.
-
-
-5.1. Grant of License
-
-NVIDIA agrees to provide the Software and any associated
-materials pursuant to this Agreement. Subject to the terms of
-this Agreement, NVIDIA grants to You a nonexclusive,
-transferable, worldwide, revocable, limited, royalty-free,
-fully paid-up license under NVIDIA's copyrights to install,
-deploy, use, have used execute, reproduce, display, perform,
-run, the object code of the Software, to create Your products
-to interoperate with NVIDIA hardware and software.
-
-Unless otherwise authorized in the Agreement, You shall not
-otherwise assign, sublicense, lease, or in any other way
-transfer or disclose Software to any third party. Unless
-otherwise authorized in the Agreement, You shall not reverse-
-compile, disassemble, reverse-engineer, or in any manner
-attempt to derive the source code of the Software from the
-object code portions of the Software.
-
-Except as expressly stated in this Agreement, no license or
-right is granted to You directly or by implication,
-inducement, estoppels or otherwise. NVIDIA shall have the
-right to inspect or have an independent auditor inspect Your
-relevant records to verify Your compliance with the terms and
-conditions of this Agreement.
-
-
-5.2. Confidentiality
-
-If applicable, any exchange of Confidential Information (as
-defined in the NDA) shall be made pursuant to the terms and
-conditions of a separately signed Non-Disclosure Agreement
-("NDA") by and between NVIDIA and You. For the sake of
-clarity, You agree that (a) the Software; and (b) Your use of
-the Software/participation in the Software's pre-production
-release is considered Confidential Information of NVIDIA.
-
-If You wish to have a third party consultant or subcontractor
-("Contractor") perform work on Your behalf which involves
-access to or use of Software, You shall obtain a written
-confidentiality agreement from the Contractor which contains
-terms and obligations with respect to access to or use of
-Software no less restrictive than those set forth in this
-Agreement and excluding any distribution or sublicense rights,
-and use for any other purpose than permitted in this
-Agreement. Otherwise, You shall not disclose the terms or
-existence of this Agreement or use NVIDIA's name in any
-publications, advertisements, or other announcements without
-NVIDIA's prior written consent. Unless otherwise provided in
-this Agreement, You do not have any rights to use any NVIDIA
-trademarks or logos.
-
-
-5.3. Ownership of Software and Intellectual Property Rights
-
-All rights, title and interest to all copies of the Software
-remain with NVIDIA, subsidiaries, licensors, or its suppliers.
-The Software is copyrighted and protected by the laws of the
-United States and other countries, and international treaty
-provisions. You may not remove any copyright notices from the
-Software. NVIDIA may make changes to the Software, or to items
-referenced therein, at any time and without notice, but is not
-obligated to support or update the Software. Except as
-otherwise expressly provided, NVIDIA grants no express or
-implied right under any NVIDIA patents, copyrights,
-trademarks, or other intellectual property rights.
-
-You have no obligation to give NVIDIA any suggestions,
-comments or other feedback ("Feedback") relating to the
-Software. However, NVIDIA may use and include any Feedback
-that You voluntarily provide to improve the Software or other
-related NVIDIA technologies. Accordingly, if You provide
-Feedback, You agree NVIDIA and its licensees may freely use,
-reproduce, license, distribute, and otherwise commercialize
-the Feedback in the Software or other related technologies
-without the payment of any royalties or fees. You also agree
-that the Software may collect application specific session
-data and target device information that shall be sent to
-NVIDIA, solely for use by NVIDIA in improving the Software.
-
-
-5.4. No Warranties
-
-THE SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY EXPRESS OR
-IMPLIED WARRANTY OF ANY KIND, INCLUDING WARRANTIES OF
-MERCHANTABILITY, NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR
-PURPOSE. NVIDIA does not warrant or assume responsibility for
-the accuracy or completeness of any information, text,
-graphics, links or other items contained within the Software.
-NVIDIA does not represent that errors or other defects will be
-identified or corrected.
-
-
-5.5. Limitation of Liability
-
-EXCEPT WITH RESPECT TO THE MISUSE OF THE OTHER PARTY'S
-INTELLECTUAL PROPERTY OR DISCLOSURE OF THE OTHER PARTY'S
-CONFIDENTIAL INFORMATION IN BREACH OF THIS AGREEMENT, IN NO
-EVENT SHALL NVIDIA, SUBSIDIARIES, LICENSORS, OR ITS SUPPLIERS
-BE LIABLE FOR ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT
-LIMITATION, INDIRECT, LOST PROFITS, CONSEQUENTIAL, BUSINESS
-INTERRUPTION OR LOST INFORMATION) ARISING OUT OF THE USE OF OR
-INABILITY TO USE THE SOFTWARE, EVEN IF NVIDIA HAS BEEN ADVISED
-OF THE POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS
-PROHIBIT EXCLUSION OR LIMITATION OF LIABILITY FOR IMPLIED
-WARRANTIES OR CONSEQUENTIAL OR INCIDENTAL DAMAGES, SO THE
-ABOVE LIMITATION MAY NOT APPLY TO YOU. YOU MAY ALSO HAVE OTHER
-LEGAL RIGHTS THAT VARY FROM JURISDICTION TO JURISDICTION.
-NOTWITHSTANDING THE FOREGOING, NVIDIA'S AGGREGATE LIABILITY
-ARISING OUT OF THIS AGREEMENT SHALL NOT EXCEED ONE HUNDRED
-UNITED STATES DOLLARS (USD$100).
-
-
-5.6. Term
-
-This Agreement and the licenses granted hereunder shall be
-effective as of the date You install/download the Software
-("Effective Date") and continue perpetually, unless terminated
-earlier in accordance with the "Termination" provision of this
-Agreement.
-
-
-5.7. Termination
-
-NVIDIA may terminate this Agreement at any time if You violate
-its terms. Upon termination, You will immediately destroy the
-Software or return all copies of the Software to NVIDIA, and
-certify to NVIDIA in writing that such actions have been
-completed.
-
-
-5.8. Miscellaneous
-
-
-5.8.1. Survival
-
-Those provisions in this Agreement, which by their nature need
-to survive the termination or expiration of this Agreement,
-shall survive termination or expiration of the Agreement,
-including but not limited to Section 5.2, Section 5.3,
-Section 5.4, Section 5.5, Section 5.7, and Section 5.8.
-
-
-5.8.2. Applicable Laws
-
-Claims arising under this Agreement shall be governed by the
-laws of Delaware, excluding its principles of conflict of laws
-and the United Nations Convention on Contracts for the Sale of
-Goods. The state and/or federal courts residing in Santa Clara
-County, California shall have exclusive jurisdiction over any
-dispute or claim arising out of this Agreement. You may not
-export the Software in violation of applicable export laws and
-regulations.
-
-
-5.8.3. Amendment
-
-The Agreement shall not be modified except by a written
-agreement that names this Agreement and any provision to be
-modified, is dated subsequent to the Effective Date, and is
-signed by duly authorized representatives of both parties.
-
-
-5.8.4. No Waiver
-
-No failure or delay on the part of either party in the
-exercise of any right, power or remedy under this Agreement or
-under law, or to insist upon or enforce performance by the
-other party of any of the provisions of this Agreement or
-under law, shall operate as a waiver thereof, nor shall any
-single or partial exercise of any right, power or remedy
-preclude other or further exercise thereof, or the exercise of
-any other right, power or remedy; rather the provision, right,
-or remedy shall be and remain in full force and effect.
-
-
-5.8.5. No Assignment
-
-This Agreement and Licensee's rights and obligations herein,
-may not be assigned, subcontracted, delegated, or otherwise
-transferred by Licensee without NVIDIA's prior written
-consent, and any attempted assignment, subcontract,
-delegation, or transfer in violation of the foregoing will be
-null and void. The terms of this Agreement shall be binding
-upon Licensee's assignees.
-
-
-5.8.6. Government Restricted Rights
-
-The parties acknowledge that the Software is subject to U.S.
-export control laws and regulations. The parties agree to
-comply with all applicable international and national laws
-that apply to the Software, including the U.S. Export
-Administration Regulations, as well as end-user, end-use and
-destination restrictions issued by U.S. and other governments.
-
-The Software has been developed entirely at private expense
-and is commercial computer software provided with RESTRICTED
-RIGHTS. Use, duplication or disclosure of the Software by the
-U.S. Government or a U.S. Government subcontractor is subject
-to the restrictions set forth in the Agreement under which the
-Software was obtained pursuant to DFARS 227.7202-3(a) or as
-set forth in subparagraphs (c)(1) and (2) of the Commercial
-Computer Software - Restricted Rights clause at FAR 52.227-19,
-as applicable. Contractor/manufacturer is NVIDIA, 2701 San
-Tomas Expressway, Santa Clara, CA 95050. Use of the Software
-by the Government constitutes acknowledgment of NVIDIA's
-proprietary rights therein.
-
-
-5.8.7. Independent Contractors
-
-Licensee's relationship to NVIDIA is that of an independent
-contractor, and neither party is an agent or partner of the
-other. Licensee will not have, and will not represent to any
-third party that it has, any authority to act on behalf of
-NVIDIA.
-
-
-5.8.8. Severability
-
-If for any reason a court of competent jurisdiction finds any
-provision of this Agreement, or portion thereof, to be
-unenforceable, that provision of the Agreement will be
-enforced to the maximum extent permissible so as to affect the
-intent of the parties, and the remainder of this Agreement
-will continue in full force and effect. This Agreement has
-been negotiated by the parties and their respective counsel
-and will be interpreted fairly in accordance with its terms
-and without any strict construction in favor of or against
-either party.
-
-
-5.8.9. Entire Agreement
-
-This Agreement and NDA constitute the entire agreement between
-the parties with respect to the subject matter contemplated
-herein, and merges all prior and contemporaneous
-communications.
-
-MICROSOFT SOFTWARE LICENSE TERMS
-MICROSOFT DIRECTX END USER RUNTIME
-
-These license terms are an agreement between Microsoft Corporation (or based on
-where you live, one of its affiliates) and you. Please read them. They apply
-to the software named above, which includes the media on which you received it,
-if any. The terms also apply to any Microsoft
-
-* updates,
-* supplements,
-* Internet-based services, and
-* support services
-
-for this software, unless other terms accompany those items. If so, those
-terms apply.
-
-BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS. IF YOU DO NOT ACCEPT THEM, DO
-NOT USE THE SOFTWARE.
-
-If you comply with these license terms, you have the rights below.
-
-1. INSTALLATION AND USE RIGHTS. You may install and use any number of copies
-of the software on your devices.
-
-2. SCOPE OF LICENSE. The software is licensed, not sold. This agreement only
-gives you some rights to use the software. Microsoft reserves all other
-rights. Unless applicable law gives you more rights despite this limitation,
-you may use the software only as expressly permitted in this agreement. In
-doing so, you must comply with any technical limitations in the software that
-only allow you to use it in certain ways. You may not
-
-* work around any technical limitations in the software;
-* reverse engineer, decompile or disassemble the software, except and only to
- the extent that applicable law expressly permits, despite this limitation;
-* make more copies of the software than specified in this agreement or allowed
- by applicable law, despite this limitation;
-* publish the software for others to copy;
-* rent, lease or lend the software;
-* transfer the software or this agreement to any third party; or
-* use the software for commercial software hosting services.
-
-3. BACKUP COPY. You may make one backup copy of the software. You may use it
-only to reinstall the software.
-
-4. DOCUMENTATION. Any person that has valid access to your computer or
-internal network may copy and use the documentation for your internal,
-reference purposes.
-
-5. EXPORT RESTRICTIONS. The software is subject to United States export laws
-and regulations. You must comply with all domestic and international export
-laws and regulations that apply to the software. These laws include
-restrictions on destinations, end users and end use. For additional
-information, see www.microsoft.com/exporting.
-
-6. SUPPORT SERVICES. Because this software is "as is," we may not provide
-support services for it.
-
-7. ENTIRE AGREEMENT. This agreement, and the terms for supplements, updates,
-Internet-based services and support services that you use, are the entire
-agreement for the software and support services.
-
-8. APPLICABLE LAW.
-
-a. United States. If you acquired the software in the United States,
-Washington state law governs the interpretation of this agreement and applies
-to claims for breach of it, regardless of conflict of laws principles. The
-laws of the state where you live govern all other claims, including claims
-under state consumer protection laws, unfair competition laws, and in tort.
-
-b. Outside the United States. If you acquired the software in any other
-country, the laws of that country apply.
-
-9. LEGAL EFFECT. This agreement describes certain legal rights. You may have
-other rights under the laws of your country. You may also have rights with
-respect to the party from whom you acquired the software. This agreement does
-not change your rights under the laws of your country if the laws of your
-country do not permit it to do so.
-
-10. DISCLAIMER OF WARRANTY. THE SOFTWARE IS LICENSED "AS-IS." YOU BEAR THE
-RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR
-CONDITIONS. YOU MAY HAVE ADDITIONAL CONSUMER RIGHTS UNDER YOUR LOCAL LAWS
-WHICH THIS AGREEMENT CANNOT CHANGE. TO THE EXTENT PERMITTED UNDER YOUR LOCAL
-LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR
-A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
-
-11. LIMITATION ON AND EXCLUSION OF REMEDIES AND DAMAGES. YOU CAN RECOVER FROM
-MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. $5.00. YOU CANNOT
-RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL,
-INDIRECT OR INCIDENTAL DAMAGES.
-
-This limitation applies to
-
-* anything related to the software, services, content (including code) on third
- party Internet sites, or third party programs; and
-* claims for breach of contract, breach of warranty, guarantee or condition,
- strict liability, negligence, or other tort to the extent permitted by
- applicable law.
-
-It also applies even if Microsoft knew or should have known about the
-possibility of the damages. The above limitation or exclusion may not apply to
-you because your country may not allow the exclusion or limitation of
-incidental, consequential or other damages.
-
-The Software contains components, as listed below that are
-licensed to Licensee pursuant to the terms and conditions of
-their respective End User License Agreements:
-
- * NVIDIA CUDA Samples
-
- * NVIDIA CUDA Toolkit
-
- * NVIDIA DirectX SDK
-
-More information, including licensing information, about the
-NVIDIA CUDA Toolkit and the NVIDIA CUDA Samples can be found
-at: http://www.nvidia.com/getcuda
-
-More information, including licensing information, about the
-NVIDIA DirectX SDK can be found at:
-http://developer.nvidia.com/object/sdk_home.html
-
-
-6. NVIDIA CUDA General Terms
-----------------------------
-
-The Software, on the Windows platform, may collect
-non-personally identifiable information for the purposes of
-customizing information delivered to you and improving future
-versions of the Software. Such information, including IP
-address and system configuration, will only be collected on an
-anonymous basis and cannot be linked to any personally
-identifiable information. Personally identifiable information
-such as your username or hostname is not collected.
-
--------------------------------------------------------------
diff --git a/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-SDK b/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-SDK
deleted file mode 100644
index a0347beff44..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-SDK
+++ /dev/null
@@ -1,286 +0,0 @@
-SOFTWARE DEVELOPER KITS, SAMPLES AND TOOLS LICENSE AGREEMENT
-
-IMPORTANT – READ BEFORE DOWNLOADING, INSTALLING, COPYING OR USING THE LICENSED SOFTWARE
-
-READ CAREFULLY: This Software Developer Kits, Samples and Tools License Agreement ("Agreement”), made and entered into as of
-the time and date of click through action (“Effective Date”), is a legal agreement between you and NVIDIA Corporation ("NVIDIA")
-and governs the use of the following NVIDIA deliverables to the extent provided to you under this Agreement: API’s, sample source
-code, header files, binary software and/or documentation (collectively, "Licensed Software"). By downloading, installing, copying, or
-otherwise using the Licensed Software, you agree to be bound by the terms of this Agreement. If you do NOT AGREE TO THE TERMS
-OF THIS AGREEMENT, DO NOT DOWNLOAD, INSTALL, COPY OR USE THE NVIDIA LICENSED SOFTWARE. IF YOU ARE ENTERING INTO
-THIS AGREEMENT ON BEHALF OF A COMPANY OR OTHER LEGAL ENTITY, YOU REPRESENT THAT YOU HAVE THE LEGAL AUTHORITY
-TO BIND THE ENTITY TO THIS AGREEMENT, IN WHICH CASE “YOU” WILL MEAN THE ENTITY YOU REPRESENT. IF YOU DON’T HAVE
-SUCH AUTHORITY, OR IF YOU DON’T ACCEPT ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT, THEN NVIDIA IS UNWILLING
-TO LICENSE THE LICENSED SOFTWARE TO YOU, AND YOU MAY NOT DOWNLOAD, INSTALL, COPY OR USE IT.
-
-1. LICENSE.
-
-1.1 License Grant. Subject to the terms of this Agreement, NVIDIA hereby grants you a nonexclusive, non-transferable,
-worldwide, revocable, limited, royalty-free, fully paid-up license to during the term of this Agreement:
-(i) install, use and reproduce the software delivered by NVIDIA, make modifications and create derivative works of
-sample source code software delivered by NVIDIA and use documentation delivered by NVIDIA, provided that the software is
-executed only in supported NVIDIA GPU hardware products (as specified in the accompanying documentation, such as release
-notes) that you separately obtain from NVIDIA or its affiliates, all to develop, test and service your products (each, a “Customer
-Product”) that are interoperable with supported NVIDIA GPU hardware products; and
-(ii) sub-license and distribute in binary format the API library software and header files as delivered by NVIDIA and
-sample source code as delivered by NVIDIA or as modified by you, all as incorporated into a Customer Product for use by your
-recipients only in the supported NVIDIA GPU hardware products separately obtained, provided that: (a) all such distributions by you
-or your distribution channels are consistent with the terms of this Agreement; and (b) you must enter into enforceable agreements
-with your recipients that binds them to terms that are consistent with the terms set forth in this Agreement for their use of the
-software binaries, including (without limitation) terms relating to the license grant and license restrictions, confidentiality and
-protection of NVIDIA’s intellectual property rights in and to the software you distributed. You are liable for the distribution and the
-use of distributed software if you failed to comply or enforce the distribution requirements of this Agreement. You agree to notify
-NVIDIA in writing of any known or suspected use or distribution of the Licensed Software that are not in compliance with the terms
-of this Agreement.
-
-1.2 Enterprise and Contractor Usage. Under this Agreement you may allow (i) your Enterprise employees, and (ii) individuals
-who work primarily for your Enterprise on a contractor basis and from your secure network (each a "Contractor") to access and use
-the Licensed Software pursuant to the terms in Section 1 solely to perform work on your behalf, provided further that with respect
-to Contractors: (i) you obtain a written agreement from the Contractor which contains terms and obligations with respect to access
-to or use of Licensed Software no less protective of NVIDIA than those set forth in this Agreement, and (ii) such Contractor’s access
-and use expressly excludes any sublicensing or distribution rights for the Licensed Software. You are responsible for the compliance
-with the terms and conditions of this Agreement by your Enterprise and Contractors. Any act or omission that if committed by you
-would constitute a breach of this Agreement shall be deemed to constitute a breach of this Agreement if committed by your
-Enterprise or Contractors. “Enterprise” means you or any company or legal entity for which you accepted the terms of this
-Agreement, and their subsidiaries of which your company or legal entity owns more than fifty percent (50%) of the issued and
-outstanding equity.
-
-1.3 No Support. NVIDIA is under no obligation to provide support for the Licensed Software or to provide any error corrections
-or updates to the Licensed Software under this Agreement.
-
-2. LIMITATIONS.
-
-2.1 License Restrictions. Except as expressly authorized in this Agreement, you agree that you will not (nor allow third parties
-to): (i) copy and use software that was licensed to you for use in one or more devices in other unlicensed devices (provided that
-copies solely for backup purposes are allowed); (ii) reverse engineer, decompile, disassemble (except to the extent applicable laws
-specifically requires that such activities be permitted) or attempt to derive the source code, underlying ideas, algorithm or structure
-of software provided to you in object code form; (iii) sell, transfer, assign, distribute, rent, loan, lease, sublicense or otherwise make
-available the Licensed Software or its functionality to third parties (a) as an application services provider or service bureau, (b) by
-operating hosted/virtual system environments, (c) by hosting, time sharing or providing any other type of services, or (d) otherwise
-by means of the internet; (iv) modify, translate or otherwise create any modifications or derivative works of any of the Licensed
-Software; (v) remove, alter, cover or obscure any proprietary notice that appears on or with the Licensed Software or any copies
-thereof; (vi) use the Licensed Software, or allow its use, transfer, transmission or export in violation of any export control laws or
-regulations administered by the United States government; (vii) distribute, permit access to, or sublicense the Licensed Software as
-a stand-alone product; (viii) bypass, disable, circumvent or remove any form of copy protection, encryption, security or digital rights
-management or authentication mechanism used by NVIDIA in connection with the Licensed Software, or use the Licensed Software
-together with any authorization code, serial number, or other copy protection device not supplied by NVIDIA directly or through an
-authorized reseller; (ix) use the Licensed Software for the purpose of developing competing products or technologies or assisting a
-third party in such activities; (x) disclose the results of any benchmarking or other competitive analysis relating to the Licensed
-Software without the prior written permission from NVIDIA; (xi) distribute any modification you make to software under or by
-reference to the same name as used by NVIDIA; (xii) use the Licensed Software in any manner that would cause the Licensed
-Software to become subject to an Open Source License. Nothing in this Agreement shall be construed to give you a right to use, or
-otherwise obtain access to, any source code from which the software or any portion thereof is compiled or interpreted. “Open
-Source License” includes, without limitation, a software license that requires as a condition of use, modification, and/or distribution
-of such software that the software be (x) disclosed or distributed in source code form; (y) be licensed for the purpose of making
-derivative works; or (z) be redistributable at no charge.
-
-2.2 Third Party License Obligations. You acknowledge and agree that the Licensed Software may include or
-incorporate third party technology (collectively “Third Party Components”), which is provided for use in or
-with the software and not otherwise used separately. If the Licensed Software includes or incorporates Third
-Party Components, then the third-party pass-through terms and conditions (“Third Party Terms”) for the
-particular Third Party Component will be bundled with the software or otherwise made available online as
-indicated by NVIDIA and will be incorporated by reference into this Agreement. In the event of any conflict
-between the terms in this Agreement and the Third Party Terms, the Third Party Terms shall govern. Copyright
-to Third Party Components are held by the copyright holders indicated in the copyright notices indicated in the
-Third Party Terms. To obtain source code for open source software in accordance with the associated Third
-Party Terms, contact oss-requests@nvidia.com within three years of the date of first access to the Licensed
-Software.
-
-Audio/Video Encoders and Decoders. You acknowledge and agree that it is your sole responsibility to obtain any additional third
-party licenses required to make, have made, use, have used, sell, import, and offer for sale your products or services that include or
-incorporate any Third Party Components and content relating to audio and/or video encoders and decoders from, including but not
-limited to, Microsoft, Thomson, Fraunhofer IIS, Sisvel S.p.A., MPEG-LA, and Coding Technologies as NVIDIA does not grant to you
-under this Agreement any necessary patent rights with respect to audio and/or video encoders and decoders.
-
-2.3 Limited Rights. Your rights in the Licensed Software are limited to those expressly granted in Section 1
-and no other licenses are granted whether by implication, estoppel or otherwise. NVIDIA reserves all other
-rights, title and interest in and to the Licensed Software not expressly granted to you under this Agreement.
-
-3. CONFIDENTIALITY. Each party will not use the other party’s Confidential Information, except as necessary
-for the performance of this Agreement, and will not disclose such Confidential Information to any third party,
-except to NVIDIA personnel, you, your Enterprise and your Enterprise Contractors that have a need to know
-such Confidential Information for the performance of this Agreement, provided that each such personnel,
-employee and Contractor is subject to a written agreement that includes confidentiality obligations consistent
-with those set forth herein. Each party will use all reasonable efforts to maintain the confidentiality of all of
-the other party’s Confidential Information in its possession or control, but in no event less than the efforts
-that it ordinarily uses with respect to its own Confidential Information of similar nature and importance. The
-foregoing obligations will not restrict either party from disclosing the other party’s Confidential Information or
-the terms and conditions of this Agreement as required under applicable securities regulations or pursuant to
-the order or requirement of a court, administrative agency, or other governmental body, provided that the
-party required to make such a disclosure (i) gives reasonable notice to the other party to enable it to contest
-such order or requirement prior to its disclosure (whether through protective orders or otherwise), (ii) uses
-reasonable effort to obtain confidential treatment or similar protection to the fullest extent possible to avoid
-public disclosure, and (iii) discloses only the minimum amount of information necessary to comply with such
-requirements.
-
-“Confidential Information” means the Licensed Software (unless made publicly available by NVIDIA without
-confidentiality obligations), and any NVIDIA business, marketing, pricing, research and development, knowhow, technical, scientific, financial status, proposed new products or other information disclosed by NVIDIA to
-you which, at the time of disclosure, is designated in writing as confidential or proprietary (or like written
-designation), or orally identified as confidential or proprietary or is otherwise reasonably identifiable by
-parties exercising reasonable business judgment as confidential. Confidential Information does not and will
-not include information that: (i) is or becomes generally known to the public through no fault of or breach of
-this Agreement by the receiving party; (ii) is rightfully known by the receiving party at the time of disclosure
-without an obligation of confidentiality; (iii) is independently developed by the receiving party without use of
-the disclosing party’s Confidential Information; or (iv) is rightfully obtained by the receiving party from a third
-party without restriction on use or disclosure.
-
-4. OWNERSHIP AND FEEDBACK.
-
-4.1 Ownership of Licensed Software. The Licensed Software, and the respective intellectual property rights therein, is and will
-remain the sole and exclusive property of NVIDIA and its licensors, whether the Licensed Software is separate from or combined
-with any other products or materials. You shall not knowingly engage in any act or omission that would impair NVIDIA’s and/or
-its licensors’ intellectual property rights in the Licensed Software or any other materials, information, processes or subject matter
-proprietary to NVIDIA. NVIDIA’s licensors are intended third party beneficiaries with the right to enforce provisions of this
-Agreement with respect to their Confidential Information and/or intellectual property rights.
-
-4.2 Modifications. You hold all rights, title and interest in and to the modifications to and derivative works of the NVIDIA
-sample source code software that you create as permitted hereunder, subject to NVIDIA’s underlying intellectual property rights in
-and to the NVIDIA software; provided, however that you grant NVIDIA and its affiliates an irrevocable, perpetual, nonexclusive,
-worldwide, royalty-free paid-up license to make, have made, use, have used, reproduce, sell, license, distribute, sublicense, transfer
-and otherwise commercialize modifications and derivative works including (without limitation) with the Licensed Software or other
-NVIDIA products, technologies or materials.
-
-4.3 Feedback. You have no obligation to provide Feedback to NVIDIA. However, NVIDIA and its affiliates may use and include
-any Feedback that you provide to improve the Licensed Software or other NVIDIA products, technologies or materials. Accordingly, if
-you provide Feedback, you agree that NVIDIA and its affiliates may at their option, and may permit its licensees, to make, have
-made, use, have used, reproduce, sell, license, distribute, sublicense, transfer and otherwise commercialize the Feedback in the
-Licensed Software or in other products, technologies or materials without the payment of any royalties or fees to you. All Feedback
-becomes the sole property of NVIDIA and may be used in any manner NVIDIA sees fit, and you hereby assign to NVIDIA all of your
-right, title and interest in and to any Feedback. NVIDIA has no obligation to respond to Feedback or to incorporate Feedback into the
-Licensed Software. “Feedback” means any and all suggestions, feature requests, comments or other feedback relating to the
-Licensed Software, including possible enhancements or modifications thereto.
-
-5. NO WARRANTIES. THE LICENSED SOFTWARE IS PROVIDED BY NVIDIA “AS IS” AND “WITH ALL FAULTS,” AND NVIDIA
-EXPRESSLY DISCLAIMS ALL WARRANTIES OF ANY KIND OR NATURE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING,
-BUT NOT LIMITED TO, ANY WARRANTIES OF OPERABILITY, CONDITION, VALUE, ACCURACY OF DATA, OR QUALITY, AS WELL AS
-ANY WARRANTIES OF MERCHANTABILITY, SYSTEM INTEGRATION, WORKMANSHIP, SUITABILITY, NON-INGRINGEMENT, FITNESS FOR A
-PARTICULAR PURPOSE, OR THE ABSENCE OF ANY DEFECTS THEREIN, WHETHER LATENT OR PATENT. NO WARRANTY IS MADE BY
-NVIDIA ON THE BASIS OF TRADE USAGE, COURSE OF DEALING OR COURSE OF TRADE. NVIDIA DOES NOT WARRANT THAT THE
-LICENSED SOFTWARE WILL MEET YOUR REQUIREMENTS OR THAT THE OPERATION THEREOF WILL BE UNINTERRUPTED OR ERRORFREE, OR THAT ALL ERRORS WILL BE CORRECTED. YOU ACKNOWLEDGE THAT NVIDIA’S OBLIGATIONS UNDER THIS AGREEMENT ARE
-FOR THE BENEFIT OF YOU ONLY. Nothing in this warranty section affects any statutory rights of consumers or other customers to the
-extent that they cannot be waived or limited by contract.
-
-6. LIMITATION OF LIABILITY. TO THE MAXIMUM EXTENT PERMITTED BY LAW NVIDIA SHALL NOT BE LIABLE FOR ANY SPECIAL,
-INCIDENTAL, PUNITIVE OR CONSEQUENTIAL DAMAGES (SUCH AS, WITHOUT LIMITATION, LOST PROFITS, LOSS OF USE, LOSS OF
-DATA OR LOSS OF GOODWILL), OR THE COSTS OF PROCURING SUBSTITUTE PRODUCTS, ARISING OUT OF OR IN CONNECTION WITH
-THIS AGREEMENT OR THE USE OR PERFORMANCE OF THE LICENSED SOFTWARE, WHETHER SUCH LIABILITY ARISES FROM ANY CLAIM
-BASED UPON BREACH OF CONTRACT, BREACH OF WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCT LIABILITY OR ANY OTHER
-CAUSE OF ACTION OR THEORY OF LIABILITY. IN NO EVENT WILL NVIDIA’S TOTAL CUMULATIVE LIABILITY UNDER OR ARISING OUT OF
-THIS AGREEMENT EXCEED THE GREATER OF THE NET AMOUNT NVIDIA RECEIVED FOR YOUR USE OF THE LICENSED SOFTWARE ONE
-HUNDRED U.S. DOLLARS (US $100). THE NATURE OF THE LIABILITY, THE NUMBER OF CLAIMS OR SUITS OR THE NUMBER OF PARTIES
-WITHIN YOUR ENTERPRISE THAT ACCEPTED THE TERMS OF THIS AGREEMENT SHALL NOT ENLARGE OR EXTEND THIS LIMIT. THE
-FOREGOING LIMITATIONS SHALL APPLY REGARDLESS OF WHETHER NVIDIA OR ITS LICENSORS HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES AND REGARDLESS OF WHETHER ANY REMEDY FAILS ITS ESSENTIAL PURPOSE.
-
-7. TERM AND TERMINATION. This Agreement and your licenses hereunder shall become effective upon the Effective Date and shall
-remain in effect unless and until terminated as follows: (i) automatically if you breach any of the terms of this Agreement; or (ii) by
-either party upon written notice if the other party becomes the subject of a voluntary or involuntary petition in bankruptcy or any
-proceeding relating to insolvency, receivership, liquidation or composition for the benefit of creditors, if that petition or proceeding is
-not dismissed with prejudice within sixty (60) days after filing, or if a party ceases to do business; (iii) by you, upon ceasing to use the
-Licensed Software provided under this Agreement; or (iv) by NVIDIA upon written notice if you commence or participate in any legal
-proceeding against NVIDIA, with respect to the Licensed Software that is the subject of the proceeding during the pendency of such
-legal proceeding. Termination of this Agreement shall not release the parties from any liability which, at the time of termination, has
-already accrued or which thereafter may accrue with respect to any act or omission before termination, or from any obligation which is
-expressly stated in this Agreement to survive termination. Notwithstanding the foregoing, the party terminating this Agreement shall
-incur no additional liability merely by virtue of such termination. Termination of this Agreement regardless of cause or nature shall
-be without prejudice to any other rights or remedies of the parties and shall be without liability for any loss or damage
-occasioned thereby. Upon any expiration or termination of this Agreement (i) you must promptly discontinue use of the Licensed
-Software, and (ii) you must promptly destroy or return to NVIDIA all copies of the Licensed Software and all portions thereof in your
-possession or control, and each party will promptly destroy or return to the other all of the other party’s Confidential Information
-within its possession or control, provided that your prior distributions in accordance with this Agreement are not affected by the
-expiration or termination of this Agreement. Upon written request, you will certify in writing that you have complied with your
-obligations under this section. Sections 2 through 8 will survive the expiration or termination of this Agreement for any reason.
-
-8. MISCELLANEOUS.
-
-8.1 NVIDIA Entities. NVIDIA Corporation and its subsidiaries, including, but not limited to, NVIDIA Singapore Pte Ltd., have agreed
-to their respective rights and obligations regarding the distribution of the Licensed Software and the performance of obligations
-related to the Licensed Software. Ordering and delivery shall be with the NVIDIA entity with distribution rights for the geographic
-region in which the Licensed Software will be used, as communicated by NVIDIA to you.
-
-8.2 Audit. During the term of this Agreement and for a period of three (3) years thereafter, you will maintain complete and
-accurate books and records regarding use of the Licensed Software and your performance and administration of this Agreement.
-During such period and upon written notice to you, NVIDIA or its authorized third party auditors subject to confidentiality obligations
-will have the right to inspect and audit your Enterprise books and records for the purpose of confirming your compliance with the
-terms of this Agreement. Any such inspection and audit will be conducted during regular business hours, in a manner that minimizes
-interference with your normal business activities, and no more frequent than annually unless non-compliance was previously found. If
-such an inspection and audit reveals an underpayment of any amounts payable to NVIDIA, then you will promptly remit the full
-amount of such underpayment to NVIDIA, including interest that will accrue (without the requirement of a notice) at the lower of
-1.5% per month or the highest rate permissible by law. If the underpaid amount exceeds five percent (5%) of the amounts payable
-to NVIDIA for the period audited and/or such an inspection and audit reveals a material non-conformance with the terms of this
-Agreement, then you will also pay NVIDIA’s reasonable costs of conducting the inspection and audit. Further, you agree that the party
-delivering the Licensed Software to you may collect and disclose to NVIDIA (subject to confidentiality obligations) information for
-NVIDIA to verify your compliance with the terms of this Agreement including (without limitation) information regarding your usage of
-the Licensed Software.
-
-8.3 Trademarks. You are granted no rights to use any of NVIDIA's trademarks under this Agreement. NVIDIA's trademarks include
-company names, product or service names, marks, logos, designs and trade dress. You may not remove, alter, or add to any of
-NVIDIA's trademarks that appear in or as part of the Licensed Software.
-
-8.4 Indemnity. You agree to defend, indemnify and hold harmless NVIDIA and its affiliates, and their respective employees,
-contractors, agents, officers and directors, from and against any and all claims, damages, obligations, losses, liabilities, costs or debt,
-fines, restitutions and expenses (including but not limited to attorney’s fees and costs incident to establishing the right of
-indemnification) arising out of or related to you and your Enterprise, and their respective employees, contractors, agents, officers and
-directors: (i) use of a Licensed Software with any system or application where the use or failure of such system or application can
-reasonably be expected to threaten or result in personal injury, death, or catastrophic loss including, for example, use in connection
-with any nuclear, avionics, navigation, military, medical, life support or other life critical application; (ii) violation of any third party
-right, including without limitation any right of privacy or intellectual property rights; (iii) failure to comply with any applicable export
-and import laws, rules or regulations; or (iv) negligence or willful misconduct.
-
-8.5 Injunctive Relief. The parties agree that a breach of any of the promises or agreements contained in this Agreement may
-result in irreparable and continuing injury for which monetary damages would not be an adequate remedy and therefore the parties
-are entitled to seek injunctive relief as well as such other and further relief as may be appropriate.
-
-8.6 Waiver. The failure by either party to enforce its rights under this Agreement at any time for any period will not constitute a
-waiver of future enforcement of that right or any other right. Any waiver will be effective only if in writing and signed by duly
-authorized representatives of each party.
-
-8.7 Severability. If for any reason a court of competent jurisdiction finds any provision of this Agreement invalid or
-unenforceable, that provision of this Agreement will be enforced to the maximum extent permissible so as to effect the intent of the
-parties, and the other provisions of this Agreement will remain in full force and effect.
-
-8.8 U.S. Government Legend. You agree and certify that you will comply with all laws, regulations, rules, and other
-requirements applicable to transaction(s) with any government(s) occurring pursuant to this Agreement and all related matters. The
-Licensed Software has been developed entirely at private expense and is “commercial items” consisting of “commercial software”
-and “commercial software documentation” provided with RESTRICTED RIGHTS. Use, duplication or disclosure by the U.S.
-Government or a U.S. Government subcontractor is subject to the restrictions set forth in this Agreement under which Licensed
-Software was obtained pursuant to DFARS 227.7202-3(a) or as set forth in subparagraphs (c)(1) and (2) of the Commercial Computer
-Software - Restricted Rights clause at FAR 52.227-19, as applicable. Contractor/manufacturer is NVIDIA, 2701 San Tomas
-Expressway, Santa Clara, CA 95050.
-
-8.9 Force Majeure. Neither party will be responsible for any failure or delay in its performance under this Agreement to the
-extent due to causes beyond its reasonable control, including, but not limited to, acts of God, fire, flood, war, earthquake,
-environmental conditions, governmental action, acts of civil or military authority, riots, wars, sabotage, strikes, compliance with laws
-or regulations, strikes, lockouts or other serious labor disputes, or shortage of or inability to obtain material or equipment for so long
-as such event of force majeure continues in effect.
-
-8.10 Export Control. You acknowledge that the Licensed Software, technology and related documentation described under this
-Agreement are subject to the U.S. Export Administration Regulations (EAR) and economic sanctions regulations administered by the
-U.S. Department of Treasury’s Office of Foreign Assets Control (OFAC). You agree to comply with the EAR and OFAC regulations and
-all applicable international and national export and import laws. You agree not to export or re-export the Licensed Software,
-technology and related documentation to any destination requiring an export license or other approval under the EAR or OFAC
-regulations otherwise without first obtaining such export license or approval and NVIDIA’s permission. You will not, without prior
-governmental authorization, export or re-export NVIDIA Licensed Software, technology and related documentation, directly or
-indirectly, (i) to any end-user whom you know or have reason to know will utilize them in the design, development or production of
-nuclear, chemical or biological weapons, or rocket systems, space launch vehicles, and sounding rockets, or unmanned air vehicle
-systems; (ii) to any end-user who has been prohibited from participating in U.S. export transactions by any federal agency of the U.S.
-government; or (iii) to any countries that are subject to U.S. export restrictions (currently including, but not necessarily limited to,
-Cuba, Iran, North Korea, Sudan, and Syria and the Region of Crimea).
-
-8.11 General. This Agreement constitutes the entire agreement of the parties with respect to the subject matter hereto and
-supersede all prior negotiations, conversations, or discussions between the parties relating to the subject matter hereto, oral or
-written, and all past dealing or industry custom. Any notice delivered by NVIDIA to you under this Agreement will be delivered via
-mail, email or fax. Any additional and/or conflicting terms and conditions on purchase order(s) or any other documents issued by you
-are null, void, and invalid. This Agreement and the rights and obligations hereunder may not be assigned by you, in whole or in part,
-including by merger, consolidation, dissolution, operation of law, or any other manner, without written consent of NVIDIA, and any
-purported assignment in violation of this provision shall be void and of no effect. Each party acknowledges and agrees that the other
-is an independent contractor in the performance of this Agreement, and each is solely responsible for all of its employees, agents,
-contractors, and labor costs and expenses arising in connection therewith. This Agreement will be governed by and construed under
-the laws of the State of Delaware and the United States without regard to the conflicts of law provisions thereof and without regard
-to the United Nations Convention on Contracts for the International Sale of Goods. The parties consent to the personal jurisdiction
-of the federal and state courts located in Santa Clara County, California. If one or more provisions of this Agreement are held to be
-unenforceable under applicable law, such provision shall be excluded from this Agreement and the balance of this Agreement shall
-be interpreted as if such provision were so excluded and shall be enforceable in accordance with its terms. Any amendment or
-waiver under this Agreement must be in writing and signed by representatives of both parties.
-
-NVIDIA SDKS, SAMPLES AND TOOLS AGREEMENT (v07.08.2016)
diff --git a/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-SDK-v2017.06.13 b/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-SDK-v2017.06.13
deleted file mode 100644
index f37c14d1319..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-SDK-v2017.06.13
+++ /dev/null
@@ -1,66 +0,0 @@
-SOFTWARE DEVELOPER KITS, SAMPLES AND TOOLS LICENSE AGREEMENT (with distribution rights)
-
-IMPORTANT - READ BEFORE DOWNLOADING, INSTALLING, COPYING OR USING THE LICENSED SOFTWARE
-READ CAREFULLY: This Software Developer Kits, Samples and Tools License Agreement ("Agreement"), made and entered into as of the time and date of click through action ("Effective Date"), is a legal agreement between you and NVIDIA Corporation ("NVIDIA") and governs the use of the following NVIDIA deliverables to the extent provided to you under this Agreement: API's, source code and header files, data sets and assets (examples include images, textures, models, scenes, videos, native API input/output files), binary software and/or documentation (collectively, "Licensed Software"). By downloading, installing, copying, or otherwise using the Licensed Software, you agree to be bound by the terms of this Agreement. If you do NOT AGREE TO THE TERMS OF THIS AGREEMENT, DO NOT DOWNLOAD, INSTALL, COPY OR USE THE NVIDIA LICENSED SOFTWARE. IF YOU ARE ENTERING INTO THIS AGREEMENT ON BEHALF OF A COMPANY OR OTHER LEGAL ENTITY, YOU REPRESENT THAT YOU HAVE THE LEGAL AUTHORITY TO BIND THE ENTITY TO THIS AGREEMENT, IN WHICH CASE "YOU" WILL MEAN THE ENTITY YOU REPRESENT. IF YOU DON'T HAVE SUCH AUTHORITY, OR IF YOU DON'T ACCEPT ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT, THEN NVIDIA IS UNWILLING TO LICENSE THE LICENSED SOFTWARE TO YOU, AND YOU MAY NOT DOWNLOAD, INSTALL, COPY OR USE IT.
-
-1. LICENSE.
-
-1.1 License Grant. Subject to the terms of this Agreement, NVIDIA hereby grants you a nonexclusive, non-transferable, worldwide, revocable, limited, royalty-free, fully paid-up license during the term of this Agreement to:
- (i) install, use and reproduce the Licensed Software delivered by NVIDIA plus make modifications and create derivative works of the source code and header files delivered by NVIDIA, provided that the software is executed only in hardware products as specified by NVIDIA in the accompanying documentation (such as release notes) as supported, to develop, test and service your products (each, a "Customer Product") that are interoperable with supported hardware products. If the NVIDIA documentation is silent, the supported hardware consists of certain NVIDIA GPUs; and
- (ii) incorporate Licensed Software as delivered by NVIDIA (including source code and header files as modified by you) into a Customer Product in binary format only and sub-license and distribute a Customer Product for use by your recipients only in the hardware products specified by NVIDIA as supported, provided that: (a) all such distributions by you or your distribution channels are consistent with the terms of this Agreement; and (b) you must enter into enforceable agreements with your recipients that binds them to terms that are consistent with the terms set forth in this Agreement for their use of the software binaries, including (without limitation) terms relating to the license grant and license restrictions, confidentiality and protection of NVIDIA's intellectual property rights in and to the software you distributed. You are liable for the distribution and the use of distributed software if you failed to comply or enforce the distribution requirements of this Agreement. You agree to notify NVIDIA in writing of any known or suspected use or distribution of the Licensed Software that are not in compliance with the terms of this Agreement.
-
-1.2 Enterprise and Contractor Usage. Under this Agreement you may allow (i) your Enterprise employees, and (ii) individuals who work primarily for your Enterprise on a contractor basis and from your secure network (each a "Contractor") to access and use the Licensed Software pursuant to the terms in Section 1 solely to perform work on your behalf, provided further that with respect to Contractors: (i) you obtain a written agreement from the Contractor which contains terms and obligations with respect to access to or use of Licensed Software no less protective of NVIDIA than those set forth in this Agreement, and (ii) such Contractor's access and use expressly excludes any sublicensing or distribution rights for the Licensed Software. You are responsible for the compliance with the terms and conditions of this Agreement by your Enterprise and Contractors. Any act or omission that if committed by you would constitute a breach of this Agreement shall be deemed to constitute a breach of this Agreement if committed by your Enterprise or Contractors. "Enterprise" means you or any company or legal entity for which you accepted the terms of this Agreement, and their subsidiaries of which your company or legal entity owns more than fifty percent (50%) of the issued and outstanding equity.
-
-1.3 No Support. NVIDIA is under no obligation to provide support for the Licensed Software or to provide any error corrections or updates to the Licensed Software under this Agreement.
-
-1.4 Product Specific Terms. With respect to the Iray Developer Edition Licensed Software, a separate license is required from NVIDIA to enable or use the Iray runtime in any given machine.
-
-1.5 Notification. You are required to notify NVIDIA prior to use of the NVIDIA DesignWorks Licensed Software in a commercial application (including a plug-in to a commercial application). Please send notification by visiting https://developer.nvidia.com/sw-notification and submitting the web form requested information. NVIDIA will request company name, DesignWorks software and version used, platform, commercial application release date, and weblink to product/video. Failure to notify NVIDIA pursuant to this section shall be considered a material breach of this Agreement.
-
-2. LIMITATIONS.
-
-2.1 License Restrictions. Except as expressly authorized in this Agreement, you agree that you will not (nor authorize third parties to): (i) copy and use software that was licensed to you for use in one or more devices in other unlicensed devices (provided that copies solely for backup purposes are allowed); (ii) reverse engineer, decompile, disassemble (except to the extent applicable laws specifically require that such activities be permitted) or attempt to derive the source code, underlying ideas, algorithm or structure of software provided to you in object code form; (iii) sell, transfer, assign, distribute, rent, loan, lease, sublicense or otherwise make available the Licensed Software or its functionality to third parties (a) as an application services provider or service bureau, (b) by operating hosted/virtual system environments, (c) by hosting, time sharing or providing any other type of services, or (d) otherwise by means of the internet; (iv) modify, translate or otherwise create any derivative works of any of the Licensed Software; (v) remove, alter, cover or obscure any proprietary notice that appears on or with the Licensed Software or any copies thereof; (vi) use the Licensed Software, or allow its use, transfer, transmission or export in violation of any applicable export control laws, rules or regulations; (vii) distribute, permit access to, or sublicense the Licensed Software as a stand-alone product; (viii) bypass, disable, circumvent or remove any form of copy protection, encryption, security or digital rights management or authentication mechanism used by NVIDIA in connection with the Licensed Software, or use the Licensed Software together with any authorization code, serial number, or other copy protection device not supplied by NVIDIA directly or through an authorized reseller; (ix) use the Licensed Software for the purpose of developing competing products or technologies or assisting a third party in such activities; (x) use the Licensed Software with any system or application where the use or failure of such system or application can reasonably be expected to threaten or result in personal injury, death, or catastrophic loss including, without limitation, use in connection with any nuclear, avionics, navigation, military, medical, life support or other life critical application ("Critical Applications"), unless the parties have entered into a Critical Applications agreement; (xi) distribute any modification or derivative work you make to the Licensed Software under or by reference to the same name as used by NVIDIA; or (xii) use the Licensed Software in any manner that would cause the Licensed Software to become subject to an Open Source License. Nothing in this Agreement shall be construed to give you a right to use, or otherwise obtain access to, any source code from which the software or any portion thereof is compiled or interpreted. You acknowledge that NVIDIA does not design, test, manufacture or certify the Licensed Software for use in the context of a Critical Application and NVIDIA shall not be liable to you or any third party, in whole or in part, for any claims or damages arising from such use. You agree to defend, indemnify and hold harmless NVIDIA and its affiliates, and their respective employees, contractors, agents, officers and directors, from and against any and all claims, damages, obligations, losses, liabilities, costs or debt, fines, restitutions and expenses (including but not limited to attorney's fees and costs incident to establishing the right of indemnification) arising out of or related to you and your Enterprise, and their respective employees, contractors, agents, distributors, resellers, end users, officers and directors use of Licensed Software outside of the scope of this Agreement or any other breach of the terms of this Agreement. "Open Source License" includes, without limitation, a software license that requires as a condition of use, modification, and/or distribution of such software that the software be (x) disclosed or distributed in source code form; (y) be licensed for the purpose of making derivative works; or (z) be redistributable at no charge.
-
-2.2 Third Party License Obligations. You acknowledge and agree that the Licensed Software may include or incorporate third party technology (collectively "Third Party Components"), which is provided for use in or with the software and not otherwise used separately. If the Licensed Software includes or incorporates Third Party Components, then the third-party pass-through terms and conditions ("Third Party Terms") for the particular Third Party Component will be bundled with the software or otherwise made available online as indicated by NVIDIA and will be incorporated by reference into this Agreement. In the event of any conflict between the terms in this Agreement and the Third Party Terms, the Third Party Terms shall govern. Copyright to Third Party Components are held by the copyright holders indicated in the copyright notices indicated in the Third Party Terms.
-
-Audio/Video Encoders and Decoders. You acknowledge and agree that it is your sole responsibility to obtain any additional third party licenses required to make, have made, use, have used, sell, import, and offer for sale your products or services that include or incorporate any Third Party Components and content relating to audio and/or video encoders and decoders from, including but not limited to, Microsoft, Thomson, Fraunhofer IIS, Sisvel S.p.A., MPEG-LA, and Coding Technologies as NVIDIA does not grant to you under this Agreement any necessary patent rights with respect to audio and/or video encoders and decoders.
-
-2.3 Limited Rights. Your rights in the Licensed Software are limited to those expressly granted in Section 1 and no other licenses are granted whether by implication, estoppel or otherwise. NVIDIA reserves all rights, title and interest in and to the Licensed Software not expressly granted under this Agreement.
-
-3. CONFIDENTIALITY. Neither party will use the other party's Confidential Information, except as necessary for the performance of this Agreement, nor will either party disclose such Confidential Information to any third party, except to personnel of NVIDIA and its affiliates, you, your Enterprise, your Enterprise Contractors, and each party's legal and financial advisors that have a need to know such Confidential Information for the performance of this Agreement, provided that each such personnel, employee and Contractor is subject to a written agreement that includes confidentiality obligations consistent with those set forth herein. Each party will use all reasonable efforts to maintain the confidentiality of all of the other party's Confidential Information in its possession or control, but in no event less than the efforts that it ordinarily uses with respect to its own Confidential Information of similar nature and importance. The foregoing obligations will not restrict either party from disclosing the other party's Confidential Information or the terms and conditions of this Agreement as required under applicable securities regulations or pursuant to the order or requirement of a court, administrative agency, or other governmental body, provided that the party required to make such disclosure (i) gives reasonable notice to the other party to enable it to contest such order or requirement prior to its disclosure (whether throu gh protective orders or otherwise), (ii) uses reasonable effort to obtain confidential treatment or similar protection to the fullest extent possible to avoid such public disclosure, and (iii) discloses only the minimum amount of information necessary to comply with such requirements.
-
-"Confidential Information" means the Licensed Software (unless made publicly available by NVIDIA without confidentiality obligations), and any NVIDIA business, marketing, pricing, research and development, know-how, technical, scientific, financial status, proposed new products or other information disclosed by NVIDIA to you which, at the time of disclosure, is designated in writing as confidential or proprietary (or like written designation), or orally identified as confidential or proprietary or is otherwise reasonably identifiable by parties exercising reasonable business judgment as confidential. Confidential Information does not and will not include information that: (i) is or becomes generally known to the public through no fault of or breach of this Agreement by the receiving party; (ii) is rightfully known by the receiving party at the time of disclosure without an obligation of confidentiality; (iii) is independently developed by the receiving party without use of the disclosing party's Confidential Information; or (iv) is rightfully obtained by the receiving party from a third party without restriction on use or disclosure.
-
-4. OWNERSHIP.
-
-4.1 Ownership of Licensed Software. The Licensed Software, and the respective intellectual property rights therein, is and will remain the sole and exclusive property of NVIDIA and its licensors, whether the Licensed Software is separate from or combined with any other products or materials. You shall not knowingly engage in any act or omission that would impair NVIDIA's and/or its licensors' intellectual property rights in the Licensed Software or any other materials, information, processes or subject matter proprietary to NVIDIA. NVIDIA's licensors are intended third party beneficiaries with the right to enforce provisions of this Agreement with respect to their Confidential Information and/or intellectual property rights.
-
-4.2 Modifications. You have no obligation to provide your permitted modifications to NVIDIA. You hold all rights, title and interest in and to the modifications to and derivative works of the NVIDIA source code and header files that you create as permitted hereunder, subject to NVIDIA's underlying intellectual property rights in and to the NVIDIA software; provided, however that you grant NVIDIA, its affiliates and their respective customers an irrevocable, perpetual, nonexclusive, worldwide, royalty-free paid-up license to make, have made, use, have used, reproduce, sell, license, distribute, sublicense, transfer and otherwise commercialize modifications and derivative works including (without limitation) with the Licensed Software or other products, technologies or materials.
-
-5. FEEDBACK. You have no obligation to provide Feedback to NVIDIA. However, NVIDIA and/or its affiliates may use and include any Feedback that you provide to improve the Licensed Software or other NVIDIA products, technologies or materials. Accordingly, if you provide Feedback, you agree that NVIDIA and/or its affiliates may at their option, and may permit its licensees, to make, have made, use, have used, reproduce, sell, license, distribute, sublicense, transfer and otherwise commercialize the Feedback in the Licensed Software or in other products, technologies or materials without the payment of any royalties or fees to you. All Feedback becomes the sole property of NVIDIA and may be used in any manner NVIDIA sees fit, and you hereby assign to NVIDIA all of your right, title and interest in and to any Feedback. NVIDIA has no obligation to respond to Feedback or to incorporate Feedback into the Licensed Software. "Feedback" means any and all suggestions, feature requests, comments or other feedback relating to the Licensed Software, including possible enhancements or modifications thereto.
-
-6. NO WARRANTIES. THE LICENSED SOFTWARE IS PROVIDED BY NVIDIA "AS IS" AND "WITH ALL FAULTS," AND NVIDIA EXPRESSLY DISCLAIMS ALL WARRANTIES OF ANY KIND OR NATURE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF OPERABILITY, CONDITION, VALUE, ACCURACY OF DATA, OR QUALITY, AS WELL AS ANY WARRANTIES OF MERCHANTABILITY, SYSTEM INTEGRATION, WORKMANSHIP, SUITABILITY, NON-INFRINGEMENT, FITNESS FOR A PARTICULAR PURPOSE, OR THE ABSENCE OF ANY DEFECTS THEREIN, WHETHER LATENT OR PATENT. NO WARRANTY IS MADE BY NVIDIA ON THE BASIS OF TRADE USAGE, COURSE OF DEALING OR COURSE OF TRADE. NVIDIA DOES NOT WARRANT THAT THE LICENSED SOFTWARE WILL MEET YOUR REQUIREMENTS OR THAT THE OPERATION THEREOF WILL BE UNINTERRUPTED OR ERROR- FREE, OR THAT ALL ERRORS WILL BE CORRECTED. YOU ACKNOWLEDGE THAT NVIDIA'S OBLIGATIONS UNDER THIS AGREEMENT ARE FOR THE BENEFIT OF YOU ONLY. Nothing in this warranty section affects any statutory rights of consumers or other recipients to the extent that they cannot be waived or limited by contract under applicable law.
-
-7. LIMITATION OF LIABILITY. TO THE MAXIMUM EXTENT PERMITTED BY LAW NVIDIA OR ITS LICENSORS SHALL NOT BE LIABLE FOR ANY SPECIAL, INCIDENTAL, PUNITIVE OR CONSEQUENTIAL DAMAGES, OR ANY LOST PROFITS, LOSS OF USE, LOSS OF DATA OR LOSS OF GOODWILL), OR THE COSTS OF PROCURING SUBSTITUTE PRODUCTS, ARISING OUT OF OR IN CONNECTION WITH THIS AGREEMENT OR THE USE OR PERFORMANCE OF THE LICENSED SOFTWARE, WHETHER SUCH LIABILITY ARISES FROM ANY CLAIM BASED UPON BREACH OF CONTRACT, BREACH OF WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCT LIABILITY OR ANY OTHER CAUSE OF ACTION OR THEORY OF LIABILITY. IN NO EVENT WILL NVIDIA'S TOTAL CUMULATIVE LIABILITY UNDER OR ARISING OUT OF THIS AGREEMENT EXCEED THE GREATER OF THE NET AMOUNT NVIDIA RECEIVED FOR YOUR USE OF THE LICENSED SOFTWARE ONE HUNDRED U.S. DOLLARS (US $100). THE NATURE OF THE LIABILITY, THE NUMBER OF CLAIMS OR SUITS OR THE NUMBER OF PARTIES WITHIN YOUR ENTERPRISE THAT ACCEPTED THE TERMS OF THIS AGREEMENT SHALL NOT ENLARGE OR EXTEND THIS LIMIT. THE FOREGOING LIMITATIONS SHALL APPLY REGARDLESS OF WHETHER NVIDIA OR ITS LICENSORS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES AND REGARDLESS OF WHETHER ANY REMEDY FAILS ITS ESSENTIAL PURPOSE.
-
-8. TERM AND TERMINATION. This Agreement and your licenses hereunder shall become effective upon the Effective Date and shall remain in effect unless and until terminated as follows: (i) automatically if you breach any of the terms of this Agreement; or (ii) by either party upon written notice if the other party becomes the subject of a voluntary or involuntary petition in bankruptcy or any proceeding relating to insolvency, receivership, liquidation or composition for the benefit of creditors, if that petition or proceeding is not dismissed with prejudice within sixty (60) days after filing, or if a party ceases to do business; (iii) by you, upon ceasing to use the Licensed Software provided under this Agreement; or (iv) by NVIDIA upon written notice if you commence or participate in any legal proceeding against NVIDIA, with respect to the Licensed Software that is the subject of the proceeding during the pendency of such legal proceeding. Termination of this Agreement regardless of cause or nature shall be without prejudice to any other rights or remedies of the parties and shall be without liability for any loss or damage occasioned thereby. Upon any expiration or termination of this Agreement (i) you must promptly discontinue use of the Licensed Software, and (ii) you must promptly destroy or return to NVIDIA all copies of the Licensed Software and all portions thereof in your possession or control, and each party will promptly destroy or return to the other all of the other party's Confidential Information within its possession or control, provided that your prior distributions in accordance with this Agreement are not affected by the expiration or termination of this Agreement. Upon written request, you will certify in writing that you have complied with your obligations under this section. Sections 2 through 9 will survive the expiration or termination of this Agreement for any reason.
-
-9. GENERAL.
-
-This Agreement constitutes the entire agreement of the parties with respect to the subject matter hereto and supersedes all prior negotiations, conversations, or discussions between the parties relating to the subject matter hereto, oral or written, and all past dealings or industry custom. Any additional and/or conflicting terms and conditions on purchase order(s) or any other documen ts issued by you are null, void, and invalid. Any amendment or waiver under this Agreement must be in writing and signed by representatives of both parties.
-
-This Agreement and the rights and obligations thereunder may not be assigned by you, in whole or in part, including by merger, consolidation, dissolution, operation of law, or any other manner, without written consent of NVIDIA, and any purported assignment in violation of this provision shall be void and of no effect. NVIDIA may assign, delegate or transfer this Agreement and its rights and obligations hereunder, and if to a non-affiliate you will be notified.
-
-Each party acknowledges and agrees that the other is an independent contractor in the performance of this Agreement, and each party is solely responsible for all of its employees, agents, contractors, and labor costs and expenses arising in connection therewith. The parties are not partners, joint ventures or otherwise affiliated, and neither has any authority to make any statements, representations or commitments of any kind to bind the other party without prior written consent.
-
-Neither party will be responsible for any failure or delay in its performance under this Agreement (except for any payment obligations) to the extent due to causes beyond its reasonable control for so long as such force majeure event continues in effect.
-
-This Agreement will be governed by and construed under the laws of the State of Delaware and the United States without regard to the conflicts of law provisions thereof and without regard to the United Nations Convention on Contracts for the Internationa l Sale of Goods. The parties consent to the personal jurisdiction of the federal and state courts located in Santa Clara County, California. You acknowledge and agree that a breach of any of your promises or agreements contained in this Agreement may result in irreparable and continuing injury to NVIDIA for which monetary damages may not be an adequate remedy and therefore NVIDIA is entitled to seek injunctive relief as well as such other and further relief as may be appropriate. If any court of competent jurisdiction determines that any provision of this Agreement is illegal, invalid or unenforceable, the remaining provisions will remain in full force and effect. Unless otherwise specified, remedies are cumulative.
-
-The Licensed Software has been developed entirely at private expense and is "commercial items" consisting of "commercial computer software" and "commercial computer software documentation" provided with RESTRICTED RIGHTS. Use, duplication or disclosure by the U.S. Government or a U.S. Government subcontractor is subject to the restrictions set forth in this Agreement pursuant to DFARS 227.7202-3(a) or as set forth in subparagraphs (c)(1) and (2) of the Commercial Computer Software - Restricted Rights clause at FAR 52.227-19, as applicable. Contractor/manufacturer is NVIDIA, 2701 San Tomas Expressway, Santa Clara, CA 95050.
-
-You acknowledge that the Licensed Software described under this Agreement is subject to export control under the U.S. Export Administration Regulations (EAR) and economic sanctions regulations administered by the U.S. Department of Treasury's Office of Foreign Assets Control (OFAC). Therefore, you may not export, reexport or transfer in-country the Licensed Software without first obtaining any license or other approval that may be required by BIS and/or OFAC. You are responsible for any violation of the U.S. or other applicable export control or economic sanctions laws, regulations and requirements related to the Licensed Software. By accepting this SLA, you confirm that you are not a resident or citizen of any country currently embargoed by the U.S. and tha t you are not otherwise prohibited from receiving the Licensed Software.
-
-Any notice delivered by NVIDIA to you under this Agreement will be delivered via mail, email or fax. Please direct your legal notices or other correspondence to NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, California 95050, United States of America, Attention: Legal Department.
-
-DESIGNWORKS NVIDIA SDKS, SAMPLES AND TOOLS AGREEMENT, DISTRIBUTION RIGHTS (V.13.06.2017)
diff --git a/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-SDK-v2020.10.12 b/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-SDK-v2020.10.12
deleted file mode 100644
index de47586b95e..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-SDK-v2020.10.12
+++ /dev/null
@@ -1,133 +0,0 @@
-LICENSE AGREEMENT FOR NVIDIA SOFTWARE DEVELOPMENT KITS
-
-This license agreement, including exhibits attached (“Agreement”) is a legal agreement between you and NVIDIA Corporation (“NVIDIA”) and governs your use of a NVIDIA software development kit (“SDK”).
-
-Each SDK has its own set of software and materials, but here is a description of the types of items that may be included in a SDK: source code, header files, APIs, data sets and assets (examples include images, textures, models, scenes, videos, native API input/output files), binary software, sample code, libraries, utility programs, programming code and documentation.
-
-This Agreement can be accepted only by an adult of legal age of majority in the country in which the SDK is used.
-
-If you are entering into this Agreement on behalf of a company or other legal entity, you represent that you have the legal authority to bind the entity to this Agreement, in which case “you” will mean the entity you represent.
-
-If you don’t have the required age or authority to accept this Agreement, or if you don’t accept all the terms and conditions of this Agreement, do not download, install or use the SDK.
-
-You agree to use the SDK only for purposes that are permitted by (a) this Agreement, and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions.
-
-License.
-
-1.1 Grant
-
-Subject to the terms of this Agreement, NVIDIA hereby grants you a non-exclusive, non-transferable license, without the right to sublicense (except as expressly provided in this Agreement) to:
-
-Install and use the SDK,
-
-Modify and create derivative works of sample source code delivered in the SDK, and
-
-Distribute those portions of the SDK that are identified in this Agreement as distributable, as incorporated in object code format into a software application that meets the distribution requirements indicated in this Agreement.
-
-1.2 Distribution Requirements
-
-These are the distribution requirements for you to exercise the distribution grant:
-
-Your application must have material additional functionality, beyond the included portions of the SDK.
-
-The distributable portions of the SDK shall only be accessed by your application.
-
-The following notice shall be included in modifications and derivative works of sample source code distributed: “This software contains source code provided by NVIDIA Corporation.”
-
-Unless a developer tool is identified in this Agreement as distributable, it is delivered for your internal use only.
-
-The terms under which you distribute your application must be consistent with the terms of this Agreement, including (without limitation) terms relating to the license grant and license restrictions and protection of NVIDIA’s intellectual property rights. Additionally, you agree that you will protect the privacy, security and legal rights of your application users.
-
-You agree to notify NVIDIA in writing of any known or suspected distribution or use of the SDK not in compliance with the requirements of this Agreement, and to enforce the terms of your agreements with respect to distributed SDK.
-
-1.3 Authorized Users
-
-You may allow employees and contractors of your entity or of your subsidiary(ies) to access and use the SDK from your secure network to perform work on your behalf.
-
-If you are an academic institution you may allow users enrolled or employed by the academic institution to access and use the SDK from your secure network.
-
-You are responsible for the compliance with the terms of this Agreement by your authorized users. If you become aware that your authorized users didn’t follow the terms of this Agreement, you agree to take reasonable steps to resolve the non-compliance and prevent new occurrences.
-
-1.4 Pre-Release SDK The SDK versions identified as alpha, beta, preview or otherwise as pre-release, may not be fully functional, may contain errors or design flaws, and may have reduced or different security, privacy, accessibility, availability, and reliability standards relative to commercial versions of NVIDIA software and materials. Use of a pre-release SDK may result in unexpected results, loss of data, project delays or other unpredictable damage or loss. You may use a pre-release SDK at your own risk, understanding that pre-release SDKs are not intended for use in production or business-critical systems. NVIDIA may choose not to make available a commercial version of any pre-release SDK. NVIDIA may also choose to abandon development and terminate the availability of a pre-release SDK at any time without liability. 1.5 Updates
-
-NVIDIA may, at its option, make available patches, workarounds or other updates to this SDK. Unless the updates are provided with their separate governing terms, they are deemed part of the SDK licensed to you as provided in this Agreement.
-
-You agree that the form and content of the SDK that NVIDIA provides may change without prior notice to you. While NVIDIA generally maintains compatibility between versions, NVIDIA may in some cases make changes that introduce incompatibilities in future versions of the SDK.
-
-1.6 Third Party Licenses
-
-The SDK may come bundled with, or otherwise include or be distributed with, third-party software licensed by a NVIDIA supplier and/or open source software provided under an open source license. Use of third-party software is subject to the third-party license terms, or in the absence of third-party terms, the terms of this Agreement. Copyright to third party software is held by the copyright holders indicated in the third-party software or license.
-
-1.7 Reservation of Rights
-
-NVIDIA reserves all rights, title and interest in and to the SDK not expressly granted to you under this Agreement.
-
-Limitations.
-
-The following license limitations apply to your use of the SDK:
-
-2.1 You may not reverse engineer, decompile or disassemble, or remove copyright or other proprietary notices from any portion of the SDK or copies of the SDK.
-
-2.2 Except as expressly provided in this Agreement, you may not copy, sell, rent, sublicense, transfer, distribute, modify, or create derivative works of any portion of the SDK. For clarity, you may not distribute or sublicense the SDK as a stand-alone product.
-
-2.3 Unless you have an agreement with NVIDIA for this purpose, you may not indicate that an application created with the SDK is sponsored or endorsed by NVIDIA.
-
-2.4 You may not bypass, disable, or circumvent any encryption, security, digital rights management or authentication mechanism in the SDK.
-
-2.5 You may not use the SDK in any manner that would cause it to become subject to an open source software license. As examples, licenses that require as a condition of use, modification, and/or distribution that the SDK be (i) disclosed or distributed in source code form; (ii) licensed for the purpose of making derivative works; or (iii) redistributable at no charge.
-
-2.6 Unless you have an agreement with NVIDIA for this purpose, you may not use the SDK with any system or application where the use or failure of the system or application can reasonably be expected to threaten or result in personal injury, death, or catastrophic loss. Examples include use in avionics, navigation, military, medical, life support or other life critical applications. NVIDIA does not design, test or manufacture the SDK for these critical uses and NVIDIA shall not be liable to you or any third party, in whole or in part, for any claims or damages arising from such uses.
-
-2.7 You agree to defend, indemnify and hold harmless NVIDIA and its affiliates, and their respective employees, contractors, agents, officers and directors, from and against any and all claims, damages, obligations, losses, liabilities, costs or debt, fines, restitutions and expenses (including but not limited to attorney’s fees and costs incident to establishing the right of indemnification) arising out of or related to your use of the SDK outside of the scope of this Agreement, or not in compliance with its terms.
-
-Ownership.
-
-3.1 NVIDIA or its licensors hold all rights, title and interest in and to the SDK and its modifications and derivative works, including their respective intellectual property rights, subject to your rights under Section 3.2. This SDK may include software and materials from NVIDIA’s licensors, and these licensors are intended third party beneficiaries that may enforce this Agreement with respect to their intellectual property rights.
-
-3.2 You hold all rights, title and interest in and to your applications and your derivative works of the sample source code delivered in the SDK, including their respective intellectual property rights, subject to NVIDIA’s rights under section 3.1.
-
-3.3 You may, but don’t have to, provide to NVIDIA suggestions, feature requests or other feedback regarding the SDK, including possible enhancements or modifications to the SDK. For any feedback that you voluntarily provide, you hereby grant NVIDIA and its affiliates a perpetual, non-exclusive, worldwide, irrevocable license to use, reproduce, modify, license, sublicense (through multiple tiers of sublicensees), and distribute (through multiple tiers of distributors) it without the payment of any royalties or fees to you. NVIDIA will use feedback at its choice. NVIDIA is constantly looking for ways to improve its products, so you may send feedback to NVIDIA through the developer portal at https://developer.nvidia.com.
-
-No Warranties.
-
-THE SDK IS PROVIDED BY NVIDIA “AS IS” AND “WITH ALL FAULTS.” TO THE MAXIMUM EXTENT PERMITTED BY LAW, NVIDIA AND ITS AFFILIATES EXPRESSLY DISCLAIM ALL WARRANTIES OF ANY KIND OR NATURE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, NON-INFRINGEMENT, OR THE ABSENCE OF ANY DEFECTS THEREIN, WHETHER LATENT OR PATENT. NO WARRANTY IS MADE ON THE BASIS OF TRADE USAGE, COURSE OF DEALING OR COURSE OF TRADE.
-
-Limitations of Liability.
-
-TO THE MAXIMUM EXTENT PERMITTED BY LAW, NVIDIA AND ITS AFFILIATES SHALL NOT BE LIABLE FOR ANY SPECIAL, INCIDENTAL, PUNITIVE OR CONSEQUENTIAL DAMAGES, OR ANY LOST PROFITS, LOSS OF USE, LOSS OF DATA OR LOSS OF GOODWILL, OR THE COSTS OF PROCURING SUBSTITUTE PRODUCTS, ARISING OUT OF OR IN CONNECTION WITH THIS AGREEMENT OR THE USE OR PERFORMANCE OF THE SDK, WHETHER SUCH LIABILITY ARISES FROM ANY CLAIM BASED UPON BREACH OF CONTRACT, BREACH OF WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCT LIABILITY OR ANY OTHER CAUSE OF ACTION OR THEORY OF LIABILITY. IN NO EVENT WILL NVIDIA’S AND ITS AFFILIATES TOTAL CUMULATIVE LIABILITY UNDER OR ARISING OUT OF THIS AGREEMENT EXCEED US$10.00. THE NATURE OF THE LIABILITY OR THE NUMBER OF CLAIMS OR SUITS SHALL NOT ENLARGE OR EXTEND THIS LIMIT.
-
-These exclusions and limitations of liability shall apply regardless if NVIDIA or its affiliates have been advised of the possibility of such damages, and regardless of whether a remedy fails its essential purpose. These exclusions and limitations of liability form an essential basis of the bargain between the parties, and, absent any of these exclusions or limitations of liability, the provisions of this Agreement, including, without limitation, the economic terms, would be substantially different.
-
-Termination.
-
-6.1 This Agreement will continue to apply until terminated by either you or NVIDIA as described below.
-
-6.2 If you want to terminate this Agreement, you may do so by stopping to use the SDK.
-
-6.3 NVIDIA may, at any time, terminate this Agreement if: (i) you fail to comply with any term of this Agreement and the non-compliance is not fixed within thirty (30) days following notice from NVIDIA (or immediately if you violate NVIDIA’s intellectual property rights); (ii) you commence or participate in any legal proceeding against NVIDIA with respect to the SDK; or (iii) NVIDIA decides to no longer provide the SDK in a country or, in NVIDIA’s sole discretion, the continued use of it is no longer commercially viable.
-
-6.4 Upon any termination of this Agreement, you agree to promptly discontinue use of the SDK and destroy all copies in your possession or control. Your prior distributions in accordance with this Agreement are not affected by the termination of this Agreement. Upon written request, you will certify in writing that you have complied with your commitments under this section. Upon any termination of this Agreement all provisions survive except for the licenses granted to you.
-
-General.
-
-If you wish to assign this Agreement or your rights and obligations, including by merger, consolidation, dissolution or operation of law, contact NVIDIA to ask for permission. Any attempted assignment not approved by NVIDIA in writing shall be void and of no effect. NVIDIA may assign, delegate or transfer this Agreement and its rights and obligations, and if to a non-affiliate you will be notified.
-
-You agree to cooperate with NVIDIA and provide reasonably requested information to verify your compliance with this Agreement.
-
-This Agreement will be governed in all respects by the laws of the United States and of the State of Delaware as those laws are applied to contracts entered into and performed entirely within Delaware by Delaware residents, without regard to the conflicts of laws principles. The United Nations Convention on Contracts for the International Sale of Goods is specifically disclaimed. You agree to all terms of this Agreement in the English language.
-
-The state or federal courts residing in Santa Clara County, California shall have exclusive jurisdiction over any dispute or claim arising out of this Agreement. Notwithstanding this, you agree that NVIDIA shall still be allowed to apply for injunctive remedies or an equivalent type of urgent legal relief in any jurisdiction.
-
-If any court of competent jurisdiction determines that any provision of this Agreement is illegal, invalid or unenforceable, such provision will be construed as limited to the extent necessary to be consistent with and fully enforceable under the law and the remaining provisions will remain in full force and effect. Unless otherwise specified, remedies are cumulative.
-
-Each party acknowledges and agrees that the other is an independent contractor in the performance of this Agreement.
-
-The SDK has been developed entirely at private expense and is “commercial items” consisting of “commercial computer software” and “commercial computer software documentation” provided with RESTRICTED RIGHTS. Use, duplication or disclosure by the U.S. Government or a U.S. Government subcontractor is subject to the restrictions in this Agreement pursuant to DFARS 227.7202-3(a) or as set forth in subparagraphs (b)(1) and (2) of the Commercial Computer Software - Restricted Rights clause at FAR 52.227-19, as applicable. Contractor/manufacturer is NVIDIA, 2788 San Tomas Expressway, Santa Clara, CA 95051.
-
-The SDK is subject to United States export laws and regulations. You agree that you will not ship, transfer or export the SDK into any country, or use the SDK in any manner, prohibited by the United States Bureau of Industry and Security or economic sanctions regulations administered by the U.S. Department of Treasury’s Office of Foreign Assets Control (OFAC), or any applicable export laws, restrictions or regulations. These laws include restrictions on destinations, end users and end use. By accepting this Agreement, you confirm that you are not a resident or citizen of any country currently embargoed by the U.S. and that you are not otherwise prohibited from receiving the SDK.
-
-Any notice delivered by NVIDIA to you under this Agreement will be delivered via mail, email or fax. You agree that any notices that NVIDIA sends you electronically will satisfy any legal communication requirements. Please direct your legal notices or other correspondence to NVIDIA Corporation, 2788 San Tomas Expressway, Santa Clara, California 95051, United States of America, Attention: Legal Department.
-
-This Agreement and any exhibits incorporated into this Agreement constitute the entire agreement of the parties with respect to the subject matter of this Agreement and supersede all prior negotiations or documentation exchanged between the parties relating to this subject matter. Any additional and/or conflicting terms on documents issued by you are null, void, and invalid. Any amendment or waiver under this Agreement shall be in writing and signed by representatives of both parties.
-
-(v. October 12, 2020)
diff --git a/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-cuDNN b/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-cuDNN
deleted file mode 100644
index 4c2f346d49f..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-cuDNN
+++ /dev/null
@@ -1,378 +0,0 @@
-NVIDIA cuDNN License Agreement
-
-This Software License Agreement ("SLA”), made and entered into as of the time and date of click through action (“Effective Date”), is
-a legal agreement between you and NVIDIA Corporation ("NVIDIA") and governs the use of the NVIDIA computer software and the
-documentation made available for use with such NVIDIA software. By downloading, installing, copying, or otherwise using the NVIDIA
-software and/or documentation, you agree to be bound by the terms of this SLA. If you do not agree to the terms of this SLA, do not
-download, install, copy or use the NVIDIA software or documentation. IF YOU ARE ENTERING INTO THIS SLA ON BEHALF OF A
-COMPANY OR OTHER LEGAL ENTITY, YOU REPRESENT THAT YOU HAVE THE LEGAL AUTHORITY TO BIND THE ENTITY TO THIS SLA, IN
-WHICH CASE “YOU” WILL MEAN THE ENTITY YOU REPRESENT. IF YOU DON’T HAVE SUCH AUTHORITY, OR IF YOU DON’T ACCEPT ALL
-THE TERMS AND CONDITIONS OF THIS SLA, THEN NVIDIA DOES NOT AGREE TO LICENSE THE LICENSED SOFTWARE TO YOU, AND YOU
-MAY NOT DOWNLOAD, INSTALL, COPY OR USE IT.
-1. LICENSE.
-1.1
-License Grant. Subject to the terms of the AGREEMENT, NVIDIA hereby grants you a non-exclusive, non-transferable
-license, without the right to sublicense (except as expressly set forth in a Supplement), during the applicable license term unless
-earlier terminated as provided below, to have Authorized Users install and use the Software, including modifications (if expressly
-permitted in a Supplement), in accordance with the Documentation. You are only licensed to activate and use Licensed Software for
-which you a have a valid license, even if during the download or installation you are presented with other product options. No
-Orders are binding on NVIDIA until accepted by NVIDIA. Your Orders are subject to the AGREEMENT.
-SLA Supplements: Certain Licensed Software licensed under this SLA may be subject to additional terms and conditions that will be
-presented to you in a Supplement for acceptance prior to the delivery of such Licensed Software under this SLA and the applicable
-Supplement. Licensed Software will only be delivered to you upon your acceptance of all applicable terms.
-1.2
-Limited Purpose Licenses. If your license is provided for one of the purposes indicated below, then notwithstanding
-contrary terms in Section 1.1 or in a Supplement, such licenses are for internal use and do not include any right or license to sublicense and distribute the Licensed Software or its output in any way in any public release, however limited, and/or in any manner
-that provides third parties with use of or access to the Licensed Software or its functionality or output, including (but not limited to)
-external alpha or beta testing or development phases. Further:
-(i) Evaluation License. You may use evaluation licenses solely for your internal evaluation of the Licensed Software for broader
-adoption within your Enterprise or in connection with a NVIDIA product purchase decision, and such licenses have an expiration date
-as indicated by NVIDIA in its sole discretion (or ninety days from the date of download if no other duration is indicated).
-(ii) Educational/Academic License. You may use educational/academic licenses solely for educational purposes and all users must be
-enrolled or employed by an academic institution. If you do not meet NVIDIA’s academic program requirements for educational
-institutions, you have no rights under this license.
-(iii) Test/Development License. You may use test/development licenses solely for your internal development, testing and/or
-debugging of your software applications or for interoperability testing with the Licensed Software, and such licenses have an
-expiration date as indicated by NVIDIA in its sole discretion (or one year from the date of download if no other duration is indicated).
-NVIDIA Confidential Information under the AGREEMENT includes output from Licensed Software developer tools identified as “Pro”
-versions, where the output reveals functionality or performance data pertinent to NVIDIA hardware or software products.
-1.3
-Pre-Release Licenses. With respect to alpha, beta, preview, and other pre-release Software and Documentation (“PreRelease Licensed Software”) delivered to you under the AGREEMENT you acknowledge and agree that such Pre-Release Licensed
-Software (i) may not be fully functional, may contain errors or design flaws, and may have reduced or different security, privacy,
-accessibility, availability, and reliability standards relative to commercially provided NVIDIA software and documentation, and (ii) use
-of such Pre-Release Licensed Software may result in unexpected results, loss of data, project delays or other unpredictable damage
-or loss. THEREFORE, PRE-RELEASE LICENSED SOFTWARE IS NOT INTENDED FOR USE, AND SHOULD NOT BE USED, IN PRODUCTION
-OR BUSINESS-CRITICAL SYSTEMS. NVIDIA has no obligation to make available a commercial version of any Pre-Release Licensed
-Software and NVIDIA has the right to abandon development of Pre-Release Licensed Software at any time without liability.
-NVIDIA SOFTWARE LICENSE AGREEMENT (V. 10.20.2016)
-
-1
-
-1.4
-Enterprise and Contractor Usage. You may allow your Enterprise employees and Contractors to access and use the Licensed
-Software pursuant to the terms of the AGREEMENT solely to perform work on your behalf, provided further that with respect to
-Contractors: (i) you obtain a written agreement from each Contractor which contains terms and obligations with respect to access to
-and use of Licensed Software no less protective of NVIDIA than those set forth in the AGREEMENT, and (ii) such Contractor’s access
-and use expressly excludes any sublicensing or distribution rights for the Licensed Software. You are responsible for the compliance
-with the terms and conditions of the AGREEMENT by your Enterprise and Contractors. Any act or omission that, if committed by you,
-would constitute a breach of the AGREEMENT shall be deemed to constitute a breach of the AGREEMENT if committed by your
-Enterprise or Contractors.
-1.5
-Services. Except as expressly indicated in an Order, NVIDIA is under no obligation to provide support for the Licensed
-Software or to provide any patches, maintenance, updates or upgrades under the AGREEMENT. Unless patches, maintenance,
-updates or upgrades are provided with their separate governing terms and conditions, they constitute Licensed Software licensed to
-you under the AGREEMENT.
-2.
-
-LIMITATIONS.
-
-2.1
-License Restrictions. Except as expressly authorized in the AGREEMENT, you agree that you will not (nor authorize third
-parties to): (i) copy and use Software that was licensed to you for use in one or more NVIDIA hardware products in other unlicensed
-products (provided that copies solely for backup purposes are allowed); (ii) reverse engineer, decompile, disassemble (except to the
-extent applicable laws specifically require that such activities be permitted) or attempt to derive the source code, underlying ideas,
-algorithm or structure of Software provided to you in object code form; (iii) sell, transfer, assign, distribute, rent, loan, lease,
-sublicense or otherwise make available the Licensed Software or its functionality to third parties (a) as an application services
-provider or service bureau, (b) by operating hosted/virtual system environments, (c) by hosting, time sharing or providing any other
-type of services, or (d) otherwise by means of the internet; (iv) modify, translate or otherwise create any derivative works of any
-Licensed Software; (v) remove, alter, cover or obscure any proprietary notice that appears on or with the Licensed Software or any
-copies thereof; (vi) use the Licensed Software, or allow its use, transfer, transmission or export in violation of any applicable export
-control laws, rules or regulations; (vii) distribute, permit access to, or sublicense the Licensed Software as a stand-alone product;
-(viii) bypass, disable, circumvent or remove any form of copy protection, encryption, security or digital rights management or
-authentication mechanism used by NVIDIA in connection with the Licensed Software, or use the Licensed Software together with
-any authorization code, serial number, or other copy protection device not supplied by NVIDIA directly or through an authorized
-reseller; (ix) use the Licensed Software for the purpose of developing competing products or technologies or assisting a third party in
-such activities; (x) use the Licensed Software with any system or application where the use or failure of such system or application
-can reasonably be expected to threaten or result in personal injury, death, or catastrophic loss including, without limitation, use in
-connection with any nuclear, avionics, navigation, military, medical, life support or other life critical application (“Critical
-Applications”), unless the parties have entered into a Critical Applications agreement; (xi) distribute any modification or derivative
-work you make to the Licensed Software under or by reference to the same name as used by NVIDIA; or (xii) use the Licensed
-Software in any manner that would cause the Licensed Software to become subject to an Open Source License. Nothing in the
-AGREEMENT shall be construed to give you a right to use, or otherwise obtain access to, any source code from which the Software
-or any portion thereof is compiled or interpreted. You acknowledge that NVIDIA does not design, test, manufacture or certify the
-Licensed Software for use in the context of a Critical Application and NVIDIA shall not be liable to you or any third party, in whole or
-in part, for any claims or damages arising from such use. You agree to defend, indemnify and hold harmless NVIDIA and its Affiliates,
-and their respective employees, contractors, agents, officers and directors, from and against any and all claims, damages, obligations,
-losses, liabilities, costs or debt, fines, restitutions and expenses (including but not limited to attorney’s fees and costs incident to
-establishing the right of indemnification) arising out of or related to you and your Enterprise, and their respective employees,
-contractors, agents, distributors, resellers, end users, officers and directors use of Licensed Software outside of the scope of the
-AGREEMENT or any other breach of the terms of the AGREEMENT.
-2.2
-Third Party License Obligations. You acknowledge and agree that the Licensed Software may include or incorporate third
-party technology (collectively “Third Party Components”), which is provided for use in or with the Software and not otherwise used
-separately. If the Licensed Software includes or incorporates Third Party Components, then the third-party pass-through terms and
-conditions (“Third Party Terms”) for the particular Third Party Component will be bundled with the Software or otherwise made
-available online as indicated by NVIDIA and will be incorporated by reference into the AGREEMENT. In the event of any conflict
-between the terms in the AGREEMENT and the Third Party Terms, the Third Party Terms shall govern. Copyright to Third Party
-Components are held by the copyright holders indicated in the copyright notices indicated in the Third Party Terms.
-Audio/Video Encoders and Decoders. You acknowledge and agree that it is your sole responsibility to obtain any additional third
-NVIDIA SOFTWARE LICENSE AGREEMENT (V. 10.20.2016)
-
-2
-
-party licenses required to make, have made, use, have used, sell, import, and offer for sale your products or services that include or
-incorporate any Third Party Components and content relating to audio and/or video encoders and decoders from, including but not
-limited to, Microsoft, Thomson, Fraunhofer IIS, Sisvel S.p.A., MPEG-LA, and Coding Technologies as NVIDIA does not grant to you
-under the AGREEMENT any necessary patent or other rights with respect to audio and/or video encoders and decoders.
-2.3
-Limited Rights. Your rights in the Licensed Software are limited to those expressly granted under the AGREEMENT and no
-other licenses are granted whether by implication, estoppel or otherwise. NVIDIA reserves all rights, title and interest in and to the
-Licensed Software not expressly granted under the AGREEMENT.
-3. CONFIDENTIALITY. Neither party will use the other party’s Confidential Information, except as necessary for the performance of
-the AGREEMENT, nor will either party disclose such Confidential Information to any third party, except to personnel of NVIDIA and
-its Affiliates, you, your Enterprise, your Enterprise Contractors, and each party’s legal and financial advisors that have a need to
-know such Confidential Information for the performance of the AGREEMENT, provided that each such personnel, employee and
-Contractor is subject to a written agreement that includes confidentiality obligations consistent with those set forth herein. Each
-party will use all reasonable efforts to maintain the confidentiality of all of the other party’s Confidential Information in its
-possession or control, but in no event less than the efforts that it ordinarily uses with respect to its own Confidential Information of
-similar nature and importance. The foregoing obligations will not restrict either party from disclosing the other party’s Confidential
-Information or the terms and conditions of the AGREEMENT as required under applicable securities regulations or pursuant to the
-order or requirement of a court, administrative agency, or other governmental body, provided that the party required to make such
-disclosure (i) gives reasonable notice to the other party to enable it to contest such order or requirement prior to its disclosure
-(whether through protective orders or otherwise), (ii) uses reasonable effort to obtain confidential treatment or similar protection
-to the fullest extent possible to avoid such public disclosure, and (iii) discloses only the minimum amount of information necessary
-to comply with such requirements.
-4. OWNERSHIP. You are not obligated to disclose to NVIDIA any modifications that you, your Enterprise or your Contractors make
-to the Licensed Software as permitted under the AGREEMENT. As between the parties, all modifications are owned by NVIDIA and
-licensed to you under the AGREEMENT unless otherwise expressly provided in a Supplement. The Licensed Software and all
-modifications owned by NVIDIA, and the respective Intellectual Property Rights therein, are and will remain the sole and exclusive
-property of NVIDIA or its licensors, whether the Licensed Software is separate from or combined with any other products or
-materials. You shall not engage in any act or omission that would impair NVIDIA’s and/or its licensors’ Intellectual Property
-Rights in the Licensed Software or any other materials, information, processes or subject matter proprietary to NVIDIA. NVIDIA’s
-licensors are intended third party beneficiaries with the right to enforce provisions of the AGREEMENT with respect to their
-Confidential Information and/or Intellectual Property Rights.
-5. FEEDBACK. You have no obligation to provide Feedback to NVIDIA. However, NVIDIA and/or its Affiliates may use and include
-any Feedback that you provide to improve the Licensed Software or other NVIDIA products, technologies or materials. Accordingly, if
-you provide Feedback, you agree that NVIDIA and/or its Affiliates, at their option, may, and may permit their licensees, to make,
-have made, use, have used, reproduce, license, distribute and otherwise commercialize the Feedback in the Licensed Software or in
-other NVIDIA products, technologies or materials without the payment of any royalties or fees to you. All Feedback becomes the
-sole property of NVIDIA and may be used in any manner NVIDIA sees fit, and you hereby assign to NVIDIA all of your right, title and
-interest in and to any Feedback. NVIDIA has no obligation to respond to Feedback or to incorporate Feedback into the Licensed
-Software.
-6. NO WARRANTIES. THE LICENSED SOFTWARE AND ANY OTHER CONFIDENTIAL INFORMATION AND/OR SERVICES ARE
-PROVIDED BY NVIDIA “AS IS” AND “WITH ALL FAULTS,” AND NVIDIA EXPRESSLY DISCLAIMS ALL OTHER WARRANTIES OF ANY KIND
-OR NATURE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF OPERABILITY,
-CONDITION, VALUE, ACCURACY OF DATA, OR QUALITY, AS WELL AS ANY WARRANTIES OF MERCHANTABILITY, SYSTEM
-INTEGRATION, WORKMANSHIP, SUITABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON -IN FRIN GE ME N T, OR THE ABSENCE OF
-ANY DEFECTS THEREIN, WHETHER LATENT OR PATENT. NO WARRANTY IS MADE BY NVIDIA ON THE BASIS OF TRADE USAGE,
-COURSE OF DEALING OR COURSE OF TRADE. NVIDIA DOES NOT WARRANT THAT THE LICENSED SOFTWARE OR ANY OTHER
-CONFIDENTIAL INFORMATION AND/OR SERVICES PROVIDED BY NVIDIA UNDER THE AGREEMENT WILL MEET YOUR
-REQUIREMENTS OR THAT THE OPERATION THEREOF WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT ALL ERRORS WILL BE
-CORRECTED. YOU ACKNOWLEDGE THAT NVIDIA’S OBLIGATIONS UNDER THE AGREEMENT ARE FOR THE BENEFIT OF YOU ONLY.
-Nothing in this warranty section affects any statutory rights of consumers or other recipients to the extent that they cannot be
-waived or limited by contract under applicable law.
-NVIDIA SOFTWARE LICENSE AGREEMENT (V. 10.20.2016)
-
-3
-
-7. LIMITATION OF LIABILITY. TO THE MAXIMUM EXTENT PERMITTED BY LAW, NVIDIA OR ITS LICENSORS SHALL NOT BE LIABLE FOR
-ANY SPECIAL, INCIDENTAL, PUNITIVE OR CONSEQUENTIAL DAMAGES, OR ANY LOST PROFITS, LOSS OF USE, LOSS OF DATA OR LOSS
-OF GOODWILL, OR THE COSTS OF PROCURING SUBSTITUTE PRODUCTS, ARISING OUT OF OR IN CONNECTION WITH THE AGREEMENT
-OR THE USE OR PERFORMANCE OF THE LICENSED SOFTWARE AND ANY OTHER CONFIDENTIAL INFORMATION AND/OR SERVICES
-PROVIDED BY NVIDIA UNDER THE AGREEMENT, WHETHER SUCH LIABILITY ARISES FROM ANY CLAIM BASED UPON BREACH OF
-CONTRACT, BREACH OF WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCT LIABILITY OR ANY OTHER CAUSE OF ACTION OR
-THEORY OF LIABILITY. IN NO EVENT WILL NVIDIA’S TOTAL CUMULATIVE LIABILITY UNDER OR ARISING OUT OF THE AGREEMENT
-EXCEED THE NET AMOUNTS RECEIVED BY NVIDIA FOR YOUR USE OF THE PARTICULAR LICENSED SOFTWARE DURING THE TWELVE
-(12) MONTHS BEFORE THE LIABILITY AROSE (or up to US$10.00 if you acquired the Licensed Software for no charge). THE NATURE OF
-THE LIABILITY, THE NUMBER OF CLAIMS OR SUITS OR THE NUMBER OF PARTIES WITHIN YOUR ENTERPRISE THAT ACCEPTED THE
-TERMS OF THE AGREEMENT SHALL NOT ENLARGE OR EXTEND THIS LIMIT. THE FOREGOING LIMITATIONS SHALL APPLY REGARDLESS
-OF WHETHER NVIDIA OR ITS LICENSORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES AND REGARDLESS OF
-WHETHER ANY REMEDY FAILS ITS ESSENTIAL PURPOSE. The disclaimers, exclusions and limitations of liability set forth in the
-AGREEMENT form an essential basis of the bargain between the parties, and, absent any such disclaimers, exclusions or limitations of
-liability, the provisions of the AGREEMENT, including, without limitation, the economic terms, would be substantially different.
-8.
-
-TERM AND TERMINATION.
-
-8.1
-AGREEMENT, Licenses and Services. This SLA shall become effective upon the Effective Date, each Supplement upon their
-acceptance, and both this SLA and Supplements shall continue in effect until your last access or use of the Licensed Software and/or
-services hereunder, unless earlier terminated as provided in this “Term and Termination” section. Each Licensed Software license ends
-at the earlier of (a) the expiration of the applicable license term, or (b) termination of such license or the AGREEMENT. Each service
-ends at the earlier of (x) the expiration of the applicable service term, (y) termination of such service or the AGREEMENT, or (z)
-expiration or termination of the associated license and no credit or refund will be provided upon the expiration or termination of the
-associated license for any service fees paid.
-8.2
-Termination and Effect of Expiration or Termination. NVIDIA may terminate the AGREEMENT in whole or in part: (i) if you
-breach any term of the AGREEMENT and fail to cure such breach within thirty (30) days following notice thereof from NVIDIA (or
-immediately if you violate NVIDIA’s Intellectual Property Rights); (ii) if you become the subject of a voluntary or involuntary petition in
-bankruptcy or any proceeding relating to insolvency, receivership, liquidation or composition for the benefit of creditors, if that petition
-or proceeding is not dismissed with prejudice within sixty (60) days after filing, or if you cease to do business; or (iii) if you commence or
-participate in any legal proceeding against NVIDIA, with respect to the Licensed Software that is the subject of the proceeding during
-the pendency of such legal proceeding. If you or your authorized NVIDIA reseller fail to pay license fees or service fees when due then
-NVIDIA may, in its sole discretion, suspend or terminate your license grants, services and any other rights provided under the
-AGREEMENT for the affected Licensed Software, in addition to any other remedies NVIDIA may have at law or equity. Upon any
-expiration or termination of the AGREEMENT, a license or a service provided hereunder, (a) any amounts owed to NVIDIA become
-immediately due and payable, (b) you must promptly discontinue use of the affected Licensed Software and/or service, and (c) you
-must promptly destroy or return to NVIDIA all copies of the affected Licensed Software and all portions thereof in your possession or
-control, and each party will promptly destroy or return to the other all of the other party’s Confidential Information within its
-possession or control. Upon written request, you will certify in writing that you have complied with your obligations under this
-section. Upon expiration or termination of the AGREEMENT all provisions survive except for the license grant provisions.
-9.
-
-CONSENT TO COLLECTION AND USE OF INFORMATION.
-
-You hereby agree and acknowledge that the Software may access, collect non-personally identifiable information about your
-Enterprise computer systems in order to properly optimize such systems for use with the Software. To the extent that you use the
-Software, you hereby consent to all of the foregoing, and represent and warrant that you have the right to grant such consent. In
-addition, you agree that you are solely responsible for maintaining appropriate data backups and system restore points for your
-Enterprise systems, and that NVIDIA will have no responsibility for any damage or loss to such systems (including loss of data or
-access) arising from or relating to (a) any changes to the configuration, application settings, environment variables, registry, drivers,
-BIOS, or other attributes of the systems (or any part of such systems) initiated through the Software; or (b) installation of any
-Software or third party software patches initiated through the Software. In certain systems you may change your system update
-preferences by unchecking "Automatically check for updates" in the "Preferences" tab of the control panel for the Software.
-
-NVIDIA SOFTWARE LICENSE AGREEMENT (V. 10.20.2016)
-
-4
-
-In connection with the receipt of the Licensed Software or services you may receive access to links to third party websites and
-services and the availability of those links does not imply any endorsement by NVIDIA. NVIDIA encourages you to review the privacy
-statements on those sites and services that you choose to visit so that you can understand how they may collect, use and share
-personal information of individuals. NVIDIA is not responsible or liable for: (i) the availability or accuracy of such links; or (ii) the
-products, services or information available on or through such links; or (iii) the privacy statements or practices of sites and services
-controlled by other companies or organizations.
-To the extent that you or members of your Enterprise provide to NVIDIA during registration or otherwise personal information, you
-acknowledge that such information will be collected, used and disclosed by NVIDIA in accordance with NVIDIA's privacy policy,
-available at URL http://www.nvidia.com/object/privacy_policy.html.
-10. GENERAL.
-This SLA, any Supplements incorporated hereto, and Orders constitute the entire agreement of the parties with respect to the
-subject matter hereto and supersede all prior negotiations, conversations, or discussions between the parties relating to the subject
-matter hereto, oral or written, and all past dealings or industry custom. Any additional and/or conflicting terms and conditions on
-purchase order(s) or any other documents issued by you are null, void, and invalid. Any amendment or waiver under the
-AGREEMENT must be in writing and signed by representatives of both parties.
-The AGREEMENT and the rights and obligations thereunder may not be assigned by you, in whole or in part, including by merger,
-consolidation, dissolution, operation of law, or any other manner, without written consent of NVIDIA, and any purported assignment
-in violation of this provision shall be void and of no effect. NVIDIA may assign, delegate or transfer the AGREEMENT and its rights and
-obligations hereunder, and if to a non-Affiliate you will be notified.
-Each party acknowledges and agrees that the other is an independent contractor in the performance of the AGREEMENT, and each
-party is solely responsible for all of its employees, agents, contractors, and labor costs and expenses arising in connection therewith.
-The parties are not partners, joint ventures or otherwise affiliated, and neither has any authority to make any statements,
-representations or commitments of any kind to bind the other party without prior written consent.
-Neither party will be responsible for any failure or delay in its performance under the AGREEMENT (except for any payment
-obligations) to the extent due to causes beyond its reasonable control for so long as such force majeure event continues in effect.
-The AGREEMENT will be governed by and construed under the laws of the State of Delaware and the United States without regard
-to the conflicts of law provisions thereof and without regard to the United Nations Convention on Contracts for the International
-Sale of Goods. The parties consent to the personal jurisdiction of the federal and state courts located in Santa Clara County,
-California. You acknowledge and agree that a breach of any of your promises or agreements contained in the AGREEMENT may
-result in irreparable and continuing injury to NVIDIA for which monetary damages may not be an adequate remedy and therefore
-NVIDIA is entitled to seek injunctive relief as well as such other and further relief as may be appropriate. If any court of competent
-jurisdiction determines that any provision of the AGREEMENT is illegal, invalid or unenforceable, the remaining provisions will
-remain in full force and effect. Unless otherwise specified, remedies are cumulative.
-The Licensed Software has been developed entirely at private expense and is “commercial items” consisting of “commercial
-computer software” and “commercial computer software documentation” provided with RESTRICTED RIGHTS. Use, duplication or
-disclosure by the U.S. Government or a U.S. Government subcontractor is subject to the restrictions set forth in the AGREEMENT
-pursuant to DFARS 227.7202-3(a) or as set forth in subparagraphs (c)(1) and (2) of the Commercial Computer Software - Restricted
-Rights clause at FAR 52.227-19, as applicable. Contractor/manufacturer is NVIDIA, 2701 San Tomas Expressway, Santa Clara, CA
-95050.
-You acknowledge that the Licensed Software described under the AGREEMENT is subject to export control under the U.S. Export
-Administration Regulations (EAR) and economic sanctions regulations administered by the U.S. Department of Treasury’s Office of
-Foreign Assets Control (OFAC). Therefore, you may not export, reexport or transfer in-country the Licensed Software without first
-obtaining any license or other approval that may be required by BIS and/or OFAC. You are responsible for any violation of the U.S. or
-other applicable export control or economic sanctions laws, regulations and requirements related to the Licensed Software. By
-accepting this SLA, you confirm that you are not a resident or citizen of any country currently embargoed by the U.S. and that you
-are not otherwise prohibited from receiving the Licensed Software.
-NVIDIA SOFTWARE LICENSE AGREEMENT (V. 10.20.2016)
-
-5
-
-Any notice delivered by NVIDIA to you under the AGREEMENT will be delivered via mail, email or fax. Please direct your legal notices
-or other correspondence to NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, California 95050, United States of
-America, Attention: Legal Department.
-GLOSSARY OF TERMS
-Certain capitalized terms, if not otherwise defined elsewhere in this SLA, shall have the meanings set forth below:
-a. “Affiliate” means any legal entity that Owns, is Owned by, or is commonly Owned with a party. “Own” means having more than
-50% ownership or the right to direct the management of the entity.
-b. “AGREEMENT” means this SLA and all associated Supplements entered by the parties referencing this SLA.
-c. “Authorized Users” means your Enterprise individual employees and any of your Enterprise’s Contractors, subject to the terms
-of the “Enterprise and Contractors Usage” section.
-d. “Confidential Information” means the Licensed Software (unless made publicly available by NVIDIA without confidentiality
-obligations), and any NVIDIA business, marketing, pricing, research and development, know-how, technical, scientific, financial
-status, proposed new products or other information disclosed by NVIDIA to you which, at the time of disclosure, is designated in
-writing as confidential or proprietary (or like written designation), or orally identified as confidential or proprietary or is otherwise
-reasonably identifiable by parties exercising reasonable business judgment, as confidential. Confidential Information does not and
-will not include information that: (i) is or becomes generally known to the public through no fault of or breach of the AGREEMENT by
-the receiving party; (ii) is rightfully known by the receiving party at the time of disclosure without an obligation of confidentiality;
-(iii) is independently developed by the receiving party without use of the disclosing party’s Confidential Information; or (iv) is
-rightfully obtained by the receiving party from a third party without restriction on use or disclosure.
-e. “Contractor” means an individual who works primarily for your Enterprise on a contractor basis from your secure network.
-f. “Documentation” means the NVIDIA documentation made available for use with the Software, including (without limitation)
-user manuals, datasheets, operations instructions, installation guides, release notes and other materials provided to you under the
-AGREEMENT.
-g. “Enterprise” means you or any company or legal entity for which you accepted the terms of this SLA, and their subsidiaries of
-which your company or legal entity owns more than fifty percent (50%) of the issued and outstanding equity.
-h. “Feedback” means any and all suggestions, feature requests, comments or other feedback regarding the Licensed Software,
-including possible enhancements or modifications thereto.
-i.
-“Intellectual Property Rights” means all patent, copyright, trademark, trade secret, trade dress, trade names, utility models,
-mask work, moral rights, rights of attribution or integrity service marks, master recording and music publishing rights, performance
-rights, author’s rights, database rights, registered design rights and any applications for the protection or registration of these rights,
-or other intellectual or industrial property rights or proprietary rights, howsoever arising and in whatever media, whether now
-known or hereafter devised, whether or not registered, (including all claims and causes of action for infringement, misappropriation
-or violation and all rights in any registrations and renewals), worldwide and whether existing now or in the future.
-j. “Licensed Software” means Software, Documentation and all modifications owned by NVIDIA.
-k. “Open Source License” includes, without limitation, a software license that requires as a condition of use, modification, and/or
-distribution of such software that the Software be (i) disclosed or distributed in source code form; (ii) be licensed for the purpose of
-making derivative works; or (iii) be redistributable at no charge.
-l. “Order” means a purchase order issued by you, a signed purchase agreement with you, or other ordering document issued by
-you to NVIDIA or a NVIDIA authorized reseller (including any on-line acceptance process) that references and incorporates the
-AGREEMENT and is accepted by NVIDIA.
-m. “Software” means the NVIDIA software programs licensed to you under the AGREEMENT including, without limitation, libraries,
-sample code, utility programs and programming code.
-n. “Supplement” means the additional terms and conditions beyond those stated in this SLA that apply to certain Licensed
-Software licensed hereunder.
-
-NVIDIA SOFTWARE LICENSE AGREEMENT (V. 10.20.2016)
-
-6
-
-cuDNN SUPPLEMENT TO SOFTWARE LICENSE AGREEMENT
-Release date: January 5, 2017
-The terms set forth in this cuDNN Supplement (“Supplement”) govern your use of the CUDA Deep Neural Network library (cuDNN)
-(the “cuDNN Licensed Software”) under the terms of your software license agreement (“SLA”) as modified by this Supplement. This
-Supplement is an exhibit to the SLA and is hereby incorporated as an integral part thereto. Capitalized terms used but not defined
-herein shall have the meaning assigned to them in the SLA. In the event of conflict between the terms in this Supplement and the
-terms in the SLA, this Supplement shall control.
-1. CUDNN DISTRIBUTION. Subject to the terms of the SLA and this Supplement, NVIDIA hereby grants you a non-exclusive, nontransferable license during the applicable license term unless earlier terminated pursuant to the SLA, to distribute the runtime files
-(.so, .h) when delivered to you as part of the cuDNN Licensed Software in source code form or binary form (but not when provided to
-you as part of a hardware product), subject to such distribution being solely in binary form to your licensees (“Customers”) only as a
-component of your own software products having additional material functionality beyond the redistributable cuDNN Licensed
-Software (each, a “Licensee Application"). Subject to the terms and conditions of the SLA and this Supplement, you may further
-authorize Customers to redistribute the cuDNN Licensed Software as incorporated into a Licensee Application, solely in binary form,
-provided, however, that you shall require in your agreements with your Customers that their distributions be on terms at least as
-restrictive as those applicable for your use of the cuDNN Licensed Software within a Licensee Application. The expiration or
-termination of your licenses to the cuDNN Licensed Software under the SLA and this Supplement will not affect your previous cuDNN
-distributions in compliance with the SLA and this Supplement.
-The above distributions are subject to the following: (a) all distributions by you or your distribution channels must be consistent with
-the terms of the AGREEMENT; (b) the distributed cuDNN License Software must include valid copyright notices indicating NVIDIA’s
-ownership of the Licensed Software and (if permitted) modifications; and (c) you must enter into enforceable agreements that pass
-down terms consistent with the terms set forth in the AGREEMENT for use of the distributable cuDNN License Software, including
-(without limitation) terms relating to the license grant and license restrictions, confidentiality and protection of NVIDIA’s Intellectual
-Property Rights in and to the cuDNN Licensed Software. You are liable for the distribution and use of cuDNN Licensed Software if you
-failed to comply with the distribution requirements of this Supplement. You agree to notify NVIDIA in writing of any known or
-suspected distribution or use of the cuDNN Licensed Software not in compliance with the terms of the AGREEMENT, and to enforce
-the terms of your agreements with respect to cuDNN Licensed Software you distributed.
-2. LICENSE DURATION. Each cuDNN Licensed Software is licensed to you for an initial duration of one year starting from the date of
-delivery or download. The licenses granted will automatically renew for successive one year periods, provided that NVIDIA reserves
-the right to terminate licenses upon ninety days (90) days written notice to you prior to the commencement of a renewal year in
-addition to the termination rights set forth in the SLA.
-3. AUDIT. During the term of the AGREEMENT and for three (3) years thereafter, you will maintain all usual and proper books and
-records of account relating to the cuDNN Licensed Software and services provided under the AGREEMENT. During such period and
-upon written notice to you, NVIDIA or its authorized third party auditors subject to confidentiality obligations will have the right to
-inspect and audit your Enterprise books and records for the purpose of confirming compliance with the terms of the AGREEMENT.
-Any such inspection and audit will be conducted during regular business hours and no more frequently than annually unless noncompliance was previously found. If such an inspection and audit reveals an underpayment of any amounts payable to NVIDIA, then
-you will promptly remit the full amount of such underpayment to NVIDIA, including interest accruing (without the requirement of a
-notice) from the time underpayment began at the lower of 1.5% per month or the highest rate permissible by law. If the underpaid
-amount exceeds five percent (5%) of the amounts payable to NVIDIA for the period audited and/or such an inspection and audit
-reveals a material non-conformance with the terms of the AGREEMENT, then you will also pay NVIDIA’s reasonable costs of
-conducting the inspection and audit. Further, you agree that the party delivering the cuDNN Licensed Software to you may collect
-and disclose to NVIDIA information for NVIDIA to verify your compliance with the terms of the AGREEMENT including (without
-limitation) information regarding your use of the cuDNN Licensed Software.
-4. EXPIRATION OF TERMINATION OF THIS SUPPLEMENT. Your failure to comply with the terms of this Supplement is ground for
-termination for breach by NVIDIA under the SLA. This Supplement will automatically expire or terminate upon the expiration or
-termination of your rights to cuDNN Licensed Software under the SLA or this Supplement.
-
-NVIDIA SOFTWARE LICENSE AGREEMENT (V. 10.20.2016)
-
-7
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-cuSPARSELt-v2020.10.12 b/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-cuSPARSELt-v2020.10.12
deleted file mode 100644
index 0549d7301a0..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-cuSPARSELt-v2020.10.12
+++ /dev/null
@@ -1,13 +0,0 @@
-cuSPARSELt SUPPLEMENT TO SOFTWARE LICENSE AGREEMENT FOR NVIDIA SOFTWARE DEVELOPMENT KITS
-
-The terms in this supplement govern your use of the NVIDIA cuSPARSELt SDK under the terms of your license agreement (“Agreement”) as modified by this supplement. Capitalized terms used but not defined below have the meaning assigned to them in the Agreement.
-
-This supplement is an exhibit to the Agreement and is incorporated as an integral part of the Agreement. In the event of conflict between the terms in this supplement and the terms in the Agreement, the terms in this supplement govern.
-
-License Scope. The SDK is licensed for you to develop applications only for use in systems with NVIDIA GPUs.
-
-Distribution. The following portions of the SDK are distributable under the Agreement: the runtimes files ending with .so and .h as part of your application.
-
-Licensing. If the distribution terms in this Agreement are not suitable for your organization, or for any questions regarding this Agreement, please contact NVIDIA at nvidia-compute-license-questions@nvidia.com
-
-(v. October 12, 2020)
diff --git a/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-r1 b/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-r1
deleted file mode 100644
index 11bcb7668bf..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-r1
+++ /dev/null
@@ -1,127 +0,0 @@
- License For Customer Use of NVIDIA Software
-
-
-IMPORTANT NOTICE -- READ CAREFULLY: This License For Customer Use of
-NVIDIA Software ("LICENSE") is the agreement which governs use of
-the software of NVIDIA Corporation and its subsidiaries ("NVIDIA")
-downloadable herefrom, including computer software and associated
-printed materials ("SOFTWARE"). By downloading, installing, copying,
-or otherwise using the SOFTWARE, you agree to be bound by the terms
-of this LICENSE. If you do not agree to the terms of this LICENSE,
-do not download the SOFTWARE.
-
-RECITALS
-
-Use of NVIDIA's products requires three elements: the SOFTWARE, the
-hardware on a graphics controller board, and a personal computer. The
-SOFTWARE is protected by copyright laws and international copyright
-treaties, as well as other intellectual property laws and treaties.
-The SOFTWARE is not sold, and instead is only licensed for use,
-strictly in accordance with this document. The hardware is protected
-by various patents, and is sold, but this agreement does not cover
-that sale, since it may not necessarily be sold as a package with
-the SOFTWARE. This agreement sets forth the terms and conditions
-of the SOFTWARE LICENSE only.
-
-1. DEFINITIONS
-
-1.1 Customer. Customer means the entity or individual that
-downloads the SOFTWARE.
-
-2. GRANT OF LICENSE
-
-2.1 Rights and Limitations of Grant. NVIDIA hereby grants Customer
-the following non-exclusive, non-transferable right to use the
-SOFTWARE, with the following limitations:
-
-2.1.1 Rights. Customer may install and use one copy of the SOFTWARE
-on a single computer, and except for making one back-up copy of
-the Software, may not otherwise copy the SOFTWARE. This LICENSE
-of SOFTWARE may not be shared or used concurrently on different
-computers.
-
-2.1.2 Linux/FreeBSD Exception. Notwithstanding the foregoing terms
-of Section 2.1.1, SOFTWARE designed exclusively for use on the Linux or
-FreeBSD operating systems, or other operating systems derived from the
-source code to these operating systems, may be copied and redistributed,
-provided that the binary files thereof are not modified in any way
-(except for unzipping of compressed files).
-
-2.1.3 Limitations.
-
-No Reverse Engineering. Customer may not reverse engineer,
-decompile, or disassemble the SOFTWARE, nor attempt in any other
-manner to obtain the source code.
-
-No Separation of Components. The SOFTWARE is licensed as a
-single product. Its component parts may not be separated for use
-on more than one computer, nor otherwise used separately from the
-other parts.
-
-No Rental. Customer may not rent or lease the SOFTWARE to someone
-else.
-
-3. TERMINATION
-
-This LICENSE will automatically terminate if Customer fails to
-comply with any of the terms and conditions hereof. In such event,
-Customer must destroy all copies of the SOFTWARE and all of its
-component parts.
-
-Defensive Suspension. If Customer commences or participates in any legal
-proceeding against NVIDIA, then NVIDIA may, in its sole discretion,
-suspend or terminate all license grants and any other rights provided
-under this LICENSE during the pendency of such legal proceedings.
-
-4. COPYRIGHT
-
-All title and copyrights in and to the SOFTWARE (including but
-not limited to all images, photographs, animations, video, audio,
-music, text, and other information incorporated into the SOFTWARE),
-the accompanying printed materials, and any copies of the SOFTWARE,
-are owned by NVIDIA, or its suppliers. The SOFTWARE is protected
-by copyright laws and international treaty provisions. Accordingly,
-Customer is required to treat the SOFTWARE like any other copyrighted
-material, except as otherwise allowed pursuant to this LICENSE
-and that it may make one copy of the SOFTWARE solely for backup or
-archive purposes.
-
-5. APPLICABLE LAW
-
-This agreement shall be deemed to have been made in, and shall be
-construed pursuant to, the laws of the State of California.
-
-6. DISCLAIMER OF WARRANTIES AND LIMITATION ON LIABILITY
-
-6.1 No Warranties. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE
-LAW, THE SOFTWARE IS PROVIDED "AS IS" AND NVIDIA AND ITS SUPPLIERS
-DISCLAIM ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT
-NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
-FOR A PARTICULAR PURPOSE.
-
-6.2 No Liability for Consequential Damages. TO THE MAXIMUM
-EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL NVIDIA OR
-ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT, OR
-CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION,
-DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS
-OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT
-OF THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF NVIDIA HAS
-BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-7. MISCELLANEOUS
-
-The United Nations Convention on Contracts for the International
-Sale of Goods is specifically disclaimed. If any provision of this
-LICENSE is inconsistent with, or cannot be fully enforced under,
-the law, such provision will be construed as limited to the extent
-necessary to be consistent with and fully enforceable under the law.
-This agreement is the final, complete and exclusive agreement between
-the parties relating to the subject matter hereof, and supersedes
-all prior or contemporaneous understandings and agreements relating
-to such subject matter, whether oral or written. Customer agrees
-that it will not ship, transfer or export the SOFTWARE into any
-country, or use the SOFTWARE in any manner, prohibited by the
-United States Bureau of Export Administration or any export laws,
-restrictions or regulations. This LICENSE may only be modified in
-writing signed by an authorized officer of NVIDIA.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-r2 b/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-r2
deleted file mode 100644
index 0f1c445abd4..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-r2
+++ /dev/null
@@ -1,128 +0,0 @@
- License For Customer Use of NVIDIA Software
-
-
-IMPORTANT NOTICE -- READ CAREFULLY: This License For Customer Use of
-NVIDIA Software ("LICENSE") is the agreement which governs use of
-the software of NVIDIA Corporation and its subsidiaries ("NVIDIA")
-downloadable herefrom, including computer software and associated
-printed materials ("SOFTWARE"). By downloading, installing, copying,
-or otherwise using the SOFTWARE, you agree to be bound by the terms
-of this LICENSE. If you do not agree to the terms of this LICENSE,
-do not download the SOFTWARE.
-
-RECITALS
-
-Use of NVIDIA's products requires three elements: the SOFTWARE, the
-hardware on a graphics controller board, and a personal computer. The
-SOFTWARE is protected by copyright laws and international copyright
-treaties, as well as other intellectual property laws and treaties.
-The SOFTWARE is not sold, and instead is only licensed for use,
-strictly in accordance with this document. The hardware is protected
-by various patents, and is sold, but this agreement does not cover
-that sale, since it may not necessarily be sold as a package with
-the SOFTWARE. This agreement sets forth the terms and conditions
-of the SOFTWARE LICENSE only.
-
-1. DEFINITIONS
-
-1.1 Customer. Customer means the entity or individual that
-downloads the SOFTWARE.
-
-2. GRANT OF LICENSE
-
-2.1 Rights and Limitations of Grant. NVIDIA hereby grants Customer
-the following non-exclusive, non-transferable right to use the
-SOFTWARE, with the following limitations:
-
-2.1.1 Rights. Customer may install and use multiple copies of the
-SOFTWARE on a shared computer or concurrently on different computers,
-and make multiple back-up copies of the SOFTWARE, solely for Customer's
-use within Customer's Enterprise. "Enterprise" shall mean individual use
-by Customer or any legal entity (such as a corporation or university)
-and the subsidiaries it owns by more than fifty percent (50%).
-
-2.1.2 Linux/FreeBSD Exception. Notwithstanding the foregoing terms
-of Section 2.1.1, SOFTWARE designed exclusively for use on the Linux or
-FreeBSD operating systems, or other operating systems derived from the
-source code to these operating systems, may be copied and redistributed,
-provided that the binary files thereof are not modified in any way
-(except for unzipping of compressed files).
-
-2.1.3 Limitations.
-
-No Reverse Engineering. Customer may not reverse engineer,
-decompile, or disassemble the SOFTWARE, nor attempt in any other
-manner to obtain the source code.
-
-No Separation of Components. The SOFTWARE is licensed as a
-single product. Its component parts may not be separated for use
-on more than one computer, nor otherwise used separately from the
-other parts.
-
-No Rental. Customer may not rent or lease the SOFTWARE to someone
-else.
-
-3. TERMINATION
-
-This LICENSE will automatically terminate if Customer fails to
-comply with any of the terms and conditions hereof. In such event,
-Customer must destroy all copies of the SOFTWARE and all of its
-component parts.
-
-Defensive Suspension. If Customer commences or participates in any legal
-proceeding against NVIDIA, then NVIDIA may, in its sole discretion,
-suspend or terminate all license grants and any other rights provided
-under this LICENSE during the pendency of such legal proceedings.
-
-4. COPYRIGHT
-
-All title and copyrights in and to the SOFTWARE (including but
-not limited to all images, photographs, animations, video, audio,
-music, text, and other information incorporated into the SOFTWARE),
-the accompanying printed materials, and any copies of the SOFTWARE,
-are owned by NVIDIA, or its suppliers. The SOFTWARE is protected
-by copyright laws and international treaty provisions. Accordingly,
-Customer is required to treat the SOFTWARE like any other copyrighted
-material, except as otherwise allowed pursuant to this LICENSE
-and that it may make one copy of the SOFTWARE solely for backup or
-archive purposes.
-
-5. APPLICABLE LAW
-
-This agreement shall be deemed to have been made in, and shall be
-construed pursuant to, the laws of the State of California.
-
-6. DISCLAIMER OF WARRANTIES AND LIMITATION ON LIABILITY
-
-6.1 No Warranties. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE
-LAW, THE SOFTWARE IS PROVIDED "AS IS" AND NVIDIA AND ITS SUPPLIERS
-DISCLAIM ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT
-NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
-FOR A PARTICULAR PURPOSE.
-
-6.2 No Liability for Consequential Damages. TO THE MAXIMUM
-EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL NVIDIA OR
-ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT, OR
-CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION,
-DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS
-OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT
-OF THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF NVIDIA HAS
-BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-7. MISCELLANEOUS
-
-The United Nations Convention on Contracts for the International
-Sale of Goods is specifically disclaimed. If any provision of this
-LICENSE is inconsistent with, or cannot be fully enforced under,
-the law, such provision will be construed as limited to the extent
-necessary to be consistent with and fully enforceable under the law.
-This agreement is the final, complete and exclusive agreement between
-the parties relating to the subject matter hereof, and supersedes
-all prior or contemporaneous understandings and agreements relating
-to such subject matter, whether oral or written. Customer agrees
-that it will not ship, transfer or export the SOFTWARE into any
-country, or use the SOFTWARE in any manner, prohibited by the
-United States Bureau of Export Administration or any export laws,
-restrictions or regulations. This LICENSE may only be modified in
-writing signed by an authorized officer of NVIDIA.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Nokia-Qt-LGPL-Exception-1.1 b/sdk_container/src/third_party/portage-stable/licenses/Nokia-Qt-LGPL-Exception-1.1
deleted file mode 100644
index 238ade5192a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Nokia-Qt-LGPL-Exception-1.1
+++ /dev/null
@@ -1,23 +0,0 @@
-Nokia Qt LGPL Exception version 1.1
-
-As an additional permission to the GNU Lesser General Public License
-version 2.1, the object code form of a "work that uses the Library"
-may incorporate material from a header file that is part of the
-Library. You may distribute such object code under terms of your
-choice, provided that:
-(i) the header files of the Library have not been modified; and
-(ii) the incorporated material is limited to numerical parameters,
-data structure layouts, accessors, macros, inline functions and
-templates; and
-(iii) you comply with the terms of Section 6 of the GNU
-Lesser General Public License version 2.1.
-
-Moreover, you may apply this exception to a modified version of the
-Library, provided that such modification does not involve copying
-material from the Library into the modified Library?s header files
-unless such material is limited to (i) numerical parameters; (ii) data
-structure layouts; (iii) accessors; and (iv) small macros, templates
-and inline functions of five lines or less in length.
-
-Furthermore, you are not required to apply this additional permission
-to a modified version of the Library.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/OAL-1.0.1 b/sdk_container/src/third_party/portage-stable/licenses/OAL-1.0.1
deleted file mode 100644
index b9a23712532..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/OAL-1.0.1
+++ /dev/null
@@ -1,206 +0,0 @@
-EFF Open Audio License:
-
-Version 1.0.1
-
-Changes from ver. 1.0[.0]: Typo corrections; no substantive changes.
- 1. I. Preamble
- 2. II. Terms of Use
- 3. III. How to Use this License
-
-I. PREAMBLE
-
-PRINCIPLES
-
-Digital technology and the Internet can eMPOWER ARTISTS TO REACH A
-WORldwide audience and to build upon each other's ideas and imagination
-with extremely low production and distribution costs. Many software
-developers, through both the open source software initiative and the
-free software movement, have long taken advantage of these facts to
-create a vibrant community of shared software that benefits creators and
-the public.
-
-EFF's Open Audio License provides a legal tool that borrows from both
-movements providing freedom and openness to use music and other
-expressive works in new ways. It allows artists to grant the public
-permission to copy, distribute, adapt, and publicly perform their works
-royalty-free as long as credit is given to the creator as the Original
-Author.
-
-As in the software communities, this license is intended to help foster
-a community of creators and performers who are free to share and build
-on each others' work. This also frees their audience to share works that
-they enjoy with others, all for the purpose of creating a rich and
-vibrant public commons.
-
-More specifically, this license is designed to serve as a tool of
-freedom for artists who wish to reach one another and new fans with
-their original works. It allows musicians to collaborate in creating a
-pool of "open audio" that can be freely modified, exchanged, and
-utilized in new ways. Artists can use this license to promote themselves
-and take advantage of the new possibilities for empowerment and
-independence that technology provides. It also allows the public to
-experience new music, and connect directly with artists, as well as
-enable "super distribution" where the public is encouraged to copy and
-distribute a work, adding value to the artist's reputation while
-experiencing a world of new music never before available.
-
-Why is the EFF advocating a license?
-
-Because, despite the fact that we are uneasy with the licensing, as
-opposed to sale, of both music and software, we see this particular
-license as a tool of freedom. Our goal is to use the tools of copyright
-to free artists and audiences from the portion of current copyright law
-that seems, to us, to be getting in the way of copyright's original
-purpose -- the creation of a vibrant public commons of music that we all
-can enjoy and that artists can build upon. As part of it, we hope to
-demonstrate some of what we believe should be the best practices in
-licenses, including respect for the rights and limitations of copyright
-law including fair use, first sale rights, as well as consumer
-protection laws and of course freedom of speech. The aim of this license
-is to use copyright tools to achieve copyright's stated objectives of
-spreading knowledge and culture while preserving incentives for the
-author.
-
-For legal purposes, this document is the official license under which
-Open Audio is made available for public use. The original version of
-this document may be found at:
-http://www.eff.org/IP/Open_licenses/eff_oal.html
-
-Specific terms and conditions for accessing, copying, distribution,
-adaptation, public performance, and attribution follow.
-
-II. TERMS AND CONDITIONS FOR USE:
-
-Access, Copying, Distribution, Public Performance, Adaptation, and Attribution
-
-This license applies to any work offered by the Original Author(s) with
-a notice indicating that it is released under the terms of the EFF Open
-Audio License, "(O)". If used in conjunction with a sound recording
-(whether in digital or analog form), this license encompasses the
-copyright in both the sound recording (the "master" rights) and the
-underlying musical composition (the "songwriter" rights).
-
-The Original Author retains the copyrights to works released under this
-license, but grants the worldwide public permission to use the work in
-the ways authorized herein. Activities other than those specifically
-addressed below are outside the scope of this license.
-
- 1. Access, Reproduction, Distribution, Modification, and
- Performance Rights. Subject to the terms and conditions of this
- license, the Original Author irrevocably and perpetually grants to
- the public authorization to freely access, copy, distribute, modify,
- create derivative works from, and publicly perform the work released
- under this license in any medium or format, provided that Original
- Author attribution be included with any copies distributed or public
- performances of the work, as well as any derivative works based on
- the work, as further described below.
-
- 2. Original Author Attribution Requirement. Original Author
- attribution is generally defined as a method in the regular course
- of dealing that reasonably conveys to the recipient of a copy or
- performance the following information: (1) The notice "(O)" that
- indicates the work is released under the EFF Open Audio license; (2)
- the identity of the Original Author; (3) the title of the work (at
- Original Author's option); and (4) how the first listed Original
- Author may be contacted (at Original Author's option).
-
- Where a common, widely-adopted method for attribution is available
- (such as ID3 tagging for MP3 files), Original Author attribution
- should be implemented using the common, widely-adopted method. In
- other circumstances, Original Author attribution may be implemented
- in any reasonable fashion, such as by including attribution in the
- public performance, or affixing it to the physical media, or
- embedding it in the digital file. See the Suggested Guidelines for
- general attribution requirements for giving proper credit to the
- work's Original Author in differing circumstances.
-
- 3. Agree Not to Limit Others' Use. Any new work that in whole or in
- part contains or is derived from a work (or part thereof) made
- available under this license, must itself be licensed as a whole
- under the terms of this license.
-
- Notwithstanding the foregoing, mere aggregation on a volume of a
- storage or distribution medium of an independently created work with
- one that is made available under this license does not bring the
- other work under the scope of this license. It is not the intent of
- this section to contest the rights of others in works created
- entirely by them; rather, the intent is to exercise the right to
- control the distribution of derivative or collective works based
- upon a work subject to this license.
-
- 4. Acceptance of Terms. Because you have not signed this license,
- you cannot be required to accept it. But nothing besides this
- license grants you authorization to copy, distribute, adapt, or
- publicly perform royalty-free the copyrighted works released under
- it. These activities are prohibited by law without a license or
- other contractual right granted by the copyright owner. By
- exercising one of the rights granted herein you indicate your
- acceptance of this license and agree to be bound by all its terms
- and conditions.
-
- 5. License Version. This license is Version 1.0. New versions of
- this license will be published from time to time at:
- http://www.eff.org/IP/Open_licenses/eff_oal.html
-
- Anyone who releases a work under the license without specifying a
- version number allows the recipient to use the work subject to the
- then-current version of this license.
-
- 6. Civil Liberties Unrestricted. Nothing in this license is
- intended to reduce, limit, or restrict any fair use, the first sale
- doctrine, or the public side of the copyright bargain under
- copyright law, or to in any other way limit any rights bestowed
- under consumer protection or other applicable laws.
-
- 7. Warranty. By offering an original work for public release under
- this license, the Original Author warrants that (i) s/he has the
- power and authority to grant the rights conveyed herein, and (ii)
- use of the work within the scope of this license will not infringe
- the copyright of any third party.
-
-III. HOW TO USE THIS LICENSE
-
-If you are a musician, band, or other artist and you want your creative
-works to be experienced by the widest audience possible and touch the
-hearts and minds of the greatest number of people around the world, the
-EFF Open Audio License allows your fans and supporters to market and
-distribute your work through viral marketing that creates attention and
-adds value to your identity. You can also help build a common pool of
-creative expression that can be accessed and improved upon by all of
-society.
-
-To do so, convey or affix the following information to or about the copy
-or performance of the work:
-
-
-The designation "(O)", representing "open" which indicates that the
-Original Author(s) have released the work subject to the terms and
-conditions of this public license;
-
- Name of work's Original Author(s) (both the performer and the song
- writer);
-
- Name or title of work (at option of author);
-
- First Original Author's specified contact means usually an email or
- Internet address (at option of author);
-
- notice, year created; and license version number.
-
-
- Examples: (O) Future Tribe "Gaian Smile" www.VirtualRecordings.com
- 2001 V.1.0
-
-
- or (O) Future Tribe "Imitatio Mundi" future@virtualrecordings.com
- 2001 V.1.0
-
-
-This license is designed to provide artists with a mechanism to promote
-their creative talents and identity to millions of people through
-releasing certain recordings to the public. It is also designed to serve
-as a tool to allow musicians to experiment with new business models that
-do not depend solely on a payment of fee-per-copy. Changing times
-require artists be creative in devising new business models for assuring
-payment and adequate compensation for their important contributions to
-society.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/OASIS-Open b/sdk_container/src/third_party/portage-stable/licenses/OASIS-Open
deleted file mode 100644
index 2027f8a03a9..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/OASIS-Open
+++ /dev/null
@@ -1,28 +0,0 @@
-Copyright (c) OASIS Open 2002-2011. All Rights Reserved.
-
-All capitalized terms in the following text have the meanings assigned
-to them in the OASIS Intellectual Property Rights Policy (the "OASIS
-IPR Policy"). The full Policy may be found at the OASIS website.
-
-This document and translations of it may be copied and furnished to
-others, and derivative works that comment on or otherwise explain it
-or assist in its implementation may be prepared, copied, published,
-and distributed, in whole or in part, without restriction of any
-kind, provided that the above copyright notice and this section are
-included on all such copies and derivative works. However, this
-document itself may not be modified in any way, including by removing
-the copyright notice or references to OASIS, except as needed for
-the purpose of developing any document or deliverable produced by
-an OASIS Technical Committee (in which case the rules applicable to
-copyrights, as set forth in the OASIS IPR Policy, must be followed)
-or as required to translate it into languages other than English.
-
-The limited permissions granted above are perpetual and will not be
-revoked by OASIS or its successors or assigns.
-
-This document and the information contained herein is provided on
-an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF
-THE INFORMATION HEREIN WILL NOT INFRINGE ANY OWNERSHIP RIGHTS OR ANY
-IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR
-PURPOSE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/OFFIS b/sdk_container/src/third_party/portage-stable/licenses/OFFIS
deleted file mode 100644
index 59a59d3188d..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/OFFIS
+++ /dev/null
@@ -1,373 +0,0 @@
-
-COPYRIGHT
-
-Unless otherwise specified, the DCMTK software package has the following
-copyright:
-
-/*
- * Copyright (C) 1994-2011, OFFIS e.V.
- * All rights reserved.
- *
- * This software and supporting documentation were developed by
- *
- * OFFIS e.V.
- * R&D Division Health
- * Escherweg 2
- * 26121 Oldenburg, Germany
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * - Neither the name of OFFIS nor the names of its contributors may be
- * used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- */
-
-Please note that some DCMTK modules, especially those that are not part
-of the free toolkit, are covered by a separate license which can be found
-in the COPYRIGHT file in the corresponding module directory.
-
-Some portions of the DCMTK software package are derived from earlier
-versions of this software with the following copyright, and can be
-identified by the following copyright notice located in each source file:
-
-/*
- * Copyright (C) 1993/1994, OFFIS, Oldenburg University and CERIUM
- *
- * This software and supporting documentation were
- * developed by
- *
- * Institut OFFIS
- * Bereich Kommunikationssysteme
- * Westerstr. 10-12
- * 26121 Oldenburg, Germany
- *
- * Fachbereich Informatik
- * Abteilung Prozessinformatik
- * Carl von Ossietzky Universitaet Oldenburg
- * Ammerlaender Heerstr. 114-118
- * 26111 Oldenburg, Germany
- *
- * CERIUM
- * Laboratoire SIM
- * Faculte de Medecine
- * 2 Avenue du Pr. Leon Bernard
- * 35043 Rennes Cedex, France
- *
- * for CEN/TC251/WG4 as a contribution to the Radiological
- * Society of North America (RSNA) 1993 Digital Imaging and
- * Communications in Medicine (DICOM) Demonstration.
- *
- * THIS SOFTWARE IS MADE AVAILABLE, AS IS, AND NEITHER OFFIS,
- * OLDENBURG UNIVERSITY NOR CERIUM MAKE ANY WARRANTY REGARDING
- * THE SOFTWARE, ITS PERFORMANCE, ITS MERCHANTABILITY OR
- * FITNESS FOR ANY PARTICULAR USE, FREEDOM FROM ANY COMPUTER
- * DISEASES OR ITS CONFORMITY TO ANY SPECIFICATION. THE
- * ENTIRE RISK AS TO QUALITY AND PERFORMANCE OF THE SOFTWARE
- * IS WITH THE USER.
- *
- * Copyright of the software and supporting documentation
- * is, unless otherwise stated, jointly owned by OFFIS,
- * Oldenburg University and CERIUM and free access is hereby
- * granted as a license to use this software, copy this
- * software and prepare derivative works based upon this
- * software. However, any distribution of this software
- * source code or supporting documentation or derivative
- * works (source code and supporting documentation) must
- * include the three paragraphs of this copyright notice.
- *
- */
-
-Some other parts of this software within the dcmtk/dcmnet sub-package
-related to the DICOM Upper Layer Protocol are derived from software
-developed for the RSNA'93 DICOM demonstration and kindly made available
-to us by the Mallinckrodt Institute of Radiology. Such software can be
-identified by the following copyright notice located in each affected
-source file:
-
-/*
- * Copyright (C) 1993, RSNA and Washington University
- *
- * The software and supporting documentation for the Radiological
- * Society of North America (RSNA) 1993 Digital Imaging and
- * Communications in Medicine (DICOM) Demonstration were developed
- * at the
- * Electronic Radiology Laboratory
- * Mallinckrodt Institute of Radiology
- * Washington University School of Medicine
- * 510 S. Kingshighway Blvd.
- * St. Louis, MO 63110
- * as part of the 1993 DICOM Central Test Node project for, and
- * under contract with, the Radiological Society of North America.
- *
- * THIS SOFTWARE IS MADE AVAILABLE, AS IS, AND NEITHER RSNA NOR
- * WASHINGTON UNIVERSITY MAKE ANY WARRANTY ABOUT THE SOFTWARE, ITS
- * PERFORMANCE, ITS MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR
- * USE, FREEDOM FROM ANY COMPUTER DISEASES OR ITS CONFORMITY TO ANY
- * SPECIFICATION. THE ENTIRE RISK AS TO QUALITY AND PERFORMANCE OF
- * THE SOFTWARE IS WITH THE USER.
- *
- * Copyright of the software and supporting documentation is
- * jointly owned by RSNA and Washington University, and free access
- * is hereby granted as a license to use this software, copy this
- * software and prepare derivative works based upon this software.
- * However, any distribution of this software source code or
- * supporting documentation or derivative works (source code and
- * supporting documentation) must include the three paragraphs of
- * the copyright notice.
- */
-
-The dcmjpeg sub-package includes an adapted version of the Independent
-JPEG Group Toolkit Version 6b, which is contained in dcmjpeg/libijg8,
-dcmjpeg/libijg12 and dcmjpeg/libijg16. This toolkit is covered by the
-following copyright. The original README file for the Independent JPEG
-Group Toolkit is located in dcmjpeg/docs/ijg_readme.txt.
-
-/*
- * The authors make NO WARRANTY or representation, either express or implied,
- * with respect to this software, its quality, accuracy, merchantability, or
- * fitness for a particular purpose. This software is provided "AS IS", and you,
- * its user, assume the entire risk as to its quality and accuracy.
- *
- * This software is copyright (C) 1991-1998, Thomas G. Lane.
- * All Rights Reserved except as specified below.
- *
- * Permission is hereby granted to use, copy, modify, and distribute this
- * software (or portions thereof) for any purpose, without fee, subject to these
- * conditions:
- * (1) If any part of the source code for this software is distributed, then this
- * README file must be included, with this copyright and no-warranty notice
- * unaltered; and any additions, deletions, or changes to the original files
- * must be clearly indicated in accompanying documentation.
- * (2) If only executable code is distributed, then the accompanying
- * documentation must state that "this software is based in part on the work of
- * the Independent JPEG Group".
- * (3) Permission for use of this software is granted only if the user accepts
- * full responsibility for any undesirable consequences; the authors accept
- * NO LIABILITY for damages of any kind.
- *
- * These conditions apply to any software derived from or based on the IJG code,
- * not just to the unmodified library. If you use our work, you ought to
- * acknowledge us.
- *
- * Permission is NOT granted for the use of any IJG author's name or company name
- * in advertising or publicity relating to this software or products derived from
- * it. This software may be referred to only as "the Independent JPEG Group's
- * software".
- *
- * We specifically permit and encourage the use of this software as the basis of
- * commercial products, provided that all warranty or liability claims are
- * assumed by the product vendor.
- */
-
-The code for the interpolatePixel() image scaling algorithm in module
-dcmimgle has been derived from code written by Jef Poskanzer for the
-"Extended Portable Bitmap Toolkit" (pbmplus10dec91) which has the
-following copyright:
-
-/*
- * Copyright (C) 1991 by Jef Poskanzer.
- *
- * Permission to use, copy, modify, and distribute this software and its
- * documentation for any purpose and without fee is hereby granted, provided
- * that the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation. This software is provided "as is" without express or
- * implied warranty.
- */
-
-The color quantization code in module dcmimage (dcmquant and the related
-classes) has been derived from code written by Jef Poskanzer for the
-NetPBM toolkit which has the following copyright:
-
-/*
- * Copyright (C) 1989, 1991 by Jef Poskanzer.
- *
- * Permission to use, copy, modify, and distribute this software and its
- * documentation for any purpose and without fee is hereby granted, provided
- * that the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation. This software is provided "as is" without express or
- * implied warranty.
- */
-
-The code for the OFStandard::strlcpy and OFStandard::strlcat helper
-functions in ofstd/libsrc/ofstd.cc has been derived from the BSD
-implementation of strlcpy() and strlcat() and which carries the
-following copyright notice:
-
-/*
- * Copyright (c) 1998 Todd C. Miller
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
- * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
- * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
- * THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
- * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
- * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
- * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-The code for the OFStandard::atof helper function in ofstd/libsrc/ofstd.cc
-has been derived from an implementation which carries the following
-copyright notice:
-
-/*
- * Copyright 1988 Regents of the University of California
- * Permission to use, copy, modify, and distribute this software and
- * its documentation for any purpose and without fee is hereby granted,
- * provided that the above copyright notice appear in all copies. The
- * University of California makes no representations about the
- * suitability of this software for any purpose. It is provided "as
- * is" without express or implied warranty.
- *
- *
- * The code for OFStandard::ftoa has been derived
- * from an implementation which carries the following copyright notice:
- *
- * Copyright (c) 1988 Regents of the University of California.
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, Berkeley. The name of the
- * University may not be used to endorse or promote products derived
- * from this software without specific prior written permission.
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- */
-
-The "Base64" encoder/decoder in ofstd/libsrc/ofstd.cc has been derived
-from an implementation which carries the following copyright notice:
-
-/*
- * Copyright (c) 1999, Bob Withers - bwit(at)pobox.com
- *
- * This code may be freely used for any purpose, either personal or commercial,
- * provided the authors copyright notice remains intact.
- */
-
-The oflog sub-package is based on the log4cplus library which is covered by
-the following two copyright notices (for details see oflog/docs/LICENSE):
-
-/*
- * Copyright (C) 1999-2009 Contributors to log4cplus project.
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without modifica-
- * tion, are permitted provided that the following conditions are met:
- *
- * 1. Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer.
- *
- * 2. Redistributions in binary form must reproduce the above copyright notice,
- * this list of conditions and the following disclaimer in the documentation
- * and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
- * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
- * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
- * DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- */
-
-// Module: Log4CPLUS
-// File: appender.h
-// Created: 6/2001
-// Author: Tad E. Smith
-//
-//
-// Copyright 2001-2009 Tad E. Smith
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-The dcmjpls sub-package is based on the CharLS library, which is contained
-in dcmjpls/libcharls. This toolkit is covered by the following copyright:
-
-/*
- * The CharLS library is available under the following license:
- * -------------------------------------------------------------------------------
- * Copyright (c) 2007-2010, Jan de Vaan
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * * Redistributions of source code must retain the above copyright notice, this
- * list of conditions and the following disclaimer.
- *
- * * Redistributions in binary form must reproduce the above copyright notice,
- * this list of conditions and the following disclaimer in the documentation
- * and/or other materials provided with the distribution.
- *
- * * Neither the name of my employer, nor the names of its contributors may be
- * used to endorse or promote products derived from this software without
- * specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
diff --git a/sdk_container/src/third_party/portage-stable/licenses/OFL-1.0 b/sdk_container/src/third_party/portage-stable/licenses/OFL-1.0
deleted file mode 100644
index 2a36aea25d8..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/OFL-1.0
+++ /dev/null
@@ -1,99 +0,0 @@
-This Font Software is Copyright (c) 2003-2005, SIL International (http://scripts.sil.org/).
-All Rights Reserved.
-
-"Gentium" is a Reserved Font Name for this Font Software.
-"SIL" is a Reserved Font Name for this Font Software.
-
-This Font Software is licensed under the SIL Open Font License, Version 1.0.
-No modification of the license is permitted, only verbatim copy is allowed.
-This license is copied below, and is also available with a FAQ at:
-http://scripts.sil.org/OFL
-
-
------------------------------------------------------------
-SIL OPEN FONT LICENSE Version 1.0 - 22 November 2005
------------------------------------------------------------
-
-PREAMBLE
-The goals of the Open Font License (OFL) are to stimulate worldwide
-development of cooperative font projects, to support the font creation
-efforts of academic and linguistic communities, and to provide an open
-framework in which fonts may be shared and improved in partnership with
-others.
-
-The OFL allows the licensed fonts to be used, studied, modified and
-redistributed freely as long as they are not sold by themselves. The
-fonts, including any derivative works, can be bundled, embedded,
-redistributed and sold with any software provided that the font
-names of derivative works are changed. The fonts and derivatives,
-however, cannot be released under any other type of license.
-
-DEFINITIONS
-"Font Software" refers to any and all of the following:
- - font files
- - data files
- - source code
- - build scripts
- - documentation
-
-"Reserved Font Name" refers to the Font Software name as seen by
-users and any other names as specified after the copyright statement.
-
-"Standard Version" refers to the collection of Font Software
-components as distributed by the Copyright Holder.
-
-"Modified Version" refers to any derivative font software made by
-adding to, deleting, or substituting -- in part or in whole --
-any of the components of the Standard Version, by changing formats
-or by porting the Font Software to a new environment.
-
-"Author" refers to any designer, engineer, programmer, technical
-writer or other person who contributed to the Font Software.
-
-PERMISSION & CONDITIONS
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of the Font Software, to use, study, copy, merge, embed, modify,
-redistribute, and sell modified and unmodified copies of the Font
-Software, subject to the following conditions:
-
-1) Neither the Font Software nor any of its individual components,
-in Standard or Modified Versions, may be sold by itself.
-
-2) Standard or Modified Versions of the Font Software may be bundled,
-redistributed and sold with any software, provided that each copy
-contains the above copyright notice and this license. These can be
-included either as stand-alone text files, human-readable headers or
-in the appropriate machine-readable metadata fields within text or
-binary files as long as those fields can be easily viewed by the user.
-
-3) No Modified Version of the Font Software may use the Reserved Font
-Name(s), in part or in whole, unless explicit written permission is
-granted by the Copyright Holder. This restriction applies to all
-references stored in the Font Software, such as the font menu name and
-other font description fields, which are used to differentiate the
-font from others.
-
-4) The name(s) of the Copyright Holder or the Author(s) of the Font
-Software shall not be used to promote, endorse or advertise any
-Modified Version, except to acknowledge the contribution(s) of the
-Copyright Holder and the Author(s) or with their explicit written
-permission.
-
-5) The Font Software, modified or unmodified, in part or in whole,
-must be distributed using this license, and may not be distributed
-under any other license.
-
-TERMINATION
-This license becomes null and void if any of the above conditions are
-not met.
-
-DISCLAIMER
-THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
-OTHER DEALINGS IN THE FONT SOFTWARE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/OFL-1.1 b/sdk_container/src/third_party/portage-stable/licenses/OFL-1.1
deleted file mode 100644
index 357ac8f3f5b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/OFL-1.1
+++ /dev/null
@@ -1,91 +0,0 @@
-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
------
-
-PREAMBLE
-
-The goals of the Open Font License (OFL) are to stimulate worldwide
-development of collaborative font projects, to support the font creation
-efforts of academic and linguistic communities, and to provide a free
-and open framework in which fonts may be shared and improved in
-partnership with others.
-
-The OFL allows the licensed fonts to be used, studied, modified and
-redistributed freely as long as they are not sold by themselves. The
-fonts, including any derivative works, can be bundled, embedded,
-redistributed and/or sold with any software provided that any reserved
-names are not used by derivative works. The fonts and derivatives,
-however, cannot be released under any other type of license. The
-requirement for fonts to remain under this license does not apply to
-any document created using the fonts or their derivatives.
-
-DEFINITIONS
-
-"Font Software" refers to the set of files released by the Copyright
-Holder(s) under this license and clearly marked as such. This may
-include source files, build scripts and documentation.
-
-"Reserved Font Name" refers to any names specified as such after the
-copyright statement(s).
-
-"Original Version" refers to the collection of Font Software components
-as distributed by the Copyright Holder(s).
-
-"Modified Version" refers to any derivative made by adding to, deleting,
-or substituting -- in part or in whole -- any of the components of the
-Original Version, by changing formats or by porting the Font Software
-to a new environment.
-
-"Author" refers to any designer, engineer, programmer, technical writer
-or other person who contributed to the Font Software.
-
-PERMISSION & CONDITIONS
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of the Font Software, to use, study, copy, merge, embed, modify,
-redistribute, and sell modified and unmodified copies of the Font
-Software, subject to the following conditions:
-
-1) Neither the Font Software nor any of its individual components, in
-Original or Modified Versions, may be sold by itself.
-
-2) Original or Modified Versions of the Font Software may be bundled,
-redistributed and/or sold with any software, provided that each copy
-contains the above copyright notice and this license. These can be
-included either as stand-alone text files, human-readable headers or in
-the appropriate machine-readable metadata fields within text or binary
-files as long as those fields can be easily viewed by the user.
-
-3) No Modified Version of the Font Software may use the Reserved Font
-Name(s) unless explicit written permission is granted by the
-corresponding Copyright Holder. This restriction only applies to the
-primary font name as presented to the users.
-
-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
-Software shall not be used to promote, endorse or advertise any
-Modified Version, except to acknowledge the contribution(s) of the
-Copyright Holder(s) and the Author(s) or with their explicit written
-permission.
-
-5) The Font Software, modified or unmodified, in part or in whole,
-must be distributed entirely under this license, and must not be
-distributed under any other license. The requirement for fonts to
-remain under this license does not apply to any document created
-using the Font Software.
-
-TERMINATION
-
-This license becomes null and void if any of the above conditions are
-not met.
-
-DISCLAIMER THE FONT SOFTWARE IS PROVIDED "AS IS",
-WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
-INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR
-OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR
-CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF
-CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE
-USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
-OTHER DEALINGS IN THE FONT SOFTWARE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/OGL-1.0a b/sdk_container/src/third_party/portage-stable/licenses/OGL-1.0a
deleted file mode 100644
index 029cca5905d..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/OGL-1.0a
+++ /dev/null
@@ -1,114 +0,0 @@
-OPEN GAME LICENSE
-
-*Version 1.0a*
-
-The following text is the property of Wizards of the Coast, Inc. and is
-Copyright 2000 Wizards of the Coast, Inc ("Wizards"). All Rights Reserved.
-
-1. Definitions: (a)"Contributors" means the copyright and/or trademark
-owners who have contributed Open Game Content; (b)"Derivative Material"
-means copyrighted material including derivative works and translations
-(including into other computer languages), potation, modification,
-correction, addition, extension, upgrade, improvement, compilation,
-abridgment or other form in which an existing work may be recast,
-transformed or adapted; (c) "Distribute" means to reproduce, license,
-rent, lease, sell, broadcast, publicly display, transmit or otherwise
-distribute; (d)"Open Game Content" means the game mechanic and includes
-the methods, procedures, processes and routines to the extent such
-content does not embody the Product Identity and is an enhancement over
-the prior art and any additional content clearly identified as Open Game
-Content by the Contributor, and means any work covered by this License,
-including translations and derivative works under copyright law, but
-specifically excludes Product Identity. (e) "Product Identity" means
-product and product line names, logos and identifying marks including
-trade dress; artifacts; creatures characters; stories, storylines,
-plots, thematic elements, dialogue, incidents, language, artwork,
-symbols, designs, depictions, likenesses, formats, poses, concepts,
-themes and graphic, photographic and other visual or audio
-representations; names and descriptions of characters, spells,
-enchantments, personalities, teams, personas, likenesses and special
-abilities; places, locations, environments, creatures, equipment,
-magical or supernatural abilities or effects, logos, symbols, or graphic
-designs; and any other trademark or registered trademark clearly
-identified as Product identity by the owner of the Product Identity, and
-which specifically excludes the Open Game Content; (f) "Trademark" means
-the logos, names, mark, sign, motto, designs that are used by a
-Contributor to identify itself or its products or the associated
-products contributed to the Open Game License by the Contributor (g)
-"Use", "Used" or "Using" means to use, Distribute, copy, edit, format,
-modify, translate and otherwise create Derivative Material of Open Game
-Content. (h) "You" or "Your" means the licensee in terms of this agreement.
-
-2. The License: This License applies to any Open Game Content that
-contains a notice indicating that the Open Game Content may only be Used
-under and in terms of this License. You must affix such a notice to any
-Open Game Content that you Use. No terms may be added to or subtracted
-from this License except as described by the License itself. No other
-terms or conditions may be applied to any Open Game Content distributed
-using this License.
-
-3.Offer and Acceptance: By Using the Open Game Content You indicate Your
-acceptance of the terms of this License.
-
-4. Grant and Consideration: In consideration for agreeing to use this
-License, the Contributors grant You a perpetual, worldwide,
-royalty-free, non-exclusive license with the exact terms of this License
-to Use, the Open Game Content.
-
-5.Representation of Authority to Contribute: If You are contributing
-original material as Open Game Content, You represent that Your
-Contributions are Your original creation and/or You have sufficient
-rights to grant the rights conveyed by this License.
-
-6.Notice of License Copyright: You must update the COPYRIGHT NOTICE
-portion of this License to include the exact text of the COPYRIGHT
-NOTICE of any Open Game Content You are copying, modifying or
-distributing, and You must add the title, the copyright date, and the
-copyright holder's name to the COPYRIGHT NOTICE of any original Open
-Game Content you Distribute.
-
-7. Use of Product Identity: You agree not to Use any Product Identity,
-including as an indication as to compatibility, except as expressly
-licensed in another, independent Agreement with the owner of each
-element of that Product Identity. You agree not to indicate
-compatibility or co-adaptability with any Trademark or Registered
-Trademark in conjunction with a work containing Open Game Content except
-as expressly licensed in another, independent Agreement with the owner
-of such Trademark or Registered Trademark. The use of any Product
-Identity in Open Game Content does not constitute a challenge to the
-ownership of that Product Identity. The owner of any Product Identity
-used in Open Game Content shall retain all rights, title and interest in
-and to that Product Identity.
-
-8. Identification: If you distribute Open Game Content You must clearly
-indicate which portions of the work that you are distributing are Open
-Game Content.
-
-9. Updating the License: Wizards or its designated Agents may publish
-updated versions of this License. You may use any authorized version of
-this License to copy, modify and distribute any Open Game Content
-originally distributed under any version of this License.
-
-10 Copy of this License: You MUST include a copy of this License with
-every copy of the Open Game Content You Distribute.
-
-11. Use of Contributor Credits: You may not market or advertise the Open
-Game Content using the name of any Contributor unless You have written
-permission from the Contributor to do so.
-
-12 Inability to Comply: If it is impossible for You to comply with any
-of the terms of this License with respect to some or all of the Open
-Game Content due to statute, judicial order, or governmental regulation
-then You may not Use any Open Game Material so affected.
-
-13 Termination: This License will terminate automatically if You fail to
-comply with all terms herein and fail to cure such breach within 30 days
-of becoming aware of the breach. All sublicenses shall survive the
-termination of this License.
-
-14 Reformation: If any provision of this License is held to be
-unenforceable, such provision shall be reformed only to the extent
-necessary to make it enforceable.
-
-15 COPYRIGHT NOTICE
-Open Game License v 1.0a Copyright 2000, Wizards of the Coast, Inc.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/OPERA-2018 b/sdk_container/src/third_party/portage-stable/licenses/OPERA-2018
deleted file mode 100644
index 7c03c43c64f..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/OPERA-2018
+++ /dev/null
@@ -1,57 +0,0 @@
-Format: Mostly copyright-format 1.0
-# http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-# Making this file match the format entirely would require
-# reformatting the Opera license.
-
-Upstream-Name: opera-stable
-Source: http://www.opera.com
-
-Files: *
-Copyright: 2014 Opera Software
-License: Proprietary
-
-
-END USER LICENSE AGREEMENT
-
-
-Opera for Computers
-
-Last updated: December 14, 2018
-
-This end user license agreement ("EULA") governs your download and/or use of the executable code for the Opera for Computers desktop software application, including any update or upgrade thereto ("Software"). This EULA forms a binding contract between you and Opera Unite Pte. Ltd., a Singapore company with a registered address at 8 Burn Road #07-07 Trivex, Singapore 369977 ("Opera").
-
-Terms & Conditions
-
-1. THIS IS A CONTRACT. This EULA constitutes a contract between you and Opera. You may not use the Software if you do not accept the terms in this EULA. By downloading and/or using the Software, you agree to be bound by all the terms and conditions set forth in this EULA. If you are under thirteen (13) years of age, or at least thirteen (13) years of age but a minor where you live, you must have your parent or legal guardian accept this EULA on your behalf and approve your use of the Software.
-
-2. YOU ARE ONLY GRANTED A LIMITED LICENSE TO USE THE SOFTWARE. Subject to the terms and conditions of this EULA, Opera hereby grants you a personal, limited, non-exclusive, non-transferable, non-sublicensable license to:
-
-(A) use the executable code version of the Software solely as installed on your personal computer; and
-
-(B) reproduce and distribute the Software solely as included in an application repository for a desktop open source operating system distribution PROVIDED THAT in all cases the Software is distributed: (i) without modification; (ii) free of charge to end-users; and (iii) with a copy of this EULA. Distribution for embedded open source operating systems is not permitted. For the avoidance of doubt, the Software must be distributed without modification (including as to the default search engine(s) in the Software settings), both at the time of distribution as well as after the Software is installed.
-
-You may only use the Software as expressly authorized in this Section 2.
-
-3. YOU MUST RESPECT OUR RIGHTS IN THE SOFTWARE. Unless expressly permitted by law, you may not copy, decompile, reverse engineer, disassemble, attempt to derive the source code of, modify, or create derivative works of the Software. You may not remove, obscure, or alter any copyright notice or other proprietary rights notices affixed to or contained within the Software. You may not separate the component programs of the Software for use on different computers or sublicense, lease, rent, loan, or distribute the Software to any third party. You may not permit, direct or authorize any third party to take any action with respect to the Software which is inconsistent with the terms set forth in this EULA.
-
-4. THE SOFTWARE CONTAINS OUR VALUABLE INTELLECTUAL PROPERTY. You acknowledge and agree that the Software, including its sequence, structure, organization, source code and applicable documentation, contains valuable trade secrets and other intellectual property of Opera and its suppliers. The Software is licensed and not sold to you, and no title or ownership to such Software or the intellectual property rights embodied therein is granted to you. The Software is the exclusive property of Opera and its suppliers, and all rights in and to the Software not expressly granted to you in this Agreement are reserved. Nothing in this EULA will be deemed to grant, by implication, estoppel or otherwise, a license under any existing or future patents of Opera, except to the extent necessary for you to use the Software as expressly permitted under this EULA. You acknowledge and agree that any actual or threatened breach of this EULA will constitute immediate, irreparable harm to Opera for which monetary damages would be an inadequate remedy, and that injunctive relief is an appropriate remedy for any such breach or violation.
-
-5. COMPONENTS FROM THIRD PARTIES MAY BE DELIVERED ALONG WITH THE SOFTWARE. The Software is delivered along with certain software components provided by third parties (“Third Party Software”). Opera shall not be responsible for any such Third-Party Software. Third-Party Software, particularly open source software, may be subject to separate license terms included with, or contained in the setup installation segments of such Third-Party Software. The terms set forth in this EULA do not apply to Third-Party Software to the extent they are inconsistent with such Third-Party Software licenses. This EULA governs your use of the Software in executable form. Source code for any open source Third-Party Software delivered along with the Software can be obtained at http://sourcecode.opera.com or by sending an email message to opensource@opera.com.
-
-6. THE SOFTWARE MAY PROVIDE FOR ACCESS TO ADDITIONAL SERVICES. Various services may be offered where available via or as integrated into the Software (“Services”). By using any such Services, you agreed to the terms of service at https://www.opera.com/terms (“Terms of Service”). The Terms of Service are incorporated into this EULA by this reference. As is more fully explained in the Terms of Service, some Services are offered by Opera, others by third parties (which may be subject to separate terms – please refer to the Terms of Service for more information). Opera reserves the right at any time and from time to time to modify or discontinue, temporarily or permanently, the Services (or any part thereof) with or without notice. You agree that Opera shall not be liable to you or to any third party for any modification, suspension or discontinuance of the Services.
-
-7. OUR SOFTWARE AND SERVICES ARE AD-SUPPORTED. The Software is free to download and our Services are generally provided free of charge. Opera incurs substantial development, collocation and bandwidth expenses in doing this. To support our business and continue providing you with the Software and Services for free, we will display the advertisements of select partners to you. By using our Software and Services, you consent to the placement of such advertisements within the Software and Services.
-
-8. YOUR PRIVACY IS IMPORTANT TO US. Opera takes the protection and security of its users’ information very seriously and will treat any and all such information in accordance with our privacy statement, which is currently posted at https://www.opera.com/privacy (“Privacy Statement”). The Privacy Statement is incorporated into this EULA by this reference. You agree to the use of your data in accordance with Opera’s Privacy Statement.
-
-9. YOUR LICENSE TO USE THE SOFTWARE TERMINATES IF YOU BREACH THIS EULA. This EULA will commence upon your download of the Software and continue in perpetuity unless terminated earlier as provided herein. This EULA will immediately terminate upon your breach of any of the terms or conditions set forth herein. Upon the termination of the EULA, you will discontinue all use of the Software, promptly destroy or have destroyed the Software and any copies thereof, and, upon request by Opera, certify in writing that such destruction has taken place. These remedies are cumulative and in addition to any other remedies which may be available. Section 1, as well as Sections 3 through 14 of this EULA shall survive termination.
-
-10. THE SOFTWARE IS PROVIDED WITHOUT ANY WARRANTIES OR GUARANTEES. THE SOFTWARE IS PROVIDED “AS IS”, AND OPERA DISCLAIMS ALL WARRANTIES WITH REGARD TO THE SOFTWARE WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR USE, SATISFACTORY QUALITY, OR QUIET ENJOYMENT. OPERA DOES NOT WARRANT THAT THE USE OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR FREE OR THAT THE SOFTWARE DOES NOT CONTAIN ANY VIRUSES. THIS WARRANTY DISCLAIMER IS A FUNDAMENTAL ELEMENT OF THE BASIS OF THE BARGAIN BETWEEN YOU AND OPERA. OPERA WOULD NOT PROVIDE THE SOFTWARE ABSENT SUCH DISCLAIMER. NO REPRESENTATIONS OR WARRANTIES ARE MADE BY ANY OF OPERA’S CUSTOMERS OR SUPPLIERS UNDER OR BY VIRTUE OF THIS AGREEMENT. IF YOU ARE DISSATISFIED WITH ANY PORTION OF THE SOFTWARE, OR WITH ANY OF THESE TERMS, YOUR SOLE AND EXCLUSIVE REMEDY IS TO DISCONTINUE USING THE SOFTWARE.
-
-11. OPERA IS NOT LIABLE FOR ANY DAMAGES YOU MAY INCUR. IN NO EVENT SHALL OPERA, ITS AFFILIATES, OR THEIR RESPECTIVE SUPPLIERS OR CUSTOMERS BE LIABLE FOR ANY INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR INDIRECT DAMAGES OF ANY KIND (INCLUDING WITHOUT LIMITATION DAMAGES FOR INTERRUPTION OF BUSINESS, LOST DATA, LOST PROFITS, OR THE LIKE) REGARDLESS OF THE FORM OF ACTION, WHETHER IN CONTRACT, TORT (INCLUDING WITHOUT LIMITATION NEGLIGENCE), PRODUCT LIABILITY, OR OTHER THEORY, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. IN NO EVENT WILL THE CUMULATIVE LIABILITY OF OPERA ARISING OUT OF OR RELATED TO THIS AGREEMENT EXCEED THE AMOUNT PAID TO OPERA IN RESPECT OF THE SOFTWARE GIVING RISE TO THE CLAIM OR, IF NO FEES WERE PAID, THEN FIVE HUNDRED EUROS. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THE FOREGOING EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. THIS LIMITATION OF LIABILITY WILL APPLY NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY LIMITED REMEDY SET FORTH HEREIN. THIS LIMITATION OF LIABILITY IS A FUNDAMENTAL ELEMENT OF THE BASIS OF THE BARGAIN BETWEEN YOU AND OPERA. OPERA WOULD NOT PROVIDE THE SOFTWARE TO YOU ABSENT SUCH LIMITATION.
-
-12. THIS CONTRACT IS BASED ON ENGLISH LAW. This EULA will be governed by the laws of England and Wales, without giving effect to any conflicts of law principles that may require the application of the laws of a different country. Any and all disputes arising out of or in connection with this EULA, including any question regarding its existence, validity or termination, shall be referred to and finally resolved by arbitration in English in accordance with the UNCITRAL Arbitration Rules for the time being in force at the commencement of the arbitration. The place of arbitration shall be Singapore before a tribunal of three arbitrators, one to be appointed by each of the parties and the third by the two so chosen, unless the parties have agreed to the appointment of a sole arbitrator. The parties agree that the seat of the arbitration shall remain in London. Notwithstanding this, you agree that Opera shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction. If any provision of this EULA is determined by a court of competent jurisdiction to be invalid, illegal, or unenforceable, the remaining provisions of this EULA shall not be affected or impaired thereby
-
-13. OPERA MAY MODIFY THESE TERMS. Opera may update the terms of this EULA, the Privacy Statement or the Terms of Service. The current version of this EULA is posted at https://www.opera.com/eula/computers, the latest version of the Privacy Statement is posted at https://www.opera.com/privacy, and the Terms of Service are posted at https://www.opera.com/terms. It is your responsibility to remain informed of any changes as you are bound by the latest version of the EULA, Privacy Statement and Terms of Service.
-
-14. GENERAL. You acknowledge and agree that the Software may contain cryptographic functionality the export of which may be restricted under applicable export control law. You will comply with all applicable laws and regulations in your activities with regard to the Software. You will not export or re-export the Software in violation of such laws or regulations or without all required licenses and authorizations. You may not assign or transfer this contract without obtaining Opera’s prior written consent, and any purported assignment or transfer in violation of this restriction will be null and void.
\ No newline at end of file
diff --git a/sdk_container/src/third_party/portage-stable/licenses/OPL b/sdk_container/src/third_party/portage-stable/licenses/OPL
deleted file mode 100644
index 1a520556d89..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/OPL
+++ /dev/null
@@ -1,125 +0,0 @@
-OPEN PUBLICATION LICENSE v1.0, 8 June 1999
-
-I. REQUIREMENTS ON BOTH UNMODIFIED AND MODIFIED VERSIONS
-
-The Open Publication works may be reproduced and distributed in whole or in par
-t, in any medium physical or electronic, provided that the terms of this licens
-e are adhered to, and that this license or an incorporation of it by reference
-(with any options elected by the author(s) and/or publisher) is displayed in th
-e reproduction.
-
-Proper form for an incorporation by reference is as follows:
-
-Copyright (c) by . This material may be dist
-ributed only subject to the terms and conditions set forth in the Open Publicat
-ion License, vX.Y or later (the latest version is presently available at http:/
-/www.opencontent.org/openpub/).
-
-The reference must be immediately followed with any options elected by the auth
-or(s) and/or publisher of the document (see section VI).
-
-Commercial redistribution of Open Publication-licensed material is permitted.
-
-Any publication in standard (paper) book form shall require the citation of the
- original publisher and author. The publisher and author's names shall appear o
-n all outer surfaces of the book. On all outer surfaces of the book the origina
-l publisher's name shall be as large as the title of the work and cited as poss
-essive with respect to the title.
-
-
-II. COPYRIGHT
-
-The copyright to each Open Publication is owned by its author(s) or designee.
-
-III. SCOPE OF LICENSE
-
-The following license terms apply to all Open Publication works, unless otherwi
-se explicitly stated in the document.
-
-Mere aggregation of Open Publication works or a portion of an Open Publication
-work with other works or programs on the same media shall not cause this licens
-e to apply to those other works. The aggregate work shall contain a notice spec
-ifying the inclusion of the Open Publication material and appropriate copyright
- notice.
-
-SEVERABILITY. If any part of this license is found to be unenforceable in any j
-urisdiction, the remaining portions of the license remain in force.
-
-NO WARRANTY. Open Publication works are licensed and provided "as is" without w
-arranty of any kind, express or implied, including, but not limited to, the imp
-lied warranties of merchantability and fitness for a particular purpose or a wa
-rranty of non-infringement.
-
-IV. REQUIREMENTS ON MODIFIED WORKS
-
-All modified versions of documents covered by this license, including translati
-ons, anthologies, compilations and partial documents, must meet the following r
-equirements:
-
-1) The modified version must be labeled as such.
-2) The person making the modifications must be identified and the modifications
- dated.
-3) Acknowledgement of the original author and publisher if applicable must be r
-etained according to normal academic citation practices.
-4) The location of the original unmodified document must be identified.
-5) The original author's (or authors') name(s) may not be used to assert or imp
-ly endorsement of the resulting document without the original author's (or auth
-ors') permission.
-
-V. GOOD-PRACTICE RECOMMENDATIONS
-
-In addition to the requirements of this license, it is requested from and stron
-gly recommended of redistributors that:
-
-1) If you are distributing Open Publication works on hardcopy or CD-ROM, you pr
-ovide email notification to the authors of your intent to redistribute at least
- thirty days before your manuscript or media freeze, to give the authors time t
-o provide updated documents. This notification should describe modifications, i
-f any, made to the document.
-
-2) All substantive modifications (including deletions) be either clearly marked
- up in the document or else described in an attachment to the document.
-
-Finally, while it is not mandatory under this license, it is considered good fo
-rm to offer a free copy of any hardcopy and CD-ROM expression of an Open Public
-ation-licensed work to its author(s).
-
-VI. LICENSE OPTIONS
-
-The author(s) and/or publisher of an Open Publication-licensed document may ele
-ct certain options by appending language to the reference to or copy of the lic
-ense. These options are considered part of the license instance and must be inc
-luded with the license (or its incorporation by reference) in derived works.
-
-A. To prohibit distribution of substantively modified versions without the expl
-icit permission of the author(s). "Substantive modification" is defined as a ch
-ange to the semantic content of the document, and excludes mere changes in form
-at or typographical corrections.
-
-To accomplish this, add the phrase `Distribution of substantively modified vers
-ions of this document is prohibited without the explicit permission of the copy
-right holder.' to the license reference or copy.
-
-B. To prohibit any publication of this work or derivative works in whole or in
-part in standard (paper) book form for commercial purposes is prohibited unless
- prior permission is obtained from the copyright holder.
-
-To accomplish this, add the phrase 'Distribution of the work or derivative of t
-he work in any standard (paper) book form is prohibited unless prior permission
- is obtained from the copyright holder.' to the license reference or copy.
-
-OPEN PUBLICATION POLICY APPENDIX:
-
-(This is not considered part of the license.)
-
-Open Publication works are available in source format via the Open Publication
-home page at http://works.opencontent.org/.
-
-Open Publication authors who want to include their own license on Open Publicat
-ion works may do so, as long as their terms are not more restrictive than the O
-pen Publication license.
-
-If you have questions about the Open Publication License, please contact TBD, a
-nd/or the Open Publication Authors' List at opal@opencontent.org, via email.
-
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/OSGi-Specification-2.0 b/sdk_container/src/third_party/portage-stable/licenses/OSGi-Specification-2.0
deleted file mode 100644
index 7e1455b6265..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/OSGi-Specification-2.0
+++ /dev/null
@@ -1,21 +0,0 @@
-OSGi Specification License, Version 2.0.
-
-License Grant
-
-OSGi Alliance (“OSGi”) hereby grants you a fully-paid, non-exclusive, non-transferable, worldwide, limited license (without the right to sublicense), under OSGi’s applicable intellectual property rights to view, download, and reproduce this OSGi Specification (“Specification”) which follows this License Agreement (“Agreement”). You are not authorized to create any derivative work of the Specification. However, to the extent that an implementation of the Specification would necessarily be a derivative work of the Specification, OSGi also grants you a perpetual, non-exclusive, worldwide, fully paid-up, royalty free, limited license (without the right to sublicense) under any applicable copyrights, to create and/or distribute an implementation of the Specification that: (i) fully implements the Specification including all its required interfaces and functionality; (ii) does not modify, subset, superset or otherwise extend the OSGi Name Space, or include any public or protected packages, classes, Java interfaces, fields or methods within the OSGi Name Space other than those required and authorized by the Specification. An implementation that does not satisfy limitations (i)-(ii) is not considered an implementation of the Specification, does not receive the benefits of this license, and must not be described as an implementation of the Specification. An implementation of the Specification must not claim to be a compliant implementation of the Specification unless it passes the OSGi Compliance Tests for the Specification in accordance with OSGi processes. “OSGi Name Space” shall mean the public class or interface declarations whose names begin with “org.osgi" or any recognized successors or replacements thereof.
-
-OSGi Participants (as such term is defined in the OSGi Intellectual Property Rights Policy) have made non-assert and licensing commitments regarding patent claims necessary to implement the Specification, if any, under the OSGi Intellectual Property Rights Policy which is available for examination on the OSGi public web site (www.osgi.org).
-
-No Warranties and Limitation of Liability
-
-THE SPECIFICATION IS PROVIDED "AS IS," AND OSGi AND ANY OTHER AUTHORS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, OR TITLE; THAT THE CONTENTS OF THE SPECIFICATION ARE SUITABLE FOR ANY PURPOSE; NOR THAT THE IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. OSGi AND ANY OTHER AUTHORS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SPECIFICATION OR THE PERFORMANCE OR IMPLEMENTATION OF THE CONTENTS THEREOF.
-
-Covenant Not to Assert
-
-As a material condition to this license you hereby agree, to the extent that you have any patent claims which are necessarily infringed by an implementation of the Specification, not to assert any such patent claims against the creation, distribution or use of an implementation of the Specification.
-
-General
-
-The name and trademarks of OSGi or any other Authors may NOT be used in any manner, including advertising or publicity pertaining to the Specification or its contents without specific, written prior permission. Title to copyright in the Specification will at all times remain with OSGi.
-
-No other rights are granted by implication, estoppel or otherwise.
\ No newline at end of file
diff --git a/sdk_container/src/third_party/portage-stable/licenses/OSL-1.1 b/sdk_container/src/third_party/portage-stable/licenses/OSL-1.1
deleted file mode 100644
index f4fc5f9892b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/OSL-1.1
+++ /dev/null
@@ -1,166 +0,0 @@
-
- The Open Software License
- v. 1.1
-
-This Open Software License (the "License") applies to any original work of
-authorship (the "Original Work") whose owner (the "Licensor") has placed the
-following notice immediately following the copyright notice for the Original
-Work:
-
- Licensed under the Open Software License version 1.1
-
-
-1) Grant of Copyright License. Licensor hereby grants You a world-wide,
-royalty-free, non-exclusive, perpetual, non-sublicenseable license to do the
-following:
-
- a) to reproduce the Original Work in copies;
-
- b) to prepare derivative works ("Derivative Works") based upon the
- Original Work;
-
- c) to distribute copies of the Original Work and Derivative Works to
- the public, with the proviso that copies of Original Work or
- Derivative Works that You distribute shall be licensed under the
- Open Software License;
-
- d) to perform the Original Work publicly; and
-
- e) to display the Original Work publicly.
-
-2) Grant of Patent License. Licensor hereby grants You a world-wide,
-royalty-free, non-exclusive, perpetual, non-sublicenseable license, under
-patent claims owned or controlled by the Licensor that are embodied in the
-Original Work as furnished by the Licensor ("Licensed Claims") to make, use,
-sell and offer for sale the Original Work. Licensor hereby grants You a
-world-wide, royalty-free, non-exclusive, perpetual, non-sublicenseable license
-under the Licensed Claims to make, use, sell and offer for sale Derivative Works.
-
-3) Grant of Source Code License. The term "Source Code" means the preferred
-form of the Original Work for making modifications to it and all available
-documentation describing how to modify the Original Work. Licensor hereby
-agrees to provide a machine-readable copy of the Source Code of the Original
-Work along with each copy of the Original Work that Licensor distributes.
-Licensor reserves the right to satisfy this obligation by placing a
-machine-readable copy of the Source Code in an information repository reasonably
-calculated to permit inexpensive and convenient access by You for as long as
- Licensor continues to distribute the Original Work, and by publishing the
-address of that information repository in a notice immediately following the
-copyright notice that applies to the Original Work.
-
-
-4) Exclusions From License Grant. Nothing in this License shall be deemed to
-grant any rights to trademarks, copyrights, patents, trade secrets or any
-other intellectual property of Licensor except as expressly stated herein. No
-patent license is granted to make, use, sell or offer to sell embodiments of
-any patent claims other than the Licensed Claims defined in Section 2. No
-right is granted to the trademarks of Licensor even if such marks are included
-in the Original Work. Nothing in this License shall be interpreted to prohibit
-Licensor from licensing under different terms from this License any Original
-Work that Licensor otherwise would have a right to license.
-
-5) External Deployment. The term "External Deployment" means the use or
-distribution of the Original Work or Derivative Works in any way such that the
-Original Work or Derivative Works may be used by anyone other than You,
-whether the Original Work or Derivative Works are distributed to those persons
-or made available as an application intended for use over a computer network.
-As an express condition for the grants of license hereunder, You agree that
-any External Deployment by You of a Derivative Work shall be deemed a
-distribution and shall be licensed to all under the terms of this License, as
-prescribed in section 1(c) herein.
-
-6) Attribution Rights. You must retain, in the Source Code of any Derivative
-Works that You create, all copyright, patent or trademark notices from the
-Source Code of the Original Work, as well as any notices of licensing and any
-descriptive text identified therein as an "Attribution Notice." You must cause
-the Source Code for any Derivative Works that You create to carry a prominent
-Attribution Notice reasonably calculated to inform recipients that You have
-modified the Original Work.
-
-7) Warranty and Disclaimer of Warranty. Licensor warrants that the copyright
-in and to the Original Work is owned by the Licensor or that the Original Work
-is distributed by Licensor under a valid current license from the copyright
-owner. Except as expressly stated in the immediately proceeding sentence, the
-Original Work is provided under this License on an "AS IS" BASIS and WITHOUT
-WARRANTY, either express or implied, including, without limitation, the
-warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU.
-This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No
-license to Original Work is granted hereunder except under this disclaimer.
-
-8) Limitation of Liability. Under no circumstances and under no legal theory,
-whether in tort (including negligence), contract, or otherwise, shall the
-Licensor be liable to any person for any direct, indirect, special, incidental,
-or consequential damages of any character arising as a result of this License
-or the use of the Original Work including, without limitation, damages for
-loss of goodwill, work stoppage, computer failure or malfunction, or any and
-all other commercial damages or losses. This limitation of liability shall not
-apply to liability for death or personal injury resulting from Licensor's
-negligence to the extent applicable law prohibits such limitation. Some
-jurisdictions do not allow the exclusion or limitation of incidental or
-consequential damages, so this exclusion and limitation may not apply to You.
-
-
-9) Acceptance and Termination. If You distribute copies of the Original Work
-or a Derivative Work, You must make a reasonable effort under the circumstances
-to obtain the express and volitional assent of recipients to the terms of this
-License. Nothing else but this License (or another written agreement between
-Licensor and You) grants You permission to create Derivative Works based upon
-the Original Work or to exercise any of the rights granted in Sections 1 herein,
-and any attempt to do so except under the terms of this License (or another
-written agreement between Licensor and You) is expressly prohibited by U.S.
-copyright law, the equivalent laws of other countries, and by international
-treaty. Therefore, by exercising any of the rights granted to You in Sections
-1 herein, You indicate Your acceptance of this License and all of its terms and
-conditions. This License shall terminate immediately and you may no longer
-exercise any of the rights granted to You by this License upon Your failure to
-honor the proviso in Section 1(c) herein.
-
-10) Mutual Termination for Patent Action. This License shall terminate
-automatically and You may no longer exercise any of the rights granted to You
-by this License if You file a lawsuit in any court alleging that any OSI
-Certified open source software that is licensed under any license containing
-this "Mutual Termination for Patent Action" clause infringes any patent claims
-that are essential to use that software.
-
-11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this
-License may be brought only in the courts of a jurisdiction wherein the Licensor
-resides or in which Licensor conducts its primary business, and under the laws
-of that jurisdiction excluding its conflict-of-law provisions. The application
-of the United Nations Convention on Contracts for the International Sale of
-Goods is expressly excluded. Any use of the Original Work outside the scope of
-this License or after its termination shall be subject to the requirements and
-penalties of the U.S. Copyright Act, 17 U.S.C. § 101 et seq., the equivalent
-laws of other countries, and international treaty. This section shall survive
-the termination of this License.
-
-12) Attorneys Fees. In any action to enforce the terms of this License or
-seeking damages relating thereto, the prevailing party shall be entitled to
-recover its costs and expenses, including, without limitation, reasonable
-attorneys' fees and costs incurred in connection with such action, including
-any appeal of such action. This section shall survive the termination of this
-License.
-
-13) Miscellaneous. This License represents the complete agreement concerning
-the subject matter hereof. If any provision of this License is held to be
-unenforceable, such provision shall be reformed only to the extent necessary
-to make it enforceable.
-
-14) Definition of "You" in This License. "You" throughout this License,
-whether in upper or lower case, means an individual or a legal entity exercising
-rights under, and complying with all of the terms of, this License. For legal
-entities, "You" includes any entity that controls, is controlled by, or is under
-common control with you. For purposes of this definition, "control" means (i)
-the power, direct or indirect, to cause the direction or management of such
-entity, whether by contract or otherwise, or (ii) ownership of fifty percent
-(50%) or more of the outstanding shares, or (iii) beneficial ownership of such
-entity.
-
-15) Right to Use. You may use the Original Work in all ways not otherwise
-restricted or conditioned by this License or by law, and Licensor promises not
-to interfere with or be responsible for such uses by You.
-
-This license is Copyright (C) 2002 Lawrence E. Rosen. All rights reserved.
-Permission is hereby granted to copy and distribute this license without
-modification. This license may not be modified without the express written
-permission of its copyright owner.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/OSL-2.0 b/sdk_container/src/third_party/portage-stable/licenses/OSL-2.0
deleted file mode 100644
index 38f79573f34..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/OSL-2.0
+++ /dev/null
@@ -1,49 +0,0 @@
-Open Software License
- v. 2.0
-
-This Open Software License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following notice immediately following the copyright notice for the Original Work:
-Licensed under the Open Software License version 2.0
-
-1) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license to do the following:
-a) to reproduce the Original Work in copies;
-
-b) to prepare derivative works ("Derivative Works") based upon the Original Work;
-
-c) to distribute copies of the Original Work and Derivative Works to the public, with the proviso that copies of Original Work or Derivative Works that You distribute shall be licensed under the Open Software License;
-
-d) to perform the Original Work publicly; and
-
-e) to display the Original Work publicly.
-
-
-
-
-2) Grant of Patent License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, to make, use, sell and offer for sale the Original Work and Derivative Works.
-
-3) Grant of Source Code License. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor hereby agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work, and by publishing the address of that information repository in a notice immediately following the copyright notice that applies to the Original Work.
-
-4) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior written permission of the Licensor. Nothing in this License shall be deemed to grant any rights to trademarks, copyrights, patents, trade secrets or any other intellectual property of Licensor except as expressly stated herein. No patent license is granted to make, use, sell or offer to sell embodiments of any patent claims other than the licensed claims defined in Section 2. No right is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under different terms from this License any Original Work that Licensor otherwise would have a right to license.
-
-5) External Deployment. The term "External Deployment" means the use or distribution of the Original Work or Derivative Works in any way such that the Original Work or Derivative Works may be used by anyone other than You, whether the Original Work or Derivative Works are distributed to those persons or made available as an application intended for use over a computer network. As an express condition for the grants of license hereunder, You agree that any External Deployment by You of a Derivative Work shall be deemed a distribution and shall be licensed to all under the terms of this License, as prescribed in section 1(c) herein.
-
-6) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work.
-
-7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately proceeding sentence, the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to Original Work is granted hereunder except under this disclaimer.
-
-8) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to any person for any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to liability for death or personal injury resulting from Licensor's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You.
-
-9) Acceptance and Termination. If You distribute copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. Nothing else but this License (or another written agreement between Licensor and You) grants You permission to create Derivative Works based upon the Original Work or to exercise any of the rights granted in Section 1 herein, and any attempt to do so except under the terms of this License (or another written agreement between Licensor and You) is expressly prohibited by U.S. copyright law, the equivalent laws of other countries, and by international treaty. Therefore, by exercising any of the rights granted to You in Section 1 herein, You indicate Your acceptance of this License and all of its terms and conditions. This License shall terminate immediately and you may no longer exercise any of the rights granted to You by this License upon Your failure to honor the proviso in Section 1(c) herein.
-
-10) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, for patent infringement (i) against Licensor with respect to a patent applicable to software or (ii) against any entity with respect to a patent applicable to the Original Work (but excluding combinations of the Original Work with other software or hardware).
-
-11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of the U.S. Copyright Act, 17 U.S.C. 101 et seq., the equivalent laws of other countries, and international treaty. This section shall survive the termination of this License.
-
-12) Attorneys Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License.
-
-13) Miscellaneous. This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.
-
-14) Definition of "You" in This License. "You" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
-
-15) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You.
-
-This license is Copyright (C) 2003 Lawrence E. Rosen. All rights reserved. Permission is hereby granted to copy and distribute this license without modification. This license may not be modified without the express written permission of its copyright owner.
\ No newline at end of file
diff --git a/sdk_container/src/third_party/portage-stable/licenses/OSL-2.1 b/sdk_container/src/third_party/portage-stable/licenses/OSL-2.1
deleted file mode 100644
index 12eace30fae..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/OSL-2.1
+++ /dev/null
@@ -1,155 +0,0 @@
-Open Software License v. 2.1
-============================
-This Open Software License (the "License") applies to any original work
-of authorship (the "Original Work") whose owner (the "Licensor") has
-placed the following notice immediately following the copyright notice
-for the Original Work: Licensed under the Open Software License version 2.1
-
-1) Grant of Copyright License. Licensor hereby grants You a world-wide,
-royalty-free, non-exclusive, perpetual, sublicenseable license to do
-the following:
-
-to reproduce the Original Work in copies;
-to prepare derivative works ("Derivative Works") based upon the Original Work;
-to distribute copies of the Original Work and Derivative Works to the
- public, with the proviso that copies of Original Work or Derivative Works
- that You distribute shall be licensed under the Open Software License;
-to perform the Original Work publicly; and
-to display the Original Work publicly.
-
-2) Grant of Patent License. Licensor hereby grants You a world-wide,
-royalty-free, non-exclusive, perpetual, sublicenseable license, under
-patent claims owned or controlled by the Licensor that are embodied in
-the Original Work as furnished by the Licensor, to make, use, sell and
-offer for sale the Original Work and Derivative Works.
-
-3) Grant of Source Code License. The term "Source Code" means the
-preferred form of the Original Work for making modifications to it
-and all available documentation describing how to modify the Original
-Work. Licensor hereby agrees to provide a machine-readable copy of the
-Source Code of the Original Work along with each copy of the Original
-Work that Licensor distributes. Licensor reserves the right to satisfy
-this obligation by placing a machine-readable copy of the Source Code in
-an information repository reasonably calculated to permit inexpensive and
-convenient access by You for as long as Licensor continues to distribute
-the Original Work, and by publishing the address of that information
-repository in a notice immediately following the copyright notice that
-applies to the Original Work.
-
-4) Exclusions From License Grant. Neither the names of Licensor, nor
-the names of any contributors to the Original Work, nor any of their
-trademarks or service marks, may be used to endorse or promote products
-derived from this Original Work without express prior written permission
-of the Licensor. Nothing in this License shall be deemed to grant any
-rights to trademarks, copyrights, patents, trade secrets or any other
-intellectual property of Licensor except as expressly stated herein. No
-patent license is granted to make, use, sell or offer to sell embodiments
-of any patent claims other than the licensed claims defined in Section
-2. No right is granted to the trademarks of Licensor even if such marks
-are included in the Original Work. Nothing in this License shall be
-interpreted to prohibit Licensor from licensing under different terms
-from this License any Original Work that Licensor otherwise would have
-a right to license.
-
-5) External Deployment. The term "External Deployment" means the use or
-distribution of the Original Work or Derivative Works in any way such that
-the Original Work or Derivative Works may be used by anyone other than
-You, whether the Original Work or Derivative Works are distributed to
-those persons or made available as an application intended for use over
-a computer network. As an express condition for the grants of license
-hereunder, You agree that any External Deployment by You of a Derivative
-Work shall be deemed a distribution and shall be licensed to all under
-the terms of this License, as prescribed in section 1(c) herein.
-
-6) Attribution Rights. You must retain, in the Source Code of any
-Derivative Works that You create, all copyright, patent or trademark
-notices from the Source Code of the Original Work, as well as any
-notices of licensing and any descriptive text identified therein as an
-"Attribution Notice." You must cause the Source Code for any Derivative
-Works that You create to carry a prominent Attribution Notice reasonably
-calculated to inform recipients that You have modified the Original Work.
-
-7) Warranty of Provenance and Disclaimer of Warranty. Licensor
-warrants that the copyright in and to the Original Work and the patent
-rights granted herein by Licensor are owned by the Licensor or are
-sublicensed to You under the terms of this License with the permission
-of the contributor(s) of those copyrights and patent rights. Except as
-expressly stated in the immediately proceeding sentence, the Original
-Work is provided under this License on an "AS IS" BASIS and WITHOUT
-WARRANTY, either express or implied, including, without limitation,
-the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A
-PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL
-WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential
-part of this License. No license to Original Work is granted hereunder
-except under this disclaimer.
-
-8) Limitation of Liability. Under no circumstances and under no legal
-theory, whether in tort (including negligence), contract, or otherwise,
-shall the Licensor be liable to any person for any direct, indirect,
-special, incidental, or consequential damages of any character arising
-as a result of this License or the use of the Original Work including,
-without limitation, damages for loss of goodwill, work stoppage, computer
-failure or malfunction, or any and all other commercial damages or
-losses. This limitation of liability shall not apply to liability for
-death or personal injury resulting from Licensor's negligence to the
-extent applicable law prohibits such limitation. Some jurisdictions do
-not allow the exclusion or limitation of incidental or consequential
-damages, so this exclusion and limitation may not apply to You.
-
-9) Acceptance and Termination. If You distribute copies of the Original
-Work or a Derivative Work, You must make a reasonable effort under the
-circumstances to obtain the express assent of recipients to the terms of
-this License. Nothing else but this License (or another written agreement
-between Licensor and You) grants You permission to create Derivative Works
-based upon the Original Work or to exercise any of the rights granted
-in Section 1 herein, and any attempt to do so except under the terms of
-this License (or another written agreement between Licensor and You)
-is expressly prohibited by U.S. copyright law, the equivalent laws of
-other countries, and by international treaty. Therefore, by exercising
-any of the rights granted to You in Section 1 herein, You indicate Your
-acceptance of this License and all of its terms and conditions. This
-License shall terminate immediately and you may no longer exercise any
-of the rights granted to You by this License upon Your failure to honor
-the proviso in Section 1(c) herein.
-
-10) Termination for Patent Action. This License shall terminate
-automatically and You may no longer exercise any of the rights granted
-to You by this License as of the date You commence an action, including
-a cross-claim or counterclaim, against Licensor or any licensee alleging
-that the Original Work infringes a patent. This termination provision
-shall not apply for an action alleging patent infringement by combinations
-of the Original Work with other software or hardware.
-
-11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of the U.S. Copyright Act, 17 U.S.C. § 101 et seq., the equivalent laws of other countries, and international treaty. This section shall survive the termination of this License.
-
-12) Attorneys Fees. In any action to enforce the terms of this License or
-seeking damages relating thereto, the prevailing party shall be entitled
-to recover its costs and expenses, including, without limitation,
-reasonable attorneys' fees and costs incurred in connection with such
-action, including any appeal of such action. This section shall survive
-the termination of this License.
-
-13) Miscellaneous. This License represents the complete agreement
-concerning the subject matter hereof. If any provision of this License
-is held to be unenforceable, such provision shall be reformed only to
-the extent necessary to make it enforceable.
-
-14) Definition of "You" in This License. "You" throughout this License,
-whether in upper or lower case, means an individual or a legal entity
-exercising rights under, and complying with all of the terms of, this
-License. For legal entities, "You" includes any entity that controls,
-is controlled by, or is under common control with you. For purposes of
-this definition, "control" means (i) the power, direct or indirect, to
-cause the direction or management of such entity, whether by contract
-or otherwise, or (ii) ownership of fifty percent (50%) or more of the
-outstanding shares, or (iii) beneficial ownership of such entity.
-
-15) Right to Use. You may use the Original Work in all ways not otherwise
-restricted or conditioned by this License or by law, and Licensor promises
-not to interfere with or be responsible for such uses by You.
-
-This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights
-reserved. Permission is hereby granted to copy and distribute this
-license without modification. This license may not be modified without
-the express written permission of its copyright owner.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/OTN b/sdk_container/src/third_party/portage-stable/licenses/OTN
deleted file mode 100644
index d3c734a2e9d..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/OTN
+++ /dev/null
@@ -1,94 +0,0 @@
-Oracle Technology Network License Agreement
-
-Oracle is willing to authorize Your access to software associated with this License Agreement (“Agreement”) only upon the condition that You accept that this Agreement governs Your use of the software. By selecting the “Accept License Agreement” button or box (or the equivalent) or installing or using the Programs You indicate Your acceptance of this Agreement and Your agreement, as an authorized representative of Your company or organization (if being acquired for use by an entity) or as an individual, to comply with the license terms that apply to the software that You wish to download and access. If You are not willing to be bound by this Agreement, do not select the “Accept License Agreement” button or box (or the equivalent) and do not download or access the software.
-
-Definitions
-
-"Oracle" refers to Oracle America, Inc. "You" and "Your" refers to (a) a company or organization (each an “Entity”) accessing the Programs, if use of the Programs will be on behalf of such Entity; or (b) an individual accessing the Programs, if use of the Programs will not be on behalf of an Entity. “Contractors” refers to Your agents and contractors (including, without limitation, outsourcers). "Program(s)" refers to Oracle software provided by Oracle pursuant to this Agreement and any updates, error corrections, and/or Program Documentation provided by Oracle. “Program Documentation” refers to Program user manuals and Program installation manuals, if any. If available, Program Documentation may be delivered with the Programs and/or may be accessed from www.oracle.com/documentation. “Associated Product” refers to the Oracle product(s), if any, and as identified in the Programs documentation or on the Programs download site, with which the Programs are intended to enable or enhance interoperation with Your application(s). “Separate Terms” refers to separate license terms that are specified in the Program Documentation, readmes or notice files and that apply to Separately Licensed Third Party Technology. “Separately Licensed Third Party Technology” refers to third party technology that is licensed under Separate Terms and not under the terms of this Agreement.
-
-License Rights and Restrictions
-
-Oracle grants You a nonexclusive, nontransferable, limited license to, subject to the restrictions stated in this Agreement, (a) internally use the Programs solely for the purposes of developing, testing, prototyping and demonstrating Your applications, and running the Programs for Your own internal business operations; and (b) redistribute unmodified Programs and Programs Documentation pursuant to the Programs Redistribution section below. You may allow Your Contractor(s) to use the Programs, provided they are acting on Your behalf to exercise license rights granted in this Agreement and further provided that You are responsible for their compliance with this Agreement in such use. You will have a written agreement with Your Contractor(s) that strictly limits their right to use the Programs and that otherwise protects Oracle’s intellectual property rights to the same extent as this Agreement. You may make copies of the Programs to the extent reasonably necessary to exercise the license rights granted in this Agreement. You may make one copy of the Programs for backup purposes.
-
-Further, You may not:
-
- remove or modify any Program markings or any notice of Oracle’s or a licensor’s proprietary rights;
- use the Programs to provide third party training unless Oracle expressly authorizes such use on the Program’s download page;
- assign this Agreement or distribute, give, or transfer the Programs or an interest in them to any third party, except as expressly permitted in this Agreement (the foregoing shall not be construed to limit the rights You may otherwise have with respect to Separately Licensed Third Party Technology);
- cause or permit reverse engineering (unless required by law for interoperability), disassembly or decompilation of the Programs; and
- disclose results of any Program benchmark tests without Oracle’s prior consent.
-
-The Programs may contain source code that, unless expressly licensed in this Agreement for other purposes (for example, licensed under an open source license), is provided solely for reference purposes pursuant to the terms of this Agreement and may not be modified.
-
-All rights not expressly granted in this Agreement are reserved by Oracle. If You want to use the Programs or Your application for any purpose other than as expressly permitted under this Agreement, You must obtain from Oracle or an Oracle reseller a valid Programs license under a separate agreement permitting such use. However, You acknowledge that the Programs may not be intended for production use and/or Oracle may not make a version of the Programs available for production or other purposes; any development or other work You undertake with the Programs is at Your sole risk.
-
-Programs Redistribution
-
-We grant You a nonexclusive, nontransferable right to copy and distribute unmodified Programs and Programs Documentation as part of and included in Your application that is intended to interoperate with the Associated Product, if any, provided that You do not charge Your end users any additional fees for the use of the Programs. Prior to distributing the Programs and Programs Documentation, You shall require Your end users to execute an agreement binding them to terms, with respect to the Programs and Programs Documentation, materially consistent and no less restrictive than those contained in this section and the sections of this Agreement entitled “License Rights and Restrictions” (except that the redistribution right granted to You shall not be included; Your end users may not distribute Programs and Programs Documentation to any third parties), "Ownership," "Export Controls," "Disclaimer of Warranties; Limitation of Liability," "No Technical Support" (with respect to Oracle support; You may provide Your own support for Programs at Your discretion), "Audit; Termination (except that Oracle’s audit right shall not be included)," "Relationship Between the Parties," and “U.S. Government End Users.” You must also include a provision stating that Your end users shall have no right to distribute the Programs and Programs Documentation, and a provision specifying us as a third party beneficiary of the agreement. You are responsible for obtaining these agreements with Your end users.
-
-You agree to: (a) defend and indemnify us against all claims and damages caused by Your distribution of the Programs and Programs Documentation in breach of this Agreement and/or failure to include the required contractual provisions in Your end user agreement as stated above; (b) keep executed end user agreements and records of end user information including name, address, date of distribution and identity of Programs distributed; (c) allow us to inspect Your end user agreements and records upon request; and, (d) enforce the terms of Your end user agreements so as to effect a timely cure of any end user breach, and to notify us of any breach of the terms.
-
-Ownership
-
-Oracle or its licensors retain all ownership and intellectual property rights to the Programs.
-
-Third-Party Technology
-
-The Programs may contain or require the use of third party technology that is provided with the Programs. Oracle may provide certain notices to You in Program Documentation, readmes or notice files in connection with such third party technology. Third party technology will be licensed to You either under the terms of this Agreement or, if specified in the Program Documentation, readmes or notice files, under Separate Terms. Your rights to use Separately Licensed Third Party Technology under Separate Terms are not restricted in any way by this Agreement. However, for clarity, notwithstanding the existence of a notice, third party technology that is not Separately Licensed Third Party Technology shall be deemed part of the Programs and is licensed to You under the terms of this Agreement.
-
-Source Code for Open Source Software
-
-For software that You receive from Oracle in binary form that is licensed under an open source license that gives You the right to receive the source code for that binary, You can obtain a copy of the applicable source code from https://oss.oracle.com/sources/ or http://www.oracle.com/goto/opensourcecode. If the source code for such software was not provided to You with the binary, You can also receive a copy of the source code on physical media by submitting a written request pursuant to the instructions in the "Written Offer for Source Code" section of the latter website.
-
-Export Controls
-
-Export laws and regulations of the United States and any other relevant local export laws and regulations apply to the Programs . You agree that such export control laws govern Your use of the Programs (including technical data) and any services deliverables provided under this agreement, and You agree to comply with all such export laws and regulations (including "deemed export" and "deemed re-export" regulations). You agree that no data, information, program and/or materials resulting from Programs or services (or direct products thereof) will be exported, directly or indirectly, in violation of these laws, or will be used for any purpose prohibited by these laws including, without limitation, nuclear, chemical, or biological weapons proliferation, or development of missile technology. Accordingly, You confirm:
-
- You will not download, provide, make available or otherwise export or re-export the Programs, directly or indirectly, to countries prohibited by applicable laws and regulations nor to citizens, nationals or residents of those countries.
- You are not listed on the United States Department of Treasury lists of Specially Designated Nationals and Blocked Persons, Specially Designated Terrorists, and Specially Designated Narcotic Traffickers, nor are You listed on the United States Department of Commerce Table of Denial Orders.
- You will not download or otherwise export or re-export the Programs, directly or indirectly, to persons on the above mentioned lists.
- You will not use the Programs for, and will not allow the Programs to be used for, any purposes prohibited by applicable law, including, without limitation, for the development, design, manufacture or production of nuclear, chemical or biological weapons of mass destruction.
-
-Information Collection
-
-The Programs’ installation and/or auto-update processes, if any, may transmit a limited amount of data to Oracle or its service provider about those processes to help Oracle understand and optimize them. Oracle does not associate the data with personally identifiable information. Refer to Oracle’s Privacy Policy at www.oracle.com/privacy.
-
-Disclaimer of Warranties; Limitation of Liability
-
-THE PROGRAMS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. ORACLE FURTHER DISCLAIMS ALL WARRANTIES, EXPRESS AND IMPLIED, INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NONINFRINGEMENT .
-
-IN NO EVENT WILL ORACLE BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, PUNITIVE OR CONSEQUENTIAL DAMAGES, OR DAMAGES FOR LOSS OF PROFITS, REVENUE, DATA OR DATA USE, INCURRED BY YOU OR ANY THIRD PARTY, WHETHER IN AN ACTION IN CONTRACT OR TORT, EVEN IF ORACLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. ORACLE’S ENTIRE LIABILITY FOR DAMAGES UNDER THIS AGREEMENT SHALL IN NO EVENT EXCEED ONE THOUSAND DOLLARS (U.S. $1,000) .
-
-No Technical Support
-
-Unless Oracle support for the Programs, if any, is expressly included in a separate, current support agreement between You and Oracle, Oracle’s technical support organization will not provide technical support, phone support, or updates to You for the Programs provided under this Agreement.
-
-Audit; Termination
-
-Oracle may audit Your use of the Programs. You may terminate this Agreement by destroying all copies of the Programs. This Agreement shall automatically terminate without notice if You fail to comply with any of the terms of this Agreement, in which case You shall promptly destroy all copies of the Programs.
-
-U.S. Government End Users
-
-Programs and/or Programs Documentation delivered to U.S. Government end users are “commercial computer software” pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the Programs and/or Programs Documentation shall be subject to the license terms and license restrictions set forth in this Agreement. No other rights are granted to the U.S. Government.
-
-Relationship Between the Parties
-
-Oracle is an independent contractor and we agree that no partnership, joint venture, or agency relationship exists between us. We each will be responsible for paying our own employees, including employment related taxes and insurance.. Nothing in this agreement shall be construed to limit either party's right to independently develop or distribute software that is functionally similar to the other party's products, so long as proprietary information of the other party is not included in such software.
-
-Entire Agreement; Governing Law
-
-You agree that this Agreement is the complete agreement for the Programs and this Agreement supersedes all prior or contemporaneous agreements or representations, including any clickwrap, shrinkwrap or similar licenses, or license agreements for prior versions of the Programs. This Agreement may not be modified and the rights and restrictions may not be altered or waived except in a writing signed by authorized representatives of You and of Oracle. If any term of this Agreement is found to be invalid or unenforceable, the remaining provisions will remain effective.
-
-This Agreement is governed by the substantive and procedural laws of the State of California, USA, and You and Oracle agree to submit to the exclusive jurisdiction of, and venue in, the courts of San Francisco or Santa Clara counties in California in any dispute arising out of or relating to this Agreement.
-
-Notices
-
-Should you have any questions concerning this License Agreement, or if you desire to contact Oracle for any reason, please write:
-
- Oracle America, Inc.
- 500 Oracle Parkway
- Redwood City, CA 94065
-
-Oracle Employees: Under no circumstances are Oracle Employees authorized to download software for the purpose of distributing it to customers. Oracle products are available to employees for internal use or demonstration purposes only. In keeping with Oracle's trade compliance obligations under U.S. and applicable multilateral law, failure to comply with this policy could result in disciplinary action up to and including termination.
-
-Last updated: 30 November 2016
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Old-MIT b/sdk_container/src/third_party/portage-stable/licenses/Old-MIT
deleted file mode 100644
index dc9d2f4a285..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Old-MIT
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-Permission is hereby granted, without written agreement and without
-license or royalty fees, to use, copy, modify, and distribute this
-software and its documentation for any purpose, provided that the
-above copyright notice and the following two paragraphs appear in
-all copies of this software.
-
-IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
-DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
-ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
-IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGE.
-
-THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
-BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
-FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
-ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
-PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Ookla b/sdk_container/src/third_party/portage-stable/licenses/Ookla
deleted file mode 100644
index 60127ca0c1d..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Ookla
+++ /dev/null
@@ -1,117 +0,0 @@
-EULA
-
-This End User License Agreement ("Agreement") is a binding agreement between you ("End User" or "you")
-and Ookla, LLC ("Ookla"). This Agreement governs your use of the Speedtest Software,
-(including all related documentation, the "Software"). The Software is licensed, not sold, to you.
-
-Your use of this Software is subject to the Terms of Use and Privacy Policy at at these URLs:
-https://www.speedtest.net/about/terms and https://www.speedtest.net/about/privacy.
-
-BY INSTALLING THE SOFTWARE, YOU (A) ACKNOWLEDGE THAT YOU HAVE READ AND UNDERSTAND THIS AGREEMENT;
-AND (B) ACCEPT THIS AGREEMENT AND AGREE THAT YOU ARE LEGALLY BOUND BY ITS TERMS.
-IF YOU DO NOT AGREE TO THESE TERMS, DO NOT INSTALL THE SOFTWARE.
-
-IF YOU ARE ENTERING INTO THIS AGREEMENT ON BEHALF OF A COMPANY OR OTHER LEGAL ENTITY,
-YOU REPRESENT THAT YOU HAVE THE AUTHORITY TO BIND SUCH ENTITY AND ITS AFFILIATES TO THESE TERMS AND CONDITIONS,
-IN WHICH CASE THE TERMS "YOU" OR "YOUR" SHALL REFER TO SUCH ENTITY AND ITS AFFILIATES.
-IF YOU DO NOT HAVE SUCH AUTHORITY, OR IF YOU DO NOT AGREE WITH THESE TERMS OR CONDITIONS,
-YOU MAY NOT INSTALL OR USE THE SOFTWARE.
-
-1) Grant of License.
-Subject to the terms of this Agreement, Ookla grants you a limited, non-exclusive and non-transferable license
-to use the Software through a command line interface for your personal, non-commercial use on a single personal
-computer owned or otherwise controlled by you. The Software may contain open source software, subject to separate
-license terms made available with the Software or accompanying documentation.
-
-2) Restrictions On Use.
-You shall not:
-(a) copy the Software, except as expressly permitted herein;
-(b) modify, translate, adapt, or otherwise create derivative works or improvements, whether or not patentable, of the Software;
-(c) reverse engineer, disassemble, decompile, decode, or otherwise indirectly or directly attempt to derive or gain access to the source code of the Software or any part thereof;
-(d) remove, delete, alter, or obscure any trademarks or any copyright, trademark, patent, or other intellectual property or proprietary rights notices from the Software, including any copy thereof;
-(e) rent, lease, lend, sell, sublicense, assign, distribute, publish, transfer, or otherwise make available the Software, or any features or functionality of the Software, to any third party for any reason, including by making the Software available on a network where it is capable of being accessed by more than one device at any time; or
-(f) install or use the Software on any router, modem, or other non-personal computer device.
-
-3) Ownership.
-You agree without reservation that Ookla, its affiliates or its licensors own and retain all right, title and interest
-in and to the Software and the accompanying documentation, including without limitation, all intellectual property rights therein,
-including all copies, improvements, enhancements, derivative works and modifications thereof.
-Your rights to use the Software are limited to those expressly granted by this Agreement and Ookla reserves all rights not expressly
-granted to you herein. The grant of license herein shall not be deemed to result in the sale, transfer or any other conveyance of Ookla's
-intellectual property of whatsoever nature held or used by Ookla to you. Ookla will retain all rights in and to Ookla's intellectual property,
-including without limitation Ookla’s trademarks, the Software and documentation. By providing Ookla any feedback or ideas, suggestions,
-recommendations, modifications or improvements of the Software or documentation ("Feedback"), you grant Ookla all right, title,
-interest and ownership, including all intellectual property rights therein, to such Feedback. Ookla is free to use and incorporate
-such Feedback in Ookla’s services or technology, without payment of royalties or other consideration to you or liability of any kind.
-
-4) Updates..
-Ookla may from time to time in its sole discretion develop and provide Software updates,
-which may include upgrades, bug fixes, patches, other error corrections, and/or new features
-(collectively, including related documentation, "Updates"). Updates may also modify or delete
-in their entirety certain features and functionality. You agree that Ookla has no obligation to
-provide any Updates or to continue to provide or enable any particular features or functionality.
-
-5) Term and Termination.
-The term of Agreement commences when you install the Software and will continue in effect until
-terminated by you or Ookla as set forth herein. You may terminate this Agreement by deleting the
-Software and all copies thereof in your possession or control. Ookla may terminate this Agreement
-at any time without notice if it ceases to support the Software, which Ookla may do in its sole discretion.
-In addition, Ookla may terminate this Agreement immediately without any notice if you violate any of the
-terms and conditions of this Agreement. Upon termination all rights granted to you under this Agreement shall
-terminate and you must cease all use of the Software and delete all copies of the Software in your possession
-or control. Termination will not limit any of Ookla’s rights or remedies at law or in equity.
-
-6) Disclaimer.
-OOKLA, ITS AFFILIATES, AND ITS LICENSORS PROVIDE THE SOFTWARE AND DOCUMENTATION "AS IS" AND TO THE
-MAXIMUM EXTENT PERMITTED UNDER APPLICABLE LAW, EXPRESSLY DISCLAIM ALL WARRANTIES, WHETHER EXPRESS OR IMPLIED,
-STATUTORY, COMMON LAW, CUSTOM, USAGE, OR OTHERWISE, WITH RESPECT TO THE SOFTWARE AND DOCUMENTATION,
-INCLUDING WITHOUT LIMITATION, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
-TITLE, AND NON-INFRINGEMENT, AND WARRANTIES THAT MAY ARISE OUT OF COURSE OF DEALING, COURSE OF PERFORMANCE,
-USAGE, OR TRADE PRACTICE. WITHOUT LIMITATION TO THE FOREGOING, OOKLA PROVIDES NO WARRANTY OR UNDERTAKING,
-AND MAKES NO REPRESENTATION OF ANY KIND THAT THE SOFTWARE WILL MEET YOUR REQUIREMENTS, ACHIEVE ANY INTENDED RESULTS,
-BE COMPATIBLE, OR WORK WITH ANY OTHER SOFTWARE, APPLICATIONS, SYSTEMS, OR SERVICES, OPERATE WITHOUT INTERRUPTION,
-MEET ANY PERFORMANCE OR RELIABILITY STANDARDS, OR BE ERROR-FREE, OR THAT ANY ERRORS OR DEFECTS CAN OR WILL BE CORRECTED.
-THIS DISCLAIMER OF WARRANTY MAY NOT BE VALID IN SOME JURISDICTIONS. YOU MAY HAVE ADDITIONAL WARRANTY RIGHTS UNDER APPLICABLE
-LAW WHICH MAY NOT BE WAIVED OR DISCLAIMED. OOKLA DOES NOT SEEK TO LIMIT YOUR WARRANTY RIGHTS TO ANY EXTENT NOT PERMITTED
-BY APPLICABLE LAW.
-
-7) Limitation of Liability.
-To the fullest extent permitted by applicable law, in no event shall Ookla, its affiliates or its licensors be liable to you
-for any loss of profits, loss of use, loss or corruption of data, interruption of business, computer failure or malfunction,
-or any indirect, special, incidental, consequential, exemplary, or punitive damages arising from or related to this Agreement
-or your use or inability to use the Software or documentation. Ookla's entire liability and your exclusive remedy for any damages
-under this Agreement will be limited in any event to your direct and actual damages, not to exceed one hundred percent (100%) of
-the total compensation paid by you under this Agreement. The foregoing limitations will apply whether such damages arise out of
-breach of contract, tort (including negligence), or otherwise and regardless of whether such damages were foreseeable or Ookla
-was advised of the possibility of such damages.
-
-8) Export Regulation.
-The Software may be subject to export laws and regulations of the United States and other jurisdictions.
-You represent and warrant that: (i) you are not named on any U.S. government denied-party list;
-and (ii) the Software and documentation will not be downloaded or used in a U.S.-embargoed country or region
-or in violation of any U.S. export law or regulation.
-
-9) Severability.
-In the event that any court of competent jurisdiction determines that any provision of this Agreement is unreasonable
-or unenforceable for any reason, it is the intention of the parties that said provision be enforced to the fullest
-extent permitted by law, that the Agreement shall thereby be reformed, and that in any event the remaining provisions
-of this Agreement shall remain in full force and effect.
-
-10) Applicable Law; Venue.
-This Agreement shall be construed in accordance with and governed by the laws of the State of New York,
-without regard to its choice of law rules. The parties agree that the federal and state courts located in New York City,
-New York shall have exclusive jurisdiction to settle any dispute or claim that arises out of or in connection with this Agreement.
-Each party hereby expressly consents to the jurisdiction of such courts with respect to any such dispute, waives any objection,
-whether on the grounds of venue, residence or domicile or on the ground that the proceeding has been brought in an inconvenient forum,
-and agrees that service of process in any such proceeding may be made by hand delivery or overnight courier with proof of delivery.
-In the event of any dispute arising out of or related to the Agreement, the substantially prevailing party shall be entitled to receive
-its reasonable attorneys’ fees and costs from the other party, in addition to any other relief to which the party is entitled.
-
-11) Waiver.
-No failure or delay by either party in exercising any right, power, or remedy hereunder shall operate as a waiver thereof.
-The waiver by one party of any breach or series of breaches of any provision of this Agreement by the other party will not
-operate or be construed as a waiver of any subsequent breach by that party of that or any other provision of this Agreement.
-
-12) Complete Agreement.
-This Agreement, the Terms of Use and Privacy Policy constitute the entire agreement between the parties with respect to the Software,
-and supersede any and all prior or contemporaneous communications, representations, proposals, agreements, and understandings between the parties.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Open-CASCADE-LGPL-2.1-Exception-1.0 b/sdk_container/src/third_party/portage-stable/licenses/Open-CASCADE-LGPL-2.1-Exception-1.0
deleted file mode 100644
index 263d14ef75d..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Open-CASCADE-LGPL-2.1-Exception-1.0
+++ /dev/null
@@ -1,10 +0,0 @@
-Open CASCADE exception (version 1.0) to GNU LGPL version 2.1.
-
-The object code (i.e. not a source) form of a "work that uses the Library"
-can incorporate material from a header file that is part of the Library.
-As a special exception to the GNU Lesser General Public License version 2.1,
-you may distribute such object code incorporating material from header files
-provided with the Open CASCADE Technology libraries (including code of CDL
-generic classes) under terms of your choice, provided that you give
-prominent notice in supporting documentation to this code that it makes use
-of or is based on facilities provided by the Open CASCADE Technology software.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Openwall b/sdk_container/src/third_party/portage-stable/licenses/Openwall
deleted file mode 100644
index 45cec7784e5..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Openwall
+++ /dev/null
@@ -1,9 +0,0 @@
-You're allowed to do whatever you like with this software (including
-re-distribution in source and/or binary form, with or without
-modification), provided that credit is given where it is due and any
-modified versions are marked as such. There's absolutely no warranty.
-
-[Note that you don't have to re-distribute this software under these
-same relaxed terms. In particular, you're free to place modified
-versions under (L)GPL, thus disallowing further re-distribution in
-binary-only form.]
diff --git a/sdk_container/src/third_party/portage-stable/licenses/PAK128.German b/sdk_container/src/third_party/portage-stable/licenses/PAK128.German
deleted file mode 100644
index 94883cfc928..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/PAK128.German
+++ /dev/null
@@ -1,10 +0,0 @@
-This packet and its content are Freeware and partially Open Source.
-The complete Set PAK128.German can be distributed unlimited as a whole.
-
-The authors have given a unlimited right of use of their works to PAK128.German. The maintainer of the PAK128.German may enforce the rights of the authors mentioned for these works. With a change of the maintainer, this right goes automatically to his successor.
-The current maintainer of PAK128.German is Makie. He is successor of Michelstadt.
-
-The works of the authors may be freely used, changed and released again within Simutrans. And can be freely distributed for Simutrans.
-The authors wish that their name is preserved as an author, or being mentioned.
-
-Any other use, requires permission from the author, or from the maintainer of the Pakset as a representative of the authors.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/PAPERS-PLEASE b/sdk_container/src/third_party/portage-stable/licenses/PAPERS-PLEASE
deleted file mode 100644
index 9d00b1af40a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/PAPERS-PLEASE
+++ /dev/null
@@ -1,95 +0,0 @@
-END-USER LICENSE AGREEMENT FOR "PAPERS, PLEASE"
-
-IMPORTANT: PLEASE READ THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT
-CAREFULLY BEFORE CONTINUING WITH THIS PROGRAM INSTALL
-
-3909 LLC's End-User License Agreement ("EULA") is a legal agreement between
-you (either an individual or a single entity) and 3909 LLC for the 3909 LLC
-software product(s) identified above which may include associated software
-components, media, printed materials, and "online" or electronic documentation
-("SOFTWARE PRODUCT"). By installing, copying, or otherwise using the SOFTWARE
-PRODUCT, you agree to be bound by the terms of this EULA. This license
-agreement represents the entire agreement concerning the program between you
-and 3909 LLC, (referred to as "licenser"), and it supersedes any prior
-proposal, representation, or understanding between the parties. If you do
-not agree to the terms of this EULA, do not install or use the SOFTWARE
-PRODUCT.
-
-The SOFTWARE PRODUCT is protected by copyright laws and international
-copyright treaties, as well as other intellectual property laws and treaties.
-The SOFTWARE PRODUCT is licensed, not sold.
-
-1. GRANT OF LICENSE.
-The SOFTWARE PRODUCT is licensed as follows:
-(a) Installation and Use.
-3909 LLC grants you the right to install and use copies of the SOFTWARE
-PRODUCT on your computer running a validly licensed copy of the operating
-system for which the SOFTWARE PRODUCT was designed.
-(b) Backup Copies.
-You may also make copies of the SOFTWARE PRODUCT as may be necessary for
-backup and archival purposes.
-
-2. DESCRIPTION OF OTHER RIGHTS AND LIMITATIONS.
-(a) Maintenance of Copyright Notices.
-You must not remove or alter any copyright notices on any and all copies
-of the SOFTWARE PRODUCT.
-(b) Distribution.
-You may not distribute registered copies of the SOFTWARE PRODUCT to third
-parties. Evaluation versions available for download from 3909 LLC's websites
-may be freely distributed.
-(c) Prohibition on Reverse Engineering, Decompilation, and Disassembly.
-You may not reverse engineer, decompile, or disassemble the SOFTWARE PRODUCT,
-except and only to the extent that such activity is expressly permitted by
-applicable law notwithstanding this limitation.
-(d) Rental.
-You may not rent, lease, or lend the SOFTWARE PRODUCT.
-(e) Support Services.
-3909 LLC may provide you with support services related to the SOFTWARE
-PRODUCT ("Support Services"). Any supplemental software code provided to you
-as part of the Support Services shall be considered part of the SOFTWARE
-PRODUCT and subject to the terms and conditions of this EULA.
-(f) Compliance with Applicable Laws.
-You must comply with all applicable laws regarding use of the SOFTWARE
-PRODUCT.
-
-3. TERMINATION
-Without prejudice to any other rights, 3909 LLC may terminate this EULA if
-you fail to comply with the terms and conditions of this EULA. In such event,
-you must destroy all copies of the SOFTWARE PRODUCT in your possession.
-
-4. COPYRIGHT
-All title, including but not limited to copyrights, in and to the SOFTWARE
-PRODUCT and any copies thereof are owned by 3909 LLC or its suppliers. All
-title and intellectual property rights in and to the content which may be
-accessed through use of the SOFTWARE PRODUCT is the property of the
-respective content owner and may be protected by applicable copyright or
-other intellectual property laws and treaties. This EULA grants you no
-rights to use such content. All rights not expressly granted are reserved
-by 3909 LLC.
-
-5. NO WARRANTIES
-3909 LLC expressly disclaims any warranty for the SOFTWARE PRODUCT. The
-SOFTWARE PRODUCT is provided 'As Is' without any express or implied warranty
-of any kind, including but not limited to any warranties of merchantability,
-non-infringement, or fitness of a particular purpose. 3909 LLC does not
-warrant or assume responsibility for the accuracy or completeness of any
-information, text, graphics, links or other items contained within the
-SOFTWARE PRODUCT. 3909 LLC makes no warranties respecting any harm that
-may be caused by the transmission of a computer virus, worm, time bomb,
-logic bomb, or other such computer program. 3909 LLC further expressly
-disclaims any warranty or representation to Authorized Users or to any
-third party.
-
-6. LIMITATION OF LIABILITY
-In no event shall 3909 LLC be liable for any damages (including, without
-limitation, lost profits, business interruption, or lost information) rising
-out of 'Authorized Users' use of or inability to use the SOFTWARE PRODUCT,
-even if 3909 LLC has been advised of the possibility of such damages. In no
-event will 3909 LLC be liable for loss of data or for indirect, special,
-incidental, consequential (including lost profit), or other damages based
-in contract, tort or otherwise. 3909 LLC shall have no liability with
-respect to the content of the SOFTWARE PRODUCT or any part thereof, including
-but not limited to errors or omissions contained therein, libel,
-infringements of rights of publicity, privacy, trademark rights, business
-interruption, personal injury, loss of privacy, moral rights or the
-disclosure of confidential information.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/PEL b/sdk_container/src/third_party/portage-stable/licenses/PEL
deleted file mode 100644
index 03051a7cd04..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/PEL
+++ /dev/null
@@ -1,242 +0,0 @@
- C O I N P R O F E S S I O N A L E D I T I O N
- L I C E N S E A G R E E M E N T V 2.0
-
-
-Copyright (C) 1999-2004 Systems in Motion AS. All rights reserved.
-
-
-S O F T W A R E C O V E R E D B Y T H I S L I C E N S E -
-T H I R D P A R T Y L I A B R A R I E S
-
-This License Agreement ("License") is between you ("Licensee") - either an
-individual or a legal entity - and Systems in Motion AS ("SIM"). It pertains to
-the Coin library and the associated GUI interface libraries (SoQt, SoWin, SoXt,
-SoGTK, and Sc21) and the Dime and Profit libraries and simage, or parts thereof,
-including the source code, example programs and the documentation
-("Documentation"). Certain exceptions to this are found, cf the information on
-Third Party Libraries below.
-
-The software referred to above may contain, or provide links to, third party
-libraries or code (collectively "Third Party Libraries") to implement various
-functions. Third Party Libraries are not prepared by or owned by SIM, and they
-are not covered by this License. Any use of Third Party Libraries is entirely at
-the risk and responsibility of Licensee.
-
-Licensee acknowledges (1) that some Third Party Libraries may require additional
-licensing of copyright and patents from the owners of such, and (2) that
-distribution of any of the Licensed Software referencing any portion of a Third
-Party Library may require appropriate licensing from such third parties.
-
-An updated list of what Third Party libraries are included in the software
-provided by SIM, and thus what software is not covered by this License, is
-available at SIM's website:
-http://www.sim.no/products/Coin3D/licensing/3rdPartyLibs/
-
-When the term "Software" is used below in this License, it refers only to the
-software covered by the License, and not the software that is part of the Third
-Party Libraries.
-
-
-B I N D I N G T E R M S - N E W V E R S I O N S
-
-By installing, copying, or otherwise using the Software or Documentation,
-Licensee agrees to be bound by the terms of this License. This paragraph does
-not exclude Licensee from using the Software under the GPL or the Coin
-Evaluation License, provided that the terms and conditions of the GPL or the
-Coin Evaluation License are observed.
-
-If SIM replaces this License Version 2.0 with a new Version during the term of
-the License, Licensee shall be entitled to receive and use such new Version on
-the terms and conditions then applicable to such new Version, without having to
-pay further compensation. Licensee may choose to continue using this Version 2.0
-instead, in which case the terms and conditions in this License shall apply for
-the remainder of the License term. Receipt of a new Version and acceptance of
-the licensing terms for such new Version, shall not in it self extend the term
-of the initial License.
-
-A "Version" of the Software refers to a release with a unique version number,
-e.g. 1.0.0 and 1.0.1 being different Versions.
-
-
-C O P Y R I G H T A N D R E S T R I C T I O N S
-
-All intellectual property rights in the Software and Documentation are owned by
-SIM, and are protected by Norwegian copyright laws, other applicable copyright
-laws, and international treaty provisions. SIM reserves all rights not expressly
-granted in this License. No title, property rights or copyright in the Software
-or in any modifications to the Software or Documentation shall pass to Licensee
-under any circumstances. Licensee may not loan, rent, lease, or license the
-Software or any copy hereof, unless expressly provided for in this License.
-Licensee may not alter or remove any details of ownership, copyright, trade mark
-or other property right connected with the Software.
-
-Licensee as an individual is granted a personal, nonexclusive, non-transferable
-license to use the Software in the manner provided below. If Licensee is an
-entity, SIM grants Licensee the right to designate one, and only one, individual
-within Licensee's organization, who shall have the sole right to use the
-Software in the manner provided below. The name of this individual must be
-reported to SIM, and may be changed at any time, but not more frequently than
-once every six months. The individual may also be a consultant, freelance
-worker, or otherwise doing project-work for the company, as long as the Software
-is only used in work for Licensee.
-
-
-D U R A T I O N
-
-This License is valid for one year from the date that SIM has sent out an order
-confirmation. A renewal offer stating the terms and conditions for an extension
-of the License will be sent to Licensee by SIM. If Licensee does not accept this
-offer, or SIM chooses not to provide such offer, the License will expire at the
-end of the one year period referred to above.
-
-If the License expires, the rights to updates and support (subsections (6) and
-(7) under "Licensee's rights" below) shall cease. Licensee retains the right to
-create and distribute applications (as stated in subsections (1), (2), (3), (4)
-and (5) under "Licensee's rights" below), but only for use of the last Version
-of the Software that was released while the License was valid.
-
-
-L I C E N S E E ' S R I G H T S
-
-(1) Using and modifying the Software: Licensee may freely use and modify the
-Software to develop any kind of product on any platform, except products which
-would 1) compete directly with the Software or 2) pass on functionality which
-makes it possible for others to create software competing with the Software.
-Licensee may make and install copies of the Software on an unlimited number of
-computers on any number of development platforms, provided that Licensee, or the
-person designated by Licensee as the user in accordance with the section above,
-is the only individual using the Software.
-
-(2) Redistribution of the original Software: Licensee is granted a nonexclusive,
-royalty-free right to redistribute the unchanged Software as part of Licensee's
-own product in source or binary form, but only if the Software has in its
-entirety been obtained under a valid Coin Professional Edition License or a Coin
-Evaluation License.
-
-(3) Distribution of modified Software: Licensee is granted a nonexclusive,
-royalty-free right to copy and distribute Software which has been modified as
-allowed under section (1) above, as part of his product. This can be done in one
-of the following two ways: (a) in the form of source code patches to the
-original unmodified Software; (b) in binary form, provided that the binary is
-named in such a manner that it cannot be confused with the original Software.
-Such copying and distribution may only take place if any and all modifications
-to the original Software have in their entireties been developed by Licensee on
-basis of and in accordance with the provisions of a valid Coin Professional
-Edition License or a Coin Evaluation License.
-
-(4) The right to distribution as referred to under (2) and (3) above also
-applies to the Documentation, but only to the extent the Documentation is
-distributed as an integrated part of the Software.
-
-The right to distribute the Software as described under (2) and (3) above does
-not authorize Licensee to give any third parties any rights to the Software,
-except the right to use the Software or modified Software as an integrated part
-of the products sold by Licensee.
-
-(5) The above provisions do not exclude Licensee from re-distributing the
-Software in accordance with the GPL, but in such case, the terms and conditions
-of the GPL must be observed. If Licensee has made any modifications to the
-Software under the GPL license, such modified Software must, if re-distributed,
-either a) be re-distributed on the terms and conditions set by the GPL, or b) be
-re-distributed under a Coin Professional Edition License, but so that a Coin
-Professional Edition License must be purchased from SIM with retrospective
-effect, meaning that all previous development work under the GPL which is
-intended distributed must be paid for as if developed under the under the Coin
-Professional Edition License. SIM is not obliged to sell such licenses with
-retrospective effect, but may do so, at its own discretion.
-
-(6) Upgrades: Licensee is granted the right to free upgrades to all new Versions
-of the Software, through the www.coin3d.org website and/or the Coin CVS
-repository for the duration of the License (one year), in accordance with SIM's
-licensing terms and conditions then applicable to the upgrades.
-
-(7) Support: Licensee has the right to prioritized email software developer
-support with no additional cost for the duration of the License (one year).
-
-Licensee's rights are non-exclusive.
-
-
-P R I C E S A N D P A Y M E N T
-
-As consideration for the rights given to Licensee under this License, Licensee
-shall pay to SIM the license fees applicable at the time of ordering. The
-License is not valid until such order has been placed with SIM, and SIM has
-accepted the order in writing.
-
-
-"A S I S" P U R C H A S E - D I S C L A I M E R O F
-W A R R A N T IE S
-
-THIS SOFTWARE IS PROVIDED "AS IS" AND EXCEPT AS SPECIFICALLY PROVIDED HEREIN,
-SIM MAKES NO WARRANTIES OR REPRESENTATIONS, EITHER EXPRESSED OR IMPLIED, WITH
-RESPECT TO THE SOFTWARE OR DOCUMENTATION, INCLUDING, BUT NOT LIMITED TO, THEIR
-QUALITY, PERFORMANCE, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. TO
-THE EXTENT THAT ANY WARRANTIES WOULD OTHERWISE BE IMPLIED BY LAW, SIM HEREBY
-DISCLAIMS ALL SUCH WARRANTIES, AND LICENSEE ACCEPTS THAT NO SUCH WARRANTIES
-SHALL APPLY.
-
-Because software is inherently complex and cannot be expected to be free of
-errors, Licensee is advised to verify his work and make backup copies where
-appropriate. Any and all use of the Software or modified versions of the
-Software is at the risk of Licensee.
-
-
-L I M I T A T I O N O F L I A B I L I T Y
-
-IF, SIM'S WARRANTY DISCLAIMER NOTWITHSTANDING, SIM IS HELD LIABLE TO LICENSEE,
-ANY AWARD OF DAMAGES FROM SIM TO LICENSEE SHALL NOT EXCEED THE TOTAL AMOUNT THAT
-LICENSEE HAS PAID TO SIM IN CONNECTION WITH THIS LICENSE. IN NO EVENT SHALL SIM
-BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OR
-CORRUPTION OF DATA, AND LOSS OF PROFITS OR INTERRUPTION OF BUSINESS), HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES. TO THE EXTENT THAT THE APPLICABLE LAW DOES NOT ALLOW THE EXCLUSION
-OR LIMITATION OF IMPLIED WARRANTIES OR LIMITATION OF LIABILITY FOR INCIDENTAL OR
-CONSEQUENTIAL DAMAGES, THE ABOVE LIMITATION OR EXCLUSION SHALL APPLY TO THE
-MAXIMUM EXTENT ALLOWED.
-
-
-V E R I F I C A T I O N
-
-SIM may, upon its reasonable request and at its expense, audit Licensee with
-respect to the use of the Licensed Software. Any such audit shall be conducted
-during regular business hours at Licensee's facilities and shall not
-unreasonably interfere with Licensee's business activities. SIM will not remove,
-copy, or redistribute any electronic material during the course of an audit. If
-an audit reveals that Licensee is using the Licensed Software in a way that is
-in material violation of the terms of the License, then Licensee shall pay SIM's
-reasonable costs of conducting the audit. In the case of a material violation,
-Licensee agrees to pay SIM any amounts owing that are attributable to the
-unauthorized use. In the alternative, SIM reserves the right, at SIM's sole
-option, to terminate the licenses for the Licensed Software.
-
-
-T E R M I N A T I O N
-
-SIM may terminate the License at any time immediately upon written notice by SIM
-to Licensee if Licensee breaches this License, fails to pay the fees for the
-Licensed Software, or infringes SIM's intellectual property in or to the
-Licensed Software. Upon termination of the Licenses, Licensee shall return to
-SIM all copies of Licensed Software that were supplied by SIM. All other copies
-of Licensed Software in the possession or control of Licensee must be erased or
-destroyed. An officer of Licensee must promptly deliver to SIM a written
-confirmation that this has occurred.
-
-
-E N T I R E C O N T R A C T A N D S E V E R A B I L I T Y
-
-This License represents the complete agreement concerning subject matter hereof.
-If any provision of this License is held to be unenforceable, such provision
-shall be reformed only to the extent necessary to make it enforceable. The
-remainder will remain valid and enforceable according to its terms.
-
-
-G O V E R N I N G L A W A N D D I S P U T E S
-
-This License shall be governed by Norwegian law. Unless otherwise agreed in
-writing, all disputes arising out of or in connection with this License shall be
-brought before the Oslo City Court as the exclusive legal venue.
-
-In addition, SIM shall be entitled to seek interlocutory injunctions in any
-court of law worldwide, to the extent allowed by the procedural law of the
-relevant jurisdiction.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/PHP-2.02 b/sdk_container/src/third_party/portage-stable/licenses/PHP-2.02
deleted file mode 100644
index af5b01c49aa..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/PHP-2.02
+++ /dev/null
@@ -1,75 +0,0 @@
---------------------------------------------------------------------
- The PHP License, version 2.02
-Copyright (c) 1999 - 2002 The PHP Group. All rights reserved.
---------------------------------------------------------------------
-
-Redistribution and use in source and binary forms, with or without
-modification, is permitted provided that the following conditions
-are met:
-
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- 2. Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
-
- 3. The name "PHP" must not be used to endorse or promote products
- derived from this software without prior permission from the
- PHP Group. This does not apply to add-on libraries or tools
- that work in conjunction with PHP. In such a case the PHP
- name may be used to indicate that the product supports PHP.
-
- 4. The PHP Group may publish revised and/or new versions of the
- license from time to time. Each version will be given a
- distinguishing version number.
- Once covered code has been published under a particular version
- of the license, you may always continue to use it under the
- terms of that version. You may also choose to use such covered
- code under the terms of any subsequent version of the license
- published by the PHP Group. No one other than the PHP Group has
- the right to modify the terms applicable to covered code created
- under this License.
-
- 5. Redistributions of any form whatsoever must retain the following
- acknowledgment:
- "This product includes PHP, freely available from
- http://www.php.net/".
-
- 6. The software incorporates the Zend Engine, a product of Zend
- Technologies, Ltd. ("Zend"). The Zend Engine is licensed to the
- PHP Association (pursuant to a grant from Zend that can be
- found at http://www.php.net/license/ZendGrant/) for
- distribution to you under this license agreement, only as a
- part of PHP. In the event that you separate the Zend Engine
- (or any portion thereof) from the rest of the software, or
- modify the Zend Engine, or any portion thereof, your use of the
- separated or modified Zend Engine software shall not be governed
- by this license, and instead shall be governed by the license
- set forth at http://www.zend.com/license/ZendLicense/.
-
-
-
-THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND
-ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
-PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP
-DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
-INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
-OF THE POSSIBILITY OF SUCH DAMAGE.
-
---------------------------------------------------------------------
-
-This software consists of voluntary contributions made by many
-individuals on behalf of the PHP Group.
-
-The PHP Group can be contacted via Email at group@php.net.
-
-For more information on the PHP Group and the PHP project,
-please see .
diff --git a/sdk_container/src/third_party/portage-stable/licenses/PHP-3 b/sdk_container/src/third_party/portage-stable/licenses/PHP-3
deleted file mode 100644
index 7b99a149ce6..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/PHP-3
+++ /dev/null
@@ -1,68 +0,0 @@
---------------------------------------------------------------------
- The PHP License, version 3.0
-Copyright (c) 1999 - 2002 The PHP Group. All rights reserved.
---------------------------------------------------------------------
-
-Redistribution and use in source and binary forms, with or without
-modification, is permitted provided that the following conditions
-are met:
-
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in
- the documentation and/or other materials provided with the
- distribution.
-
- 3. The name "PHP" must not be used to endorse or promote products
- derived from this software without prior written permission. For
- written permission, please contact group@php.net.
-
- 4. Products derived from this software may not be called "PHP", nor
- may "PHP" appear in their name, without prior written permission
- from group@php.net. You may indicate that your software works in
- conjunction with PHP by saying "Foo for PHP" instead of calling
- it "PHP Foo" or "phpfoo"
-
- 5. The PHP Group may publish revised and/or new versions of the
- license from time to time. Each version will be given a
- distinguishing version number.
- Once covered code has been published under a particular version
- of the license, you may always continue to use it under the terms
- of that version. You may also choose to use such covered code
- under the terms of any subsequent version of the license
- published by the PHP Group. No one other than the PHP Group has
- the right to modify the terms applicable to covered code created
- under this License.
-
- 6. Redistributions of any form whatsoever must retain the following
- acknowledgment:
- "This product includes PHP, freely available from
- ".
-
-THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND
-ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
-PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP
-DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
-INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
-OF THE POSSIBILITY OF SUCH DAMAGE.
-
---------------------------------------------------------------------
-
-This software consists of voluntary contributions made by many
-individuals on behalf of the PHP Group.
-
-The PHP Group can be contacted via Email at group@php.net.
-
-For more information on the PHP Group and the PHP project,
-please see .
-
-This product includes the Zend Engine, freely available at
-.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/PHP-3.01 b/sdk_container/src/third_party/portage-stable/licenses/PHP-3.01
deleted file mode 100644
index 8d3fa076f6b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/PHP-3.01
+++ /dev/null
@@ -1,68 +0,0 @@
---------------------------------------------------------------------
- The PHP License, version 3.01
-Copyright (c) 1999 - 2006 The PHP Group. All rights reserved.
---------------------------------------------------------------------
-
-Redistribution and use in source and binary forms, with or without
-modification, is permitted provided that the following conditions
-are met:
-
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in
- the documentation and/or other materials provided with the
- distribution.
-
- 3. The name "PHP" must not be used to endorse or promote products
- derived from this software without prior written permission. For
- written permission, please contact group@php.net.
-
- 4. Products derived from this software may not be called "PHP", nor
- may "PHP" appear in their name, without prior written permission
- from group@php.net. You may indicate that your software works in
- conjunction with PHP by saying "Foo for PHP" instead of calling
- it "PHP Foo" or "phpfoo"
-
- 5. The PHP Group may publish revised and/or new versions of the
- license from time to time. Each version will be given a
- distinguishing version number.
- Once covered code has been published under a particular version
- of the license, you may always continue to use it under the terms
- of that version. You may also choose to use such covered code
- under the terms of any subsequent version of the license
- published by the PHP Group. No one other than the PHP Group has
- the right to modify the terms applicable to covered code created
- under this License.
-
- 6. Redistributions of any form whatsoever must retain the following
- acknowledgment:
- "This product includes PHP software, freely available from
- ".
-
-THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND
-ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
-PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP
-DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
-INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
-OF THE POSSIBILITY OF SUCH DAMAGE.
-
---------------------------------------------------------------------
-
-This software consists of voluntary contributions made by many
-individuals on behalf of the PHP Group.
-
-The PHP Group can be contacted via Email at group@php.net.
-
-For more information on the PHP Group and the PHP project,
-please see .
-
-PHP includes the Zend Engine, freely available at
-.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/PICO-8 b/sdk_container/src/third_party/portage-stable/licenses/PICO-8
deleted file mode 100644
index 65f8313c8ae..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/PICO-8
+++ /dev/null
@@ -1,45 +0,0 @@
-SOFTWARE LICENSE AGREEMENT FOR PICO-8
-
-This license agreement is between you, the end user, and Lexaloffle
-Games LLP ("LEXALOFFLE GAMES"). The software licensed under this
-agreement is PICO-8 ("THE SOFTWARE"), including all data files,
-executables, documentation and design. By distributing, copying,
-executing, or otherwise using THE SOFTWARE, you agree to be bound by
-the terms of this license agreement.
-
-THE SOFTWARE is owned by LEXALOFFLE GAMES. LEXALOFFLE GAMES reserves the
-exclusive copyright and all rights not expressly granted.
-
-You may install and use THE SOFTWARE on any computers for which you are
-the primary user. You may additionally install and use THE SOFTWARE
-concurrently on any number of computers belonging to a single household
-or educational organisation, including libraries, clubs, schools and
-universities.
-
-Unless express consent is granted by LEXALOFFLE GAMES, you may not
-distribute all of or any part of THE SOFTWARE to any other party, create
-derivative works based on THE SOFTWARE, or sell, resell, rent or lease
-THE SOFTWARE.
-
-EXPORTED CARTRIDGES
-
-Files generated by exporting a cartridge with PICO-8 (Javascript, HTML,
-executeables and data files) may be used for any purpose, including
-commercial applications, and to alter them and redistribute them freely,
-provided that permission to do so is also granted by the authors of the
-cartridge.
-
-DISCLAIMER
-
-THE SOFTWARE IS PROVIDED "AS-IS" WITHOUT WARRANTY OF ANY KIND. TO THE
-MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LEXALOFFLE GAMES DISCLAIMS
-ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
-ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.
-
-TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
-LEXALOFFLE GAMES BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING BUT NOT
-LIMITED TO ANY LOSS OF PRODUCTIVITY, LOSS OF DATA, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF, OR INABILITY TO USE THE
-SOFTWARE, EVEN IF LEXALOFFLE GAMES HAS BEEN ADVISED OF THE POSSIBILITY
-OF SUCH DAMAGES.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/PLAN9 b/sdk_container/src/third_party/portage-stable/licenses/PLAN9
deleted file mode 100644
index fba2b43b8bc..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/PLAN9
+++ /dev/null
@@ -1,667 +0,0 @@
- LUCENT TECHNOLOGIES INC.
-
- PLAN 9 OPEN SOURCE LICENSE AGREEMENT
-
- PLEASE READ THIS AGREEMENT (INCLUDING THE EXHIBITS) CAREFULLY BEFORE
- PROCEEDING. BY CLICKING ON THE "ACCEPT" BUTTON, OR BY DOWNLOADING,
- INSTALLING, USING, COPYING, MODIFYING OR DISTRIBUTING THE SOFTWARE OR
- DERIVATIVE WORKS THEREOF, YOU ARE CONSENTING TO BE BOUND BY THIS
- AGREEMENT.
-
- IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS AGREEMENT, CLICK ON THE
- "DO NOT ACCEPT" BUTTON AND THE INSTALLATION/DOWNLOAD PROCESS WILL NOT
- CONTINUE.
-
- 1. DEFINITIONS
-
- 1. "Agreement" means this Lucent Technologies Inc. Plan 9 Open Source
- License Agreement (including Exhibits).
-
- 1. "Contributor(s)" means any individual or legal entity that creates or
- contributes to a Modification of the Original Software.
-
- 1. "Licensee" means an individual or a legal entity entering into and
- exercising rights under this Agreement. For the purposes hereunder,
- Licensee includes any entity that controls, is controlled by, or is
- under common control with Licensee. For purposes of this definition,
- "control" means (i) the power, direct or indirect, to cause the
- direction or management of such entity, whether by contract or
- otherwise; or (ii) ownership of fifty percent (50%) or more of the
- controlling shares or beneficial ownership of such entity. Licensee
- is also referred to herein as "You" with "Your" as the possessive.
-
- 1. "Licensed Software" means the Original Software, Modifications, or
- any combination of the Original Software and Modifications.
-
- 1. "Lucent" means Lucent Technologies Inc., a Delaware corporation
- having an office at 600 Mountain Ave., Murray Hill, NJ 07974, its
- related companies and/or affiliates.
-
- 1. "Modification(s)" means any addition, deletion, change, or
- improvement to the Original Software or prior Modifications thereto.
- Modifications do not include additions to the Original Software or
- prior Modifications which (i) are separate modules of software which
- may be distributed in conjunction with Licensed Software; or (ii) are
- not derivative works of the Licensed Software itself.
-
- 1. "Object Code" means machine executable software code.
-
- 1. "Original Contributor" means Lucent and its Licensors, collectively.
-
- 1. "Original Software" means the Plan 9 Software, in both Source Code
- form and Object Code form, and any associated documentation, as
- furnished under this Agreement.
-
- 1. "Plan 9 Software" means a network operating system designed for
- research into distributed services, applications and software
- development.
-
- 1. "Plan 9 Trademark" means the trademark PLAN 9 (for which Lucent has
- acquired common law rights and for which Lucent owns U.S. Trademark
- Registration Number 2,065,577).
-
- 1. "Recipient" means any individual or legal entity receiving the
- Licensed Software under this Agreement, including all Contributors,
- or receiving the Licensed Software under another license agreement as
- authorized herein.
-
- 1. "Source Code" means human readable software code.
-
- 2.0 GRANT OF RIGHTS
-
- 2.1 Subject to the terms of this Agreement and to third party intellectual
- property claims, Lucent grants to Licensee, a royalty-free, nonexclusive,
- non-transferable, worldwide license to use, reproduce, modify, execute,
- display, perform, distribute and sublicense, the Original Software (with
- or without Modifications) in Source Code form and/or Object Code form for
- commercial and/or non-commercial purposes. This grant includes a
- nonexclusive and non-transferable license under any patents which Lucent
- has a right to license and which, but for this license, are unavoidably
- and necessarily infringed by the execution of the inherent functionality
- of the Original Software in the form furnished under this Agreement.
- Nothing in this Agreement shall be construed as conferring in any way (by
- implication, estoppel or otherwise) any license or right under any
- existing or future patent claim which is directed to a combination of the
- functionality of the Original Software with the functionality of any other
- software programs, or a combination of hardware systems other than the
- combination of the Original Software and the hardware or firmware into
- which the Original Software is loaded. Distribution of Licensed Software
- to third parties pursuant to this grant shall be subject to the same terms
- and conditions as set forth in this Agreement, and may, at Your option,
- include a reasonable charge for the cost of any media. You may also, at
- Your option, charge for any other software, product or service that
- includes or incorporates the Original Software as a part thereof.
-
- 2.2 No right is granted to Licensee to create derivative works of or to
- redistribute (other than with the Original Software or a derivative
- thereof) the screen imprinter fonts identified in subdirectory
- /lib/font/bit/lucida and printer fonts (Lucida Sans Unicode, Lucida Sans
- Italic, Lucida Sans Demibold, Lucida Typewriter, Lucida Sans
- Typewriter83), identified in subdirectory /sys/lib/postscript/font.
-
- 2.3 Exhibit A contains additional terms and conditions relating to the
- printer fonts identified in subdirectory /sys/lib/ghostscript/font. In the
- case of any conflict between the provisions of the body of this Agreement
- and Exhibit A regarding such printer fonts, the provisions of Exhibit A
- shall control.
-
- 2.4 The Original Software licensed herein contains material copyrights by
- the Original Contributor, including but not limited to Lucent, B&H Inc.,
- and Y&Y Inc. No rights are granted with respect to Original Software
- except as expressly provided herein.
-
- 2.5 Lucent grants to Licensee a nonexclusive, royalty free, worldwide
- license to use the Plan 9 Trademark solely in connection with the Plan 9
- operating system source code (or object code) and documentation. Such use
- by Licensee of the Plan 9 Trademark shall be in accordance with the
- following quality standards and controls:
-
- * Any use of the Plan 9 Trademark must be made under the terms of this
- Agreement;
- * The Plan 9 Trademark may not be combined with any other mark or logo
- to form a composite mark or logo or suggest that the Parties are part
- of one company.
-
- Upon Lucent's written request and at Licensee's expense, Licensee will
- provide Lucent with a representative sample of Licensee's promotional
- materials bearing the Plan 9 Trademark. If, for any reason, Lucent
- determines that the quality standards or controls applied by Licensee to
- the Plan 9 system source code and documentation fall below those that are
- consistent with Lucent's standards, upon written notice of the deficiency
- to Licensee, Lucent may, at its sole option and discretion, terminate
- Licensee's right to use the Plan 9 Trademark upon written notice to
- Licensee.
-
- Licensee acknowledges that Lucent is the owner of the Plan 9 Trademark and
- all goodwill attached thereto. This Agreement does not give Licensee any
- interest in the Plan 9 Trademark except the right to use the mark in
- accordance with the provisions of this Agreement. Licensee agrees not to
- attempt to register the Plan 9 Trademark nor to adopt, attempt to register
- or register anywhere in the world a mark the same as or confusingly
- similar to the Plan 9 Trademark.
-
-
-
- 3.0 DISTRIBUTION OBLIGATIONS
-
- 3.1 Modifications which You create or to which You contribute are governed
- by the terms of this Agreement and must be made available under the terms
- of this Agreement in at least the same form as the Source Code version of
- Original Software furnished hereunder. Any distribution by You of the
- Source Code version of Licensed Software must be made under the terms of
- this Agreement or any future version of this Agreement under Section 11.0,
- and You must include a copy of this Agreement with each and every copy of
- such Source Code version of Licensed Software which You distribute. You
- may not offer or impose any terms on any such Source Code version of
- Licensed Software that alters or restricts the terms of the applicable
- version of this Agreement or the Recipients' rights and obligations
- hereunder.
-
- 3.2 You must cause all Licensed Software to which You contribute, i.e.
- Your Modifications, to contain a clear identification, e.g., a separate
- file, documenting the changes made by You and identifying You as the
- Contributor that reasonably allows subsequent Recipients to identify the
- originator of the Modification. To the extent You create at least one
- Modification, You may add Your name as a Contributor to the requisite
- notice described in Section 3.3.
-
- 3.3 With respect to Your distribution of Licensed Software (or any portion
- thereof), You must include the following information in a conspicuous
- location governing such distribution (e.g., a separate file) and on all
- copies of any Source Code version of Licensed Software You distribute:
-
- "The contents herein includes software initially developed by Lucent
- Technologies Inc. and others, and is subject to the terms of the Lucent
- Technologies Inc. Plan 9 Open Source License Agreement. A copy of the Plan
- 9 Open Source License Agreement is available at:
- http://plan9.bell-labs.com/plan9dist/download.html or by contacting Lucent
- Technologies at http://www.lucent.com.
-
- All software distributed under such Agreement is distributed on an "AS IS"
- basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
- Lucent Technologies Inc. Plan 9 Open Source License Agreement for the
- specific language governing all rights, obligations and limitations under
- such Agreement.
-
- Portions of the software developed by Lucent Technologies Inc. and others
- are Copyright O 2002. All rights reserved.
-
- Contributor(s):___________________________"
-
- 3.4 You may distribute Licensed Software in Object Code form using this
- Agreement, or under a license of Your choice provided that You are in
- compliance with this Agreement and Your license: (a) complies with the
- terms and conditions of this Agreement; (b) does not limit or alter the
- Recipient's rights and obligations in the Source Code version of the
- Licensed Software set forth in this Agreement; (c) states that the Source
- Code version of the Licensed Software is available from You, and describes
- how it may be obtained by Recipient; (d) effectively disclaims on behalf
- of Original Contributor and all Contributors all warranties and
- conditions, express or implied, including warranties or conditions of
- title or non-infringement, and implied warranties or conditions of
- merchantability and fitness for a particular purpose; (e) effectively
- excludes on behalf of Original Contributor and all Contributors all
- liability for damages, including direct, indirect, special, incidental,
- and consequential damages; and (f) clearly states that any terms which
- differ from this Agreement are offered by You alone, not by Original
- Contributor or any other Contributor. You hereby agree to indemnify
- Original Contributor or any other Contributor for any liability incurred
- by Original Contributor or any other Contributor as result of any such
- differing terms You offer in Your license.
-
- 3.5 You may not use the names "Lucent Technologies", "Bell Labs" or any
- other name associated with Lucent or any Lucent trademark for any purposes
- other than as specifically provided in this Agreement.
-
- 3.6 You must include all of the original copyright, labels or other
- notices on the Licensed Software on any copies of the Licensed Software
- which You make; and include with the distribution of any Modifications You
- create a copy (or an offer to provide such a copy at no charge) of the
- Licensed Software, on the same terms as set forth in this Agreement.
-
- 3.7 While this Agreement contemplates the commercial use and distribution
- of Licensed Software, commercial distributors of software may, for a
- variety of reasons, accept certain responsibilities with respect to
- customers, licensees, business partners and the like. As such, if You or
- any Contributor include Licensed Software in a commercial offering
- ("Commercial Contributor"), such Commercial Contributor agrees to defend
- and indemnify Original Contributor and all other Contributors
- (collectively "Indemnified Contributors") against any liability, losses,
- damages and costs arising from claims, lawsuits and other legal actions
- brought by any third party against the Indemnified Contributors to the
- extent caused by the acts or omissions of such Commercial Contributor in
- connection with its use or distribution of Licensed Software in a
- commercial offering of any kind.
-
- 4.0 MODIFICATIONS
-
- You agree to provide the Original Contributor, at its request, with a copy
- of the complete Source Code version, Object Code version and related
- documentation for Modifications created or contributed to by You if
- distributed in any form, e.g., binary or source. Original Contributor
- and/or other Contributors shall have unrestricted, nonexclusive,
- worldwide, perpetual, royalty-free rights, to use, reproduce, modify,
- display, perform, sublicense and distribute such Modifications, and to
- grant third parties the right to do so, including without limitation as a
- part of or with the Licensed Software; and Original Contributor and/or
- other Contributors shall have the right to license or to otherwise
- transfer to third parties such Modifications without notice, obligation or
- recourse to You. You grant to Original Contributor, Contributors and their
- respective licensees all rights and licenses (including patents) as are
- necessary to incorporate the Modifications created or contributed and so
- distributed by You into the Licensed Software and to use, distribute or
- otherwise exploit such Licensed Software without payment or accounting to
- You.
-
- 5. TITLE
-
- Title, ownership rights, and intellectual property rights in the Original
- Software and the Plan 9 Trademark shall remain in the Original
- Contributor. Original Contributor and/or the other Contributors reserve
- all rights not expressly granted to You, and no other licenses are granted
- or implied. The Licensed Software is protected by copyright laws and
- treaties.
-
- 6.0 TERMINATION
-
- 1. The licenses and rights granted under this Agreement shall terminate
- automatically if (i) You fail to comply with all of the terms and
- conditions herein; or (ii) You initiate or participate in any
- intellectual property action against Original Contributor.
-
- 1. The rights and obligations of the parties hereto which by their
- nature would continue beyond termination of this Agreement shall
- survive and continue after any such termination of this Agreement.
-
- 1. Upon termination for any reason, You must destroy all copies of the
- Licensed Software in Your possession. All sublicenses of Licensed
- Software which were validly granted by You to third parties under
- this Agreement shall survive such termination.
-
- 7.0 DISCLAIMER OF WARRANTY
-
- YOU UNDERSTAND AND ACKNOWLEDGE THAT, TO THE FULLEST EXTENT PERMITTED BY
- LAW, THE LICENSED SOFTWARE IS LICENSED UNDER THIS AGREEMENT FREE OF CHARGE
- ON AN "AS IS" BASIS WITH ALL FAULTS, LATENT AND PATENT AND
- WITHOUT ANY WARRANTY OF ANY TYPE. ORIGINAL CONTRIBUTOR AND THE OTHER
- CONTRIBUTORS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESSED OR IMPLIED.
- BY WAY OF EXAMPLE, BUT NOT OF LIMITATION, ORIGINAL CONTRIBUTOR AND THE
- OTHER CONTRIBUTORS MAKE NO REPRESENTATIONS OF MERCHANTABILITY OR FITNESS
- FOR A PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE WILL NOT
- INFRINGE ANY PATENT OR OTHER INTELLECTUAL PROPERTY RIGHT OF ANY THIRD
- PARTY AND IT SHALL BE THE SOLE RESPONSIBILITY OF YOU TO MAKE SUCH
- DETERMINATION AS IS NECESSARY WITH RESPECT TO THE ACQUISITION OF LICENSES
- UNDER PATENTS OR OTHER INTELLECTUAL PROPERTY RIGHTS OF THIRD PARTIES.
- ORIGINAL CONTRIBUTOR AND THE OTHER CONTRIBUTORS DO NOT WARRANT THAT THE
- FUNCTIONS OF THE LICENSED SOFTWARE WILL MEET YOUR REQUIREMENTS OR THAT
- LICENSED SOFTWARE OPERATION WILL BE ERROR-FREE OR UNINTERRUPTED. YOU
- ASSUME THE RISK OF ANY AND ALL DAMAGE OR LOSS FROM USE, OR INABILITY TO
- USE, THE LICENSED SOFTWARE. ORIGINAL CONTRIBUTOR AND THE OTHER
- CONTRIBUTORS BEAR NO RESPONSIBILITY FOR CORRECTING THE LICENSED SOFTWARE,
- SUPPLYING ASSISTANCE FOR FIXING, OR FOR COMMUNICATING KNOWN ERRORS TO YOU
- PERTAINING TO THE LICENSED SOFTWARE FURNISHED HEREUNDER.
-
- ORIGINAL CONTRIBUTOR AND THE OTHER CONTRIBUTORS SHALL NOT BE HELD TO ANY
- LIABILITY WITH RESPECT TO ANY PATENT INFRINGEMENT OR ANY OTHER CLAIM MADE
- BY YOU OR ANY THIRD PARTY ON ACCOUNT OF, OR ARISING FROM THE USE OF, THE
- LICENSED SOFTWARE PROVIDED HEREUNDER.
-
- SOME STATES DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO THE ABOVE
- EXCLUSION MAY NOT APPLY TO YOU. YOU MAY ALSO HAVE OTHER RIGHTS THAT VARY
- FROM JURISDICTION TO JURISDICTION.
-
- 8.0 LIMITATION OF LIABILITY
-
- UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, TORT, CONTRACT, OR
- OTHERWISE, SHALL ORIGINAL CONTRIBUTOR AND/OR THE OTHER CONTRIBUTORS BE
- LIABLE TO YOU OR ANY OTHER THIRD PARTY FOR DAMAGES OF ANY KIND INCLUDING,
- BUT NOT LIMITED TO, ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR
- CONSEQUENTIAL DAMAGES OF ANY CHARACTER WHATSOEVER INCLUDING, WITHOUT
- LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE
- OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF
- THE ORIGINAL CONTRIBUTOR AND/OR ANY OTHER CONTRIBUTORS SHALL HAVE BEEN
- INFORMED OF THE POSSIBILITY OF SUCH DAMAGES, OR FOR ANY CLAIM BY ANY OTHER
- PARTY. FURTHERMORE, SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
- LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS LIMITATION AND
- EXCLUSION MAY NOT APPLY TO YOU. TO THE EXTENT THAT ANY EXCLUSION OF
- DAMAGES ABOVE IS NOT VALID, YOU AGREE THAT IN NO EVENT WILL ORIGINAL
- CONTRIBUTOR'S AND ALL OTHER CONTRIBUTORS' TOTAL LIABILITY UNDER OR RELATED
- TO THIS AGREEMENT EXCEED ONE THOUSAND DOLLARS ($1000.00 US).
-
- 9.0 EXPORT CONTROL
-
- You acknowledge that the Licensed Software hereunder is "unrestricted
- encryption source code" as the term is defined under the United States
- Export Administration Regulations and is subject to export control under
- such laws and regulations. You agree that, if you export or re-export the
- Licensed Software or any modifications to it, You are responsible for
- compliance with the United States Export Administration Regulations and
- hereby indemnify the Original Contributor and all other Contributors for
- any liability incurred as a result.
-
- 10.0 U.S. GOVERNMENT RIGHTS
-
- You may only acquire the Licensed Software on behalf of, or for delivery
- to, any part of the United States Government, if the Licensed Software is
- treated as commercial computer software and licensed to the Government
- under the terms and conditions of this Agreement, pursuant to the policies
- stated in 48 C.F.R. Section 12.212 (October 1995) or 48 C.F.R. Section
- 227.7202 (June 1995), as applicable.
-
- 11.0 LICENSE VERSIONS
-
- LUCENT, at its sole discretion, may from time to time publish a revised
- and/or new version of this Agreement (each such revised or new version
- shall carry a distinguishing version number) which shall govern all copies
- of Licensed Software downloaded after the posting of such revised or new
- version of this Agreement.
-
- 12.0 MISCELLANEOUS
-
- This Agreement sets forth the entire agreement and understanding between
- the parties as to the subject matter hereof and merges all prior
- discussions between them. This Agreement shall be governed by the laws of
- the State of New York, USA, excluding its conflict of law provisions. The
- application of the United Nations Convention of Contracts for the
- International Sale of Goods is expressly excluded. YOUR DOWNLOAD,
- INSTALLATION AND USE, MODIFICATION OR DISTRIBUTION OF THE LICENSED
- SOFTWARE IS EXPRESSLY MADE CONDITIONAL ON YOUR ASSENT TO THE TERMS SET
- FORTH HEREIN. You further agree and acknowledge that by clicking on the
- "ACCEPT" button below, You shall have manifested acceptance to enter into
- this Agreement and shall be deemed to have manually signed and executed
- this Agreement making this an enforceable Agreement between the parties.
- If any provision of this Agreement is held to be unenforceable, such
- provision shall be reformed only to the extent necessary to make it
- enforceable.
-
-
-
- EXHIBIT A - GNU GENERAL PUBLIC LICENSE
-
-
-
- GNU GENERAL PUBLIC LICENSE
-
- Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave,
- Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute
- verbatim copies of this license document, but changing it is not allowed.
-
- Preamble
-
- The licenses for most software are designed to take away your freedom to
- share and change it. By contrast, the GNU General Public License is
- intended to guarantee your freedom to share and change free software--to
- make sure the software is free for all its users. This General Public
- License applies to most of the Free Software Foundation's software and to
- any other program whose authors commit to using it. (Some other Free
- Software Foundation software is covered by the GNU Library General Public
- License instead.) You can apply it to your programs, too.
-
- When we speak of free software, we are referring to freedom, not price.
- Our General Public Licenses are designed to make sure that you have the
- freedom to distribute copies of free software (and charge for this service
- if you wish), that you receive source code or can get it if you want it,
- that you can change the software or use pieces of it in new free programs;
- and that you know you can do these things.
-
- To protect your rights, we need to make restrictions that forbid anyone to
- deny you these rights or to ask you to surrender the rights. These
- restrictions translate to certain responsibilities for you if you
- distribute copies of the software, or if you modify it.
-
- For example, if you distribute copies of such a program, whether gratis or
- for a fee, you must give the recipients all the rights that you have. You
- must make sure that they, too, receive or can get the source code. And you
- must show them these terms so they know their rights.
-
- We protect your rights with two steps: (1) copyright the software, and (2)
- offer you this license which gives you legal permission to copy,
- distribute and/or modify the software.
-
- Also, for each author's protection and ours, we want to make certain that
- everyone understands that there is no warranty for this free software. If
- the software is modified by someone else and passed on, we want its
- recipients to know that what they have is not the original, so that any
- problems introduced by others will not reflect on the original authors'
- reputations.
-
- Finally, any free program is threatened constantly by software patents. We
- wish to avoid the danger that redistributors of a free program will
- individually obtain patent licenses, in effect making the program
- proprietary. To prevent this, we have made it clear that any patent must
- be licensed for everyone's free use or not licensed at all.
-
- The precise terms and conditions for copying, distribution and
- modification follow.
-
- GNU GENERAL PUBLIC LICENSE
-
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. This License applies to any program or other work which contains a
- notice placed by the copyright holder saying it may be distributed under
- the terms of this General Public License. The "Program", below, refers to
- any such program or work, and a "work based on the Program" means either
- the Program or any derivative work under copyright law: that is to say, a
- work containing the Program or a portion of it, either verbatim or with
- modifications and/or translated into another language. (Hereinafter,
- translation is included without limitation in the term "modification".)
- Each licensee is addressed as "you".
-
- Activities other than copying, distribution and modification are not
- covered by this License; they are outside its scope. The act of running
- the Program is not restricted, and the output from the Program is covered
- only if its contents constitute a work based on the Program (independent
- of having been made by running the Program). Whether that is true depends
- on what the Program does.
-
- 1. You may copy and distribute verbatim copies of the Program's source
- code as you receive it, in any medium, provided that you conspicuously and
- appropriately publish on each copy an appropriate copyright notice and
- disclaimer of warranty; keep intact all the notices that refer to this
- License and to the absence of any warranty; and give any other recipients
- of the Program a copy of this License along with the Program.
-
- You may charge a fee for the physical act of transferring a copy, and you
- may at your option offer warranty protection in exchange for a fee.
-
- 2. You may modify your copy or copies of the Program or any portion of it,
- thus forming a work based on the Program, and copy and distribute such
- modifications or work under the terms of Section 1 above, provided that
- you also meet all of these conditions:
-
- a) You must cause the modified files to carry prominent notices stating
- that you changed the files and the date of any change.
-
- b) You must cause any work that you distribute or publish, that in whole
- or in part contains or is derived from the Program or any part thereof, to
- be licensed as a whole at no charge to all third parties under the terms
- of this License.
-
- c) If the modified program normally reads commands interactively when run,
- you must cause it, when started running for such interactive use in the
- most ordinary way, to print or display an announcement including an
- appropriate copyright notice and a notice that there is no warranty (or
- else, saying that you provide a warranty) and that users may redistribute
- the program under these conditions, and telling the user how to view a
- copy of this License. (Exception: if the Program itself is interactive but
- does not normally print such an announcement, your work based on the
- Program is not required to print an announcement.)
-
- These requirements apply to the modified work as a whole. If identifiable
- sections of that work are not derived from the Program, and can be
- reasonably considered independent and separate works in themselves, then
- this License, and its terms, do not apply to those sections when you
- distribute them as separate works. But when you distribute the same
- sections as part of a whole which is a work based on the Program, the
- distribution of the whole must be on the terms of this License, whose
- permissions for other licensees extend to the entire whole, and thus to
- each and every part regardless of who wrote it.
-
- Thus, it is not the intent of this section to claim rights or contest your
- rights to work written entirely by you; rather, the intent is to exercise
- the right to control the distribution of derivative or collective works
- based on the Program.
-
- In addition, mere aggregation of another work not based on the Program
- with the Program (or with a work based on the Program) on a volume of a
- storage or distribution medium does not bring the other work under the
- scope of this License.
-
- 3. You may copy and distribute the Program (or a work based on it, under
- Section 2) in object code or executable form under the terms of Sections 1
- and 2 above provided that you also do one of the following:
-
- a) Accompany it with the complete corresponding machine-readable source
- code, which must be distributed under the terms of Sections 1 and 2 above
- on a medium customarily used for software interchange; or,
-
- b) Accompany it with a written offer, valid for at least three years, to
- give any third party, for a charge no more than your cost of physically
- performing source distribution, a complete machine-readable copy of the
- corresponding source code, to be distributed under the terms of Sections 1
- and 2 above on a medium customarily used for software interchange; or,
-
- c) Accompany it with the information you received as to the offer to
- distribute corresponding source code. (This alternative is allowed only
- for noncommercial distribution and only if you received the program in
- object code or executable form with such an offer, in accord with
- Subsection b above.)
-
- The source code for a work means the preferred form of the work for making
- modifications to it. For an executable work, complete source code means
- all the source code for all modules it contains, plus any associated
- interface definition files, plus the scripts used to control compilation
- and installation of the executable. However, as a special exception, the
- source code distributed need not include anything that is normally
- distributed (in either source or binary form) with the major components
- (compiler, kernel, and so on) of the operating system on which the
- executable runs, unless that component itself accompanies the executable.
-
- If distribution of executable or object code is made by offering access to
- copy from a designated place, then offering equivalent access to copy the
- source code from the same place counts as distribution of the source code,
- even though third parties are not compelled to copy the source along with
- the object code.
-
- 4. You may not copy, modify, sublicense, or distribute the Program except
- as expressly provided under this License. Any attempt otherwise to copy,
- modify, sublicense or distribute the Program is void, and will
- automatically terminate your rights under this License. However, parties
- who have received copies, or rights, from you under this License will not
- have their licenses terminated so long as such parties remain in full
- compliance.
-
- 5. You are not required to accept this License, since you have not signed
- it. However, nothing else grants you permission to modify or distribute
- the Program or its derivative works. These actions are prohibited by law
- if you do not accept this License. Therefore, by modifying or distributing
- the Program (or any work based on the Program), you indicate your
- acceptance of this License to do so, and all its terms and conditions for
- copying, distributing or modifying the Program or works based on it.
-
- 6. Each time you redistribute the Program (or any work based on the
- Program), the recipient automatically receives a license from the original
- licensor to copy, distribute or modify the Program subject to these terms
- and conditions. You may not impose any further restrictions on the
- recipients' exercise of the rights granted herein. You are not responsible
- for enforcing compliance by third parties to this License.
-
- 7. If, as a consequence of a court judgment or allegation of patent
- infringement or for any other reason (not limited to patent issues),
- conditions are imposed on you (whether by court order, agreement or
- otherwise) that contradict the conditions of this License, they do not
- excuse you from the conditions of this License. If you cannot distribute
- so as to satisfy simultaneously your obligations under this License and
- any other pertinent obligations, then as a consequence you may not
- distribute the Program at all. For example, if a patent license would not
- permit royalty-free redistribution of the Program by all those who receive
- copies directly or indirectly through you, then the only way you could
- satisfy both it and this License would be to refrain entirely from
- distribution of the Program.
-
- If any portion of this section is held invalid or unenforceable under any
- particular circumstance, the balance of the section is intended to apply
- and the section as a whole is intended to apply in other circumstances.
-
- It is not the purpose of this section to induce you to infringe any
- patents or other property right claims or to contest validity of any such
- claims; this section has the sole purpose of protecting the integrity of
- the free software distribution system, which is implemented by public
- license practices. Many people have made generous contributions to the
- wide range of software distributed through that system in reliance on
- consistent application of that system; it is up to the author/donor to
- decide if he or she is willing to distribute software through any other
- system and a licensee cannot impose that choice.
-
- This section is intended to make thoroughly clear what is believed to be a
- consequence of the rest of this License.
-
- 8. If the distribution and/or use of the Program is restricted in certain
- countries either by patents or by copyrighted interfaces, the original
- copyright holder who places the Program under this License may add an
- explicit geographical distribution limitation excluding those countries,
- so that distribution is permitted only in or among countries not thus
- excluded. In such case, this License incorporates the limitation as if
- written in the body of this License.
-
- 9. The Free Software Foundation may publish revised and/or new versions of
- the General Public License from time to time. Such new versions will be
- similar in spirit to the present version, but may differ in detail to
- address new problems or concerns.
-
- Each version is given a distinguishing version number. If the Program
- specifies a version number of this License which applies to it and "any
- later version", you have the option of following the terms and conditions
- either of that version or of any later version published by the Free
- Software Foundation. If the Program does not specify a version number of
- this License, you may choose any version ever published by the Free
- Software Foundation.
-
- 10. If you wish to incorporate parts of the Program into other free
- programs whose distribution conditions are different, write to the author
- to ask for permission. For software which is copyrighted by the Free
- Software Foundation, write to the Free Software Foundation; we sometimes
- make exceptions for this. Our decision will be guided by the two goals of
- preserving the free status of all derivatives of our free software and of
- promoting the sharing and reuse of software generally.
-
- NO WARRANTY
-
- 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
- FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
- OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
- PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
- OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
- TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
- PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
- REPAIR OR CORRECTION.
-
- 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
- WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
- REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
- INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
- ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT
- LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES
- SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE
- WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
- ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
- END OF TERMS AND CONDITIONS
-
-
-
-
-
- YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT (INCLUDING THE EXHIBITS)
- AND UNDERSTAND IT, AND THAT BY CLICKING ON THE "ACCEPT" BUTTON BELOW AND
- INSTALLING/DOWNLOADING THE SOFTWARE YOU ACCEPT AND AGREE TO BE BOUND BY
- THE TERMS AND CONDITIONS OF THIS AGREEMENT.
-
- Plan 9 Open Source License - Version 1.4 - 09/10/02
-ND AGREE TO BE BOUND BY THE TERMS AND CONDITIONS OF THIS AGREEMENT.
-
- Plan 9 Open Source License - Version 1.4 - 09/10/02
diff --git a/sdk_container/src/third_party/portage-stable/licenses/POSTGRESQL b/sdk_container/src/third_party/portage-stable/licenses/POSTGRESQL
deleted file mode 100644
index 6291d30179e..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/POSTGRESQL
+++ /dev/null
@@ -1,18 +0,0 @@
-Copyright (c) ,
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose, without fee, and without a written agreement
-is hereby granted, provided that the above copyright notice and this
-paragraph and the following two paragraphs appear in all copies.
-
-IN NO EVENT SHALL BE LIABLE TO ANY PARTY FOR DIRECT,
-INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST
-PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION,
-EVEN IF HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGE.
-
- SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT
-NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS"
-BASIS, AND HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE,
-SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/PSTT b/sdk_container/src/third_party/portage-stable/licenses/PSTT
deleted file mode 100644
index b1a78904a3c..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/PSTT
+++ /dev/null
@@ -1,127 +0,0 @@
- Virtual Paper
-
-End User License Agreement for pstotext Software
-
- GRANT.
- Subject to the provisions contained herein, Digital Equipment
- Corporation ("Digital") hereby grants you a non-exclusive
- license to use its accompanying proprietary software product
- and associated documentation ("Software") free of charge
- pursuant to the terms and conditions of this Agreement. You are
- not entitled to support or telephone assistance in connection
- with your use of the Software.
-
- SOFTWARE AND DOCUMENTATION.
- Digital shall furnish the Software to you electronically or on
- media in source code form. This license does not grant you any
- right to any enhancement or update to the Software and
- Documentation.
-
- USE RESTRICTIONS.
- You may use, copy, modify, and distribute the Software in
- source code or object code form, subject to the following
- conditions:
-
- + If the Software is modified, any Software containing
- modifications must prominently state in the modified product
- or documentation (i) that it has been modified, (ii) the
- identity of the person or entity that made the modifications,
- and (iii) the date the modifications were made.
- + Each copy of the Software made by you shall be subject to the
- terms of this Agreement and shall contain all of Digital's
- notices regarding copyrights, trademarks and other
- proprietary rights as contained in the Software originally
- provided to you.
- + The Software may not be transferred to any third party unless
- such third party receives a copy of this Agreement and agrees
- to be bound by all of its terms and conditions.
-
- TITLE.
- Title, ownership rights, and intellectual property rights in
- and to the Software shall remain in Digital and/or its
- suppliers. The Software is protected by the copyright laws of
- the United States and international copyright treaties.
-
- CONTENT.
- Title, ownership rights, and intellectual property rights in
- and to the content accessed through the Software is the
- property of the applicable content owner and may be protected
- by applicable copyright or other law. This License gives you no
- rights to such content.
-
- DISCLAIMER OF WARRANTY.
- Since the Software is provided free of charge, the Software is
- provided on an "AS IS" basis, without warranty of any kind,
- including without limitation the warranties of merchantability,
- fitness for a particular purpose and non-infringement. The
- entire risk as to the quality and performance of the Software
- is borne by you. Should the Software prove defective, you, and
- not Digital assume the entire cost of any service and repair.
- This disclaimer of warranty constitutes an essential part of
- the agreement.
-
- LIMITATION OF LIABILITY.
- UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, TORT,
- CONTRACT, OR OTHERWISE, SHALL DIGITAL OR ITS SUPPLIERS
- RESELLERS, OR LICENSEES BE LIABLE TO YOU OR ANY OTHER PERSON
- FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
- DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES
- FOR LOSS OF GOODWILL, STOPPAGE, COMPUTER FAILURE OR
- MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES,
- EVEN IF DIGITAL SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF
- SUCH DAMAGES, OR FOR ANY CLAIM BY ANY OTHER PARTY.
-
- EXPORT CONTROLS.
- You may not download or otherwise export or reexport the
- Software or any underlying information or technology except in
- full compliance with all United States and other applicable
- laws and regulations. By downloading or using the Software, you
- are agreeing to the foregoing.
-
- TERMINATION.
- This Agreement shall automatically terminate upon failure by
- you to comply with its terms, in which case you shall
- immediately discontinue the use of the Software and shall
- within ten (10) days return to Digital or destroy all copies of
- the Software. You may also terminate this Agreement at any time
- by destroying the Software and all copies thereof.
-
- MISCELLANEOUS.
- This Agreement represents the complete and exclusive statement
- of the agreements concerning this license between the parties.
- It may be amended only by a writing executed by both parties.
- If any provision of this Agreement is held to be unenforceable
- for any reason, such provision shall be reformed only to the
- extent necessary to make it enforceable, and such decision
- shall not affect the enforceability (i) of such provision under
- other circumstances or (ii) of the remaining provisions hereof
- under all circumstances. Headings shall not be considered in
- interpreting this Agreement. This Agreement shall be governed
- by and construed under the laws of the Commonwealth of
- Massachusetts, except as governed by Federal law. This
- Agreement will not be governed by the United Nations Convention
- of Contracts for the International Sale of Goods, the
- application of which is hereby expressly excluded.
-
- U.S. Government Restricted Rights.
- Use, duplication or disclosure by the Government is subject to
- restrictions set forth in subparagraphs (a) through (d) of the
- Commercial Computer-Restricted Rights clause at FAR 52 227-19
- when applicable, or in subparagraph (c) (1) (ii) of the Rights
- in Technical Data and Computer Software clause at DFARS
- 252.227-7013, and in similar clauses in the NASA FAR
- Supplement. Contractor/manufacturer is Digital Equipment
- Corporation.
- _________________________________________________________________
-
-
- [1]Andrew Birrell and [2]Paul McJones
-
- [3]Legal Statement [4]Privacy Statement
-
-References
-
- 1. http://www.research.digital.com/SRC/people/Andrew_Birrell/bio.html
- 2. http://www.research.digital.com/SRC/people/Paul_McJones/bio.html
- 3. http://www.compaq.com/legal.html
- 4. http://www.compaq.com/privacy.html
diff --git a/sdk_container/src/third_party/portage-stable/licenses/PUEL-11 b/sdk_container/src/third_party/portage-stable/licenses/PUEL-11
deleted file mode 100644
index fe0231ed966..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/PUEL-11
+++ /dev/null
@@ -1,168 +0,0 @@
-VirtualBox Extension Pack Personal Use and Evaluation License (PUEL)
-
-License version 11, 21 May 2020
-
-PLEASE READ THE FOLLOWING ORACLE VM VIRTUALBOX EXTENSION PACK PERSONAL
-USE AND EVALUATION LICENSE CAREFULLY BEFORE DOWNLOADING OR USING THE
-ORACLE SOFTWARE. THESE TERMS AND CONDITIONS CONSTITUTE A LEGAL AGREEMENT
-BETWEEN YOU AND ORACLE.
-
-ORACLE AMERICA, INC. ("ORACLE") IS WILLING TO LICENSE THE PRODUCT DEFINED
-IN SECTION 1 BELOW ONLY ON THE CONDITION THAT YOU ACCEPT ALL OF THE TERMS
-CONTAINED IN THIS VIRTUALBOX EXTENSION PACK PERSONAL USE AND EVALUATION
-LICENSE AGREEMENT ("AGREEMENT").
-
-IF YOU ARE AGREEING TO THIS LICENSE ON BEHALF OF AN ENTITY (RATHER THAN
-AS AN INDIVIDUAL HUMAN BEING), YOU REPRESENT THAT YOU HAVE THE APPROPRIATE
-AUTHORITY TO ACCEPT THESE TERMS AND CONDITIONS ON BEHALF OF SUCH ENTITY.
-
-1 SUBJECT OF AGREEMENT. This Agreement governs your use of the binary
-software package called "Oracle VM VirtualBox Extension Pack" (the
-"Product"), which contains a set of additional features for "Oracle
-VM VirtualBox" that enhance the operation of multiple virtual machines
-("Guest Computers") on a single physical computer ("Host Computer"). The
-Product consists of executable files in machine code, script files,
-data files, and all documentation and updates provided to You by Oracle.
-
-2 GRANT OF LICENSE. Oracle grants you a personal, non-exclusive,
-non-transferable, limited license without fees to reproduce, install,
-execute, and use internally the Product on Host Computers for
-your Personal Use, Educational Use, or Evaluation. "Personal Use"
-is noncommercial use solely by the person downloading the Product
-from Oracle on a single Host Computer, provided that no more than one
-client or remote computer is connected to that Host Computer and that
-client or remote computer is used solely to remotely view the Guest
-Computer(s). "Educational Use" is any use by teachers or students in
-an academic institution (schools, colleges and universities) as part of
-the institution's educational curriculum. "Evaluation" means testing the
-Product for up to thirty (30) days; after expiry of that term, you are
-no longer permitted to use the Product. Personal Use and/or Educational
-Use expressly exclude any use of the Product for commercial purposes or
-to operate, run, or act on behalf of or for the benefit of a business,
-organization, governmental organization, or educational institution.
-
-Oracle reserves all rights not expressly granted in this license.
-
-3 RESTRICTIONS AND RESERVATION OF RIGHTS.
-
-(1) The Product and copies thereof provided to you under this Agreement
-are copyrighted and licensed, not sold, to you by Oracle.
-
-(2) You may not do any of the following: (a) modify any part of the
-Product, except to the extent allowed in the documentation accompanying
-the Product; (b) rent, lease, lend, re-distribute, or encumber the
-Product; (c) remove or alter any proprietary legends or notices contained
-in the Product; or (d) decompile, or reverse engineer the Product
-(except to the extent permitted by applicable law).
-
-(3) The Product is not designed, licensed or intended for use in the
-design, construction, operation or maintenance of any nuclear facility
-and Oracle and its licensors disclaim any express or implied warranty
-of fitness for such uses.
-
-(4) No right, title or interest in or to any trademark, service mark, logo
-or trade name of Oracle or its licensors is granted under this Agreement.
-
-4 TERMINATION. The Agreement is effective on the date you receive the
-Product and remains effective until terminated. Your rights under this
-Agreement will terminate immediately without notice from Oracle if
-you materially breach it or take any action in derogation of Oracle's
-and/or its licensors' rights to the Product. Oracle may terminate this
-Agreement immediately should any part of the Product become or in Oracle's
-reasonable opinion likely to become the subject of a claim of intellectual
-property infringement or trade secret misappropriation. Upon termination,
-you will cease use of and destroy all copies of the Product under your
-control and confirm compliance in writing to Oracle. Neither termination
-of this Agreement nor any deletion or removal of the Product shall limit
-any obligations you may have to Oracle, or any rights and/or remedies that
-Oracle may have with respect to any past or future infringing use of the
-Product (including but not limited to any use of the Product outside the
-scope of the license provided in the Agreement). Sections 3-9, inclusive,
-will survive termination of the Agreement.
-
-5 DISCLAIMER OF WARRANTY. TO THE EXTENT NOT PROHIBITED BY APPLICABLE LAW,
-ORACLE PROVIDES THE PRODUCT "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
-EXPRESS OR IMPLIED. WITHOUT LIMITING THE FOREGOING, ORACLE SPECIFICALLY
-DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
-PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT. The entire risk as
-to the quality and performance of the Product is with you. Should it
-prove defective, you assume the cost of all necessary servicing, repair,
-or correction.
-
-6 LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY APPLICABLE LAW,
-IN NO EVENT WILL ORACLE OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
-PROFIT, DATA, OR DATA USE, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL,
-INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED REGARDLESS OF THE THEORY
-OF LIABILITY, ARISING OUT OF OR RELATED TO THE USE OF OR INABILITY TO
-USE THE PRODUCT, EVEN IF ORACLE HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES. In no event will Oracle's liability to you, whether in
-contract, tort (including negligence), or otherwise, exceed the amount
-paid by you for the Product under this Agreement.
-
-7 SEPARATELY LICENSED THIRD PARTY TECHNOLOGY. The Product may contain
-or require the use of third party technology that is provided with
-the Product. Oracle may provide certain notices to you in the Product's
-documentation, readmes or notice files in connection with such third party
-technology. Third party technology will be licensed to you either under
-the terms of this Agreement or, if specified in the documentation, readmes
-or notice files, under Separate Terms. Your rights to use Separately
-Licensed Third Party Technology under Separate Terms are not restricted
-in any way by this Agreement. However, for clarity, notwithstanding the
-existence of a notice, third party technology that is not Separately
-Licensed Third Party Technology shall be deemed part of the Product and
-is licensed to You under the terms of this Agreement. "Separate Terms"
-refers to separate license terms that are specified in the Product's
-documentation, readmes or notice files and that apply to Separately
-Licensed Third Party Technology. "Separately Licensed Third Party
-Technology" refers to third party technology that is licensed under
-Separate Terms and not under the terms of this Agreement.
-
-8 EXPORT. Export laws and regulations of the United States and any other
-relevant local export laws and regulations apply to the Product. You
-agree that such export laws govern your use of the Product (including
-technical data) provided under this Agreement, and you agree to comply
-with all such export laws and regulations (including "deemed export" and
-"deemed re-export" regulations). You agree that no data, information,
-and/or Product (or direct product thereof) will be exported, directly or
-indirectly, in violation of these laws, or will be used for any purpose
-prohibited by these laws including, without limitation, nuclear, chemical,
-or biological weapons proliferation, or development of missile technology.
-
-9 U.S. GOVERNMENT END USERS. Oracle programs, including the Product,
-any operating system, integrated software, any programs installed on
-hardware, and/or documentation, delivered to U.S. Government end users
-are "commercial computer software" pursuant to the applicable Federal
-Acquisition Regulation and agency-specific supplemental regulations. As
-such, use, duplication, disclosure, modification, and adaptation of
-the programs, including any operating system, integrated software,
-any programs installed on the hardware, and/or documentation, shall
-be subject to license terms and license restrictions applicable to the
-programs. No other rights are granted to the U.S. Government.
-
-10 MISCELLANEOUS. This Agreement is the entire agreement between you
-and Oracle relating to its subject matter. It supersedes all prior or
-contemporaneous oral or written communications, proposals, representations
-and warranties and prevails over any conflicting or additional terms
-of any quote, order, acknowledgment, or other communication between
-the parties relating to its subject matter during the term of this
-Agreement. No modification of this Agreement will be binding, unless in
-writing and signed by an authorized representative of each party. If any
-provision of this Agreement is held to be unenforceable, this Agreement
-will remain in effect with the provision omitted, unless omission would
-frustrate the intent of the parties, in which case this Agreement will
-immediately terminate. This Agreement is governed by the laws of the
-State of California, USA, and you and Oracle agree to submit to the
-exclusive jurisdiction of, and venue in, the courts of San Francisco
-or Santa Clara counties in California in any dispute arising out of or
-relating to this Agreement. Upon 45 days written notice, Oracle may
-audit your use of the Product to confirm that you are in compliance
-with the terms of this Agreement. You agree to cooperate with Oracle's
-audit and provide reasonable assistance and access to information. Any
-such audit shall not unreasonably interfere with your normal business
-operations. You agree to pay within 30 days of written notification
-any fees applicable to your unlicensed use of the Product. You agree
-that Oracle shall not be responsible for any of your costs incurred in
-cooperating with the audit. If a legal action or proceeding is commenced
-by either party in connection with the enforcement of this Agreement,
-the prevailing party shall be entitled to its costs and attorneys'
-fees actually incurred in connection with such action or proceeding.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/PUEL-12 b/sdk_container/src/third_party/portage-stable/licenses/PUEL-12
deleted file mode 100644
index eb4d751bd3f..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/PUEL-12
+++ /dev/null
@@ -1,166 +0,0 @@
-VirtualBox Extension Pack Personal Use and Educational License (PUEL)
-
-License version 12, 22 July 2024
-
-PLEASE READ THE FOLLOWING ORACLE VIRTUALBOX EXTENSION PACK PERSONAL USE
-AND EDUCATIONAL LICENSE CAREFULLY BEFORE DOWNLOADING OR USING THE ORACLE
-SOFTWARE. THESE TERMS AND CONDITIONS CONSTITUTE A LEGAL AGREEMENT BETWEEN
-YOU AND ORACLE.
-
-ORACLE AMERICA, INC. ("ORACLE") IS WILLING TO LICENSE THE PRODUCT DEFINED
-IN SECTION 1 BELOW ONLY ON THE CONDITION THAT YOU ACCEPT ALL OF THE TERMS
-CONTAINED IN THIS VIRTUALBOX EXTENSION PACK PERSONAL USE AND EDUCATIONAL
-LICENSE AGREEMENT ("AGREEMENT").
-
-IF YOU ARE AGREEING TO THIS LICENSE ON BEHALF OF AN ENTITY (RATHER THAN
-AS AN INDIVIDUAL HUMAN BEING), YOU REPRESENT THAT YOU HAVE THE APPROPRIATE
-AUTHORITY TO ACCEPT THESE TERMS AND CONDITIONS ON BEHALF OF SUCH ENTITY.
-
-1 SUBJECT OF AGREEMENT. This Agreement governs your use of the binary
-software package called "Oracle VirtualBox Extension Pack" (the
-"Product"), which contains a set of additional features for "Oracle
-VirtualBox" that enhance the operation of multiple virtual machines
-("Guest Computers") on a single physical computer ("Host Computer"). The
-Product consists of executable files in machine code, script files, data
-files, and all documentation and updates provided to You by Oracle.
-
-2 GRANT OF LICENSE. Oracle grants you a personal, non-exclusive,
-non-transferable, limited license without fees to reproduce, install,
-execute, and use internally the Product on Host Computers for your
-Personal Use, or Educational Use. "Personal Use" is noncommercial use
-solely by the person downloading the Product from Oracle on a single Host
-Computer, provided that no more than one client or remote computer is
-connected to that Host Computer and that client or remote computer is used
-solely to remotely view the Guest Computer(s). "Educational Use" is any
-use by teachers or students in an academic institution (schools, colleges
-and universities) as part of the institution's educational curriculum.
-Personal Use and/or Educational Use expressly exclude any use of the
-Product for commercial purposes or to operate, run, or act on behalf of or
-for the benefit of a business, organization, governmental organization, or
-educational institution.
-
-Oracle reserves all rights not expressly granted in this license.
-
-3 RESTRICTIONS AND RESERVATION OF RIGHTS.
-
-(1) The Product and copies thereof provided to you under this Agreement
-are copyrighted and licensed, not sold, to you by Oracle.
-
-(2) You may not do any of the following: (a) modify any part of the
-Product, except to the extent allowed in the documentation accompanying
-the Product; (b) rent, lease, lend, re-distribute, or encumber the
-Product; (c) remove or alter any proprietary legends or notices contained
-in the Product; or (d) decompile, or reverse engineer the Product
-(except to the extent permitted by applicable law).
-
-(3) The Product is not designed, licensed or intended for use in the
-design, construction, operation or maintenance of any nuclear facility
-and Oracle and its licensors disclaim any express or implied warranty
-of fitness for such uses.
-
-(4) No right, title or interest in or to any trademark, service mark, logo
-or trade name of Oracle or its licensors is granted under this Agreement.
-
-4 TERMINATION. The Agreement is effective on the date you receive the
-Product and remains effective until terminated. Your rights under this
-Agreement will terminate immediately without notice from Oracle if
-you materially breach it or take any action in derogation of Oracle's
-and/or its licensors' rights to the Product. Oracle may terminate this
-Agreement immediately should any part of the Product become or in Oracle's
-reasonable opinion likely to become the subject of a claim of intellectual
-property infringement or trade secret misappropriation. Upon termination,
-you will cease use of and destroy all copies of the Product under your
-control and confirm compliance in writing to Oracle. Neither termination
-of this Agreement nor any deletion or removal of the Product shall limit
-any obligations you may have to Oracle, or any rights and/or remedies that
-Oracle may have with respect to any past or future infringing use of the
-Product (including but not limited to any use of the Product outside the
-scope of the license provided in the Agreement). Sections 3-9, inclusive,
-will survive termination of the Agreement.
-
-5 DISCLAIMER OF WARRANTY. TO THE EXTENT NOT PROHIBITED BY APPLICABLE LAW,
-ORACLE PROVIDES THE PRODUCT "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
-EXPRESS OR IMPLIED. WITHOUT LIMITING THE FOREGOING, ORACLE SPECIFICALLY
-DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
-PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT. The entire risk as
-to the quality and performance of the Product is with you. Should it
-prove defective, you assume the cost of all necessary servicing, repair,
-or correction.
-
-6 LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY APPLICABLE LAW,
-IN NO EVENT WILL ORACLE OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
-PROFIT, DATA, OR DATA USE, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL,
-INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED REGARDLESS OF THE THEORY
-OF LIABILITY, ARISING OUT OF OR RELATED TO THE USE OF OR INABILITY TO
-USE THE PRODUCT, EVEN IF ORACLE HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES. In no event will Oracle's liability to you, whether in
-contract, tort (including negligence), or otherwise, exceed the amount
-paid by you for the Product under this Agreement.
-
-7 SEPARATELY LICENSED THIRD PARTY TECHNOLOGY. The Product may contain
-or require the use of third party technology that is provided with
-the Product. Oracle may provide certain notices to you in the Product's
-documentation, readmes or notice files in connection with such third party
-technology. Third party technology will be licensed to you either under
-the terms of this Agreement or, if specified in the documentation, readmes
-or notice files, under Separate Terms. Your rights to use Separately
-Licensed Third Party Technology under Separate Terms are not restricted
-in any way by this Agreement. However, for clarity, notwithstanding the
-existence of a notice, third party technology that is not Separately
-Licensed Third Party Technology shall be deemed part of the Product and
-is licensed to You under the terms of this Agreement. "Separate Terms"
-refers to separate license terms that are specified in the Product's
-documentation, readmes or notice files and that apply to Separately
-Licensed Third Party Technology. "Separately Licensed Third Party
-Technology" refers to third party technology that is licensed under
-Separate Terms and not under the terms of this Agreement.
-
-8 EXPORT. Export laws and regulations of the United States and any other
-relevant local export laws and regulations apply to the Product. You
-agree that such export laws govern your use of the Product (including
-technical data) provided under this Agreement, and you agree to comply
-with all such export laws and regulations (including "deemed export" and
-"deemed re-export" regulations). You agree that no data, information,
-and/or Product (or direct product thereof) will be exported, directly or
-indirectly, in violation of these laws, or will be used for any purpose
-prohibited by these laws including, without limitation, nuclear, chemical,
-or biological weapons proliferation, or development of missile technology.
-
-9 U.S. GOVERNMENT END USERS. Oracle programs, including the Product,
-any operating system, integrated software, any programs installed on
-hardware, and/or documentation, delivered to U.S. Government end users
-are "commercial computer software" pursuant to the applicable Federal
-Acquisition Regulation and agency-specific supplemental regulations. As
-such, use, duplication, disclosure, modification, and adaptation of
-the programs, including any operating system, integrated software,
-any programs installed on the hardware, and/or documentation, shall
-be subject to license terms and license restrictions applicable to the
-programs. No other rights are granted to the U.S. Government.
-
-10 MISCELLANEOUS. This Agreement is the entire agreement between you
-and Oracle relating to its subject matter. It supersedes all prior or
-contemporaneous oral or written communications, proposals, representations
-and warranties and prevails over any conflicting or additional terms
-of any quote, order, acknowledgment, or other communication between
-the parties relating to its subject matter during the term of this
-Agreement. No modification of this Agreement will be binding, unless in
-writing and signed by an authorized representative of each party. If any
-provision of this Agreement is held to be unenforceable, this Agreement
-will remain in effect with the provision omitted, unless omission would
-frustrate the intent of the parties, in which case this Agreement will
-immediately terminate. This Agreement is governed by the laws of the
-State of California, USA, and you and Oracle agree to submit to the
-exclusive jurisdiction of, and venue in, the courts of San Francisco
-or Santa Clara counties in California in any dispute arising out of or
-relating to this Agreement. Upon 45 days written notice, Oracle may
-audit your use of the Product to confirm that you are in compliance
-with the terms of this Agreement. You agree to cooperate with Oracle's
-audit and provide reasonable assistance and access to information. Any
-such audit shall not unreasonably interfere with your normal business
-operations. You agree to pay within 30 days of written notification
-any fees applicable to your unlicensed use of the Product. You agree
-that Oracle shall not be responsible for any of your costs incurred in
-cooperating with the audit. If a legal action or proceeding is commenced
-by either party in connection with the enforcement of this Agreement,
-the prevailing party shall be entitled to its costs and attorneys'
-fees actually incurred in connection with such action or proceeding.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/PYTHON b/sdk_container/src/third_party/portage-stable/licenses/PYTHON
deleted file mode 100644
index 9667aa45848..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/PYTHON
+++ /dev/null
@@ -1,164 +0,0 @@
-HISTORY OF THE SOFTWARE
-=======================
-
-Python was created in the early 1990s by Guido van Rossum at Stichting
-Mathematisch Centrum (CWI) in the Netherlands as a successor of a
-language called ABC. Guido is Python's principal author, although it
-includes many contributions from others. The last version released
-from CWI was Python 1.2. In 1995, Guido continued his work on Python
-at the Corporation for National Research Initiatives (CNRI) in Reston,
-Virginia where he released several versions of the software. Python
-1.6 was the last of the versions released by CNRI. In 2000, Guido and
-the Python core developement team moved to BeOpen.com to form the
-BeOpen PythonLabs team (www.pythonlabs.com). Python 2.0 is the first
-release from PythonLabs. Thanks to the many outside volunteers who
-have worked under Guido's direction to make this release possible.
-
-
-
-BEOPEN.COM TERMS AND CONDITIONS FOR PYTHON 2.0
-==============================================
-
-BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
------------------------------------------------------
-
-1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
-office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
-Individual or Organization ("Licensee") accessing and otherwise using
-this software in source or binary form and its associated
-documentation ("the Software").
-
-2. Subject to the terms and conditions of this BeOpen Python License
-Agreement, BeOpen hereby grants Licensee a non-exclusive,
-royalty-free, world-wide license to reproduce, analyze, test, perform
-and/or display publicly, prepare derivative works, distribute, and
-otherwise use the Software alone or in any derivative version,
-provided, however, that the BeOpen Python License is retained in the
-Software, alone or in any derivative version prepared by Licensee.
-
-3. BeOpen is making the Software available to Licensee on an "AS IS"
-basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
-IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
-DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
-FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
-INFRINGE ANY THIRD PARTY RIGHTS.
-
-4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
-SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
-AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
-DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
-
-5. This License Agreement will automatically terminate upon a material
-breach of its terms and conditions.
-
-6. This License Agreement shall be governed by and interpreted in all
-respects by the law of the State of California, excluding conflict of
-law provisions. Nothing in this License Agreement shall be deemed to
-create any relationship of agency, partnership, or joint venture
-between BeOpen and Licensee. This License Agreement does not grant
-permission to use BeOpen trademarks or trade names in a trademark
-sense to endorse or promote products or services of Licensee, or any
-third party. As an exception, the "BeOpen Python" logos available at
-http://www.pythonlabs.com/logos.html may be used according to the
-permissions granted on that web page.
-
-7. By copying, installing or otherwise using the software, Licensee
-agrees to be bound by the terms and conditions of this License
-Agreement.
-
-
-CNRI OPEN SOURCE LICENSE AGREEMENT
-----------------------------------
-
-Python 1.6 CNRI OPEN SOURCE LICENSE AGREEMENT
-
-IMPORTANT: PLEASE READ THE FOLLOWING AGREEMENT CAREFULLY. BY CLICKING
-ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING, INSTALLING OR
-OTHERWISE USING PYTHON 1.6 SOFTWARE, YOU ARE DEEMED TO HAVE AGREED TO
-THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT.
-
-1. This LICENSE AGREEMENT is between the Corporation for National
-Research Initiatives, having an office at 1895 Preston White Drive,
-Reston, VA 20191 ("CNRI"), and the Individual or Organization
-("Licensee") accessing and otherwise using Python 1.6 software in
-source or binary form and its associated documentation, as released at
-the www.python.org Internet site on September 5, 2000 ("Python 1.6").
-
-2. Subject to the terms and conditions of this License Agreement, CNRI
-hereby grants Licensee a nonexclusive, royalty-free, world-wide
-license to reproduce, analyze, test, perform and/or display publicly,
-prepare derivative works, distribute, and otherwise use Python 1.6
-alone or in any derivative version, provided, however, that CNRI's
-License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
-1995-2000 Corporation for National Research Initiatives; All Rights
-Reserved" are retained in Python 1.6 alone or in any derivative
-version prepared by
-
-Licensee. Alternately, in lieu of CNRI's License Agreement, Licensee
-may substitute the following text (omitting the quotes): "Python 1.6
-is made available subject to the terms and conditions in CNRI's
-License Agreement. This Agreement together with Python 1.6 may be
-located on the Internet using the following unique, persistent
-identifier (known as a handle): 1895.22/1012. This Agreement may also
-be obtained from a proxy server on the Internet using the following
-URL: http://hdl.handle.net/1895.22/1012".
-
-3. In the event Licensee prepares a derivative work that is based on
-or incorporates Python 1.6 or any part thereof, and wants to make the
-derivative work available to others as provided herein, then Licensee
-hereby agrees to include in any such work a brief summary of the
-changes made to Python 1.6.
-
-4. CNRI is making Python 1.6 available to Licensee on an "AS IS"
-basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
-IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
-DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
-FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6 WILL NOT
-INFRINGE ANY THIRD PARTY RIGHTS.
-
-5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
-1.6 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A
-RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6, OR
-ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
-
-6. This License Agreement will automatically terminate upon a material
-breach of its terms and conditions.
-
-7. This License Agreement shall be governed by and interpreted in all
-respects by the law of the State of Virginia, excluding conflict of
-law provisions. Nothing in this License Agreement shall be deemed to
-create any relationship of agency, partnership, or joint venture
-between CNRI and Licensee. This License Agreement does not grant
-permission to use CNRI trademarks or trade name in a trademark sense
-to endorse or promote products or services of Licensee, or any third
-party.
-
-8. By clicking on the "ACCEPT" button where indicated, or by copying,
-installing or otherwise using Python 1.6, Licensee agrees to be bound
-by the terms and conditions of this License Agreement.
-
-ACCEPT
-
-
-CWI PERMISSIONS STATEMENT AND DISCLAIMER
-----------------------------------------
-
-Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
-The Netherlands. All rights reserved.
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the name of Stichting Mathematisch
-Centrum or CWI not be used in advertising or publicity pertaining to
-distribution of the software without specific, written prior
-permission.
-
-STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
-THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
-FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
-FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
-OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/PassMark-EULA b/sdk_container/src/third_party/portage-stable/licenses/PassMark-EULA
deleted file mode 100644
index 740f66a1cfc..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/PassMark-EULA
+++ /dev/null
@@ -1,65 +0,0 @@
-PassMark® Software Pty Ltd (‘PassMark’)
-End User Licence Agreement (‘EULA’)
-
-IMPORTANT! PLEASE READ THE FOLLOWING TERMS AND CONDITIONS.
-
-YOU, THE USER OF THIS SOFTWARE, AGREE THAT ALL OF THE TERMS AND CONDITIONS DESCRIBED BELOW APPLY TO YOU AND ANYONE ELSE WHO USES THIS SOFTWARE, IF EITHER;
-YOU COPY, INSTALL, OR USE THIS COPY OF PASSMARK SOFTWARE, OR YOU PERMIT OR ENABLE OTHERS TO COPY, INSTALL OR USE THIS PASSMARK SOFTWARE.
-
-IF YOU DO NOT AGREE TO BE BOUND BY THE TERMS AND CONDITIONS DESCRIBED BELOW, PLEASE DO NOT USE THIS SOFTWARE.
-
-SOFTWARE COVERED BY THIS LICENCE
-This licence agreement (“Agreement”) applies only to the version of the software package MemTest86 with which this Agreement is included. Different licence terms may apply to other software packages from PassMark and licence terms for later versions of MemTest86 may also be changed.
-
-TITLE
-PassMark or its licensors own the MemTest86 software package, including all materials included with the package. PassMark owns the names and marks of ‘PassMark®’, ‘MemTest86’ under copyright, trademark and intellectual property laws and all other applicable laws.
-
-TERMINATION
-This licence will terminate automatically if you fail to comply with any of the terms and conditions, limitations and obligations described herein. On termination you must destroy all copies of the PassMark package and all other materials downloaded as part of the package.
-
-DISCLAIMER OF WARRANTY
-PassMark disclaims any and all warranties express or implied, including any implied warranties as to merchantability or fitness for a particular purpose. You acknowledge and agree that you had full opportunity to test MemTest86 before any live, public or production use, that you assume full responsibility for selecting and using MemTest86 and any files that may created through the use of MemTest86 and that if you use MemTest86 improperly or against instructions you can cause damage to your files, software, data or business. The entire risk as to quality and performance of MemTest86 is borne by you. This disclaimer of warranty constitutes an essential part of the agreement. Some jurisdictions do allow exclusions of an implied warranty, so this disclaimer may not apply to you and you may have other legal rights that vary by jurisdiction.
-
-LIMITATION OF LIABILITY
-In no event shall PassMark, its officers, employees, affiliates, contractors, subsidiaries or parent organizations be liable for any incidental, consequential, or punitive damages whatsoever relating to the use of MemTest86, files created by MemTest86 or your relationship with PassMark. Some jurisdictions do not allow exclusion or limitation of liability for incidental or consequential damages, therefore the above limitation may not apply to you.
-
-HIGH RISK ACTIVITIES
-MemTest86 is not fault-tolerant and is not designed or intended for use or resale as on-line control equipment in hazardous environments requiring fail-safe performance, such as in the operation of nuclear facilities, aircraft navigation or communication systems, air traffic control, direct life support machines, or weapons systems, in which failure of MemTest86 could lead directly to death, personal injury, or severe physical or environmental damage (“High Risk Activities”). PassMark and its suppliers specifically disclaim any express or implied warranty of fitness for High Risk Activities.
-
-LINKS TO THIRD-PARTY SITES
-PassMark is not responsible for the contents of any third-party sites or services, any links contained in third-party sites or services, or any changes or updates to third-party sites or services. In the case where PassMark is providing those links and access to third-party sites and services to you only as a convenience, and the inclusion of any link of access does not imply an endorsement by PassMark of the third-party site of service.
-
-ADDITIONAL SOFTWARE
-This EULA applies to updates, supplements, add-on components or internet based services components of the software that PassMark may provide to you or make available after the date you obtain your initial copy of the software, unless they are accompanied by separate terms.
-
-UPGRADES
-To use software identified as an upgrade, you must first be licensed for the software identified by PassMark as eligible for the upgrade. After installing the upgrade, you may no longer use the original software that formed the basis of your upgrade eligibility, except as part of the upgraded software.
-
-EXPORT RESTRICTIONS
-You acknowledge that the software is subject to Australian export jurisdiction. You agree to comply with all applicable international and nationals laws that apply to the software including destination restrictions issued by Australia and other governments.
-
-SOFTWARE TRANSFER
-You may transfer your copy of the software to a different device. After the transfer, you must completely remove the software from the former device.
-
-Transfer to Third Party
-This license is granted exclusively to you, the original licensee, and therefore no right to resell, transfer, or re-assign the license is granted. An exception may exist for manufacturers, distributors and dealers/resellers of computer systems or computer software who have specifically negotiated for such an exception with PassMark to resell a particular license key as part of an installed system or as an authorized reseller of the software on its own.
-
-SITE LICENSES
-If this software is being installed as part of a Site License purchase, then following conditions apply:
-The software may installed on an unlimited number of computer systems provided that:
-1) The computers on which the software is installed belong to the one legal entity. Subsidiaries, parent companies, brother/sister companies, affiliates and/or agents are not considered to be the same legal entity and are therefore not entitled to have the software installed on their computer systems unless specific permission is granted by PassMark.
-2) The computer systems must all be situated in the one country. It is permissible that the computers be located in different cities or states within the one country.
-3) All such computers are the property of, or are being leased or borrowed by the licensee and are on the premises of the licensee.
-4) In the event that the computers are leased or borrowed, the software must be removed prior to the computer being returned to its legal owner.
-
-NO RENTAL/COMMERCIAL HOSTING
-You may not rent, lease or lend the software.
-
-LIMITATIONS ON REVERSE ENGINEERING, DECOMPILATION AND DISASSEMBLY
-You may not reverse engineer, decompile, or disassemble the software, except and only to the extent that such activity is expressly permitted by applicable law notwithstanding this limitation.
-
-APPLICABLE LAW
-This Agreement and any dispute relating to the ‘Software’ or to this Agreement shall be governed by the laws of the state of New South Wales and the Commonwealth of Australia, without regard to any other country or state choice of law rules. You agree and consent that jurisdiction and proper venue for all claims, actions and proceedings of any kind relating to PassMark or the matters in this Agreement shall be exclusively in courts located in NSW, Australia. If any part or provision of this Agreement is held to be unenforceable for any purpose, including but not limited to public policy grounds, then you agree that they remainder of the Agreement shall be fully enforceable as if the unenforced part or provision never existed. There are no third party beneficiaries or any promises, obligations or representations made by PassMark herein.
-
-ENTIRE AGREEMENT
-This Agreement (including any addendum or amendment to this EULA which is included with the software) constitutes the entire Agreement between the parties with respect to the subject matter herein and supersedes all previous and contemporaneous agreements, proposals and communications, written or oral between you and PassMark. Waiver by PassMark of any violation of any provision of this Agreement shall not be deemed to waive any further or future violation of the same or any other provision.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/PerlDL b/sdk_container/src/third_party/portage-stable/licenses/PerlDL
deleted file mode 100644
index e1e7bf43010..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/PerlDL
+++ /dev/null
@@ -1,63 +0,0 @@
-Copyright (c) 1997-2006 by the contributors named in the individual files.
-All rights reserved. This distribution is free software; you can
-redistribute it and/or modify it under the same terms as Perl itself.
-
-The demonstration image m51.fits is derived from the Hubble Heritage
-project archival images; its creation was funded in part by a grant
-from NASA. The image is in the public domain.
-
-Inline documentation in any module files (pod format) and documentation
-files (.pod files) in this distribution are additionally protected by
-the following statement:
-
-Permission is granted for verbatim copying (and formatting) of this
-documentation as part of the PDL distribution. Permission is granted to
-freely distribute verbatim copies of this documentation only if
-the following conditions are met: 1. that the copyright notice remains
-intact 2. the original authors' names are clearly displayed, 3. that
-any changes made to the documentation outside the official PDL
-distribution (as released by the current release manager) are clearly
-marked as such and 4. That this copyright notice is distributed with
-the copied version so that it may be easily found.
-
-All the files in the distribution should have a copyright notice
-according to the following template:
-
- Copyright (C) 199X Author1, Author2.
- All rights reserved. There is no warranty. You are allowed
- to redistribute this software / documentation as described
- in the file COPYING in the PDL distribution.
-
-In addition, the following disclaimers apply:
-
-THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS ``AS IS'' AND ANY EXPRESS
-OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY
-DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
-IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
-
-BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
-EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS
-WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR
-DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL
-DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM
-(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED
-INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF
-THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER
-OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Primate-Plunge b/sdk_container/src/third_party/portage-stable/licenses/Primate-Plunge
deleted file mode 100644
index 79b6a05a5d8..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Primate-Plunge
+++ /dev/null
@@ -1,95 +0,0 @@
-PRIMATE PLUNGE
-uDevGame LICENSE Version 4b1
-
-Copyright (c) 2003, Joseph Humfrey All rights reserved.
-
-LIMITED USE SOFTWARE LICENSE AGREEMENT
-
-This Limited Use Software License Agreement (the "Agreement") is a
-legal agreement between you, idevgames.com, and Joseph Humfrey. By
-downloading or otherwise receiving the software material, which
-includes source code (the "Source Code"), you are agreeing to be bound
-by the terms of this Agreement. If you do not agree to the terms of
-this Agreement, promptly destroy the Software.
-
-"Distribution" refers to all material included in the logical
-container of this license file (e.g. folder, directory, or archive).
-
-"Software" refers to all material in the Distribution, and any
-derivative thereof, that can be used to control the operation of a
-computer, directly or indirectly, including, but not limited to,
-source code, byte code, object code, executables, and scripts. This
-does not include any images, sounds, movies, music, models, or other
-content included in the Distribution.
-
-"Private use" refers to use of the Software on a personal computer
-owned or controlled by you.
-
-"Educational use" refers to examination and modification of the
-Software to better understand the techniques used in it.
-
-"Commercial Use" refers to use of the Software resulting in
-foreseeable compensation or use in connection with any business
-activity.
-
-"Use" refers to loading into memory, executing, interpreting,
-installing, copying, compiling, decompiling, disassembling, recording,
-compressing, decompressing, transferring, translating, or otherwise
-processing the Software.
-
-1. Grant of License.
-
-Joseph Humfrey grants to you the right to Use the Software for Private
-and Educational purposes. You have no ownership or proprietary rights
-in or to the Software. The Software, together with any archive copies
-thereof, shall be destroyed when no longer used in accordance with
-this Agreement.
-
-You agree to use your best efforts to see that any use of the Software
-licensed hereunder complies with the terms and conditions of this
-License Agreement as well as all laws and regulations of the United
-States and any other foreign country in which the Software is used.
-
-2. Permitted Uses.
-
-Except as prohibited below, you may make any modifications to the
-Software and recompile it for your own Private or Educational Use. You
-may make modifications to parts of the Distribution other than the
-Software only to the minimum extent necessary to allow your modified
-version(s) of the Software to operate. You shall not obtain any
-ownership, copyright, proprietary or other interest in or to the the
-Distribution, or any part thereof.
-
-3. Prohibited Uses.
-
-Commercial Use of the Distribution, or any part thereof, is
-prohibited. You may not modify the Software to communicate with other
-programs except for debugging or analysis purposes. You may not allow
-your modified version(s) of the Software to communicate with the
-unmodified Software. You may not disclose the Distribution, or any
-part thereof, to others in any form, original or modified. All other
-use of the Distribution, or any part thereof, not explicitly allowed
-above is prohibited.
-
-4. Copyright.
-
-Joseph Humfrey shall retain unlimited transferable and commercially
-exploitable rights to the Distribution. Joseph Humfrey implicitly
-grants "idevgames.com" irrevocable perpetual non-exclusive
-distribution rights for the Distribution. Except as explicitly allowed
-hereabove, you may not reproduce, copy, or disclose to others, the
-Distribution or any part thereof.
-
-5. No Warranties.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-The above copyright notice and this permission notice shall be
-included in all copies of the Distribution and works derived
-therefrom.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Princeton b/sdk_container/src/third_party/portage-stable/licenses/Princeton
deleted file mode 100644
index 2227061a06a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Princeton
+++ /dev/null
@@ -1,29 +0,0 @@
-This software and database is being provided to you, the LICENSEE, by
-Princeton University under the following license. By obtaining, using
-and/or copying this software and database, you agree that you have
-read, understood, and will comply with these terms and conditions.:
-
-Permission to use, copy, modify and distribute this software and
-database and its documentation for any purpose and without fee or
-royalty is hereby granted, provided that you agree to comply with
-the following copyright notice and statements, including the disclaimer,
-and that the same appear on ALL copies of the software, database and
-documentation, including modifications that you make for internal
-use or for distribution.
-
-Copyright by . All rights reserved.
-
-THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND PRINCETON
-UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
-IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PRINCETON
-UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANT-
-ABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE
-OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL NOT
-INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR
-OTHER RIGHTS.
-
-The name of Princeton University or Princeton may not be used in
-advertising or publicity pertaining to distribution of the software
-and/or database. Title to copyright in this software, database and
-any associated documentation shall at all times remain with
-Princeton University and LICENSEE agrees to preserve same.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/PyCharm b/sdk_container/src/third_party/portage-stable/licenses/PyCharm
deleted file mode 100644
index cff636945bd..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/PyCharm
+++ /dev/null
@@ -1,128 +0,0 @@
-LICENSE AGREEMENT FOR PYCHARM
-(Commercial and Personal License)
-
-IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT.
-
-IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE.
-
-1. PARTIES
-
-(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275.
-
-(b) "Licensee" means the individual or legal entity specified in the License Certificate. For legal entities, "Licensee" includes any entity which controls, is controlled by, or is under common control with Licensee. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.
-
-2. DEFINITIONS
-
-(a) "Authorized User" means (i) if Licensee is an individual, solely Licensee; (ii) if Licensee is a legal entity, any employee, independent contractor and other temporary worker authorized by Licensee to use Software while performing duties within the scope of their employment or assignment.
-
-(b) "Client" means a computer device used by Authorized User for running Software.
-
-(c) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form.
-
-(d) "License Key" means a unique key-code that enables a single Authorized User to use Software at a time. Only Licensor and/or its representatives are permitted to produce License Keys for Software.
-
-(e) "License Server" means a server application that is designed to store License Keys and to enable access to Software from Clients within Licensee's local area network ("Licensee's LAN"). License Server may be optionally provided by Licensor to Licensee.
-
-(f) "Server Computer" means a central computer device that is part of Licensee's LAN and that is dedicated by Licensee to run License Server.
-
-(g) "Software" means software program known as PyCharm in binary form, including its documentation, upgrades provided pursuant to Section 8 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 5 of this Agreement by parties other than Licensor and that are either integrated with or made part of PyCharm (collectively, "Third Party Software").
-
-3. OWNERSHIP
-
-(a) Software is the property of Licensor or its suppliers. Software is licensed, not sold. Title and copyrights to Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers.
-
-(b) Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws.
-
-4. GRANT OF LICENSE
-
-Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable license to use Software as follows:
-
-(a) Licensee may:
-
-(i) install and use the licensed edition and version of Software specified in License Certificate(s) on any number of Clients and on any operating system supported by Software, provided that a number of concurrent users of Software never exceeds the number of Authorized Users specified in the appropriate License Certificate(s) and that the same License Key is not used by multiple Authorized Users, on multiple Clients, or on different operating systems at a time;
-
-(ii) access Software from Clients via License Server if Licensee has obtained License Server from Licensor. Licensee may install multiple instances of License Server, provided that Licensee complies with restrictions set forth in this Section 4; and
-
-(iii) make one back-up copy of Software solely for archival purposes.
-
-(b) Licensee may not:
-
-(i) sell, redistribute, encumber, give, lend, rent, lease, sublicense, or otherwise transfer Software, or any portions of Software, to anyone without the prior written consent of Licensor;
-
-(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of Software, or create derivative works from Software; or
-
-(iii) allow the use of the same License Key by multiple Authorized Users, on multiple instances of License Server, on multiple Clients or on different operating systems at a time. Software may contain a feature preventing concurrent use of the same License Key by multiple Authorized Users, on multiple instances of License Server, on multiple Clients or on different operating systems at a time.
-
-(c) Additional Limitations for private individuals (applicable to Personal License only):
-
-If Licensee is a private individual, Licensee acknowledges that Software provided under this Agreement is only for his/her individual use and agrees to purchase Software using his/her own funds only. Notwithstanding anything to the contrary set forth above, Licensee may not use Software, and this Agreement shall not be in effect, in the event that Licensee does not pay Software license fee using Licensee's own funds, or if any third party pays Software license fee, or if Licensee expects or receives reimbursement for Software license fee from any third party.
-
-5. THIRD PARTY SOFTWARE LICENSE
-
-Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software.
-
-Licensee agrees and acknowledges that Sections 9 and 10 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will have no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software.
-
-LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE.
-
-6. RESTRICTED USE DURING EVALUATION PERIOD
-
-(a) Subject to the terms of this Agreement, Licensee is granted a right to use Software for evaluation purposes without charge for a period of thirty (30) days from the date of installation of Software unless otherwise specified (Evaluation Period).
-
-(b) Licensees use of Software during Evaluation Period shall be limited to the internal evaluation of Software for the sole purpose of determining whether Software meets Licensees requirements and whether Licensee desires to continue using Software.
-
-(c) Upon expiration of Evaluation Period, Licensee must obtain License Key for perpetual use of Software or cease using Software. Software contains a feature that will automatically disable Software upon expiration of Evaluation Period. Licensee may not disable, destroy, or remove this feature of Software, and any attempt to do so will be in violation of this Agreement and will terminate Licensee's rights to use Software.
-
-7. LICENSE FEES AND PAYMENTS
-
-Licensee will pay to Licensor the license fee and other charges and expenses as set forth in an appropriate invoice or other purchase documentation. Licensor may charge Licensee interest for any payment that is more than thirty (30) days past due at the rate of one and one-half percent (1.5%) per month or the highest amount allowed by law, whichever is lower.
-
-8. UPGRADES
-
-(a) All generally available Upgrades to Software will be free of charge to Licensee during the initial one (1) year period after purchase of Software. If Licensee obtains a new License Key for upgrade, Licensee shall destroy a License Key obtained for the previous version of Software.
-
-(b) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade purchase.
-
-9. LIMITED WARRANTY
-
-SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR, AND ITS AFFILIATES, SUPPLIERS AND RESELLERS, DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES.
-
-10. DISCLAIMER OF DAMAGES
-
-(a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER ) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED.
-
-(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT.
-
-11. EXPORT REGULATIONS
-
-Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use.
-
-12. TERM AND TERMINATION
-
-(a) Except as otherwise provided in License Certificate, the license granted herein shall be perpetual.
-
-(b) If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must cease using Software and delete Software from its Clients and archives.
-
-LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES.
-
-13. MARKETING
-
-Licensee agree to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section.
-
-14. GENERAL
-
-(a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software.
-
-(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor.
-
-(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination.
-
-(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic.
-
-(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns.
-
-For exceptions or modifications to this Agreement, please contact Licensor at:
-
-Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic
-Fax: +420 241 722 540
-E-mail: sales@jetbrains.com
diff --git a/sdk_container/src/third_party/portage-stable/licenses/PyCharm_Academic b/sdk_container/src/third_party/portage-stable/licenses/PyCharm_Academic
deleted file mode 100644
index 3bfab143a3b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/PyCharm_Academic
+++ /dev/null
@@ -1,120 +0,0 @@
-LICENSE AGREEMENT FOR PYCHARM
-(Academic License)
-
-IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT.
-
-IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE.
-
-1. PARTIES
-
-(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275.
-
-(b) "Licensee" means the individual who is a student, faculty or staff member at an educational institution, or the educational institution specified in the License Certificate, exercising rights under, and complying with all of the terms of, this Agreement. For purposes of this definition, "educational institution" means a public or private school, college, university or other post secondary educational establishment.
-
-2. DEFINITIONS
-
-(a) "Authorized User" means (i) if Licensee is an individual, sole Licensee; (ii) if Licensee is an educational institution, any student, faculty or staff member authorized by Licensee to use Software while performing duties within the scope of their employment or assignment.
-
-(b) "Client" means a computer device used by Authorized User for running Software.
-
-(c) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form.
-
-(d) "License Key" means a unique key-code that enables a single Authorized User to use Software at a time. Only Licensor and/or its representatives are permitted to produce License Keys for Software.
-
-(e) "Software" means software program known as PyCharm in binary form, including its documentation, upgrades provided pursuant to Section 8 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 5 of this Agreement by parties other than Licensor and that are either integrated with or made part of PyCharm (collectively, "Third Party Software").
-
-3. OWNERSHIP
-
-(a) Software is the property of Licensor or its suppliers. Software is licensed, not sold. Title and copyrights to Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers.
-
-(b) Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws.
-
-4. GRANT OF LICENSE
-
-Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable license to use Software as follows:
-
-(a) Licensee may:
-
-(i) install and use the licensed edition and version of Software specified in License Certificate(s) on any number of Clients and on any operating system supported by Software, provided that a number of concurrent users of Software never exceeds the number of Authorized Users specified in the appropriate License Certificate(s) and that the same License Key is not used by multiple Authorized Users, on multiple Clients, or on different operating systems at a time;
-
-(ii) use Software for non-commercial, educational purposes only, including conducting academic research or providing educational services; and
-
-(iii) make one back-up copy of Software solely for archival purposes.
-
-(b) Licensee may not:
-
-(i) sell, redistribute, encumber, give, lend, rent, lease, sublicense, or otherwise transfer Software, or any portions of Software, to anyone without the prior written consent of Licensor;
-
-(ii) reverse-engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of Software, or create derivative works from Software;
-
-(iii) allow the use of the same License Key by multiple Authorized Users, on multiple Clients or on different operating systems at a time. Software may contain a feature preventing concurrent use of the same License Key by multiple Authorized Users, on multiple Clients or on different operating systems at a time; or
-
-(iv) use Software for any commercial purpose.
-
-5. THIRD PARTY SOFTWARE LICENSE
-
-(a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software.
-
-(b) Licensee agrees and acknowledges that Sections 9 and 10 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will have no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software.
-
-(c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE.
-
-6. RESTRICTED USE DURING EVALUATION PERIOD
-
-(a) Subject to the terms of this Agreement, Licensee is granted a right to use Software for evaluation purposes without charge for a period of thirty (30) days from the date of installation of Software unless otherwise specified (Evaluation Period).
-
-(b) Licensees use of Software during Evaluation Period shall be limited to the internal evaluation of Software for the sole purpose of determining whether Software meets Licensees requirements and whether Licensee desires to continue using Software.
-
-(c) Upon expiration of Evaluation Period, Licensee must obtain License Key for perpetual use of Software or cease using Software. Software contains a feature that will automatically disable Software upon expiration of Evaluation Period. Licensee may not disable, destroy, or remove this feature of Software, and any attempt to do so will be in violation of this Agreement and will terminate Licensee's rights to use Software.
-
-7. LICENSE FEES AND PAYMENTS
-
-Licensee will pay to Licensor the license fee and other charges and expenses as set forth in an appropriate invoice or other purchase documentation. Licensor may charge Licensee interest for any payment that is more than thirty (30) days past due at the rate of one and one-half percent (1.5%) per month or the highest amount allowed by law, whichever is lower.
-
-8. UPGRADES
-
-(a) All generally available Upgrades to Software will be free of charge to Licensee during the initial one (1) year period after purchase of Software. If Licensee obtains a new License Key for upgrade, Licensee shall destroy a License Key obtained for the previous version of Software.
-
-(b) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade purchase.
-
-9. LIMITED WARRANTY
-
-SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR, AND ITS AFFILIATES, SUPPLIERS AND RESELLERS, DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES.
-
-10. DISCLAIMER OF DAMAGES
-
-(a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER ) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED.
-
-(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT.
-
-11. EXPORT REGULATIONS
-
-Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use.
-
-12. TERMINATION
-
-If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must cease using Software and delete Software from its Clients and archives.
-
-LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES.
-
-13. MARKETING
-
-Licensee agree to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section.
-
-14. GENERAL
-
-(a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software.
-
-(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor.
-
-(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination.
-
-(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic.
-
-(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns.
-
-For exceptions or modifications to this Agreement, please contact Licensor at:
-
-Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic
-Fax: +420 241 722 540
-E-mail: sales@jetbrains.com
diff --git a/sdk_container/src/third_party/portage-stable/licenses/PyCharm_Classroom b/sdk_container/src/third_party/portage-stable/licenses/PyCharm_Classroom
deleted file mode 100644
index c799a249042..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/PyCharm_Classroom
+++ /dev/null
@@ -1,119 +0,0 @@
-LICENSE AGREEMENT FOR PYCHARM
- (Classroom License)
-
- Version 11, Effective as of 16 May 2013
-
-IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT.
-IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE.
-
-1. PARTIES
-
-(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275.
-
-(b) "Licensee" means a public or private school, college, training courses, university and other post secondary educational establishment specified in the License Certificate, exercising rights under, and complying with the terms of this Agreement.
-
-2. DEFINITIONS
-
-(a) "Authorized User" means any student, faculty or staff member authorized by Licensee to use the Software while performing duties within the scope of their employment or assignment.
-
-(b) "Software" means software program known as IntelliJ IDEA in binary form, including its documentation, upgrades provided pursuant to Section 7 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 6 of this Agreement by parties other than Licensor and that either integrated with or made part of IntelliJ IDEA (collectively, "Third Party Software").
-
-(c) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form.
-
-(d) "License Key" means a unique key-code that enables Licensee to use the Software by multiple Authorized Users at a time. Only Licensor and/or its representatives are permitted to produce License Keys for the Software.
-
-(e) "Client" means a computer device owned, leased or otherwise directly controlled by Licensee; that is part of Licensee's internal network domain, located at Licensee's permanent facilities, and used by Authorized User for running the Software.
-
-(f) "License Server" means a software program that issues and revokes License Tickets to/from Clients based on installed License Key.
-
-(g) "License ticket" means a token granted to a Client by the License Server in order to activate the Software installed on the Client.
-
-3. OWNERSHIP
-
-(a) The Software is the property of Licensor or its suppliers. The Software is licensed, not sold. Title and copyrights to the Software, in whole and in part and all copies thereof, and all modifications,
-enhancements, derivatives and other alterations of the Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers.
-
-(b) The Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in the Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws.
-
-4. GRANT OF LICENSE
-
-Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable, royalty-free license to use the Software for a period of 1 (one) year as follows:
-
-(a) Licensee may:
-
-(i) install and use the version of the Software that has been specified in License Certificate on any number of Clients;
-
-(ii) use the Software by Authorized Users solely in support of classroom instruction of students. The right to use the Software for any other purposes is expressly prohibited;
-
-(iii) allow Authorized Users to install and use the Software for homework at their residencies on personally owned computers and process respective License Tickets, provided that they agree to all provisions of this Agreement;
-
-(iv) install License Server solely on its own Clients (in such a case the Section 4 letter a) iii) of this Agreement shall not apply);
-
-(v) process License Tickets to Clients;
-and
-
-(vi) make one back-up copy of the Software for archival purposes.
-
-(b) Licensee may not:
-
-(i) sell, redistribute (except as set forth in Paragraph 5 herein), encumber, give, lend, rent, lease, sublicense, or otherwise transfer the Software, or any portions of the Software, to anyone without the prior written consent of Licensor;
-
-(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of the Software, or create derivative works from the Software; or
-
-(iii) use the Software for any commercial purposes.
-
-Licensee agrees to comply with the terms of this Agreement, and to take reasonable measures to prevent use of the Software by Authorized Users in an inappropriate manner or access to the Software by unauthorized users.
-
-5. THIRD PARTY SOFTWARE LICENSE
-
-(a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software.
-
-(b) Licensee agrees and acknowledges that Sections 7 and 8 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will have no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software.
-
-(c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE.
-
-6. UPGRADES AND LICENSE RENEWAL
-
-(a) Upgrades to new versions of Software are optional and free of charge during the 1-year license term. Licensee may obtain the generally available new versions of Software by downloading them from Licensor's web site atwww.jetbrains.com. Licensee may renew its license for another year by submitting a written request to Licensor 30 (thirty) days prior to the license expiration date.
-
-(b) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade download or license renewal.
-
-7. LIMITED WARRANTY
-
-SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR, AND ITS AFFILIATES, SUPPLIERS AND RESELLERS, DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES.
-
-8. DISCLAIMER OF DAMAGES
-
-(a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED.
-
-(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT.
-
-9. EXPORT REGULATIONS
-
-Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use.
-
-10. TERMINATION
-
-If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must delete Software from its computers and archives, and also ensure that it is deleted by Authorized Users.
-LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES.
-
-11. MARKETING
-
-Licensee agree to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section.
-
-12. GENERAL
-
-(a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software.
-
-(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor.
-
-(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination.
-
-(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic.
-
-(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns.
-For exceptions or modifications to this Agreement, please contact Licensor at:
-
-Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic
-Fax: +420 241 722 540
-E-mail: sales@jetbrains.com
diff --git a/sdk_container/src/third_party/portage-stable/licenses/PyCharm_OpenSource b/sdk_container/src/third_party/portage-stable/licenses/PyCharm_OpenSource
deleted file mode 100644
index 713b36eaba7..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/PyCharm_OpenSource
+++ /dev/null
@@ -1,110 +0,0 @@
-LICENSE AGREEMENT FOR PYCHARM
-(Open Source Project Development License)
-
-IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT.
-
-IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE.
-
-1. PARTIES
-
-(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275.
-
-(b) "Licensee" means an open source development group specified in the License Certificate.
-
-2. DEFINITIONS
-
-(a) "Authorized User" means a software developer or other open source development group member who is authorized by Licensee to use Software for the purpose of development of an open source project.
-
-(b) "Client" means a computer device used by Authorized User for running Software.
-
-(c) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form.
-
-(d) "License Key" means a unique key-code that enables Licensee to use Software by multiple Authorized Users at a time. Only Licensor and/or its representatives are permitted to produce License Keys for Software.
-
-(e) "Software" means software program known as JetBrains PyCharm in binary form, including its documentation, upgrades provided pursuant to Section 6 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 5 of this Agreement by parties other than Licensor and that are either integrated with or made part of JetBrains PyCharm (collectively, "Third Party Software").
-
-3. OWNERSHIP
-
-(a) Software is the property of Licensor or its suppliers. Software is licensed, not sold. Title and copyrights to Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers.
-
-(b) Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws.
-
-4. GRANT OF LICENSE
-
-Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable, royalty-free license to use Software for a period of 1 (one) year as follows:
-
-(a) Licensee may:
-
-(i) install and use the licensed edition and version of Software on any number of Clients and on any operating system supported by Software;
-
-(ii) use Software by Authorized Users solely for the purpose of development of non-commercial open source projects that meet the Open Source Definition at:
-
-http://www.opensource.org/docs/osd
-
-The right to use Software for any other purposes is expressly prohibited, and;
-
-(iii) make one back-up copy of Software for archival purposes.
-
-(b) Licensee may not:
-
-(i) sell, redistribute, encumber, give, lend, rent, lease, sublicense, or otherwise transfer Software, or any portions of Software, to anyone without the prior written consent of Licensor;
-
-(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of Software, or create derivative works from Software; or
-
-(iii) use Software for any commercial purposes.
-Licensee agrees to comply with the terms of this Agreement, and to take reasonable measures to prevent use of Software by Authorized Users in an inappropriate manner or access to Software by unauthorized users.
-
-5. THIRD PARTY SOFTWARE LICENSE
-
-(a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software.
-
-(b) Licensee agrees and acknowledges that Sections 7 and 8 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will have no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software.
-
-(c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE.
-
-6. UPGRADES AND LICENSE RENEWAL
-
-(a) Upgrades to new versions of Software are optional and free of charge during the 1-year license term. Licensee may obtain the generally available new versions of Software by downloading them from Licensor's web site at www.jetbrains.com. Licensee may renew its license for another year by submitting a written request to Licensor 30 (thirty) days prior to the license expiration date.
-
-(b) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software or license renewal the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade purchase or license renewal.
-
-7. LIMITED WARRANTY
-
-SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR, AND ITS AFFILIATES, SUPPLIERS AND RESELLERS, DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES.
-
-8. DISCLAIMER OF DAMAGES
-
-(a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER ) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED.
-
-(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT.
-
-9. EXPORT REGULATIONS
-
-Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use.
-
-10. TERMINATION
-
-If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must delete Software from its Clients and archives, and also ensure that it is deleted by Authorized Users.
-LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES.
-
-11. MARKETING
-
-Licensee agree to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section.
-
-12. GENERAL
-
-(a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software.
-
-(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor.
-
-(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination.
-
-(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic.
-
-(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns.
-
-For exceptions or modifications to this Agreement, please contact Licensor at:
-
-Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic
-Fax: +420 241 722 540
-E-mail: sales@jetbrains.com
diff --git a/sdk_container/src/third_party/portage-stable/licenses/PyCharm_Preview b/sdk_container/src/third_party/portage-stable/licenses/PyCharm_Preview
deleted file mode 100644
index 3e95223cb9b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/PyCharm_Preview
+++ /dev/null
@@ -1,61 +0,0 @@
-JetBrains Technology Preview License Agreement
-
-IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT WHICH COVERS YOUR USE OF UNRELEASED SOFTWARE PROVIDED BY JETBRAINS S.R.O. ("LICENSOR") REFERENCED HEREIN AS JETBRAINS TECHNOLOGY. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING JETBRAINS TECHNOLOGY, YOU (EITHER AN INDIVIDUAL OR AN ENTITY) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT.
-
-IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE JETBRAINS TECHNOLOGY.
-
-1. DEFINITIONS
-
-(a) "Evaluation Period" means forty five (45) days from the date of installation of JetBrains Technology on Your computer.
-
-(b) "JetBrains Technology" means a preview version of software program known as PyCharm which is not generally available, including its documentation, any modifications, and any Third Party Software.
-
-(c) Third Party Software means software programs that are owned and licensed by parties other than Licensor and that either integrated with or made part of JetBrains Technology.
-
-2. JETBRAINS TECHNOLOGY OWNERSHIP, LICENSE GRANT AND USE
-
-(a) JetBrains Technology is the property of Licensor or its suppliers. Title and copyrights to JetBrains Technology, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of JetBrains Technology regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers.
-
-(b) Subject to the terms, conditions, and limitations set forth in Section 2 (c) of this Agreement, Licensor hereby grants to You a limited, non-exclusive, non-transferable, royalty-free license to:
-
-(i) use JetBrains Technology in accordance with its documentation during Evaluation Period;
-
-(ii) copy JetBrains Technology for archival or backup purposes, provided that all titles and trademarks, copyright, and restricted rights notices are reproduced on such copies.
-
-(c) You are not expressly permitted to:
-
-(i) sell, redistribute, encumber, give, lend, rent, lease, sublicense, or otherwise transfer JetBrains Technology, or any portions of JetBrains Technology;
-
-(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of JetBrains Technology, or create derivative works from JetBrains Technology;
-
-(iii) continue using JetBrains Technology upon termination of this Agreement as set forth in Section 5 herein.
-
-(d) You can provide to Licensor Your feedback, suggestions or ideas concerning the functionality and performance of JetBrains Technology (collectively, "Feedback"). You agree that Your Feedback will automatically become the property of Licensor and may be used by Licensor to improve JetBrains Technology or other Licensor's products. Licensor shall have a non-exclusive, perpetual, irrevocable, royalty-free, worldwide right and license to use, reproduce, disclose, sublicense, distribute, modify, and otherwise exploit Feedback without restriction. No obligation is assumed or may be implied on Licensor by receipt, examination or use of Feedback. For the avoidance of any doubt, this Section 2(d) does not apply to any Third Party Software.
-
-(e) You acknowledge that Licensor shall be under no obligation to provide technical support or upgrades for JetBrains Technology.
-
-3. LIMITATION OF LIABILITY
-
-(a) You understand that JetBrains Technology is only a preview version of the software product which has not been publicly announced or made available by Licensor, and that Licensor has no express or implied obligation to publicly announce or make available any production version of JetBrains Technology, or any product similar to or compatible with JetBrains Technology. You also understand that JetBrains Technology may contain errors, and that Licensor has no express or implied obligation to fix such errors. JetBrains Technology may contain features, functionality or modules that will not necessary be included in the production version of JetBrains Technology. You acknowledge that You use JetBrains Technology at Your own risk.
-
-(b) JETBRAINS TECHNOLOGY IS PROVIDED TO YOU "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE.
-
-4. DISCLAIMER OF DAMAGES
-
-REGARDLESS OF WHETHER ANY REMEDY SET FORTH HEREIN FAILS OF ITS ESSENTIAL PURPOSE, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY YOU OR ANY USER OF THE JETBRAINS TECHNOLOGY, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OR INABILITY TO USE THE JETBRAINS TECHNOLOGY, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED.
-
-5. TERMINATION
-
-This Agreement shall terminate upon the earlier of (a) automatic expiration of Evaluation Period based on the system date; (b) public release of any production version of JetBrains Technology, or (c) termination by Licensor, in its sole discretion, upon notice on Licensor's website. Upon termination of this Agreement, rights to use JetBrains Technology granted to You under this Agreement shall immediately terminate, and You shall immediately cease using JetBrains Technology.
-
-6. GENERAL
-
-(a) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between You and Licensor concerning Your use of JetBrains Technology, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to JetBrains Technology.
-
-(b) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination.
-
-(c) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. You agree that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic.
-
-(d) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or You may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns.
-
-For any questions regarding this Agreement, please contact JetBrains at sales@jetbrains.com.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Q2EULA b/sdk_container/src/third_party/portage-stable/licenses/Q2EULA
deleted file mode 100644
index 18e71b9ee1e..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Q2EULA
+++ /dev/null
@@ -1,82 +0,0 @@
- LIMITED USE SOFTWARE LICENSE AGREEMENT
-
- This Limited Use Software License Agreement (the "Agreement") is a legal agreement between you, the end-user, Id Software, Inc. ("ID") and Activision, Inc. ("Activision"). By continuing the installation of this game program entitled QUAKE II, by loading or running the game program, or by placing or copying the game program onto your computer hard drive, computer RAM or other storage, you are agreeing to be bound by the terms of this Agreement.
-
- 1. Grant of License for Software. Subject to the terms and conditions of this Agreement, ID grants to you the non-exclusive and limited right to use the software game program entitled QUAKE II in executable or object code form only (the "Software") for recreational purposes only. The term "Software" includes all elements of the Software such as data files, images appearing in the Software and screen displays. You are not receiving any ownership or proprietary right, title or interest in or to the Software or the copyright, trademarks, or other rights related thereto. For purposes of this section, "use" means loading the Software into RAM and/or onto computer hard drive, as well as installation of the Software on a hard disk or other storage device.
-You agree that the Software will not be shipped, transferred or exported into any country in violation of the U.S. Export Administration Act (or any other law governing such matters) by you or any one at your direction and that you will not utilize and will not authorize anyone to utilize, in any other manner, the Software in violation of any applicable law. The Software may not be exported or reexported into (or to a national or resident of) any country to which the U.S. has embargoed goods or to anyone or into any country who/which are prohibited, by applicable law, from receiving such property.
-
- 2. Additional Levels. Subject to the terms and conditions of this Agreement, ID grants to you the non-exclusive and limited right to create additional levels (the "Levels") which are operable with the Software. You may include within the Levels certain textures and other images (the "ID Images") from the Software. You agree that the Levels will not be shipped, transferred or exported into any country in violation of the U.S. Export Administration Act (or any other law governing such matters) by you or anyone at your direction and that you will not utilize and will not authorize anyone to utilize, in any other manner, the Levels in violation of any applicable law. The Levels may not be downloaded or otherwise exported or re-exported into (or to a national or resident of) any country to which the U.S. has embargoed goods or to anyone or into any country who/which are prohibited by applicable law, from receiving such property.
-You shall not rent, sell, lease, lend, offer on a pay-per-play basis or otherwise commercially exploit or commercially distribute the Levels. You are only permitted to distribute for free, without any cost or charge, the Levels to other endusers. As noted below, in the event you commercially distribute or commercial exploit the Levels or commit any other breach of this Agreement, your licenses, as granted in this Agreement, shall automatically terminate, without notice. You hereby agree to indemnify, defend and hold harmless ID and Activision and ID's and Activision's respective officers, employees, directors, agents, licensees (excluding you), sublicensees (excluding you), successors and assigns from and against all losses, lawsuits, damages, causes of action and claims relating to and/or arising from the Levels and/or the distribution or other use of the Levels.
-
-
- 3. Prohibitions with Regard to Software. You, either directly or in- directly, shall not do any of the following acts:
-
- a. rent the Software;
-
- b. sell the Software;
-
- c. lease or lend the Software;
-
- d. offer the Software on a pay-per-play basis;
-
- e. distribute the Software by any means, including, but not limited to, Internet or other electronic distribution, direct mail, retail, mail order or other means;
-
- f. in any other manner and through any medium whatsoever commercially exploit the Software or use the Software for any commercial purpose;
-
- g. disassemble, reverse engineer, disassemble, decompile, modify or alter the Software;
-
- h. translate the Software;
-
- i. reproduce or copy the Software (except as permitted by section 4. hereinbelow);
-
- j. publicly display the Software; or
-
- k. prepare or develop derivative works based upon the Software.
-
- 4. Permitted Copying. You may make only the following copies of the Software: (i) you may copy the Software from the CD ROM which you purchase onto your computer hard drive; (ii) you may copy the Software from your computer hard drive into your computer RAM; and (iii) you may make one (1) "back up" or archival copy of the Software on one (1) hard disk.
-
- 5. Intellectual Property Rights. The Software, including the ID Images, and all printed material accompanying the Software (the "Printed Materials") and all copyrights, trademarks and all other conceivable intellectual property rights related to the Software, the Printed Materials and the ID Images are owned by ID and are protected by United States copyright laws, international treaty provisions and all applicable law, such as the Lanham Act. You must treat the Software, the Printed Materials and the ID Images like any other copyrighted material, as required by 17 U.S.C., §101 et seq. and other applicable law. You agree to use your best efforts to see that any user of the Software licensed hereunder, the Printed Materials or the Levels complies with this Agreement. You agree that you are receiving a copy of the Software, including the ID Images, and the Printed Material by license only and not by sale and that the "first sale" doctrine of 17 U.S.C. §109 does not apply to your receipt or use of the Software, the Printed Materials or your inclusion of any ID Images in the Levels. This section 5. shall survive the cancellation or termination of this Agreement.
-
- 6. No ID Warranties. ID DISCLAIMS ALL WARRANTIES, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE SOFTWARE, THE PRINTED MATERIALS AND THE ID IMAGES. ID DOES NOT WARRANT THAT THE OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR FREE OR THAT THE SOFTWARE WILL MEET YOUR SPECIFIC REQUIREMENTS. ADDITIONAL STATEMENTS SUCH AS PRESENTATIONS, WHETHER ORAL OR WRITTEN, DO NOT CONSTITUTE WARRANTIES BY ID AND SHOULD NOT BE RELIED UPON. This section 6. shall survive the cancellation or termination of this Agreement.
-
- 7. Limited Activision Warranty. Activision warrants to the original consumer purchaser of the Software that the recording medium on which the Software is recorded will be free from defects in material and workmanship for 90 days from the date of purchase. If the recording medium is found defective within 90 days of original purchase, Activision agrees to replace, free of charge, any product discovered to be defective within such period upon its receipt of the product, postage paid, with proof of the date of purchase, as long as the Software is still being manufactured by Activision. In the event that the Software is no longer available, Activision retains the right to substitute a similar program of equal or greater value. This warranty is limited to the recording medium containing the Software as originally provided by Activision and is not applicable to normal wear and tear. This warranty shall not be applicable and shall be void if the defect has arisen through abuse, mistreatment, or neglect.
-EXCEPT AS SET FORTH ABOVE, THIS WARRANTY IS IN LIEU OF ALL OTHER WARRANTIES, WHETHER ORAL OR WRITTEN, EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT, AND NO OTHER REPRESENTATIONS OR CLAIMS OF ANY KIND SHALL BE BINDING ON OR OBLIGATE ACTIVISION.
-
-When returning the Software for warranty replacement, the original product disks must be sent only in a protective packaging and include: (1) a photocopy of your dated sales receipt; (2) your name and return address typed or clearly printed; (3) a brief note describing the defect, the problem(s) you are encountered and the system on which you are running the Software; (4) if you are returning the Software after the 90-day warranty period, but within one year after the date of purchase, please include check or money order for $10 U.S. (A$17 for Australia, or £10.00 for Europe) currency per CD or floppy disk replacement. Note: Certified mail recommended.
-
-In the U.S. send to
-Warranty Replacements
-Activision, Inc.
-P.O. Box 67713
-Los Angeles, California 90067
-
-In Europe send to:
-Activision
-Gemini House
-133 High Street
-Yiewsley
-West Drayton
-Middlesex UB7 7QL
-United Kingdom
-
-In Australia and Asia Pacific territories send to:
-Warranty Replacements
-Activision
-P.O. Box 873
-Epping, NSW 2121
-Australia
-
- 8. Venue and Liability Limitation. This Agreement shall be construed in accordance with and governed by the laws of the State of Texas and applicable United States federal law. Copyright and other proprietary matters will be governed by United States laws and international treaties. Except as set forth below, exclusive venue for all litigation with regard to this Agreement shall be in Dallas County, Texas and you agree to submit to the jurisdiction of the courts in Dallas, Texas for any such litigation. Exclusive venue for all litigation involving Activision, but not involving ID, with regard to this Agreement shall be in Los Angeles County, California and you agree to submit to the jurisdiction of the courts in Los Angeles, California for any such litigation.
-IN ANY CASE, NEITHER ID, ACTIVISION, NOR ANY OF ID'S OR ACTIVISION'S RESPECTIVE OFFICERS, EMPLOYEES, DIRECTORS, AGENTS, LICENSEES (EXCLUDING YOU), SUBLICENSEES (EXCLUDING YOU), SUCCESSORS OR ASSIGNS SHALL BE LIABLE FOR LOSS OF DATA, LOSS OF PROFITS, LOST SAVINGS, SPECIAL, INCIDENTAL, CONSEQUENTIAL, INDIRECT, PUNITIVE OR OTHER SIMILAR DAMAGES ARISING FROM BREACH OF WARRANTY, BREACH OF CONTRACT, NEGLIGENCE, STRICT PRODUCT LIABILITY, OR OTHER LEGAL THEORY EVEN IF ID, ACTIVISION OR THEIR RESPECTIVE AGENT(S) HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES OR EVEN IF SUCH DAMAGES ARE FORESEEABLE, OR LIABLE FOR ANY CLAIM BY ANY OTHER PARTY. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so the above limitation or exclusion may not apply to you. This section 8. shall survive the cancellation or termination of this Agreement.
-
- 9. U.S. Government Restricted Rights. To the extent applicable, the United States Government shall only have those rights to use the Software, the Printed Materials and ID Images appearing in the Levels as expressly stated and expressly limited and restricted in this Agreement, as provided in 48. C.F.R. §§ 227.7202-1 through 227.7204.
-
- 10. General Provisions. Neither this Agreement nor any part or portion hereof shall be assigned or sublicensed by you. ID and Activision each may assign its respective rights under this Agreement in the assigning party's sole discretion. Should any provision of this Agreement be held to be void, invalid, unenforceable or illegal by a court, the validity and enforceability of the other provisions shall not be affected thereby. If any provision is determined to be unenforceable, you agree to a modification of such provision to provide for enforcement of the provision's intent, to the extent permitted by applicable law. Failure of ID or Activision to enforce any provision of this Agreement shall not constitute or be construed as a waiver of such provision or of the right to enforce such provision. If you fail to comply with or breach any term or condition of this Agreement, YOUR LICENSES AND THIS AGREEMENT ARE AUTOMATICALLY TERMINATED, WITHOUT NOTICE. In the event this Agreement is terminated, you shall have no right to use the Software, the Printed Materials or the Levels, in any manner, and you shall immediately destroy all copies of the Software, the Printed Materials and the Levels in your possession, custody or control.
-YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, THAT YOU UNDERSTAND THIS AGREEMENT, AND UNDERSTAND THAT BY CONTINUING THE INSTALLATION OF THE SOFTWARE, BY LOADING OR RUNNING THE SOFTWARE, OR BY PLACING OR COPYING THE SOFTWARE ONTO YOUR COMPUTER HARD DRIVE OR RAM, YOU AGREE TO BE BOUND BY THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU FURTHER AGREE THAT, EXCEPT FOR WRITTEN SEPARATE AGREEMENTS BETWEEN ID, ACTIVISION AND YOU, IF ANY, THIS AGREEMENT IS A COMPLETE AND EXCLUSIVE STATEMENT OF THE RIGHTS AND LIABILITIES OF THE PARTIES HERETO. THIS AGREEMENT SUPERSEDES ALL PRIOR ORAL AGREEMENTS, PROPOSALS OR UNDERSTANDINGS, AND ANY OTHER COMMUNICATIONS BETWEEN ID, ACTIVISION AND YOU RELATING TO THE SUBJECT MATTER OF THIS AGREEMENT.
-
-
-November 14, 1997
-
-
-LIMITED USE SOFTWARE LICENSE AGREEMENT
-3406.0400/DWC/DOC/1878.doc
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Q3AEULA-20000111 b/sdk_container/src/third_party/portage-stable/licenses/Q3AEULA-20000111
deleted file mode 100644
index 15190fed7a5..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Q3AEULA-20000111
+++ /dev/null
@@ -1,214 +0,0 @@
-
-LIMITED USE SOFTWARE LICENSE AGREEMENT
-
-This Limited Use Software License Agreement (this “Agreement”) is a legal
-agreement between you, the end-user, and Id Software, Inc. (“ID”).
-BY CONTINUING THE INSTALLATION OF THIS SOFTWARE (THE “SOFTWARE”), BY
-DOWNLOADING, LOADING OR RUNNING THE SOFTWARE, OR BY PLACING OR COPYING
-THE SOFTWARE ONTO YOUR COMPUTER HARD DRIVE, COMPUTER RAM OR OTHER STORAGE,
-YOU ARE AGREEING TO BE BOUND BY THE TERMS OF THIS AGREEMENT.
-
-1. Grant of License. Subject to the terms and provisions of this
-Agreement, ID grants to you the non-exclusive and limited right to use
-the Software only for the uses permitted in section 3. hereinbelow. The
-term “Software” includes all elements of the Software. You are not
-receiving any ownership or proprietary right, title or interest in or to
-the Software or the copyrights, trademarks, or other rights related
-thereto. For purposes of the first sentence of this section, “use” means
-loading the Software into RAM and/or onto computer hard drive, as well
-as installation of the Software on a hard disk or other storage device
-and means the uses permitted in section 3. hereinbelow. You agree that
-the Software will not be shipped, transferred or exported into any
-country in violation of the U.S. Export Administration Act (or any other
-law governing such matters) by you or anyone at your direction and that
-you will not utilize and will not authorize anyone to utilize, in any
-other manner, the Software in violation of any applicable law. The
-Software shall not be downloaded or otherwise exported or re-exported
-into (or to a national or resident of) any country to which the U.S.
-has embargoed goods or to anyone or into any country who/which are
-prohibited, by applicable law, from receiving such property.
-
-2. Prohibitions. You, whether directly or indirectly, shall not do
- any of the following acts:
-
- a. rent the Software;
-
- b. sell the Software;
-
- c. lease or lend the Software;
-
- d. distribute the Software (except as permitted by section 3.
- hereinbelow);
-
- e. in any other manner and through any medium whatsoever
- commercially exploit the Software or use the Software for
- any commercial purpose;
-
- f. disassemble, reverse engineer, decompile, modify (except as
- permitted by Section 3. hereinbelow) or alter the Software;
-
- g. translate the Software;
-
- h. reproduce or copy the Software (except as permitted by section
- 3. hereinbelow);
-
- i. publicly display the Software;
-
- j. prepare or develop derivative works based upon the Software;
-
- k. remove or alter any legal notices or other markings or legends,
- such as trademark and copyright notices, affixed on or within
- the Software; or
-
- l. remove, alter, modify, disable or reduce any of the anti-piracy
- measures or components contained in the QUAKE III ARENA game,
- including, without limitation, the CD key system and the CD
- check.
-
-3. Permitted Uses.
-
- a. So long as this Agreement accompanies each copy you make of the
- Software, and so long as you fully comply, at all times, with this
- Agreement, ID grants to you the non-exclusive and limited right to
- distribute copies of the Software free of charge for non-commercial
- purposes by electronic means only and the non-exclusive and limited
- right to use the Software to create your own modifications (the “New
- Creations”) for operation only with the full version of the software
- game QUAKE III ARENA; provided, however, you shall not make any New
- Creations unless and until you have agreed to be bound by the terms
- of this Agreement and of the LIMITED USE SOFTWARE LICENSE AGREEMENT
- which accompanies the full version of QUAKE III ARENA. Other than
- the electronic copies permitted above, you may make only the
- following copies of the Software: (i) you may copy the Software onto
- your computer hard drive; (ii) you may copy the Software from your
- computer hard drive into your computer RAM; and (iii) you may make
- one (1) “back-up” or archival copy of the Software on one (1) hard
- disk. You shall not use, copy or distribute the Software in any
- infringing manner or in any manner which violates any law or third
- party right and you shall not distribute the Software together with
- any material which infringes against any third party right or which
- is libelous, defamatory, obscene, false, misleading, or otherwise
- illegal or unlawful. ID reserves all rights not granted in this
- Agreement, including, without limitation, all rights to ID’s
- trademarks. You shall not commercially distribute the Software.
-
- b. You shall not create any New Creations which infringe against
- any third party right or which are libelous, defamatory, obscene,
- false, misleading or otherwise illegal or unlawful. You agree that
- the New Creations will not be shipped, transferred or exported into
- any country in violation of the U.S. Export Administration Act
- (or any other law governing such matters) by you or anyone at your
- direction and that you will not utilize and will not authorize
- anyone to utilize, in any other manner, the New Creations in
- violation of any applicable law. The New Creations shall not be
- downloaded or otherwise exported or re-exported into (or to a
- national or resident of) any country to which the U.S. has embargoed
- goods or to anyone or into any country who/which are prohibited,
- by applicable law, from receiving such property. You shall not
- rent, sell, lease, lend, offer on a pay-per-play basis or otherwise
- commercially exploit or commercially distribute the New Creations.
- You are only permitted to distribute, without any cost or
- charge, the New Creations to other end-users so long as such
- distribution is not infringing against any third party right and is
- not otherwise illegal or unlawful. As noted below, in the event you
- commercially distribute or commercial exploit the New Creations or
- commit any other breach of this Agreement, your licenses, and this
- Agreement, shall automatically terminate, without notice.
-
-4. Intellectual Property Rights. The Software and all copyrights,
-trademarks and all other conceivable intellectual property rights
-related to the Software are owned by ID and are protected by
-United States copyright laws, international treaty provisions and all
-applicable law, such as the Lanham Act. You must treat the Software
-like any other copyrighted material, as required by 17 U.S.C. §101 et
-seq. and other applicable law. You agree to use your best efforts to
-see that any user of the Software licensed hereunder complies with
-this Agreement. You agree that you are receiving a copy of the
-Software by license only and not by sale and that the “first sale”
-doctrine of 17 U.S.C. §109 does not apply to your receipt or use of
-the Software.
-
-5. NO WARRANTIES. ID DISCLAIMS ALL WARRANTIES, WHETHER EXPRESS OR
-IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT
-TO THE SOFTWARE. ID DOES NOT WARRANT THAT THE OPERATION OF THE
-SOFTWARE WILL BE UNINTERRUPTED OR ERROR FREE OR THAT THE SOFTWARE WILL
-MEET YOUR SPECIFIC REQUIREMENTS. ADDITIONAL STATEMENTS, WHETHER ORAL
-OR WRITTEN, DO NOT CONSTITUTE WARRANTIES BY ID AND SHOULD NOT BE
-RELIED UPON. THIS SECTION 5. SHALL SURVIVE CANCELLATION OR TERMINATION
-OF THIS AGREEMENT.
-
-6. Governing Law, Venue, Indemnity and Liability Limitation. This
-Agreement shall be construed in accordance with and governed by the
-applicable laws of the State of Texas and applicable United States
-federal law. Copyright and other proprietary matters will be governed
-by United States laws and international treaties. Exclusive venue for
-all litigation regarding this Agreement shall be in Dallas County,
-Texas and you agree to submit to the jurisdiction of the courts in
-Dallas, Texas for any such litigation. You agree to indemnify, defend
-and hold harmless ID and ID’s officers, employees, directors, agents,
-licensees (excluding you), successors and assigns from and against all
-losses, lawsuits, damages, causes of action and claims relating to
-and/or arising from: (i) your breach of this Agreement; and/or (ii)
-your distribution or other use of the Software; and/or (iii) your
-distribution or other use of the New Creations. You agree that your
-unauthorized use of the Software, or any part thereof, may immediately
-and irreparably damage ID such that ID could not be adequately
-compensated solely by a monetary award and that at ID’s option ID
-shall be entitled to an injunctive order, in addition to all other
-available remedies including a monetary award, appropriately
-restraining and/or prohibiting such unauthorized use without the
-necessity of ID posting bond or other security. IN ANY CASE, ID AND
-ID’S OFFICERS, EMPLOYEES, DIRECTORS, AGENTS, LICENSEES, SUBLICENSEES,
-SUCCESSORS AND ASSIGNS SHALL NOT BE LIABLE FOR LOSS OF DATA, LOSS OF
-PROFITS, LOST SAVINGS, SPECIAL, INCIDENTAL, CONSEQUENTIAL, INDIRECT,
-PUNITIVE OR OTHER SIMILAR DAMAGES ARISING FROM ANY ALLEGED CLAIM FOR
-BREACH OF WARRANTY, BREACH OF CONTRACT, NEGLIGENCE, STRICT PRODUCT
-LIABILITY, OR OTHER LEGAL THEORY EVEN IF ID OR ITS AGENTS HAVE BEEN
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGES OR EVEN IF SUCH DAMAGES
-ARE FORESEEABLE, OR LIABLE FOR ANY CLAIM BY ANY OTHER PARTY. Some
-jurisdictions do not allow the exclusion or limitation of incidental
-or consequential damages, so the above limitation or exclusion may
-not apply to you. This Section 6. shall survive cancellation or
-termination of this Agreement.
-
-7. U.S. Government Restricted Rights. To the extent applicable, the
-United States Government shall only have those rights to use the
-Software as expressly stated and expressly limited and restricted in
-this Agreement, as provided in 48 C.F.R. §§ 227.7201 through 227.7204,
-inclusive.
-
-8. General Provisions. Neither this Agreement nor any part or portion
-hereof shall be assigned or sublicensed by you. ID may assign its
-rights under this Agreement in ID’s sole discretion. Should any
-provision of this Agreement be held to be void, invalid, unenforceable
-or illegal by a court of competent jurisdiction, the validity and
-enforceability of the other provisions shall not be affected thereby.
-If any provision is determined to be unenforceable by a court of
-competent jurisdiction, you agree to a modification of such provision
-to provide for enforcement of the provision's intent, to the extent
-permitted by applicable law. Failure of ID to enforce any provision
-of this Agreement shall not constitute or be construed as a waiver of
-such provision or of the right to enforce such provision. Immediately
-upon your failure to comply with, or immediately upon your breach of,
-any term or provision of this Agreement, THIS AGREEMENT AND YOUR
-LICENSE SHALL AUTOMATICALLY TERMINATE, WITHOUT NOTICE, AND ID MAY
-PURSUE ALL RELIEF AND REMEDIES AGAINST YOU WHICH ARE AVAILABLE UNDER
-APPLICABLE LAW AND/OR THIS AGREEMENT. In the event this Agreement
-is terminated, you shall have no right to use the Software, in any
-manner, and you shall immediately destroy all copies of the Software
-in your possession, custody or control.
-
-YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, YOU UNDERSTAND THIS
-AGREEMENT, AND UNDERSTAND THAT BY CONTINUING THE INSTALLATION OF THE
-SOFTWARE, BY DOWNLOADING, LOADING OR RUNNING THE SOFTWARE, OR BY
-PLACING OR COPYING THE SOFTWARE ONTO YOUR COMPUTER HARD DRIVE, COMPUTER
-RAM OR OTHER STORAGE, YOU AGREE TO BE BOUND BY THE TERMS AND CONDITIONS
-OF THIS AGREEMENT. YOU FURTHER AGREE THAT, EXCEPT FOR WRITTEN SEPARATE
-AGREEMENTS BETWEEN ID AND YOU, THIS AGREEMENT IS A COMPLETE AND
-EXCLUSIVE STATEMENT OF THE RIGHTS AND LIABILITIES OF THE PARTIES HERETO
-REGARDING THE SUBJECT MATTER HEREOF. THIS AGREEMENT SUPERSEDES ALL
-PRIOR ORAL AGREEMENTS OR UNDERSTANDINGS AND ANY OTHER COMMUNICATIONS
-BETWEEN ID AND YOU RELATING TO THE SUBJECT MATTER OF THIS AGREEMENT.
-
-January 11, 2000 5:41 p.m.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/QPL-1.0 b/sdk_container/src/third_party/portage-stable/licenses/QPL-1.0
deleted file mode 100644
index ecdad6ef57a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/QPL-1.0
+++ /dev/null
@@ -1,103 +0,0 @@
- THE Q PUBLIC LICENSE
- version 1.0
-
- Copyright (C) 1999-2000 Trolltech AS, Norway.
- Everyone is permitted to copy and
- distribute this license document.
-
-The intent of this license is to establish freedom to share and change the
-software regulated by this license under the open source model.
-
-This license applies to any software containing a notice placed by the
-copyright holder saying that it may be distributed under the terms of
-the Q Public License version 1.0. Such software is herein referred to as
-the Software. This license covers modification and distribution of the
-Software, use of third-party application programs based on the Software,
-and development of free software which uses the Software.
-
- Granted Rights
-
-1. You are granted the non-exclusive rights set forth in this license
- provided you agree to and comply with any and all conditions in this
- license. Whole or partial distribution of the Software, or software
- items that link with the Software, in any form signifies acceptance of
- this license.
-
-2. You may copy and distribute the Software in unmodified form provided
- that the entire package, including - but not restricted to - copyright,
- trademark notices and disclaimers, as released by the initial developer
- of the Software, is distributed.
-
-3. You may make modifications to the Software and distribute your
- modifications, in a form that is separate from the Software, such as
- patches. The following restrictions apply to modifications:
-
- a. Modifications must not alter or remove any copyright notices in
- the Software.
-
- b. When modifications to the Software are released under this
- license, a non-exclusive royalty-free right is granted to the
- initial developer of the Software to distribute your modification
- in future versions of the Software provided such versions remain
- available under these terms in addition to any other license(s) of
- the initial developer.
-
-4. You may distribute machine-executable forms of the Software or
- machine-executable forms of modified versions of the Software, provided
- that you meet these restrictions:
-
- a. You must include this license document in the distribution.
-
- b. You must ensure that all recipients of the machine-executable forms
- are also able to receive the complete machine-readable source code
- to the distributed Software, including all modifications, without
- any charge beyond the costs of data transfer, and place prominent
- notices in the distribution explaining this.
-
- c. You must ensure that all modifications included in the
- machine-executable forms are available under the terms of this
- license.
-
-5. You may use the original or modified versions of the Software to
- compile, link and run application programs legally developed by you
- or by others.
-
-6. You may develop application programs, reusable components and other
- software items that link with the original or modified versions of the
- Software. These items, when distributed, are subject to the following
- requirements:
-
- a. You must ensure that all recipients of machine-executable forms of
- these items are also able to receive and use the complete
- machine-readable source code to the items without any charge
- beyond the costs of data transfer.
-
- b. You must explicitly license all recipients of your items to use
- and re-distribute original and modified versions of the items in
- both machine-executable and source code forms. The recipients must
- be able to do so without any charges whatsoever, and they must be
- able to re-distribute to anyone they choose.
-
-
- c. If the items are not available to the general public, and the
- initial developer of the Software requests a copy of the items,
- then you must supply one.
-
- Limitations of Liability
-
-In no event shall the initial developers or copyright holders be liable
-for any damages whatsoever, including - but not restricted to - lost
-revenue or profits or other direct, indirect, special, incidental or
-consequential damages, even if they have been advised of the possibility
-of such damages, except to the extent invariable law, if any, provides
-otherwise.
-
- No Warranty
-
-The Software and this license document are provided AS IS with NO WARRANTY
-OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS
-FOR A PARTICULAR PURPOSE.
- Choice of Law
-
-This license is governed by the Laws of Norway. Disputes shall be settled
-by Oslo City Court.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/QUAKE4 b/sdk_container/src/third_party/portage-stable/licenses/QUAKE4
deleted file mode 100644
index 5ce2fae290a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/QUAKE4
+++ /dev/null
@@ -1,65 +0,0 @@
-SOFTWARE LICENSE AGREEMENT
-
-This QUAKE 4(tm) Limited Use Software License Agreement (this "Agreement") is a legal agreement among you, the end-user, and Id Software, Inc. ("Id Software"), and Activision Publishing, Inc. ("Activision"). BY CONTINUING THE INSTALLATION OF THE GAME PROGRAM ENTITLED QUAKE 4(tm) (THE "SOFTWARE"), BY LOADING OR RUNNING THE SOFTWARE, OR BY PLACING OR COPYING THE SOFTWARE ONTO YOUR COMPUTER HARD DRIVE, COMPUTER RAM OR OTHER STORAGE, YOU ARE AGREEING TO BE BOUND BY THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU ACKNOWLEDGE AND UNDERSTAND THAT IN ORDER TO OPERATE THE SOFTWARE, YOU MUST HAVE THE FULL VERSION OF THE ID SOFTWARE GAME ENTITLED QUAKE 4(tm) INSTALLED ON YOUR COMPUTER.
-
-1. Grant of License. Subject to the terms and provisions of this Agreement and so long as you fully comply at all times with this Agreement, Id Software grants to you the non-exclusive and limited right to use the Software only in executable or object code form. The term "Software" includes all elements of the Software, including, without limitation, data files and screen displays. You are not receiving any ownership or proprietary right, title, or interest in or to the Software or the copyrights, trademarks, or other rights related thereto. For purposes of the first sentence of this Section, "use" means loading the Software into RAM and/or onto computer hard drive, as well as installation of the Software on a hard disk or other storage device, and means the uses permitted in Sections 2 and 5 hereinbelow. You agree that the Software will not be downloaded, shipped, transferred, exported or re-exported into any country in violation of the United States Export Administration Act (or any other law governing such matters) by you or anyone at your direction, and that you will not utilize and will not authorize anyone to utilize the Software in any other manner in violation of any applicable law. The Software shall not be downloaded or otherwise exported or re-exported into (or to a national or resident of) any country to which the United States has embargoed goods, or to anyone or into any country who/that are prohibited, by applicable law, from receiving such property. In exercising your limited rights hereunder, you shall comply, at all times, with all applicable laws, regulations, ordinances, and statutes. Id Software reserves all rights not granted in this Agreement, including, without limitation, all rights to Id Software's trademarks.
-
-2. Permitted New Creations. Subject to the terms and provisions of this Agreement and so long as you fully comply at all times with this Agreement, Id Software grants to you the non-exclusive and limited right to create for the Software (except any Software code) your own modifications (the "New Creations") that shall operate only with the Software (but not any demo, test, or other version of the Software, and not with QUAKE 4(tm) independent of the Software). You may include within the New Creations certain textures and other images (the "Software Images") from the Software. You shall not create any New Creations that infringe against any third-party right or that are libelous, defamatory, obscene, false, misleading, or otherwise illegal or unlawful. You agree that the New Creations will not be downloaded, shipped, transferred, exported, or re-exported into any country in violation of the United States Export Administration Act (or any other law governing such matters) by you or anyone at your direction, and that you will not utilize and will not authorize anyone to utilize the New Creations in any other manner in violation of any applicable law. The New Creations shall not be downloaded or otherwise exported or re-exported into (or to a national or resident of) any country to which the United States has embargoed goods or to anyone or into any country who/that are prohibited, by applicable law, from receiving such property. You shall not rent, sell, lease, lend, offer on a pay-per-play basis, or otherwise commercially exploit or commercially distribute the New Creations. You are permitted to distribute, without any cost or charge, the New Creations only to other end-users so long as such distribution is not infringing against any third-party right and otherwise is not illegal or unlawful. As noted below, in the event you commit any breach of this Agreement, your license and this Agreement automatically shall terminate, without notice.
-
-3. Prohibitions with Regard to the Software. You, whether directly or indirectly, shall not do any of the following acts:
-a. rent the Software;
-b. sell the Software;
-c. lease or lend the Software;
-d. offer the Software on a pay-per-play basis;
-e. distribute the Software by any means, including, but not limited to, Internet or other electronic distribution, direct mail, retail, mail order, or other means;
-f. in any other manner and through any medium whatsoever commercially exploit the Software or use the Software for any commercial purpose;
-g. disassemble, reverse engineer, decompile, modify (except as permitted under Section 2 hereinabove) or alter the Software;
-h. translate the Software;
-i. reproduce or copy the Software (except as permitted under Section 5 hereinbelow);
-j. publicly display the Software;
-k. prepare or develop derivative works based upon the Software;
-l. remove or alter any notices or other markings or legends, such as trademark or copyright notices, affixed on or within the Software or the Printed Materials (as defined in Section 6 hereinbelow); or
-m. remove, alter, modify, disable, or reduce any of the anti-piracy measures contained in the Software, including, without limitation, measures relating to multiplayer play.
-
-4. Prohibition against Cheat Programs. Any attempt by you, either directly or indirectly, to circumvent or bypass any element of the Software to gain any advantage in multiplayer play of the Software is a material breach of this Agreement. It is a material breach of this Agreement for you, whether directly or indirectly, to create, develop, copy, reproduce, distribute, or otherwise make any use of any software program or any modification to the Software ("Cheat Program") itself that enables or allows the user thereof to obtain an advantage or otherwise exploit another Software player or user when playing the Software against other players or users on a local area network, any other network, or on the Internet. Hacking into the executable of the Software, modification of the Software, or any other use of the Software in connection with the creation, development, or use of any such unauthorized Cheat Program is a material breach of this Agreement. Cheat Programs include, but are not limited to, programs that allow Software players or users to see through walls or other level geometry; programs that allow Software players or users to change their rate of speed outside the allowable limits of the Software; programs that crash either and/or other Software players, users, PC clients, or network servers; programs that automatically target other Software players or users (commonly referred to as "aimbots") that automatically simulate Software player or user input for the purpose of gaining an advantage over other Software players or users; or any other program or modification that functions in a similar capacity or allows any prohibited conduct.
- In the event you breach this Section or otherwise breach this Agreement, your license and this Agreement automatically shall terminate, without notice, and you shall have no right to play the Software against other players or make any other use of the Software.
-
-5. Permitted Copying. You may make only the following copies of the Software: (i) you may copy the Software from the CD ROM that you purchase onto your computer hard drive; (ii) you may copy the Software from your computer hard drive into your computer RAM; and (iii) you may make one (1) "back up" or archival copy of the Software on one (1) hard disk.
-
-6. Intellectual Property Rights. Certain printed materials (the "Printed Materials") accompany the Software. The Software, the Printed Materials, and all copyrights, trademarks, and all other conceivable intellectual property rights related to the Software and the Printed Materials are owned by Id Software and are protected by United States copyright laws, international treaty provisions, and all applicable law, such as the Lanham Act. You must treat the Software and the Printed Materials like any other copyrighted material, as required by 17 U.S.C. sub-section 101 et seq. and other applicable law. You agree to use your best efforts to see that any user of the Software licensed hereunder, the Printed Materials or the New Creations complies with this Agreement. You agree that you are receiving a copy of the Software and the Printed Materials by limited license only and not by sale and that the "first sale" doctrine of 17 U.S.C. sub-section 109 does not apply to your receipt or use of the Software or the Printed Materials. This Section shall survive the cancellation or termination of this Agreement.
-7. Information Collection. You consent to Activision obtaining certain information about your computer and its operating system, including the type and speed of the central processing unit, the amount of RAM in the central processing unit, the operating system, the type of video card used, whether your computer uses a CD or DVD drive, and whether your computer is equipped with a joystick, without any further notice to you. Such information is not personally identifiable. The computer information that is collected simply helps Activision to understand and analyze broad, anonymous market information about our consumers, so that Activision can better serve their needs and demands. Activision will only share such information with others, if at all, in the aggregate, reflecting overall computer features and capabilities.
-
-8. NO ID SOFTWARE WARRANTIES. ID SOFTWARE DISCLAIMS ALL WARRANTIES, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND ANY WARRANTY OF NON-INFRINGEMENT, WITH RESPECT TO THE SOFTWARE, THE PRINTED MATERIALS, THE SOFTWARE IMAGES, AND OTHERWISE. THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY. ID SOFTWARE DOES NOT WARRANT THAT THE SOFTWARE OR THE OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR-FREE OR THAT THE SOFTWARE WILL MEET YOUR SPECIFIC OR SPECIAL REQUIREMENTS. ADDITIONAL STATEMENTS, WHETHER ORAL OR WRITTEN, DO NOT CONSTITUTE WARRANTIES BY ID SOFTWARE AND SHOULD NOT BE RELIED UPON. This Section shall survive the cancellation or termination of this Agreement.
-
-9. Limited Activision Warranty. Activision warrants to the original consumer purchaser of the Software that the recording medium on which the Software is recorded will be free from defects in material and workmanship for ninety (90) days from the date of purchase. If the recording medium is found defective within ninety (90) days of original purchase, Activision agrees to replace, free of charge, any Software discovered to be defective within such period upon its receipt of the Software, postage paid, with the proof of the date of purchase, as long as the Software still is being manufactured by Activision. In the event that the Software no longer is available, Activision retains the right to substitute a similar game program of equal or greater value. This warranty is limited to the recording medium containing the Software as originally provided by Activision and is not applicable to normal wear and tear. This warranty shall not be applicable and shall be void if the defect has arisen through abuse, mistreatment, or neglect.
-EXCEPT AS SET FORTH ABOVE, THIS WARRANTY IS IN LIEU OF ALL OTHER WARRANTIES, WHETHER ORAL OR WRITTEN, EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, AND NO OTHER REPRESENTATIONS OR CLAIMS OF ANY KIND SHALL BE BINDING ON OR OBLIGATE ACTIVISION.
-When returning the Software for warranty replacement, the original Software disks must be sent only in protective packaging and include: (1) photocopy of your dated sales receipt; (2) your name and return address typed or clearly printed; (3) a brief note describing the defect, the problem(s) you are encountering, and the system on which you are running the Software; and (4) if you are returning the Software after the ninety (90) day warranty period, but within one (1) year after the date of purchase, please include check or money order for $10.00 U.S. (A$25 for Australia (subject to availability), or £6.00 for Europe) currency per CD or floppy disk replacement or $15.00 U.S.( £9.00 for Europe) per DVD replacement.
-
-Note: Certified mail recommended. In the United States, send to:
-Warranty Replacements
-Activision, Inc.
-P.O. Box 67713
-Los Angeles, California 90067
-
-In Europe, send to:
-Warranty Replacements
-Activision
-Parliament House
-St. Laurence Way
-Slough, Berkshire SL1 2BW
-United Kingdom
-
-In Australia and Asia Pacific territories, send to:
-Warranty Replacements
-Activision
-Level 5, 51 Rawson Street
-Epping, NSW 2121
-Australia
-
-10. Governing Law, Venue, Indemnity, and Liability Limitation. This Agreement shall be construed in accordance with and governed by the applicable laws of the State of Texas (but excluding conflicts of laws principles) and applicable United States federal law. Except as set forth below, exclusive venue for all litigation regarding this Agreement shall be in Dallas County, Texas, and you agree to submit to the jurisdiction of the federal and state courts in Dallas County, Texas, for any such litigation. Exclusive venue for all litigation involving Activision, but not involving Id Software, with regard to this Agreement shall be in Los Angeles County, California, and you agree to submit to the jurisdiction of the courts in Los Angeles, California, for any such litigation. You hereby agree to indemnify, defend and hold harmless Id Software and Activision and Id Software's and Activision's respective officers, employees, directors, agents, licensees (excluding you), sub-licensees (excluding you), successors, and assigns from and against all losses, lawsuits, damages, causes of action, and claims relating to and/or arising from the New Creations or the distribution or other use of the New Creations or relating to and/or arising from your breach of this Agreement. You agree that your unauthorized use of the Software Images, the Printed Materials, or the Software, or any part thereof, immediately and irreparably may damage Id Software such that Id Software could not be adequately compensated solely by a monetary award, and in such event, at Id Software's option, that Id Software shall be entitled to an injunctive order, in addition to all other available remedies, including a monetary award, to prohibit such unauthorized use without the necessity of Id Software posting bond or other security. IN ANY CASE, ID SOFTWARE, ACTIVISION, AND ID SOFTWARE AND ACTIVISION'S RESPECTIVE OFFICERS, EMPLOYEES, DIRECTORS, SHAREHOLDERS, REPRESENTATIVES, AGENTS, LICENSEES (EXCLUDING YOU), SUB-LICENSEES (EXCLUDING YOU), SUCCESSORS, AND ASSIGNS SHALL NOT BE LIABLE FOR LOSS OF DATA, LOSS OF PROFITS, LOST SAVINGS, SPECIAL, INCIDENTAL, CONSEQUENTIAL, INDIRECT OR PUNITIVE DAMAGES, OR ANY OTHER DAMAGES ARISING FROM ANY ALLEGED CLAIM FOR BREACH OF WARRANTY, BREACH OF CONTRACT, NEGLIGENCE, STRICT PRODUCT LIABILITY, OR OTHER LEGAL THEORY EVEN IF ID SOFTWARE, ACTIVISION, OR THEIR RESPECTIVE AGENT(S) HAVE BEEN ADVISED OF THE POSSIBILITY OF ANY SUCH DAMAGES, OR EVEN IF SUCH DAMAGES ARE FORESEEABLE, OR LIABLE FOR ANY CLAIM BY ANY OTHER PARTY. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so the above limitation or exclusion may not apply to you. This Section shall survive the cancellation or termination of this Agreement.
-
-11. United States Government Restricted Rights. To the extent applicable, the United States Government shall have only those rights to use the Software and the Printed Materials as expressly stated and expressly limited and restricted in this Agreement, as provided in 48 C.F.R. sub-sections 227.7201 through 227.7204, inclusive.
-
-12. General Provisions. Neither this Agreement nor any part or portion hereof shall be assigned or sublicensed by you. Id Software and Activision each may assign its respective rights under this Agreement in the assigning party's sole discretion. Should any provision of this Agreement be held to be void, invalid, unenforceable, or illegal by a court of competent jurisdiction, the validity and enforceability of the other provisions shall not be affected thereby. If any provision is determined to be unenforceable by a court of competent jurisdiction, you agree to a modification of such provision to provide for enforcement of the provision's intent, to the extent permitted by applicable law. Failure of Id Software or Activision to enforce any provision of this Agreement shall not constitute or be construed as a waiver of such provision or of the right to enforce such provision. IMMEDIATELY UPON YOUR FAILURE TO COMPLY WITH, OR YOUR BREACH OF ANY TERM OR PROVISION OF THIS AGREEMENT, YOUR LICENSE GRANTED HEREIN AND THIS AGREEMENT AUTOMATICALLY SHALL TERMINATE, WITHOUT NOTICE, AND ID SOFTWARE AND ACTIVISION MAY PURSUE ALL RELIEF AND REMEDIES AGAINST YOU THAT ARE AVAILABLE UNDER APPLICABLE LAW AND/OR THIS AGREEMENT. Immediately upon termination of this Agreement, any and all rights you are granted hereunder shall terminate, you shall have no right to use the Software, the Printed Materials, or the New Creations, in any manner, you immediately shall destroy all copies of the Software, the Printed Materials, and the New Creations in your possession, custody, or control, and all rights granted hereunder shall revert, without notice, to and be vested in Id Software.
-
-YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, YOU UNDERSTAND THIS AGREEMENT, AND UNDERSTAND THAT BY CONTINUING THE INSTALLATION OF THE SOFTWARE, BY LOADING OR RUNNING THE SOFTWARE, OR BY PLACING OR COPYING THE SOFTWARE ONTO YOUR COMPUTER HARD DRIVE, COMPUTER RAM OR OTHER STORAGE, YOU AGREE TO BE BOUND BY THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU FURTHER AGREE THAT, EXCEPT FOR WRITTEN SEPARATE AGREEMENTS, IF ANY, AMONG ID SOFTWARE, ACTIVISION, AND YOU, THIS AGREEMENT IS A COMPLETE AND EXCLUSIVE STATEMENT OF THE RIGHTS AND LIABILITIES OF THE PARTIES HERETO, RELATING TO THE SUBJECT MATTER HEREOF. THIS AGREEMENT SUPERSEDES ALL PRIOR ORAL AGREEMENTS, PROPOSALS, OR UNDERSTANDINGS, AND ANY OTHER COMMUNICATIONS, IF ANY, AMONG ID SOFTWARE, ACTIVISION, AND YOU RELATING TO THE SUBJECT MATTER OF THIS AGREEMENT.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/RAR b/sdk_container/src/third_party/portage-stable/licenses/RAR
deleted file mode 100644
index 82af4af51fd..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/RAR
+++ /dev/null
@@ -1,127 +0,0 @@
- END USER LICENSE AGREEMENT
-
- The following agreement regarding RAR (and its Windows version - WinRAR)
- archiver - referred to as "software" - is made between win.rar GmbH -
- referred to as "licensor" - and anyone who is installing, accessing
- or in any other way using the software - referred to as "user".
-
- 1. The author and holder of the copyright of the software is
- Alexander L. Roshal. The licensor and as such issuer of the license
- and bearer of the worldwide exclusive usage rights including the rights
- to reproduce, distribute and make the software available to the public
- in any form is win.rar GmbH, Marienstr. 12, 10117 Berlin, Germany.
-
- 2. The software is distributed as try before you buy. This means that
- anyone may use the software during a test period of a maximum of 40 days
- at no charge. Following this test period, the user must purchase
- a license to continue using the software.
-
- 3. The software's trial version may be freely distributed, with exceptions
- noted below, provided the distribution package is not modified in any way.
-
- a. Nobody may distribute separate parts of the package, with the exception
- of the UnRAR components, without written permission.
-
- b. The software's unlicensed trial version may not be distributed
- inside of any other software package without written permission.
- The software must remain in the original unmodified installation
- file for download without any barrier and conditions to the user
- such as collecting fees for the download or making the download
- conditional on the user giving his contact data.
-
- c. The unmodified installation file of WinRAR must be provided pure
- and unpaired. Any bundling is interdicted. In particular the use
- of any install or download software which is providing any kind
- of download bundles is prohibited unless granted by win.rar GmbH
- in written form.
-
- d. Hacks/cracks, keys or key generators may not be included, pointed to
- or referred to by the distributor of the trial version.
-
- e. In case of violation of the precedent conditions the allowance
- lapses immediately and automatically.
-
- 4. The trial version of the software can display a registration reminder
- dialog. Depending on the software version and configuration such dialog
- can contain either a predefined text and links loaded locally
- or a web page loaded from the internet. Such web page can contain
- licensing instructions or other materials according to the licensor's
- choice, including advertisement. When opening a web page, the software
- transfers only those parameters which are technically required
- by HTTP protocol to successfully open a web page in a browser.
-
- 5. The software is distributed "as is". No warranty of any kind is expressed
- or implied. You use at your own risk. Neither the author, the licensor
- nor the agents of the licensor will be liable for data loss, damages,
- loss of profits or any other kind of loss while using or misusing
- this software.
-
- 6. There are 2 basic types of licenses issued for the software. These are:
-
- a. A single computer usage license. The user purchases one license to
- use the software on one computer.
-
- Home users may use their single computer usage license on all
- computers and mobile devices (USB drive, external hard drive, etc.)
- which are property of the license owner.
-
- Business users require one license per computer or mobile device
- on which the software is installed.
-
- b. A multiple usage license. The user purchases a number of usage
- licenses for use, by the purchaser or the purchaser's employees
- on the same number of computers.
-
- In a network (server/client) environment the user must purchase
- a license copy for each separate client (workstation) on which
- the software is installed, used or accessed. A separate license copy
- for each client (workstation) is needed regardless of whether
- the clients (workstations) will use the software simultaneously
- or at different times. If for example you wish to have 9 different
- clients (workstations) in your network with access to RAR,
- you must purchase 9 license copies.
-
- A user who purchased a license, is granted a non-exclusive right to use
- the software on as many computers as defined by the licensing terms above
- according to the number of licenses purchased, for any legal purpose.
-
- 7. There are no additional license fees, apart from the cost of the license,
- associated with the creation and distribution of RAR archives,
- volumes, self-extracting archives or self-extracting volumes.
- Owners of a license may use their copies of the software to produce
- archives and self-extracting archives and to distribute those archives
- free of any additional royalties.
-
- 8. The licensed software may not be rented or leased but may be permanently
- transferred, in its entirety, if the recipient agrees to the terms of
- this license.
-
- 9. To buy a license, please read the file order.htm provided with
- the software for details.
-
- 10. You may not use, copy, emulate, clone, rent, lease, sell, modify,
- decompile, disassemble, otherwise reverse engineer, or transfer
- the licensed software, or any subset of the licensed software,
- except as provided for in this agreement. Any such unauthorized use
- shall result in immediate and automatic termination of this license
- and may result in criminal and/or civil prosecution.
-
- Neither RAR binary code, WinRAR binary code, UnRAR source
- or UnRAR binary code may be used or reverse engineered to re-create
- the RAR compression algorithm, which is proprietary, without written
- permission.
-
- The software may be using components developed and/or copyrighted
- by third parties. Please read "Acknowledgments" help file topic
- for WinRAR or acknow.txt text file for other RAR versions for details.
-
- 11. This License Agreement is construed solely and exclusively under
- German law. If you are a merchant, the courts at the registered office
- of win.rar GmbH in Berlin/Germany shall have exclusive jurisdiction
- for any and all disputes arising in connection with this License
- Agreement or its validity.
-
- 12. Installing and using the software signifies acceptance of these terms
- and conditions of the license. If you do not agree with the terms of this
- license, you must remove all software files from your storage devices
- and cease to use the software.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/RSAL-2 b/sdk_container/src/third_party/portage-stable/licenses/RSAL-2
deleted file mode 100644
index 458da09d0a3..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/RSAL-2
+++ /dev/null
@@ -1,163 +0,0 @@
-Redis Source Available License 2.0 (RSALv2) Agreement
-=====================================================
-
-Last Update: December 30, 2023
-
-Acceptance
-----------
-
-This Agreement sets forth the terms and conditions on which the Licensor
-makes available the Software. By installing, downloading, accessing,
-Using, or distributing any of the Software, You agree to all of the
-terms and conditions of this Agreement.
-
-If You are receiving the Software on behalf of Your Company, You
-represent and warrant that You have the authority to agree to this
-Agreement on behalf of such entity.
-
-The Licensor reserves the right to update this Agreement from time to
-time.
-
-The terms below have the meanings set forth below for purposes of this
-Agreement:
-
-Definitions
------------
-
-Agreement: this Redis Source Available License 2.0 Agreement.
-
-Control: ownership, directly or indirectly, of substantially all the
-assets of an entity, or the power to direct its management and policies
-by vote, contract, or otherwise.
-
-License: the License as described in the License paragraph below.
-
-Licensor: the entity offering these terms, which includes Redis Ltd. on
-behalf of itself and its subsidiaries and affiliates worldwide.
-
-Modify, Modified, or Modification: copy from or adapt all or part of the
-work in a fashion requiring copyright permission other than making an
-exact copy. The resulting work is called a Modified version of the
-earlier work.
-
-Redis: the Redis software as described in redis.com redis.io.
-
-Software: certain Software components designed to work with Redis and
-provided to You under this Agreement.
-
-Trademark: the trademarks, service marks, and any other similar rights.
-
-Use: anything You do with the Software requiring one of Your Licenses.
-
-You: the recipient of the Software, the individual or entity on whose
-behalf You are agreeing to this Agreement.
-
-Your Company: any legal entity, sole proprietorship, or other kind of
-organization that You work for, plus all organizations that have control
-over, are under the control of, or are under common control with that
-organization.
-
-Your Licenses: means all the Licenses granted to You for the Software
-under this Agreement.
-
-License
--------
-
-The Licensor grants You a non-exclusive, royalty-free, worldwide,
-non-sublicensable, non-transferable license to use, copy, distribute,
-make available, and prepare derivative works of the Software, in each
-case subject to the limitations and conditions below.
-
-Limitations
------------
-
-You may not make the functionality of the Software or a Modified version
-available to third parties as a service or distribute the Software or a
-Modified version in a manner that makes the functionality of the
-Software available to third parties.
-
-Making the functionality of the Software or Modified version available
-to third parties includes, without limitation, enabling third parties to
-interact with the functionality of the Software or Modified version in
-distributed form or remotely through a computer network, offering a
-product or service, the value of which entirely or primarily derives
-from the value of the Software or Modified version, or offering a
-product or service that accomplishes for users the primary purpose of
-the Software or Modified version.
-
-You may not alter, remove, or obscure any licensing, copyright, or other
-notices of the Licensor in the Software. Any use of the Licensor's
-Trademarks is subject to applicable law.
-
-Patents
--------
-
-The Licensor grants You a License, under any patent claims the Licensor
-can License, or becomes able to License, to make, have made, use, sell,
-offer for sale, import and have imported the Software, in each case
-subject to the limitations and conditions in this License. This License
-does not cover any patent claims that You cause to be infringed by
-Modifications or additions to the Software. If You or Your Company make
-any written claim that the Software infringes or contributes to
-infringement of any patent, your patent License for the Software granted
-under this Agreement ends immediately. If Your Company makes such a
-claim, your patent License ends immediately for work on behalf of Your
-Company.
-
-Notices
--------
-
-You must ensure that anyone who gets a copy of any part of the Software
-from You also gets a copy of the terms and conditions in this Agreement.
-
-If You modify the Software, You must include in any Modified copies of
-the Software prominent notices stating that You have Modified the
-Software.
-
-No Other Rights
----------------
-
-The terms and conditions of this Agreement do not imply any Licenses
-other than those expressly granted in this Agreement.
-
-Termination
------------
-
-If You Use the Software in violation of this Agreement, such Use is not
-Licensed, and Your Licenses will automatically terminate. If the
-Licensor provides You with a notice of your violation, and You cease all
-violations of this License no later than 30 days after You receive that
-notice, Your Licenses will be reinstated retroactively. However, if You
-violate this Agreement after such reinstatement, any additional
-violation of this Agreement will cause your Licenses to terminate
-automatically and permanently.
-
-No Liability
-------------
-
-As far as the law allows, the Software comes as is, without any
-warranty or condition, and the Licensor will not be liable to You for
-any damages arising out of this Agreement or the Use or nature of the
-Software, under any kind of legal claim.
-
-Governing Law and Jurisdiction
-------------------------------
-
-If You are located in Asia, Pacific, Americas, or other jurisdictions
-not listed below, the Agreement will be construed and enforced in all
-respects in accordance with the laws of the State of California, U.S.A.,
-without reference to its choice of law rules. The courts located in the
-County of Santa Clara, California, have exclusive jurisdiction for all
-purposes relating to this Agreement.
-
-If You are located in Israel, the Agreement will be construed and
-enforced in all respects in accordance with the laws of the State of
-Israel without reference to its choice of law rules. The courts located
-in the Central District of the State of Israel have exclusive
-jurisdiction for all purposes relating to this Agreement.
-
-If You are located in Europe, United Kingdom, Middle East or Africa, the
-Agreement will be construed and enforced in all respects in accordance
-with the laws of England and Wales without reference to its choice of
-law rules. The competent courts located in London, England, have
-exclusive jurisdiction for all purposes relating to this Agreement.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Resounding b/sdk_container/src/third_party/portage-stable/licenses/Resounding
deleted file mode 100644
index 605817df174..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Resounding
+++ /dev/null
@@ -1,263 +0,0 @@
-Please read the following Software License Agreement.
-It is necessary that you understand it and agree to be bound by its terms
-in order to use the accompanying software product(s) and associated files.
-
-RESOUNDING TECHNOLOGY, INC.
-SOFTWARE LICENSE AGREEMENT
-
-IMPORTANT: DO NOT RUN OR EXAMINE THE ACCOMPANYING SOFTWARE PRODUCT UNTIL
-YOU HAVE READ THIS AGREEMENT. BY RUNNING THE SOFTWARE PRODUCT, YOU AFFIRM
-THAT YOU ACCEPT ALL OF THE TERMS OF THIS AGREEMENT. IF YOU DO NOT ACCEPT
-ALL OF THE TERMS OF THIS AGREEMENT (1) DO NOT RUN THE SOFTWARE
-(2) DISCONTINUE THE INSTALLATION AND LICENSING PROCESS BY
-DELETING ALL FILES THAT CAME WITH THIS DISTRIBUTION.
-
-This software ("Software") is licensed, not sold, to you for use
-only under the terms of this License Agreement ("Agreement").
-Resounding Technology, Inc. ("Licensor") continues to own the
-Software and reserves any rights not expressly granted to you.
-
-1. LICENSE GRANT. Licensor grants to you, subject to the terms
-and conditions of this Agreement, a nonexclusive, nontransferable
-right to use the Software. This Agreement grants to you the
-right to install and use the Software on a hard disk or other
-storage device on any computer. You may copy the Software in
-object code form only for archival and back-up purposes,
-provided such back-up copy is not installed or used on any
-computer. Ownership of, and title to, the Software and any
-manuals, guides or any other printed material that Licensor
-provided to you for use with the Software ("Documentation")
-is and will be held by Licensor and its licensors.
-
-2. PROTECTION OF SOFTWARE. You agree to protect the Software
-and the Documentation from unauthorized copying or use. You
-acknowledge that the source code for the Software and other
-trade secrets embodied in the Software have not been, and are
-not going to be, disclosed to you. Modifications of, additions
-to, or deletions from the Software (including any deletion or
-addition of code) are strictly prohibited. Except as
-specifically permitted in this Agreement, you agree not to,
-directly or indirectly, (i) use any Confidential Information
-to create any software or documentation that is similar to
-any of the Software or Documentation; (ii) reverse engineer,
-disassemble or decompile the Software; (iii) encumber,
-transfer, sublicense, rent, lease, time-share or use the
-Software in any service bureau arrangement; or (iv) copy
-(except as provided herein), distribute, manufacture,
-adapt, create derivative works of, translate, localize,
-port or otherwise modify Software or permit any third party
-to engage in any of the acts proscribed in clauses (i) through (iv).
-You agree not to remove or alter any printed or on-screen
-copyright, trade secret or other legal notices contained on or
-in the Software or the Documentation.
-
-3. CONFIDENTIALITY.
-
-3.1 Confidential Information. "Confidential Information" means
-all confidential, proprietary or trade secret information of
-Licensor, including without limitation all Software, all
-Documentation and all other information or material which is
-provided or disclosed by Licensor to you for the purposes
-specified in this Agreement, whether such information is
-disclosed by Licensor (a) in writing or other tangible medium,
-(b) visually, or (c) orally. "Confidential Information" does
-not include any portion of any such information to the extent that
-you can clearly demonstrate that it: (i) is or becomes known in the
-trade through no act or omission by you; (ii) is disclosed to you
-by a third party who has a right to make such disclosure without
-any obligation of confidentiality to Licensor; or (iii) is
-independently developed by you without reference to such information.
-
-3.2 Confidentiality Obligations. You agree to (a) use the highest
-commercially reasonable degree of care to protect and maintain the
-Confidential Information as confidential and to hold the
-Confidential Information in trust for the exclusive benefit of
-Licensor; (b) use the Confidential Information solely as expressly
-permitted by this Agreement; (c) not disclose the Confidential
-Information to any person or entity not a party to this Agreement;
-and (d) return to Licensor at anytime upon Licensor's request,
-any and all Confidential Information.
-
-4. OWNERSHIP. Licensor retains all of its respective rights, title
-and interest in the Software and the Documentation, including
-without limitation any and all patents, patent applications,
-copyrights, trade secrets, trademarks and other intellectual
-property rights, and you agree not to take any action inconsistent
-with such title and ownership. YOU ACKNOWLEDGE AND AGREE THAT THE
-SOFTWARE MAY CONTAIN CODE OR REQUIRE DEVICES THAT DETECT OR PREVENT
-UNAUTHORIZED USE OF THE SOFTWARE.
-
-
-
-5. DISCLAIMER OF WARRANTIES AND LIMITATION OF LIABILITY.
-
-5.1 Disclaimer of Warranty. YOU ACKNOWLEDGE THAT THE SOFTWARE WILL
-CEASE TO TRANSMIT AFTER EACH FIFTEEN (15) MINUTE PERIOD OF USE UNTIL
-IT HAS BEEN MADE FULLY FUNCTIONAL BY SUBMITTING REGISTRATION
-INFORMATION TO LICENSOR IN RETURN FOR A SOFTWARE LICENSE KEY
-(SECTION 6.1). YOU FURTHER ACKNOWLEDGE THAT THE SOFTWARE AND THE
-DOCUMENTATION ARE BEING SUPPLIED TO YOU ON AN "AS IS" BASIS.
-LICENSOR HEREBY EXPRESSLY DISCLAIMS ALL WARRANTIES REGARDING THE
-SOFTWARE AND THE DOCUMENTATION, WHETHER EXPRESS OR IMPLIED, ORAL OR
-WRITTEN, INCLUDING WARRANTIES OF MERCHANTABILITY, FITNESS FOR ANY
-PARTICULAR PURPOSE, TITLE OR NON-INFRINGEMENT, AS WELL AS ALL
-WARRANTIES ARISING BY USAGE OF TRADE AND COURSE OF DEALING.
-LICENSOR DOES NOT WARRANT THAT (A) THE SOFTWARE WILL MEET YOUR
-REQUIREMENTS, (B) OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED
-OR ERROR FREE, OR (C) DEFECTS WILL BE CORRECTED. SOME JURISDICTIONS
-DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO THE ABOVE
-LIMITATIONS MAY NOT APPLY TO YOU. To the extent permissible, any
-implied warranties are limited to thirty (30) days.
-
-5.2 Limitation of Liability. LICENSOR'S LIABILITY FOR DAMAGES TO
-LICENSEE FOR ANY CAUSE WHATSOEVER, REGARDLESS OF THE FORM OF ANY
-CLAIM OR ACTION, SHALL NOT EXCEED FIVE (5) DOLLARS. LICENSOR SHALL
-IN NO EVENT BE LIABLE FOR ANY LOSS OF PROFITS, LOSS OF DATA,
-INTERRUPTION OF BUSINESS, OR FOR DIRECT, INDIRECT, SPECIAL,
-INCIDENTAL, CONSEQUENTIAL OR PUNITIVE DAMAGES OF ANY KIND, WHETHER
-UNDER THIS AGREEMENT OR OTHERWISE ARISING IN ANY WAY IN CONNECTION
-WITH THE SOFTWARE, THE DOCUMENTATION OR THIS AGREEMENT, EVEN IF
-LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. SOME
-JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL
-OR CONSEQUENTIAL DAMAGES, SO THE ABOVE EXCLUSION OR LIMITATION MAY
-NOT APPLY TO YOU.
-
-6. USER INFORMATION.
-
-6.1 Registration. Upon registering the Software with Licensor, you
-will be issued an alphanumeric user identification and a license
-key that will allow full operation of the Software ("Registration").
-You are responsible for maintaining the confidentiality of your
-user identification number and license key and are liable for any
-harm or loss resulting from disclosing or allowing disclosure of
-any license key or from use by any person of your license key to
-gain access to the Software.
-
-6.2 Former Users. Users whose accounts have been terminated by
-Licensor may not access the Software in any manner or for any reason
-without the express written permission of Licensor. Active Users
-may not knowingly allow former Users who have been terminated to
-use the active User's accounts.
-
-7. Support & UPGRADES. As long as Licensor generally offers to
-third parties licenses to use the Software, Licensor will (i)
-maintain an e-mail address for responding to maintenance issues and
-users questions and (ii) provide generally offered updates or
-enhancements of the Software and the Documentation that Licensor
-periodically makes available to Users. Any updates or enhancements
-to the Software delivered by way of support services shall be
-treated for all purposes under this Agreement as Software and all
-intellectual property rights therein shall be retained by Licensor.
-
-8. TERM AND TERMINATION. This Agreement shall remain in force
-until terminated as provided herein. You may terminate this
-Agreement at any time and for any reason upon deletion of the
-Software from any computer or storage device. This Agreement will
-also terminate if you breach any of the terms or conditions of
-this Agreement. You agree that in the event of the termination of
-this Agreement for any reason, your license rights to the Software
-and the Documentation are immediately terminated. Licensor reserves
-the right without notice to disable (including remotely) the
-Software in the event of a breach of this Agreement by you. The
-rights and obligation of the parties under Sections 3 (Confidential
-Information), 4 (Ownership), 5.1 (Warranty), 5.2 (Limitation of
-Liability), 10 (Compliance with Laws), 11 (General Provisions and
-this Section 8 will survive the termination of this Agreement.
-
-9. U.S. GOVERNMENT RESTRICTED RIGHTS. If the Software or
-Documentation is acquired by or on behalf of a unit or agency of the
-United States Government (the "Government"), the Government agrees
-that such Software and Documentation is "commercial computer
-software" and "commercial computer software documentation",
-respectively, and that absent a written agreement to the contrary,
-the Government's rights with respect to such Software and
-Documentation are, in the case of civilian agency use, RESTRICTED
-RIGHTS, as defined in FAR §52.227.19, and if for the Department of
-Defense use, limited by the terms of this Agreement, pursuant to
-DFAR §227.7202. The use of the Software or Documentation by the
-Government constitutes acknowledgment of Licensor's proprietary
-rights in the Software and Documentation. Contractor/manufacturer
-is Licensor. Licensor's address is set forth at the end of this
-Agreement.
-
-10. COMPLIANCE WITH LAWS. You agree that you shall not export or
-re-export, directly or indirectly (including via remote access),
-Software, Documentation or other information or materials provided
-by Licensor hereunder, to any country for which the United States
-or any other relevant jurisdiction requires any export license or
-other governmental approval at the time of export without first
-obtaining such license or approval. It shall be your responsibility
-to comply with the latest United States export regulations, and you
-shall defend and indemnify Licensor from and against any damages,
-fines, penalties, assessments, liabilities, costs and expenses
-(including reasonable attorneys' fees and court costs) arising out
-of any claim that the Software, Documentation, or other information
-or materials provided by Licensor hereunder were exported or
-otherwise accessed, shipped or transported in violation of
-applicable laws and regulations. You shall comply with all laws,
-legislation, rules, regulations, and governmental requirements with
-respect to the Software, and the performance by Licensee of its
-obligations hereunder, of any jurisdiction in or from which Licensee
-directly or indirectly causes the Software to be used or accessed.
-
-11. GENERAL.
-
-11.1 Severability. In the event that any provision of this Agreement
-shall, in whole or in part, be determined to be invalid, unenforceable
-or void for any reason, such determination shall affect only the
-portion of such provision determined to be invalid, unenforceable or
-void, and shall not affect in any way the remainder of such provision
-or any other provision of this Agreement.
-11.2 Waiver. The waiver by either party of a breach or a default of
-any provision of this Agreement by the other party shall not be
-construed as a waiver of any succeeding breach of the same or any
-other provision, nor shall any delay or omission on the part of
-either party to exercise or avail itself of any right, power or
-privilege that it has, or may have hereunder, operate as a waiver of
-any right, power or privilege by such party.
-11.3 Governing Law; Jurisdiction & Venue This Agreement shall be
-governed by and construed in accordance with the laws of the
-Commonwealth of Massachusetts, without regard to its choice of law
-provisions. In the event of any conflict between foreign laws, rules
-and regulations and those of the United States, the laws, rules and
-regulations of the United States shall govern. The United Nations
-Convention on Contracts for the International Sale of Goods shall
-not apply to this Agreement. Exclusive jurisdiction and venue for
-any litigation arising under this Agreement is in the federal and
-state courts located in Suffolk County, Massachusetts and you agree
-to take any and all necessary or appropriate action to submit to the
-jurisdiction and venue of such court.
-11.4 Entire Agreement; Amendment. This Agreement constitutes the
-entire agreement between the parties with regard to the subject
-matter hereof and supersedes all prior understandings and
-agreements, whether written or oral, as to such subject matter. No
-waiver, consent, modification or change of terms of this Agreement
-shall bind either party unless in writing signed by both parties,
-and then such waiver, consent, modification or change shall be
-effective only in the specific instance and for the specific purpose
-given.
-11.5 Assignment. This Agreement and the rights and obligations
-hereunder, may not be assigned, in whole or in part by Licensee,
-without the prior written consent of Licensor. In the case of any
-permitted assignment or transfer of or under this Agreement, this
-Agreement or the relevant provisions shall be binding upon, and
-inure to the benefit of, the successors, executors, heirs,
-representatives, administrators and assigns of the parties hereto.
-11.6 Acknowledgment. You acknowledge that (a) you have read and
-understand this Agreement; and (b) that this Agreement has the same
-force and effect as a signed agreement.
-
-Licensor:
-
- Resounding Technology, Inc.
- 87 Marshall Street
- Building 10
- North Adams, MA 01247
- www.resounding.com
-
-
-
-IF YOU DO NOT AGREE TO ALL OF THE FOREGOING, or are not authorized to agree,
-delete all copies of the accompanying software and associated files from your
-computer systems and backup media. If authorized, you may accept at
-another time.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/RtMidi b/sdk_container/src/third_party/portage-stable/licenses/RtMidi
deleted file mode 100644
index edd3c89fda5..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/RtMidi
+++ /dev/null
@@ -1,23 +0,0 @@
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-Any person wishing to distribute modifications to the Software is
-asked to send the modifications to the original developer so that
-they can be incorporated into the canonical version. This is,
-however, not a binding provision of this license.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
-ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
-CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Ruby b/sdk_container/src/third_party/portage-stable/licenses/Ruby
deleted file mode 100644
index 87761d6c2dc..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Ruby
+++ /dev/null
@@ -1,68 +0,0 @@
----
-NOTE:
-This is the old version of the Ruby license which was used up until the release
-of the 1.9.3 version of the MRI Ruby interpreter. The URL below now points to
-the new version of the license, called 'Ruby-BSD' in Gentoo.
- -- Gentoo Ruby Team
----
-
-http://www.ruby-lang.org/en/LICENSE.txt
-
-Ruby is copyrighted free software by Yukihiro Matsumoto .
-You can redistribute it and/or modify it under either the terms of the GPL
-(see COPYING.txt file), or the conditions below:
-
- 1. You may make and give away verbatim copies of the source form of the
- software without restriction, provided that you duplicate all of the
- original copyright notices and associated disclaimers.
-
- 2. You may modify your copy of the software in any way, provided that
- you do at least ONE of the following:
-
- a) place your modifications in the Public Domain or otherwise
- make them Freely Available, such as by posting said
- modifications to Usenet or an equivalent medium, or by allowing
- the author to include your modifications in the software.
-
- b) use the modified software only within your corporation or
- organization.
-
- c) rename any non-standard executables so the names do not conflict
- with standard executables, which must also be provided.
-
- d) make other distribution arrangements with the author.
-
- 3. You may distribute the software in object code or executable
- form, provided that you do at least ONE of the following:
-
- a) distribute the executables and library files of the software,
- together with instructions (in the manual page or equivalent)
- on where to get the original distribution.
-
- b) accompany the distribution with the machine-readable source of
- the software.
-
- c) give non-standard executables non-standard names, with
- instructions on where to get the original software distribution.
-
- d) make other distribution arrangements with the author.
-
- 4. You may modify and include the part of the software into any other
- software (possibly commercial). But some files in the distribution
- are not written by the author, so that they are not under this terms.
-
- They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some
- files under the ./missing directory. See each file for the copying
- condition.
-
- 5. The scripts and library files supplied as input to or produced as
- output from the software do not automatically fall under the
- copyright of the software, but belong to whomever generated them,
- and may be sold commercially, and may be aggregated with this
- software.
-
- 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
- IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- PURPOSE.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Ruby-BSD b/sdk_container/src/third_party/portage-stable/licenses/Ruby-BSD
deleted file mode 100644
index 5576d0956da..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Ruby-BSD
+++ /dev/null
@@ -1,58 +0,0 @@
-http://www.ruby-lang.org/en/about/license.txt
-
-Ruby is copyrighted free software by Yukihiro Matsumoto .
-You can redistribute it and/or modify it under either the terms of the
-2-clause BSDL (see the file BSDL), or the conditions below:
-
- 1. You may make and give away verbatim copies of the source form of the
- software without restriction, provided that you duplicate all of the
- original copyright notices and associated disclaimers.
-
- 2. You may modify your copy of the software in any way, provided that
- you do at least ONE of the following:
-
- a) place your modifications in the Public Domain or otherwise
- make them Freely Available, such as by posting said
- modifications to Usenet or an equivalent medium, or by allowing
- the author to include your modifications in the software.
-
- b) use the modified software only within your corporation or
- organization.
-
- c) give non-standard binaries non-standard names, with
- instructions on where to get the original software distribution.
-
- d) make other distribution arrangements with the author.
-
- 3. You may distribute the software in object code or binary form,
- provided that you do at least ONE of the following:
-
- a) distribute the binaries and library files of the software,
- together with instructions (in the manual page or equivalent)
- on where to get the original distribution.
-
- b) accompany the distribution with the machine-readable source of
- the software.
-
- c) give non-standard binaries non-standard names, with
- instructions on where to get the original software distribution.
-
- d) make other distribution arrangements with the author.
-
- 4. You may modify and include the part of the software into any other
- software (possibly commercial). But some files in the distribution
- are not written by the author, so that they are not under these terms.
-
- For the list of those files and their copying conditions, see the
- file LEGAL.
-
- 5. The scripts and library files supplied as input to or produced as
- output from the software do not automatically fall under the
- copyright of the software, but belong to whomever generated them,
- and may be sold commercially, and may be aggregated with this
- software.
-
- 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
- IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- PURPOSE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/SDRplay b/sdk_container/src/third_party/portage-stable/licenses/SDRplay
deleted file mode 100644
index f1847779e1f..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/SDRplay
+++ /dev/null
@@ -1,39 +0,0 @@
-SDRplay Limited
-END USER LICENCE AGREEMENT
-
-The SDRplay software (“Product”) you are about to install, run and/or use is licensed by SDRplay Limited, a company registered in England (No. 09035244), whose registered office is 6 Thornes Office Park, Monkton Road WAKEFIELD WF2 7AN UK(“SDRplay”), and is subject to the following licence terms (“Licence”).
-"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
-
-By proceeding to install, run and/or use the Product, you confirm that you accept and agree to be bound by the terms of this Licence. If you do not agree to any of the terms of this Licence, SDRplay is unwilling to provide access to the Product to you and you should not proceed further and may not use the Product.
-
-1. Licence To Use The Product.
-
-1.1 Grant of Licence.
-Subject to the terms and conditions of this License, SDRplay hereby grants to you a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable license to reproduce, publicly display, publicly perform, create Derivative works, incorporate in other products sublicense, and distribute the Product in Object form.
-
-
-1.2 Restrictions. You may not: modify, disassemble, decompile or reverse engineer the Product, except to the extent specifically authorised under applicable law notwithstanding contractual prohibition
-
-1.3. Redistribution. You may reproduce and distribute copies of the Product in any medium, without modifications, in Object form, provided that you meet the following conditions:
-1. You must give any other recipients of the Product or Derivative Works a copy of this License; and
-2. You must cause any modified files to carry prominent notices stating that You changed the files; and
-3. Any Derivative Works that You distribute must include a readable statement that the Copyright in the Product is owned by and licensed by SDRplay. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the statement, provided that such additional attribution notices cannot be construed as modifying the License.
-
-You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
-
-
-1.3 Open Source Software. The Product may contain code, commonly referred to as open source software, which is distributed under any of the many known variations of open source licence terms, including terms which allow the free distribution and modification of the relevant software’s source code and/or which require all distributors to make such source code freely available upon request, including any contributions or modifications made by such distributor (collectively, “Open Source Software”). To the extent that the Product contains any Open Source Software, that element only is licensed to you pursuant to the relevant licence terms of the applicable third party licensor (“Open Source Licence Terms”) and not pursuant to this Licence, and you accept and agree to be bound by such terms. A copy of the Open Source Licence Terms will be made available upon request.
-
-2. Confidentiality Obligations. You acknowledge that the Product contains confidential, proprietary and trade secret information belonging to SDRplay and you agree to hold such information, and any other confidential or proprietary information of SDRplay (collectively, "Confidential Information") in strict confidence and agree not to disclose any Confidential Information to any third party. You will have no obligation to maintain the confidentiality of any information which: (a) is or becomes publicly available without breach of this Licence; (b) is rightfully received by you from a third party without an obligation of confidentiality and without breach of this Licence; (c) is required to be disclosed by law or regulation or by court order; or (d) has been approved for release by written permission of SDRplay.
-
-3. Ownership. You acknowledge and agree that SDRplay or its third party licensors (including in particular Mirics Limited) own all rights, title and interest in and to the Product and all modifications, enhancements and derivative works SDRplay may develop to or from the Product and any and all intellectual property rights in all of the foregoing. You agree not to use any of SDRplay’s or Mirics’ trademarks or other business names included in the Product for any purpose. You acknowledge that, except as expressly set out in this Licence, nothing in this Licence will give you rights in respect of any intellectual property rights owned by SDRplay or its licensors. All intellectual property rights and other rights of SDRplay and its licensors which are not expressly granted to you by this Licence are reserved.
-
-4. Limited Warranty. SDRplay warrants that the Product will, under normal operating conditions, operate substantially in accordance with SDRplay’ published specification for the Product. SDRplay does not represent or warrant that: (a) the use of the Product will be secure, timely, uninterrupted or error-free or compatible in combination with any other hardware, software, system or data; (b) the Product will meet your expectations; (c) errors or defects in the Product will be corrected; or that (d) the Product is free of viruses or other harmful components. SDRplay makes no representation and gives no warranty in respect of any Open Source Software component of the Product.
-
-Except as expressly set out in this Licence, no implied conditions, warranties or other terms, including any implied terms relating to satisfactory quality or fitness for any purpose, will apply to the Product and, to the maximum extent permitted by applicable law, are excluded by SDRplay.
-
-5. SDRplay’ Liability. Nothing in this Licence will limit or exclude SDRplay’ liability to you: (a) for death or personal injury caused by SDRplay’ negligence; (b) for fraud; (c) for breach of any obligations implied by section 12 of the Sale of Goods Act 1979 or section 2 of the Supply of Goods and Services Act 1982; or (d) for any other liability that may not, under applicable law, be limited or excluded. Subject to this, in no event will SDRplay be liable to you for any indirect or consequential losses, or for any loss of profit, revenue, contracts, data, goodwill or other similar losses, and any liability SDRplay does have for losses you suffer arising under or in connection with this Licence and/or the Product is strictly limited to losses that were reasonably foreseeable.
-
-6. Data. The Product may, without further notification, transmit the serial number of an SDRplay device using the Product to an SDRplay server. No personal information, including but not limited to information about the computer running the Product or its location will be gathered or transmitted as part of this process.
-
-7. General. You may not transfer or assign any or all of your rights and/or obligations under this Licence. All notices given by you to SDRplay must be given in writing to SDRplay’ registered office address. If SDRplay fails to enforce any of our rights, that does not result in a waiver of that right. If any provision of these terms and conditions is found to be unenforceable, all other provisions shall remain unaffected. The terms of this Licence may not be varied except with SDRplay’ express written consent. The terms of this Licence represent the entire agreement between you and SDRplay in relation to the subject matter of this Licence. The terms of this Licence shall be governed by English law and you agree that any claim you may have against SDRplay arising under or in connection with this Licence and/or the Product may only be dealt with by the English courts, provided that, if you are a consumer: (a) and you live in a part of the United Kingdom other than England, the applicable law of that part of the United Kingdom will govern and any claim may be brought by you before the courts there; or (b) you live in another member state of the European Union, any claim may be brought by you before the courts there.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/SFI-SCLA b/sdk_container/src/third_party/portage-stable/licenses/SFI-SCLA
deleted file mode 100644
index b0752a41579..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/SFI-SCLA
+++ /dev/null
@@ -1,45 +0,0 @@
-This Strategy First Inc. Source Code License Agreement ("SFI-SCLA") forms a legal agreement between you and Strategy First Inc. ("Strategy First") for the source code, related materials, or related documentation (together, the "Software").
-
-By using this Software you agree to be bound by the terms of this SFI-SCLA. Do not install, copy, or use the Software if you do not agree to the terms of this License Agreement. The Software is protected by copyright and other intellectual property laws and Strategy First is licensing the Software, not selling it.
-
-YOUR RIGHTS:
-
-You may use this Software for any non-commercial purpose, subject to the conditions of this License. Non-commercial purposes include, but are not limited to, teaching, research, public demos and your own experimentation. You may distribute this Software with books or other teaching materials, or publish the Software on websites that are intended to teach the use of the Software for academic or other non-commercial purposes. You may not use or distribute this Software, or any works that derive from it, in any form for commercial purposes. Commercial purposes include, but are not limited to, running a business, licensing, renting, or selling the Software, distributing the Software for use with any commercial products, or any other activity which purpose is to procure a profit or gain to you or others. This Software includes source code or data, and you may modify such portions of the Software and distribute the modified Software for non-commercial purposes, as provided in this Licensing Agreement.
-
-This Licensing Agreement does not grant you a license to any of Strategy First's copyrights or patents for anything you might create using any of the information included in the Software.
-
-In return, you agree:
-
-1. That you will not remove any copyright or other notices from the Software.
-
-2. That if any of the Software is in binary format, you will not attempt to modify such portions of the Software, or to reverse engineer or decompile them, except and only to the extent authorized by law.
-
-3. That if you distribute the Software or any derivative works of the Software, you will distribute them using a verbatim copy of this License, and you will not grant any
-rights to the Software or derivative works that are broader than those provided by this Licensing Agreement. For example, you may not distribute any modifications of the Software under terms that would permit commercial use, or under terms that require the Software or such derivative works to be sublicensed to others.
-
-4. That if you have modified the Software or created derivative works, and distribute such modifications or derivative works, you will cause the modified files to carry
-prominent notices so that recipients know that they are not receiving the original Software. Such notices must state: (i) that you have changed the Software; and (ii) the date of any changes.
-
-5. That Strategy First is granted, without any limitations, and on a royalty free basis, the rights to reproduce, install, use, modify, distribute and transfer your modifications to the Software source code or data.
-
-6. That any feedback about the Software provided by you to us is voluntarily given, and Strategy First shall be free to use the feedback as it sees fit without obligation or
-restriction of any kind, even if the feedback is designated by you as confidential.
-
-7. THAT THE SOFTWARE COMES "AS IS", WITH NO WARRANTIES. THIS MEANS NO EXPRESS, IMPLIED OR STATUTORY WARRANTY, INCLUDING WITHOUT LIMITATION, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, ANY WARRANTY AGAINST INTERFERENCE WITH YOUR ENJOYMENT OF THE SOFTWARE OR ANY WARRANTY OF TITLE OR NON-INFRINGEMENT. THERE IS NO WARRANTY THAT THIS SOFTWARE WILL FULFILL ANY OF YOUR PARTICULAR PURPOSES OR NEEDS. ALSO, YOU MUST PASS THIS DISCLAIMER ON WHENEVER YOU DISTRIBUTE THE SOFTWARE OR DERIVATIVE WORKS.
-
-8. THAT NEITHER STRATEGY FIRST NOR ANY CONTRIBUTOR TO THE SOFTWARE WILL BE LIABLE FOR ANY DAMAGES RELATED TO THE SOFTWARE OR THIS LICENSE, INCLUDING DIRECT, INDIRECT, SPECIAL,
-CONSEQUENTIAL OR INCIDENTAL DAMAGES, TO THE MAXIMUM EXTENT THE LAW PERMITS, NO MATTER WHAT LEGAL THEORY IT IS BASED ON. ALSO, YOU MUST PASS THIS LIMITATION OF LIABILITY ON WHENEVER YOU DISTRIBUTE THE SOFTWARE OR DERIVATIVE WORKS.
-
-9. That we have no duty of reasonable care or lack of negligence, and we are not obligated to provide technical support for the Software.
-
-10. That if you breach this SFI-SCLA or if you sue anyone over patents that you think may apply to the Software or anyone's use of the Software, your license to the Software ends automatically and you shall destroy all of your copies of the Software immediately. Section 5 of this SFI-SCLA shall survive any termination of this license.
-
-11. That the patent rights, if any, granted in this Licensing Agreement only apply to the Software, not to any derivative works you make.
-
-12. That the Software is subject to U.S. export jurisdiction at the time it is licensed to you, and it may be subject to additional export or import laws in other places. You agree to comply with all such laws and regulations that may apply to the Software after delivery of the software to you.
-
-13. That your rights under this License end automatically if you breach it in any way.
-
-14. That all rights not expressly granted to you in this License are reserved.
-
-15. That this SFI-SCLA shall be construed and controlled by the laws of the Province of Quebec, Canada, without regard to conflicts of law. If any provision of this SFI-SCLA shall be deemed unenforceable or contrary to law, the rest of this SFI-SCLA shall remain in full effect and interpreted in an enforceable manner that most nearly captures the intent of the original language.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/SGI-B-2.0 b/sdk_container/src/third_party/portage-stable/licenses/SGI-B-2.0
deleted file mode 100644
index 54eadcb7a94..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/SGI-B-2.0
+++ /dev/null
@@ -1,27 +0,0 @@
-SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
-
-Copyright (C) [dates of first publication] Silicon Graphics, Inc. All Rights
-Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-
-The above copyright notice including the dates of first publication and either
-this permission notice or a reference to http://oss.sgi.com/projects/FreeB/
-shall be included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SILICON
-GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of Silicon Graphics, Inc. shall
-not be used in advertising or otherwise to promote the sale, use or other
-dealings in this Software without prior written authorization from Silicon
-Graphics, Inc.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/SGMLUG b/sdk_container/src/third_party/portage-stable/licenses/SGMLUG
deleted file mode 100644
index 576ca35b4d8..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/SGMLUG
+++ /dev/null
@@ -1,43 +0,0 @@
- LICENSE AND DISCLAIMER OF WARRANTIES
-
- Standard Generalized Markup Language Users' Group (SGMLUG)
- SGML Parser Materials
-
- 1. License
-
-SGMLUG hereby grants to any user: (1) an irrevocable royalty-free,
-worldwide, non-exclusive license to use, execute, reproduce, display,
-perform and distribute copies of, and to prepare derivative works
-based upon these materials; and (2) the right to authorize others to
-do any of the foregoing.
-
- 2. Disclaimer of Warranties
-
-(a) The SGML Parser Materials are provided "as is" to any USER. USER
-assumes responsibility for determining the suitability of the SGML
-Parser Materials for its use and for results obtained. SGMLUG makes
-no warranty that any errors have been eliminated from the SGML Parser
-Materials or that they can be eliminated by USER. SGMLUG shall not
-provide any support maintenance or other aid to USER or its licensees
-with respect to SGML Parser Materials. SGMLUG shall not be
-responsible for losses of any kind resulting from use of the SGML
-Parser Materials including (without limitation) any liability for
-business expense, machine downtime, or damages caused to USER or third
-parties by any deficiency, defect, error, or malfunction.
-
-(b) SGMLUG DISCLAIMS ALL WARRANTIES, EXPRESSED OR IMPLIED, ARISING OUT
-OF OR RELATING TO THE SGML PARSER MATERIALS OR ANY USE THEREOF,
-INCLUDING (WITHOUT LIMITATION) ANY WARRANTY WHATSOEVER AS TO THE
-FITNESS FOR A PARTICULAR USE OR THE MERCHANTABILITY OF THE SGML PARSER
-MATERIALS.
-
-(c) In no event shall SGMLUG be liable to USER or third parties
-licensed by USER for any indirect, special, incidental, or
-consequential damages (including lost profits).
-(d) SGMLUG has no knowledge of any conditions that would impair its right
-to license the SGML Parser Materials. Notwithstanding the foregoing,
-SGMLUG does not make any warranties or representations that the
-SGML Parser Materials are free of claims by third parties of patent,
-copyright infringement or the like, nor does SGMLUG assume any
-liability in respect of any such infringement of rights of third
-parties due to USER's operation under this license.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/SIR-TECH b/sdk_container/src/third_party/portage-stable/licenses/SIR-TECH
deleted file mode 100644
index 7c7df0da3a0..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/SIR-TECH
+++ /dev/null
@@ -1,21 +0,0 @@
-(c) Copyright 1999 by Sir-tech Canada Ltd. All right reserved.
-Jagged Alliance is a registered trademark of 1259191 Ontario Inc.
-
-By accepting the terms of this agreement, you are granted the right by
-Titan Computer, Limited to use one copy of the enclosed software program. You
-may not rent or lease it, disassemble, decompile, reverse engineer or modify
-the software in any way.
-
-The enclosed software program, libraries, graphics, and all written material
-are the sole property of Sirtech Canada Limited and its suppliers, and are
-protected under the copyright laws of the Canada and all International
-Treaties.
-
-This software product is sold AS IS, and Titan Computer, Sirtech,
-Tribsoft Inc., its suppliers, dealers or distributors make no warranty with
-respect to the performance, quality, merchantability or fitness for any purpose
-of the software.
-
-Any change, deviation or exemption from the conditions expressed in this
-license agreement must be authorized in writing by Titan Computer or
-Sirtech Canada, Limited.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/SOFA b/sdk_container/src/third_party/portage-stable/licenses/SOFA
deleted file mode 100644
index 172268df999..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/SOFA
+++ /dev/null
@@ -1,105 +0,0 @@
-copyr.lis 2012 February 23
-
-
-COPYRIGHT NOTICE
-
-
-Text equivalent to the following appears at the end of every SOFA
-routine. (There are small formatting differences between the Fortran
-and C versions.)
-
-*+----------------------------------------------------------------------
-*
-* Copyright (C) 2012
-* Standards Of Fundamental Astronomy Board
-* of the International Astronomical Union.
-*
-* =====================
-* SOFA Software License
-* =====================
-*
-* NOTICE TO USER:
-*
-* BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING SIX TERMS AND
-* CONDITIONS WHICH APPLY TO ITS USE.
-*
-* 1. The Software is owned by the IAU SOFA Board ("SOFA").
-*
-* 2. Permission is granted to anyone to use the SOFA software for any
-* purpose, including commercial applications, free of charge and
-* without payment of royalties, subject to the conditions and
-* restrictions listed below.
-*
-* 3. You (the user) may copy and distribute SOFA source code to others,
-* and use and adapt its code and algorithms in your own software,
-* on a world-wide, royalty-free basis. That portion of your
-* distribution that does not consist of intact and unchanged copies
-* of SOFA source code files is a "derived work" that must comply
-* with the following requirements:
-*
-* a) Your work shall be marked or carry a statement that it
-* (i) uses routines and computations derived by you from
-* software provided by SOFA under license to you; and
-* (ii) does not itself constitute software provided by and/or
-* endorsed by SOFA.
-*
-* b) The source code of your derived work must contain descriptions
-* of how the derived work is based upon, contains and/or differs
-* from the original SOFA software.
-*
-* c) The name(s) of all routine(s) in your derived work shall not
-* include the prefix "iau" or "sofa" or trivial modifications
-* thereof such as changes of case.
-*
-* d) The origin of the SOFA components of your derived work must
-* not be misrepresented; you must not claim that you wrote the
-* original software, nor file a patent application for SOFA
-* software or algorithms embedded in the SOFA software.
-*
-* e) These requirements must be reproduced intact in any source
-* distribution and shall apply to anyone to whom you have
-* granted a further right to modify the source code of your
-* derived work.
-*
-* Note that, as originally distributed, the SOFA software is
-* intended to be a definitive implementation of the IAU standards,
-* and consequently third-party modifications are discouraged. All
-* variations, no matter how minor, must be explicitly marked as
-* such, as explained above.
-*
-* 4. You shall not cause the SOFA software to be brought into
-* disrepute, either by misuse, or use for inappropriate tasks, or
-* by inappropriate modification.
-*
-* 5. The SOFA software is provided "as is" and SOFA makes no warranty
-* as to its use or performance. SOFA does not and cannot warrant
-* the performance or results which the user may obtain by using the
-* SOFA software. SOFA makes no warranties, express or implied, as
-* to non-infringement of third party rights, merchantability, or
-* fitness for any particular purpose. In no event will SOFA be
-* liable to the user for any consequential, incidental, or special
-* damages, including any lost profits or lost savings, even if a
-* SOFA representative has been advised of such damages, or for any
-* claim by any third party.
-*
-* 6. The provision of any version of the SOFA software under the terms
-* and conditions specified herein does not imply that future
-* versions will also be made available under the same terms and
-* conditions.
-*
-* In any published work or commercial product which uses the SOFA
-* software directly, acknowledgement (see www.iausofa.org) is
-* appreciated.
-*
-* Correspondence concerning SOFA software should be addressed as
-* follows:
-*
-* By email: sofa@ukho.gov.uk
-* By post: IAU SOFA Center
-* HM Nautical Almanac Office
-* UK Hydrographic Office
-* Admiralty Way, Taunton
-* Somerset, TA1 2DN
-* United Kingdom
-*
-*-----------------------------------------------------------------------
diff --git a/sdk_container/src/third_party/portage-stable/licenses/SPS b/sdk_container/src/third_party/portage-stable/licenses/SPS
deleted file mode 100644
index 610bb15e70f..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/SPS
+++ /dev/null
@@ -1,319 +0,0 @@
-The Software Preservation Society ("SPS")
-Licence Agreement (Licence, Copyright and Terms of Use)
-
-SPS technology is exclusively represented and licensed by
-KryoFlux Products & Services Limited, 80 Allington Way, Maidstone,
-ME16 0HN, United Kingdom
-
-
-ATTENTION: READ CAREFULLY: By using, copying, or distributing the
-accompanying software you indicate your acceptance of the following
-SPS Licence Agreement ("Agreement").
-
-
-PREAMBLE
-
-The SPS philosophy dictates that the technology associated with capturing
-floppy disk based software should be provided to "the community" for free
-(free as in "free beer") to the greatest extent possible in order to
-facilitate digital preservation efforts.
-
-This licence enforces that philosophy. It protects against misuse of
-a technology that has been a long time in development and is provided
-to the community or anyone else who would like to use it. It also
-intends to protect SPS itself from possible legal liability.
-
-
-SPS technology covered by this license can be divided into two categories:
-
-KRYOFLUX HIGH DEFINITION FLUX SAMPLER FOR USB: Preservation starts at
-the ingestion level. SPS therefore has developed a combination of hard
-and software targeted at software preservation called KryoFlux. KryoFlux
-software may be used for private, non-commercial purposes only. KryoFlux
-hardware schematics are provided for private, non-commercial use as well.
-Therefore private users can decide to build a KryoFlux board on their own,
-as long as the board is used for private purposes only and as long as such
-boards are not being sold to others (this includes boards given away for
-any kind of compensation). Licenses for commercial, government or academic
-use of KryoFlux can be applied for by contacting us at the email at the
-bottom of this license.
-
-CTA SOFTWARE PRESERVATION ANALYSER: This product is the core of SPS
-technology and is under constant development since 2001. The Analyser
-is used by SPS internally and also available as a commercial product for
-institutes, libraries, archives and museums. The Analyser is not free, it
-is commercial software. This means that possession or distribution without
-a proper licence is breach of international copyright treaties.
-
-
-The IPF support library is covered by a separate license and is
-specifically excluded from the terms laid out in this license, available
-in the IPF support library distribution.
-
-
-You may notice that this licence is very strict in pursuit of getting
-the software into the hands of people who wish to use it for free. You
-can not distribute it without written permission, charge to give it to
-somebody, not even for media costs. You cannot have it on a CD ROM that is
-distributed for payment. You cannot use it as part of providing a service
-that receives payment in any form.
-
-Any source provided (if any) is for inspection, understanding and
-safe keeping only. This will ensure that data capture or stored with
-SPS technology can still be accessed in the future even if there is
-no successor or representative of SPS available.
-
-Infringement of any of the terms of this licence is breaching
-international copyright laws, but it also hurts the communities
-benefiting from the technology by risking its future improvement
-and availability.
-
-This licence was not produced for the fun of it, you should note that
-only those who could possibly benefit financially are being restricted.
-Those people should negotiate an alternative license, which helps fund
-future development and our preservation activities.
-
-If you do not agree with any of the terms in this licence for the
-Technology then you are obviously free to choose not to use it.
-
-The latest version of this licence, libraries and imaging software can be
-found on the following sites:
-
- http://www.softpres.org
-
- http://www.kryoflux.com
-
-
-It is very easy to comply with this licence: Do not sell, modify or
-abuse the software and don't steal code from source provided. Learn,
-understand and write your own if you need to. Feel free to ask if you
-want to use something you can not create on your own. That's it.
-Everything else mentioned is here for those who may not understand
-these simple rules.
-
-
-1. CLARIFICATION. The software product and accompanying documentation
- (the program's object code, source code and documentation, explicitly
- excluding the file format definitions (e.g. but not limited to IPF,
- STREAM, DRAFT) included within, are collectively referred to as the
- "Technology") is a technology and does not imply any restrictions,
- warranty, licence, obligation or any other link or association with
- what it may contain (the data ingested or encapsulated by the
- Technology is referred to as the "Content").
-
- Unless otherwise noted, The Software Preservation Society ("SPS")
- does not hold the copyright of the Content, the data being ingested,
- reproduced, preserved, represented using the Technology. All copyright
- of Content provided using the Technology is held by its respective
- owners. Terms and conditions may apply to the Content that do not
- affect whatsoever the licence agreement provided with the Technology.
-
-
-2. LICENCE.
-
- I. LICENCE for KRYOFLUX HIGH DEFINITION FLUX SAMPLER software
-
- SPS hereby grants you a non-exclusive, non-transferable licence to
- use the Technology on the following terms and only for private,
- non-profit purposes (see Section 3 below) unless explicitly sold by
- SPS or its affiliates as a governmental, academic or commercial
- edition.
-
- You may:
-
- a. use the Technology on any computer in your possession;
-
- b. make copies of the Technology for backup purposes;
-
- c. inspect ("understand") the source code (if provided).
-
- SPS explicitly does not claim any ownership in the Content (the
- data) ingested by the user with the KRYOFLUX device.
-
-
- II. LICENCE for CTA SOFTWARE PRESERVATION ANALYSER
-
- SPS hereby grants you a non-exclusive, non-transferable licence to
- use the Technology on the following terms (see Section 3 below).
-
- You may:
-
- a. use the Technology on only one computer in your possession at
- the same time;
-
- b. make up to three copies of the Technology for backup purposes.
-
- You explicitly MUST NOT distribute CTA's licensing device or the
- data stored therein.
-
- SPS explicitly does not claim any ownership in the Content (the
- data) processed by the user with the CTA software.
-
-
-3. LIMITATIONS ON LICENCE. The licence granted in Section 2 is subject
- to the following restrictions:
-
- a. The Technology is to be used only for non-profit purposes unless
- you obtain prior written consent from SPS. Prohibited for-profit
- and commercial purposes include, but are not limited to:
-
- (i) Selling, licensing or renting the Technology to third parties
- for a fee (by payment of money or otherwise, whether direct or
- indirect);
-
- (ii) Using the Technology to provide services or products to others
- for which you are compensated in any manner (by payment of money
- or otherwise, whether direct or indirect), including, without
- limitation, providing support or maintenance for the Technology;
-
- (iii) Distribution or use from which any form of income is received
- regardless of profits therefrom, or from which any revenue or
- promotional value is received, as well as any distribution to, or
- use in, a corporate environment. Use of the Technology to promote
- or support a commercial venture is included in this restriction;
-
- (iv) Using the Technology in a governmental and / or educational
- institution or whole subsidiaries thereof;
-
- b. Media costs associated with the distribution of the Technology may
- not be recovered. You shall use your best efforts to promptly notify
- SPS upon learning of any violation of the above commercial
- restrictions.
-
- c. On each copy of the Technology you must conspicuously and
- appropriately reproduce this license, copyright notice, and
- disclaimer of warranty; keep intact this Agreement and all notices
- that refer to this Agreement or any absence of warranty (whether
- written or interactively displayed); and give any other recipients
- of the Technology a copy of this Agreement.
-
- d. No distribution may include the totality or part of the
- Technology changed, unchanged, encrypted, archived, in whatever form,
- unless according to the Licence or special agreement with SPS.
-
-
-4. DISTRIBUTION: As used in this Agreement, the term "distribute" (and
- its variants) includes making the Technology available (either
- intentionally or unintentionally) to third parties for copying or
- use, including providing timeshare access. Each time you distribute
- the Technology, the recipient must expressly agree to comply with
- these terms and conditions. The recipient automatically receives
- this licence to use, copy, or distribute the Technology subject to
- these terms and conditions. You may not impose any further
- restrictions on the recipients' exercise of the rights granted
- herein. You are not responsible for enforcing compliance with this
- Agreement by recipients.
-
-
-5. TITLE. Title, ownership rights, and intellectual property rights in
- and to the Technology, and each copy thereof (including all
- copyrights therein), shall remain in SPS. The Technology is
- protected by international copyright treaties.
-
-
-6. NO SPS OBLIGATION. You are solely responsible for all of your
- costs and expenses incurred in connection with the distribution of
- the Technology, and SPS shall have no liability, obligation or
- responsibility therefor. SPS shall have no obligation to provide
- maintenance, support, upgrades or new releases to you or to any
- distributee of the Technology.
-
-
-7. NO WARRANTY. THE SOFTWARE IS LICENSED FREE OF CHARGE, AND THERE IS
- NO WARRANTY FOR THE TECHNOLOGY. SPS PROVIDES THE TECHNOLOGY
- "AS IS," AND SPS, AND ALL OTHER PERSONS WHO HAVE BEEN INVOLVED
- IN THE CREATION, PRODUCTION, OR DELIVERY OF THE TECHNOLOGY, DISCLAIM
- ALL CONDITIONS AND WARRANTIES OF ANY KIND, EITHER EXPRESS, IMPLIED,
- STATUTORY, OR OTHERWISE, INCLUDING, BUT NOT LIMITED TO, ANY
- CONDITIONS OR IMPLIED WARRANTIES OF MERCHANTABILITY, SATISFACTORY
- QUALITY, AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO
- THE RESULTS, QUALITY AND PERFORMANCE OF THE TECHNOLOGY IS WITH YOU
- AND YOUR DISTRIBUTEES. SHOULD THE TECHNOLOGY PROVE DEFECTIVE, YOU
- AND YOUR DISTRIBUTEES (AND NOT SPS) ASSUME THE COST OF ALL
- NECESSARY SERVICING, REPAIR OR CORRECTION. SPS MAKES NO
- WARRANTY OF NONINFRINGEMENT OF THE INTELLECTUAL PROPERTY RIGHTS OF
- THIRD PARTIES.
-
-
-8. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL
- THEORY, TORT, CONTRACT, OR OTHERWISE, SHALL SPS, OR ANY OTHER
- PERSON WHO HAS BEEN INVOLVED IN THE CREATION, PRODUCTION, OR
- DELIVERY OF THE TECHNOLOGY BE LIABLE TO YOU OR ANY OTHER PERSON FOR
- ANY GENERAL, DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL,
- OR OTHER DAMAGES OF ANY CHARACTER ARISING OUT OF THIS AGREEMENT OR
- THE USE OF OR INABILITY TO USE THE TECHNOLOGY, INCLUDING BUT NOT
- LIMITED TO PERSONAL INJURY, LOSS OF PROFITS, LOSS OF DATA, OUTPUT
- FROM THE TECHNOLOGY OR DATA BEING RENDERED INACCURATE, FAILURE OF
- THE TECHNOLOGY TO OPERATE WITH ANY OTHER PROGRAMS, DAMAGES FOR LOSS
- OF GOODWILL, BUSINESS INTERRUPTION, COMPUTER FAILURE OR MALFUNCTION,
- OR ANY AND ALL OTHER DAMAGES OR LOSSES OF WHATEVER NATURE, EVEN IF
- SPS HAS BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-
-9. INDEMNIFICATION. You and your distributees shall defend, indemnify
- and hold harmless SPS, and all other persons who have been
- involved in the creation, production, or delivery of the Technology,
- from any claim, demand, liability, damage award, suit, judgement, or
- other legal action (including reasonable attorney's fees) arising
- out of your use, distribution, modification, or duplication of the
- Technology.
-
-
-10. TERMINATION. The licence granted hereunder is effective until
- terminated by SPS. You may terminate it at any time by
- destroying the Technology. This licence will terminate automatically
- if you fail to comply with the limitations described above. On
- termination, you must destroy all copies of the Technology. The
- termination of your licence will not result in the termination of
- the licences of any distributees who have received rights to the
- Technology through you so long as they are in compliance with the
- provisions of this Agreement.
-
-
-11. MISCELLANEOUS. This Agreement represents the complete agreement
- concerning this licence between the parties and supersedes all
- prior agreements and representations between them. It may not be
- amended. If any provision of this Agreement is held to be
- unenforceable for any reason, this Agreement shall terminate.
-
- The most current version of this licence is kept on the SPS
- web site. Due notice shall be given if ever the licence changes,
- then all versions of the Technology will be constrained by the
- newer licence.
-
- Any term of this Agreement which is, or is deemed to be, unlawful
- shall be ineffective only to the extent of such invalidity without
- rendering invalid the remaining terms hereof. This Agreement shall
- be construed and enforced with the same force and effect as if
- entered into and performed in England and Wales and shall, in all
- respects, be interpreted in accordance with, and governed by the
- laws of this country.
-
- Anything else not covered by this agreement must be agreed with
- us before any action can be taken by any party.
-
- Address all correspondence regarding this licence to:
-
- licensing@kryoflux.com
-
-
-Copyright and Trademark Notices:
---------------------------------
-The Technology is Copyright (c) 2001-2014 SPS and István Fábián under
-exclusive licence to KryoFlux Products & Services Limited. All rights
-reserved. The documentation and all computer files are also Copyright
-(c) 2001-2014 SPS and István Fábián under exclusive licence to KryoFlux
-Products & Services Limited. All rights reserved. These rights include
-but are not limited to any foreign language translations of the
-documentation or the Technology, and all derivative works of both.
-All other trademarks are the property of their respective owners.
-
-
-SPS - The Software Preservation Society
-http://www.softpres.org
-
-KryoFlux Products & Services Limited
-http://www.kryoflux.com
-
-
-rev. 1.11 - 2014-02-04
diff --git a/sdk_container/src/third_party/portage-stable/licenses/SSLeay b/sdk_container/src/third_party/portage-stable/licenses/SSLeay
deleted file mode 100644
index d2452d7039b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/SSLeay
+++ /dev/null
@@ -1,56 +0,0 @@
-Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
-All rights reserved.
-
-This package is an SSL implementation written
-by Eric Young (eay@cryptsoft.com).
-The implementation was written so as to conform with Netscapes SSL.
-
-This library is free for commercial and non-commercial use as long as
-the following conditions are aheared to. The following conditions
-apply to all code found in this distribution, be it the RC4, RSA,
-lhash, DES, etc., code; not just the SSL code. The SSL documentation
-included with this distribution is covered by the same copyright terms
-except that the holder is Tim Hudson (tjh@cryptsoft.com).
-
-Copyright remains Eric Young's, and as such any Copyright notices in
-the code are not to be removed.
-If this package is used in a product, Eric Young should be given attribution
-as the author of the parts of the library used.
-This can be in the form of a textual message at program startup or
-in documentation (online or textual) provided with the package.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-3. All advertising materials mentioning features or use of this software
- must display the following acknowledgement:
- "This product includes cryptographic software written by
- Eric Young (eay@cryptsoft.com)"
- The word 'cryptographic' can be left out if the rouines from the library
- being used are not cryptographic related :-).
-4. If you include any Windows specific code (or a derivative thereof) from
- the apps directory (application code) you must include an acknowledgement:
- "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
-
-THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
-
-The licence and distribution terms for any publically available version or
-derivative of this code cannot be changed. i.e. this code cannot simply be
-copied and put under another distribution licence
-[including the GNU Public Licence.]
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/SSPL-1 b/sdk_container/src/third_party/portage-stable/licenses/SSPL-1
deleted file mode 100644
index ea3921393f6..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/SSPL-1
+++ /dev/null
@@ -1,557 +0,0 @@
- Server Side Public License
- VERSION 1, OCTOBER 16, 2018
-
- Copyright © 2018 MongoDB, Inc.
-
- Everyone is permitted to copy and distribute verbatim copies of this
- license document, but changing it is not allowed.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- “This License” refers to Server Side Public License.
-
- “Copyright” also means copyright-like laws that apply to other kinds of
- works, such as semiconductor masks.
-
- “The Program” refers to any copyrightable work licensed under this
- License. Each licensee is addressed as “you”. “Licensees” and
- “recipients” may be individuals or organizations.
-
- To “modify” a work means to copy from or adapt all or part of the work in
- a fashion requiring copyright permission, other than the making of an
- exact copy. The resulting work is called a “modified version” of the
- earlier work or a work “based on” the earlier work.
-
- A “covered work” means either the unmodified Program or a work based on
- the Program.
-
- To “propagate” a work means to do anything with it that, without
- permission, would make you directly or secondarily liable for
- infringement under applicable copyright law, except executing it on a
- computer or modifying a private copy. Propagation includes copying,
- distribution (with or without modification), making available to the
- public, and in some countries other activities as well.
-
- To “convey” a work means any kind of propagation that enables other
- parties to make or receive copies. Mere interaction with a user through a
- computer network, with no transfer of a copy, is not conveying.
-
- An interactive user interface displays “Appropriate Legal Notices” to the
- extent that it includes a convenient and prominently visible feature that
- (1) displays an appropriate copyright notice, and (2) tells the user that
- there is no warranty for the work (except to the extent that warranties
- are provided), that licensees may convey the work under this License, and
- how to view a copy of this License. If the interface presents a list of
- user commands or options, such as a menu, a prominent item in the list
- meets this criterion.
-
- 1. Source Code.
-
- The “source code” for a work means the preferred form of the work for
- making modifications to it. “Object code” means any non-source form of a
- work.
-
- A “Standard Interface” means an interface that either is an official
- standard defined by a recognized standards body, or, in the case of
- interfaces specified for a particular programming language, one that is
- widely used among developers working in that language. The “System
- Libraries” of an executable work include anything, other than the work as
- a whole, that (a) is included in the normal form of packaging a Major
- Component, but which is not part of that Major Component, and (b) serves
- only to enable use of the work with that Major Component, or to implement
- a Standard Interface for which an implementation is available to the
- public in source code form. A “Major Component”, in this context, means a
- major essential component (kernel, window system, and so on) of the
- specific operating system (if any) on which the executable work runs, or
- a compiler used to produce the work, or an object code interpreter used
- to run it.
-
- The “Corresponding Source” for a work in object code form means all the
- source code needed to generate, install, and (for an executable work) run
- the object code and to modify the work, including scripts to control
- those activities. However, it does not include the work's System
- Libraries, or general-purpose tools or generally available free programs
- which are used unmodified in performing those activities but which are
- not part of the work. For example, Corresponding Source includes
- interface definition files associated with source files for the work, and
- the source code for shared libraries and dynamically linked subprograms
- that the work is specifically designed to require, such as by intimate
- data communication or control flow between those subprograms and other
- parts of the work.
-
- The Corresponding Source need not include anything that users can
- regenerate automatically from other parts of the Corresponding Source.
-
- The Corresponding Source for a work in source code form is that same work.
-
- 2. Basic Permissions.
-
- All rights granted under this License are granted for the term of
- copyright on the Program, and are irrevocable provided the stated
- conditions are met. This License explicitly affirms your unlimited
- permission to run the unmodified Program, subject to section 13. The
- output from running a covered work is covered by this License only if the
- output, given its content, constitutes a covered work. This License
- acknowledges your rights of fair use or other equivalent, as provided by
- copyright law. Subject to section 13, you may make, run and propagate
- covered works that you do not convey, without conditions so long as your
- license otherwise remains in force. You may convey covered works to
- others for the sole purpose of having them make modifications exclusively
- for you, or provide you with facilities for running those works, provided
- that you comply with the terms of this License in conveying all
- material for which you do not control copyright. Those thus making or
- running the covered works for you must do so exclusively on your
- behalf, under your direction and control, on terms that prohibit them
- from making any copies of your copyrighted material outside their
- relationship with you.
-
- Conveying under any other circumstances is permitted solely under the
- conditions stated below. Sublicensing is not allowed; section 10 makes it
- unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- No covered work shall be deemed part of an effective technological
- measure under any applicable law fulfilling obligations under article 11
- of the WIPO copyright treaty adopted on 20 December 1996, or similar laws
- prohibiting or restricting circumvention of such measures.
-
- When you convey a covered work, you waive any legal power to forbid
- circumvention of technological measures to the extent such circumvention is
- effected by exercising rights under this License with respect to the
- covered work, and you disclaim any intention to limit operation or
- modification of the work as a means of enforcing, against the work's users,
- your or third parties' legal rights to forbid circumvention of
- technological measures.
-
- 4. Conveying Verbatim Copies.
-
- You may convey verbatim copies of the Program's source code as you
- receive it, in any medium, provided that you conspicuously and
- appropriately publish on each copy an appropriate copyright notice; keep
- intact all notices stating that this License and any non-permissive terms
- added in accord with section 7 apply to the code; keep intact all notices
- of the absence of any warranty; and give all recipients a copy of this
- License along with the Program. You may charge any price or no price for
- each copy that you convey, and you may offer support or warranty
- protection for a fee.
-
- 5. Conveying Modified Source Versions.
-
- You may convey a work based on the Program, or the modifications to
- produce it from the Program, in the form of source code under the terms
- of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified it,
- and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is released
- under this License and any conditions added under section 7. This
- requirement modifies the requirement in section 4 to “keep intact all
- notices”.
-
- c) You must license the entire work, as a whole, under this License to
- anyone who comes into possession of a copy. This License will therefore
- apply, along with any applicable section 7 additional terms, to the
- whole of the work, and all its parts, regardless of how they are
- packaged. This License gives no permission to license the work in any
- other way, but it does not invalidate such permission if you have
- separately received it.
-
- d) If the work has interactive user interfaces, each must display
- Appropriate Legal Notices; however, if the Program has interactive
- interfaces that do not display Appropriate Legal Notices, your work
- need not make them do so.
-
- A compilation of a covered work with other separate and independent
- works, which are not by their nature extensions of the covered work, and
- which are not combined with it such as to form a larger program, in or on
- a volume of a storage or distribution medium, is called an “aggregate” if
- the compilation and its resulting copyright are not used to limit the
- access or legal rights of the compilation's users beyond what the
- individual works permit. Inclusion of a covered work in an aggregate does
- not cause this License to apply to the other parts of the aggregate.
-
- 6. Conveying Non-Source Forms.
-
- You may convey a covered work in object code form under the terms of
- sections 4 and 5, provided that you also convey the machine-readable
- Corresponding Source under the terms of this License, in one of these
- ways:
-
- a) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by the
- Corresponding Source fixed on a durable physical medium customarily
- used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by a written
- offer, valid for at least three years and valid for as long as you
- offer spare parts or customer support for that product model, to give
- anyone who possesses the object code either (1) a copy of the
- Corresponding Source for all the software in the product that is
- covered by this License, on a durable physical medium customarily used
- for software interchange, for a price no more than your reasonable cost
- of physically performing this conveying of source, or (2) access to
- copy the Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the
- written offer to provide the Corresponding Source. This alternative is
- allowed only occasionally and noncommercially, and only if you received
- the object code with such an offer, in accord with subsection 6b.
-
- d) Convey the object code by offering access from a designated place
- (gratis or for a charge), and offer equivalent access to the
- Corresponding Source in the same way through the same place at no
- further charge. You need not require recipients to copy the
- Corresponding Source along with the object code. If the place to copy
- the object code is a network server, the Corresponding Source may be on
- a different server (operated by you or a third party) that supports
- equivalent copying facilities, provided you maintain clear directions
- next to the object code saying where to find the Corresponding Source.
- Regardless of what server hosts the Corresponding Source, you remain
- obligated to ensure that it is available for as long as needed to
- satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided you
- inform other peers where the object code and Corresponding Source of
- the work are being offered to the general public at no charge under
- subsection 6d.
-
- A separable portion of the object code, whose source code is excluded
- from the Corresponding Source as a System Library, need not be included
- in conveying the object code work.
-
- A “User Product” is either (1) a “consumer product”, which means any
- tangible personal property which is normally used for personal, family,
- or household purposes, or (2) anything designed or sold for incorporation
- into a dwelling. In determining whether a product is a consumer product,
- doubtful cases shall be resolved in favor of coverage. For a particular
- product received by a particular user, “normally used” refers to a
- typical or common use of that class of product, regardless of the status
- of the particular user or of the way in which the particular user
- actually uses, or expects or is expected to use, the product. A product
- is a consumer product regardless of whether the product has substantial
- commercial, industrial or non-consumer uses, unless such uses represent
- the only significant mode of use of the product.
-
- “Installation Information” for a User Product means any methods,
- procedures, authorization keys, or other information required to install
- and execute modified versions of a covered work in that User Product from
- a modified version of its Corresponding Source. The information must
- suffice to ensure that the continued functioning of the modified object
- code is in no case prevented or interfered with solely because
- modification has been made.
-
- If you convey an object code work under this section in, or with, or
- specifically for use in, a User Product, and the conveying occurs as part
- of a transaction in which the right of possession and use of the User
- Product is transferred to the recipient in perpetuity or for a fixed term
- (regardless of how the transaction is characterized), the Corresponding
- Source conveyed under this section must be accompanied by the
- Installation Information. But this requirement does not apply if neither
- you nor any third party retains the ability to install modified object
- code on the User Product (for example, the work has been installed in
- ROM).
-
- The requirement to provide Installation Information does not include a
- requirement to continue to provide support service, warranty, or updates
- for a work that has been modified or installed by the recipient, or for
- the User Product in which it has been modified or installed. Access
- to a network may be denied when the modification itself materially
- and adversely affects the operation of the network or violates the
- rules and protocols for communication across the network.
-
- Corresponding Source conveyed, and Installation Information provided, in
- accord with this section must be in a format that is publicly documented
- (and with an implementation available to the public in source code form),
- and must require no special password or key for unpacking, reading or
- copying.
-
- 7. Additional Terms.
-
- “Additional permissions” are terms that supplement the terms of this
- License by making exceptions from one or more of its conditions.
- Additional permissions that are applicable to the entire Program shall be
- treated as though they were included in this License, to the extent that
- they are valid under applicable law. If additional permissions apply only
- to part of the Program, that part may be used separately under those
- permissions, but the entire Program remains governed by this License
- without regard to the additional permissions. When you convey a copy of
- a covered work, you may at your option remove any additional permissions
- from that copy, or from any part of it. (Additional permissions may be
- written to require their own removal in certain cases when you modify the
- work.) You may place additional permissions on material, added by you to
- a covered work, for which you have or can give appropriate copyright
- permission.
-
- Notwithstanding any other provision of this License, for material you add
- to a covered work, you may (if authorized by the copyright holders of
- that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or
- author attributions in that material or in the Appropriate Legal
- Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or
- requiring that modified versions of such material be marked in
- reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some trade
- names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that material
- by anyone who conveys the material (or modified versions of it) with
- contractual assumptions of liability to the recipient, for any
- liability that these contractual assumptions directly impose on those
- licensors and authors.
-
- All other non-permissive additional terms are considered “further
- restrictions” within the meaning of section 10. If the Program as you
- received it, or any part of it, contains a notice stating that it is
- governed by this License along with a term that is a further restriction,
- you may remove that term. If a license document contains a further
- restriction but permits relicensing or conveying under this License, you
- may add to a covered work material governed by the terms of that license
- document, provided that the further restriction does not survive such
- relicensing or conveying.
-
- If you add terms to a covered work in accord with this section, you must
- place, in the relevant source files, a statement of the additional terms
- that apply to those files, or a notice indicating where to find the
- applicable terms. Additional terms, permissive or non-permissive, may be
- stated in the form of a separately written license, or stated as
- exceptions; the above requirements apply either way.
-
- 8. Termination.
-
- You may not propagate or modify a covered work except as expressly
- provided under this License. Any attempt otherwise to propagate or modify
- it is void, and will automatically terminate your rights under this
- License (including any patent licenses granted under the third paragraph
- of section 11).
-
- However, if you cease all violation of this License, then your license
- from a particular copyright holder is reinstated (a) provisionally,
- unless and until the copyright holder explicitly and finally terminates
- your license, and (b) permanently, if the copyright holder fails to
- notify you of the violation by some reasonable means prior to 60 days
- after the cessation.
-
- Moreover, your license from a particular copyright holder is reinstated
- permanently if the copyright holder notifies you of the violation by some
- reasonable means, this is the first time you have received notice of
- violation of this License (for any work) from that copyright holder, and
- you cure the violation prior to 30 days after your receipt of the notice.
-
- Termination of your rights under this section does not terminate the
- licenses of parties who have received copies or rights from you under
- this License. If your rights have been terminated and not permanently
- reinstated, you do not qualify to receive new licenses for the same
- material under section 10.
-
- 9. Acceptance Not Required for Having Copies.
-
- You are not required to accept this License in order to receive or run a
- copy of the Program. Ancillary propagation of a covered work occurring
- solely as a consequence of using peer-to-peer transmission to receive a
- copy likewise does not require acceptance. However, nothing other than
- this License grants you permission to propagate or modify any covered
- work. These actions infringe copyright if you do not accept this License.
- Therefore, by modifying or propagating a covered work, you indicate your
- acceptance of this License to do so.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- Each time you convey a covered work, the recipient automatically receives
- a license from the original licensors, to run, modify and propagate that
- work, subject to this License. You are not responsible for enforcing
- compliance by third parties with this License.
-
- An “entity transaction” is a transaction transferring control of an
- organization, or substantially all assets of one, or subdividing an
- organization, or merging organizations. If propagation of a covered work
- results from an entity transaction, each party to that transaction who
- receives a copy of the work also receives whatever licenses to the work
- the party's predecessor in interest had or could give under the previous
- paragraph, plus a right to possession of the Corresponding Source of the
- work from the predecessor in interest, if the predecessor has it or can
- get it with reasonable efforts.
-
- You may not impose any further restrictions on the exercise of the rights
- granted or affirmed under this License. For example, you may not impose a
- license fee, royalty, or other charge for exercise of rights granted
- under this License, and you may not initiate litigation (including a
- cross-claim or counterclaim in a lawsuit) alleging that any patent claim
- is infringed by making, using, selling, offering for sale, or importing
- the Program or any portion of it.
-
- 11. Patents.
-
- A “contributor” is a copyright holder who authorizes use under this
- License of the Program or a work on which the Program is based. The work
- thus licensed is called the contributor's “contributor version”.
-
- A contributor's “essential patent claims” are all patent claims owned or
- controlled by the contributor, whether already acquired or hereafter
- acquired, that would be infringed by some manner, permitted by this
- License, of making, using, or selling its contributor version, but do not
- include claims that would be infringed only as a consequence of further
- modification of the contributor version. For purposes of this definition,
- “control” includes the right to grant patent sublicenses in a manner
- consistent with the requirements of this License.
-
- Each contributor grants you a non-exclusive, worldwide, royalty-free
- patent license under the contributor's essential patent claims, to make,
- use, sell, offer for sale, import and otherwise run, modify and propagate
- the contents of its contributor version.
-
- In the following three paragraphs, a “patent license” is any express
- agreement or commitment, however denominated, not to enforce a patent
- (such as an express permission to practice a patent or covenant not to
- sue for patent infringement). To “grant” such a patent license to a party
- means to make such an agreement or commitment not to enforce a patent
- against the party.
-
- If you convey a covered work, knowingly relying on a patent license, and
- the Corresponding Source of the work is not available for anyone to copy,
- free of charge and under the terms of this License, through a publicly
- available network server or other readily accessible means, then you must
- either (1) cause the Corresponding Source to be so available, or (2)
- arrange to deprive yourself of the benefit of the patent license for this
- particular work, or (3) arrange, in a manner consistent with the
- requirements of this License, to extend the patent license to downstream
- recipients. “Knowingly relying” means you have actual knowledge that, but
- for the patent license, your conveying the covered work in a country, or
- your recipient's use of the covered work in a country, would infringe
- one or more identifiable patents in that country that you have reason
- to believe are valid.
-
- If, pursuant to or in connection with a single transaction or
- arrangement, you convey, or propagate by procuring conveyance of, a
- covered work, and grant a patent license to some of the parties receiving
- the covered work authorizing them to use, propagate, modify or convey a
- specific copy of the covered work, then the patent license you grant is
- automatically extended to all recipients of the covered work and works
- based on it.
-
- A patent license is “discriminatory” if it does not include within the
- scope of its coverage, prohibits the exercise of, or is conditioned on
- the non-exercise of one or more of the rights that are specifically
- granted under this License. You may not convey a covered work if you are
- a party to an arrangement with a third party that is in the business of
- distributing software, under which you make payment to the third party
- based on the extent of your activity of conveying the work, and under
- which the third party grants, to any of the parties who would receive the
- covered work from you, a discriminatory patent license (a) in connection
- with copies of the covered work conveyed by you (or copies made from
- those copies), or (b) primarily for and in connection with specific
- products or compilations that contain the covered work, unless you
- entered into that arrangement, or that patent license was granted, prior
- to 28 March 2007.
-
- Nothing in this License shall be construed as excluding or limiting any
- implied license or other defenses to infringement that may otherwise be
- available to you under applicable patent law.
-
- 12. No Surrender of Others' Freedom.
-
- If conditions are imposed on you (whether by court order, agreement or
- otherwise) that contradict the conditions of this License, they do not
- excuse you from the conditions of this License. If you cannot use,
- propagate or convey a covered work so as to satisfy simultaneously your
- obligations under this License and any other pertinent obligations, then
- as a consequence you may not use, propagate or convey it at all. For
- example, if you agree to terms that obligate you to collect a royalty for
- further conveying from those to whom you convey the Program, the only way
- you could satisfy both those terms and this License would be to refrain
- entirely from conveying the Program.
-
- 13. Offering the Program as a Service.
-
- If you make the functionality of the Program or a modified version
- available to third parties as a service, you must make the Service Source
- Code available via network download to everyone at no charge, under the
- terms of this License. Making the functionality of the Program or
- modified version available to third parties as a service includes,
- without limitation, enabling third parties to interact with the
- functionality of the Program or modified version remotely through a
- computer network, offering a service the value of which entirely or
- primarily derives from the value of the Program or modified version, or
- offering a service that accomplishes for users the primary purpose of the
- Program or modified version.
-
- “Service Source Code” means the Corresponding Source for the Program or
- the modified version, and the Corresponding Source for all programs that
- you use to make the Program or modified version available as a service,
- including, without limitation, management software, user interfaces,
- application program interfaces, automation software, monitoring software,
- backup software, storage software and hosting software, all such that a
- user could run an instance of the service using the Service Source Code
- you make available.
-
- 14. Revised Versions of this License.
-
- MongoDB, Inc. may publish revised and/or new versions of the Server Side
- Public License from time to time. Such new versions will be similar in
- spirit to the present version, but may differ in detail to address new
- problems or concerns.
-
- Each version is given a distinguishing version number. If the Program
- specifies that a certain numbered version of the Server Side Public
- License “or any later version” applies to it, you have the option of
- following the terms and conditions either of that numbered version or of
- any later version published by MongoDB, Inc. If the Program does not
- specify a version number of the Server Side Public License, you may
- choose any version ever published by MongoDB, Inc.
-
- If the Program specifies that a proxy can decide which future versions of
- the Server Side Public License can be used, that proxy's public statement
- of acceptance of a version permanently authorizes you to choose that
- version for the Program.
-
- Later license versions may give you additional or different permissions.
- However, no additional obligations are imposed on any author or copyright
- holder as a result of your choosing to follow a later version.
-
- 15. Disclaimer of Warranty.
-
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
- APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
- HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY
- OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
- THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
- IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
- ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. Limitation of Liability.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
- WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
- THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING
- ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF
- THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO
- LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU
- OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
- PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGES.
-
- 17. Interpretation of Sections 15 and 16.
-
- If the disclaimer of warranty and limitation of liability provided above
- cannot be given local legal effect according to their terms, reviewing
- courts shall apply local law that most closely approximates an absolute
- waiver of all civil liability in connection with the Program, unless a
- warranty or assumption of liability accompanies a copy of the Program in
- return for a fee.
-
- END OF TERMS AND CONDITIONS
diff --git a/sdk_container/src/third_party/portage-stable/licenses/STRIDE b/sdk_container/src/third_party/portage-stable/licenses/STRIDE
deleted file mode 100644
index 732a3bf5c30..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/STRIDE
+++ /dev/null
@@ -1,74 +0,0 @@
-All rights reserved, whether the whole or part of the program is
-concerned. Permission to use, copy, and modify this software and its
-documentation is granted for academic use, provided that:
-
-
- i. this copyright notice appears in all copies of the software and
- related documentation;
-
- ii. the reference given below (Frishman and Argos, 1995) must be
- cited in any publication of scientific results based in part or
- completely on the use of the program;
-
-iii. bugs will be reported to the authors.
-
-The use of the software in commercial activities is not allowed
-without a prior written commercial license agreement.
-
-WARNING: STRIDE is provided "as-is" and without warranty of any kind,
-express, implied or otherwise, including without limitation any
-warranty of merchantability or fitness for a particular purpose. In no
-event will the authors be liable for any special, incidental, indirect
-or consequential damages of any kind, or any damages whatsoever
-resulting from loss of data or profits, whether or not advised of the
-possibility of damage, and on any theory of liability, arising out of
-or in connection with the use or performance of this software.
-
-For calculation of the residue solvent accessible area the program NSC
-[3,4] is used and was kindly provided by Dr. F.Eisenhaber
-(EISENHABER@EMBL-HEIDELBERG.DE). Please direct to him all questions
-concerning specifically accessibility calculations.
-
----
-
-program NSC
-version 1.0 (April 1994)
-
-Author: Frank Eisenhaber
-
-Copyright Notice:
-All rights reserved, whether the whole or part of the program is
-concerned. The software may not be used without specific, prior
-written permission of the author.
-
-An academic licence agreement for the package ASC/GM or its parts is
-granted if you make the following commitments:
-1) In using this software, the user will respect the interests of
- the author.
-2) The use of the software in commercial activities is not allowed
- without a prior written commercial licence agreement. The program
- will not be used in classified research.
-3) Other interested research groups will be redirected to the author.
- The user will not redistribute the code outside his immediate
- research group.
-4) The copyright messages will not be modified or suppressed.
-5) The reference given below will be cited in any publication of
- scientific results based in part or completely on use of the
- program.
-6) Bugs will be reported to the author.
-
-Permission to use, copy, and modify this software and its
-documentation is hereby granted without fee for academic use, provided
-that the above copyright notices and this permission notice appear in
-all copies of the software and related documentation.
-
-THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
-EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
-INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT
-ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-SOFTWARE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/SURF b/sdk_container/src/third_party/portage-stable/licenses/SURF
deleted file mode 100644
index 6d172c683ea..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/SURF
+++ /dev/null
@@ -1,9 +0,0 @@
-The source code for SURF is copyrighted by the original author and the
-University of North Carolina at Chapel Hill. Permission to use, copy,
-modify, and distribute this software and its documentation for educational,
-research, and non-profit purposes is hereby granted, provided this notice,
-all the source files, and the name(s) of the original author(s) appear in
-all such copies.
-
-BECAUSE THE CODE IS PROVIDED FREE OF CHARGE, IT IS PROVIDED "AS IS" AND
-WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Sendmail b/sdk_container/src/third_party/portage-stable/licenses/Sendmail
deleted file mode 100644
index e466568a220..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Sendmail
+++ /dev/null
@@ -1,79 +0,0 @@
- SENDMAIL LICENSE
-
-The following license terms and conditions apply, unless a different
-license is obtained from Sendmail, Inc., 6425 Christie Ave, Fourth Floor,
-Emeryville, CA 94608, or by electronic mail at license@sendmail.com.
-
-License Terms:
-
-Use, Modification and Redistribution (including distribution of any
-modified or derived work) in source and binary forms is permitted only if
-each of the following conditions is met:
-
-1. Redistributions qualify as "freeware" or "Open Source Software" under
- one of the following terms:
-
- (a) Redistributions are made at no charge beyond the reasonable cost of
- materials and delivery.
-
- (b) Redistributions are accompanied by a copy of the Source Code or by an
- irrevocable offer to provide a copy of the Source Code for up to three
- years at the cost of materials and delivery. Such redistributions
- must allow further use, modification, and redistribution of the Source
- Code under substantially the same terms as this license. For the
- purposes of redistribution "Source Code" means the complete compilable
- and linkable source code of sendmail including all modifications.
-
-2. Redistributions of source code must retain the copyright notices as they
- appear in each source code file, these license terms, and the
- disclaimer/limitation of liability set forth as paragraph 6 below.
-
-3. Redistributions in binary form must reproduce the Copyright Notice,
- these license terms, and the disclaimer/limitation of liability set
- forth as paragraph 6 below, in the documentation and/or other materials
- provided with the distribution. For the purposes of binary distribution
- the "Copyright Notice" refers to the following language:
- "Copyright (c) 1998-2002 Sendmail, Inc. All rights reserved."
-
-4. Neither the name of Sendmail, Inc. nor the University of California nor
- the names of their contributors may be used to endorse or promote
- products derived from this software without specific prior written
- permission. The name "sendmail" is a trademark of Sendmail, Inc.
-
-5. All redistributions must comply with the conditions imposed by the
- University of California on certain embedded code, whose copyright
- notice and conditions for redistribution are as follows:
-
- (a) Copyright (c) 1988, 1993 The Regents of the University of
- California. All rights reserved.
-
- (b) Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
-
- (i) Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- (ii) Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
-
- (iii) Neither the name of the University nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-6. Disclaimer/Limitation of Liability: THIS SOFTWARE IS PROVIDED BY
- SENDMAIL, INC. AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
- NO EVENT SHALL SENDMAIL, INC., THE REGENTS OF THE UNIVERSITY OF
- CALIFORNIA OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
- USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-$Revision: 8.11 $, Last updated $Date: 2002/04/24 22:26:56 $
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Sendmail-Open-Source b/sdk_container/src/third_party/portage-stable/licenses/Sendmail-Open-Source
deleted file mode 100644
index 81fc5392569..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Sendmail-Open-Source
+++ /dev/null
@@ -1,77 +0,0 @@
- SENDMAIL OPEN SOURCE LICENSE
-
-The following license terms and conditions apply to this open source
-software ("Software"), unless a different license is obtained directly
-from Sendmail, Inc. ("Sendmail") located at 6425 Christie Ave, Fourth
-Floor, Emeryville, CA 94608, USA.
-
-Use, modification and redistribution (including distribution of any
-modified or derived work) of the Software in source and binary forms is
-permitted only if each of the following conditions of 1-6 are met:
-
-1. Redistributions of the Software qualify as "freeware" or "open
- source software" under one of the following terms:
-
- (a) Redistributions are made at no charge beyond the reasonable
- cost of materials and delivery; or
-
- (b) Redistributions are accompanied by a copy of the modified
- Source Code (on an acceptable machine-readable medium) or by an
- irrevocable offer to provide a copy of the modified Source Code
- (on an acceptable machine-readable medium) for up to three years
- at the cost of materials and delivery. Such redistributions must
- allow further use, modification, and redistribution of the Source
- Code under substantially the same terms as this license. For
- the purposes of redistribution "Source Code" means the complete
- human-readable, compilable, linkable, and operational source
- code of the redistributed module(s) including all modifications.
-
-2. Redistributions of the Software Source Code must retain the
- copyright notices as they appear in each Source Code file, these
- license terms and conditions, and the disclaimer/limitation of
- liability set forth in paragraph 6 below. Redistributions of the
- Software Source Code must also comply with the copyright notices
- and/or license terms and conditions imposed by contributors on
- embedded code. The contributors' license terms and conditions
- and/or copyright notices are contained in the Source Code
- distribution.
-
-3. Redistributions of the Software in binary form must reproduce the
- Copyright Notice described below, these license terms and conditions,
- and the disclaimer/limitation of liability set forth in paragraph
- 6 below, in the documentation and/or other materials provided with
- the binary distribution. For the purposes of binary distribution,
- "Copyright Notice" refers to the following language: "Copyright (c)
- 1998-2004 Sendmail, Inc. All rights reserved."
-
-4. Neither the name, trademark or logo of Sendmail, Inc. (including
- without limitation its subsidiaries or affiliates) or its contributors
- may be used to endorse or promote products, or software or services
- derived from this Software without specific prior written permission.
- The name "sendmail" is a registered trademark and service mark of
- Sendmail, Inc.
-
-5. We reserve the right to cancel this license if you do not comply with
- the terms. This license is governed by California law and both of us
- agree that for any dispute arising out of or relating to this Software,
- that jurisdiction and venue is proper in San Francisco or Alameda
- counties. These license terms and conditions reflect the complete
- agreement for the license of the Software (which means this supercedes
- prior or contemporaneous agreements or representations). If any term
- or condition under this license is found to be invalid, the remaining
- terms and conditions still apply.
-
-6. Disclaimer/Limitation of Liability: THIS SOFTWARE IS PROVIDED BY
- SENDMAIL AND ITS CONTRIBUTORS "AS IS" WITHOUT WARRANTY OF ANY KIND
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT AND FITNESS FOR A
- PARTICULAR PURPOSE ARE EXPRESSLY DISCLAIMED. IN NO EVENT SHALL SENDMAIL
- OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
- OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- WITHOUT LIMITATION NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
- USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-$Revision: 1.1 $ $Date: 2004/06/01 18:16:20 $
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Skype-TOS b/sdk_container/src/third_party/portage-stable/licenses/Skype-TOS
deleted file mode 100644
index 619c859e5fe..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Skype-TOS
+++ /dev/null
@@ -1,1455 +0,0 @@
-Retrieved from https://www.skype.com/en/legal/ios/tos/ (2016-09-09)
-
-Table of contents:
-
- 1. Your agreement with Skype
- 2. Acceptance of the Terms
- 3. Changes to the Terms
- 4. Licence
- 5. Use of the software and products and Skype websites
- 6. Your obligations
- 7. Proprietary rights
- 8. Charges
- 9. Payment
- 10. Refund Policy
- 11. Ending Your relationship with Skype
- 12. Exclusion of warranties, limitation of liability and indemnity
- 13. Third party websites products and services
- 14. Additional Terms
- 15. Your confidential information and your privacy
- 16. For Government users only
- 17. How to contact Skype
- 18. Miscellaneous
- 19. Product specific terms
- 20. Pay by mobile
-
-PLEASE READ CAREFULLY BEFORE DOWNLOADING THE SOFTWARE OR USING THE PRODUCT(S)
-OR SKYPE WEBSITES
-
-Key Points
-
- It is important that you read the entirety of and understand this
- document. There are, however, a few key points that we need to
- emphasise:
-
- NO ACCESS TO EMERGENCY SERVICES: The Software is not a replacement for
- your ordinary mobile or fixed line telephone. In particular, apart from
- in the very limited circumstances set out in paragraph 5.6 of these
- Terms (applicable to Skype’s Internet Communications Software only),
- the Software does not allow you to make emergency calls to emergency
- services. You must make alternative communications arrangements to
- ensure that you can make emergency calls if needed.
-
- CHECK RESTRICTIONS ON USE: In some countries there are restrictions on
- the use of the Software. It is your responsibility to ensure that you
- are legally allowed to use the Software where you are located.
-
- NO OWNERSHIP OF NUMBERS: If Skype allocates to you a Skype Number
- (previously known as “Online Number”) or Skype To Go Number, you do not
- own the number or have a right to retain that number forever. Skype may
- need to change or withdraw the number allocated to you from time to
- time. You will not transfer or attempt to transfer your Skype Number or
- Skype To Go Number to anyone else. You must ensure you comply with any
- allocation requirements displayed when purchasing a Skype Number as
- failure to do so could result in the number being withdrawn. Please see
- also paragraph 19.1.
-
- SKYPE CREDIT BECOMES INACTIVE AFTER 180 DAYS: If you purchase Skype
- Credit please be aware that it becomes inactive after 180 days of
- inactivity. Please see also paragraph 9.2.
-
- ARBITRATION CLAUSE AND CLASS ACTION WAIVER: If you live in the USA and
- select Pay by Mobile (see paragraph 20), a binding arbitration clause
- and class action waiver affects your rights to resolve a dispute with
- Skype, its corporate affiliates, or other third parties including
- mobile phone carriers. Please read paragraph 20.3 carefully.
-
-1. YOUR AGREEMENT WITH SKYPE
-
- 1.1 Skype’s internet communication software applications (“Internet
- Communications Software”), other “Skype” branded software applications
- (together the “Skype Software”), the “Qik” branded software
- applications (“Qik Software”) and associated documentation (whether in
- printed or electronic form) including any improvements, modifications,
- enhancements, fixes, updates, upgrades and future versions thereto
- (“Updates”) and whether made available for free or for a fee,
- (collectively the “Software”) are licensed (not sold) to you by Skype
- Software Sàrl.
-
- 1.2 The features and products that are made available through the
- Software for free (excluding products or features available for free on
- a trial basis only) (“Free Products”) are provided to you by Skype
- Software Sàrl.
-
- 1.3 Any additional products or features of the Skype Software or Qik
- Software, or other “Skype” or “Qik” branded products, that you pay for
- (including products or features available for free on a trial basis
- only) (“Paid For Products”) are provided to you by Skype Communications
- Sàrl.
-
- 1.4 “Skype Websites” means www.skype.com, www.qik.com (both of which
- are operated by Skype Communications Sàrl) and any other websites
- authorised by Skype which link to these Terms.
-
- 1.5 “Skype’’ means Skype Software Sàrl, 23 – 29 Rives de Clausen,
- L-2165 Luxembourg or Skype Communications Sàrl, 23 – 29 Rives de
- Clausen, L-2165 Luxembourg as the context requires;
- “Products” means collectively the Free Products and Paid For Products;
- “you” or “your” means you, the registered holder of the User Account
- (as described in paragraph 6.1) and licensee under these Terms.
-
- 1.6 Your agreement with Skype is made up of the terms and conditions
- set out in this document, together with any fair usage policies
- described in this document and Additional Terms referred to in
- paragraph 14 (collectively the “Terms”). To the extent of any
- inconsistency between the fair usage policies or any Additional Terms
- and this document, this document shall take precedence.
-
-2. ACCEPTANCE OF THE TERMS
-
- 2.1 In order to download and/or use the Software, Products and/or Skype
- Websites you must first accept these Terms. These Terms are accepted by
- you (a) when you click to accept or agree to the Terms; or (b) when you
- download and/or use the Software, Products and/or Skype Websites. We
- advise you to print a copy of these Terms for your records. These Terms
- remain effective from the date of acceptance until terminated by you or
- Skype in accordance with paragraph 11.
-
- 2.2 You cannot accept these Terms if: (a) you are not lawfully entitled
- to use the Software, Products and/or Skype Websites in the country in
- which you are located or reside or (b) if you are not of legal age to
- form a binding agreement with Skype.
-
- 2.3 In some countries the Products may be provided to you by Skype’s
- local partner. If so, that local partner may ask you to accept its own
- terms of service (“local terms”). If there is any inconsistency between
- those local terms and these Terms, then the local terms shall govern to
- the extent of that inconsistency.
-
-
-3. CHANGES TO THE TERMS
-
- 3.1 Skype may make changes to these Terms from time to time. Skype will
- publish the changes at www.skype.com/go/tou. Changes to the fair usage
- policies and/or Additional Terms will be posted on the applicable Skype
- Website. The changes will be effective when published. Please review
- the Terms on a regular basis. You understand and agree that your
- express acceptance of the Terms or your use of the Software, Products
- and/or Skype Websites after the date of publication shall constitute
- your agreement to the updated Terms. If you do not agree with the
- amended Terms, you may terminate your relationship with Skype in
- accordance with paragraph 11 below.
-
-4. LICENCE
-
- 4.1 Licence. Subject to your compliance with these Terms, you are
- granted a limited, non-exclusive, non-sublicensable, non-assignable,
- free of charge license to download and install the Software on a
- personal computer, mobile phone or other device; and personally use the
- Software through your individual Skype or Qik user account (as
- applicable) (“User Account”). For the avoidance of doubt, (a) IT
- administrators working on behalf of a company may download and install
- the Skype Software onto personal computers or other devices used by
- personnel of such company; and (b) you are permitted to use the
- Software at a university or other educational institution, or at work.
- Skype reserves all rights not expressly granted to you under these
- Terms.
-
- 4.2 Restrictions. You may not and you agree not to:
-
- (a) sub-license, sell, assign, rent, lease, export, import, distribute
- or transfer or otherwise grant rights to any third party in the
- Software;
-
- (b) undertake, cause, permit or authorise the modification, creation of
- derivative works or improvements, translation, reverse engineering,
- decompiling, disassembling, decryption, emulation, hacking, discovery
- or attempted discovery of the source code or protocols of the Software
- or any part or features thereof (except to the extent permitted by
- law);
-
- (c) remove, obscure or alter any copyright notices or other proprietary
- notices included in the Software;
-
- (d) use the Software or cause the Software (or any part of it) to be
- used within or to provide commercial products or services to third
- parties. The foregoing shall not preclude you using the Software for
- your own business communications, subject to paragraph 4.1 above;
-
- (e) other than for the purposes of download and installation, use the
- Software except through your User Account.
-
- 4.3 Third-Party Technology. If you are using Software pre-loaded on,
- embedded in, combined, distributed or used with or downloaded onto
- third party products, hardware, software applications, programs or
- devices (“Third-Party Technology”), you agree and acknowledge that: (a)
- you may be required to enter into a separate licence agreement with the
- relevant third party owner or licensor for the use of such Third-Party
- Technology; (b) some Products and/or functionality may not be
- accessible through the Third-Party Technology and (c) Skype cannot
- guarantee that the Software shall always be available on or in
- connection with such Third-Party Technology.
-
- 4.4 Third Party Notices. The Software may include third party code that
- Skype, not the third party, licenses to you under this agreement.
- Notices, if any, for the third party code are included for your
- information only. Third party scripts, linked to, called or referenced
- from the Software, are licensed to you by the third parties that own
- such code, not by Skype.
-
-5. USE OF THE SOFTWARE AND PRODUCTS AND SKYPE WEBSITES
-
- 5.1 Equipment: In order to use the Software and the Products you will
- need an Internet broadband connection. You are responsible for
- providing all equipment required to access the Internet or enable
- communications such as headsets, microphones and webcams.
-
- 5.2 Use of Your Equipment: The Internet Communications Software may use
- the processing capabilities, memory and bandwidth of the computer (or
- other applicable device) you are using, for the limited purpose of
- facilitating the communication and establishing the connection between
- Internet Communications Software users. If your use of the Internet
- Communications Software is dependent upon the use of a processor and
- bandwidth owned or controlled by a third party, you acknowledge and
- agree that your licence to use the Internet Communications Software is
- subject to you obtaining consent from the relevant third party for such
- use. You represent and warrant that by accepting these Terms, you have
- obtained such consent.
-
- 5.3 Updates to the Software: Skype may automatically check your version
- of the Skype Software. You may be required to enter into an updated
- version of these Terms to be able to download or otherwise take
- advantage of any Updates. Skype has no obligation to make available any
- Updates. However, Skype may (a) require you to download and install
- Updates; or (b) download and install Updates from Skype automatically
- from time to time unless you have chosen (through your Skype client
- settings) not to receive automatic Updates. Microsoft Corporation or
- its affiliates and subsidiaries may also automatically download updates
- to the Skype Software for Windows, if you have chosen to receive
- Microsoft Updates. These updates are required to maintain software
- compatibility, provide security updates or bug fixes, or offer new
- features, functionality or versions. You agree to receive such updates
- from Skype in order to continue using the Skype Software and you agree
- to accept such Updates subject to these Terms.
-
- 5.4 Suspension, technical improvement and maintenance: From time to
- time, Skype may need to perform maintenance on or upgrade the Software,
- Products or Skype Websites or the underlying infrastructure that
- enables you to use the Software, Products or Skype Websites. This may
- require Skype to temporarily suspend or limit your use of some or all
- of the Software, Products or Skype Websites until such time as this
- maintenance and/or upgrade can be completed. To the extent possible and
- unless an intervention is urgently required, Skype will publish the
- time and date of such suspension or limitation on the Skype Website in
- advance. You will not be entitled to claim damages for such suspension
- or limitation of the use of any Software, Product or Skype Website.
-
- 5.5 No Access to Emergency Services: Neither the Products nor the
- Software are intended to support or carry emergency calls to any type
- of hospitals, law enforcement agencies, medical care unit or any other
- kind of services that connect a user to emergency services personnel or
- public safety answering points (“Emergency Services”). There are
- important differences between traditional telephone services and the
- Products. You acknowledge and agree that: (i) Skype is not required to
- offer access to Emergency Services under any applicable local and/or
- national rules, regulations or law; (ii) it is your responsibility to
- purchase, separately from the Products, traditional wireless (mobile)
- or fixed line telephone services that offer access to Emergency
- Services, and (iii) the Software and the Products are not a replacement
- for your primary telephone service. Find out more about calling 112,
- the dedicated emergency number for the EU at
- www.skype.com/go/emergency.
-
- 5.6 Limited Emergency Calling (Internet Communications Software Only
- and Not Applicable to the Qik Software)
-
- 5.6.1 In a very limited number of countries, and for defined Internet
- Communications Software versions and platforms only, Skype will try to
- provide limited emergency calling as a stand-alone feature but can
- provide no commitment in this respect. Click here for the listing of
- countries (“Enabled Countries”) and software versions and other
- platforms (“Enabled Versions”) that enable limited Skype emergency
- calling. Skype emergency calling is not available for any other
- countries, versions or platforms. You should keep traditional wireless
- (mobile) or fixed line telephone services available for your calls to
- Emergency Services and use Skype’s limited emergency calling only as an
- absolute last resort. In particular, please also note that:
-
- (i) power cut, battery failure or internet connection failure can lead
- to a Skype call failure, including your call to Emergency Services.
- Additionally, any of the quality limitations set out in paragraph 5.9
- below, may otherwise affect successful call connection.
-
- (ii) where available, an emergency call made using the Internet
- Communications Software in an enabled country may not receive the same
- network priority as a call made using traditional wireless (mobile) or
- fixed line telephone services.
-
- (iii) if your emergency call is connected, you will need to tell the
- Emergency Services operator that you speak to where you are physically
- located so that the correct emergency organisation can respond to your
- emergency and knows where to find you. If you do not provide this
- information when prompted, you acknowledge that your emergency call may
- not be completed and you will not be able to gain access to your
- required Emergency Services using the Internet Communications Software.
- Skype will have no liability for your failed emergency call in such
- circumstances.
-
- (iv) other than for the Enabled Countries and Enabled Versions, Skype
- does not provide limited emergency calling in any country or for or in
- conjunction with any Products or using any platforms, devices, services
- or operating systems (including any products, platforms, devices,
- services or operating systems developed by third parties using Skype’s
- APIs, any of Skype’s software development kits or otherwise).
-
- 5.6.2 In Enabled Countries, you should configure the limited emergency
- calling functionality by setting your default location for emergency
- calling in the Call Settings page of your desktop Internet
- Communications Software (if you are using a 4.1 version for Windows (or
- later) or version 2.8 for Mac OS X (or later)). It is your
- responsibility to ensure that this location information is correct and
- kept up-to-date if your physical address changes. Skype does not
- support emergency calls in the majority of countries around the world.
- Where limited emergency calling is supported Skype will not charge you
- to make an emergency call and you do not need to have a Skype Credit
- balance. If however your country is not supported for limited emergency
- calling then you should not attempt to, and agree not to, make any
- emergency calls using your Internet Communications Software. If, with
- your permission, another user uses your User Account, it is your
- responsibility to inform that user of the limited circumstances in
- which limited emergency calling is available.
-
- 5.7 Content of Communications: Skype is not the source of, does not
- verify or endorse and takes no responsibility for the content of
- communications made using the Software. By using the Software, you
- agree that any content that you submit may be transmitted to the
- recipient of your communication. The content of communications is
- entirely the responsibility of the person from whom such content
- originated. You therefore may be exposed to content that is offensive,
- unlawful, harmful to minors, obscene, indecent or otherwise
- objectionable. The content of communications may be protected by
- intellectual property rights, which are owned by third parties. You are
- responsible for the content you choose to communicate and access using
- the Software. In particular, you are responsible for ensuring that you
- do not submit material that is (i) copyrighted, protected by trade
- secret or otherwise subject to third party proprietary rights,
- including privacy and publicity rights, unless you are the owner of
- such rights or have permission from their rightful owner (ii) a
- falsehood or misrepresentation (iii) offensive, unlawful, harmful to
- minors, obscene, defamatory, libellous, threatening, pornographic,
- harassing, hateful, racially or ethnically offensive, or that
- encourages conduct that would be considered a criminal offense, gives
- rise to civil liability, violates any law, or is otherwise
- objectionable; (iv) an advertisement or solicitation of business; or
- (v) impersonating another person. Skype reserves the right (but shall
- have no obligation) to review content for the purpose of enforcing
- these Terms. Skype may in its sole discretion block, prevent delivery
- of or otherwise remove the content of communications as part of its
- effort to protect the Software, Products or its customers, or otherwise
- enforce these Terms. Further, Skype may in its sole discretion remove
- such content and/or terminate these Terms and your User Account if you
- use any content that is in breach of these Terms.
-
- 5.8 Notice and Take-Down If Skype receives any notification that any
- material that you post, upload, edit, host, share and/or publish on the
- Skype Website or through the Software (excluding your private
- communications) (“User Submission”) is inappropriate, infringes any
- rights of any third party, or if Skype wishes to remove your User
- Submission for any reason whatsoever, Skype reserves the right to
- automatically remove such User Submission for any reason immediately or
- within such other timescales as may be decided from time to time by
- Skype in its sole discretion. The User Submission shall be taken down
- without any admission as to liability and without prejudice to any
- rights, remedies or defenses, all of which are expressly reserved. You
- acknowledge and agree that Skype is under no obligation to put back
- such User Submission at any time. If User Submissions infringe, or if
- you believe that User Submissions infringe any of your rights
- (including intellectual property rights) or are unlawful, please
- contact us immediately by following our notice and takedown procedure.
- Click here to view the Notice and Takedown Procedure. Skype reserves
- the right to ask for verification of your identity and to seek further
- information to verify your complaint. You agree that you are solely
- responsible for the consequences resulting from your complaint
- (including but not limited to removal or blocking of the User
- Submission) and you acknowledge and agree that any complaint may be
- used in court proceedings. Any false, misleading or inaccurate
- information provided by you may result in civil and criminal liability.
-
- 5.9 Quality: Skype cannot guarantee that the Software, Products or
- Skype Websites will always function without disruptions, delay or
- errors. A number of factors may impact the quality of your
- communications and use of the Software, Products (depending on the
- Products used) or Skype Websites, and may result in the failure of your
- communications including but not limited to: your local network,
- firewall, your internet service provider, the public internet, the
- public switched telephone network and your power supply. Skype takes no
- responsibility for any disruption, interruption or delay caused by any
- failure of or inadequacy in any of these items or any other items over
- which we have no control.
-
- 5.10 Changes to Products: Skype is constantly improving the Software
- and Products and may also need to change technical features from time
- to time in order to comply with applicable regulations. Accordingly,
- you acknowledge and agree that the Products and functionality of the
- Software may vary from time to time. Technical requirements for use of
- Products and Software and feature descriptions are available on the
- Skype Website. If you do not agree with any changes to Software and
- Products you may terminate your relationship with Skype in accordance
- with paragraph 11. You may need to upgrade to a new version in order to
- enjoy the benefit of certain Products. In addition, you acknowledge and
- agree that certain Products may be subject to usage limits or
- geographical restrictions, which may vary from time to time. Please
- check the Skype Website for details of the most up-to-date usage
- restrictions that apply to the Products that you are using.
-
- 5.11 Unsolicited Ideas Skype does not consider or accept unsolicited
- proposals or ideas, including without limitation ideas for new
- products, technologies, promotions, product names, product feedback and
- product improvements (“Unsolicited Feedback”). If you send any
- Unsolicited Feedback to Skype through the Skype Website or otherwise,
- you acknowledge and agree that Skype shall not be under any obligation
- of confidentiality with respect to the Unsolicited Feedback.
-
- 5.12 Reports Certain parts of the Skype Websites or the Software may
- ask for written suggestions or problem reports such as using our
- contact form or problem report form (“Reports”). Please read carefully
- any specific terms, which govern those Reports. The Reports shall be
- deemed the property of Skype. Skype shall exclusively own all now known
- or hereafter existing rights to the Reports throughout the universe in
- perpetuity and shall be entitled to use the Reports for any purpose
- whatsoever, commercial or otherwise, without compensation to the
- provider of the Reports. Any Reports you send to Skype will not be
- treated as confidential and Skype shall not be liable for any
- disclosure of the Reports.
-
- 5.13 Linking You may link to the Skype Website from another website
- owned by you, provided you do so in a way that is fair and legal and
- does not damage our reputation or take advantage of it. You must not
- establish a link in such a way as to suggest any form of association,
- approval or endorsement by Skype where none exists. You may not frame
- the Site on any other site. Skype provides a Qik branded embeddable
- flash player feature which you may incorporate into your own personal,
- non-commercial website for use in accessing the materials on the Qik
- branded Skype Website. Skype may revoke the permission to link to the
- Skype Websites at any time at its sole discretion and will notify you
- in this respect.
-
-6. YOUR OBLIGATIONS
-
- 6.1 User Account. Prior to your first use of the Skype Software and
- your first use of the Qik Software, you will be asked to create a User
- Account and choose a user ID and password. We recommend that you choose
- a password that is hard to guess and consists of letters, numbers and
- symbols. You may only use the Software through your User Account. You
- are solely responsible and liable for all activities conducted through
- your User Account. To prevent unauthorised use, you shall keep your
- password confidential and shall not share it with any third party or
- use it to access third party websites or services. If you suspect that
- someone else knows your password, then you shall immediately change it
- in order to protect the security of your User Account. It is your
- responsibility to ensure that you do not respond to any unsolicited
- requests for credit card details, passwords or other data. Skype takes
- no responsibility for your failure to comply with the obligations in
- this paragraph 6.1.
-
- 6.2 Lawful Use: You must use the Software, Products and Skype Websites
- in accordance with the laws of where you are located. In some countries
- there are restrictions on the download and use of the Software,
- Products and/or Skype Websites. It is your responsibility to ensure
- that you are legally allowed to use the Software, Products and/or Skype
- Websites where you are located.
-
- 6.3 Prohibited Use: You may not:
-
- (a) intercept or monitor, damage or modify any communication which is
- not intended for you;
-
- (b) use any type of spider, virus, worm, trojan-horse, time bomb or any
- other codes or instructions that are designed to distort, delete,
- damage, emulate or disassemble the Software, Products, Skype Websites,
- communication or protocols;
-
- (c) send unsolicited communications (also referred to as “SPAM”, “SPIM”
- or “SPIT”) or any communication not permitted by applicable law or use
- the Software, Products or Skype Websites for the purposes of phishing
- or pharming or impersonating or misrepresenting affiliation with
- another person or entity;
-
- (d) expose any third party to material which is offensive, harmful to
- minors, indecent or otherwise objectionable in any way;
-
- (e) use the Software, Products or Skype Websites to cause or intend to
- cause embarrassment or distress to, or to threaten, harass or invade
- the privacy of, any third party; or
-
- (f) use (including as part of your User ID and/or profile picture) any
- material or content that is subject to any third party proprietary
- rights, unless you have a licence or permission from the owner of such
- rights; or
-
- (g) collect or harvest any personally identifiable information,
- including account names, from the Software, Products or Skype Websites;
-
- (h) impact or attempt to impact the availability of the Software,
- Products or Skype Websites for example, with a denial of service (DOS)
- or distributed denial of service (DDoS) attack;
-
- (i) use or launch any automated system, including without limitation,
- robots, spiders or offline readers that access the Software, Products
- or Skype Websites. Notwithstanding the foregoing, you agree that Skype
- grants to the operators of public search engines permission to use
- spiders to copy materials from the Skype Website for the sole purpose
- of creating publicly available searchable indices of the materials, but
- not caches or archives of such materials. Skype reserves the right to
- revoke these exceptions at any time.
-
- 6.4 User Submissions Please exercise respect when participating in any
- features of the Skype Websites or Software such as Forums, Blogs, email
- functions, video hosting, sharing and/or publishing or any other
- function on the Skype Websites or of the Skype Software which allows
- you to post, upload, edit, host, share and/or publish content. You
- acknowledge and agree that: (i) by using the Skype Websites and/or
- Software you may be exposed to content that you may find offensive or
- indecent and you do so at your own risk; (ii) you are solely
- responsible for, and Skype has no responsibility to you or any third
- party for any User Submissions that you create, submit, post or publish
- on the Skype Websites or through the Software; (iii) Skype does not
- guarantee any confidentiality with respect to User Submissions, whether
- or not they are published (iv) Skype is not responsible for any User
- Submissions that you may have access to through your use of the Skype
- Websites or Software and all User Submissions are the responsibility of
- the person from whom such User Submissions originated. Skype does not
- endorse any User Submissions or any opinion, recommendation, or advice
- expressed therein, and expressly disclaims any and all liability in
- connection with User Submissions.
-
- In connection with your User Submissions, you represent and warrant
- that you
-
- (i) own or have the necessary licenses, rights, consents, and
- permissions to use and authorise Skype to use all copyrights, trade
- marks, trade secrets, patents and other intellectual property or
- proprietary rights in and to any and all User Submissions in accordance
- with these Terms; and
-
- (ii) you have the written consent, release and /or permission of each
- and every identifiable individual person in the User Submission to use
- the name and/or likeness of each and every such individual in the User
- Submission, to enable inclusion and use thereof in the manner
- contemplated by these Terms. You shall not copy, post or use text,
- photos, pictures, music, sounds, images or any other content from any
- third party or source (“Third Party Content”) without specific
- permission from the owner. Such Third Party Content may be protected by
- intellectual property laws and the owners of the intellectual property
- rights in such content may object to its use. You must not use any
- Third Party Content without first obtaining the permission of the owner
- of the intellectual property rights in such content.
-
- Notwithstanding any rights or obligations governed by the Additional
- Terms (as defined below) if, at any time you choose to upload or post
- User Submissions to the Skype Websites or through the Software
- (excluding Reports and excluding the content of your communications)
- you automatically grant Skype a non-exclusive, worldwide, irrevocable,
- royalty-free, perpetual, sub-licensable and transferable license of all
- rights to use, edit, modify, include, incorporate, adapt, record,
- publicly perform, display, transmit and reproduce the User Submissions
- including, without limitation, all trade marks associated therewith, in
- connection with the Skype Websites and Skype’s Software and Products
- including for the purpose of promoting or redistributing part or all of
- the Skype Websites and/or the Software or Products, in any and all
- media now known or hereafter devised. You also hereby grant each user
- of the Skype Website and/or Skype’s Software or Products a
- non-exclusive license to access your User Submission through the Skype
- Website and/or Software or Products and to use, copy, distribute,
- prepare derivative works of, display, perform and transmit such User
- Submissions solely as permitted through the functionality of the Skype
- Websites and/or Software or Products and pursuant to these Terms of
- Use. In addition, you waive any so-called “moral rights” in and to the
- User Submissions, to the extent permitted by applicable law.
-
- You may not submit or publish through the Skype Website or Software any
- User Submissions that are libelous, defamatory, pornographic,
- harassing, hateful, an invasion of privacy, obscene, abusive, illegal,
- racist, offensive, harmful to a minor or an infringement of any
- intellectual property rights or a trade secret of a third party, or
- would otherwise violate the rights of any third party or give rise to
- civil or criminal liability. Furthermore, you may not submit or publish
- User Submissions that contain falsehoods or misrepresentations, solicit
- funds or services, contain advertising, promotional materials, junk
- mail, spam, chain letters or any form of solicitation, impersonate
- others or include programs that contain viruses or any other programs
- designed to impair the functionality of any computer. You agree not to
- solicit, for commercial purposes, any users of the Skype Website or
- Software with respect to their User Submissions. You agree not to
- circumvent, disable or otherwise interfere with the security related
- features of the Skype Website or Software or features that prevent or
- restrict the use of any content thereof.
-
- 6.5 Your Information: From time to time, Skype may request information
- from you for the purpose of supplying the Software or Products to you.
- You shall ensure that any such information is complete, up-to-date and
- accurate.
-
- 6.6 No Reselling. The Software and Products are for your individual
- use. You shall not resell or commercialise the Software and/or Products
- to any third party.
-
- 6.7 Export Restrictions: The Software may be subject to international
- rules that govern the export of software. You shall comply with all
- applicable international and national laws that apply to the Software
- as well as end-user, end-use, destination restrictions issued by
- national governments or similar bodies, and restrictions on embargoed
- nations. In the US the Internet Communications Software is controlled
- under ECCN 5D992 of the Export Administration Regulations (“EAR”) under
- Encryption Registration Number (“ERN”) R100351 and thus may not be
- exported or re exported from the US to or downloaded by any person in
- any countries controlled for anti terrorism reasons under the EAR,
- which include Iran, North Korea, Cuba, Syria and Sudan. Moreover, the
- Internet Communications Software may not be exported or re exported
- from the US to or downloaded by any person or entity subject to US
- sanctions regardless of location. See
- www.bis.doc.gov/ComplianceAndEnforcement/ListsToCheck.htm and EAR Part
- 736. Skype is making the Software available to you for download only on
- the condition that you certify that you are not such a person or entity
- and that the download is not otherwise in violation of US export
- control and sanctions regulations.
-
-7. PROPRIETARY RIGHTS
-
- 7.1 The Software, Products and Skype Websites contain proprietary and
- confidential information that is protected by intellectual property
- laws and treaties.
-
- 7.2 The content and compilation of content included on the Skype
- Websites, (excluding User Submissions) such as sounds, text, graphics,
- logos, icons, images, audio clips, digital downloads and software, are
- the property of Skype, its affiliates or licensors and are protected by
- United States and international copyright laws. Such copyright
- protected content cannot be reproduced without Skype’s express
- permission. You may download and make personal, non-commercial use of
- User Submissions on www.qik.com that are displayed with a “download” or
- similar link. Skype reserves all rights not expressly granted in the
- Skype Websites.
-
- 7.3 Skype and/or its licensors retain exclusive ownership of the
- Software, Products and Skype Websites and all intellectual property
- therein (whether or not registered and anywhere in the world). You will
- not take any action to jeopardise, limit or interfere with Skype’s
- intellectual property rights in the Software, Products and/or Skype
- Websites.
-
- 7.4 “Skype”, associated trademarks and logos and the “S” logo are
- trademarks of Skype. Skype has registered and filed applications to
- register its trademarks in many countries worldwide. Skype’s trademarks
- and trade dress may not be used in connection with any product or
- service that is not Skype’s, in any manner that is likely to cause
- confusion among customers, or in any manner that disparages or
- discredits Skype. All other trademarks not owned by Skype or any of its
- related companies that appear on this site are the property of their
- respective owners. You are not permitted to and shall not register or
- use any trade name, trademark, logo, domain name or any other name or
- sign that incorporates any of Skype’s intellectual property (in whole
- or part) or that is confusingly similar thereto. Please also see
- Skype’s Trademark Guidelines for further details on use of its marks.
-
-8. CHARGES
-
- 8.1 Calling phones and premium rate numbers with Skype Credit:
-
- (i) Calling landlines and mobiles: The charges payable for calling
- phones (outside of a subscription) consist of a connection fee (charged
- once, per call) and a per-minute rate as set out on
- www.skype.com/go/allrates. All calls will be disconnected and require a
- re-dial after a 4-hour duration and an additional connection fee will
- be charged on re-dial.
-
- (ii) Premium rate numbers: The charges payable for calling premium rate
- numbers consist of a per-minute rate available at
- www.skype.com/go/rates-premium. No connection fee is payable.
-
- (iii) Skype may change the rates for calling phones and premium rate
- numbers at any time without notice to you by posting such change at
- www.skype.com/go/allrates. The new rate will apply to your next
- purchase after the new rates have been published. Please check the
- latest rates before you make your call. If you do not accept the new
- rates, do not make your call.
-
- (iv) The duration of a call shall be based on one-minute increments.
- Fractions of minutes will be rounded up to the next minute. The
- connection fee, where applicable, will be charged at the beginning of
- the call. At the end of a call, fractional cent charges will be rounded
- up to the nearest whole cent, for example a total call price of €0.034
- will be rounded up to €0.04. During the call, charges incurred will be
- deducted automatically from the Skype Credit balance in your User
- Account.
-
- 8.2 Charges for other Paid For Products: The charges for other Paid For
- Products will be confirmed to you before you complete a purchase from
- Skype. Skype may change the charges payable for the purchase of such
- Products at any time without any notice to you. You can choose whether
- or not to accept the new charges prior to completing your next purchase
- of the applicable Product. The new charges will apply to your next
- purchase after the new charges have been published.
-
- 8.3 Promotional Offers: From time to time, Skype may offer Paid-For
- Products for free for a trial period. Skype reserves the right to
- charge you for such Products (at the normal rate) in the event that
- Skype determines (in its reasonable discretion) that you are abusing
- the terms of the offer, including if you are using any service, proxy
- or other devices or anonymous IP address that prevents us from locating
- you.
-
- 8.4 Tax: Skype may collect VAT or other indirect taxes at the
- appropriate rate (as per applicable tax rules) at the time of purchase
- of Skype Credit. 15% Luxembourg VAT generally applies if you are
- located in the EU and the Products are purchased and used in the EU. 8%
- Swiss VAT applies if you are located in Switzerland. Other local taxes
- may apply in certain countries. When you purchase a voucher or pre-paid
- card, depending on the country, 15% Luxembourg VAT, local VAT or other
- taxes may apply and may be deducted from the value of the voucher or
- prepaid card upon redemption. You explicitly waive any right to VAT
- reimbursement from Skype if the amount of VAT ultimately payable by the
- latter to the tax authorities would for any reason be lower than the
- amount of VAT collected from you at the time of purchase. Your Skype
- Credit balance is displayed exclusive of any such taxes. The
- territories in the EU set out below are outside the scope of EU VAT
- under Council Directive 2006/112/EC on the common system of VAT, as
- amended. The Skype Website does not enable users in such territories to
- take advantage of this VAT exemption and we therefore do not provide
- the Products in such territories: Mount Athos, Canary Islands, French
- Overseas Departments, Aland Islands, Channel Islands, Heligoland
- Island, Büsingen / Buesingen Territory, Ceuta, Melilla, Livigno,
- Campione d'Italia and Italian Waters of Lake Lugano.
-
- 8.5 Third-Party Charges: Using the Software on mobile applications will
- use some of the data allowance available on the data package to which
- you have subscribed with your mobile network operator. Out-of-country
- usage may lead to significantly higher costs than regular usage, and
- you are solely responsible for keeping yourself informed and paying for
- possible roaming and other applicable charges levied by your mobile
- network operator.
-
-9. PAYMENT
-
- 9.1 Skype Credit. You can pay for select Paid-For Products using Skype
- Credit. You can purchase Skype Credit using any payment method made
- available to you by Skype from time to time. The Skype Credit that you
- purchase will be credited to your User Account at the time of purchase
- (or if you are using a Skype Credit voucher, at the time you redeem
- that voucher).
-
- 9.2 Inactive Skype Credit. If you do not use your Skype Credit for a
- period of 180 days, (including Skype Credit that has been allocated to
- you by a Skype Manager administrator) Skype will place your Skype
- Credit on inactive status. You can reactivate the Skype Credit by
- following the reactivation link in My Account at
- https://secure.skype.com/account/credit-reactivate. Reactivated Skype
- Credit is not refundable. If you are located in Japan and you buy Skype
- Credit from the Skype Website, this paragraph does not apply to you and
- your Skype Credit shall expire 6 months from the date of purchase. You
- are not permitted to use any Skype Credit on or after the date of its
- expiry.
-
- 9.3 Other payment methods. Skype does not guarantee that you will be
- able to use your Skype Credit balance to purchase all Products. Where
- Skype Credit cannot be used to pay for a Product, Skype will make
- another payment method available to you. Skype reserves the right to
- remove or amend the available payment methods at its sole discretion.
-
- 9.4 Recurring Payments. Where you purchase Products on a subscription
- basis (monthly, every 3 months or annually (as applicable)), you
- acknowledge and agree that this is a recurring payment and payments
- shall be made to Skype by the method you have chosen at the recurring
- intervals chosen by you, until the subscription for that Product is
- terminated by you or by Skype.
-
- 9.5 Auto-Recharge.
-
- (a) The Auto-Recharge feature will be automatically enabled when you
- buy Skype Credit, unless you untick the appropriate box. Your Skype
- Credit balance will be recharged with the same amount and by the same
- payment method chosen when you first sign up for Auto-Recharge, unless
- you subsequently change the amount by accessing your User Account. For
- example, if you purchase 10 Euros of Skype Credit with your credit
- card, the recharge amount charged to your credit card will also be 10
- Euros of Skype Credit. In future the same amount will be charged to
- your credit card every time your Skype account balance goes below the
- threshold set by Skype from time to time. If you do not want to enable
- Auto-Recharge, please untick the box.
-
- (b) If you purchased a subscription with a payment method other than
- credit card, PayPal or Moneybookers (Skrill), and you have enabled
- Auto-Recharge, your Skype Credit balance will be recharged with the
- amount necessary to purchase your next recurring subscription.
-
- (c) You can disable Auto-Recharge at any time by accessing your User
- Account.
-
-10. REFUND POLICY
-
- 10.1 When you purchase Paid-For-Products directly from Skype you will
- be entitled to a cancellation period of fifteen (15) days (a
- “Cooling-Off Period”) unless you have made use of the Paid-For-Products
- in any way, in which case the Cooling-Off Period will be extinguished
- and your purchase cannot be cancelled or refunded.
-
- 10.2 Outside of the Cooling-Off Period, only subscriptions are
- refundable unless used or expired.
-
- 10.3 Expenditure of Skype Credit, allocation of a Skype Number, or use
- of any aspect of a subscription amounts to “use” of a Paid-For-Product.
- You hereby expressly agree that Skype Numbers may be allocated before
- the end of the Cooling-Off Period.
-
- 10.4 The Cooling-Off Period and refunds do not apply to
- Paid-For-Products that are (i) purchased via a third party partner of
- Skype (please contact the partner directly, who may decide in its sole
- discretion whether or not to pay a refund), (ii) not directly acquired
- online from Skype (e.g. vouchers or pre-paid cards) (iii) paid for in
- cash using third party payment methods (such as a cash payment wallet)
- and (iv) paid for and allocated to your Skype Account by a Skype
- Manager administrator. They also do not apply to Membership of Skype
- Developer.
-
- 10.5 If you believe that Skype has charged you in error, you must
- contact Skype within 90 days of such charge. No refunds will be given
- for any charges more than 90 days old.
-
- 10.6 Skype reserves the right to refuse a refund request if it
- reasonably believes (i) that you are trying to unfairly exploit this
- refund policy, for example, by making repetitive refund requests in
- respect of the same Product; (ii) if you are in breach of these Terms
- or (iii) if Skype reasonably suspects that you are using our Products
- or Software fraudulently or that your User Account is being used by a
- third party fraudulently.
-
- 10.7 This refund policy does not affect your statutory rights.
-
-11. ENDING YOUR RELATIONSHIP WITH SKYPE
-
- 11.1 You may terminate your relationship with Skype at any time and
- without recourse to the courts by requesting closure of your User
- Account, ceasing to use the Software, Products and/or Skype Websites
- and cancelling any recurring payments.
-
- 11.2 Skype may terminate its relationship with you, or may terminate or
- suspend your use of the Software, User Account(s), Products or Skype
- Websites at any time and without recourse to the courts:
-
- (a) if you are in breach of these Terms;
-
- (b) if Skype reasonably suspects that you are using the Software, the
- Products and/or Skype Websites to break the law or infringe third party
- rights;
-
- (c) if Skype reasonably suspects that you are trying to unfairly
- exploit or misuse the refund policy, or any of our policies.
-
- (d) if Skype reasonably suspects that you are using our Products,
- Software and/or Skype Websites fraudulently or that your User Account
- is being used by a third party fraudulently;
-
- (e) if you have purchased Skype Credit from an unauthorised reseller;
-
- (f) in respect of a particular Product, on thirty (30) days notice if
- Skype decides to cease offering that Product;
-
- (g) immediately, if required due to a change in laws/regulation by a
- regulator or authority with a lawful mandate, or by any of Skype’s
- partners;
-
- (h) on thirty (30) days notice if Skype decides to cease offering the
- Software to users in your jurisdiction generally.
-
- 11.3 Skype shall effect such termination by preventing your access to
- your User Account, the Software, Products and/or Skype Websites (as
- applicable). We reserve the right to cancel User Accounts that have
- been inactive for more than one (1) year.
-
- 11.4 Consequences of Termination: Upon termination of your relationship
- with Skype: (a) all licenses and rights to use the Software, Products
- and/or Skype Websites shall immediately terminate; (b) you will
- immediately cease any and all use of the Software, Products and/or
- Skype Websites; and (c) you will immediately remove the Software from
- all hard drives, networks and other storage media and destroy all
- copies of the Software in your possession or under your control.
-
-12. EXCLUSION OF WARRANTIES, LIMITATION OF LIABILITY AND INDEMNITY
-
- 12.1 For the purposes of this paragraph 12, "Skype" includes its
- subsidiary companies and affiliated legal entities and all their
- directors, officers, agents, licensors and employees.
-
- 12.2 No Warranties: TO THE MAXIMUM EXTENT PERMITTED BY LAW: THE
- SOFTWARE, PRODUCTS AND SKYPE WEBSITES ARE PROVIDED “AS IS” AND USED AT
- YOUR SOLE RISK WITH NO WARRANTIES WHATSOEVER; SKYPE DOES NOT MAKE ANY
- WARRANTIES, CLAIMS OR REPRESENTATIONS AND EXPRESSLY DISCLAIMS ALL SUCH
- WARRANTIES OF ANY KIND, WHETHER EXPRESS, IMPLIED OR STATUTORY, WITH
- RESPECT TO THE SOFTWARE, PRODUCTS AND/OR SKYPE WEBSITES INCLUDING,
- WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF QUALITY, PERFORMANCE,
- NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR USE FOR A PARTICULAR
- PURPOSE. SKYPE FURTHER DOES NOT REPRESENT OR WARRANT THAT THE SOFTWARE,
- PRODUCTS AND/OR SKYPE WEBSITES WILL ALWAYS BE AVAILABLE, ACCESSIBLE,
- UNINTERRUPTED, TIMELY, SECURE, ACCURATE, COMPLETE AND ERROR-FREE OR
- WILL OPERATE WITHOUT PACKET LOSS, NOR DOES SKYPE WARRANT ANY CONNECTION
- TO OR TRANSMISSION FROM THE INTERNET, OR ANY QUALITY OF CALLS MADE
- THROUGH THE SOFTWARE.
-
- 12.3 Nothing in these Terms shall exclude or restrict Skype's liability
- for (a) death or personal injury, (b) loss resulting from Skype's
- wilful default or gross negligence, (c) fraud or deliberate
- misrepresentation, or (d) any liability which cannot be limited or
- excluded by applicable law.
-
- 12.4 No Liability: YOU ACKNOWLEDGE AND AGREE THAT SKYPE WILL HAVE NO
- LIABILITY WHATSOEVER, WHETHER IN CONTRACT, TORT (INCLUDING NEGLIGENCE)
- OR ANY OTHER THEORY OF LIABILITY, AND WHETHER OR NOT THE POSSIBILITY OF
- SUCH DAMAGES OR LOSSES HAS BEEN NOTIFIED TO SKYPE, IN CONNECTION WITH
- OR ARISING FROM YOUR USE OF SKYPE WEBSITES, OR THE INTERNET
- COMMUNICATIONS SOFTWARE OR OTHER SOFTWARE THAT IS PROVIDED FREE OF
- CHARGE. YOUR ONLY RIGHT OR REMEDY WITH RESPECT TO ANY PROBLEMS OR
- DISSATISFACTION WITH SUCH SOFTWARE AND/OR SKYPE WEBSITES IS TO
- IMMEDIATELY DEINSTALL SUCH SOFTWARE AND CEASE USE OF SUCH SOFTWARE
- AND/OR SKYPE WEBSITES.
-
- 12.5 Limitation of Liability: Subject to paragraphs 12.3 and 12.4
- above, Skype shall not be liable to you, whether in contract, tort
- (including negligence) or any other theory of liability, and whether or
- not the possibility of such damages or losses has been notified to
- Skype, for:
-
- (a) any indirect, special, incidental or consequential damages; or
-
- (b) any loss of income, business, actual or anticipated profits,
- opportunity, goodwill or reputation (whether direct or indirect); or
-
- (c) any damage to or corruption of data (whether direct or indirect);
-
- (d) any claim, damage or loss (whether direct or indirect ) arising
- from or relating to:
-
- (i) your inability to use the Software to contact Emergency Services;
-
- (ii) your failure to make additional arrangements to access Emergency
- Services in accordance with paragraph 5.5 above;
-
- (iii)the service limitations set out in paragraph 5.6;
-
- (iv)your failure to provide accurate physical location information to
- an Emergency Services operative; or
-
- (v)conduct of third party Emergency Services operatives and calling
- centres to which you may be connected.
-
- (e) any claim, damage or loss (whether direct or indirect) arising from
- or relating to:
-
- (i) any product or service provided by a third party under their own
- terms of service, including without limitation, Skype WiFi;
-
- (ii) any Third Party Technology;
-
- (iii) any third party website.
-
- 12.6 Subject to paragraphs 12.3 - 12.5 above, Skype’s total liability
- to you under or in connection with these Terms (whether in contract,
- tort (including negligence) or any other theory of liability)) SHALL
- NOT EXCEED IN AGGREGATE THE AMOUNT PAID BY YOU FOR THE PRODUCTS IN THE
- 12 MONTH PERIOD IMMEDIATELY PRIOR TO THE DATE OF THE EVENT GIVING RISE
- TO THE RELEVANT CLAIM, SUBJECT TO A MAXIMUM OF FIVE THOUSAND EUROS IN
- ALL CASES.
-
- 12.7 If any third party brings a claim against Skype in connection
- with, or arising out of (i) your breach of these Terms; (ii) your
- breach of any applicable law of regulation; (iii) your infringement or
- violation of the rights of any third parties (including intellectual
- property rights); (iv) your User Submissions or (v) your complaint in
- relation to any User Submission, you will indemnify and hold Skype
- harmless from and against all damages, liability, loss, costs and
- expenses (including reasonable legal fees and costs) related to such
- claim.
-
-13. THIRD-PARTY WEBSITES, PRODUCTS AND SERVICES
-
- 13.1 Third parties may offer products or services via the Software
- and/or Skype Websites, including games, applications, images, ring
- tones, or avatars. Whilst Skype takes no responsibility for such
- products or services, if you encounter any problems with payment for or
- download, use of installation of such products or services, Skype will
- use commercially reasonable endeavours to assist or resolve the
- problems. The third party products or services may be subject to the
- third party provider’s own terms and privacy policy that you may have
- to accept upon download or installation. You should review such terms
- before making any purchase or using any third party product or service
- and Skype shall not be responsible for your failure to do so.
-
- 13.2 You acknowledge and agree that any third-party product information
- and pricing that is shown on the Skype Websites regarding third-party
- products and services is given to Skype by the applicable third-party
- merchant (“Merchant”). The Merchant has the ability to change its
- pricing or terminate its product availability at anytime. Skype is not
- involved in any transactions between you and any Merchant whose
- products and/or services are listed on the Skype Websites. Skype does
- not control, is not responsible for and does not guarantee: (i) the
- pricing, quality, performance, availability or terms and conditions of
- purchase of products or services provided by the Merchant; (ii) any
- payment transactions, delivery, returns or after sales activities
- related to the products or services purchased on the Merchants’
- websites; (iii) the availability of the Merchant’s websites; (iv) the
- completeness, truth or accuracy of any advertising or other materials
- on, or available from, the Merchants’ websites, nor any listing or
- other content about such products and services displayed on the Skype
- Websites; (v) links to the Merchants’ websites that are featured on the
- Skype Websites. Any questions, complaints, or claims related to any
- product or service provided by a Merchant should be directed to the
- applicable Merchant.
-
- 13.3 The Software and Skype Websites may include hyperlinks to other
- third party websites. Skype is not responsible for such third party
- websites or the availability of such websites and does not endorse any
- content or material on such third party websites. Your use of each of
- these third party websites is subject to the terms and conditions
- posted on the applicable website.
-
-14. ADDITIONAL TERMS
-
- 14.1 The Skype Etiquette provides guidelines on how to use Skype and
- how to treat the other members of Skype’s community properly and
- respectfully. Please read these guidelines carefully which form part of
- the Terms.
-
- 14.2 If you want to use the Internet Communications Software in
- connection with any Broadcast, you must comply with the Broadcast TOS
- at http://www.skype.com/legal/broadcast
-
- 14.3 Software Development Kits and APIs. Software development kits
- provided through Skype Developer on the Skype Website (including
- “SkypeKit”) and the use of any application program interface (“API”)
- exposed or made available by Skype are subject to their own licensing
- terms in which case such licensing terms will govern your use of that
- software. If you use any such software development kit or API (as
- applicable) you agree that you have read and will comply with the
- applicable licensing terms, which are available on
- http://developer.skype.com/.
-
- 14.4 Qik Free and Open Source Software Notice is incorporated herein by
- reference.
-
-15. YOUR CONFIDENTIAL INFORMATION AND YOUR PRIVACY
-
- Skype is committed to respecting your privacy and the confidentiality
- of your personal information. We will process your personal
- information, the traffic data and the content of your communication(s)
- in accordance with our Privacy Policy: http://www.skype.com/go/privacy.
-
-16. FOR GOVERNMENT USERS ONLY
-
- The Software and Documentation are “commercial computer software” and
- “commercial computer software documentation,” respectively, as such
- terms are used in United States Federal Acquisition Regulations
- paragraph 12.212. Any use, duplication or disclosure of the Software or
- the Documentation by or on behalf of the U.S. Government is subject to
- restrictions as set forth in this Agreement.
-
-17. HOW TO CONTACT SKYPE
-
- 17.1 To contact Skype in relation to the Skype Software or “Skype”
- branded Products, please submit a support request to support.skype.com.
-
- 17.2 To contact Skype in relation to the Qik Software or “Qik” branded
- Products, please submit a support request to support.qik.com.
-
- 17.3 If you contact Skype by any means other than as set out in
- paragraphs 17.1 or 17.2, your request may not be acknowledged.
-
-18. MISCELLANEOUS
-
- 18.1 You agree to the use of electronic communication in order to enter
- into contracts, place orders, and create other records and to the
- electronic delivery of notices, policies and changes thereto and
- records of transactions with Skype.
-
- 18.2 For your convenience, Skype may provide you with a translation of
- the English language version of these Terms. In the event of any
- inconsistency between a non-English version of these Terms and the
- English version, the English version shall govern your relationship
- with Skype.
-
- 18.3 These Terms constitute the entire agreement between you and Skype
- with respect to your use of the Software, Products and/or Skype
- Websites and replace any prior agreements between you and Skype with
- respect to the Software, Products and/or Skype Websites.
-
- 18.4 If any provision of these Terms (or part of it), is found by any
- court or administrative body of competent jurisdiction or an arbitrator
- to be illegal, invalid or unenforceable, then such provision (or part
- of it) shall be removed from the Terms without affecting the legality,
- validity or enforceability of the remainder of the Terms. Paragraph
- 20.3(i) says what happens if parts of paragraph 20.3 (arbitration and
- class action waiver) are found to be illegal, invalid or unenforceable.
- Paragraph 20.3(i) prevails over this paragraph if inconsistent with it.
-
- 18.5 The failure by Skype to exercise, or delay in exercising, a legal
- right or remedy provided by these Terms or by law shall not constitute
- a waiver of Skype’s right or remedy. If Skype waives a breach of these
- Terms, this shall not operate as a waiver of a subsequent breach of the
- Terms.
-
- 18.6 You may not assign these Terms or any rights or obligations
- contained in them. Skype may, without prior notice, assign these Terms
- or any rights or obligations contained in them to any third party.
-
- 18.7 This paragraph 18, along with paragraphs, 4.2, 12, 20.3 and any
- other provisions, which are expressed or clearly intended to survive or
- operate in the event of termination, shall survive termination of the
- Terms.
-
- 18.8 You acknowledge and agree that if Skype is unable to provide the
- Software, Products and/or Skype Websites as a result of a force majeure
- event, Skype will not be in breach of any of its obligations towards
- you under these Terms. A force majeure event means any event beyond the
- control of Skype.
-
- 18.9 These Terms other than paragraph 20.3 shall be governed by and
- interpreted in accordance with the laws of Luxembourg and shall be
- subject to the jurisdiction of the courts of the district of
- Luxembourg. Paragraph 20.3 is governed by the United States Federal
- Arbitration Act.
-
- 18.10 AVC/H.264 NOTICE: If the Software is used to make video calls (i)
- between a personal computer and a device that is not a personal
- computer or (ii) between devices that are not personal computers, the
- AVC/H.264 codec may be used to facilitate video functionality in which
- case the following notice applies: THE AVC VIDEO FUNCTIONALITY IN THIS
- PRODUCT IS LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR THE
- PERSONAL AND NON-COMMERCIAL USE OF A CONSUMER TO (i) ENCODE VIDEO IN
- COMPLIANCE WITH THE AVC STANDARD (“AVC VIDEO”) AND/OR (ii) DECODE AVC
- VIDEO THAT WAS ENCODED BY A CONSUMER ENGAGED IN A PERSONAL AND
- NON-COMMERCIAL ACTIVITY AND/OR WAS OBTAINED FROM A VIDEO PROVIDER
- LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED OR SHALL BE
- IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE OBTAINED FROM
- MPEG LA, L.L.C. SEE www.mpegla.com.
-
-19. PRODUCT SPECIFIC TERMS
-
- 19.1 Skype Numbers (previously known as “Online Numbers”) and Skype To
- Go numbers
-
- (a) Availability and use. Where we provide you with a Skype Number or
- Skype To Go number, you agree that:
-
- (i) you do not own the number or have a right to retain that number
- forever;
-
- (ii) the number provided to you is subject to applicable numbering
- rules and regulatory practices;
-
- (iii) you will comply on an ongoing basis with any specific number
- allocation requirements that we make you aware of, or any reasonable
- instructions that Skype or Skype’s partners may give to you with regard
- to the use of the numbers and the Products;
-
- (iv) you will not transfer or attempt to transfer your number to any
- third party. In particular, you are responsible for compliance with any
- requirements related to residency and or location; and
-
- (v) you will supply accurate, complete and up-to-date information to us
- where we request it and inform us where such information changes. Skype
- reserves the right to change the terms related to Skype Numbers and/or
- Skype To Go numbers, including without limitation to impose or amend
- any residency requirements and/or require the provision of further user
- information for continued access to such numbers. In certain countries,
- a number may be made available to you by a Skype partner rather than
- Skype, and you may need to enter into a separate agreement with such
- partner.
-
- (b) Other changes to numbers. If Skype needs to withdraw or change the
- number that has been made available to you, Skype will use commercially
- reasonable endeavours to notify you by e-mail, stating the effective
- date of the change and where possible, your new number. If you do not
- wish to accept this new number, you are entitled to terminate your
- number.
-
- 19.2 User Account on Skype Manager
-
- (a) You are not permitted to belong to more than one Skype Manager at
- the same time.
-
- (b) Any Skype Number purchased before 21 July 2009 and allocated to you
- by a Skype Manager administrator shall be taken back by the
- administrator of the Skype Manager, if you leave the Skype Manager
- account for any reason. The right to use the number and the
- cancellation of such right rest with the Skype Manager administrator at
- his/her sole discretion and not you.
-
- (c) Personal and traffic data – Members. As a member of a Skype Manager
- account you acknowledge and agree that the administrator of the Skype
- Manager may, if you agree, view detailed information about the activity
- on your User Account including the time, date, duration and destination
- number of calls and SMS made and details of your purchases and
- downloads. You can withdraw your agreement at any time by changing the
- settings on your User Account. If you provide personal data including
- your name and job title to be included on the Skype Manager directory,
- you acknowledge that other members of that Skype Manager may view such
- data.
-
- 19.3 Subscriptions
-
- (a) Fair Usage Policy. At Skype, we want all of our customers to get
- the best calling plans, known as ‘subscriptions’, at the lowest
- possible price. This Fair Usage Policy ("FUP") is designed to prevent
- fraud and abuse of our subscriptions by a small number of users.
-
- Subject to this FUP, Skype’s unlimited subscriptions allow unlimited
- calls to landlines in the applicable subscription countries (excluding
- special, premium, service and non-geographic numbers). Unlimited calls
- to mobiles may also be included where stated at the time of purchase.
- All calls will be disconnected and require a re-dial after a 2-hour
- duration.
-
- Skype’s subscriptions are for individual use only (personal or business
- communications) in accordance with our Terms of Use and this FUP
- (“Legitimate Use”). The following is a non-exhaustive list of practices
- that would not be considered Legitimate Use:
-
- (i) Using subscriptions for telemarketing or call centre operations;
-
- (ii) Re-selling subscription minutes;
-
- (iii) Sharing subscriptions between users whether via a PBX, call
- centre, computer or any other means;
-
- (iv) Calling numbers (whether singly, sequentially or automatically) to
- generate income for yourself or others as a result of merely placing
- the call, other than for your individual business communications (and
- subject to paragraph 4.1 of the Terms of Use); and
-
- (v) Unusual calling patterns inconsistent with normal, individual
- subscription use, for example, regular calls of short duration or calls
- to multiple numbers in a short period of time.
-
- Other practices may be relevant in determining Legitimate Use and Skype
- reserves the right to take any unlawful, prohibited, abnormal or
- unusual activity into account in making its determination. Skype may at
- its option, terminate its relationship with you, or may suspend your
- subscription immediately if it determines you are using your
- subscription contrary to this FUP or Skype’s Terms of Use. Where
- reasonable, Skype will provide you with notice of improper usage before
- suspension or termination of your subscription and, if appropriate,
- Skype may offer you an alternative subscription.
-
- (b) Skype reserves the right to withdraw or change the subscriptions at
- any time. If Skype changes the Products included in your subscription,
- Skype will notify you by email stating the changes and their effective
- date. If you do not wish to accept these changes, you are entitled to
- terminate your subscription, with effect from the date on which the
- changes are due to take effect.
-
- (c) The “Unlimited World Extra” subscription has a minimum fixed term
- of 2 years from the date of purchase. You are not permitted to
- terminate it before the expiry of the 2-year minimum term except in
- case of breach by Skype of the Terms. This subscription is billed
- monthly as a recurring payment.
-
- 19.4 Skype WiFi
-
- Skype WiFi is provided by one of Skype’s WiFi partners. Your use of
- Skype WiFi is subject to that partner’s terms of service. Before you
- start a Skype WiFi session at a specific WiFi hotspot, you will be
- notified of the identity of the WiFi provider and their terms of
- service. You will have to read their terms of service, which you agree
- to be subject to by proceeding with the Skype WiFi session. You can pay
- for Skype WiFi using your Skype Credit balance, and your use of Skype
- Credit is subject to these Terms of Service.
-
- 19.5 SMS
-
- Each SMS message has a limit of 160 characters. If you type a longer
- message it will be broken down into several SMS messages and you will
- be charged for each message sent. If you send SMS messages to more than
- one person you will be charged for each SMS sent to each recipient. If
- Skype cannot (for whatever reason) send your SMS, Skype will continue
- to try and send the message for up to 24 hours after which time the SMS
- charge will be refunded to your Skype Credit balance automatically if
- delivery is unsuccessful.
-
- 19.6 Group Video Calling
-
- (a) A fair usage policy applies at www.skype.com/go/terms.gvc.fairusage
- and is incorporated herein by reference. Skype reserves the right to
- change the fair usage policy at any time. Changes shall become
- effective when published on the Skype Website. Your continued use of a
- Skype Premium Subscription after publication on the Skype Website shall
- constitute your acceptance to be bound by the terms and conditions of
- the revised fair usage policy.
-
- (b) Number of Participants. The number of permitted participants on a
- group video call varies from 3 to a maximum of 10, subject to system
- requirements. You can find more details at
- www.skype.com/go/skypepremium.
-
- (c) Audio Conversion. If a Skype Premium Subscription or Day Pass
- expires during a group video call, or it has exceeded the fair usage
- limit, or the owner of the Skype Premium Subscription leaves the call
- (and there is no other participant on the call who owns a Skype Premium
- Subscription), then the call will convert from video to audio.
-
- (d) Software Versions. If a participant of a group video call is not on
- a version of Internet Communications Software that supports group video
- calls, then the call will be an audio call only for that participant.
- For details of the system requirements for group video calling, please
- see www.skype.com/go/skypepremium.requirements.
-
- (e) Live chat. Live chat customer support is available as part of the
- Skype Premium Subscription. This support is available 24 hours a day,
- every day, and only in English.
-
- 19.7 Qik Premium Fair Usage Policy
-
- Qik Premium is subject to a fair usage policy of 15GB of video storage
- per user per month and each video can be no more than 90 minutes in
- duration. Once these limits have been reached you cannot upload any new
- videos in that month or continue recording beyond the 90-minute mark.
-
- Skype reserves the right to change the fair usage policy at any time.
- Changes shall become effective when published on the Skype Website.
- Your continued use of Qik Premium after publication on the Skype
- Website shall constitute your acceptance to be bound by the terms and
- conditions of the revised fair usage policy.
-
- 19.8 Skype Video Messaging (“Video Messaging”)
-
- If you are not a Skype Premium subscriber, the number of Video Messages
- you can send are limited and will be subject to an expiry date.
-
- Fair Use Policy: This FUP is designed to prevent fraud and abuse of
- Video Messaging. Video Messaging is for personal, individual and
- non-commercial use only, and to be in accordance with these Terms at
- all times (“Legitimate Use”). Skype reserves the right to take any
- unlawful, prohibited, abnormal or unusual activity into account in
- making its determination as to whether your activity does not
- constitute Legitimate Use. Skype may in its option, terminate its
- relationship with you, or suspend your account immediately if it
- determines you are using Video Messaging contrary to this FUP or these
- Terms.
-
-20. PAY BY MOBILE
-
- 20.1 This section applies if you select a third-party payment system
- that enables you to pay for Skype Credit and certain Paid for Products
- via your mobile phone bill where applicable (“Pay by Mobile”).
-
- 20.2 By selecting or using Pay by Mobile:
-
- (a) You authorise your mobile phone carrier to charge appropriate fees
- directly to your mobile phone bill; and
-
- (b) You represent that you are the person or entity responsible for the
- mobile phone account associated with the mobile number you provide when
- using Pay by Mobile, or are authorised by that person or entity to
- incur such charges.
-
- 20.3 BINDING ARBITRATION AND CLASS ACTION WAIVER FOR UNITED STATES
- ACCOUNTS. If you select Pay by Mobile and your mobile phone account is
- registered with a mobile phone carrier in the USA or you reside in the
- USA, the following additional terms apply:
-
- (a) Paragraph 20.3 applies to any dispute arising between you and
- either Skype or any third party including mobile phone carriers and
- Skype’s corporate affiliates (collectively, “Disputed Party” or
- “Disputed Parties”) relating to your use of Pay by Mobile, EXCEPT IT
- DOES NOT INCLUDE A DISPUTE RELATING TO THE ENFORCEMENT OR VALIDITY OF
- YOUR, SKYPE’S, OR EITHER OF OUR LICENSORS’ INTELLECTUAL PROPERTY
- RIGHTS. Dispute, for purposes of paragraph 20.3, means any dispute,
- action, or other controversy whether in contract, warranty, tort,
- statute, regulation, ordinance, or any other legal or equitable basis.
- Dispute will be given the broadest possible meaning allowable under
- law.
-
- (b) In the event of a dispute, you must provide Skype or other Disputed
- Party with a Notice of Dispute, which is a written statement of the
- name, address and contact information of the party giving it, the facts
- giving rise to the dispute, and the relief requested. You must send any
- Notice of Dispute to Skype or its corporate affiliate at ATTN: Legal
- Department, Microsoft Corporation One Microsoft Way Redmond, WA
- 98052-7329. and to any other Disputed Party at its principal place of
- business in the USA, marked ATTN: Legal Department. The Disputed Party
- will send any Notice of Dispute to your address if it has it, or
- otherwise to your e-mail address on file. You and the Disputed Party
- will attempt to resolve any dispute through informal negotiation within
- 60 days from the date the Notice of Dispute is sent, after which you or
- the Disputed Party may commence arbitration.
-
- (c) You may also litigate any dispute in a small claims court in your
- county of residence, if the dispute meets all requirements to be heard
- in the small claims court. You may litigate in a small claims court
- whether or not you negotiated informally first.
-
- (d) Binding Arbitration. If you and a Disputed Party do not resolve any
- dispute by informal negotiation or in small claims court, any other
- effort to resolve the dispute will be conducted exclusively by binding
- arbitration governed by the United States Federal Arbitration Act
- (“FAA”). You are giving up the right to litigate (or participate in as
- a party or class member) all disputes in court before a judge or jury.
- Instead, all disputes will be resolved before a neutral arbitrator,
- whose decision will be final except for a limited right of appeal under
- the FAA. Any court with jurisdiction over the parties may enforce the
- arbitrator’s award.
-
- (e) Class Action Waiver. Any proceedings to resolve or litigate any
- dispute in any forum will be conducted solely on an individual basis.
- Neither you nor a Disputed Party will seek to have any dispute heard as
- a class action, private attorney general action, or in any other
- proceeding in which either party acts or proposes to act in a
- representative capacity. No arbitration or proceeding will be combined
- with another without the prior written consent of all parties to all
- affected arbitrations or proceedings.
-
- (f) Any arbitration will be conducted by the American Arbitration
- Association (the “AAA”) under its Commercial Arbitration Rules. If you
- are an individual and use the Software or Products for personal or
- household use, or if the value of the dispute is $75,000 USD or less
- whether or not you are an individual or how you use them, its
- Supplementary Procedures for Consumer-Related Disputes will also apply.
- For more information, see adr.org or call +1-800-778-7879. In a dispute
- involving $75,000 USD or less, Skype will promptly reimburse your
- filing fees and pay the AAA’s and arbitrator’s fees. You and Skype
- agree to the terms governing procedures, fees and incentives at
- go.microsoft.com/fwlink/?linkid=275219. To commence arbitration,
- submit the form available at go.microsoft.com/fwlink/?linkid=275627 to
- the AAA. You agree to commence arbitration only in your county of
- residence, in Santa Clara County, California, or another Disputed
- Party’s principal place of business in the USA. Skype and other
- Disputed Parties agree to commence arbitration only in your county of
- residence.
-
- (g) To the extent permitted by law, any claim or dispute relating to
- your use of Pay by Mobile must be filed within one year in small claims
- court (paragraph 20.3(c)) or in arbitration (paragraph 20.3(d)). The
- one-year period begins when the claim or dispute first could be filed.
- If such a claim or dispute is not filed within one year, it is
- permanently barred.
-
- (h) Rejecting Future Arbitration Changes. You may reject any change
- Skype makes to paragraph 20.3 (other than address changes) by sending
- us notice within 30 days of the change by U.S. Mail to the address in
- paragraph 20.3(b). If you do, the most recent version of paragraph 20.3
- before the change you rejected will apply.
-
- (i) If the class action waiver in paragraph 20.3(e) is found to be
- illegal, invalid or unenforceable as to all or some parts of a dispute,
- then paragraph 20.3 will not apply to those parts. Instead, those parts
- will be severed and proceed in a court of law, with the remaining parts
- proceeding in arbitration. If any other provision of paragraph 20.3 is
- found to be illegal, invalid or unenforceable, that provision will be
- severed with the remainder of paragraph 20.3 remaining in full force
- and effect.
-
- YOU EXPRESSLY ACKNOWLEDGE THAT YOU HAVE READ THESE TERMS AND UNDERSTAND
- THE RIGHTS, OBLIGATIONS, TERMS AND CONDITIONS SET FORTH HEREIN. BY
- CLICKING ON THE ACCEPT BUTTON AND/OR CONTINUING TO INSTALL THE SOFTWARE
- OR USE THE SOFTWARE, PRODUCTS AND/OR SKYPE WEBSITES, YOU EXPRESSLY
- CONSENT TO BE BOUND BY ITS TERMS AND CONDITIONS AND GRANT TO SKYPE THE
- RIGHTS SET FORTH HEREIN.
-
-© Skype – Last updated: April 2013
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Sleepycat b/sdk_container/src/third_party/portage-stable/licenses/Sleepycat
deleted file mode 100644
index 9d98e0f0ebd..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Sleepycat
+++ /dev/null
@@ -1,89 +0,0 @@
-Copyright (c)
- . All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-3. Redistributions in any form must be accompanied by information on
- how to obtain complete source code for the software and any
- accompanying software that uses the software. The source
- code must either be included in the distribution or be available for
- no more than the cost of distribution plus a nominal fee, and must
- be freely redistributable under reasonable conditions. For an
- executable file, complete source code means the source code for all
- modules it contains. It does not include source code for modules or
- files that typically accompany the major components of the operating
- system on which the executable file runs.
-
-THIS SOFTWARE IS PROVIDED BY ``AS IS'' AND ANY EXPRESS
-OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
-NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL
-BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
-THE POSSIBILITY OF SUCH DAMAGE.
-
-
-[Copyright (c) 1990, 1993, 1994, 1995
- The Regents of the University of California. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-3. Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.]
-
-
-[Copyright (c) 1995, 1996
- The President and Fellows of Harvard University. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-3. Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY HARVARD AND ITS CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL HARVARD OR ITS CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.]
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Snd b/sdk_container/src/third_party/portage-stable/licenses/Snd
deleted file mode 100644
index 4f8d629ba6d..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Snd
+++ /dev/null
@@ -1,24 +0,0 @@
-Snd is a sound editor written by Bill Schottstaedt (bil@ccrma.stanford.edu).
-Except where otherwise noted, it is Copyright 1996-2006 The Board of Trustees
-of Stanford University.
-
-
-
-The authors hereby grant permission to use, copy, modify, distribute,
-and license this software and its documentation for any purpose. No
-written agreement, license, or royalty fee is required. Modifications
-to this software may be copyrighted by their authors and need not
-follow the licensing terms described here.
-
-IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
-FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
-ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
-DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
-
-THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
-INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE
-IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
-NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
-MODIFICATIONS.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Snes9x b/sdk_container/src/third_party/portage-stable/licenses/Snes9x
deleted file mode 100644
index 12b9fa4a2ff..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Snes9x
+++ /dev/null
@@ -1,28 +0,0 @@
-Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
-
-
-
-
-Snes9x homepage: http://www.snes9x.com/
-
-Permission to use, copy, modify and/or distribute Snes9x in both binary
-and source form, for non-commercial purposes, is hereby granted without
-fee, providing that this license information and copyright notice appear
-with all copies and any derived work.
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event shall the authors be held liable for any damages
-arising from the use of this software or it's derivatives.
-
-Snes9x is freeware for PERSONAL USE only. Commercial users should
-seek permission of the copyright holders first. Commercial use includes,
-but is not limited to, charging money for Snes9x or software derived from
-Snes9x, including Snes9x or derivatives in commercial game bundles, and/or
-using Snes9x as a promotion for your commercial product.
-
-The copyright holders request that bug fixes and improvements to the code
-should be forwarded to them so everyone can benefit from the modifications
-in future versions.
-
-Super NES and Super Nintendo Entertainment System are trademarks of
-Nintendo Co., Limited and its subsidiary companies.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Soltys b/sdk_container/src/third_party/portage-stable/licenses/Soltys
deleted file mode 100644
index 213bede8bb1..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Soltys
+++ /dev/null
@@ -1,27 +0,0 @@
-Soltys, PC DOS version English v1.0
------------------------------------
-(C) Laboratorium Komputerowe Avalon 1995-2011
----------------------------------------------
-
- 1) You may distribute this game for free on any medium, provided this license
-and all associated copyright notices and disclaimers are left intact.
-
- 2) You may charge a reasonable copying fee for this archive, and may distribute
-it in aggregate as part of a larger & possibly commercial software distribution
-(such as a Linux distribution or magazine coverdisk). You must provide proper
-attribution and ensure this license and all associated copyright notices, and
-disclaimers are left intact.
-
- 3) You may not charge a fee for the game itself. This includes reselling the
-game as an individual item.
-
- 4) You may modify the game as you wish. You may also distribute modified
-versions under the terms set forth in this license, but with the additional
-requirement that the work is marked with a prominent notice which states that
-it is a modified version.
-
- 5) All game content is (C) Laboratorium Komputerowe Avalon.
-
- 6) THE GAMEDATA IN THIS ARCHIVE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING AND NOT LIMITED TO ANY IMPLIED WARRANTIES OF
-MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/SpeedTouch-USB-Firmware b/sdk_container/src/third_party/portage-stable/licenses/SpeedTouch-USB-Firmware
deleted file mode 100644
index 52be1e39094..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/SpeedTouch-USB-Firmware
+++ /dev/null
@@ -1,89 +0,0 @@
-THIS SOFTWARE LICENSE AGREEMENT (THIS "AGREEMENT") IS A LEGALLY BINDING
-AGREEMENT BETWEEN THE DEVELOPER OF THE SOFTWARE (THE "DEVELOPER") AND THOMSON
-MULTIMEDIA BROADBAND BELGIUM N.V. ("THOMSON"). BY USING OR INSTALLING THE
-SOFTWARE (AS UPDATED BY THOMSON FROM TIME TO TIME, THE "SOFTWARE") THE DEVELOPER
-IS ACCEPTING TO BE BOUND BY ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT.
-
-1. Grant of License. The Software and all accompanying documentation, including
-but not limited to the Interface Specification (the "Documentation) are licensed
-to the Developer under the terms and conditions set forth in this Agreement.
-Subject to such terms and conditions, Thomson hereby grants to the Developer a
-non-exclusive, nontransferable right to use the Software and the Documentation
-solely in combination with Thomson's line of SpeedTouch USB ADSL modem products;
-which are rightfully acquired and/or used by the Developer (Licensee).
-
-2. Limitations on Use. The Developer will not modify or translate the Software
-or the Documentation without the prior written consent of Thomson. The Developer
-will not reverse engineer, decompile, disassemble or otherwise attempt to
-recreate the source code of the Software. The Developer will not separate from
-the Software any of the component parts of the Software.
-
-3. Limitations on Duplication. The Developer will not make any copies of the
-Software or the Documentation; provided, however, that the Developer may make
-one complete copy of the Software or the Documentation solely for backup
-purposes if such copy of the Software or Documentation contains the notation
-"Copyright Thomson". The Developer will not print any on-line or electronic
-documentation other than solely for developing, servicing, operating or training
-purposes.
-
-4. Limitations on Transfer. The Developer will not sell, rent, lease or
-otherwise transfer any or all of the Software, the Documentation or any copies
-thereof, without the prior written consent of Thomson. The Developer will not
-sublicense, assign, delegate, rent, lease or otherwise transfer any or all of
-its rights under this Agreement.
-
-5. Ownership and Copyright. The Developer has not acquired, by virtue of this
-Agreement, any right of ownership in or to the Software, the Documentation or
-any related patent, copyright, trademark or other intellectual property right.
-By virtue of this Agreement, the Developer has acquired a right of ownership
-solely in and to the physical media on which the Software and the Documentation
-are recorded or fixed. Thomson, its licensors and their respective licensors
-retain all right, title and interest in and to the Software, the Documentation
-and any and all copies thereof, except for the rights expressly granted to the
-Developer pursuant to this Agreement and as may be granted by Thomson from time
-to time. Such right, title and interest of Thomson is, and such right, title and
-interest of Thomson's licensors and their respective licensors may be, protected
-by applicable copyright laws and international treaties.
-
-6. Term and Termination. The term of this Agreement commences upon the first use
-by the Developer of the Software and expires upon the termination of this
-Agreement which shall automatically occur in case the Licensee stops using the
-SpeedTouch USB ADSL modem products. If the Developer fails to comply with any of
-the terms and conditions set forth in this Agreement, then (a) this Agreement
-will automatically terminate, (b) in the event of such termination, the
-Developer will (i) destroy or permanently erase the Software and any and all
-copies thereof and (ii) destroy the Documentation and any and all copies
-thereof, and (c) Thomson may exercise any or all remedies available to it under
-applicable laws. In addition, the Developer may terminate this Agreement at any
-time by (a) destroying or permanently erasing the Software and any and all
-copies thereof and (b) destroying the Documentation and any and all copies
-thereof.
-
-7. NO WARRANTIES. THE SOFTWARE IS MADE AVAILABLE TO THE DEVELOPER ON AN "AS IS"
-BASIS WITHOUT ANY EXPRESS, IMPLIED OR STATUTORY WARRANTIES WHATSOEVER, INCLUDING
-WITHOUT LIMITATION ANY IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A
-PARTICULAR PURPOSE. Some jurisdictions may not permit the exclusion of implied
-warranties; so the above exclusion may not apply to the Developer. The Developer
-may have other rights that vary from jurisdiction to jurisdiction. Thomson may
-from time to time, in its sole discretion, make available to the Developer, with
-or without charge, updates to the Software or the Documentation. No such action
-will create any warranty obligation on the part of Thomson.
-
-8. LIMITATION OF REMEDIES. IN NO EVENT WILL THOMSON, ITS LICENSORS OR THEIR
-RESPECTIVE LICENSORS BE LIABLE FOR ANY DAMAGES OR OTHER RELIEF WHATSOEVER
-ARISING OUT OF DEVELOPER'S USE OR INABILITY TO USE THE SOFTWARE OR THE
-DOCUMENTATION, INCLUDING WITHOUT LIMITATION LOST PROFITS, LOST BUSINESS OR LOST
-OPPORTUNITY OR ANY SPECIAL, INCIDENTAL OR CONSEQUENTIAL OR EXEMPLARY DAMAGES OR
-LEGAL FEES ARISING OUT OF SUCH USE OR INABILITY TO USE THE SOFTWARE, EVEN IF
-THOMSON, ITS LICENSORS OR THEIR RESPECTIVE LICENSORS HAVE BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES. Some jurisdictions may not permit the exclusion or
-limitation of incidental or consequential damages; so the above exclusion or
-limitation may not apply to the Developer.
-
-9. Governing Law. This Agreement will be governed by and construed in accordance
-with the laws of Belgium, without giving effect to the conflicts of laws
-principles thereof.
-
-10. Other Terms. Additional or different terms and conditions may be applicable
-to the Developer if so agreed in writing by the vendor of the Software, Thomson,
-its licensors and/or their respective licensors.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Spotify b/sdk_container/src/third_party/portage-stable/licenses/Spotify
deleted file mode 100644
index 02c713a6043..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Spotify
+++ /dev/null
@@ -1,4 +0,0 @@
-Spotify has an end-user license agreement governing their service and software
-that they change from time to time. Please refer to their website for details.
-It is not clear that redistribution of their software is permissible.
-https://www.spotify.com/us/legal/end-user-agreement/
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Stanford b/sdk_container/src/third_party/portage-stable/licenses/Stanford
deleted file mode 100644
index 022450c8ba7..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Stanford
+++ /dev/null
@@ -1,44 +0,0 @@
-1. STANFORD grants to LICENSEE a nonexclusive and nontransferable license
-to use, copy and modify the computer software ``mrouted'' (hereinafter
-called the ``Program''), upon the terms and conditions hereinafter set
-out and until Licensee discontinues use of the Licensed Program.
-
-2. LICENSEE acknowledges that the Program is a research tool still in
-the development state, that it is being supplied ``as is,'' without any
-accompanying services from STANFORD, and that this license is entered
-into in order to encourage scientific collaboration aimed at further
-development and application of the Program.
-
-3. LICENSEE may copy the Program and may sublicense others to use object
-code copies of the Program or any derivative version of the Program.
-All copies must contain all copyright and other proprietary notices found
-in the Program as provided by STANFORD. Title to copyright to the
-Program remains with STANFORD.
-
-4. LICENSEE may create derivative versions of the Program. LICENSEE
-hereby grants STANFORD a royalty-free license to use, copy, modify,
-distribute and sublicense any such derivative works. At the time
-LICENSEE provides a copy of a derivative version of the Program to a
-third party, LICENSEE shall provide STANFORD with one copy of the source
-code of the derivative version at no charge to STANFORD.
-
-5. STANFORD MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.
-By way of example, but not limitation, STANFORD MAKES NO REPRESENTATION
-OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR
-THAT THE USE OF THE LICENSED PROGRAM WILL NOT INFRINGE ANY PATENTS,
-COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. STANFORD shall not be held liable
-for any liability nor for any direct, indirect or consequential damages
-with respect to any claim by LICENSEE or any third party on account of or
-arising from this Agreement or use of the Program.
-
-6. This agreement shall be construed, interpreted and applied in
-accordance with the State of California and any legal action arising
-out of this Agreement or use of the Program shall be filed in a court
-in the State of California.
-
-7. Nothing in this Agreement shall be construed as conferring rights to
-use in advertising, publicity or otherwise any trademark or the name
-of ``Stanford''.
-
-The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
-Leland Stanford Junior University.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Steam b/sdk_container/src/third_party/portage-stable/licenses/Steam
deleted file mode 100644
index 105967a7952..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Steam
+++ /dev/null
@@ -1,897 +0,0 @@
- STEAM® SUBSCRIBER AGREEMENT
-
- Table of contents:
-
- 1. Registration as a subscriber; application of terms to you; your
- account
- 2. Licences
- 3. Billing, payment and other subscriptions
- 4. Online conduct, cheating and illegal behavior
- 5. Third party content
- 6. User generated content
- 7. Disclaimers; limitation of liability; no guarantees; limited
- warranty
- 8. Amendments to this agreement
- 9. Term and termination
- 10. Applicable law/jurisdiction
- 11. Dispute resolution/binding arbitration/class action waiver
- 12. Miscellaneous
-
- This Steam Subscriber Agreement ("Agreement") is a legal document that
- explains your rights and obligations as a subscriber of Steam from Valve
- Corporation (“Valve”). Please read it carefully.
-
- SECTION 11 CONTAINS A BINDING ARBITRATION AGREEMENT AND CLASS ACTION
- WAIVER. IT MAY AFFECT YOUR LEGAL RIGHTS. PLEASE READ IT. IF YOU ARE A
- CUSTOMER WITH RESIDENCE IN THE EUROPEAN UNION, SECTION 11 DOES NOT APPLY
- TO YOU.
-
- 1. REGISTRATION AS A SUBSCRIBER; APPLICATION OF TERMS TO YOU; YOUR ACCOUNT
-
- Steam is an online service offered by Valve.
-
- You become a subscriber of Steam ("Subscriber") by completing the
- registration of a Steam user account. This Agreement takes effect as soon
- as you indicate your acceptance of these terms. You may not become a
- subscriber if you are under the age of 13. Steam is not intended for
- children under 13 and Valve will not knowingly collect personal
- information from children under the age of 13.
-
- A. Contracting Party
-
- For any interaction with Steam your contractual relationship is with
- Valve. Except as otherwise indicated at the time of the transaction (such
- as in the case of purchases from another Subscriber in a Subscription
- Marketplace), any transactions for Subscriptions (as defined below) you
- make on Steam are being made from Valve.
-
- B. Subscriptions; Content and Services
-
- As a Subscriber you may obtain access to certain services, software and
- content available to Subscribers. The Steam client software and any other
- software, content, and updates you download or access via Steam, including
- but not limited to Valve or third-party video games and in-game content,
- and any virtual items you trade, sell or purchase in a Steam Subscription
- Marketplace are referred to in this Agreement as “Content and Services”;
- the rights to access and/or use any Contents and Services accessible
- through Steam are referred to in this Agreement as "Subscriptions."
-
- Each Subscription allows you to access particular Content and Services.
- Some Subscriptions may impose additional terms specific to that
- Subscription ("Subscription Terms") (for example, an end user license
- agreement specific to a particular game, or terms of use specific to a
- particular product or feature of Steam). Also, additional terms (for
- example, payment and billing procedures) may be posted on
- http://www.steampowered.com or within the Steam service ("Rules of
- Use"). Rules of Use include the Steam Online Conduct Rules
- http://steampowered.com/index.php?area=online_conduct and the Steam
- Refund Policy http://store.steampowered.com/steam_refunds. The
- Subscription Terms, the Rules of Use, the Valve video policy (see Section
- 2.D below) and the Valve Privacy Policy (which can be found at
- http://www.valvesoftware.com/privacy.htm) are binding on you once you
- indicate your acceptance of them or of this Agreement, or otherwise become
- bound by them as described in Section 8 (Amendments to this Agreement).
-
- C. Your Account
-
- When you complete Steam’s registration process, you create a Steam account
- ("Account"). Your Account may also include billing information you provide
- to Valve for the purchase of Subscriptions, Content and Services and any
- physical merchandise offered for purchase through Steam (“Hardware”). You
- may not reveal, share or otherwise allow others to use your password or
- Account except as otherwise specifically authorized by Valve. You are
- responsible for the confidentiality of your login and password and for the
- security of your computer system. Valve is not responsible for the use of
- your password and Account or for all of the communication and activity on
- Steam that results from use of your login name and password by you, by any
- person to whom you may have intentionally or by negligence disclosed your
- login and/or password in violation of this confidentiality provision.
- Unless it results from Valve’s negligence or fault, Valve is not
- responsible for the use of your Account by a person who fraudulently used
- your login and password without your permission. If you believe that the
- confidentiality of your login and/or password may have been compromised,
- you must notify Valve via the support form
- (https://support.steampowered.com/newticket.php) without any delay.
-
- Your Account, including any information pertaining to it (e.g.: contact
- information, billing information, Account history and Subscriptions,
- etc.), is strictly personal. You may therefore not sell or charge others
- for the right to use your Account, or otherwise transfer your Account, nor
- may you sell, charge others for the right to use, or transfer any
- Subscriptions other than if and as expressly permitted by this Agreement
- (including any Subscription Terms or Rules of Use) or as otherwise
- specifically permitted by Valve.
-
- D. Payment Processing
-
- Payment processing related to Content and Services and/or physical goods
- purchased on Steam is performed by either Valve Corporation directly or by
- Valve’s fully owned subsidiary Valve GmbH on behalf of Valve Corporation
- depending on the type of payment method used. If your card was issued
- outside the United States, your payment may be processed via a European
- acquirer by Valve GmbH on behalf of Valve Corporation. For any other type
- of purchases, payment will be collected by Valve Corporation directly. In
- any case, delivery of Content and Services as well as physical goods is
- performed by Valve Corporation.
-
- 2. LICENSES
-
- A. General Content and Services License
-
- Steam and your Subscription(s) require the automatic download and
- installation of Content and Services onto your computer. Valve hereby
- grants, and you accept, a non-exclusive license and right, to use the
- Content and Services for your personal, non-commercial use (except where
- commercial use is expressly allowed herein or in the applicable
- Subscription Terms). This license ends upon termination of (a) this
- Agreement or (b) a Subscription that includes the license. The Content and
- Services are licensed, not sold. Your license confers no title or
- ownership in the Content and Services. To make use of the Content and
- Services, you must have a Steam Account and you may be required to be
- running the Steam client and maintaining a connection to the Internet.
-
- For reasons that include, without limitation, system security, stability,
- and multiplayer interoperability, Steam may need to automatically update,
- pre-load, create new versions of or otherwise enhance the Content and
- Services and accordingly, the system requirements to use the Content and
- Services may change over time. You consent to such automatic updating. You
- understand that this Agreement (including applicable Subscription Terms)
- does not entitle you to future updates, new versions or other enhancements
- of the Content and Services associated with a particular Subscription,
- although Valve may choose to provide such updates, etc. in its sole
- discretion.
-
- B. Beta Software License
-
- Valve may from time to time make software accessible to you via Steam
- prior to the general commercial release of such software ("Beta
- Software"). You are not required to use Beta Software, but if Valve offers
- it, you may elect to use it under the following terms. Beta Software will
- be deemed to consist of Content and Services, and each item of Beta
- Software provided will be deemed a Subscription for such Beta Software,
- with the following provisions specific to Beta Software:
-
- • Your right to use the Beta Software may be limited in time, and may be
- subject to additional Subscription Terms;
- • Valve or any Valve affiliate may request or require that you provide
- suggestions, feedback, or data regarding your use of the Beta
- Software, which will be deemed User Generated Content under Section 6
- (User Generated Content) below; and
- • In addition to the waivers and limitations of liability for all
- Software under Section 7 (Disclaimers; Limitations on Liability; No
- Guarantees; Limited Warranty) below as applicable, you specifically
- acknowledge that Beta Software is only released for testing and
- improvement purposes, in particular to provide Valve with feedback on
- the quality and usability of said Beta Software, and therefore
- contains errors, is not final and may create incompatibilities or
- damage to your computer, data, and/or software. If you decide to
- install and/or use Beta Software, you shall only use it in compliance
- with its purposes, i.e. for testing and improvement purposes and in
- any case not on a system or for purposes where the malfunction of the
- Beta Software can cause any kind of damage. In particular, maintain
- full backups of any system that you choose to install Beta Software
- on.
-
- C. License to Use Valve Developer Tools
-
- Your Subscription(s) may include access to various Valve tools that can be
- used to create content ("Developer Tools"). Some examples include: the
- Valve software development kit (the "SDK") for a version of the computer
- game engine known as "Source" (the "Source Engine") and the associated
- Valve Hammer editor, The Source® Filmmaker Software, or in-game tools
- through which you can edit or create derivative works of a Valve game.
- Particular Developer Tools (for example, The Source® Filmmaker Software)
- may be distributed with separate Subscription Terms that are different
- from the rules set forth in this Section. Otherwise, you may use the
- Developer Tools, and you may use, reproduce, publish, perform, display and
- distribute any content you create using the Developer Tools, however you
- wish, but solely on a non-commercial basis.
-
- If you would like to use the Source Engine SDK or other Valve Developer
- Tools for commercial use, please contact Valve at
- sourceengine@valvesoftware.com.
-
- D. License to Use Valve Game Content in Fan Art.
-
- Valve appreciates the community of Subscribers that creates fan art, fan
- fiction, and audio-visual works that reference Valve games ("Fan Art").
- You may incorporate content from Valve games into your Fan Art. Except as
- otherwise set forth in this Section or in any Subscription Terms, you may
- use, reproduce, publish, perform, display and distribute Fan Art that
- incorporates content from Valve games however you wish, but solely on a
- non-commercial basis.
-
- If you incorporate any third-party content in any Fan Art, you must be
- sure to obtain all necessary rights from the owner of that content.
-
- Commercial use of some Valve game content is permitted via features such
- as Steam Workshop or a Steam Subscription Marketplace. Terms applicable to
- that use are set forth in Section 3.D. and 6.B. below and in any
- Subscription Terms provided for those features.
-
- To view the Valve video policy containing additional terms covering the
- use of audio-visual works incorporating Valve intellectual property or
- created with The Source® Filmmaker Software, please click here:
- http://www.valvesoftware.com/videopolicy.html
-
- E. License to Use Valve Dedicated Server Software
-
- Your Subscription(s) may contain access to the Valve Dedicated Server
- Software. If so, you may use the Valve Dedicated Server Software on an
- unlimited number of computers for the purpose of hosting online
- multiplayer games of Valve products. If you wish to operate the Valve
- Dedicated Server Software, you will be solely responsible for procuring
- any Internet access, bandwidth, or hardware for such activities and will
- bear all costs associated therewith.
-
- F. Ownership of Content and Services
-
- All title, ownership rights and intellectual property rights in and to the
- Content and Services and any and all copies thereof, are owned by Valve
- and/or its or its affiliates’ licensors. All rights are reserved, except
- as expressly stated herein. The Content and Services is protected by
- copyright laws, international copyright treaties and conventions and other
- laws. The Content and Services contains certain licensed materials and
- Valve’s and its affiliates’ licensors may protect their rights in the
- event of any violation of this Agreement.
-
- G. Restrictions on Use of Content and Services
-
- You may not use the Content and Services for any purpose other than the
- permitted access to Steam and your Subscriptions, and to make personal,
- non-commercial use of your Subscriptions, except as otherwise permitted by
- this Agreement or applicable Subscription Terms. Except as otherwise
- permitted under this Agreement (including any Subscription Terms or Rules
- of Use), or under applicable law notwithstanding these restrictions, you
- may not, in whole or in part, copy, photocopy, reproduce, publish,
- distribute, translate, reverse engineer, derive source code from, modify,
- disassemble, decompile, create derivative works based on, or remove any
- proprietary notices or labels from the Content and Services or any
- software accessed via Steam without the prior consent, in writing, of
- Valve.
-
- You are entitled to use the Content and Services for your own personal
- use, but you are not entitled to: (i) sell, grant a security interest in
- or transfer reproductions of the Content and Services to other parties in
- any way, nor to rent, lease or license the Content and Services to others
- without the prior written consent of Valve, except to the extent expressly
- permitted elsewhere in this Agreement (including any Subscription Terms or
- Rules of Use); (ii) host or provide matchmaking services for the Content
- and Services or emulate or redirect the communication protocols used by
- Valve in any network feature of the Content and Services, through protocol
- emulation, tunneling, modifying or adding components to the Content and
- Services, use of a utility program or any other techniques now known or
- hereafter developed, for any purpose including, but not limited to network
- play over the Internet, network play utilizing commercial or
- non-commercial gaming networks or as part of content aggregation networks,
- websites or services, without the prior written consent of Valve; or (iii)
- exploit the Content and Services or any of its parts for any commercial
- purpose, except as expressly permitted elsewhere in this Agreement
- (including any Subscription Terms or Rules of Use).
-
- 3. BILLING, PAYMENT AND OTHER SUBSCRIPTIONS
-
- All charges incurred on Steam, and all purchases made with the Steam
- Wallet, are payable in advance and final, except as described in Section 7
- below and in the Steam Refund Policy
- http://store.steampowered.com/steam_refunds.
-
- A. Payment Authorization
-
- When you provide payment information to Valve or to one of its payment
- processors, you represent to Valve that you are the authorized user of the
- card, PIN, key or account associated with that payment, and you authorize
- Valve to charge your credit card or to process your payment with the
- chosen third-party payment processor for any Subscription, Steam Wallet
- funds, Hardware or other fees incurred by you. Valve may require you to
- provide your address or other information in order to meet their
- obligations under applicable tax law.
-
- For Subscriptions purchased based on an agreed usage period, where
- recurring payments are made in exchange for continued use (“Recurring
- Payment Subscriptions”), by continuing to use the Recurring Payment
- Subscription you agree and reaffirm that Valve is authorized to charge
- your credit card (or your Steam Wallet, if funded), or to process your
- payment with any other applicable third-party payment processor, for any
- applicable recurring payment amounts. If you have purchased any Recurring
- Payment Subscriptions, you agree to notify Valve promptly of any changes
- to your credit card account number, its expiration date and/or your
- billing address, or your PayPal or other payment account number, and you
- agree to notify Valve promptly if your credit card or PayPal or other
- payment account expires or is cancelled for any reason.
-
- If your use of Steam is subject to any type of use or sales tax, then
- Valve may also charge you for those taxes, in addition to the Subscription
- or other fees published in the Rules of Use. The European Union VAT
- (“VAT”) tax amounts collected by Valve reflect VAT due on the value of any
- Content and Services, Hardware or Subscription.
-
- You agree that you will not use IP proxying or other methods to disguise
- the place of your residence, whether to circumvent geographical
- restrictions on game content, to purchase at pricing not applicable to
- your geography, or for any other purpose. If you do this, Valve may
- terminate your access to your Account.
-
- B. Responsibility for Charges Associated With Your Account
-
- As the Account holder, you are responsible for all charges incurred,
- including applicable taxes, and all purchases made by you or anyone that
- uses your Account, including your family or friends. If you cancel your
- Account, Valve reserves the right to collect fees, surcharges or costs
- incurred before cancellation. Any delinquent or unpaid Accounts must be
- settled before Valve will allow you to register again.
-
- C. Steam Wallet
-
- Steam may make available an account balance associated with your Account
- (the “Steam Wallet”). The Steam Wallet is neither a bank account nor any
- kind of payment instrument. It functions as a prepaid balance to purchase
- Content and Services. You may place funds in your Steam Wallet up to a
- maximum amount determined by Valve, by credit card, prepaid card,
- promotional code, or any other payment method accepted by Steam. Within
- any twenty-four (24) hour period, the total amount stored in your Steam
- Wallet plus the total amount spent out of your Steam Wallet, in the
- aggregate, may not exceed US$2,000 or its equivalent in your applicable
- local currency -- attempted deposits into your Steam Wallet that exceed
- this threshold may not be credited to your Steam Wallet until your
- activity falls below this threshold. Valve may change or impose different
- Steam Wallet balance and usage limits from time to time.
-
- You will be notified by e-mail of any change to the Steam Wallet balance
- and usage limits within sixty (60) days before the entry into force of the
- said change. Your continued use of your Steam Account more than thirty
- (30) days after the entry into force of the changes, will constitute your
- acceptance of the changes. If you don’t agree to the changes, your only
- remedy is to terminate your Steam Account or to cease use of your Steam
- Wallet. Valve shall not have any obligation to refund any credits
- remaining on your Steam Wallet in this case.
-
- You may use Steam Wallet funds to purchase Subscriptions, including by
- making in-game purchases where Steam Wallet transactions are enabled, and
- Hardware. Funds added to the Steam Wallet are non-refundable and
- non-transferable. Steam Wallet funds do not constitute a personal property
- right, have no value outside Steam and can only be used to purchase
- Subscriptions and related content via Steam (including but not limited to
- games and other applications offered through the Steam Store, or in a
- Steam Subscription Marketplace) and Hardware. Steam Wallet funds have no
- cash value and are not exchangeable for cash. Steam Wallet funds that are
- deemed unclaimed property may be turned over to the applicable authority.
-
- D. Trading and Sales of Subscriptions Between Subscribers
-
- Steam may include one or more features or sites that allow Subscribers to
- trade, sell or purchase certain types of Subscriptions (for example,
- license rights to virtual items) with, to or from other Subscribers
- (“Subscription Marketplaces”). An example of a Subscription Marketplace is
- the Steam Community Market. By using or participating in Subscription
- Marketplaces, you authorize Valve, on its own behalf or as an agent or
- licensee of any third-party creator or publisher of the applicable
- Subscriptions in your Account, to transfer those Subscriptions from your
- Account in order to give effect to any trade or sale you make.
-
- Valve may charge a fee for trades or sales in a Subscription Marketplace.
- Any fees will be disclosed to you prior to the completion of the trade or
- sale.
-
- If you complete a trade, sale or purchase in a Subscription Marketplace,
- you acknowledge and agree that you are responsible for taxes, if any,
- which may be due with respect to your transactions, including sales or use
- taxes, and for compliance with applicable tax laws. Proceeds from sales
- you make in a Subscription Marketplace may be considered income to you for
- income tax purposes. You should consult with a tax specialist to determine
- your tax liability in connection with your activities in any Subscription
- Marketplace.
-
- You understand and acknowledge that Valve may decide to cease operation of
- any Subscription Marketplace, change the fees that it charges or change
- the terms or features of the Steam Subscription Marketplace. Valve shall
- have no liability to you because of any inability to trade Subscriptions
- in the Steam Trading Marketplace, including because of discontinuation or
- changes in the terms, features or eligibility requirements of any
- Subscription Marketplace.
-
- You also understand and acknowledge that Subscriptions traded, sold or
- purchased in any Subscription Marketplace are license rights, that you
- have no ownership interest in such Subscriptions, and that Valve does not
- recognize any transfers of Subscriptions (including transfers by operation
- of law) that are made outside of Steam.
-
- E. Retail Purchase
-
- Valve may offer or require a Subscription for purchasers of retail
- packaged product versions or OEM versions of Valve products. The "CD-Key"
- or "Product Key" accompanying such versions is used to activate your
- Subscription.
-
- F. Steam Authorized Resellers
-
- You may purchase a Subscription through an authorized reseller of Valve.
- The "Product Key" accompanying such purchase will be used to activate your
- Subscription. If you purchase a Subscription from an authorized reseller
- of Valve, you agree to direct all questions regarding the Product Key to
- that reseller.
-
- G. Free Subscriptions
-
- In some cases, Valve may offer a free Subscription to certain services,
- software and content. As with all Subscriptions, you are always
- responsible for any Internet service provider, telephone, and other
- connection fees that you may incur when using Steam, even when Valve
- offers a free Subscription.
-
- H. Third Party Sites
-
- Steam may provide links to other third party sites. Some of these sites
- may charge separate fees, which are not included in and are in addition to
- any Subscription or other fees that you may pay to Valve. Steam may also
- provide access to third-party vendors, who provide content, goods and/or
- services on Steam or the Internet. Any separate charges or obligations you
- incur in your dealings with these third parties are your responsibility.
- Valve makes no representations or warranties, either express or implied,
- regarding any third party site. In particular, Valve makes no
- representation or warranty that any service or subscription offered via
- third-party vendors will not change or be suspended or terminated.
-
- 4. ONLINE CONDUCT, CHEATING AND ILLEGAL BEHAVIOR
-
- Your online conduct and interaction with other Subscribers should be
- guided by common sense and basic etiquette. They must notably comply with
- the Steam Online Conduct rules, to be found at
- http://steampowered.com/index.php?area=online_conduct. Depending on
- terms of use imposed by third parties who host particular games or other
- services, additional requirements may also be provided in the Subscription
- Terms applicable to a particular Subscription.
-
- Steam and the Content and Services may include functionality designed to
- identify software or hardware processes or functionality that may give a
- player an unfair competitive advantage when playing multiplayer versions
- of any Content and Services or modifications of Content and Services
- (“Cheats”). You agree that you will not create Cheats or assist third
- parties in any way to create or use Cheats. You agree that you will not
- directly or indirectly disable, circumvent, or otherwise interfere with
- the operation of software designed to prevent or report the use of Cheats.
- You acknowledge and agree that either Valve or any online multiplayer host
- may refuse to allow you to participate in certain online multiplayer games
- if you use Cheats in connection with Steam or the Content and Services.
- Further, you acknowledge and agree that an online multiplayer host may
- report your use of Cheats to Valve, and Valve may communicate your history
- of use of Cheats to other online multiplayer hosts. Valve may terminate
- your Account or a particular Subscription for any conduct or activity that
- is illegal, constitutes a Cheat, or otherwise negatively affects the
- enjoyment of Steam by other Subscribers. You acknowledge that Valve is not
- required to provide you notice before terminating your Subscription(s)
- and/or Account.
-
- You may not use Cheats, automation software (bots), mods, hacks, or any
- other unauthorized third-party software, to modify or automate any
- Subscription Marketplace process.
-
- 5. THIRD PARTY CONTENT
-
- In regard to all Subscriptions, Contents and Services that are not
- authored by Valve, Valve does not screen such third party content
- available on Steam or through other sources. Valve assumes no
- responsibility or liability for such third party content. Some third party
- application software is capable of being used by businesses for business
- purposes - however, you may only acquire such software via Steam for
- private personal use.
-
- 6. USER GENERATED CONTENT
-
- A. General Provisions
-
- Steam provides interfaces and tools for you to be able to generate content
- and make it available to other users and/or to Valve at your sole
- discretion. "User Generated Content" means any content you make available
- to other users through your use of multi-user features of Steam, or to
- Valve or its affiliates through your use of the Content and Services or
- otherwise.
-
- When you upload your content to Steam to make it available to other users
- and/or to Valve, you grant Valve and its affiliates the worldwide,
- non-exclusive, right to use, reproduce, modify, create derivative works
- from, distribute, transmit, transcode, translate, broadcast, and otherwise
- communicate, and publicly display and publicly perform, your User
- Generated Content, and derivative works of your User Generated Content,
- for the purpose of the operation, distribution and promotion of the Steam
- service, Steam games or other Steam offerings. This license is granted to
- Valve as the content is uploaded on Steam for the entire duration of the
- intellectual property rights. It may be terminated if Valve is in breach
- of the license and has not cured such breach within fourteen (14) days
- from receiving notice from you sent to the attention of the Valve Legal
- Department at the applicable Valve address noted on this Privacy
- Policy page. The termination of said license does not affect the rights of
- any sub-licensees pursuant to any sub-license granted by Valve prior to
- termination of the license. Valve is the sole owner of the derivative
- works created by Valve from your Content, and is therefore entitled to
- grant licenses on these derivative works. If you use Valve cloud storage,
- you grant us a license to store your information as part of that service.
- Valve may place limits on the amount of storage you may use.
-
- If you provide Valve with any feedback or suggestions about Steam, the
- Content and Services, or any Valve products or services, Valve is free to
- use the feedback or suggestions however it chooses, without any obligation
- to account to you.
-
- B. Content Uploaded to the Steam Workshop
-
- Some games or applications available on Steam ("Workshop-Enabled Apps")
- allow you to create User Generated Content based on or using the
- Workshop-Enabled App, and to submit that User Generated Content (a
- “Workshop Contribution”) to one or more Steam Workshop web pages. Workshop
- Contributions can be viewed by the Steam community, and for some
- categories of Workshop Contributions users may be able to interact with,
- download or purchase the Workshop Contribution. In some cases, Workshop
- Contributions may be considered for incorporation by Valve or a
- third-party developer into a game or into a Subscription Marketplace.
-
- You understand and agree that Valve is not obligated to use, distribute,
- or continue to distribute copies of any Workshop Contribution and reserves
- the right, but not the obligation, to restrict or remove Workshop
- Contributions for any reason.
-
- Specific Workshop-Enabled Apps or Workshop web pages may contain special
- terms (“App-Specific Terms”) that supplement or change the terms set out
- in this Section. In particular, where Workshop Contributions are
- distributed for a fee, App-Specific Terms will address how revenue may be
- shared. Unless otherwise specified in App-Specific Terms (if any), the
- following general rules apply to Workshop Contributions.
-
- • Workshop Contributions are Subscriptions, and therefore you agree that
- any Subscriber receiving distribution of your Workshop Contribution
- will have the same rights to use your Workshop Contribution (and will
- be subject to the same restrictions) as are set out in this Agreement
- for any other Subscriptions.
- • Notwithstanding the license described in Section 6.A., Valve will only
- have the right to modify or create derivative works from your Workshop
- Contribution in the following cases: (a) Valve may make modifications
- necessary to make your Contribution compatible with Steam and the
- Workshop functionality or user interface, and (b) Valve or the
- applicable developer may make modifications to Workshop Contributions
- that are accepted for in-Application distribution as it deems
- necessary or desirable to enhance gameplay.
- • You may, in your sole discretion, choose to remove a Workshop
- Contribution from the applicable Workshop pages. If you do so, Valve
- will no longer have the right to use, distribute, transmit,
- communicate, publicly display or publicly perform the Workshop
- Contribution, except that (a) Valve may continue to exercise these
- rights for any Workshop Contribution that is accepted for distribution
- in-game or distributed in a manner that allows it to be used in-game,
- and (b) your removal will not affect the rights of any Subscriber who
- has already obtained access to a copy of the Workshop Contribution.
-
- Except where otherwise provided in App-Specific Terms, you agree that
- Valve’s consideration of your Workshop Contribution is your full
- compensation, and you are not entitled to any other rights or compensation
- in connection with the rights granted to Valve and to other Subscribers.
-
- C. Promotions and Endorsements
-
- If you use Steam services (e.g. the Steam Curators’ Lists or the Steam
- Broadcasting service) to promote or endorse a product, service or event in
- return for any kind of consideration from a third party (including
- non-monetary rewards such as free games), you must clearly indicate the
- source of such consideration to your audience.
-
- D. Representations and Warranties
-
- You represent and warrant to us that you have sufficient rights in all
- User Generated Content to grant Valve and other affected parties the
- licenses described under A. and B. above or in any license terms specific
- to the applicable Workshop-Enabled App or Workshop page. This includes,
- without limitation, any kind of intellectual property rights or other
- proprietary or personal rights affected by or included in the User
- Generated Content. In particular, with respect to Workshop Contributions,
- you represent and warrant that the Workshop Contribution was originally
- created by you (or, with respect to a Workshop Contribution to which
- others contributed besides you, by you and the other contributors, and in
- such case that you have the right to submit such Workshop Contribution on
- behalf of those other contributors).
-
- You furthermore represent and warrant that the User Generated Content,
- your submission of that Content, and your granting of rights in that
- Content does not violate any applicable contract, law or regulation.
-
- 7. DISCLAIMERS; LIMITATION OF LIABILITY; NO GUARANTEES; LIMITED WARRANTY
-
- THIS SECTION 7 DOES NOT APPLY TO EU SUBSCRIBERS.
-
- • FOR NEW ZEALAND SUBSCRIBERS, THIS SECTION 7 DOES NOT EXCLUDE, RESTRICT
- OR MODIFY THE APPLICATION OF ANY RIGHT OR REMEDY THAT CANNOT BE SO
- EXCLUDED, RESTRICTED OR MODIFIED INCLUDING THOSE CONFERRED BY THE NEW
- ZEALAND CONSUMER GUARANTEES ACT 1993. UNDER THIS ACT ARE GUARANTEES
- WHICH INCLUDE THAT GOODS AND SERVICES ARE OF ACCEPTABLE QUALITY. IF
- THIS GUARANTEE IS NOT MET THERE ARE ENTITLEMENTS TO HAVE THE SOFTWARE
- REMEDIED (WHICH MAY INCLUDE REPAIR, REPLACEMENT OR REFUND). IF A
- REMEDY CANNOT BE PROVIDED OR THE FAILURE IS OF A SUBSTANTIAL
- CHARACTER, THE ACT PROVIDES FOR A REFUND.
-
- Prior to acquiring a Subscription, you should consult the product
- information made available on Steam, including Subscription description,
- minimum technical requirements, and user reviews.
-
- A. DISCLAIMERS
-
- VALVE AND ITS AFFILIATES AND SERVICE PROVIDERS EXPRESSLY DISCLAIM (I) ANY
- WARRANTY FOR STEAM, THE CONTENT AND SERVICES, AND THE SUBSCRIPTIONS, AND
- (II) ANY COMMON LAW DUTIES WITH REGARD TO STEAM, THE CONTENT AND SERVICES,
- AND THE SUBSCRIPTIONS, INCLUDING DUTIES OF LACK OF NEGLIGENCE AND LACK OF
- WORKMANLIKE EFFORT. STEAM, THE CONTENT AND SERVICES, THE SUBSCRIPTIONS,
- AND ANY INFORMATION AVAILABLE IN CONNECTION THEREWITH ARE PROVIDED ON AN
- "AS IS" AND "AS AVAILABLE" BASIS, "WITH ALL FAULTS" AND WITHOUT WARRANTY
- OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
- OR NONINFRINGEMENT. ANY WARRANTY AGAINST INFRINGEMENT THAT MAY BE PROVIDED
- IN SECTION 2-312 OF THE UNITED STATES UNIFORM COMMERCIAL CODE AND/OR IN
- ANY OTHER COMPARABLE STATE STATUTE IS EXPRESSLY DISCLAIMED. ALSO, THERE IS
- NO WARRANTY OF TITLE, NON-INTERFERENCE WITH YOUR ENJOYMENT, OR AUTHORITY
- IN CONNECTION WITH STEAM, THE CONTENT AND SERVICES, THE SUBSCRIPTIONS, OR
- INFORMATION AVAILABLE IN CONNECTION THEREWITH.
-
- ANY WARRANTY AGAINST INFRINGEMENT THAT MAY BE PROVIDED IN SECTION 2-312 OF
- THE UNITED STATES UNIFORM COMMERCIAL CODE IS EXPRESSLY DISCLAIMED.
-
- B. LIMITATION OF LIABILITY
-
- TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, NEITHER VALVE, ITS
- LICENSORS, NOR THEIR AFFILIATES, NOR ANY OF VALVE’S SERVICE PROVIDERS,
- SHALL BE LIABLE IN ANY WAY FOR LOSS OR DAMAGE OF ANY KIND RESULTING FROM
- THE USE OR INABILITY TO USE STEAM, YOUR ACCOUNT, YOUR SUBSCRIPTIONS AND
- THE CONTENT AND SERVICES INCLUDING, BUT NOT LIMITED TO, LOSS OF GOODWILL,
- WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
- COMMERCIAL DAMAGES OR LOSSES. IN NO EVENT WILL VALVE BE LIABLE FOR ANY
- INDIRECT, INCIDENTAL, CONSEQUENTIAL, SPECIAL, PUNITIVE OR EXEMPLARY
- DAMAGES, OR ANY OTHER DAMAGES ARISING OUT OF OR IN ANY WAY CONNECTED WITH
- STEAM, THE CONTENT AND SERVICES, THE SUBSCRIPTIONS, AND ANY INFORMATION
- AVAILABLE IN CONNECTION THEREWITH, OR THE DELAY OR INABILITY TO USE THE
- CONTENT AND SERVICES, SUBSCRIPTIONS OR ANY INFORMATION, EVEN IN THE EVENT
- OF VALVE’S OR ITS AFFILIATES’ FAULT, TORT (INCLUDING NEGLIGENCE), STRICT
- LIABILITY, OR BREACH OF VALVE’S WARRANTY AND EVEN IF IT HAS BEEN ADVISED
- OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS AND LIABILITY
- EXCLUSIONS APPLY EVEN IF ANY REMEDY FAILS TO PROVIDE ADEQUATE RECOMPENSE.
-
- BECAUSE SOME STATES OR JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR THE
- LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, IN SUCH
- STATES OR JURISDICTIONS, EACH OF VALVE, ITS LICENSORS, AND ITS AFFILIATES’
- LIABILITY SHALL BE LIMITED TO THE FULL EXTENT PERMITTED BY LAW.
-
- C. NO GUARANTEES
-
- NEITHER VALVE NOR ITS AFFILIATES GUARANTEE CONTINUOUS, ERROR-FREE,
- VIRUS-FREE OR SECURE OPERATION AND ACCESS TO STEAM, THE CONTENT AND
- SERVICES, YOUR ACCOUNT AND/OR YOUR SUBSCRIPTIONS(S) OR ANY INFORMATION
- AVAILABLE IN CONNECTION THEREWITH.
-
- D. LIMITED WARRANTY
-
- CERTAIN HARDWARE PURCHASED FROM VALVE IS SUBJECT TO A LIMITED WARRANTY,
- [OR DEPENDING ON YOUR LOCATION, A STATUTORY WARRANTY] WHICH IS DESCRIBED
- IN DETAIL HERE.
-
- 8. AMENDMENTS TO THIS AGREEMENT
-
- PLEASE NOTE: If you are a consumer with place of residence in Germany, a
- different version of Section 8 applies to you, which is available
- here.
-
- This Agreement may at any time be mutually amended by your explicit
- consent to changes proposed by Valve. Furthermore, Valve may amend this
- Agreement (including any Subscription Terms or Rules of Use) unilaterally
- at any time in its sole discretion. In this case, you will be notified by
- e-mail of any amendment to this Agreement made by Valve within 60 (sixty)
- days before the entry into force of the said amendment. You can view the
- Agreement at any time at http://www.steampowered.com/. Your failure
- to cancel your Account within thirty (30) days after the entry into force
- of the amendments, will constitute your acceptance of the amended terms.
- If you don’t agree to the amendments or to any of the terms in this
- Agreement, your only remedy is to cancel your Account or to cease use of
- the affected Subscription(s). Valve shall not have any obligation to
- refund any fees that may have accrued to your Account before cancellation
- of your Account or cessation of use of any Subscription, nor shall Valve
- have any obligation to prorate any fees in such circumstances.
-
- 9. TERM AND TERMINATION
-
- A. Term
-
- The term of this Agreement (the "Term") commences on the date you first
- indicate your acceptance of these terms, and will continue in effect until
- otherwise terminated in accordance with this Agreement.
-
- B. Termination by You
-
- You may cancel your Account at any time. You may cease use of a
- Subscription at any time or, if you choose, you may request that Valve
- terminate your access to a Subscription. However, Subscriptions are not
- transferable, and even if your access to a Subscription for a particular
- game or application is terminated, the original activation key will not be
- able to be registered to any other account, even if the Subscription was
- obtained in a retail store. Access to Subscriptions purchased as a part of
- a pack or bundle cannot be terminated individually, termination of access
- to one game within the bundle will result in termination of access to all
- games purchased in the pack. Your cancellation of an Account, or your
- cessation of use of any Subscription or request that access to a
- Subscription be terminated, will not entitle you to any refund, including
- of any Subscription fees. Valve reserves the right to collect fees,
- surcharges or costs incurred prior to the cancellation of your Account or
- termination of your access to a particular Subscription. In addition, you
- are responsible for any charges incurred to third-party vendors or content
- providers before your cancellation.
-
- C. Termination by Valve
-
- Valve may cancel your Account or any particular Subscription(s) at any
- time in the event that (a) Valve ceases providing such Subscriptions to
- similarly situated Subscribers generally, or (b) you breach any terms of
- this Agreement (including any Subscription Terms or Rules of Use). In the
- event that your Account or a particular Subscription is terminated or
- cancelled by Valve for a violation of this Agreement or improper or
- illegal activity, no refund, including of any Subscription fees or of any
- unused funds in your Steam Wallet, will be granted.
-
- D. Survival of Terms
-
- Sections 2(C), 2(D), 2(F), 2(G), 3(A), 3(B), 3(D), 3(H), and 5 - 12 will
- survive any expiration or termination of this Agreement.
-
- 10. APPLICABLE LAW/JURISDICTION
-
- For All Customers Outside the European Union:
-
- You agree that this Agreement shall be deemed to have been made and
- executed in the State of Washington, U.S.A., and any dispute arising
- hereunder shall be resolved in accordance with the law of Washington
- excluding the law of conflicts and the Convention on Contracts for the
- International Sale of Goods. Subject to Section 11 (Dispute
- Resolution/Binding Arbitration/Class Action Waiver) below, you agree that
- any claim asserted in any legal proceeding by you against Valve shall be
- commenced and maintained exclusively in any state or federal court located
- in King County, Washington, having subject matter jurisdiction with
- respect to the dispute between the parties and you hereby consent to the
- exclusive jurisdiction of such courts. In any dispute arising under this
- Agreement, the prevailing party will be entitled to attorneys’ fees and
- expenses.
-
- For EU Customers:
-
- In the event of a dispute relating to the interpretation, the performance
- or the validity of the Subscriber Agreement, an amicable solution will be
- sought before any legal action. You can file your complaint at
- http://help.steampowered.com. In case of failure, you may, within one
- year of the failed request, file an online complaint on the European
- Commission’s Online Dispute Resolution website:
- https://webgate.ec.europa.eu/odr/main/index.cfm?event=main.home.chooseLanguage,
- or on the European Consumer Center’s website:
- http://www.europe-consommateurs.eu/index.php?id=2514.
-
- In the event that out-of-court dispute resolutions fail, the dispute may
- be brought before the competent courts.
-
- 11. DISPUTE RESOLUTION/BINDING ARBITRATION/CLASS ACTION WAIVER
-
- This Section 11 shall apply to the maximum extent permitted by applicable
- law. If the laws of your jurisdiction prohibit the application of some or
- all of the provisions of this Section notwithstanding Section 10
- (Applicable Law/Jurisdiction), such provisions will not apply to you. IN
- PARTICULAR, IF YOU LIVE IN THE EUROPEAN UNION, THIS SECTION 11 DOES NOT
- APPLY TO YOU.
-
- Most user concerns can be resolved by use of our Steam support site at
- https://support.steampowered.com/. If Valve is unable to resolve your
- concerns and a dispute remains between you and Valve, this Section
- explains how the parties have agreed to resolve it.
-
- YOU AND VALVE AGREE TO RESOLVE ALL DISPUTES AND CLAIMS BETWEEN US IN
- INDIVIDUAL BINDING ARBITRATION. THAT INCLUDES, BUT IS NOT LIMITED TO, ANY
- CLAIMS ARISING OUT OF OR RELATING TO: (i) ANY ASPECT OF THE RELATIONSHIP
- BETWEEN US; (ii) THIS AGREEMENT; OR (iii) YOUR USE OF STEAM, YOUR ACCOUNT
- OR THE CONTENT AND SERVICES. IT APPLIES REGARDLESS OF WHETHER SUCH CLAIMS
- ARE BASED IN CONTRACT, TORT, STATUTE, FRAUD, UNFAIR COMPETITION,
- MISREPRESENTATION OR ANY OTHER LEGAL THEORY.
-
- However, this Section does not apply to the following types of claims or
- disputes, which you or Valve may bring in any court with jurisdiction: (i)
- claims of infringement or other misuse of intellectual property rights,
- including such claims seeking injunctive relief; and (ii) claims related
- to or arising from any alleged unauthorized use, piracy or theft.
-
- This Section does not prevent you from bringing your dispute to the
- attention of any federal, state, or local government agencies that can, if
- the law allows, seek relief from us for you.
-
- An arbitration is a proceeding before a neutral arbitrator, instead of
- before a judge or jury. Arbitration is less formal than a lawsuit in
- court, and provides more limited discovery. It follows different rules
- than court proceedings, and is subject to very limited review by courts.
- The arbitrator will issue a written decision and provide a statement of
- reasons if requested by either party. YOU UNDERSTAND THAT YOU AND VALVE
- ARE GIVING UP THE RIGHT TO SUE IN COURT AND TO HAVE A TRIAL BEFORE A JUDGE
- OR JURY.
-
- You and Valve agree to make reasonable, good faith efforts to informally
- resolve any dispute before initiating arbitration. A party who intends to
- seek arbitration must first send the other a written notice that describes
- the nature and basis of the claim or dispute and sets forth the relief
- sought. If you and Valve do not reach an agreement to resolve that claim
- or dispute within 30 days after the notice is received, you or Valve may
- commence an arbitration. Written notice to Valve must be sent via postal
- mail to: ATTN: Arbitration Notice, Valve Corporation, P.O. Box 1688,
- Bellevue, WA 98004.
-
- The Federal Arbitration Act applies to this Section. The arbitration will
- be governed by the Commercial Arbitration Rules of the American
- Arbitration Association (“AAA”) and, where applicable, the AAA’s
- Supplementary Procedures for Consumer Related Disputes, as modified by
- this Agreement, both of which are available at http://www.adr.org.
- The arbitrator is bound by the terms of this Agreement.
-
- The AAA will administer the arbitration. It may be conducted through the
- submission of documents, by phone, or in person in the county where you
- live or at another mutually agreed location.
-
- If you seek $10,000 or less, Valve agrees to reimburse your filing fee and
- your share of the arbitration costs, including your share of arbitrator
- compensation, at the conclusion of the proceeding, unless the arbitrator
- determines your claims are frivolous or costs are unreasonable as
- determined by the arbitrator. Valve agrees not to seek its attorneys’ fees
- or costs in arbitration unless the arbitrator determines your claims are
- frivolous or costs are unreasonable as determined by the arbitrator. If
- you seek more than $10,000, the arbitration costs, including arbitrator
- compensation, will be split between you and Valve according to the AAA
- Commercial Arbitration Rules and the AAA’s Supplementary Procedures for
- Consumer Related Disputes, if applicable.
-
- YOU AND VALVE AGREE NOT TO BRING OR PARTICIPATE IN A CLASS OR
- REPRESENTATIVE ACTION, PRIVATE ATTORNEY GENERAL ACTION OR COLLECTIVE
- ARBITRATION, EVEN IF AAA’s PROCEDURES OR RULES WOULD OTHERWISE ALLOW ONE.
- THE ARBITRATOR MAY AWARD RELIEF ONLY IN FAVOR OF THE INDIVIDUAL PARTY
- SEEKING RELIEF AND ONLY TO THE EXTENT OF THAT PARTY’S INDIVIDUAL CLAIM.
- You and Valve also agree not to seek to combine any action or arbitration
- with any other action or arbitration without the consent of all parties to
- this Agreement and all other actions or arbitrations.
-
- If the agreement in this Section not to bring or participate in a class or
- representative action, private attorney general action or collective
- arbitration should be found illegal or unenforceable, you and Valve agree
- that it shall not be severable, that this entire Section shall be
- unenforceable and any claim or dispute would be resolved in court and not
- in collective arbitration.
-
- Notwithstanding this Section, you have the right to litigate any dispute
- in small claims court, if all the requirements of the small claims court,
- including any limitations on jurisdiction and the amount at issue in the
- dispute, are satisfied.
-
- 12. MISCELLANEOUS
-
- Except as otherwise expressly set forth in this Agreement, in the event
- that any provision of this Agreement shall be held by a court or other
- tribunal of competent jurisdiction to be unenforceable, such provision
- will be enforced to the maximum extent permissible and the remaining
- portions of this Agreement shall remain in full force and effect. This
- Agreement, including any Subscription Terms, Rules of Use, the Valve
- Privacy Policy, and the Valve Hardware Warranty Policy, constitutes and
- contains the entire agreement between the parties with respect to the
- subject matter hereof and supersedes any prior oral or written agreements.
- You agree that this Agreement is not intended to confer and does not
- confer any rights or remedies upon any person other than the parties to
- this Agreement.
-
- Valve’s obligations are subject to existing laws and legal process and
- Valve may comply with law enforcement or regulatory requests or
- requirements notwithstanding any contrary term.
-
- You agree to comply with all applicable import/export laws and
- regulations. You agree not to export the Content and Services or Hardware
- or allow use of your Account by individuals of any terrorist supporting
- countries to which encryption exports are at the time of exportation
- restricted by the U.S. Bureau of Export Administration. You represent and
- warrant that you are not located in, under the control of, or a national
- or resident of any such prohibited country.
-
- This Agreement was last updated on August 31st, 2017 ("Revision Date"). If
- you were a Subscriber before the Revision Date, it replaces your existing
- agreement with Valve or Valve SARL on the day that you explicitly accept
- it. If you prefer to continue using Steam and your existing Subscriptions
- under the version of the Agreement in effect prior to the Revision Date,
- you are free to do so.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Stuffit b/sdk_container/src/third_party/portage-stable/licenses/Stuffit
deleted file mode 100644
index aa2fab9a3cf..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Stuffit
+++ /dev/null
@@ -1,59 +0,0 @@
-Software License Agreement
-
-This is a legal agreement between you and Aladdin Systems, Inc. covering your
-use of StuffIt(tm) the "Software"). Be sure to read the following agreement
-before using the Software. BY USING THE SOFTWARE (REGARDLESS IF YOU HAVE
-REGISTERED THE SOFTWARE OR NOT), YOU ARE AGREEING TO BE BOUND BY THE TERMS OF
-THIS AGREEMENT. IF YOU DO NOT AGREE TO THE TERMS OF THIS AGREEMENT, DO NOT USE
-THE SOFTWARE AND DESTROY ALL COPIES IN YOUR POSSESSION.
-
-The Software is owned by Aladdin Systems and is protected by United States
-copyright laws and international treaty provisions. Therefore, you must treat
-the Software like any other copyrighted material (e.g., a book or musical
-recording). Paying the license fee allows you the right to use one copy of the
-Software on a single computer. YOU MAY NOT NETWORK THE SOFTWARE OR OTHERWISE USE
-IT OR MAKE IT AVAILABLE FOR USE ON MORE THAN ONE COMPUTER AT THE SAME TIME
-WITHOUT FIRST OBTAINING A LICENSE TO DO SO AT AN ADDITIONAL COST. You may not
-rent or lease the Software, nor may you modify, adapt, translate, reverse
-engineer, decompile, or disassemble the Software. If you violate any part of
-this agreement, your right to use this Software terminates automatically and you
-must then destroy all copies of the Software in your possession.
-
-The Software and its related documentation are provided "AS IS" and without
-warranty of any kind and Aladdin Systems expressly disclaims all other
-warranties, expressed or implied, including, but not limited to, the implied
-warranties of merchantability and fitness for a particular purpose. Under no
-circumstances shall Aladdin Systems be liable for any incidental, special, or
-consequential damages that result from the use or inablility to use the Software
-or related documentation, even if Aladdin Systems has been advised of the
-possibility of such damages. In no event shall Aladdin Systems' liability exceed
-the license fee paid, if any.
-
-This Agreement shall be governed by the laws of the State of California. If for
-any reason a court of competent jurisdiction finds any provision of the
-Agreement, or portion thereof, to be unenforceable, that provision of the
-Agreement shall be enforced to the maximum extent permissible so as to effect
-the intent of the parties, and the remainder of this Agreement shall continue in
-full force and effect.
-
-The Software and documentation is provided with RESTRICTED RIGHTS. Use,
-duplication, or disclosure by the Government is subject to restrictions as set
-forth in subdivision (b)(3)(ii) of the Rights in Technical Data and Computer
-Software clause as 252.227-7013. Manufacturer is Aladdin Systems, Inc., 245
-Westridge Drive, Watsonville, California 95076.
-
-Aladdin Systems, Inc., 245 Westridge Dr., Watsonville, California, 95076, United
-States of America
-
-(831) 761-6200 telephone, (831) 761-6206 facsimile.
-
-
-
-Additional Licenses:
-
-Server, multiple user and site licenses are available, please visit:
- http://www.aladdinsys.com/store/licensing.html
-
-or contact: sales@aladdinsys.com
-
-$Id: LICENSE,v 1.6 2001/06/28 22:37:33 serge Exp $
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Sublime b/sdk_container/src/third_party/portage-stable/licenses/Sublime
deleted file mode 100644
index 5fb2be34966..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Sublime
+++ /dev/null
@@ -1,42 +0,0 @@
-The SOFTWARE PRODUCT (SUBLIME TEXT) is protected by copyright laws and
-international copyright treaties, as well as other intellectual property laws and
-treaties. The SOFTWARE PRODUCT is licensed, not sold.
-
-1. LICENSES
- SUBLIME TEXT is licensed as follows:
- a. Installation and Usage.
- Licenses are per user and valid for use on all supported operating
- systems. License keys may be used on multiple computers and operating
- systems, provided the license key holder is the primary user. Businesses
- must purchase at least as many licenses as the number of people using
- SUBLIME TEXT.
- b. Backup Copies.
- You may make copies of the license key and or SUBLIME TEXT for
- backup and archival purposes.
-2. DESCRIPTION OF OTHER RIGHTS AND LIMITATIONS
- a. Maintenance of Copyright Notices.
- You must not remove or alter any copyright notices on any copy of
- SUBLIME TEXT.
- b. Distribution.
- You may not distribute or sell license keys or SUBLIME TEXT to third
- parties. Licenses will be revoked if distributed or sold to third parties.
- c. Rental.
- You may not rent, lease, or lend the license key or SUBLIME TEXT.
-3. COPYRIGHT
- All title, including but not limited to copyrights, in and to SUBLIME TEXT and
- any copies thereof are owned by SUBLIME HQ PTY LTD.
-4. NO WARRANTIES
- SUBLIME HQ PTY LTD expressly disclaims any warranty for SUBLIME TEXT,
- which is provided 'as is' without any express or implied warranty of any kind,
- including but not limited to any warranties of merchantability, non-
- infringement, or fitness of a particular purpose.
-5. LIMITATION OF LIABILITY
- In no event shall SUBLIME HQ PTY LTD be liable for any damages due to use
- of SUBLIME TEXT, to the maximum extent permitted by law. This includes
- without limitation, lost profits, business interruption, or lost information. In no
- event will SUBLIME HQ PTY LTD be liable for loss of data or for indirect,
- special, incidental, consequential (including lost profit), or other damages.
- SUBLIME HQ PTY LTD shall have no liability with respect to the content of
- SUBLIME TEXT or any part thereof, including but not limited to errors or
- omissions contained therein, libel, trademark rights, business interruption,
- loss of privacy or the disclosure of confidential information.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Sun-BSD-no-nuclear-2005 b/sdk_container/src/third_party/portage-stable/licenses/Sun-BSD-no-nuclear-2005
deleted file mode 100644
index 88e09e0d51c..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Sun-BSD-no-nuclear-2005
+++ /dev/null
@@ -1,39 +0,0 @@
-Copyright (c) 2005 Sun Microsystems, Inc.
-Copyright © 2010-2014 University of Manchester
-Copyright © 2010-2015 Stian Soiland-Reyes
-Copyright © 2015 Peter Hull
-All Rights Reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-- Redistribution of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
-- Redistribution in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in
- the documentation and/or other materials provided with the
- distribution.
-
-Neither the name of Sun Microsystems, Inc. or the names of
-contributors may be used to endorse or promote products derived
-from this software without specific prior written permission.
-
-This software is provided "AS IS," without a warranty of any
-kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
-WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
-EXCLUDED. SUN MIDROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
-NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
-USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
-DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
-ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
-CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
-REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
-INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-You acknowledge that this software is not designed or intended for
-use in the design, construction, operation or maintenance of any
-nuclear facility.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/SunSoft b/sdk_container/src/third_party/portage-stable/licenses/SunSoft
deleted file mode 100644
index b54cb52278e..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/SunSoft
+++ /dev/null
@@ -1,6 +0,0 @@
-Copyright (C) 1993-2004 by Sun Microsystems, Inc. All rights reserved.
-
-Developed at SunSoft, a Sun Microsystems, Inc. business.
-Permission to use, copy, modify, and distribute this
-software is freely granted, provided that this notice
-is preserved.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Sustainable-Use-1.0 b/sdk_container/src/third_party/portage-stable/licenses/Sustainable-Use-1.0
deleted file mode 100644
index 73d9d02c965..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Sustainable-Use-1.0
+++ /dev/null
@@ -1,54 +0,0 @@
-# Sustainable Use License
-
-Version 1.0
-
-## Acceptance
-
-By using the software, you agree to all of the terms and conditions below.
-
-## Copyright License
-
-The licensor grants you a non-exclusive, royalty-free, worldwide, non-sublicensable, non-transferable license to use, copy, distribute, make available, and prepare derivative works of the software, in each case subject to the limitations below.
-
-## Limitations
-
-You may use or modify the software only for your own internal business purposes or for non-commercial or personal use.
-You may distribute the software or provide it to others only if you do so free of charge for non-commercial purposes.
-You may not alter, remove, or obscure any licensing, copyright, or other notices of the licensor in the software. Any use of the licensor’s trademarks is subject to applicable law.
-
-## Patents
-
-The licensor grants you a license, under any patent claims the licensor can license, or becomes able to license, to make, have made, use, sell, offer for sale, import and have imported the software, in each case subject to the limitations and conditions in this license. This license does not cover any patent claims that you cause to be infringed by modifications or additions to the software. If you or your company make any written claim that the software infringes or contributes to infringement of any patent, your patent license for the software granted under these terms ends immediately. If your company makes such a claim, your patent license ends immediately for work on behalf of your company.
-
-## Notices
-
-You must ensure that anyone who gets a copy of any part of the software from you also gets a copy of these terms.
-If you modify the software, you must include in any modified copies of the software a prominent notice stating that you have modified the software.
-
-## No Other Rights
-
-These terms do not imply any licenses other than those expressly granted in these terms.
-
-## Termination
-
-If you use the software in violation of these terms, such use is not licensed, and your license will automatically terminate. If the licensor provides you with a notice of your violation, and you cease all violation of this license no later than 30 days after you receive that notice, your license will be reinstated retroactively. However, if you violate these terms after such reinstatement, any additional violation of these terms will cause your license to terminate automatically and permanently.
-
-## No Liability
-
-As far as the law allows, the software comes as is, without any warranty or condition, and the licensor will not be liable to you for any damages arising out of these terms or the use or nature of the software, under any kind of legal claim.
-
-## Definitions
-
-The “licensor” is the entity offering these terms.
-
-The “software” is the software the licensor makes available under these terms, including any portion of it.
-
-“You” refers to the individual or entity agreeing to these terms.
-
-“Your company” is any legal entity, sole proprietorship, or other kind of organization that you work for, plus all organizations that have control over, are under the control of, or are under common control with that organization. Control means ownership of substantially all the assets of an entity, or the power to direct its management and policies by vote, contract, or otherwise. Control can be direct or indirect.
-
-“Your license” is the license granted to you for the software under these terms.
-
-“Use” means anything you do with the software requiring your license.
-
-“Trademark” means trademarks, service marks, and similar rights.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Sympow-BSD b/sdk_container/src/third_party/portage-stable/licenses/Sympow-BSD
deleted file mode 100644
index b7bb7798321..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Sympow-BSD
+++ /dev/null
@@ -1,29 +0,0 @@
-Copyright (c) 2005-2006, Mark Watkins, Institut Henri Poincare, University of Bristol.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
- * Redistribution of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
- * Redistribution in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- * If redistribution is done as a part of a compilation that has a more
- restrictive license (such as the GPL), then the fact that SYMPOW has
- a less restrictive license must be made clear to the recipient.
- For example, a line like (include bracketed text if SYMPOW is modified):
- "This compilation includes [a modification of] SYMPOW whose [original]
- code has a less-restrictive license than the entire compilation."
- should appear in a suitable place in the COPYING and/or LICENSE file.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
-LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Synology b/sdk_container/src/third_party/portage-stable/licenses/Synology
deleted file mode 100644
index 1991f4d7319..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Synology
+++ /dev/null
@@ -1,47 +0,0 @@
-SYNOLOGY, INC.
-END USER LICENSE AGREEMENT
-IMPORTANT–READ CAREFULLY: THIS END USER LICENSE AGREEMENT ("EULA") IS A LEGAL AGREEMENT BETWEEN YOU (EITHER AN INDIVIDUAL OR A LEGAL ENTITY) AND SYNOLOGY, INC. ("SYNOLOGY") FOR THE SYNOLOGY SOFTWARE INSTALLED ONTO THE SYNOLOGY PRODUCT PUCHASED BY YOU (THE "PRODUCT"), OR LEGALLY DOWNLOADED FROM WWW.SYNOLOGY.COM, OR ANY OTHER CHANNEL PROVIDED BY SYNOLOGY ( "SOFTWARE").
-
-YOU AGREE TO BE BOUND BY THE TERMS OF THIS EULA BY USING THE PRODUCTS CONTAINING THE SOFTWARE, INSTALLING THE SOFTWARE ONTO THE PRODUCTS OR DEVICE CONNECTED TO THE PRODUCTS. IF YOU DO NOT AGREE TO THE TERMS OF THIS EULA, DO NOT USETHE PRODUCTS CONTAINING THE SOFTWAREOR DOWNLOAD THE SOFTWARE FROM WWW.SYNOLOGY.COM, OR ANY OTHER CHANNEL PROVIDED BY SYNOLOGY.INSTEAD, YOU MAY RETURN THE PRODUCT TO THE RESELLER WHERE YOU PURCHASED IT FOR A REFUND IN ACCORDANCE WITH THE RESELLER'S APPLICABLE RETURN POLICY.
-
-Section 1. Limited Software License. Subject to the terms and conditions of this EULA, Synology grants you a limited, non-exclusive, non-transferable, personal license to install, run and use one copy of the Software loaded on the Product or on your device connected to the Product solely relating to your authorized use of the Product.
-
-Section 2. Documentation. You may make and use a reasonable number of copies of any documentation provided with the Software; provided that such copies will only be used for internal business purposes and are not to be republished or redistributed (either in hard copy or electronic form) to any third party.
-
-Section 3. Backup. You may make a reasonable number of copies of the Software for backup and archival purposes only.
-
-Section 4. Updates. Any software provided to you by Synology or made available on the Synology website at www.synology.com ("Website") or any other channel provided by Synology that updates or supplements the original Software is governed by this EULA unless separate license terms are provided with such updates or supplements, in which case, such separate terms will govern.
-
-Section 5. License Limitations. The license set forth in Sections 1, 2 and 3 applies only to the extent that you have ordered and paid for the Product and states the entirety of your rights with respect to the Software. Synology reserves all rights not expressly granted to you in this EULA. Without limiting the foregoing, you shall not authorize or permit any third party to: (a) use the Software for any purpose other than that in connection with the Product; (b) license, distribute, lease, rent, lend, transfer, assign or otherwise dispose of the Software; (c) reverse engineer, decompile, disassemble or attempt to discover the source code of or any trade secrets related to the Software, except and only to the extent that such conduct is expressly permitted by applicable law notwithstanding this limitation; (d) adapt, modify, alter, translate or create any derivative works of the Software; (e) remove, alter or obscure any copyright notice or other proprietary rights notice on the Software or Product; or (f) circumvent or attempt to circumvent any methods employed by Synology to control access to the components, features or functions of the Product or Software. Subject to the limitations specified in this Section 5, you are not prohibited from providing any services hosted by Synology NAS server to any third party for commercial purpose.
-
-Section 6. Open Source. The Software may contain components licensed to Synology under the GNU General Public License ("GPL Components"), currently available at http://www.gnu.org/licenses/gpl.html. The terms of the GPL will control solely with respect to the GPL Components to the extent that this EULA conflicts with the requirements of the GPL with respect to your use of the GPL Components, and, in such event, you agree to be bound by the GPL with respect to your use of such components.
-
-Section 7. Audit. Synology will have the right to audit your compliance with the terms of this EULA. You agree to grant Synology a right to access to your facilities, equipment, books, records and documents and to otherwise reasonably cooperate with Synology in order to facilitate any such audit by Synology or its agent authorized by Synology.
-
-Section 8. Ownership. The Software is a valuable property of Synology and its licensors, protected by copyright and other intellectual property laws and treaties. Synology or its licensors own all rights, titles and interests in and to the Software, including but not limited to copyright and any other intellectual property rights.
-
-Section 9. Limited Warranty. Synology provides a limited warrant that the Software will substantially conform to Synology's published specifications for the Software, if any, or otherwise set forth on the Website, for a period required by your local law. Synology will use commercially reasonable efforts to, in Synology's sole discretion, either correct any such nonconformity in the Software or replace any Software that fails to comply with the foregoing warranty, provided that you give Synology written notice of such noncompliance within the warranty period. The foregoing warranty does not apply to any noncompliance resulting from any: (w) use, reproduction, distribution or disclosure not in accordance with this EULA; (x) any customization, modification or other alteration of the Software by anyone other than Synology; (y) combination of the Software with any product, services or other items provided by anyone other than Synology; or (z) your failure to comply with this EULA.
-
-Section 10. Support. During the period specified in the Section 9, Synology will make available to you the support services. Following the expiration of the applicable period, support for Software may be available from Synology upon written request.
-
-Section 11. Disclaimer of Warranties. EXCEPT AS EXPRESSLY SET FORTH ABOVE, THE SOFTWARE IS PROVIDED "AS IS" AND WITH ALL FAULTS. SYNOLOGY AND ITS SUPPLIERS HEREBY DISCLAIM ALL OTHER WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, ARISING BY LAW OR OTHERWISE, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR USE, TITLE AND NONINFRINGEMENT, WITH REGARD TO THE SOFTWARE. WITHOUT LIMITING THE FOREGOING, SYNOLOGY DOES NOT WARRANT THAT THE SOFTWARE WILL BE FREE OF BUGS, ERRORS, VIRUSES OR OTHER DEFECTS.
-
-Section 12. Disclaimer of Certain Damages. IN NO EVENT WILL SYNOLOGY OR ITS LICENSORS BE LIABLE FOR ANY INCIDENTAL, INDIRECT, SPECIAL, PUNITIVE, CONSEQUENTIAL OR SIMILAR DAMAGES OR LIABILITIES WHATSOEVER (INCLUDING, BUT NOT LIMITED TO LOSS OF DATA, INFORMATION, REVENUE, PROFIT OR BUSINESS) ARISING OUT OF OR RELATING TO THE USE OF OR INABILITY TO USE THE SOFTWARE OR OTHERWISE UNDER OR IN CONNECTION WITH THIS EULA OR THE SOFTWARE, WHETHER BASED ON CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHER THEORY EVEN IF SYNOLOGY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-Section 13. Limitation of Liability. SYNOLOGY'S AND ITS SUPPLIERS' LIABILITY ARISING OUT OF OR RELATING TO THE USE OF OR INABILITY TO USE THE SOFTWARE OR OTHERWISE UNDER OR IN CONNECTION WITH THIS EULA OR THE SOFTWARE IS LIMITED TO THE AMOUNT ACTUALLY PAID BY YOU FOR THE PRODUCT REGARDLESS OF THE AMOUNT OF DAMAGES YOU MAY INCUR AND WHETHER BASED ON CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHER THEORY. The foregoing disclaimer of warranties, disclaimer of certain damages and limitation of liability will apply to the maximum extent permitted by applicable law. The laws of some states/jurisdictions do not allow the exclusion of implied warranties or the exclusion or limitation of certain damages. To the extent that those laws apply to this EULA, the exclusions and limitations set forth above may not apply to you.
-
-Section 14. Export Restrictions. You acknowledge that the Software is subject to U.S. export restrictions. You agree to comply with all applicable laws and regulations that apply to the Software, including without limitation the U.S. Export Administration Regulations.
-
-Section 15. Termination. Without prejudice to any other rights, Synology may terminate this EULA if you do not abide by the terms and conditions contained herein. In such event, you must cease use of the Software and destroy all copies of the Software and all of its component parts.
-
-Section 16. Assignment. You may not transfer or assign your rights under this EULA to any third party, except for that pre-installed in the Products. Any such transfer or assignment in violation of the foregoing restriction will be void.
-
-Section 17. Applicable Law. Unless expressly prohibited by local law, this EULA is governed by and construed in accordance with the laws of the country, in accordance with which Synology Inc. was organized without regard to any conflict of law principles to the contrary.
-
-Section 18. Dispute Resolution. Any dispute, controversy or claim arising out of or relating to this EULA will be resolved exclusively and finally by arbitration conducted by three neutral arbitrators in accordance with the procedures of the Arbitration Law and related enforcement rules of the country in which Synology Inc. was organized. In such cases, the arbitration will be limited solely to the dispute between you and Synology. The arbitration, or any portion of it, will not be consolidated with any other arbitration and will not be conducted on a class-wide or class action basis. The arbitration shall take place in Taipei and the arbitration proceedings shall be conducted in English or, if both parties so agree, in Mandarin Chinese. The arbitration award shall be final and binding on the parties and may be enforced in any court having jurisdiction. You understand that, in the absence of this provision, you would have had a right to litigate any such dispute, controversy or claim in a court, including the right to litigate claims on a class-wide or class-action basis, and you expressly and knowingly waives those rights and agrees to resolve any disputes through binding arbitration in accordance with the provisions of this Section 18. Nothing in this Section shall be deemed to prohibit or restrict Synology from seeking injunctive relief or seeking such other rights and remedies as it may have at law or equity for any actual or threatened breach of any provision of this EULA relating to Synology's intellectual property rights.
-
-Section 19. Attorneys' Fees. In any arbitration, mediation, or other legal action or proceeding to enforce rights or remedies under this EULA, the prevailing party will be entitled to recover, in addition to any other relief to which it may be entitled, costs and reasonable attorneys' fees.
-
-Section 20. Severability. If any provision of this EULA is held by a court of competent jurisdiction to be invalid, illegal, or unenforceable, the remainder of this EULA will remain in full force and effect.
-
-Section 21. Entire Agreement. This EULA sets forth the entire agreement of Synology and you with respect to the Software and the subject matter hereof and supersedes all prior and contemporaneous understandings and agreements whether written or oral. No amendment, modification or waiver of any of the provisions of this EULA will be valid unless set forth in a written instrument signed by the party to be bound thereby.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/TADS2 b/sdk_container/src/third_party/portage-stable/licenses/TADS2
deleted file mode 100644
index 6fb02a27d96..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/TADS2
+++ /dev/null
@@ -1,43 +0,0 @@
-TADS 2 FREEWARE SOURCE CODE LICENSE
-
-The TADS 2 source code is Copyright 1991, 2003 by Michael J. Roberts.
-
-The author hereby grants you permission to use, copy, and
-distribute this software, if you agree to the following conditions:
-
- 1. You must include this license and the copyright notice with
- all copies.
- 2. You may not require or collect a fee for copies of this
- software, or any part of this software, that you give to
- other people.
- 3. You may not include this software with any other software
- for which a fee is collected.
- 4. You may not modify this software except as permitted below
- (see "derivative works"), and each copy you make and
- distribute must be a full and complete copy of the software
- you originally received.
- 5. Anyone to whom you give a copy of this software receives
- all of the same permissions that you did under this license
- and is subject to all of the same restrictions.
- 6. You are not allowed to create derivative works, which are
- works that contain or are based on all or part of this work,
- except under the conditions described below.
- 7. Any derivative works are subject to this same license.
-
-
-Derivative Works
-----------------
-
-This source code is distributed for the specific purpose of
-facilitating the creation of versions of TADS on various computers and
-operating systems. All other derivative works are prohibited without
-the written permission of the author. Please contact the author if
-you have any questions about this or if you'd like permission to
-create a derived work.
-
-If you port TADS to a new platform, the author does grant permission
-for you to distribute your ported version - I encourage it, in fact.
-We ask that you provide your contact information in any distribution
-package you create, so that users of your version will know how to
-contact you if they have any questions relating specifically to your
-version.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/TADS3 b/sdk_container/src/third_party/portage-stable/licenses/TADS3
deleted file mode 100644
index 65706a95556..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/TADS3
+++ /dev/null
@@ -1,47 +0,0 @@
-TADS 3 FREEWARE SOURCE CODE LICENSE
-
-The TADS 3 source code is Copyright 1998, 2003 by Michael J. Roberts.
-
-The author hereby grants you permission to use, copy, and distribute
-this software, if you agree to the following conditions:
-
- 1. You must include this license and the copyright notice with
- all copies.
- 2. You may not require or collect a fee for copies of this
- software, or any part of this software, that you give to
- other people.
- 3. You may not include this software with any other software
- for which a fee is collected.
- 4. You may not modify this software except as permitted below
- (see "derivative works"), and each copy you make and
- distribute must be a full and complete copy of the software
- you originally received.
- 5. Anyone to whom you give a copy of this software receives
- all of the same permissions that you did under this license
- and is subject to all of the same restrictions.
- 6. You are not allowed to create derivative works, which are
- works that contain or are based on all or part of this work,
- except under the conditions described below.
- 7. Any derivative works are subject to this same license.
-
-
-Derivative Works
-----------------
-
-This source code is distributed for the specific purpose of porting
-TADS, so that you can run the software on any system of your choosing.
-All other derivative works are prohibited without the written
-permission of the author. I want to avoid the creation of variations
-on the system, because it leads to confusion on the part of users if
-there are multiple incompatible flavors floating around. However, if
-you have a specific idea in mind, I'd be happy to at least consider
-it. Please contact the author if you have any questions about this or
-if you would like permission to create a derived work.
-
-If you port TADS to a new platform, the author does grant permission
-for you to distribute your ported version - I encourage it, in fact.
-I ask that you include your contact information in any distribution
-package you create, so that users of your version will know how to
-contact you if they have any questions relating specifically to your
-version.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/THINKTANKS b/sdk_container/src/third_party/portage-stable/licenses/THINKTANKS
deleted file mode 100644
index 7ae5d693462..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/THINKTANKS
+++ /dev/null
@@ -1,101 +0,0 @@
-This Software Licensing Agreement ("Agreement") is a legal agreement
-between you and BraveTree Productions, LLC. ("BraveTree"). By
-installing this Software, by loading or running the Software, by
-placing or copying the Software onto your hard drive, or by
-distributing the Software, you agree to be bound by the terms of this
-Agreement. These are the only terms by which BraveTree permits
-copying or use.
-
-BraveTree Productions, LLC. LICENSE AGREEMENT FOR ThinkTanks
-
-General terms:
-
-
-1. THE SOFTWARE.
-The Software licensed under this agreement is the computer program
-ThinkTanks, which consists of executable files, data files, and
-documentation.
-
-2. GRANT OF LICENSE.
-BraveTree grants you the right to use the Software in accordance with
-the terms of this Agreement. You may load the software into RAM as
-well as install it on a hard disk or other storage device. You may
-not modify, translate, disassemble, reverse engineer, decompile, or
-create derivative works based upon the Software. You agree that the
-Software will not be shipped, transferred, or exported into any
-country in violation of the U.S. Export Administration Act and that
-you will not utilize the Software in violation of any applicable law.
-
-2.1. DEMO VERSION LICENSE.
-You may distribute copies of the demo version of the Software freely
-to other users, provided that any copy must contain the original,
-unaltered files and proprietary notices. You have the ability to
-register the demo version at any time by purchasing the full version
-from BraveTree.
-
-2.2. REGISTERED VERSION LICENSE.
-When you purchase the Software, you will receive the full registered
-version. You agree not to distribute the registered version to others
-and to use it only for your own personal use. You acknowledge that
-distribution of the registered version to others, whether intentional
-or unintentional, could damage BraveTree both financially and
-professionally. Any unauthorized distribution of your registered
-version will result in immediate and automatic termination of your
-license.
-
-3. COPYRIGHT.
-The Software is owned by BraveTree and is protected by United States
-copyright laws and international treaties. You must treat the
-Software like any other copyrighted material, except that you may
-make copies of the demo version of the Software to give to other
-persons under the terms of this Agreement. You may not distribute
-copies of the registered version to others. Except as expressly
-licensed by BraveTree in writing, BraveTree reserves the exclusive
-copyright and all other rights, title and interest to distribute the
-Software, and to use Trademarks in connection with them. "Trademarks"
-refers to the name of the Software, the name BraveTree, and the
-BraveTree logo, which are trademarks of BraveTree.
-
-4. NO WARRANTY.
-THE SOFTWARE IS PROVIDED "AS-IS". NO WARRANTIES OF ANY KIND, EXPRESS
-OR IMPLIED, ARE MADE AS TO IT OR ANY MEDIUM IT MAY BE ON. BraveTree
-Productions, LLC. WILL PROVIDE NO REMEDY FOR INDIRECT, CONSEQUENTIAL,
-PUNITIVE OR INCIDENTAL DAMAGES ARISING FROM IT, INCLUDING SUCH FROM
-NEGLIGENCE, STRICT LIABILITY, OR BREACH OF WARRANTY OR CONTRACT, EVEN
-AFTER NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.
-
-5. TERM.
-The term of this license grant is perpetual. You may terminate this
-Agreement at any time by destroying all copies of the Software in
-your possession. Your license to use the Software will automatically
-terminate if you breach the terms of this Agreement.
-
-6. GENERAL PROVISIONS.
-This Agreement is the sole and entire Agreement relating to the
-subject matter hereof, and supercedes all prior understandings,
-agreements, and documentation relating to such subject matter. If any
-provision in this Agreement is held by a court of competent
-jurisdiction to be invalid, void, or unenforceable, the remaining
-provisions will continue in full force without being impaired or
-invalidated in any way. This Agreement will be governed by the laws
-of the State of Oregon. With respect to every matter arising under
-this Agreement, you consent to the exclusive jurisdiction and venue
-of the state and federal courts sitting in Lane County, Oregon, and
-to service by certified mail, return receipt requested, or as
-otherwise permitted by law. This Agreement does not create any agency
-or partner relationship. Your rights under this Agreement are
-personal and do not include any right to sublicense the Software.
-This Agreement may be terminated by BraveTree by giving a 30-day
-advance written notice.
-
-7. DISTRIBUTION.
-BraveTree allows and encourages all web sites, on-line services,
-shareware disk vendors, CD-ROM vendors, bulletin board systems, and
-end-users to freely distribute the demo version of this Software. If
-you wish to distribute the Software, you may obtain the most recent
-version from www.garagegames.com. It is generally not necessary to
-contact BraveTree for authorization, and you may begin offering the
-demo version immediately.
-
-Thank you for using this Software in accordance with the terms of
-this Agreement.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/TIK b/sdk_container/src/third_party/portage-stable/licenses/TIK
deleted file mode 100644
index de053da4944..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/TIK
+++ /dev/null
@@ -1,60 +0,0 @@
-END-USER LICENSE AGREEMENT
-
-IMPORTANT--READ CAREFULLY BEFORE OPENING THIS PACKAGE OR USING THIS SOFTWARE
-
-BY OPENING THIS PACKAGE OR USING THIS SOFTWARE, YOU ACKNOWLEDGE THAT YOU HAVE READ THIS LICENSE AGREEMENT, THAT YOU UNDERSTAND IT, AND THAT YOU AGREE TO BE BOUND BY ITS TERMS. IF YOU ARE GAINING ACCESS TO THIS SOFTWARE BY ELECTRONIC MEANS AND AGREE TO BE BOUND BY THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT, CLICK "I ACCEPT" AT THE END OF THIS AGREEMENT. IF YOU DO NOT AGREE TO BE BOUND BY THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT, PROMPTLY RETURN THE UNOPENED PACKAGE TOGETHER WITH ALL ACCOMPANYING ITEMS TO YOUR PLACE OF PURCHASE FOR A FULL REFUND OF YOUR PAYMENT, OR, IF YOU GAINED ACCESS TO THIS SOFTWARE BY ELECTRONIC MEANS, CLICK "I DECLINE" AT THE END OF THIS AGREEMENT. IN ANY EVENT, YOUR USE OF THIS SOFTWARE CONSTITUTES YOUR ACCEPTANCE AND AGREEMENT TO BE BOUND BY THE TERMS HEREIN.
-
-1. GRANT OF LICENSE FOR REGISTERED USERS. The Infinite Kind, LLC ("TIK") hereby grants you a non-exclusive, non-transferable, limited license to use the software with which this license is distributed (the "Software"), including any documentation files accompanying the Software ("Documentation") solely on a single personal computer, provided that (i) the Software may not be modified; (ii) all copyright notices are maintained on the Software; and (iii) you agree to be bound by the terms of this License Agreement. The Software is licensed to you and not sold to you. The Software and Documentation shall be used only by you, only for your own personal use and not in the operation of a service bureau or for the benefit of any other person or entity. Any use of the Software, other than as expressly set forth herein, by you or any person, business, corporation, government organization or any other entity is strictly forbidden and is a violation of this License Agreement.
-2. OWNERSHIP. You have no ownership rights in the Software. Rather, you have a license to use the Software pursuant to the terms of this License Agreement as long as this License Agreement remains in full force and effect. Ownership of the Software, Documentation and all intellectual property rights therein shall remain at all times with TIK. TIK shall own all right title and interest (including any copyrights, patents, trade secrets and other intellectual property rights) in and to all materials licensed by TIK under this Agreement. You acknowledge that as between you and TIK, TIK owns its proprietary trademark(s) (including but not limited to Moneydance(tm)), and all related trade names, logos and icons.
-3. COPYRIGHT AND TRADEMARK. The Software and Documentation contain material that is protected by United States Copyright Law and trade secret law, and by international treaty provisions. All rights not granted to you herein are reserved to TIK. You may not remove any proprietary notice of TIK from any copy of the Software or Documentation. You are not authorized to use, reproduce, publish, or distribute any trademarks, trade names, logos or icons of TIK. You may not copy the printed materials and Documentation which accompany the Software.
-4. RESTRICTIONS. This License Agreement is your proof of license to exercise the rights granted herein and must be retained by you. You must protect the Software and Documentation consistent with TIK's rights therein, including informing persons who are permitted access thereto in order to satisfy your obligations hereunder and maintain the confidentiality of the Software and Documentation. You may not publish, display, disclose, rent, lease, modify, loan, distribute, alter or create derivative works based on the Software or any part thereof. You may not reverse engineer, decompile, translate, adapt, or disassemble the Software, nor shall you attempt to create the source code from the object code for the Software. You may not transmit the Software over any network or between any devices, although you may use the Software to make such transmissions of other materials. You may transfer the Software to another computer you own as long as you first delete all copies of the Software contained on the original computer on which the Software was initially installed.
-5. DISCLAIMER OF WARRANTY. THE SOFTWARE IS PROVIDED "AS IS". TO THE MAXIMUM EXTENT PERMITTED BY LAW, TIK DISCLAIMS ALL WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE OR USE. TIK DOES NOT WARRANT THAT THE FUNCTIONS CONTAINED IN THE SOFTWARE WILL MEET ANY REQUIREMENTS OR NEEDS YOU MAY HAVE, OR THAT THE SOFTWARE WILL OPERATE ERROR FREE, OR IN AN UNINTERRUPTED FASHION, OR THAT ANY DEFECTS OR ERRORS IN THE SOFTWARE WILL BE CORRECTED, OR THAT THE SOFTWARE IS COMPATIBLE WITH ANY PARTICULAR PLATFORM. TIK IS NOT OBLIGATED TO PROVIDE ANY UPDATES TO THE SOFTWARE.
-6. LIMITATION OF LIABILITY. IN NO EVENT WILL TIK BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY INCIDENTAL, CONSEQUENTIAL, INDIRECT, SPECIAL, PUNITIVE, OR EXEMPLARY DAMAGES, INCLUDING BUT NOT LIMITED TO DAMAGES FOR LOSS OF BUSINESS, LOSS OF PROFITS, BUSINESS INTERRUPTION, LOSS OF OR DAMAGE TO RECORDS OR DATA, COST OF PROCUREMENT OF SUBSTITUTE GOODS, SERVICES OR TECHNOLOGY OR LOSS OF BUSINESS INFORMATION ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE, OR FOR ANY CLAIM BY ANY OTHER PARTY, EVEN IF TIK HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. TIK'S LIABILITY WITH RESPECT TO ITS OBLIGATIONS UNDER THIS AGREEMENT OR OTHERWISE WITH RESPECT TO THE SOFTWARE AND DOCUMENTATION OR OTHERWISE SHALL NOT EXCEED THE AMOUNT OF THE LICENSE FEE PAID BY YOU FOR THE SOFTWARE AND DOCUMENTATION GIVING RISE TO THE LIABILITY OR U.S. $50.00. BECAUSE SOME STATES/COUNTRIES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
-7. EXPORT RESTRICTIONS. THIS LICENSE AGREEMENT IS EXPRESSLY MADE SUBJECT TO ANY LAWS, REGULATIONS, ORDERS, OR OTHER RESTRICTIONS ON THE EXPORT FROM THE UNITED STATES OF AMERICA OF THE SOFTWARE OR INFORMATION ABOUT SUCH SOFTWARE WHICH MAY BE IMPOSED FROM TIME TO TIME BY THE GOVERNMENT OF THE UNITED STATES OF AMERICA. YOU SHALL NOT EXPORT THE SOFTWARE, DOCUMENTATION, OR INFORMATION ABOUT THE SOFTWARE AND DOCUMENTATION. PURCHASERS OF THE SOFTWARE ARE STRICTLY PROHIBITED FROM EXPORTING OR TRANSFERRING THE SOFTWARE, DOCUMENTATION, OR INFORMATION ABOUT THE SOFTWARE AND DOCUMENTATION, OR ANY RIGHTS GRANTED UNDER THE TERMS HEREOF, TO ANY INDIVIDUAL OR ENTITY EITHER (I) RESIDING IN ANY COUNTRY PROHIBITED BY THE UNITED STATES EXPORT ADMINISTRATION ACT OF 1979, OR REGULATIONS PROMULGATED THEREUNDER, OR (II) USING THE SOFTWARE FOR ANY PURPOSE PROHIBITED BY SAID ACT OR REGULATIONS, AND ANY SUCH ATTEMPTED TRANSFER OR EXPORT SHALL BE NULL AND VOID. TIK CERTIFIES THAT NEITHER THE SOFTWARE NOR ANY RELATED TECHNICAL DATA NOR THE DIRECT PRODUCTS THEREOF (I) ARE INTENDED TO BE USED FOR ANY PURPOSE PROHIBITED BY THE UNITED STATES EXPORT ADMINISTRATION ACT OF 1979 ["EXPORT ADMINISTRATION ACT"] OR REGULATIONS PROMULGATED THEREUNDER, INCLUDING, WITHOUT LIMITATION, NUCLEAR PROLIFERATION, OR (II) ARE INTENDED TO BE SHIPPED OR EXPORTED, EITHER DIRECTLY OR INDIRECTLY, TO ANY COUNTRY PROHIBITED BY THE EXPORT ADMINISTRATION ACT OR ANY OTHER SIMILAR ACT.
-8. CONFIDENTIALITY AND NON-DISCLOSURE You acknowledge that the Software and Documentation constitute confidential and proprietary information of TIK (the "Confidential Information"), and agree to hold the Confidential Information in strict confidence and safeguard same with at least as great a degree of care as you would use with your own most confidential materials and data relating to your business, but in no event less than a reasonable degree of care.
-
-9. TERMINATION. This License Agreement is effective until terminated. You may terminate this License Agreement at any time by destroying or returning to your supplier all copies of the Software and Documentation in your possession or under your control. This License Agreement shall terminate immediately if you violate the terms of this License Agreement. Upon such termination, you agree to destroy or return to TIK all copies of the Software and Documentation and to certify to TIK in writing that all known copies, including backup copies, have been destroyed.
-10. GENERAL.
-a. Law. This License Agreement shall be construed, interpreted and governed by the laws of the State of New York without regard to its conflict of law provisions. The parties hereby consent to the exclusive jurisdiction of the courts of New York State, waive any right to object to said jurisdiction based upon convenience or other bases, and further agree that any cause of action arising under this Agreement shall be brought exclusively in a court in New York County.
-b. Entire Agreement. This License Agreement shall constitute the entire Agreement between the parties hereto. Any waiver or modification of this License Agreement shall only be effective if it is in writing and signed by both parties hereto.
-c. No Waiver. No waiver of any provision hereof or of any right or remedy hereunder shall be effective unless in writing and signed by the party against whom such waiver is sought to be enforced. No delay in exercising, no course of dealing with respect to, or no partial exercise of any right or remedy hereunder shall constitute a waiver of any other right or remedy, or future exercise thereof.
-d. Severability. If any part of this License Agreement is found invalid or unenforceable by a court of competent jurisdiction, it shall be adjusted rather than voided, if possible, in order to achieve the intent of the parties to the extent possible, and the enforceability of the remaining provisions shall be unimpaired.
-e. Limitations. No action, regardless of form, arising out of this Agreement may be brought by you more than two (2) years after such cause of action shall have accrued.
-f. Assignment. You may not assign, sublicense, transfer, pledge, lease, rent or share your rights under this License Agreement. TIK may assign or delegate this Agreement or any right or obligation hereunder, by operation of law or otherwise, to any entity.
-g. Dispute Resolution Process. Should a dispute arise between the parties under or relating to this Agreement, you agree to notify TIK in writing as promptly as possible of any such dispute, including any dispute as to whether an event of default has occurred, and each party agrees that prior to initiating any formal proceeding against the other (except for the seeking of injunctive relief), the parties will each designate a representative for purposes of resolving this dispute. If the parties' representatives are unable to resolve the dispute within ten (10) business days, either may, upon written notice to the other party, require that the dispute be submitted to more senior representatives within each party (the "Senior Representatives"). The Senior Representatives of each party shall meet as soon as possible to negotiate in good faith to resolve the dispute. If the Senior Representatives are unable to resolve the dispute within ten (10) business days after submission of the dispute to them, or such longer period for resolution as may be mutually agreed in writing by the Senior Representatives, the dispute shall be settled by binding arbitration administered by and under the then-current rules of the American Arbitration Association ("AAA"). The location of any such proceeding shall be New York, New York. Judgment upon any award rendered by the arbitrator may be entered by any court having jurisdiction thereof. Any arbitrator shall be bound by the express terms of this Agreement and shall not change or modify any terms of this Agreement or make any award of damages in excess of that set forth in this Agreement or grant any relief not expressly set forth herein.
-
-h. Survival. The respective rights and obligations of the parties with respect to Section 2 [Ownership], Section 5 [Disclaimer of Warranty], Section 6 [Limitation of Liability], Section 8 [Confidentiality and Non-Disclosure], and this Section 9 [General Provisions] shall survive any termination or expiration of this Agreement.
-
-i. Remedies. The rights and remedies of the parties as set forth in this Agreement are not exclusive and are in addition to any other rights and remedies available to them in law or in equity.
-
-11. U.S. GOVERNMENT RESTRICTED RIGHTS. The Software (including the Documentation) is provided with RESTRICTED RIGHTS. Use, duplication, or disclosure by the Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause of DFARS 252.227-7013 [Rights in Technical Data - Non-Commercial Items] or subparagraph (c)(1) and (2) of the Commercial Computer Software-Restricted Rights clause at 48 CFR 52.227-19 as amended, or any successor regulations thereto.
-For Inquiries, please contact:
-
-The Infinite Kind, LLC
-1325 Rugby Road
-Charlottesville, VA 22903
-
-
-Additional content or code has been included based on the following:
-
-==Some Search Field Code==
- * Copyright (c) 2005, Christopher Atlan
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided
- * that the following conditions are met:
- *
- * * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- * * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- * * Neither the name of the nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
- * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
- * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
- * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/TeX b/sdk_container/src/third_party/portage-stable/licenses/TeX
deleted file mode 100644
index 71c71e57de2..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/TeX
+++ /dev/null
@@ -1,10 +0,0 @@
--------------------------------------------------------------------------
-The files in this directory are master files maintained personally by
-Donald E. Knuth. Nobody else is authorized to make any changes whatever
-to them! If you modify the files for any purpose, you must give your
-files a different name, so that installations of TeX throughout the world
-will be 100% compatible when they use the official source files.
-
-Please help preserve the integrity of TeX by reporting any violations of
-these rules to the TeX User Group.
--------------------------------------------------------------------------
diff --git a/sdk_container/src/third_party/portage-stable/licenses/TeX-other-free b/sdk_container/src/third_party/portage-stable/licenses/TeX-other-free
deleted file mode 100644
index b1e56bef6fb..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/TeX-other-free
+++ /dev/null
@@ -1,11 +0,0 @@
-The TeX Catalogue License Definitions: OTHER-FREE
-Licenses not clearly (or uniquely) defined, but believed free.
-
-This license statement is used in two distinct circumstances. Either
-the software is covered by a license that does not fit into any of the
-"formally" specified categories, but the CTAN catalogue team judges it
-usable by most users. Otherwise, the software consists of distinct
-parts to which different (free) licenses apply.
-
-While use is probably safe, each potential user should check the
-software's license statement (or statements) before using the software.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/TeamViewer b/sdk_container/src/third_party/portage-stable/licenses/TeamViewer
deleted file mode 100644
index d704a5e2e16..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/TeamViewer
+++ /dev/null
@@ -1,297 +0,0 @@
-TEAMVIEWER® END-USER LICENSE AGREEMENT
-
-PLEASE CAREFULLY REVIEW THE FOLLOWING TERMS AND CONDITIONS OF THIS
-END USER LICENSE AGREEMENT ("EULA”). This EULA is a legal
-agreement between you and TeamViewer GmbH (“TEAMVIEWER”) for
-the licensing and use of the TeamViewer software, which includes
-TeamViewer, TeamViewer Touch, TeamViewer Manager, TeamViewer
-Management Console, TeamViewer Portable, TeamViewer MSI Package,
-TeamViewer for iPad®, iPhone® and Android®, computer software and
-applications (“SOFTWARE”). This EULA also covers Software,
-any associated media, printed materials, and “online” or
-electronic documentation (collectively “PRODUCT”). Future
-releases of the Product may contain amendments to this EULA.
-
-BY CLICKING ‘I ACCEPT’ OR DOWNLOADING, OR OTHERWISE USING
-THE SOFTWARE, YOU ARE CONSENTING TO ALL OF THE TERMS AND
-CONDITIONS OF THIS EULA. IF YOU DO NOT AGREE TO ANY OF THE TERMS
-OF THIS EULA, PLEASE IMMEDIATELY RETURN, DELETE OR DESTROY ANY AND
-ALL COPIES OF THE SOFTWARE YOU MAY HAVE.
-
-1. LICENSE GRANT. Unless otherwise provided in the applicable
-Software documentation, TeamViewer grants you, under this EULA, a
-license to use the Product for an indefinite period of time. The
-license granted herein is non-exclusive and its scope is dependent
-on whether you use the Software for personal or commercial use.
-(i) Private Use of TeamViewer: if your use of the Software is for
-your private use, you may install the Software on private
-computers to be used in any one session at any one time; Private
-Use is use of TeamViewer for purposes that are of no commercial
-nature and for which you are neither directly nor indirectly paid
-(for more information see
-http://www.teamviewer.com/link/?url=569877) (ii) TeamViewer
-Business: you are allowed to install the Software on one computer
-and are only allowed to run up to three connections in Remote
-Control mode or have up to 15 participants in any Meeting on that
-one computer; (iii) on TeamViewer Premium: you are allowed to
-install the Software on an unlimited number of computers, out of
-all of the computers, you are only allowed to run one concurrent
-session at any time; however from a single computer you are
-allowed to establish up to 10 connections in Remote control mode
-or have up to 25 participants in any Meeting; or (iv) TeamViewer
-Corporate: you are allowed to install the Software on an unlimited
-number of computers, out of all of the computers, you are only
-allowed to run three concurrent sessions at any one time; however
-from a single computer you are allowed to establish up to 15
-connections in Remote control mode or have up to 25 participants
-in any Meeting; (v) TeamViewer Professional: The software may be
-licensed to one specified TeamViewer account. This TeamViewer
-account is accessed by a "Named User"¹ entering personal user
-data. After logging in to the TeamViewer account on any computer,
-the Named User can establish up to 10 connections in Remote
-Control mode or have up to 25 participants in any Meeting; or
-(vi) TeamViewer Enterprise: This software package may be licensed
-to three specified TeamViewer accounts. Each TeamViewer account
-is accessed by a Named User entering personal user data. After
-logging in to the TeamViewer account on any computer, the Named
-User can establish up to 10 connections in Remote Control mode or
-have up to 25 participants in any Meeting. Each Named User can
-establish up to 10 connections in Remote Control mode or have up
-to 25 participants in any Meeting. Based on the foregoing
-calculations, virtualized desktops or computers or other hardware
-running multiple operated systems shall be counted as individual
-computers towards the total count. Additional concurrent users of
-the Software will require the respective additional licenses.
-¹A "Named User" is a natural person named by the Customer, who
-has permission to use the software. This person is not entitled
-to pass on his/her log-in data to others.
-
-2. SUPPORT. In addition to your warranty claims, TeamViewer, in
-its sole determination, will provide you with support, which
-shall consist of: (i) telephone or electronic support to you in
-order to help you locate and, on your own, correct problems with
-the Product and / or (ii) supplying extensions, enhancements and
-other changes that TeamViewer may make to the Product and which
-is made publicly available, without additional charge, to other
-licensees of the Product that are enrolled in Support.
-
-3. BETA TESTING. TeamViewer can provide you with Beta test
-versions of Product “AS IS”, free of charge, and WITHOUT
-WARRANTY OF ANY KIND. Such provision is done so only for the
-purpose of assisting TeamViewer with testing functionality or
-compatibility. Should you use this test version, please provide
-TeamViewer with compelling feedback in whatever format you may
-wish, or are directed by (“CONTRIBUTION”). You expressly
-acknowledge that your participation in any beta testing is
-undertaken by you on a volunteer basis and that you shall have
-no right in the beta Product or Contribution, whether in original
-form (as provided to you) or in respect of any derivative work
-(whether or not based upon, in whole or in part, on any
-participation or feedback you may make). Notwithstanding the
-foregoing, you agree to grant to TeamViewer, free of charge, all
-rights of use in respect of your Contribution.
-
-4. RESTRICTIONS. Except as otherwise agreed in writing , you
-shall have no right and you shall not permit any third party to:
-(i) make error corrections to or otherwise modify or adapt the
-Product or decompile, decrypt, disassemble, reverse engineer or
-attempt to reconstruct or discover any source code or underlying
-ideas, algorithms, file formats or programming or interoperability
-interfaces of Product or of any files contained or generated
-using Product by any means whatsoever or otherwise reduce the
-Product to human-readable form, unless expressly permitted by law
-in each case; or (ii) circumvent or provide the method or means
-to circumvent any TMP in the Product; or (iii) use the Product in
-any manner not expressly authorised herein.
-
-5. SCOPE OF LICENSE. TeamViewer is the holder of all intellectual
-property rights in the Product, throughout the world. Please note
-that the Product may contain third-party software. With the
-license, you will be granted, according to Sec. 1, the
-non-exclusive right to use the Product, which shall constitute no
-sale. You shall be granted no furtherrights or titles in, or to,
-the Product in excess of this EULA. TeamViewer and its licensors
-retain ownership of all copies of the Product and reserves all
-rights not expressly granted to you under this EULA.
-
-6. CONSENT TO USE OF DATA. TeamViewer and you shall comply with
-the respective provisions of the applicable data protection laws.
-TeamViewer takes the protection of your personal data very
-seriously and strictly abides by the data protection laws.
-TeamViewer collects, processes and uses your data for the
-implementation and processing of the contractual relation with
-you, in particular for successfully establishing connections over
-the Internet. Beyond that, your data will not be used without
-your prior consent, in particular not for advertising purposes.
-Non-personal data may be collected automatically to offer you
-first-class service, especially to facilitate and improve the
-provision of software updates, Support, Content, TPM and other
-services.
-
-7. CONTENT UPDATES; TECHNOLOGICAL PROTECTION MEASURES
-(“TPM”). Some Products require, for optimum use and
-TeamViewer may provide to you, in a number of formats (feeds,
-definition files etc), content that is automatically,
-synchronised or updated from time to time with TeamViewer’s
-servers or systems (“CONTENT”). Such content may be
-provided for a limited time, from time to time, or in accordance
-with an applicable and valid Support agreement. The Products may
-also contain technological protection measures, for instance a
-license key or code, that prevents unlimited copying, or limit
-time of use or functionality in accordance with the type of
-license that you purchase (“TPM”). You consent that the
-Product will automatically contact TeamViewer to receive Content
-and, in addition, if and when any of the following events occur:
-(i) the Product is successfully installed by you; (ii) you fail
-to install the Product successfully; (iii) the Product has been
-successfully configured; (iv) there are changes to the
-Product’s license key or TPM; and / or (v) the Product is
-uninstalled. TeamViewer has offices worldwide and you acknowledge
-and consent that any data collected may be sent to any TeamViewer
-office or affiliate for processing, including locations outside
-of the USA and European Union. Your consent to this Section 7 is
-limited to any data not being your personal data. For any of your
-personal data collected, processed or otherwise used in
-connection with this Section 7, Section 6 applies accordingly.
-
-8. TERMINATION. You, as private user, and TeamViewer may terminate
-the present EULA at any time; otherwise, it may be terminated in
-accordance with the legal provisions. In case of termination, you
-must cease all use of the Product, destroy all copies (including
-any components) of the Product, or, at TeamViewer’s request,
-return such copies to TeamViewer. Sections 2, 5, 10, 11, 12 and
-13 of this EULA shall survive any termination of this EULA.
-
-9. EXPORT CONTROLS. You agree that the Product will not be used,
-shipped, transferred or exported into any country or to anyone:
-(i) which the EU or UN has embargoed goods; (ii) where the
-national legislation of the relevant EU Member State has
-embargoed goods; (iii) listed in any enacted Common Position on
-restrictive measures imposed by the EU; (iv) on the U.S. Treasury
-Department’s list of Specially Designated Nationals or the
-U.S. Commerce Department’s Table of Deny Orders; or (v) in any
-manner prohibited by the EU Common Foreign and Security Policy,
-the United States Export Administration Act, or any other export
-laws or regulations. By using the Product you represent that you
-are not located in, under the control of, or a national or
-resident of any such country or on any such list and you take
-full and sole responsibility for such use.
-
-10. WARRANTY. TeamViewer warrants its commercial users that the
-Product supplied will be free from defects for a period of two
-years from the date of receipt of the Product. No warranty for
-defects is provided to private users, unless such defect was
-maliciously concealed. Any supplements or updates to the Product,
-including without limitation, any (if any) service packs, patches
-or fixes provided to you are not covered by any warranty; they
-are rather provided ‘AS IS’. This warranty is personal to
-you and cannot be transferred.
-REMEDY: If a Product media defect arises and you have a valid
-claim, TeamViewer will remedy the defect by one of the following
-measures: (1) rectify the defect at no cost to you, using new or
-refurbished parts that are equivalent to new in performance and
-reliability, or (2) exchange the Product media with Product media
-that is new or refurbished, which is at least functionality
-equivalent to the original Product media, or (3) refund the
-purchase price of the original Product media subject to your
-provision of a valid receipt of purchase. The above regulations
-shall, of course, not affect any other rights that you may have
-by law. Rectification is free of charge for you.
-Warranty claims are excluded if failure of the Product has
-resulted from accident, abuse, misapplication, abnormal use, a
-virus, or use after an upgrade was made available to you.
-EXCEPT AS PROVIDED ABOVE, THE PRODUCT IS PROVIDED TO THE USER
-“AS IS”. TEAMVIEWER DOES NOT WARRANT THAT THE
-SPECIFICATIONS OR FUNCTIONS CONTAINED IN THE PRODUCT WILL MEET
-YOUR REQUIREMENTS, OR THAT THE OPERATION OF THE PRODUCT WILL BE
-UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE PRODUCT WILL
-BE CORRECTED. TEAMVIEWER DOES NOT WARRANT THAT THE PRODUCTS WILL
-WORK WITH THIRD-PARTY PRODUCTS. FURTHERMORE, TEAMVIEWER DOES NOT
-WARRANT THAT THE PRODUCTS OR SPECIFICALLY DESIGNED VERSIONS
-THEREOF WILL CONTINUE TO BE AVAILABLE THROUGH THIRD-PARTY ONLINE
-STORES OR MARKETS OR FOR SPECIFIC DEVICES MANUFACTURED BY THIRD
-PARTIES.
-
-11. LIMITATION OF LIABILITY:
-Unless otherwise provided herein, TeamViewer shall be liable in
-case of breach of contractual and non-contractual obligations as
-provided for under applicable law.
-TeamViewer shall be liable for damages – for whatever legal
-reason – only in case of intent or gross negligence. Moreover,
-TeamViewer shall be liable for damages to commercial users also
-in case of simple negligence resulting in injury to life, body or
-health or resulting in breach of an essential contractual
-obligation; in that case, however, liability shall be limited to
-replacement of the foreseeable, typical damage.
-The above limitations of liability shall not apply if TeamViewer
-has maliciously concealed a defect or has assumed liability for
-the condition of the goods. The same shall apply to your claims
-under the Product Liability Act.
-You may terminate or rescind this EULA due to breach of obligation
-that does not constitute a defect only if TeamViewer is
-responsible for such breach of obligation. Any other ordinary
-right of termination in excess of that shall be excluded for you.
-
-12. INDEMNIFICATION. You agree to indemnify and hold TeamViewer,
-its parent, partner, or subsidiary organizations, officers,
-agents and employees, harmless from any claim, loss, demand, or
-damage, including reasonable attorneys' fees, asserted by any
-third party due to or arising out of your breach of any provision
-of this EULA, your negligent or wrongful acts, and/or your
-violation of any applicable laws.
-
-13. ENTIRE AGREEMENT. This EULA (as may be amended by time to
-time) is the entire agreement between you and TeamViewer relating
-to the Product and the Support services (if relevant) and they
-supersede all prior or contemporaneous oral or written
-communications, proposals and representations with respect to the
-Product or Support services.
-
-14. GOVERNING LAW. This EULA shall be governed by the laws of
-Germany. TeamViewer and you consent to the exclusive jurisdiction
-of the courts located in Goeppingen, Germany.
-
-15. U.S. GOVERNMENT RIGHTS. If you are obtaining software on
-behalf of any part of the United States Government, the software
-and any documentation shall be deemed "commercial software" and
-"commercial computer software documentation", respectively,
-pursuant to DFAR Section 227.7202 and FAR 12.212 and 52.227-19,
-as applicable. Any use, modification, reproduction, release,
-performance, display or disclosure of the software shall be
-governed solely by the terms of this EULA shall be prohibited
-except to the extent expressly permitted by the terms of this
-EULA.
-
-16. MISCELLANEOUS. (i) In the event this EULA is found illegal,
-invalid or unenforceable, in part (or part of any provision),
-you and TeamViewer shall agree on a provision that best reflects
-the respective clause and that is legal, valid and enforceable;
-(ii) nothing in this EULA, express or implied, is intended to, or
-shall confer upon any other person or entity any legal or
-equitable right, benefit or remedy of any nature whatsoever;
-(iii) you may assign, pledge or otherwise transfer this agreement,
-or any rights or obligations hereunder to a third party only with
-TeamViewer’s prior written approval; and (iv) paragraph
-headings are for convenience and shall have no effect or
-interpretation.
-
-17. NOTICES. All notices must be made in writing, and an email
-shall be sufficient. All notices must be addressed to:
-
-TeamViewer GmbH
-Legal Department
-C/O: General Manager
-Kuhnbergstr. 16
-73037 Goeppingen
-Germany
-Email: legal@teamviewer.com
-
-Copyright © 2012 TeamViewer GmbH. All rights reserved. All
-trademarks belong to their respective owners.
-
-Windows® is a trademark of the Microsoft group of companies.
-iPhone® and iPad® are trademarks of Apple Inc., registered in
-the U.S. and other countries. Android™ is a trademark of
-Google Inc.
-
-Revised November 2012
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Tenable-Master-Agreement b/sdk_container/src/third_party/portage-stable/licenses/Tenable-Master-Agreement
deleted file mode 100644
index b185a63d2fb..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Tenable-Master-Agreement
+++ /dev/null
@@ -1,641 +0,0 @@
-TENABLE MASTER AGREEMENT
-This Master Agreement (this “Agreement”) is made by and between Tenable (as defined below) and the customer licensing Products
-and/or receiving services (“Customer”) with an effective date as of the date Customer clicks to accept this Agreement (the “Effective
-Date”). Hereinafter, each of Tenable and Customer may be referred to collectively as the “Parties” or individually as a “Party”.
-
-1. Definitions.
-
-(a) “Affiliate” means any entity that controls, is controlled by, or is under common control with a Party. “Control” shall mean:
-(1) ownership (either directly or indirectly) of greater than fifty percent (50%) of the voting equity or other controlling equity of another
-entity; or (2) power of one entity to direct the management or policies of another entity, by contract or otherwise.
-
-(b) “Documentation” means the then-current official user manuals and/or documentation for the Products available at
-docs.tenable.com (or a successor location).
-
-(c) “Hosted Services” are a type of service offered through Tenable’s cloud-based software as a service (SaaS) platform and
-include Scans and access to and use of the hosted environment (the “Hosted Environment”).
-
-(d) “Product(s)” means any of the products that Tenable offers, including Software, Hosted Services, Hardware (if any),
-Support Services and Professional Services.
-
-(e) “Professional Services” means services purchased, including consulting services which are relevant to the implementation
-and configurations of Tenable Products as well as on-site or virtual training courses. Generally, Professional Services are defined either
-in a separate SOW or a Services Brief. Professional Services do not include the Hosted Services or Support Services.
-
-(f) “Scan(s)” are a function performed by the Software and/or the Hosted Services on Scan Targets, which are conducted in
-order to provide data to Customer regarding its network security. “PCI Scans” are a specific type of Scan designed to assess compliance
-with the Payment Card Industry Data Security Standard. “Scan Data” is the resulting information created by the Scan. “Scan Target(s)”
-are the targets or subjects of a Scan.
-
-(g) “Services Brief” means the document which outlines Tenable’s basic, pre-packaged installation or training Professional
-Services offered under a Tenable SKU and which do not require a separate SOW. Current versions of Services Briefs may be found at
-http://static.tenable.com/prod_docs/tenable_slas.html (or a successor location). For the avoidance of doubt, Customer may purchase
-commercial off the shelf SKU-based Professional Services without executing a separate Statement of Work. A “SOW” or “Statement
-of Work” shall further describe Professional Services, the terms of which may be customized and which shall require execution by the
-Customer.
-
-(h) “Software” means each software product made available by Tenable under this Agreement for download. Software
-includes patches, updates, improvements, additions, enhancements and other modifications or revised versions of the same that may be
-provided to Customer by Tenable from time to time.
-
-(i) “Technical Data” means data Customer uploads or runs through or on the Products, or is otherwise generated thereby,
-including information regarding licensing metrics and product behavioral data.
-
-(j) “Tenable” means: (i) Tenable, Inc., if Customer is a commercial entity or individual located in North or South America
-(Tenable, Inc. is a Delaware corporation having offices at 6100 Merriweather Drive, 12th Floor, Columbia, MD 21044); (ii) Tenable
-Public Sector LLC, if Customer is an agency or instrumentality of the United States Government, a commercial entity operating
-predominantly as a federal systems integrator for eventual sale or resale or for the benefit of the United States Government, or an agency
-or instrumentality of a State or local government within the United States (Tenable Public Sector LLC is a Delaware limited liability
-company having offices at 6100 Merriweather Drive, 12 th Floor, Columbia, MD 21044); or (iii) Tenable Network Security Ireland
-Limited, if Customer is located outside of North or South America (Tenable Network Security Ireland Limited is a private limited
-company having offices at 81b Campshires, Sir John Rogerson’s Quay, Dublin 2, Ireland).
-
-2. Orders and Transactions.
-
-(a) Reseller Transactions. If Customer purchases Tenable Products through an authorized Tenable reseller (a “Reseller”), all
-terms related to pricing, billing, invoicing and payment (“Payment Terms”) set forth in this Agreement (if any) shall not apply. For the
-avoidance of doubt, all such Payment Terms shall be as agreed to between Customer and Reseller. To place an order, Customer shall
-provide the Reseller with a purchase order (or other similar document acceptable to Reseller) in response to a valid quote from such
-Reseller. Following Reseller’s receipt of such purchase order, Tenable shall issue a sales order confirmation or other similar order
-acceptance document (the “Ordering Document”). No order shall be deemed accepted by Tenable until Tenable issues the Ordering
-Document. The Ordering Document shall set forth all Products (and corresponding licensing metrics) purchased by Customer.
-
-(b) Direct Transactions. If the Parties have agreed to transact directly, the following Payment Terms shall apply. Customer
-agrees to pay all amounts due as specified in a Tenable invoice. Fees for Hosted Services are charged for access to the Host Environment
-(as defined herein), not actual usage. Payment is due within thirty (30) days from the date of Tenable’s invoice to Customer. Customer
-will pay directly or reimburse Tenable for any taxes (including, sales or excise taxes, value added taxes, gross receipt taxes, landing
-fees, import duties and the like), however designated and whether foreign or domestic, imposed on or arising out of this Agreement.
-Notwithstanding the foregoing, Tenable will be solely responsible for its income tax obligations and all employer reporting and payment
-obligations with respect to its personnel. Customer agrees to pay Tenable without deducting any present or future taxes, withholdings
-or other charges except those deductions it is legally required to make. If Customer is legally required to make any deductions or
-withholding, Customer agrees to provide evidence of such withholding upon request. If a certificate of exemption or similar document
-or proceeding is necessary in order to exempt any transaction from a tax, Customer shall provide such certificate or document to Tenable.
-
-(c) Delivery and Installation. Delivery of Tenable Products (“Delivery”) shall be deemed to occur on the date of availability
-for electronic download or electronic access. Tenable has no duty to provide installation services for Tenable Products unless installation
-services are purchased separately.
-
-3. Term and Termination.
-
-(a) Agreement Term. This Agreement shall commence upon the Effective Date and continue until terminated in accordance
-with the terms set forth herein.
-
-(b) License Term and Renewals. The “License Term” is the term of the license or subscription for Products as set forth in the
-Ordering Document. If this Agreement has been signed by both Parties, then unless otherwise agreed to in writing, any License Term,
-including renewals, shall be governed by the terms set forth herein. If this Agreement has been accepted via shrinkwrap or clickthrough,
-upon any renewal of the License Term, the terms then available at http://static.tenable.com/prod_docs/tenable_slas.html (or a
-successor location) will govern such renewal. Customer agrees that use of the Products at the time of such renewal will be deemed full
-and adequate acceptance of the updated terms.
-
-(c) Termination for Cause. Either Party may terminate this Agreement for cause if the other Party materially breaches this
-Agreement provided that such breaching Party has received written notice of such breach and failed to cure such breach within thirty
-(30) days. If this Agreement is terminated for cause by either Party, Customer shall remove all copies of the Products from any Customer
-systems and cease to use any Software or Hosted Services purchased hereunder. Further, Customer shall certify to Tenable that it has
-returned or destroyed all copies of the Software. If this Agreement is terminated for cause by Tenable, Customer shall remain responsible
-for any outstanding payment obligations throughout the rest of the License Term.
-
-(d) Termination for Convenience. Customer may terminate this Agreement for any lawful reason upon ninety (90) days’ prior
-written notice to Tenable. If Customer terminates for convenience, Customer shall not receive a refund and shall remain obligated to
-pay for Products for which it has previously entered into a transaction as well as any additional payment obligations agreed upon prior
-to the termination date.
-
-4. Products.
-
-(a) Product-Specific Terms. Pursuant to this Agreement, Customer may receive the right to use various Products as further
-described in the attached schedules (each, a “Schedule”). Terms related to Customer’s use of Software are described in Schedule A
-(Software). Terms related to Customer’s use of Hosted Services are described in Schedule B (Hosted Services). Terms related to the
-provision of Professional Services are described in Schedule C (Professional Services). For each Product, Customer will have the right
-to use the corresponding Documentation.
-
-(b) Licensing Model. Product licenses shall be in accordance with the terms of the applicable licensing model as set forth in
-the Documentation and/or the Ordering Document, which may include limitations on Scan Targets, compute, storage, resource
-utilization, License Term, the number of users, seats, licenses and/or types of modules licensed. Product licenses shall commence upon
-Delivery and shall be either perpetual or subscription in nature. Tenable shall use commercially reasonable efforts to meter resource
-utilization and assess likeness or uniqueness of Scan Targets within each Product/module licensed. If Customer exceeds the license
-restrictions, Customer must purchase an upgraded license to allow for all actual or additional usage, and Tenable or its Reseller may
-promptly invoice Customer for any such overages at a price not to exceed Tenable’s then-current rates. Discrepancies in Scan Target
-or utilization count is the sole responsibility of the Customer to resolve.
-
-(c) Restrictions on Use. Customer shall not directly or indirectly: (i) decompile, disassemble, reverse engineer, or otherwise
-attempt to derive, obtain or modify the source code of the Products; (ii) reproduce, modify, translate or create derivative works of all or
-any part of the Products; (iii) remove, alter or obscure any proprietary notice, labels, or marks on the Products; (iv) without Tenable’s
-prior written consent, use the Products in a service bureau, application service provider or similar capacity; (v) without signing Tenable’s
-Managed Security Services Provider Addendum, use the Products to provide any managed service to a third party; (vi) use the Products
-in order to create competitive analysis or a competitive product or service; (vii) copy any ideas, features, functions or graphics in the
-Product; or (viii) without Tenable’s prior written consent, interfere with or disrupt performance of Hosted Services (e.g., perform
-penetration testing on Tenable systems). Customer may only use the Products to manage or gather information from Scan Targets
-owned or hosted by Customer or its Affiliates, or third parties for which Customer has received express authorization to Scan.
-
-(d) Intellectual Property in Products. This Agreement does not transfer to Customer any title to or any ownership right or
-interest in the Products. Any rights in the Products not expressly granted in this Agreement are reserved by Tenable. If Customer
-provides Tenable with any comments, suggestions, or other feedback regarding the Product, Customer hereby assigns to Tenable all
-right, title and interest in and to such feedback. For clarity, such feedback shall not contain Customer Confidential Information and shall
-not reference or identify Customer or its users.
-
-(e) Customer Requirements. In order to use the Products, Customer must meet or exceed the specifications found in the
-Documentation.
-
-(f) Product Features. Customer agrees that purchase of any Product is not contingent on the delivery of any future
-functionality or features, or dependent on any oral or written public comments made by Tenable regarding future functionality or
-features. Tenable reserves the right to withdraw features from future versions of the Products provided that: (i) the core functionality of
-the affected Product remains the same; or (ii) Customer is offered access to a product or service providing materially similar functionality
-as the functionality removed from the affected Product. The preceding remedies under this Section 4(f) are the sole remedies available
-if Tenable withdraws features from the Products.
-
-(g) Rights Granted to Tenable. Provided that Tenable shall not publicly disclose any Customer Confidential Information,
-Tenable may: (i) use Technical Data for reasonable business purposes, including Support Services, license validation, research and
-development, feature creation, and Product testing; (ii) include aggregated and anonymized Technical Data in public materials; and (iii)
-retain Technical Data which is anonymized after the termination of this Agreement.
-
-(h) Hardware. Any Hardware purchased under this Agreement (if any) will be subject to the terms and conditions of Schedule
-D located at http://static.tenable.com/prod_docs/tenable_slas.html (or a successor location).
-
-(i) Temporary Limitation. If Tenable reasonably believes: (i) Customer’s use of the Products places an unreasonable or
-disproportionate burden on the Products; (ii) Customer’s use of the Products poses a risk or threat to the Products (including any systems
-supporting the Products), Tenable, or a third party; or (iii) Customer’s usage exceeds the limitations of the license, then Tenable may
-temporarily limit Customer’s access to or use of the Products or any specific feature therein. Tenable may also suspend or limit access
-to the Products if Customer fails to make any payments related to this Agreement. Tenable will, to the extent practical under the
-circumstances, use commercially reasonable efforts to provide Customer with prior written notice of any such limitation (email or in
-product messaging shall be sufficient). When commercially reasonable, Tenable shall promptly restore access once the Customer has
-remediated the issue. For the avoidance of doubt, Customer is responsible for all normal fees during any period for which usage or
-access is limited pursuant to this section.
-
-(j) Additional Details on Use Restrictions for Tenable Security Network Ireland Limited. The following shall only apply for
-transactions with Tenable Security Network Ireland Limited. Notwithstanding anything in Section 4(c), decompiling the Product is
-permitted to the extent the laws of Customer’s jurisdiction give Customer the right to do so to obtain information necessary to render
-the Products interoperable with other software; provided, however, that Customer must first request such information from Tenable and
-Tenable may, in its discretion, either provide such information to Customer or impose reasonable conditions, including a reasonable fee,
-on such use of the Products to ensure that its proprietary rights in the Product are protected.
-
-5. Support.
-
-(a) Support Services. Tenable shall provide Customer with support services (the “Support Services”) in accordance with
-Tenable’s then-current Technical Support Plans (available at http://static.tenable.com/prod_docs/tenable_slas.html or a successor
-location) and consistent with Tenable’s End of Life and End of Sale definitions contained therein. The Support Services include bug
-fixes, updates (including new vulnerability plug-ins), or enhancements that Tenable makes generally available to users of the Products.
-The Support Services also include the provision of new minor (Example: 1.1.x to 1.2.x, etc.) and major version releases of the Products
-(Example: 1.x to 2.x, etc.).
-
-(b) Support Fees. Standard Support Services for Products licensed for a finite License Term will be provided at no additional
-charge beyond the license fee for the duration of the License Term. Support Services for Products licensed on a perpetual basis must
-be purchased separately in advance. In all cases, premium support may be purchased at an additional charge. If during the course of a
-perpetual license Customer terminates or fails to renew the Support Services, Customer may, at any time during the term of this
-Agreement, request that Tenable reinstate the Support Services provided that Customer pays for the lapsed Support Services in an
-amount equal to the total fees Customer would have paid for the Support Services between the time Customer’s Support Services lapsed
-and the then-current date.
-
-6. Confidentiality.
-
-(a) Definition. “Confidential Information” means information learned or disclosed by a Party under this Agreement that
-should reasonably be assumed to be confidential or proprietary, including the Products and the terms of this Agreement. Confidential
-Information will remain the property of the disclosing Party, and the receiving Party will not be deemed by virtue of this Agreement or
-any access to the Confidential Information to have acquired any right, title or interest in or to the Confidential Information.
-
-(b) Obligations. Each Party agrees to only use the Confidential Information in connection with this Agreement or a purchase
-hereunder. The receiving Party agrees to hold the disclosing Party’s Confidential Information confidential using at least the same level
-of protection against unauthorized disclosure or use as the receiving Party normally uses to protect its own information of a similar
-character, but in no event less than a reasonable degree of care. Each Party may share Confidential Information with its Affiliates or
-authorized contractors in the performance of its duties under this Agreement; provided, however, that each Party shall be responsible to
-ensure that such Affiliate or authorized contractors are bound by obligations of confidentiality at least as stringent as those set forth in
-this Agreement.
-
-(c) Exclusions. Confidential Information shall not include information that: (i) is already known to the receiving Party free of
-any confidentiality obligation; (ii) is or becomes publicly known through no wrongful act of the receiving Party; (iii) is rightfully
-received by the receiving Party from a third party without any restriction or confidentiality; or (iv) is independently developed by the
-receiving Party without reference to the Confidential Information. Confidential Information does not include Scan Data that has been
-aggregated or anonymized so that it is not attributable to the disclosing Party. If Customer requests or performs scans on third party
-Scan Targets, and such third party inquires with Tenable about the scan, Tenable shall inform Customer and allow Customer to resolve
-any disputes with the third party. If Customer fails to contact the third party, Customer agrees that Tenable may provide Customer’s
-business contact information to the owner of the Scan Targets as well as to relevant authorities, and such disclosure shall not be
-considered a breach of confidentiality.
-
-(d) Sensitive Information. The Parties agree that Customer’s disclosure of sensitive, personal information (e.g., social security
-numbers, national identity card numbers, personal credit card information, racial or ethnic origin, political opinions, religious or
-philosophical beliefs, trade union membership, genetic data, biometric data, and health care data) (“Sensitive Information”) is not
-required for Tenable to perform its duties under this Agreement or sell any Products hereunder. If Customer inadvertently or
-unintentionally discloses any Sensitive Information to Tenable, Customer shall identify to Tenable that it has disclosed Sensitive
-Information and Tenable shall promptly return and/or destroy such Sensitive Information.
-
-(e) Legal Disclosures; Remedies. The receiving Party may disclose Confidential Information if required to do so by law
-provided the receiving Party shall promptly notify the disclosing Party so that the disclosing Party may seek any appropriate protective
-order and/or take any other action to prevent or limit such disclosure. If required hereunder, the receiving Party shall furnish only that
-portion of the Confidential Information disclosure of which is legally required. The receiving Party acknowledges and agrees that the
-breach of any term, covenant or provision of this Agreement may cause irreparable harm to the disclosing Party and, accordingly, upon
-the threatened or actual breach by the receiving Party of any term, covenant or provision of this Agreement, the disclosing Party shall
-be entitled to seek injunctive relief, together with any other remedy available at law or in equity. The receiving Party will notify the
-disclosing Party promptly of any unauthorized use or disclosure of the disclosing Party’s Confidential Information.
-
-7. Representations and Warranties; Disclaimer.
-
-(a) Warranty of Authority. The Parties hereby represent and warrant that they have the full power and authority to enter into
-this Agreement.
-
-(b) Products. Product warranties and associated warranty periods are set forth in the relevant Schedules.
-
-(c) Antivirus Warranty. Tenable represents it has taken commercially reasonable efforts to ensure that the Products, at the
-time of Delivery, are free from any known and undisclosed virus, worm, trap door, back door, timer, clock, counter or other limiting
-routine, instruction or design that would erase data or programming or otherwise cause the Products to become inoperable or incapable
-of being used in the manner for which it was designed or in accordance with the Documentation.
-
-(d) Warranty Disclaimer. EXCEPT AS EXPRESSLY STATED IN THIS AGREEMENT AND TO THE GREATEST
-EXTENT PERMITTED BY LAW, TENABLE OFFERS ITS PRODUCTS “AS-IS” AND MAKES NO OTHER WARRANTY OF
-ANY KIND, WHETHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING ANY WARRANTIES OF TITLE,
-NONINFRINGEMENT, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, SECURITY, INTEGRATION,
-PERFORMANCE AND ACCURACY, AND ANY IMPLIED WARRANTIES ARISING FROM STATUTE, COURSE OF
-DEALING, COURSE OF PERFORMANCE OR USAGE OF TRADE. THE WARRANTIES SET FORTH IN THIS AGREEMENT
-ARE MADE TO CUSTOMER FOR CUSTOMER’S BENEFIT ONLY. CUSTOMER’S USE OF THE PRODUCTS IS AT
-CUSTOMER’S OWN RISK. CUSTOMER UNDERSTANDS THAT ASSESSING NETWORK SECURITY IS A COMPLEX
-PROCEDURE, AND TENABLE DOES NOT GUARANTEE THAT THE RESULTS OF THE PRODUCTS WILL BE ERROR-FREE
-OR PROVIDE A COMPLETE AND ACCURATE PICTURE OF CUSTOMER’S SECURITY FLAWS, AND CUSTOMER AGREES
-NOT TO RELY SOLELY ON SUCH PRODUCTS IN DEVELOPING ITS SECURITY STRATEGY. CUSTOMER
-ACKNOWLEDGES THAT THE PRODUCTS MAY RESULT IN LOSS OF SERVICE OR HAVE OTHER IMPACTS TO
-NETWORKS, ASSETS OR COMPUTERS (INCLUDING MODIFICATION OF SCAN TARGETS), AND CUSTOMER IS SOLELY
-RESPONSIBLE FOR ANY DAMAGES RELATING TO SUCH LOSS OR IMPACT.
-
-8. Limitation of Liability.
-
-(a) Direct Damages. The cumulative liability of one Party to the other for all claims arising from or relating to the Products
-or this Agreement (including without limitation, any cause of action sounding in contract, tort or strict liability) shall be limited to proven
-direct damages in an amount not to exceed, in the aggregate, the fees paid by Customer for the Products over the twelve (12) months
-immediately prior to the event giving rise to the claim.
-
-(b) Indirect Damages. Neither Party shall be liable to the other for any indirect, incidental, special, punitive, consequential or
-exemplary damages regardless of the nature of the claim. This prohibition on indirect damages shall include, but not be limited to, claims
-based on lost profits, cost of delay, any failure of Delivery, business interruption, cost of lost or damaged data, or liabilities to any third
-parties even if such Party is advised of the possibility thereof.
-
-(c) Carve Outs. The liability caps set forth in Sections 8(a) and 8(b) shall not apply to damages resulting from:
- (i) personal injury or death;
- (ii) fraud or willful misconduct;
- (iii) indemnification obligations set forth in Section 9 (Indemnification); or
- (iv) Customer’s breach of Section 4(c) (Restrictions on Use).
-
-(d) Limitations; Time Period. Each of the limitations set forth in this Section 8 shall be enforced to the fullest extent of the
-law. Any laws preventing such limitations shall only apply to the extent required by law and the remaining unaffected terms shall apply
-in full. Unless expressly prohibited by law, each Party shall have a period of no greater than twelve (12) months from the date the cause
-of action accrues to bring a claim against the other Party for such cause of action.
-
-9. Indemnification.
-
-(a) Indemnification Obligations.
- (i) By Tenable. Tenable shall (at its sole cost and expense): (i) defend and/or settle on behalf of Customer (including
-Customer’s officers, directors, employees, representatives and agents); and (ii) indemnify Customer for, any third party claims brought
-against Customer based upon a claim that Customer’s use of the Products in accordance with this Agreement infringes or misappropriates
-such third party’s intellectual property rights in a jurisdiction which is signatory to the Berne Convention.
- (ii) By Customer. Customer shall (at its sole cost and expense): (i) defend and/or settle on behalf of Tenable (including
-Tenable’s officers, directors, employees, representatives and agents) and (ii) indemnify Tenable for, any third party claims brought
-against Tenable arising out of or relating to Customer’s use of the Products to perform Scans on third party Scan Targets, except to the
-extent that any such claim or action is caused by a failure of the Products to materially comply with the Documentation.
-
-(b) In Case of Infringement. If Customer’s use of the Products is, or in Tenable’s opinion is likely to be, the subject of an
-infringement claim, Tenable may, in its sole discretion and expense: (i) modify or replace the infringing Products as necessary to avoid
-infringement, provided that the replacement Products are substantially similar in functionality; (ii) procure the right for Customer to
-continue using the infringing Products; or (iii) terminate this Agreement and, upon Customer’s return or certified destruction of the
-infringing Product, provide Customer a pro-rata refund calculated as follows: (x) for infringing Products licensed on a subscription
-basis, the refund shall consist of any prepaid but unused fees for the remainder of the applicable License Term; or (y) for infringing
-Software licensed on a perpetual basis or infringing Hardware, the refund shall consist of a straight line depreciation of the license fee
-based on a three (3) year useful life as well as any prepaid but unused fees for separately charged Support Services. This Section 9 sets
-forth Tenable’s sole and exclusive liability and Customer’s sole and exclusive remedy with respect to any claim of intellectual property
-infringement.
-
-(c) Exclusions. Tenable shall have no liability with respect to a third party intellectual property infringement claim arising out
-of: (i) modifications of the Product made by Customer or a party under its control to conform with Customer’s specifications; (ii)
-modifications of the Product made by anyone other than Tenable or a Tenable authorized third party; (iii) Customer’s use of the Product
-in combination with other products or services not provided by Tenable; (iv) Customer’s failure to use any updated versions of the
-Product made available by Tenable; or (v) Customer’s use of the Product in a manner not permitted by this Agreement or otherwise not
-in accordance with the Documentation.
-
-(d) Requirements. The indemnitor shall only be responsible for the indemnification obligations set forth in this Section 9 if
-the indemnitee: (i) provides the indemnitor prompt written notice of such action or claim; (ii) gives the indemnitor the right to control
-and direct the investigation, defense, and/or settlement of such action or claim; (iii) reasonably cooperates with the indemnitor in the
-defense of such a claim (at the indemnitor’s expense); and (iv) is not in breach of this Agreement. Nothing herein shall prevent the
-indemnitee from engaging in defense of any such claim with its own legal representation, provided that this does not materially prejudice
-the indemnitor’s defense. The indemnitor may not settle any claim on behalf of the indemnitee without obtaining the indemnitee’s prior
-written consent; provided, however, the indemnitor shall not be required to obtain consent to settle a claim which settlement consists
-solely of: (x) discontinued use of infringing Products and/or (y) the payment of money for which the indemnitor has a duty to indemnify.
-
-10. Legal Compliance.
-
-(a) Generally. The Products are intended solely for lawful purposes and use. Both Parties, and their agents and Affiliates,
-agree to perform their respective obligations in an ethical manner that complies with all applicable national, federal, state and local laws,
-statutes, ordinances, regulations and codes (“Applicable Laws”) including, without limitation, the Computer Fraud and Abuse Act
-(CFAA), 18 USC Sec. 1030, the U.S. Foreign Corrupt Practices Act of 1977, as amended, and the UK Bribery Act of 2010. If Customer
-violates this Section 10, Tenable may terminate this Agreement immediately.
-
-(b) Trade Controls. Applicable Laws include U.S. export laws (including the International Traffic in Arms Regulation (ITAR),
-22 CFR 120-130, and the Export Administration Regulation (EAR), 15 CFR Parts 730 et seq.) and the anti-boycott rules implemented
-by the Departments of Commerce and Treasury. Information regarding export classifications of Tenable’s Products may be found on
-its website (www.tenable.com/export-controls or a successor location). Customer agrees that it will be the exporter of record any time
-it causes the Products to be accessed outside the United States or by a national of any country other than the United States. The Parties
-further agree to comply with trade and economic sanctions, rules, and regulations of the United States, European Union, EU member
-states, United Kingdom and other applicable government authorities and shall not engage in prohibited trade to persons or entities who
-are the subject of an active sanction, embargo, or executive order. Customer hereby acknowledges and confirms that Customer
-(including Customer’s officers, directors, employees, representatives and agents): (i) is not included on, owned or controlled by an
-individual or entity included on, or acting on behalf of an individual or entity included on any of the restricted party lists maintained by
-the U.S. Government (e.g., Specially Designated Nationals List, Foreign Sanctions Evader List, Sectoral Sanctions Identification List,
-Denied Persons List, Unverified List, Entity List or List of Statutorily Debarred Parties) (collectively, “Restricted Parties”); (ii) will not
-export, re-export, transfer, re-transfer or otherwise ship, directly or indirectly, the Products or related technology to or for use by or for
-Restricted Parties; (iii) will not export, re-export, transfer, re-transfer or otherwise ship, directly or indirectly, the Products or related
-technology to or for use in, by or for countries or territories subject to U.S. economic sanctions (e.g., Crimea, Cuba, Iran, North Korea,
-or Syria); or (iv) will not use or sell the Products for nuclear end-uses, rocket systems, unmanned air vehicles, chemical or biological
-weapons, maritime nuclear propulsion, weapons of mass destruction or other restricted end-uses except to the extent consistent with
-Trade Control Laws.
-
-(c) Data Processing Addendum. To the extent applicable, if Tenable is processing personal information on behalf of Customer
-under any applicable data protection law (e.g., the European Union’s General Data Protection Regulation 2016/679), then such
-processing shall be in accordance with Tenable’s Data Processing Addendum located at
-http://static.tenable.com/prod_docs/tenable_slas.html (or a successor location).
-
-11. Governing Law; Venue.
-
-(a) For transactions with Tenable, Inc. and Tenable Public Sector LLC, this Agreement shall be governed in all respects by
-the laws of the State of Delaware, USA, without regard to choice-of-law rules or principles. The Parties agree that: (i) no aspect or
-provision of the Uniform Computer Information Transactions Act shall apply to this Agreement; and (ii) this Agreement shall not be
-governed by the U.N. Convention on Contracts for the International Sale of Goods. The Parties hereby submit to the exclusive
-jurisdiction of the courts of Howard County, Maryland, and the United States District Court for Maryland, Baltimore Division, for any
-question or dispute arising out of or relating to this Agreement. Due to the high costs and time involved in commercial litigation before
-a jury, the Parties waive all right to a jury trial with respect to any issues in any action or proceeding arising out of or related to this
-Agreement.
-
-(b) For transactions with Tenable Network Security Ireland Limited, this Agreement and any issues, disputes or claims arising
-out of or in connection with it (whether contractual or non-contractual in nature such as claims in tort, from breach of statute or regulation
-or otherwise) (“Disputes”) shall be governed by, and construed in accordance with, the laws of Ireland. Customer expressly agrees with
-Tenable that this Agreement shall not be governed by the U.N. Convention on Contracts for the International Sale of Goods, the
-application of which is expressly excluded. All Disputes arising out of or relating to this Agreement shall be subject to arbitration within
-the meaning of the Arbitration Act 2010 or any legislation amending or repealing that act and shall be an arbitration conducted in Dublin,
-Ireland in the English language and shall be governed by the Arbitration Act 2010. Notwithstanding the foregoing, nothing in this
-Agreement shall limit the right of either Party to seek any injunctive, equitable or other interlocutory relief as it may be entitled to in the
-Courts of Ireland.
-
-12. Other Legal Clauses.
-
-(a) Third Parties. Customer may permit a third party (“Customer’s Agent”) to use the Products to perform security services
-for and on behalf of Customer but solely for Customer’s benefit and solely for Customer’s internal business purposes. Customer shall
-be fully responsible for Customer’s Agent’s use of the Products, including liability for any breach of this Agreement or use beyond the
-licensed quantities set forth in the Ordering Document. If Customer elects to utilize a Customer’s Agent to perform Scans on its behalf,
-then only Customer’s Agent (and not Customer) will be permitted to contact Tenable Support Services. Tenable shall have the right to
-withdraw its consent to the use of any Customer’s Agent in its reasonable discretion.
-
-(b) Notices. Any legal notices or other communication pursuant to this Agreement must be in writing, in English, and will be
-deemed to have been duly given when delivered if delivered personally or sent by recognized overnight express courier. All notices to
-Tenable must be sent to the address described in this Agreement to the attention of the Legal Department (unless otherwise specified by
-Tenable). All notices Tenable sends to Customer shall be at the physical address referenced in this Agreement (or otherwise provided
-to Tenable). Tenable may provide notices with regard to Products via the email address Customer provided during Product registration
-and Customer hereby consents to receive such communications from Tenable in an electronic form.
-
-(c) Assignment. Neither Party may assign or otherwise transfer this Agreement without the other Party’s prior written consent,
-which will not be unreasonably withheld; provided, however, either Party may transfer this Agreement to an Affiliate or in connection
-with a merger or sale of all (or substantially all) of the stock or other ownership units of such Party. Customer must complete Tenable’s
-License Assignment Request Form (to be provided upon request) in order to complete assignment of this Agreement.
-
-(d) Force Majeure. With the exception of payment, neither Party shall be liable for any loss or delay (including failure to meet
-the service level commitment) resulting from any force majeure event, including, but not limited to, acts of God, fire, natural disaster,
-terrorism, labor stoppage, Internet service provider failures or delays, civil unrest, war or military hostilities, or criminal acts of third
-parties, and any Delivery date shall be extended to the extent of any resulting delay.
-
-(e) Language. The language of this Agreement is English and all invoices and other documents given under this Agreement
-must be in English to be effective. No translation, if any, of this Agreement or any notice will be of any effect in the interpretation of
-this Agreement or in determining the intent of the parties. The Parties have expressly agreed that all invoices and related documents be
-drafted in English. The following shall apply solely for Agreements which are under French Canadian jurisdiction: C’est la volonté
-expresse des parties que la presente convention ainsi que les documents qui s’y rattacent soient rediges en anglais.
-
-13. Evaluations and NFR Licenses.
-
-(a) Evaluations. If Customer wants to conduct an evaluation, proof of value or other similar trial of Tenable Products
-(“Evaluation Products”), Tenable may (in its sole discretion) provide evaluation licenses for such Evaluation Products in accordance
-with the following: (i) Customer shall have no obligation to make payment for such Evaluation Product for such evaluation usage; (ii)
-the license term will expire at the end of the agreed-upon evaluation period, at which time Customer must either return or destroy the
-Software and cease access to the Hosted Services; and (iii) Tenable shall have no obligation to provide Support Services.
-Notwithstanding the foregoing, to facilitate a transition from an evaluation to a paid subscription, in certain cases Tenable may allow
-Customer to continue to use containers (or otherwise migrate data) generated during an evaluation period. Customers may not use the
-Evaluation Products to scan third party Scan Targets or provide a service to Customer’s clients.
-
-(b) Container Access. Customer acknowledges that a Tenable employee may request access to the Evaluation Products in
-the Customer environment (which may occur in a production container) in order to maximize the effectiveness of the Evaluation
-Products and to set up certain configurations, and this may be done without the Customer being present but will be subject to prior
-written consent from Customer.
-
-(c) Early Access. Tenable may make some versions of Products available to Customer on an alpha, beta, or early access
-basis (each, an “Early Access Product”). Customer’s access to the Early Access Product may be discontinued at any time. Early
-Access Products remain subject to all applicable license restrictions. Tenable may not offer Support Services for Early Access
-Products. No warranty or service level commitment made under this Agreement will apply to Early Access Products.
-
-(d) Technology Partners. Tenable in its sole discretion may allow Customers who are technology partners (a “Technology
-Partner”) to obtain an Evaluation license and use such evaluation license to create an interoperability (“Interoperability”) between
-Tenable Products and their own products. At the conclusion of the Evaluation Term, Customer may apply for an NFR license at which
-time Tenable may convert the Evaluation license to an NFR license. Tenable’s conversion to an NFR license shall be at Tenable’s sole
-discretion and may require Interoperability validation by Tenable.
-
-(e) NFR. If Customer is a sales partner or Technology Partner to whom a “Not For Resale” or “NFR” license has been granted,
-Customer’s license to the Product will commence upon Delivery and continue for a period of one year (unless the Ordering Document
-sets forth a different term) and shall automatically renew for consecutive one (1) year terms unless either Party provides the other Party
-with written notice of its non-renewal of the NFR license at least thirty (30) days before the expiration of the then-current term.
-Notwithstanding the foregoing, Tenable may terminate Customer’s NFR license for its convenience upon thirty (30) days’ notice, or
-immediately should Customer breach any obligations under this Agreement.
-
-(f) NFR Customer Prohibitions. Customer shall not purport to take on any obligation or responsibility, or make any
-representations, warranties, guarantees or endorsements to anyone on behalf of Tenable, including without limitation, relating to Tenable
-products, software, or services. Except as specifically permitted in this Agreement, Customer shall not state or imply that any of
-Customer’s products have been endorsed, reviewed, certified or otherwise approved by Tenable. Customer may not use Products
-provided under an NFR license: (i) in a production environment, (ii) to protect its own networks, (iii) as part of a service provided to its
-customers, or (iv) to perform customer evaluations.
-
-(g) NFR Customer Representations. Customer hereby represent and warrant to Tenable that: (i) Customer will not intentionally
-harm the reputation or goodwill of Tenable through any act or omission, and (ii) Customer have used commercially reasonable efforts
-to ensure that any software, code, algorithm, API, etc., transferred to Tenable is free from any time bomb, virus, drop dead device,
-worm, Trojan horse, or trap door that is designed to delete, disable, deactivate, interfere with, or otherwise harm hardware, data, or other
-programs or that is intended to provide access or produce modifications not authorized by Tenable.
-
-(h) NFR Customer Responsibilities. Customer shall, at its sole cost and expense, defend (or at its option, settle) and indemnify
-Tenable and Tenable’s subsidiaries and affiliates, and their officers, directors, employees, representatives and agents, from and against
-any and all third party claims brought against Tenable based upon a claim that use of Customer’s software or Customer’s product in
-accordance with this Agreement infringes such third party’s patent, copyright or trademark or misappropriates any trade secret, and shall
-pay all settlements entered into and damages awarded to the extent based on such claim or action.
-
-14. General.
-
-This Agreement constitutes the entire agreement between the Parties, and supersedes all other prior or contemporaneous
-communications between the Parties (whether written or oral) relating to the subject matter of this Agreement. No Customer document,
-purchase order, request for proposal, or other specifications requirement shall modify, supersede, or become part of this Agreement, or
-otherwise contractually bind Tenable unless signed by Tenable. The provisions of this Agreement will be deemed severable, and the
-unenforceability of any one or more provisions will not affect the enforceability of any other provisions. If any provision of this
-Agreement, for any reason, is declared to be unenforceable, the Parties will substitute an enforceable provision that, to the maximum
-extent possible under applicable law, preserves the original intentions and economic positions of the Parties. Section headings are for
-convenience only and shall not be considered in the interpretation of this Agreement. Customer agrees that Tenable may use Customer’s
-name or logo in a customer list. Customer may not use Tenable’s name or logo without prior written consent and in accordance with
-Tenable’s guidelines. No failure or delay by a Party in exercising any right, power or remedy will operate as a waiver of that right,
-power or remedy, and no waiver will be effective unless it is in writing and signed by the waiving Party. If a Party waives any right,
-power or remedy, the waiver will not waive any successive or other right, power or remedy the Party may have under this Agreement.
-The Parties are independent contractors and this Agreement will not establish any relationship of partnership, joint venture, employment,
-franchise or agency between the Parties. Nothing in this Agreement shall prevent Tenable from subcontracting any of its obligations
-hereunder; provided, however, that Tenable’s use of a subcontractor shall not release Tenable from any duty or liability to fulfill its
-obligations under this Agreement and Tenable shall be liable for any act or omission of a subcontractor to the same extent as if the act
-or omission had been made by Tenable. This Agreement is not intended nor will it be interpreted to confer any benefit, right or privilege
-in any person or entity not a party to this Agreement. Any party who is not a party to this Agreement has no right under any law to
-enforce any term of this Agreement. Any provision of this Agreement that imposes or contemplates continuing obligations on a Party
-and any section which by its nature is intended to survive will survive the expiration or termination of this Agreement, including Sections
-3, 4, 6, 8, 9 and 11.
-
-15. Government Entities. This Section 15 shall only apply to Government Customers, as defined below.
-
-If Customer is an agency or instrumentality of a sovereign government (a “Government Customer”), all Government Customer
-end users acquire the rights to use and/or access the Products and or Services with only those rights set forth herein (consistent with 48
-C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4). The terms and conditions of this Agreement govern Government
-Customer’s use and disclosure of the Products and supersede any conflicting terms and conditions that may be applicable through the
-Government Customer’s procurement regulations. If this Agreement fails to meet the Government Customer’s needs or is inconsistent
-in any way with federal law, the government must return the Product, unused, to Tenable. If Customer is prohibited by law, regulation,
-or relevant attorney general opinion from agreeing to any clause of this Agreement (collectively, “Restrictions”), the Agreement shall
-be modified to the extent required under such Restrictions. Each of the components that constitute the Product is a “commercial item”
-as that term is defined at 48 C.F.R. 2.101, consisting of “commercial computer software” and/or “commercial computer software
-documentation” as such terms are used in 48 C.F.R. 12.212.
-
-
-SCHEDULE A: SOFTWARE
-
-This Schedule for Tenable Software is subject to and made part of the Agreement.
-
-1. General. This Schedule governs Customer’s license of Software.
-
-2. License; Right to Use. Subject to the terms of the Agreement and payment of the applicable license fees, Tenable grants
-Customer for the duration of the License Term a non-exclusive, non-transferable, non-sublicensable license to use the Software
-(in object code form only) solely for Customer’s or Customer’s Affiliates own internal business purposes. Customer’s right to
-install such Software is limited to use with the computers or machines for which the Software is registered for use. Customer
-is permitted to make one copy of the Software for backup or archival purposes.
-
-3. Warranty. Tenable warrants that the Software shall materially conform to the Documentation for a period of thirty (30) days
-after Delivery. Customer’s sole and exclusive remedy for breach of this warranty shall be for Tenable to, at its sole option: (i)
-use commercially reasonable efforts to modify or correct the Software such that in all material respects it conforms to the
-functionality described in the Documentation; or (ii) if Tenable is unable to restore such functionality within sixty (60) days,
-Customer shall be entitled to a refund for the non-conforming Software.
-
-4. Open Source and Third Party Software. Any code or other intellectual property included as part of the Software that was
-licensed to Tenable by third parties that is not marked as copyrighted by Tenable is subject to other license terms that are
-specified in the Documentation available on Tenable’s website at https://docs.tenable.com/licensedeclarations/ (or a successor
-location). Customer agrees to be bound by such other license terms.
-
-5. Compliance Rights. Tenable may, by itself or through an independent third party, review Customer’s usage of the Software to
-confirm compliance with this Agreement or the applicable Ordering Document. Tenable shall: (i) provide Customer with
-reasonable advance notice of the review; (ii) not request such review more than once per year; and (iii) not unreasonably
-interfere with Customer’s business activities when conducting the review.
-
-
-SCHEDULE B: HOSTED SERVICES
-
-This Schedule for Tenable Hosted Services is subject to and made part of the Agreement.
-
-1. General. This Schedule governs Customer’s use of the Hosted Services.
-
-2. License; Right to Use. Subject to the terms of the Agreement and payment of the applicable license fees, Tenable grants
-Customer for the duration of the License Term a non-exclusive, non-transferable, non-sublicensable right to access the Hosted
-Environment and use those modules of the Hosted Services set forth on a valid Ordering Document solely for Customer’s or
-Customer’s Affiliates own internal business purposes.
-
-3. Warranty. Tenable warrants that the Hosted Services will materially comply with the functionality described in the
-Documentation. Customer’s sole and exclusive remedy for breach of this warranty shall be for Tenable to use commercially
-reasonable efforts to modify the Hosted Services to provide in all material respects the functionality described in the
-Documentation. If Tenable is unable to restore such functionality within sixty (60) days, Customer shall be entitled to terminate
-the Agreement and receive a pro-rata refund of any prepaid but unused fees for the nonconforming Hosted Services. Tenable
-shall have no obligation with respect to a warranty claim hereunder unless Customer notifies Tenable of such claim within
-thirty (30) days of the date the underlying condition first arose. This warranty shall only apply if the applicable Hosted Service
-has been utilized in accordance with the Agreement and the Documentation.
-
-4. Acknowledgements. By initiating a Scan, Customer authorizes Tenable to access the Scan Targets in the context of the Scans.
-Customer understands and acknowledges that the Scans may originate or appear to originate from a Tenable URL which could
-cause Customer (or the owner of the Scan Targets) to believe they are under attack. Customer agrees not to pursue any claims
-against Tenable as a result of any access to Scan Targets when such access was made in connection with an authorized Scan
-unless such a claim is based on the gross negligence or willful misconduct of Tenable.
-
-5. Usage Requirements. Customer must provide current and accurate information in all submissions made in connection with the
-Hosted Services, including registration information and the location of the Scan Targets to be Scanned. Tenable may, in its
-reasonable discretion, prohibit or suspend access of certain users of the Hosted Services. In the event Tenable suspects or
-anticipates such suspension, Tenable will, to the extent practical under the circumstances, use commercially reasonable efforts
-to provide Customer with prior written notice of the suspension and an opportunity to cure the issue prior to (and in avoidance
-of) suspension. Customer acknowledges that under certain circumstances such prior notice and/or cure period may not be
-possible or practical. Customer agrees to safeguard and maintain the confidentiality of all user names and passwords. Customer
-further agrees to use best efforts to ensure that no unauthorized parties have access to the Hosted Services through Customer’s
-account and/or log-in credentials. Customer will promptly notify Tenable of any unauthorized access of which Customer is
-aware or reasonably suspects. Customer is responsible for compliance with this Agreement and all use of the Hosted Services
-through Customer’s account.
-
-6. PCI Scans. Tenable makes no guarantee that a successful completion of a PCI Scan will make Customer compliant with the
-Payment Card Industry Data Security Standard.
-
-7. Data Retention Policy. Customer has the option to select the duration of the data retention period of Scan Data in the Hosted
-Environment in accordance with the limitations described in the Documentation. Customer acknowledges that Tenable is in
-no way responsible for any of Customer’s data retention compliance requirements. Tenable’s data retention policy with respect
-to PCI Scans will match then-current requirements set forth by the PCI Security Standards Council.
-
-8. Service Level Agreement. Tenable commits to make access to the Hosted Environment available in accordance with Tenable’s
-then-current service level agreement, available at http://static.tenable.com/prod_docs/Service_Level_Agreement.pdf (or a
-successor location).
-
-
-SCHEDULE C: PROFESSIONAL SERVICES
-
-This Schedule for Tenable Professional Services is subject to and made part of the Agreement.
-
-1. General. The Parties may agree, from time to time, on the purchase and sale of Tenable Professional Services, which may be
-further described in a separate SOW or Services Brief. Except as otherwise agreed to by the Parties in writing, all Services
-Briefs or SOWs will be governed by this Agreement. In the event of inconsistency between the Agreement and a signed SOW,
-the signed SOW shall govern.
-
-2. Type of Services. Tenable offers a range of Professional Services; provided, however, unless otherwise agreed upon in writing,
-Tenable does not offer creation of custom intellectual property. Tenable is not obligated to provide any Professional Services
-except as mutually agreed in a Services Brief or SOW.
-
-3. Deliverables. “Deliverable(s)” means the reports, analysis, codes, scripts, slides, documents, examples and other written
-materials or work results provided as part of the Professional Services.
-
-4. Intellectual Property Rights.
-
-(a) Grant of License in Deliverables. Tenable grants Customer a non-exclusive, non-transferable, irrevocable (except in case of
-breach of the Agreement or SOW) perpetual right to use, copy and create derivative works from the Deliverables (without the
-right to sublicense) for Customer’s or Customer’s Affiliates internal business operations, as contemplated by the applicable
-SOW or Services Brief.
-(b) Reservation of Rights. Except for the rights expressly granted herein to Customer, Tenable expressly reserve all other rights
-in and to the Professional Services and Deliverables. Notwithstanding anything to the contrary in this Schedule, nothing shall
-prevent Tenable from providing similar Professional Services to other customers and nothing in this Schedule shall be construed
-to provide any intellectual property rights whatsoever in the Products (or any modifications or enhancements thereto) that
-Tenable develops or makes generally available for sale to its customers.
-(c) Pre-Existing Materials. Any pre-existing materials, proprietary item or intellectual property rights of either Party which is
-disclosed or used in performing the Professional Services shall remain fully vested in such Party. Nothing in this Schedule
-shall transfer any rights whatsoever in Tenable’s Products. Customer hereby grants to Tenable the intellectual property rights
-(if any) required for Tenable to perform the Professional Services.
-
-5. Warranty. Tenable warrants that all Professional Services shall be performed in a professional manner and in accordance with
-industry standards. Tenable further warrants for a period of ten (10) days from the service completion date that the Professional
-Services shall materially conform to the applicable SOW or Services Brief. If Customer provides written notice of a nonconformity
-during this warranty period, Tenable shall promptly confirm the non-conformity and upon confirmation, Tenable’s
-entire liability and Customer’s exclusive remedy shall be for Tenable to use commercially reasonable efforts to re-perform the
-Professional Services within a reasonable amount of time. If Tenable is unable to re-perform the Professional Services, then
-Tenable may elect to refund amounts paid by Customer for the non-conforming Professional Services.
-
-6. Scheduling; Cancellation. Professional Services must be scheduled within nine (9) months of the date of the Ordering
-Document under which such Professional Services were purchased and completed within twelve (12) months of the Ordering
-Document. If Customer does not schedule the Professional Services within this time frame, Tenable shall have no obligation
-to perform the Professional Services or provide a refund. Tenable shall have no obligation to perform the Professional Services
-or provide a refund if Customer or Customer’s designated attendees do not attend a scheduled training session or cancel a
-Professional Services engagement without providing proper notice. Customer must provide Tenable at least five (5) business
-days’ notice to reschedule any Professional Services. Tenable reserves the right, directly or through a Reseller, to invoice
-Customer monthly for travel expenses incurred in the prior month.
-
-7. Customer Responsibilities. For Professional Services occurring on Customer’s site, Tenable agrees to comply with applicable
-and reasonable security procedures provided Customer provides Tenable with such written procedures in advance. Some of
-the Professional Services may require Customer to have specialized knowledge or meet particular software or hardware
-requirements (for example, appropriate computers or appliances, stable Internet connection or up-to-date web browsers or
-operating system, etc.). If technical issues arise during the Professional Services, Tenable will use commercially reasonable
-efforts to resolve such issues, but will have no liability based on Customer’s failure to meet technical requirements. Tenable
-will not provide any refund based on Customer’s failure to meet these prerequisites.
-
-8. Changes. Either Party may request that a change be made to the Professional Services. Tenable reserves the right to charge a
-fee for any material changes to the Professional Services. No changes shall be binding unless executed by both Parties.
-
-9. Non-Solicitation. During the term that Professional Services are being provided and for a period of one (1) year after their
-completion, Customer will not, either directly or indirectly, solicit for employment any person employed by Tenable or any of
-its Affiliates that have provided Customer Professional Services under this Agreement. For the avoidance of doubt, this
-restriction shall not prevent Customer from hiring based on a response to Customer’s advertising in good faith to the general
-public a position or vacancy to which an employee or worker of Tenable responds, provided that no such advertisement shall
-be intended to specifically target Tenable personnel.
-
-
-Tenable Confidential and Proprietary Tenable Master Agreement v.6 2.2023
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Texinfo-manual b/sdk_container/src/third_party/portage-stable/licenses/Texinfo-manual
deleted file mode 100644
index 6d6e9b92c20..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Texinfo-manual
+++ /dev/null
@@ -1,24 +0,0 @@
-Copyright (C)
-
-Permission is granted to make and distribute verbatim copies of this
-manual provided the copyright notice and this permission notice are
-preserved on all copies.
-
-[Permission is granted to process this file through TeX and print the
-results, provided the printed document carries copying permission
-notice identical to this one except for the removal of this paragraph
-(this paragraph not being relevant to the printed manual).]
-
-Permission is granted to copy and distribute modified versions of this
-manual under the conditions for verbatim copying, [provided also that
-the section entitled ["GNU General Public License"] ["Copying"] is
-included exactly as in the original, and] provided that the entire
-resulting derived work is distributed under the terms of a permission
-notice identical to this one.
-
-[Permission is granted to copy and distribute translations of this
-manual into another language, under the above conditions for modified
-versions, except that [this permission notice may be stated] [the
-section entitled "GNU General Public License" may be included] in a
-translation approved by the [Free Software] Foundation [instead of in
-the original English].]
diff --git a/sdk_container/src/third_party/portage-stable/licenses/TextMate-bundle b/sdk_container/src/third_party/portage-stable/licenses/TextMate-bundle
deleted file mode 100644
index ddf134d0997..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/TextMate-bundle
+++ /dev/null
@@ -1,14 +0,0 @@
-Copyright (c)
-
-If not otherwise specified (see below), files in this folder fall
-under the following license:
-
-Permission to copy, use, modify, sell and distribute this software is
-granted. This software is provided "as is" without express or implied
-warranty, and with no claim as to its suitability for any purpose.
-
-An exception is made for files in readable text which contain their
-own license information, or files where an accompanying file exists
-(in the same directory) with a "-license" suffix added to the
-base-name name of the original file, and an extension of txt, html,
-or similar. For example "tidy" is accompanied by "tidy-license.txt".
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Time-Format b/sdk_container/src/third_party/portage-stable/licenses/Time-Format
deleted file mode 100644
index f7f19a90f8b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Time-Format
+++ /dev/null
@@ -1,21 +0,0 @@
-Copyright © 2003-2012 by Eric J. Roode, ROODE -at- cpan -dot- org
-
-All rights reserved.
-
-To avoid my spam filter, please include "Perl", "module", or this module's
-name in the message's subject line, and/or GPG-sign your message.
-
-This module is copyrighted only to ensure proper attribution of authorship
-and to ensure that it remains available to all. This module is free,
-open-source software. This module may be freely used for any purpose,
-commercial, public, or private, provided that proper credit is given, and
-that no more-restrictive license is applied to derivative (not dependent)
-works.
-
-Substantial efforts have been made to ensure that this software meets high
-quality standards; however, no guarantee can be made that there are no
-undiscovered bugs, and no warranty is made as to suitability to any given
-use, including merchantability. Should this module cause your house to burn
-down, your dog to collapse, your heart-lung machine to fail, your spouse to
-desert you, or George Bush to be re-elected, I can offer only my sincere
-sympathy and apologies, and promise to endeavor to improve the software.
\ No newline at end of file
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Time-modules b/sdk_container/src/third_party/portage-stable/licenses/Time-modules
deleted file mode 100644
index 6b40e5475c1..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Time-modules
+++ /dev/null
@@ -1,4 +0,0 @@
-Copyright (C) 1996-2010 David Muir Sharnoff.
-Copyright (C) 2011 Google, Inc.
-License hereby granted for anyone to use, modify or redistribute this module
-at their own risk. Please feed useful changes back to cpan@dave.sharnoff.org.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Tinker b/sdk_container/src/third_party/portage-stable/licenses/Tinker
deleted file mode 100644
index 11c1933c3b0..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Tinker
+++ /dev/null
@@ -1,38 +0,0 @@
-TINKER – Software Tools for Molecular Design
-
-Version 4.2 June 2004
-Copyright © 1990-2004 Jay William Ponder
-
-TINKER is a modular program package for molecular mechanics-based potential
-energy calculations, geometry optimization, molecular dynamics simulation,
-distance geometry and structural analysis.
-
-Selected References for the TINKER Package:
-
-P. Ren and J. W. Ponder, J. Phys. Chem. B, 107, 5933-5947 (2003)
-P. Ren and J. W. Ponder, J. Comput. Chem., 23, 1497-1506 (2002)
-R. V. Pappu, R. K. Hart and J. W. Ponder, J. Phys. Chem. B, 102, 9725-9742
-(1998)
-M. E. Hodsdon, J. W. Ponder and D. P. Cistola, J. Mol. Biol., 264, 585-602
-(1996)
-C. E. Kundrot, J. W. Ponder and F. M. Richards, J. Comput. Chem., 12, 402-409
-(1991)
-J. W. Ponder and F. M. Richards, J. Comput. Chem., 8, 1016-1024 (1987)
-
-Conditions for Use of the TINKER Package:
-
-The TINKER software is registered under U.S. Copyright Law. The source code was
-developed by the author and is distributed solely through the Department of
-Biochemistry and Molecular Biophysics at Washington University. Its use is
-subject to the following conditions:
-
-(1) Use of this software is restricted to the individual, laboratory or
-organization to which it is supplied. The package and portions thereof may not
-be sold nor may copies be distributed to third parties without the express
-permission of the author and Washington University.
-(2) This software package is provided on an "as is" basis. The author in no
-way warrants either this software or results it may produce.
-(3) The author is under no obligation to provide any services by way of
-maintenance, updates or corrections for this software.
-(4) Reports or publications resulting from use of this software package must
-contain an acknowledgment in the form commonly used in academic research.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Toyoda b/sdk_container/src/third_party/portage-stable/licenses/Toyoda
deleted file mode 100644
index 6d2216ef656..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Toyoda
+++ /dev/null
@@ -1,11 +0,0 @@
-Copyright 1993,1998,2014 Toyoda Masashi (mtoyoda@acm.org)
-
-Everyone is permitted to do anything on this program including copying,
-modifying, and improving, unless you try to pretend that you wrote it.
-i.e., the above copyright notice has to appear in all copies.
-THE AUTHOR DISCLAIMS ANY RESPONSIBILITY WITH REGARD TO THIS SOFTWARE.
-
----
-
-Gentoo license note: The author has confirmed that this license allows
-distribution of modified code: https://github.com/mtoyoda/sl/issues/52
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Transmission-OpenSSL-exception b/sdk_container/src/third_party/portage-stable/licenses/Transmission-OpenSSL-exception
deleted file mode 100644
index ea8be59730a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Transmission-OpenSSL-exception
+++ /dev/null
@@ -1,15 +0,0 @@
-Copyright 2005-2014. All code is copyrighted by the respective authors.
-
-Transmission can be redistributed and/or modified under the terms of
-the GNU GPLv2 (http://www.gnu.org/licenses/license-list.html#GPLv2),
-the GNU GPLv3 (http://www.gnu.org/licenses/license-list.html#GNUGPLv3),
-or any future license endorsed by Mnemosyne LLC.
-
-In addition, linking to and/or using OpenSSL is allowed.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-Some of Transmission's source files have more permissive licenses.
-Those files may, of course, be used on their own under their own terms.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/UCAR-BSD b/sdk_container/src/third_party/portage-stable/licenses/UCAR-BSD
deleted file mode 100644
index 36e1810283e..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/UCAR-BSD
+++ /dev/null
@@ -1,32 +0,0 @@
-Copyright 2014 University Corporation for Atmospheric Research and contributors.
-All rights reserved.
-
-This software was developed by the Unidata Program Center of the
-University Corporation for Atmospheric Research (UCAR)
-.
-
-Redistribution and use in source and binary forms, with or without modification,
-are permitted provided that the following conditions are met:
-
- 1) Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
- 2) Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
- 3) Neither the names of the development group, the copyright holders, nor the
- names of contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
- 4) This license shall terminate automatically and you may no longer exercise
- any of the rights granted to you by this license as of the date you
- commence an action, including a cross-claim or counterclaim, against
- the copyright holders or any contributor alleging that this software
- infringes a patent. This termination provision shall not apply for an
- action alleging patent infringement by combinations of this software with
- other software or hardware.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS
-OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/UCAR-Unidata b/sdk_container/src/third_party/portage-stable/licenses/UCAR-Unidata
deleted file mode 100644
index 18719d1c83f..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/UCAR-Unidata
+++ /dev/null
@@ -1,14 +0,0 @@
-(C) Copyright 1992,1995 UCAR/Unidata
-
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose without fee is hereby granted, provided that
-the above copyright notice appears in all copies, that both that copyright
-notice and this permission notice appear in supporting documentation, and
-that the name of UCAR/Unidata not be used in advertising or publicity
-pertaining to distribution of the software without specific, written prior
-permission. UCAR makes no representations about the suitability of this
-software for any purpose. It is provided "as is" without express or
-implied warranty. It is provided with no support and without obligation on
-the part of UCAR or Unidata, to assist in its use, correction,
-modification, or enhancement.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/UPL-1.0 b/sdk_container/src/third_party/portage-stable/licenses/UPL-1.0
deleted file mode 100644
index e2f6bd3a439..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/UPL-1.0
+++ /dev/null
@@ -1,35 +0,0 @@
-Copyright (c) [year] [copyright holders]
-
-The Universal Permissive License (UPL), Version 1.0
-
-Subject to the condition set forth below, permission is hereby granted to any
-person obtaining a copy of this software, associated documentation and/or data
-(collectively the "Software"), free of charge and under any and all copyright
-rights in the Software, and any and all patent rights owned or freely
-licensable by each licensor hereunder covering either (i) the unmodified
-Software as contributed to or provided by such licensor, or (ii) the Larger
-Works (as defined below), to deal in both
-
-(a) the Software, and
-(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
-one is included with the Software (each a "Larger Work" to which the Software
-is contributed by such licensors),
-
-without restriction, including without limitation the rights to copy, create
-derivative works of, display, perform, and distribute the Software and make,
-use, sell, offer for sale, import, export, have made, and have sold the
-Software and the Larger Work(s), and to sublicense the foregoing rights on
-either these or other terms.
-
-This license is subject to the following condition:
-The above copyright notice and either this complete permission notice or at
-a minimum a reference to the UPL must be included in all copies or
-substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/UPX-exception b/sdk_container/src/third_party/portage-stable/licenses/UPX-exception
deleted file mode 100644
index 444ded8d94b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/UPX-exception
+++ /dev/null
@@ -1,138 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-
-
- ooooo ooo ooooooooo. ooooooo ooooo
- `888' `8' `888 `Y88. `8888 d8'
- 888 8 888 .d88' Y888..8P
- 888 8 888ooo88P' `8888'
- 888 8 888 .8PY888.
- `88. .8' 888 d8' `888b
- `YbodP' o888o o888o o88888o
-
-
- The Ultimate Packer for eXecutables
- Copyright (c) 1996-2000 Markus Oberhumer & Laszlo Molnar
- http://wildsau.idv.uni-linz.ac.at/mfx/upx.html
- http://www.nexus.hu/upx
- http://upx.tsx.org
-
-
-PLEASE CAREFULLY READ THIS LICENSE AGREEMENT, ESPECIALLY IF YOU PLAN
-TO MODIFY THE UPX SOURCE CODE OR USE A MODIFIED UPX VERSION.
-
-
-ABSTRACT
-========
-
- UPX and UCL are copyrighted software distributed under the terms
- of the GNU General Public License (hereinafter the "GPL").
-
- The stub which is imbedded in each UPX compressed program is part
- of UPX and UCL, and contains code that is under our copyright. The
- terms of the GNU General Public License still apply as compressing
- a program is a special form of linking with our stub.
-
- As a special exception we grant the free usage of UPX for all
- executables, including commercial programs.
- See below for details and restrictions.
-
-
-COPYRIGHT
-=========
-
- UPX and UCL are copyrighted software. All rights remain with the authors.
-
- UPX is Copyright (C) 1996-2000 Markus Franz Xaver Johannes Oberhumer
- UPX is Copyright (C) 1996-2000 Laszlo Molnar
-
- UCL is Copyright (C) 1996-2000 Markus Franz Xaver Johannes Oberhumer
-
-
-GNU GENERAL PUBLIC LICENSE
-==========================
-
- UPX and the UCL library are free software; you can redistribute them
- and/or modify them under the terms of the GNU General Public License as
- published by the Free Software Foundation; either version 2 of
- the License, or (at your option) any later version.
-
- UPX and UCL are distributed in the hope that they will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; see the file COPYING.
-
-
-SPECIAL EXCEPTION FOR COMPRESSED EXECUTABLES
-============================================
-
- The stub which is imbedded in each UPX compressed program is part
- of UPX and UCL, and contains code that is under our copyright. The
- terms of the GNU General Public License still apply as compressing
- a program is a special form of linking with our stub.
-
- Hereby Markus F.X.J. Oberhumer and Laszlo Molnar grant you special
- permission to freely use and distribute all UPX compressed programs
- (including commercial ones), subject to the following restrictions:
-
- 1. You must compress your program with a completely unmodified UPX
- version; either with our precompiled version, or (at your option)
- with a self compiled version of the unmodified UPX sources as
- distributed by us.
- 2. This also implies that the UPX stub must be completely unmodfied, i.e.
- the stub imbedded in your compressed program must be byte-identical
- to the stub that is produced by the official unmodified UPX version.
- 3. The decompressor and any other code from the stub must exclusively get
- used by the unmodified UPX stub for decompressing your program at
- program startup. No portion of the stub may get read, copied,
- called or otherwise get used or accessed by your program.
-
-
-ANNOTATIONS
-===========
-
- - You can use a modified UPX version or modified UPX stub only for
- programs that are compatible with the GNU General Public License.
-
- - We grant you special permission to freely use and distribute all UPX
- compressed programs. But any modification of the UPX stub (such as,
- but not limited to, removing our copyright string or making your
- program non-decompressible) will immediately revoke your right to
- use and distribute a UPX compressed program.
-
- - UPX is not a software protection tool; by requiring that you use
- the unmodified UPX version for your proprietary programs we
- make sure that any user can decompress your program. This protects
- both you and your users as nobody can hide malicious code -
- any program that cannot be decompressed is highly suspicious
- by definition.
-
- - You can integrate all or part of UPX and UCL into projects that
- are compatible with the GNU GPL, but obviously you cannot grant
- any special exceptions beyond the GPL for our code in your project.
-
- - We want to actively support manufacturers of virus scanners and
- similar security software. Please contact us if you would like to
- incorporate parts of UPX or UCL into such a product.
-
-
-
-Markus F.X.J. Oberhumer Laszlo Molnar
-markus.oberhumer@jk.uni-linz.ac.at ml1050@cdata.tvnet.hu
-
-Linz, Austria, 25 Feb 2000
-
-
-
------BEGIN PGP SIGNATURE-----
-Version: 2.6.3ia
-Charset: noconv
-
-iQCVAwUBOLaLS210fyLu8beJAQFYVAP/ShzENWKLTvedLCjZbDcwaBEHfUVcrGMI
-wE7frMkbWT2zmkdv9hW90WmjMhOBu7yhUplvN8BKOtLiolEnZmLCYu8AGCwr5wBf
-dfLoClxnzfTtgQv5axF1awp4RwCUH3hf4cDrOVqmAsWXKPHtm4hx96jF6L4oHhjx
-OO03+ojZdO8=
-=CS52
------END PGP SIGNATURE-----
diff --git a/sdk_container/src/third_party/portage-stable/licenses/URI b/sdk_container/src/third_party/portage-stable/licenses/URI
deleted file mode 100644
index 7580200ae42..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/URI
+++ /dev/null
@@ -1,32 +0,0 @@
-
- $Id: COPYRIGHT_URI 11906 2005-08-08 19:51:43Z root $
-
- (c) Copyright 1994-2000 by
- The University of Rhode Island and The Massachusetts Institute of Technology
-
- Portions of this software were developed by the Graduate School of
- Oceanography (GSO) at the University of Rhode Island (URI) in collaboration
- with The Massachusetts Institute of Technology (MIT).
-
- Access and use of this software shall impose the following obligations and
- understandings on the user. The user is granted the right, without any fee
- or cost, to use, copy, modify, alter, enhance and distribute this software,
- and any derivative works thereof, and its supporting documentation for any
- purpose whatsoever, provided that this entire notice appears in all copies
- of the software, derivative works and supporting documentation. The names
- URI, MIT and/or GSO, may not be used in any advertising or publicity to
- endorse or promote any products or commercial entity unless specific
- written permission is obtained from URI/MIT. The user also understands that
- URI/MIT is not obligated to provide the user with any support, consulting,
- training or assistance of any kind with regard to the use, operation and
- performance of this software nor to provide the user with any updates,
- revisions, new versions or "bug fixes".
-
- THIS SOFTWARE IS PROVIDED BY URI/MIT "AS IS" AND ANY EXPRESS OR IMPLIED
- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
- EVENT SHALL URI/MIT BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
- DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
- PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTUOUS
- ACTION, ARISING OUT OF OR IN CONNECTION WITH THE ACCESS, USE OR PERFORMANCE
- OF THIS SOFTWARE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/URT b/sdk_container/src/third_party/portage-stable/licenses/URT
deleted file mode 100644
index 96388abb704..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/URT
+++ /dev/null
@@ -1,32 +0,0 @@
-Utah Raster Toolkit Copyright Notice
-
-The copyrights in the Utah Raster Toolkit as a whole are held by the
-University of Utah (1981, 1982, 1983, 1984, 1985, 1986, 1987) and the
-Regents of the University of Michigan (1988, 1989, 1990, 1991, 1992).
-Permission to copy, modify, and redistribute is granted, subject to
-restrictions described below.
-
-Software
-
-The software is copyrighted as noted in the individual source files.
-It may be freely copied, modified, and redistributed, provided that
-the copyright notice is preserved on all copies.
-
-There is no warranty or other guarantee of fitness for this software,
-it is provided solely "as is". Bug reports or fixes may be sent to the
-author, who may or may not act on them as he desires.
-
-You may not include this software in a program or other software
-product without supplying the source, or without informing the
-end-user that the source is available for no extra charge.
-
-If you modify this software, you should include a notice giving the
-name of the person performing the modification, the date of
-modification, and the reason for such modification.
-
-Manual Pages
-
-Manual pages may be copyrighted individually. The copyright owners
-grant the following permissions: These manual pages may be freely
-copied, modified, and redistributed as long as this and any individual
-copyright notices are not altered or removed.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/UbuntuFontLicense-1.0 b/sdk_container/src/third_party/portage-stable/licenses/UbuntuFontLicense-1.0
deleted file mode 100644
index ae78a8f94ea..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/UbuntuFontLicense-1.0
+++ /dev/null
@@ -1,96 +0,0 @@
--------------------------------
-UBUNTU FONT LICENCE Version 1.0
--------------------------------
-
-PREAMBLE
-This licence allows the licensed fonts to be used, studied, modified and
-redistributed freely. The fonts, including any derivative works, can be
-bundled, embedded, and redistributed provided the terms of this licence
-are met. The fonts and derivatives, however, cannot be released under
-any other licence. The requirement for fonts to remain under this
-licence does not require any document created using the fonts or their
-derivatives to be published under this licence, as long as the primary
-purpose of the document is not to be a vehicle for the distribution of
-the fonts.
-
-DEFINITIONS
-"Font Software" refers to the set of files released by the Copyright
-Holder(s) under this licence and clearly marked as such. This may
-include source files, build scripts and documentation.
-
-"Original Version" refers to the collection of Font Software components
-as received under this licence.
-
-"Modified Version" refers to any derivative made by adding to, deleting,
-or substituting -- in part or in whole -- any of the components of the
-Original Version, by changing formats or by porting the Font Software to
-a new environment.
-
-"Copyright Holder(s)" refers to all individuals and companies who have a
-copyright ownership of the Font Software.
-
-"Substantially Changed" refers to Modified Versions which can be easily
-identified as dissimilar to the Font Software by users of the Font
-Software comparing the Original Version with the Modified Version.
-
-To "Propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy. Propagation includes copying,
-distribution (with or without modification and with or without charging
-a redistribution fee), making available to the public, and in some
-countries other activities as well.
-
-PERMISSION & CONDITIONS
-This licence does not grant any rights under trademark law and all such
-rights are reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of the Font Software, to propagate the Font Software, subject to
-the below conditions:
-
-1) Each copy of the Font Software must contain the above copyright
-notice and this licence. These can be included either as stand-alone
-text files, human-readable headers or in the appropriate machine-
-readable metadata fields within text or binary files as long as those
-fields can be easily viewed by the user.
-
-2) The font name complies with the following:
-(a) The Original Version must retain its name, unmodified.
-(b) Modified Versions which are Substantially Changed must be renamed to
-avoid use of the name of the Original Version or similar names entirely.
-(c) Modified Versions which are not Substantially Changed must be
-renamed to both (i) retain the name of the Original Version and (ii) add
-additional naming elements to distinguish the Modified Version from the
-Original Version. The name of such Modified Versions must be the name of
-the Original Version, with "derivative X" where X represents the name of
-the new work, appended to that name.
-
-3) The name(s) of the Copyright Holder(s) and any contributor to the
-Font Software shall not be used to promote, endorse or advertise any
-Modified Version, except (i) as required by this licence, (ii) to
-acknowledge the contribution(s) of the Copyright Holder(s) or (iii) with
-their explicit written permission.
-
-4) The Font Software, modified or unmodified, in part or in whole, must
-be distributed entirely under this licence, and must not be distributed
-under any other licence. The requirement for fonts to remain under this
-licence does not affect any document created using the Font Software,
-except any version of the Font Software extracted from a document
-created using the Font Software may only be distributed under this
-licence.
-
-TERMINATION
-This licence becomes null and void if any of the above conditions are
-not met.
-
-DISCLAIMER
-THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
-COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
-DEALINGS IN THE FONT SOFTWARE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Unicode-DFS-2015 b/sdk_container/src/third_party/portage-stable/licenses/Unicode-DFS-2015
deleted file mode 100644
index cd535409d60..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Unicode-DFS-2015
+++ /dev/null
@@ -1,57 +0,0 @@
-UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
-
-Unicode Data Files include all data files under the directories
-http://www.unicode.org/Public/, http://www.unicode.org/reports/,
-and http://www.unicode.org/cldr/data/.
-Unicode Data Files do not include PDF online code charts under the
-directory http://www.unicode.org/Public/.
-Software includes any source code published in the Unicode Standard
-or under the directories
-http://www.unicode.org/Public/, http://www.unicode.org/reports/,
-and http://www.unicode.org/cldr/data/.
-
-NOTICE TO USER: Carefully read the following legal agreement.
-BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
-DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
-YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
-TERMS AND CONDITIONS OF THIS AGREEMENT.
-IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
-THE DATA FILES OR SOFTWARE.
-
-COPYRIGHT AND PERMISSION NOTICE
-
-Copyright © 1991-2015 Unicode, Inc. All rights reserved.
-Distributed under the Terms of Use in
-http://www.unicode.org/copyright.html.
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of the Unicode data files and any associated documentation
-(the "Data Files") or Unicode software and any associated documentation
-(the "Software") to deal in the Data Files or Software
-without restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, and/or sell copies of
-the Data Files or Software, and to permit persons to whom the Data Files
-or Software are furnished to do so, provided that
-(a) this copyright and permission notice appear with all copies
-of the Data Files or Software,
-(b) this copyright and permission notice appear in associated
-documentation, and
-(c) there is clear notice in each modified Data File or in the Software
-as well as in the documentation associated with the Data File(s) or
-Software that the data or software has been modified.
-
-THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
-ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT OF THIRD PARTY RIGHTS.
-IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
-NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
-DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
-DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
-TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-PERFORMANCE OF THE DATA FILES OR SOFTWARE.
-
-Except as contained in this notice, the name of a copyright holder
-shall not be used in advertising or otherwise to promote the sale,
-use or other dealings in these Data Files or Software without prior
-written authorization of the copyright holder.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Unsplash b/sdk_container/src/third_party/portage-stable/licenses/Unsplash
deleted file mode 100644
index 24fe02b5556..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Unsplash
+++ /dev/null
@@ -1,20 +0,0 @@
-Unsplash visuals are made to be used freely. Our license reflects that.
-
-- All images can be downloaded and used for free
-- Commercial and non-commercial purposes
-- No permission needed (though attribution is appreciated!)
-
-What is not permitted:
-
-- Images cannot be sold without significant modification.
-- Compiling images from Unsplash to replicate a similar or competing
- service.
-
-Longform:
-
- Unsplash grants you an irrevocable, nonexclusive, worldwide copyright
- license to download, copy, modify, distribute, perform, and use
- images from Unsplash for free, including for commercial purposes,
- without permission from or attributing the photographer or Unsplash.
- This license does not include the right to compile images from
- Unsplash to replicate a similar or competing service.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/UoI-NCSA b/sdk_container/src/third_party/portage-stable/licenses/UoI-NCSA
deleted file mode 100644
index 16d0321eae3..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/UoI-NCSA
+++ /dev/null
@@ -1,29 +0,0 @@
-Copyright (c) . All rights reserved.
-
-Developed by:
-
-
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to
-deal with the Software without restriction, including without limitation the
-rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
-sell copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
- 1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimers.
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimers in the
- documentation and/or other materials provided with the distribution.
- 3. Neither the names of , , nor the names of its contributors may be used to endorse
- or promote products derived from this Software without specific prior
- written permission.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
-WITH THE SOFTWARE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/VGBA b/sdk_container/src/third_party/portage-stable/licenses/VGBA
deleted file mode 100644
index 80806840318..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/VGBA
+++ /dev/null
@@ -1,14 +0,0 @@
-Unix
- I have compiled VGBA for several different flavors of Unix and made the binaries available
-for free at the VGBA homepage. The current VGBA-Unix has several important requirements
-though:
-
-* Current VGBA core code will only run on low-endian systems. This excludes SPARC,
- 680x0, and some other architectures from the list of possible ports. I'm hoping to add
- high-endian support in the future.
-* As GBA video hardware is capable of displaying 32768 colors, and GBA programs use
- this capability extensively, I am only providing VGBA-Unix binary compiled for the 16bit
- color. If your Xserver is unable to support this resolution, VGBA-Unix will not run on it.
-* Since version 1.2, VGBA-Unix uses threaded sound driver. This means that your Unix
- must support POSIX Threads, or VGBA-Unix will not run. On the systems with optional threads
- support, please, add this support prior to running VGBA-Unix.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/VOSTROM b/sdk_container/src/third_party/portage-stable/licenses/VOSTROM
deleted file mode 100644
index ee4ab357d95..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/VOSTROM
+++ /dev/null
@@ -1,61 +0,0 @@
-
- VOSTROM Public License for Open Source
- ----------
- Copyright (c) 2007 VOSTROM Holdings, Inc.
-
-This VOSTROM Holdings, Inc. (VOSTROM) Distribution (code and documentation)
-is made available to the open source community as a public service by VOSTROM.
-Contact VOSTROM at license@vostrom.com for information on other licensing
-arrangements (e.g. for use in proprietary applications).
-
-Under this license, this Distribution may be modified and the original
-version and modified versions may be copied, distributed, publicly displayed
-and performed provided that the following conditions are met:
-
-1. Modified versions are distributed with source code and documentation and
-with permission for others to use any code and documentation (whether in
-original or modified versions) as granted under this license;
-
-2. if modified, the source code, documentation, and user run-time elements
-should be clearly labeled by placing an identifier of origin (such as a name,
-initial, or other tag) after the version number;
-
-3. users, modifiers, distributors, and others coming into possession or
-using the Distribution in original or modified form accept the entire risk
-as to the possession, use, and performance of the Distribution;
-
-4. this copyright management information (software identifier and version
-number, copyright notice and license) shall be retained in all versions of
-the Distribution;
-
-5. VOSTROM may make modifications to the Distribution that are
-substantially similar to modified versions of the Distribution, and may
-make, use, sell, copy, distribute, publicly display, and perform such
-modifications, including making such modifications available under this or
-other licenses, without obligation or restriction;
-
-6. modifications incorporating code, libraries, and/or documentation subject
-to any other open source license may be made, and the resulting work may be
-distributed under the terms of such open source license if required by that
-open source license, but doing so will not affect this Distribution, other
-modifications made under this license or modifications made under other
-VOSTROM licensing arrangements;
-
-7. no permission is granted to distribute, publicly display, or publicly
-perform modifications to the Distribution made using proprietary materials
-that cannot be released in source format under conditions of this license;
-
-8. the name of VOSTROM may not be used in advertising or publicity
-pertaining to Distribution of the software without specific, prior written
-permission.
-
-This software is made available "as is", and
-
-VOSTROM DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, WITH REGARD TO THIS
-SOFTWARE, INCLUDING WITHOUT LIMITATION ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND IN NO EVENT SHALL
-VOSTROM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
-DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, TORT (INCLUDING NEGLIGENCE) OR STRICT LIABILITY, ARISING
-OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/VTK b/sdk_container/src/third_party/portage-stable/licenses/VTK
deleted file mode 100644
index 54f7339c6c7..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/VTK
+++ /dev/null
@@ -1,30 +0,0 @@
-Copyright (c)
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
-
-* Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
-
-* Neither the name of the nor the names of any
- contributors may be used to endorse or promote products derived from this
- software without specific prior written permission.
-
-* Modified source versions must be plainly marked as such, and must not be
- misrepresented as being the original software.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR
-ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Vivaldi b/sdk_container/src/third_party/portage-stable/licenses/Vivaldi
deleted file mode 100644
index db74024a645..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Vivaldi
+++ /dev/null
@@ -1,15 +0,0 @@
-Vivaldi End User License Agreement
-
-1. This End User License Agreement ("EULA") governs your use ("You") of the browser software ("Software") and any ancillary services ("Services") provided to You by Vivaldi Technology AS ("Vivaldi") to the exclusion of all other terms and conditions.
-2. Here at Vivaldi, we try to keep things as simple and easy as possible but since this is a legal document, it’s a bit longer than we would like it to be. It’s important that you read this carefully and understand the terms of use. By clicking through, you agree to the following terms and conditions. If you don’t agree to the following terms and conditions, you are not allowed to use the Software or Services.
-3. We may if needed change any part of these terms of use without notice and your continued use of the Software or Services will be deemed as acceptance of such changes. You should check the terms of use regularly!
-4. This EULA does not apply to third party software or services that Vivaldi may deliver with the Software or Services. Vivaldi assumes no responsibility or liability for such "Third Party Software or Services". Your use of such Third Party Software or Services is exclusively governed by the applicable end user license terms and conditions for such Third Party Software or Services. The terms in this EULA do not apply to Third Party Software or Services to the extent they are inconsistent with end user license terms and conditions for such Third Party Software or Service.
-5. Subject to the terms and conditions herein, Vivaldi hereby grants You a limited, non-exclusive, non-transferable, non-sublicensable license to install and use the Software and Services for its intended purpose.
-6. You may use the Software and Services on your personal computer, including your laptop, desktop and handheld device. You may only use the Software and Services for personal use only. By way of example, this means that although You are allowed to use our Software and Services at work or within your business or organization, You are not allowed to sell, trade or resell the Software or Services for any purpose, including without limitation any use in any application service provider environment, service bureau, or time-sharing arrangements
-7. Without limiting the foregoing, you are neither allowed to (a) adapt, alter, translate, embed into any other product or otherwise create derivative works of, or otherwise modify the Software ; (b) separate the component programs of the Software for use on different computers; (c) reverse engineer, decompile, disassemble or otherwise attempt to derive the source code for the Software, except as permitted by applicable law; or (d) remove, alter or obscure any proprietary notices on the Software, or the applicable documentation therefore.
-8. The Software and Services and all intellectual property rights therein are the exclusive property of Vivaldi and its suppliers, and all rights in and to the Software not expressly granted to You in this EULA are reserved. Vivaldi owns all copies of the Software, however made.
-9. By accepting this EULA your also accept our privacy policy (available at https://vivaldi.com/privacy). Here at Vivaldi we take privacy matters very seriously and we always strive to be compliant with applicable laws and regulations.
-10. The Software and Services are provided to you "as is" without any warranty of any kind, which hereby is disclaimed. Without limiting the foregoing we do not guarantee availability of our Software and Services. You use our Software and Services at your own risk, and You agree to be fully responsible for any claim, expense, liability, losses arising from any infringement of this EULA. Even though we do our best to provide You with a great Software and Services, we cannot be held liable for any kind of damage, direct or indirect or consequential, resulting from your use of our Software and Services.
-11. This EULA applies from the time you download or activate the Software, and continues in perpetuity unless terminated by Vivaldi for no cause with thirty (30) days prior written notice, or terminated because of Your breach of this EULA. On termination all rights granted in this EULA lapses and You are not allowed to use the Software or Services. All provisions herein that by its nature are intended to survive termination, including Section 10 and 12, shall survive such termination.
-12. Vivaldi's headquarter is based in beautiful city of Oslo, Norway. This EULA is therefore governed by the laws of Norway, except its conflict of laws rules and regulations. All disputes, actions or proceedings arising under or related to this EULA shall exclusively be referred and resolved by the Oslo City Court. Notwithstanding, Nothing in EULA will be deemed as preventing Vivaldi from seeking injunctive relief (or any other provisional remedy) from any court having jurisdiction over the parties and the subject matter of the dispute as is necessary to protect Vivaldi's, proprietary information, trade secrets, know-how, or any other intellectual property rights.
-Please direct any questions or queries with regard to this EULA to legal@vivaldi.com
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Volatility-1.0 b/sdk_container/src/third_party/portage-stable/licenses/Volatility-1.0
deleted file mode 100644
index 2a37fd0edb2..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Volatility-1.0
+++ /dev/null
@@ -1,46 +0,0 @@
-Volatility Software License
-Version 1.0 dated October 3, 2019.
-This license covers the Volatility software, Copyright 2019 Volatility Foundation.
-
-Software
-The software referred to in this license includes the software named above, and any data (such as operating system profiles or configuration information), and documentation provided with the software.
-
-Purpose
-This license gives you permission to use, share, and build with this software for free, but requires you to share source code for changes, additions, and software that you build with it.
-
-Acceptance
-In order to receive this license, you must agree to its rules. The rules of this license are both obligations under that agreement and conditions to your license. You must not do anything with this software that triggers a rule that you cannot or will not follow.
-
-Copyright
-Each contributor licenses you to do everything with this software that would otherwise infringe that contributor's copyright in it.
-
-Notices
-You must ensure that everyone who gets a copy of any part of this software from you, with or without changes, also gets the text of this license or a link to https://www.volatilityfoundation.org/license/vsl-v1.0. You must not remove any copyright notice in the Software.
-
-Patent
-Each contributor licenses you to do everything with this software that would otherwise infringe any patent claims they can license or become able to license.
-
-Reliability
-No contributor can revoke this license.
-
-Copyleft
-If you make any Additions available to others, such as by providing copies of them or providing access to them over the Internet, you must make them publicly available, according to this paragraph. "Additions" includes changes or additions to the software, and any content or materials, including any training materials, you create that contain any portion of the software. "Additions" also includes any translations or ports of the software. "Additions" also includes any software designed to execute the software and parse its results, such as a wrapper written for the software, but does not include shell or execution menu software designed to execute software generally. When this license requires you to make Additions available:
-
-- You must publish all source code for software under this license, in the preferred form for making changes, through a freely accessible distribution system widely used for similar source code, so the developer and others can find and copy it.
-- You must publish all data or content under this license, in a format customarily used to make changes to it, through a freely accessible distribution system, so the developer and others can find and copy it.
-- You are responsible to ensure you have rights in Additions necessary to comply with this section.
-
-Contributing
-If you contribute (or offer to contribute) any materials to Volatility Foundation for the software, such as by submitting a pull request to the repository for the software or related content run by Volatility Foundation, you agree to contribute them under the BSD 2-Clause Plus Patent License (in the case of software) or the Creative Commons Zero Public Domain Dedication (in the case of content), unless you clearly mark them "Not a Contribution."
-
-Trademarks
-This license grants you no rights to any trademarks or service marks.
-
-Termination
-If you violate any term of this license, your license ends immediately.
-
-No Liability
-As far as the law allows, the software comes as is, without any warranty or condition, and no contributor will be liable to anyone for any damages related to this software or this license, under any kind of legal claim.
-
-Versions
-Volatility Foundation is the steward of this license and may publish new versions of this license with new version numbers. You may use the software under the version of this license under which you received the software, or, at your choice, any later version.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/W3C b/sdk_container/src/third_party/portage-stable/licenses/W3C
deleted file mode 100644
index 6daae6bf939..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/W3C
+++ /dev/null
@@ -1,79 +0,0 @@
- W3C IPR SOFTWARE NOTICE
-
- Copyright © 1995-2002 [1]World Wide Web Consortium, ([2]Massachusetts
- Institute of Technology, [3]Institut National de Recherche en Informatique et
- en Automatique, [4]Keio University). All Rights Reserved.
- http://www.w3.org/Consortium/Legal/
-
- This W3C work (including software, documents, or other related items)
- is being provided by the copyright holders under the following
- license. By obtaining, using and/or copying this work, you (the
- licensee) agree that you have read, understood, and will comply with
- the following terms and conditions:
-
- Permission to use, copy, and modify this software and its
- documentation, with or without modification, for any purpose and
- without fee or royalty is hereby granted, provided that you include
- the following on ALL copies of the software and documentation or
- portions thereof, including modifications, that you make:
- 1. The full text of this NOTICE in a location viewable to users of
- the redistributed or derivative work.
- 2. Any pre-existing intellectual property disclaimers, notices, or
- terms and conditions. If none exist, a short notice of the
- following form (hypertext is preferred, text is permitted) should
- be used within the body of any redistributed or derivative code:
- "Copyright © [5]World Wide Web Consortium, ([6]Massachusetts
- Institute of Technology, [7]Institut National de Recherche en
- Informatique et en Automatique, [8]Keio University). All Rights
- Reserved. http://www.w3.org/Consortium/Legal/"
- 3. Notice of any changes or modifications to the W3C files, including
- the date changes were made. (We recommend you provide URIs to the
- location from which the code is derived).
-
- In addition, creators of derivitive works must include the full text
- of this NOTICE in a location viewable to users of the derivitive work.
-
- THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT
- HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,
- INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS
- FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR
- DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS,
- TRADEMARKS OR OTHER RIGHTS.
-
- COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL
- OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR
- DOCUMENTATION.
-
- The name and trademarks of copyright holders may NOT be used in
- advertising or publicity pertaining to the software without specific,
- written prior permission. Title to copyright in this software and any
- associated documentation will at all times remain with copyright
- holders.
-
- ____________________________________
-
- This formulation of W3C's notice and license became active on August
- 14 1998. See the [9]older formulation for the policy prior to this
- date. Please see our [10]Copyright FAQ for common questions about
- using materials from our site, including specific terms and conditions
- for packages like libwww, Amaya, and Jigsaw. Other questions about
- this notice can be directed to [11]site-policy@w3.org .
-
-
- [12]webmaster
- (last updated 14-Aug-1998 )
-
-References
-
- 1. http://www.w3.org/
- 2. http://www.lcs.mit.edu/
- 3. http://www.inria.fr/
- 4. http://www.keio.ac.jp/
- 5. http://www.w3.org/
- 6. http://www.lcs.mit.edu/
- 7. http://www.inria.fr/
- 8. http://www.keio.ac.jp/
- 9. http://www.w3.org/Consortium/Legal/copyright-software-19980519.html
- 10. http://www.w3.org/Consortium/Legal/IPR-FAQ.html
- 11. mailto:site-policy@w3.org
- 12. http://www.w3.org/Help/Webmaster.html
diff --git a/sdk_container/src/third_party/portage-stable/licenses/WPS-EULA b/sdk_container/src/third_party/portage-stable/licenses/WPS-EULA
deleted file mode 100644
index aa9f47306f4..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/WPS-EULA
+++ /dev/null
@@ -1,93 +0,0 @@
-END-USER LICENSE AGREEMENT OF KINGSOFT (WPS Office Linux Version)
-
-
-Please read and understand all rights and limitations stated in this END-USER LICENSE AGREEMENT ("the EULA") carefully. Before first using the "Product" that accompanies the EULA, you need to read all the terms of the EULA and decide whether to agree with the terms or not. Unless you agree all the terms of the EULA, you shall uninstall the "Product" and not use the "Product" in any way.
-As a reference, you may print out the text of the EULA from this page now. You may also read the copy of the EULA in the HELP part of the "Product".
-
-The EULA is a legal agreement entered into between you and Kingsoft regarding the "Product". The "Product" includes computer software and any associated documents and printed materials. Before first using the "Product", you shall agree to all the terms of the EULA. If there is any disagreement, please uninstall the "Product" and do not use the "Product" in any way.
-
-The "Product" is protected by copyright laws, international copyright treaties and other related laws and treaties. The "Product" is licensed, not sold.
-
-1. Kingsoft grants you a nonexclusive license to the "Product" in the territorial scope of the world. You are entitled to:
-1) Install, use, display and run (collectively referred as to "run") a copy of the "Product" on one computer based on Linux system;
-2) Make back-up reproductions to prevent any damage to the reproductions,and you shall be responsible for destroying the back-up reproductions when you lose the ownership of the legal reproductions;; and
-3) Make necessary modifications to the "Product" in order to use it in the actual computer application environment or to improve its functions and performance. Unless otherwise agreed in the EULA, the modified Product shall not be provided to any third party without the permission of Kingsoft.
-4) Distribute the "Product" in the territorial scope of the world by lawful means, but you agree to comply with all the following terms simultaneously when you distribute the "Product":
-A.Distribute the "Product" only as the status quo as Kingsoft provides, and the "Product" distributed by you shall only be the complete version (including but not limited to contain the entire contents of the EULA) provided by Kingsoft without any modification and contain all the copyright mark;
-B. No modification concerning the content or the form of the EULA is allowed, you shall ensure the end user whom you distribute the "Product" to are in the acceptance of all terms of the EULA before using the" Product";
-C. Shall not sell the "Product" or use the "Product" to charge (or in a disguised form) in any way.
-D. If the terms mentioned above (article 1.4) ) is inconsistent with the other terms of the EULA, or in conflict with other terms of the EULA during the actual implementation process, the content of the terms mentioned above (article 1.4) ) shall prevail only.
-5) Translate the language of the "Product" into other language excluding Japanese, such as translate the language of Chinese version of the "Product" into English or other languages excluding Japanese. At the same time, you also acknowledge and agree that all the translation work resulting from your translation of the language of the "Product" (the "Translation Work") can only be provided to Kingsoft free of charge, you shall not use, distribute the "Translation Work " in any form. The copyright of all the Translation Work (the copyright including but not limited to: the right of authorship, the right of publication, the right of alternation, the right of integrity, the right of reproduction, the right of distribution, the right of lease, the right of exhibition, the right of performance, the right of showing, the right of broadcast, the right of dissemination of information on networks , the right of making cinematographic work, the right of adaptation, the right of translation, the right of compilation and other rights shall be enjoyed by copyright owners), completely and separately belong to Kingsoft since the copyright has been created,Kingsoft will have the right to decide how to use the Translation Work in its sole discretion and does not need to pay reward or any payment to you. Notwithstanding the preceding provisions, you shall ensure at the same time the Translation Work that you provide to Kingsoft is the original works created independently by you. The Translation Work does not violate the provisions of relevant laws and regulations, and does not infringe upon the legitimate rights and interests of any third party, and no claim shall be raised to all or part of the Translation Work by any third party. In case of any claim to the Translation Work by a third party, or any breach to this warranty by you, you shall provide defense for Kingsoft to protect Kingsoft from any damage.
-
-2. You shall abide by the following obligations:
-1) Do not use, copy, revise and/or assign the "Product", as a whole or part, beyond the scope authorized by the EULA.
-2) Only run the "Product" on one computer based on Linux system.
-3) Run the "Product" in a multi-users circumstance or network system only under the following conditions being wholly satisfied:
-a.each node and terminal has been legally granted the license; and
-b.each node and terminal which has been legally granted the license is based on Linux system
-
-4) Do not reverse engineer, de-compile, or disassemble the "Product" or attempt to gain access to the source code for the "Products" by any means.
-5) Make sure that all the copies of the "Product" comprise all the copyright marks.
-
-3. You may make a one-time permanent assignment of the "Product" accompanied by the EULA to a third party, provided that the following conditions shall be wholly satisfied:
-1) The whole and complete "Product" (including but not limited to computer software and any associated documents and printed materials) are assigned.
-2) Any assignment comprises all former editions of the "Product", if the "Product" is an upgraded edition.
-3) You retain no copies of the "Product" .
-4) Your license is terminated upon the assignment.
-5) The third party receiving the "Product" agrees to all the terms of the EULA.
-
-4. Product Support Services
-1) Provided that Kingsoft expressly agrees and covenants in the user manual or in other associated documents and printed materials that Kingsoft may provide you with certain product support services related to the "Product", the "Product" support service shall be provided by Kingsoft subject to the policies and programs described in such documents.
-2) Any add-on software codes provided by Kingsoft as a part of the support services (if any) shall be deemed to be a part of the "Product" and be governed by the EULA, unless separate terms are provided by Kingsoft.
-3) You express assent that, Kingsoft can use the technical information you provided (if any) for business purpose, including but not limited to product supporting and researching. At this time, Kingsoft will not mention you in an individual way, unless it is necessary to provide you with product support services.
-
-5. Replacing, Reworking and Upgrading
-1) Kingsoft reserves the rights to replace, revise and upgrade the "Product", as well as the rights to charge fees for such replaced, revised and/or upgraded edition of the "Product" by prior announcement to you (including without limitation to the client POP, the "Product" official website and the email address you provided) at any time. If you will not accept the replaced, revised and/or upgraded edition of the "Product", please contact Kingsoft’s customer services center within 10 working days after your receipt of the replaced, revised and/or upgraded edition of the "Product" so that you can continue to use the prior edition; if you do not contact Kingsoft’s customer services center within the pre-mentioned 10 working days, it shall be deemed that you wholly and completely accept the replaced, revised and/or upgraded edition of the "Product".
-2) Any replaced, revised and/or upgraded edition of the "Product" provided to you will be deemed as a part of the "Product", and shall be governed by the EULA, unless the EULA is replaced by another agreement attached to the replaced, revised and/or upgraded edition of the "Product".
-3) If Kingsoft provides a replaced, revised and/or upgraded edition of the "Product":
-a) You shall not use the replaced, revised and/or upgraded edition of the "Product" until you fully agree with the replaced, revised and/or upgraded edition of the "Product" and the new version of EULA attached (if any); and
-b) The license to the former edition shall be terminated.
-
-6. Reservation of Rights
- Any rights not expressly and clearly granted in the EULA shall be reserved by Kingsoft.
-
-7. Copyright
-1) You shall not remove any copyright mark from the "Product", meanwhile you shall make the copyright mark exactly as is on all the copies of the "Product" to duly announce Kingsoft’s copyright.
-2) Kingsoft own the copyright of the "Product" (including but not limited to any image, picture, flash, video, record, music, word and add-program), printing material attached and any copies of the "Product".
-3) Copyright and any other rights in the "Product" and its documents are protected under the local and international Laws and treaties.
-4) You shall not remove or destroy any copyright mark regarding the "Product". You guarantee that you shall also copy this copyright declaration in all copies of the "Product" (whether in whole or part).
-5) You agree to prevent any pirates of the "Product" and its documents.
-6) You shall not copy the printing material attached to the "Product"(if any).
-
-8. Export Restrictions
-The "Product" is subject to the export-related laws and regulations of .the mainland of the People’s Republic of China (excluding Hong Kong Special Administration Region, Macao Special Administration Region, and Taiwan Region), and you must comply with all domestic and international export-related laws and regulations that apply to the "Product", the domestic and international export-related laws and regulations abovementioned include but not limited to those restrictive provisions in respect to the scope of export destinations, the range of end users in the export destinations, the way of using the "Product" and so on.
-
-9. Warranties(Only applicable to the "Product" distributed with a disk):
-1) Kingsoft warrants, in the event of normal usage, that the media of the "Product" will be free from defects in materials and workmanship for a period of ninety (90) days from the purchase date. In the event that the media of the "Product" is defective which is confirmed by Kingsoft, Kingsoft’s sole and exclusive liability is to replace a new disk as the whole compensation to you.
-2) If this defect is caused by accident, misuse or wrongful application, Kingsoft will not be responsible for it.
-3) There is no other after-sale assurance besides the assurances above.
-
-10. Disclaimer Of Warranties.
-The express warranties provided for in the EULA are the only warranties made to you. To the maximum extent permitted by the applicable laws, Kingsoft and its suppliers provide the "Product" and support services (if any) AS IS AND WITH ALL FAULTS, and hereby disclaim all other assurance and warranties, whether express, implied or statutory, including, but not limited to, any (if any) implied warranties of merchantability or fitness for a particular purpose, accuracy of responses, completeness of results, free of viruses and negligence with regard to the "Product", and the provision of or failure to provide support or other services as for the "Product".
-
-11. Limited Liability
-TO THE MAXIMUM EXTENT PERMITTED BY THE APPLICABLE LAWS, IN NO EVENT WILL KINGSOFT, AFFILIATES, DIRECTORS, EMPLOYEES, DISTRIBUTORS, SUPPLIERS, AGENTS OR RESELLERS (COLLECTIVELY, THE "KINGSOFT ") BE LIABLE FOR ANY INDIRECT, INCIDENTAL, DIRECT, SPECIAL, CONSEQUENTIAL, EXEMPLARY OR ANY OTHER DAMAGES ARISING OUT OF OR IN ANY WAY RELATING TO USING OR NON-USING THE PRODUCT, INCLUDING, BUT NOT LIMITED TO DAMAGES CAUSED BY PERSONAL INJURIES OR PROPERTY LOSSES, DAMAGES CAUSED BY LOST PROFITS, LOST DATA, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION OR LOST COMMERCIAL INFORMATION, DAMAGES CUASED BY DISCLOSURE OF PRIVACY DUE TO FAILURE TO PERFORM GOOD-WILL OR PROPER CARE OR ANY OTHER LIABILITY, DAMAGES CAUSE BY NEGLIGENCE, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY HAS BEEN ADVISED OF THE POSSIBILITY THEREOF, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. IN ANY CASE, THE KINGSOFT’S ENTIRE COLLECTIVE LIABILITY UNDER ANY PROVISION OF THE EULA SHALL NOT EXCEED IN THE AGGREGATE THE REASONABLE SUM OF THE FEES YOU PAID FOR THE "PRODUCT" (IF ANY) AND REPLACEMENT OF DEFECTIVE MEDIA OR PROVISION OF A REASONABLY SIMILAR PRODUCT, AS DETERMINED AT KINGSOFT’S SOLE DISCRETION TO THE EXTENT APPLICABLE LAW PROHIBITS THE LIMITATION OF DAMAGES IN SUCH CASES. ADDITIONALLY, KINGSOFT SHALL NOT BE LIABLE FOR ANY CLAIMS OR DAMAGES ARISING OUT OF CONTENT PROVIDED BY LICENSEEOR A THIRD PARTY THAT IS ACCESSED THROUGH OR USED WITH THE "PRODUCT" AND/OR ANY MATERIAL LINKED THROUGH SUCH CONTENT.
-
-12. Termination of License
-1) Kingsoft is entitled to terminate the EULA at any time, if any terms or conditions in the EULA are violated. Upon the termination, you shall destroy or return to Kingsoft all the copies and all the associated documents and printed materials of the "Product".
-2) Provided that Kingsoft offers you any replaced, revised and/or upgraded edition of the "Product" attached with a replacement of the EULA which stipulates that you can use the replaced, revised and/or upgraded edition of the "Product" under the condition that you accept the replacement of the EULA, Kingsoft may terminate the original EULA.
-3) Kingsoft will have the right to revise the "Product" policy and the content of the EULA by making announcement in the official website of the "Product" in advance of 15 natural days, including but not limited to increase authorization restrictions, modificate and delete of authorization usage, change geographical scope of authorization, delete of functions, set using time, and terminate authorization and so on.
-
-13. The execution, application, interpretation and resolution of disputes with respect to the EULA shall be governed by the laws of the mainland of the People’s Republic of China (excluding Hong Kong Special Administration Region, Macao Special Administration Region, and Taiwan Region). All disputes arising out of or in connection with the performance of the EULA shall be resolved through friendly negotiation between parties. Any dispute, if failed to be solved by the above consultation, shall be submitted to the people’s court having jurisdiction in the place where Kingosft has its domicile
-
-14. Important Notice:
-1) In order to improve the quality of the "Product" and relevant services, the basic information about your usage of the "Product" will be collected. Accordingly, Kingsoft will provide you with feedbacks aperiodically.
-The information collected does not contain any personal information, such as your name, address and contact information, and files related to information security.
-Such information shall only be used for marketing analysis, so that better functions and services of the "Product" can be provided. Kingsoft shall keep confidential of any and all information collected from you.
-The criterion of the scope of the information collection in this article relies on the technical level of Kingsoft from time to time. Kingsoft will make its every endeavor to pursue the accuracy of the judgment. Provided however, that limited by the factual technical level and so on, Kingsoft could only distinguish and collect the information based on its own capability of judgment. You have been fully and clearly informed of the content mentioned above, acknowledged the operation of Kingsoft, and you are willing to bear any loss and damage caused by this.
-2) The intellectual property rights of all the Founder fonts (referred to as the "Founder font") contained in the "Product" belongs to Beijing Founder Electronics Co., Ltd. (referred to as "Founder"), You acknowledge and agree that pursuant to the EULA, you only obtain the right of using Founder fonts in the "Product"for office applications (i.e. only using Founder fonts in the "Product" for the purpose of screen display and print), If you need to exceed the aforesaid Founder font mandate to use Founder fonts, you must negotiate with Founder and obtain the appropriate authorization from Founder. You acknowledge and agree that if you infringe on the intellectual property rights of Founder font, any and all legal liabilities arising therefrom to the owner of such intellectual property rights (i.e. Founder and/or other parties) shall be solely borne by you, which shall has nothing to do with Kingsoft and Kingsoft will not bear any warranty liabilities or joint liabilities.
-
-
-
-Admission
-You acknowledge that you have now read and understood the EULA and have expressly agreed to be bound by all the terms and conditions of it.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/WTFPL-2 b/sdk_container/src/third_party/portage-stable/licenses/WTFPL-2
deleted file mode 100644
index cb33446d5c7..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/WTFPL-2
+++ /dev/null
@@ -1,14 +0,0 @@
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
- Version 2, December 2004
-
- Copyright (C) 2004 Sam Hocevar
- 22 rue de Plaisance, 75014 Paris, France
- Everyone is permitted to copy and distribute verbatim or modified
- copies of this license document, and changing it is allowed as long
- as the name is changed.
-
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. You just DO WHAT THE FUCK YOU WANT TO.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Watcom-1.0 b/sdk_container/src/third_party/portage-stable/licenses/Watcom-1.0
deleted file mode 100644
index e7c7f20d499..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Watcom-1.0
+++ /dev/null
@@ -1,394 +0,0 @@
-The Sybase Open Source Licence (Watcom-1.0)
-
-USE OF THE SYBASE OPEN WATCOM SOFTWARE DESCRIBED BELOW ("SOFTWARE")
-IS SUBJECT TO THE TERMS AND CONDITIONS SET FORTH IN THE SYBASE OPEN
-WATCOM PUBLIC LICENSE SET FORTH BELOW ("LICENSE"). YOU MAY NOT USE
-THE SOFTWARE IN ANY MANNER UNLESS YOU ACCEPT THE TERMS AND CONDITIONS
-OF THE LICENSE. YOU INDICATE YOUR ACCEPTANCE BY IN ANY MANNER USING
-(INCLUDING WITHOUT LIMITATION BY REPRODUCING, MODIFYING OR DISTRIBUTING)
-THE SOFTWARE. IF YOU DO NOT ACCEPT ALL OF THE TERMS AND CONDITIONS OF
-THE LICENSE, DO NOT USE THE SOFTWARE IN ANY MANNER.
-
-Sybase Open Watcom Public License version 1.0
-
-1. General; Definitions. This License applies only to the following
-software programs: the open source versions of Sybase's Watcom C/C++
-and Fortran compiler products ("Software"), which are modified versions
-of, with significant changes from, the last versions made commercially
-available by Sybase. As used in this License:
-
-1.1 "Applicable Patent Rights" mean:
-
-(a) in the case where Sybase is
-the grantor of rights,
-
-(i) claims of patents that are now or hereafter
-acquired, owned by or assigned to Sybase and
-
-(ii) that cover subject
-matter contained in the Original Code, but only to the extent necessary to
-use, reproduce and/or distribute the Original Code without infringement;
-and
-
-(b) in the case where You are the grantor of rights,
-
-(i) claims of
-patents that are now or hereafter acquired, owned by or assigned to You
-and
-
-(ii) that cover subject matter in Your Modifications, taken alone
-or in combination with Original Code.
-
-1.2 "Contributor" means any person or entity that creates or contributes
-to the creation of Modifications.
-
-1.3 "Covered Code" means the Original Code, Modifications, the combination
-of Original Code and any Modifications, and/or any respective portions
-thereof.
-
-1.4 "Deploy" means to use, sublicense or distribute Covered Code other
-than for Your internal research and development (R&D) and/or Personal Use,
-and includes without limitation, any and all internal use or distribution
-of Covered Code within Your business or organization except for R&D
-use and/or Personal Use, as well as direct or indirect sublicensing
-or distribution of Covered Code by You to any third party in any form
-or manner.
-
-1.5 "Larger Work" means a work which combines Covered Code or portions
-thereof with code not governed by the terms of this License.
-
-1.6 "Modifications" mean any addition to, deletion from, and/or change
-to, the substance and/or structure of the Original Code, any previous
-Modifications, the combination of Original Code and any previous
-Modifications, and/or any respective portions thereof. When code is
-released as a series of files, a Modification is:
-
-(a) any addition to
-or deletion from the contents of a file containing Covered Code; and/or
-
-(b) any new file or other representation of computer program statements
-that contains any part of Covered Code.
-
-1.7 "Original Code" means
-
-(a) the Source Code of a program or other work
-as originally made available by Sybase under this License, including the
-Source Code of any updates or upgrades to such programs or works made
-available by Sybase under this License, and that has been expressly
-identified by Sybase as such in the header file(s) of such work; and
-
-(b) the object code compiled from such Source Code and originally made
-available by Sybase under this License.
-
-1.8 "Personal Use" means use of Covered Code by an individual solely for
-his or her personal, private and non-commercial purposes. An individual's
-use of Covered Code in his or her capacity as an officer, employee,
-member, independent contractor or agent of a corporation, business
-or organization (commercial or non-commercial) does not qualify as
-Personal Use.
-
-1.9 "Source Code" means the human readable form of a program or other
-work that is suitable for making modifications to it, including all
-modules it contains, plus any associated interface definition files,
-scripts used to control compilation and installation of an executable
-(object code).
-
-1.10 "You" or "Your" means an individual or a legal entity exercising
-rights under this License. For legal entities, "You" or "Your" includes
-any entity which controls, is controlled by, or is under common control
-with, You, where "control" means
-
-(a) the power, direct or indirect, to
-cause the direction or management of such entity, whether by contract
-or otherwise, or
-
-(b) ownership of fifty percent (50%) or more of the
-outstanding shares or beneficial ownership of such entity.
-
-2. Permitted Uses; Conditions & Restrictions.Subject to the terms
-and conditions of this License, Sybase hereby grants You, effective
-on the date You accept this License and download the Original Code,
-a world-wide, royalty-free, non-exclusive license, to the extent of
-Sybase's Applicable Patent Rights and copyrights covering the Original
-Code, to do the following:
-
-2.1 You may use, reproduce, display, perform, modify and distribute
-Original Code, with or without Modifications, solely for Your internal
-research and development and/or Personal Use, provided that in each
-instance:
-
-(a) You must retain and reproduce in all copies of Original Code the
-copyright and other proprietary notices and disclaimers of Sybase as
-they appear in the Original Code, and keep intact all notices in the
-Original Code that refer to this License; and
-
-(b) You must retain and reproduce a copy of this License with every
-copy of Source Code of Covered Code and documentation You distribute,
-and You may not offer or impose any terms on such Source Code that alter
-or restrict this License or the recipients' rights hereunder, except as
-permitted under Section 6.
-
-(c) Whenever reasonably feasible you should include the copy of this
-License in a click-wrap format, which requires affirmative acceptance
-by clicking on an "I accept" button or similar mechanism. If a
-click-wrap format is not included, you must include a statement that
-any use (including without limitation reproduction, modification or
-distribution) of the Software, and any other affirmative act that you
-define, constitutes acceptance of the License, and instructing the user
-not to use the Covered Code in any manner if the user does not accept
-all of the terms and conditions of the License.
-
-2.2 You may use, reproduce, display, perform, modify and Deploy Covered
-Code, provided that in each instance:
-
-(a) You must satisfy all the conditions of Section 2.1 with respect to
-the Source Code of the Covered Code;
-
-(b) You must duplicate, to the extent it does not already exist,
-the notice in Exhibit A in each file of the Source Code of all Your
-Modifications, and cause the modified files to carry prominent notices
-stating that You changed the files and the date of any change;
-
-(c) You must make Source Code of all Your Deployed Modifications publicly
-available under the terms of this License, including the license grants
-set forth in Section 3 below, for as long as you Deploy the Covered Code
-or twelve (12) months from the date of initial Deployment, whichever is
-longer. You should preferably distribute the Source Code of Your Deployed
-Modifications electronically (e.g. download from a web site);
-
-(d) if You Deploy Covered Code in object code, executable form only,
-You must include a prominent notice, in the code itself as well as in
-related documentation, stating that Source Code of the Covered Code is
-available under the terms of this License with information on how and
-where to obtain such Source Code; and
-
-(e) the object code form of the Covered Code may be distributed under
-Your own license agreement, provided that such license agreement contains
-terms no less protective of Sybase and each Contributor than the terms
-of this License, and stating that any provisions which differ from this
-License are offered by You alone and not by any other party.
-
-2.3 You expressly acknowledge and agree that although Sybase and each
-Contributor grants the licenses to their respective portions of the
-Covered Code set forth herein, no assurances are provided by Sybase
-or any Contributor that the Covered Code does not infringe the patent
-or other intellectual property rights of any other entity. Sybase and
-each Contributor disclaim any liability to You for claims brought by
-any other entity based on infringement of intellectual property rights
-or otherwise. As a condition to exercising the rights and licenses
-granted hereunder, You hereby assume sole responsibility to secure any
-other intellectual property rights needed, if any. For example, if a
-third party patent license is required to allow You to distribute the
-Covered Code, it is Your responsibility to acquire that license before
-distributing the Covered Code.
-
-3. Your Grants. In consideration of, and as a condition to, the licenses
-granted to You under this License, You hereby grant to Sybase and all
-third parties a non-exclusive, royalty-free license, under Your Applicable
-Patent Rights and other intellectual property rights (other than patent)
-owned or controlled by You, to use, reproduce, display, perform, modify,
-distribute and Deploy Your Modifications of the same scope and extent
-as Sybase's licenses under Sections 2.1 and 2.2.
-
-4. Larger Works. You may create a Larger Work by combining Covered Code
-with other code not governed by the terms of this License and distribute
-the Larger Work as a single product. In each such instance, You must make
-sure the requirements of this License are fulfilled for the Covered Code
-or any portion thereof.
-
-5. Limitations on Patent License. Except as expressly stated in Section
-2, no other patent rights, express or implied, are granted by Sybase
-herein. Modifications and/or Larger Works may require additional patent
-licenses from Sybase which Sybase may grant in its sole discretion.
-
-6. Additional Terms. You may choose to offer, and to charge a fee for,
-warranty, support, indemnity or liability obligations and/or other
-rights consistent with this License ("Additional Terms") to one or
-more recipients of Covered Code. However, You may do so only on Your
-own behalf and as Your sole responsibility, and not on behalf of Sybase
-or any Contributor. You must obtain the recipient's agreement that any
-such Additional Terms are offered by You alone, and You hereby agree to
-indemnify, defend and hold Sybase and every Contributor harmless for
-any liability incurred by or claims asserted against Sybase or such
-Contributor by reason of any such Additional Terms.
-
-7. Versions of the License. Sybase may publish revised and/or new
-versions of this License from time to time. Each version will be given
-a distinguishing version number. Once Original Code has been published
-under a particular version of this License, You may continue to use it
-under the terms of that version. You may also choose to use such Original
-Code under the terms of any subsequent version of this License published
-by Sybase. No one other than Sybase has the right to modify the terms
-applicable to Covered Code created under this License.
-
-8. NO WARRANTY OR SUPPORT. The Covered Code may contain in whole or in
-part pre-release, untested, or not fully tested works. The Covered Code
-may contain errors that could cause failures or loss of data, and may be
-incomplete or contain inaccuracies. You expressly acknowledge and agree
-that use of the Covered Code, or any portion thereof, is at Your sole and
-entire risk. THE COVERED CODE IS PROVIDED "AS IS" AND WITHOUT WARRANTY,
-UPGRADES OR SUPPORT OF ANY KIND AND SYBASE AND SYBASE'S LICENSOR(S)
-(COLLECTIVELY REFERRED TO AS "SYBASE" FOR THE PURPOSES OF SECTIONS 8
-AND 9) AND ALL CONTRIBUTORS EXPRESSLY DISCLAIM ALL WARRANTIES AND/OR
-CONDITIONS, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES AND/OR CONDITIONS OF MERCHANTABILITY, OF SATISFACTORY QUALITY,
-OF FITNESS FOR A PARTICULAR PURPOSE, OF ACCURACY, OF QUIET ENJOYMENT,
-AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. SYBASE AND EACH CONTRIBUTOR
-DOES NOT WARRANT AGAINST INTERFERENCE WITH YOUR ENJOYMENT OF THE COVERED
-CODE, THAT THE FUNCTIONS CONTAINED IN THE COVERED CODE WILL MEET YOUR
-REQUIREMENTS, THAT THE OPERATION OF THE COVERED CODE WILL BE UNINTERRUPTED
-OR ERROR-FREE, OR THAT DEFECTS IN THE COVERED CODE WILL BE CORRECTED. NO
-ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY SYBASE, A SYBASE AUTHORIZED
-REPRESENTATIVE OR ANY CONTRIBUTOR SHALL CREATE A WARRANTY. You acknowledge
-that the Covered Code is not intended for use in the operation of nuclear
-facilities, aircraft navigation, communication systems, or air traffic
-control machines in which case the failure of the Covered Code could lead
-to death, personal injury, or severe physical or environmental damage.
-
-9. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN
-NO EVENT SHALL SYBASE OR ANY CONTRIBUTOR BE LIABLE FOR ANY DIRECT,
-INCIDENTAL, SPECIAL, INDIRECT, CONSEQUENTIAL OR OTHER DAMAGES OF ANY
-KIND ARISING OUT OF OR RELATING TO THIS LICENSE OR YOUR USE OR INABILITY
-TO USE THE COVERED CODE, OR ANY PORTION THEREOF, WHETHER UNDER A THEORY
-OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCTS LIABILITY
-OR OTHERWISE, EVEN IF SYBASE OR SUCH CONTRIBUTOR HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES, AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL
-PURPOSE OF ANY REMEDY. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF
-LIABILITY OF INCIDENTAL OR CONSEQUENTIAL OR OTHER DAMAGES OF ANY KIND,
-SO THIS LIMITATION MAY NOT APPLY TO YOU. In no event shall Sybase's or
-any Contributor's total liability to You for all damages (other than as
-may be required by applicable law) under this License exceed the amount
-of five hundred dollars ($500.00).
-
-10. Trademarks. This License does not grant any rights to use the
-trademarks or trade names "Sybase" or any other trademarks or trade names
-belonging to Sybase (collectively "Sybase Marks") or to any trademark or
-trade name belonging to any Contributor("Contributor Marks"). No Sybase
-Marks or Contributor Marks may be used to endorse or promote products
-derived from the Original Code or Covered Code other than with the prior
-written consent of Sybase or the Contributor, as applicable.
-
-11. Ownership. Subject to the licenses granted under this License,
-each Contributor retains all rights, title and interest in and to any
-Modifications made by such Contributor. Sybase retains all rights,
-title and interest in and to the Original Code and any Modifications
-made by or on behalf of Sybase ("Sybase Modifications"), and such Sybase
-Modifications will not be automatically subject to this License. Sybase
-may, at its sole discretion, choose to license such Sybase Modifications
-under this License, or on different terms from those contained in this
-License or may choose not to license them at all.
-
-12. Termination.
-
-12.1 Termination. This License and the rights granted hereunder will
-terminate:
-
-(a) automatically without notice if You fail to comply with any term(s)
-of this License and fail to cure such breach within 30 days of becoming
-aware of such breach;
-
-(b) immediately in the event of the circumstances described in Section
-13.5(b); or
-
-(c) automatically without notice if You, at any time during the term of
-this License, commence an action for patent infringement (including as
-a cross claim or counterclaim) against Sybase or any Contributor.
-
-12.2 Effect of Termination. Upon termination, You agree to immediately
-stop any further use, reproduction, modification, sublicensing and
-distribution of the Covered Code and to destroy all copies of the Covered
-Code that are in your possession or control. All sublicenses to the
-Covered Code that have been properly granted prior to termination shall
-survive any termination of this License. Provisions which, by their
-nature, should remain in effect beyond the termination of this License
-shall survive, including but not limited to Sections 3, 5, 8, 9, 10,
-11, 12.2 and 13. No party will be liable to any other for compensation,
-indemnity or damages of any sort solely as a result of terminating this
-License in accordance with its terms, and termination of this License
-will be without prejudice to any other right or remedy of any party.
-
-13. Miscellaneous.
-
-13.1 Government End Users. The Covered Code is a "commercial item" as
-defined in FAR 2.101. Government software and technical data rights in
-the Covered Code include only those rights customarily provided to the
-public as defined in this License. This customary commercial license in
-technical data and software is provided in accordance with FAR 12.211
-(Technical Data) and 12.212 (Computer Software) and, for Department of
-Defense purchases, DFAR 252.227-7015 (Technical Data -- Commercial Items)
-and 227.7202-3 (Rights in Commercial Computer Software or Computer
-Software Documentation). Accordingly, all U.S. Government End Users
-acquire Covered Code with only those rights set forth herein.
-
-13.2 Relationship of Parties. This License will not be construed as
-creating an agency, partnership, joint venture or any other form of legal
-association between or among you, Sybase or any Contributor, and You
-will not represent to the contrary, whether expressly, by implication,
-appearance or otherwise.
-
-13.3 Independent Development. Nothing in this License will impair
-Sybase's or any Contributor's right to acquire, license, develop, have
-others develop for it, market and/or distribute technology or products
-that perform the same or similar functions as, or otherwise compete with,
-Modifications, Larger Works, technology or products that You may develop,
-produce, market or distribute.
-
-13.4 Waiver; Construction. Failure by Sybase or any Contributor to
-enforce any provision of this License will not be deemed a waiver of
-future enforcement of that or any other provision. Any law or regulation
-which provides that the language of a contract shall be construed against
-the drafter will not apply to this License.
-
-13.5 Severability.
-
-(a) If for any reason a court of competent
-jurisdiction finds any provision of this License, or portion thereof,
-to be unenforceable, that provision of the License will be enforced to
-the maximum extent permissible so as to effect the economic benefits and
-intent of the parties, and the remainder of this License will continue in
-full force and effect.
-
-(b) Notwithstanding the foregoing, if applicable
-law prohibits or restricts You from fully and/or specifically complying
-with Sections 2 and/or 3 or prevents the enforceability of either of
-those Sections, this License will immediately terminate and You must
-immediately discontinue any use of the Covered Code and destroy all
-copies of it that are in your possession or control.
-
-13.6 Dispute Resolution. Any litigation or other dispute resolution
-between You and Sybase relating to this License shall take place in the
-Northern District of California, and You and Sybase hereby consent to
-the personal jurisdiction of, and venue in, the state and federal courts
-within that District with respect to this License. The application of
-the United Nations Convention on Contracts for the International Sale
-of Goods is expressly excluded.
-
-13.7 Entire Agreement; Governing Law. This License constitutes the
-entire agreement between the parties with respect to the subject
-matter hereof. This License shall be governed by the laws of the United
-States and the State of California, except that body of California law
-concerning conflicts of law. Where You are located in the province of
-Quebec, Canada, the following clause applies: The parties hereby confirm
-that they have requested that this License and all related documents be
-drafted in English. Les parties ont exigè que le prèsent contrat et
-tous les documents connexes soient rèdiès en anglais.
-
-EXHIBIT A.
-
-"Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Reserved.
-
-This file contains Original Code and/or Modifications of Original Code
-as defined in and that are subject to the Sybase Open Watcom Public
-License version 1.0 (the 'License'). You may not use this file except
-in compliance with the License. BY USING THIS FILE YOU AGREE TO ALL
-TERMS AND CONDITIONS OF THE LICENSE. A copy of the License is provided
-with the Original Code and Modifications, and is also available at
-www.sybase.com/developer/opensource.
-
-The Original Code and all software distributed under the License are
-distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
-EXPRESS OR IMPLIED, AND SYBASE AND ALL CONTRIBUTORS HEREBY DISCLAIM
-ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT
-OR NON-INFRINGEMENT. Please see the License for the specific language
-governing rights and limitations under the License."
diff --git a/sdk_container/src/third_party/portage-stable/licenses/WidePix b/sdk_container/src/third_party/portage-stable/licenses/WidePix
deleted file mode 100644
index 4020d25c176..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/WidePix
+++ /dev/null
@@ -1,13 +0,0 @@
-WidePix
-
-© 2020 Nash Muhandes
-
-LICENSE:
-
-You MAY use, copy, modify, merge, publish, distribute, and/or sublicense this work - HOWEVER:
-
-- You may not sell this work
-
-- Your work must comply with id Software's original licenses (i.e. they must only work on the game from which they originated)
-
-- All derivative works must credit the original authors (id Software (Doom), Raven Software (Hexen/Heretic), Rogue Software (Strife), Digital Café (Chex), Nash Muhandes)
diff --git a/sdk_container/src/third_party/portage-stable/licenses/WolframCDFPlayer b/sdk_container/src/third_party/portage-stable/licenses/WolframCDFPlayer
deleted file mode 100644
index 8394d0ee345..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/WolframCDFPlayer
+++ /dev/null
@@ -1,108 +0,0 @@
-[ Source: http://www.wolfram.com/legal/agreements/wolfram-cdf-player.html ]
-
-Wolfram CDF Player License Agreement
-
-Acceptance
-
-This is a binding agreement: read all terms; retain a copy.
-
-The terms and conditions of this License Agreement are subject to change without notice from time to time in our sole discretion. We will notify You of amendments to these terms
-and conditions by posting them at http://www.wolfram.com/legal/agreements/wolfram-cdf-player.html.
-
-Carefully read the following terms and conditions before accessing, installing, or using the Software. By clicking the "I Agree" button, downloading the Product, or
-installing/using the Product, You are consenting to be bound by this Wolfram CDF Player License Agreement ("Agreement"). If You are not willing to accept the terms and
-conditions of this Agreement, You may not access, copy, install, or use the Product. You should discontinue use/installation, and immediately uninstall/remove/destroy any
-existing or additional copies of the Product.
-
-Definitions
-
-WRI: Wolfram Research, Inc., 100 Trade Center Drive, Champaign, IL 61820-7237, USA.
-
-You/Licensee: The individual or organization obtaining the Product. If You/Licensee agree to these terms on behalf of an organization, You represent to WRI that You are
-authorized to accept these terms on the organization's behalf.
-
-Software: The computer programs provided by WRI under this Agreement, known as CDF Player.
-
-Product: All the materials, including the Software, provided by WRI under this Agreement (whether by download or physical storage media), and data accessed on WRI's servers.
-
-Intellectual Property Rights: Any and all rights existing from time to time under patent law, copyright law, trade secret law, trademark law, unfair competition law, and any and
-all other proprietary rights, and any and all applications, renewals, extensions, and restorations thereof.
-
-Ownership
-
-WRI is the sole owner of the Product as provided by WRI with the exception of the portions of the Product licensed by WRI from third parties. WRI is the holder of the
-Intellectual Property Rights in the Product, including, without limitation, such aspects of the Software as its code, structure, sequence, organization, "look and feel",
-programming language, and compilations of command names, descriptors, and data. Use of the Product, unless pursuant to the terms of a license granted by WRI or as otherwise
-authorized by law, is an infringement of Intellectual Property Rights.
-
-Product Use
-
-Subject to the terms of this Agreement and Your acceptance thereof, WRI grants You a non-exclusive license to install and use the Product on a single online storage device
-solely in accordance with the terms of this Agreement. Provisions of this Agreement that by their nature express ongoing rights or obligations shall survive the expiration or
-termination of this Agreement. Other than this express Agreement, no other right, title, or interest in or to any tangible or intangible property right of WRI is granted, and is
-expressly reserved by WRI.
-
-Prohibited Uses
-
-All uses of the Software and other elements of the Product not specifically allowed under this Agreement are prohibited, including, without limitation:
-
- a. decompiling, disassembling, or reverse engineering the Software;
-
- b. modifying the Product in any manner;
-
- c. distributing, publishing, transferring, sublicensing, lending, leasing, renting, or otherwise making available any portion of the Software, including collections of data;
-
- d. copying or allowing copying of the Product or any elements of the Product, except as permitted for the maintenance of a single archival copy of the Product;
-
- e. using the Product for anything other than (i) passively viewing .cdf or .nb files and/or (ii) actively running .cdf files; and
-
- f. removing or obscuring any copyright, trademark, logo, watermark, or other proprietary notices from the Product.
-
-Term and Termination
-
-This Agreement is effective upon Your acceptance of this Agreement, and shall continue in effect until terminated. WRI may terminate this Agreement immediately in the event of
-any breach by You of any term herein.
-
-Online Services and Data
-
-Certain functionality in the Product may require the Software to access collections of data available through external servers. WRI makes no warranty that access to such data
-will be uninterrupted or that the data itself will be error free. WRI reserves the right to restrict access to, add, update, modify, or remove collections of data based on
-availability, Your service subscription, or otherwise at WRI's discretion. You agree all data access and use shall be in accordance with this Agreement, and not to access or use
-data collections in such a manner that could damage, disable, overburden, or impair the servers providing such data. You shall only access collections of data through the
-intended CDF Player interface. Data provided through WRI's online services constitute protected intellectual property and may not be copied, distributed, used to construct a
-database, stored (in whole or in part) in databases for access by You or any third party, or provided or distributed through any database services containing all or part of such
-data. Access to the online services is provided to You at WRI's discretion and may be terminated or restricted at any time.
-
-Additional functionality in the Product allows You to access Wolfram|Alpha® data from within the Software. In addition to the general Online Services and Data terms and
-restrictions listed above, data and other results obtained through the Wolfram|Alpha functionality are subject to the Wolfram|Alpha Terms of Use at
-http://www.wolframalpha.com/termsofuse.html. Your use of this functionality indicates your acceptance of these Terms.
-
-No Warranty and Disclaimer
-
-WRI does not warrant that the Product is free from all errors and/or omissions, and in fact it may contain them. Except as specifically set forth above, the Product is provided
-"as is". WRI makes no representations or warranties, express, statutory, or implied, with respect to the Product or the Software contained in the Product or data accessed
-thereby, including, without limitation, any implied warranties of merchantability, interoperability, or fitness for a particular purpose, all of which are expressly disclaimed.
-WRI does not warrant that the functions contained in the Product will meet Your requirements, or that the operation of the Product will be uninterrupted or error free.
-
-WRI, and its agents, representatives, and independent contractors, shall not be obligated to provide or liable, under any circumstances, for providing information on or
-corrections to errors and/or omissions discovered at any time in the Product, whether or not they were aware of the errors and/or omissions.
-
-WRI does not recommend the use of the Product for applications in which errors and/or omissions could threaten life, injury, or significant loss. Some states do not allow the
-exclusion of implied warranties, so this may not apply to You. This warranty gives You specific legal rights, and You may also have other rights that vary from state to state.
-This Agreement is governed by the laws of the State of Illinois without effect to any choice of law provisions.
-
-Limited Damages
-
-In no event shall WRI or its agents, representatives, and independent contractors be liable for any lost profits, lost use, lost benefits, or any consequential, indirect,
-incidental, special, or punitive damages, whether in contract, tort, or otherwise, even if WRI has been advised of the possibility of such damages. WRI's cumulative liability to
-You or any other party for any loss or damages resulting from any claims, demands, actions, or otherwise arising out of or relating to this Agreement shall not exceed the
-license fee paid for the Product. Some states do not allow certain limitations of damages, so the above limitations may not apply to You.
-
-United States Federal Government Restricted Rights
-
-If this Software is acquired by or on behalf of the US federal government, this provision applies. Use, duplication, or disclosure of this Software is subject to restrictions
-set forth in FAR 52.227-19 and DFAR 227.7200 - 227.7202-4, as applicable. The Software is "commercial computer software" and is licensed with only "Restricted Rights".
-
-Information on enhanced licensing/distribution options is available upon request from WRI.
-
-Wolfram CDF Player is a trademark of Wolfram Research, Inc. Wolfram|Alpha is a registered trademark of Wolfram Alpha LLC.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/X11-Lucent b/sdk_container/src/third_party/portage-stable/licenses/X11-Lucent
deleted file mode 100644
index 6a787310780..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/X11-Lucent
+++ /dev/null
@@ -1,10 +0,0 @@
-Permission to use, copy, modify, and distribute this software for any
-purpose without fee is hereby granted, provided that this entire notice
-is included in all copies of any software which is or includes a copy
-or modification of this software and in all copies of the supporting
-documentation for such software.
-
-THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
-WARRANTY. IN PARTICULAR, NEITHER THE AUTHORS NOR LUCENT TECHNOLOGIES MAKE ANY
-REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
-OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/XC b/sdk_container/src/third_party/portage-stable/licenses/XC
deleted file mode 100644
index e4699b72789..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/XC
+++ /dev/null
@@ -1,10 +0,0 @@
-The X Consortium, and any party obtaining a copy of these files from
-the X Consortium, directly or indirectly, is granted, free of charge, a
-full and unrestricted irrevocable, world-wide, paid up, royalty-free,
-nonexclusive right and license to deal in this software and
-documentation files (the "Software"), including without limitation the
-rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons who receive
-copies from any such party to do so. This license includes without
-limitation a license to do the foregoing actions under any patents of
-the party supplying this software to the X Consortium.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/XEphem b/sdk_container/src/third_party/portage-stable/licenses/XEphem
deleted file mode 100644
index 242fb382857..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/XEphem
+++ /dev/null
@@ -1,33 +0,0 @@
-XEphem Version 3.7.5
-Copyright (c) 1190-2011 by Elwood Charles Downey
-
-Permission to build and run XEphem from this source code is granted only for
-personal use or for bona fide educational situations or research funded by
-public funds. Permission is expressly prohibited in commercial or military
-situations without prior agreement.
-
-XEphem source code may not be used, in whole or in part, to build other
-computer programs under any circumstances without prior agreement.
-
-Redistribution rights: You may redistribute XEphem source code only in its
-entirety and without modification. You may redistribute binaries only if they
-were built from the original source code, or from source code with very minor
-changes made for the purpose of porting and not for the purposes of changing
-functionality.
-
-XEphem output products may be used without restriction as long as they are
-accompanied by the following reference:
-
- "Created by XEphem, for more information go to http://www.xephem.com"
-
-Furthermore:
-
- THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
- SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABIL-
- ITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAM-
- AGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
- WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TOR-
- TIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
- OR PERFORMANCE OF THIS SOFTWARE.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/XMAME b/sdk_container/src/third_party/portage-stable/licenses/XMAME
deleted file mode 100644
index ed398e2bb10..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/XMAME
+++ /dev/null
@@ -1,29 +0,0 @@
-Redistribution and use of this code or any derivative works are permitted
-provided that the following conditions are met:
-
-* Redistributions may not be sold, nor may they be used in a commercial
-product or activity.
-
-* Redistributions that are modified from the original source must include the
-complete source code, including the source code for all components used by a
-binary built from the modified sources. However, as a special exception, the
-source code distributed need not include anything that is normally distributed
-(in either source or binary form) with the major components (compiler, kernel,
-and so on) of the operating system on which the executable runs, unless that
-component itself accompanies the executable.
-
-* Redistributions must reproduce the above copyright notice, this list of
-conditions and the following disclaimer in the documentation and/or other
-materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
-LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Xdebug b/sdk_container/src/third_party/portage-stable/licenses/Xdebug
deleted file mode 100644
index df7edd8118e..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Xdebug
+++ /dev/null
@@ -1,61 +0,0 @@
---------------------------------------------------------------------
- The Xdebug License, version 1.0
- (Based on "The PHP License", version 3.0)
- Copyright (c) 2002, 2003 Derick Rethans. All rights reserved.
---------------------------------------------------------------------
-
-Redistribution and use in source and binary forms, with or without
-modification, is permitted provided that the following conditions
-are met:
-
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in
- the documentation and/or other materials provided with the
- distribution.
-
- 3. The name "Xdebug" must not be used to endorse or promote products
- derived from this software without prior written permission. For
- written permission, please contact xdebug@derickrethans.nl.
-
- 4. Products derived from this software may not be called "Xdebug", nor
- may "Xdebug" appear in their name, without prior written permission
- from xdebug@derickrethans.nl.
-
- 5. Derick Rethans may publish revised and/or new versions of the
- license from time to time. Each version will be given a
- distinguishing version number. Once covered code has been
- published under a particular version of the license, you may
- always continue to use it under the terms of that version. You
- may also choose to use such covered code under the terms of any
- subsequent version of the license published by Derick Rethans. No
- one other than Derick Rethans has the right to modify the terms
- applicable to covered code created under this License.
-
- 6. Redistributions of any form whatsoever must retain the following
- acknowledgment: "This product includes Xdebug, freely available
- from ".
-
-THIS SOFTWARE IS PROVIDED BY DERICK RETHANS ``AS IS'' AND ANY
-EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR
-ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
---------------------------------------------------------------------
-
-This software consists of voluntary contributions made by some
-individuals on behalf of Derick Rethans.
-
-Derick Rethans can be contacted via e-mail at xdebug@derickrethans.nl.
-
-For more information Xdebug, please see
-.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/YDSLA b/sdk_container/src/third_party/portage-stable/licenses/YDSLA
deleted file mode 100644
index 5fe28ea9e54..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/YDSLA
+++ /dev/null
@@ -1,271 +0,0 @@
-# file generated using the following command (open the link in browser for up-to-date version with html links)
-# lynx -dump http://m.legal.yandex.ru/desktop_software_agreement/?lang=en
-
-Yandex Desktop Software License Agreement
-
- We would like to draw your attention to the fact that this License
- Agreement shall replace the license agreements governing the use of
- respective computer programs listed in Section 1.1 of this License
- Agreement starting from the date indicated in the termination notices
- in the respective license agreements. Please do consider all references
- to those license agreements governing the use of respective computer
- programs as references to this License Agreement.
-
- This document is a translation of Yandex Desktop Software License
- Agreement in English. In case of conflict between the Russian version
- of Yandex Desktop Software License Agreement and this translation -
- only the Russian version of Yandex Desktop Software License Agreement
- is legally binding. The Russian version of Yandex Desktop Software
- License Agreement can be found here:
- http://legal.yandex.ru/desktop_software_agreement/?lang=ru.
-
- Before using any program, please read the following terms of license
- agreement. Any use of a program by you means full and unconditional
- acceptance of its terms.
-
- If you do not accept the terms of license agreement in full, you shall
- not use it for any purpose.
-
-1. General Provisions
-
- 1.1. This License Agreement (“License”) sets forth the terms and
- conditions for the use of the following computer programs:
- “Yandex.Disk”, “Yandex.Disk Command Line Interface”, “Yandex.Mail” for
- Chromium, “Yandex.Weather” for Chromium, “Yandex.Traffic” for Chromium,
- “Yandex.Search” for Chromium, “My VK page” for Chromium, “Visual
- Bookmarks” for Internet Explorer, “Visual Bookmarks” for Mozilla
- Firefox, “Visual Bookmarks” for Chromium, “Yandex.Translate” for
- Chromium, “Yandex Elements” for Internet Explorer, “Yandex Elements”
- for Mozilla Firefox, “Browsers manager” for Windows, “Yandex.Maps” for
- Opera, “Yandex.Fotki” for Opera, “Yandex.Mail” for Opera,
- “Yandex.Weather” for Opera, “VKontakte for express-panel” for Opera,
- which are distributed separately as well as a part of a “Yandex
- Elements” software package, (any of the above programs will hereinafter
- be referred to as “Program” and all of them together as “Programs”) and
- is concluded between any person using the Program (“User”) and YANDEX
- LLC, 16 Lva Tolstogo St., Moscow 119021, Russia, which is the owner of
- the exclusive rights in Programs (“Rights Holder”).
-
- 1.2. By copying any Program or Programs, installing any of them on your
- PC or using any Program in any manner, the User expresses his/her full
- and unconditional agreement to all the License terms and conditions.
-
- 1.3. The use of Programs is permitted only under the terms and
- conditions of this License. If the User does not accept the terms and
- conditions of the License in full, the User shall not use any Program
- for any purpose. The use of Programs with violation (non-performance)
- of any of the terms and conditions of this License shall be prohibited.
-
- 1.4. The use of Programs under this License for personal non-commercial
- use is free of charge. The use of Programs on terms and in the manner
- not provided for by this License is only possible on the basis of a
- separate agreement with the Rights Holder.
-
- 1.5. This License and all relations connected with the use of a Program
- or all Programs are subject to applicable law of the Russian Federation
- and any claims or lawsuits arising out of this License or the use of a
- Program or all Programs shall be filed and considered by the court at
- the location of the Rights Holder.
-
- 1.6. The Rights Holder may provide the User with the translation of thi
- s License from Russian into other languages, but in case of a conflict
- between the terms of the License in Russian and its translation, only
- Russian-language version of this License is valid.
-
-2. Rights in Programs
-
- 2.1. The Rights Holder owns all exclusive rights in all Programs.
-
-3. License
-
- 3.1. The Rights Holder provides the User with non-transferable right to
- use Programs free of charge, under a simple (non-exclusive) license, in
- countries around the world in the following manner:
-
- 3.1.1. To use Programs in accordance with their direct functional
- purpose, in order to which copy and to install (execute) them on the
- personal computer(s) of the User. The User is entitled to install
- Programs on an unlimited number of personal computers.
-
- 3.1.2. To copy and to distribute Programs in an unmodified form and
- solely for non-commercial purposes (free of charge).
-
-4. Limitations
-
- 4.1. Except for use within the scope and by means directly stipulated
- for by this License or the law of the Russian Federation, the User
- shall not modify, decompile, disassemble, decrypt and perform other
- actions with the object code of any Program, aimed at obtaining source
- codes of any Program and/or information on the implementation of the
- algorithms used in the Program, to create derivative works with the use
- of the Program, as well as to fulfill (to allow to conduct) other use
- of Programs, without the written consent from the Rights Holder.
-
- 4.2. The User shall not, without the written consent from the Rights
- Holder, reproduce, distribute and make available to the public, any
- Program and/or all Programs in any form and by any means, not directly
- stipulated for by this License, including within the collections of
- software products, with the offering of other programs, settings and
- other products, regardless of purposes of such use.
-
- 4.3. Programs shall be used under the names given to them by the Rights
- Holder. The User shall not change the name of Programs, to modify
- and/or to remove the copyright notice or other references to the Rights
- Holder.
-
-5. Terms of Use of Specific Functions of Programs
-
- 5.1. The User is hereby notified and agrees that if automatic sending
- of anonymous statistics of browser usage is enabled in Programs, the
- Rights Holder will be anonymously (without reference to the User) and
- automatically receiving the information, including the visited site,
- viewed pages and downloaded files for the purposes of improving the
- quality of the products and services provided to the User, until the
- function is switched off.
-
- 5.2. The User is hereby notified and agrees that if using the function
- “To the exact address” for the provision of the User with the hints of
- corrected input errors, the Rights Holder is anonymously (without
- reference to the User) reported in the automatic mode on the characters
- entered in the address bar of the browser, until the function is
- switched off.
-
- 5.3. Automatic translation of texts and web pages using the function
- “Translation of pages” is conducted using own technologies of the
- Rights Holder, and also the technologies of the partners of the Rights
- Holder. In case of presence of the logo of PROMT LLC on the translation
- result page of the Program, the translation is done using technologies
- developed by PROMT ® (http://www.promt.ru). The logs of
- translations will be anonymously (without reference to the User) sent
- to the Rights Holder.
-
- 5.4. The User is hereby notified and agrees that, when using the
- translation of words function, the translation is performed using the
- technologies developed by PROMT ® (http://www.promt.ru). The logs
- of translations will be anonymously (without reference to the User)
- sent to the Rights Holder.
-
- 5.5. The User is hereby notified and agrees that when using the
- “Location identification” function in the Program, IP address of the
- User’s computer and the data on available Wi-Fi networks will be
- anonymously (without reference to the User) sent to the automated
- service of location identification of the Rights Holder.
-
- 5.6. The User is hereby notified and agrees that when enabling the
- “Smart Line” function to offer the User search tips, the Rights Holder
- is anonymously (without reference to the User) reported in the
- automatic mode on the characters entered in the address bar of the
- browser, text of the tip selected by the User and identifier of the
- system, until the function is switched off.
-
- 5.7. The User is hereby notified and agrees that if the function
- “Quotation Index” is enabled in the Program “Yandex Elements” for
- Internet Explorer and/or in the Program “Yandex Elements” for Mozilla
- Firefox, the Rights Holder will be anonymously (without reference to
- the User) and automatically receiving the information on the visited
- site and downloaded files for the purposes of determining the quotation
- index of the site that is being viewed by the User, until the function
- is switched off.
-
- 5.8. The User is hereby notified and agrees that if the function
- “Feedback” is enabled in the Program “Yandex Elements” for Internet
- Explorer and/or in the Program “Yandex Elements” for Mozilla Firefox,
- the Rights Holder will be anonymously (without reference to the User)
- and automatically receiving the information on the visited site and
- downloaded files for the purposes of determining the number of comments
- to the site that is being viewed by the User, until the function is
- switched off.
-
- 5.9. The User at any time can refuse to transfer the data specified in
- clauses 5.1 – 5.8 by switching off the corresponding features.
-
- 5.10. All data on the use of Programs transferred in accordance with
- this License, shall be stored and processed in accordance with the
- Privacy Policy (http://legal.yandex.ru/confidential/).
-
- 5.11. By using the widget of the service "Yandex.Music" User accepts
- Terms and Conditions service Yandex.Music
- (http://legal.yandex.ru/music_termsofuse/).
-
- 5.12. The “Text Only” function is based on the “Readability” program,
- the exclusive right to which owned by the company “Arc90”, which
- distributes the “Readability” program under the Apache 2.0
- (http://www.apache.org/licenses/LICENSE-2.0) license.
-
- 5.13. The Program “Yandex Elements” for Internet Explorer uses the
- Compact Language Detection library included in Chromium source code
- (http://src.chromium.org/viewvc/chrome/trunk/src/third_party/cld/).
- The specified software can be used on the terms available at:
- http://src.chromium.org/viewvc/chrome/trunk/src/third_party/cld/LIC
- ENSE.
-
- 5.14. The User is hereby notified and agrees that when installing the
- Program “Yandex Elements” for Internet Explorer and/or the Program
- “Yandex Elements” for Mozilla Firefox, additional components (buttons)
- that are integrated with the popular social networks, e-mail services
- and other instruments, will be automatically selected and installed,
- while the selection is conducted completely automatically and no data
- is transferred beyond the User’s computer.
-
-6. Limitation of Liability under the License
-
- 6.1. Programs are provided on “as is” basis. The Rights Holder shall
- provide no warranties regarding error-free and uninterrupted operation
- of Programs, meeting the specific goals and expectations of the User,
- and also shall provide no other warranties not directly stated in this
- License.
-
- 6.2. To the maximum extent permitted by the current law, the Rights
- Holder shall not be responsible for any direct or indirect consequences
- of any use of or inability to use Programs and/or damage inflicted on
- the User and/or third parties as a result of any use or non-use of
- Programs, including possible errors or failures of Programs.
-
- 6.3. The User is hereby notified and agrees that while using Programs,
- the Rights Holder obtains anonymously (without reference to the User)
- in automatic mode the following information: the type of operating
- system on the User’s computer, version and identifier of the Program,
- usage statistics of Program’s features, as well as other technical
- information.
-
- 6.4. The User is able to add components (buttons) to the Program
- “Yandex Elements” for Internet Explorer and/or the Program “Yandex
- Elements” for Mozilla Firefox, which are developed and offered by third
- parties, providing access to information or services of third parties,
- or redirecting to the resources of third parties (“Custom Components”).
- The User understands and agrees that the installation of Custom
- Components to the Program is conducted at the user’s own risk. The
- Rights Holder has no control over the performance, information,
- services or resources accessed through such Custom Components, as well
- as their compliance with the law, and is not responsible for the
- results of installation or use of Custom Components. The Rights Holder
- does not cover any damage caused to the User by the use of or inability
- to use any Custom Components or information, services and resources
- accessed through Custom Components.
-
-7. Updates/New Versions of Programs
-
- 7.1. Programs may automatically download and install updates from time
- to time, which are directed to enhance Programs and which can be in the
- form of patches, additional modules and new versions of Programs. The
- User is hereby notified and agrees that Programs will update
- automatically, including request, download and installation of updates
- for Programs onto the User’s computer without further notice.
-
- 7.2. This License shall be applied to all future updates/new versions
- of any Program or all Programs. The installation of an update/new
- version of the respective Program shall be deemed as an acceptance of
- the terms and conditions of this License by the User for relevant
- updates/new versions of the Program, unless the update/installation of
- a new version of the Program is accompanied by any other license
- agreement.
-
-8. Changes to the Terms and Conditions of this License
-
- 8.1. This license agreement may be changed unilaterally by the Rights
- Holder. The notification of the User on the changes in the terms and
- conditions of this License is published on the page:
- http://legal.yandex.ru/desktop_software_agreement/. These changes
- in the terms and conditions of the license agreement shall be effective
- from the date of their publication, unless otherwise is specified in
- the relevant publication.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Yacht-Club-Games-EULA b/sdk_container/src/third_party/portage-stable/licenses/Yacht-Club-Games-EULA
deleted file mode 100644
index ee8d30a1fef..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Yacht-Club-Games-EULA
+++ /dev/null
@@ -1,40 +0,0 @@
-Yacht Club Games, LLC
-End User License Agreement
-
-THIS END USER LICENSE AGREEMENT ("EULA") IS A BINDING LEGAL AGREEMENT BETWEEN Yacht Club Games, LLC ("Yacht Club Games") AND YOU AND, IF APPLICABLE, THE COMPANY OR OTHER LEGAL ENTITY YOU REPRESENT (COLLECTIVELY, "YOU" AND "YOUR") REGARDING THE GAME SOFTWARE THAT YOU ARE INSTALLING, INCLUDING ANY ACCOMPANYING MANUAL OR OTHER RELATED MATERIAL PROVIDED BY Yacht Club Games AS PART OF, OR IN CONNECTION, THEREWITH (COLLECTIVELY, THE "GAME").
-
-BY CLICKING THE "I AGREE" BUTTON BELOW, OR BY OTHERWISE CONTINUING TO INSTALL, DOWNLOAD, COPY, ACCESS OR USE THE GAME, YOU ACKNOWLEDGE THAT YOU UNDERSTAND AND AGREE TO BE BOUND BY THE TERMS OF THIS EULA. IF YOU DO NOT AGREE, YOU MUST SELECT THE "I DON'T AGREE" BUTTON AND YOU MAY NOT CONTINUE TO INSTALL, DOWNLOAD, COPY, ACCESS OR USE THE GAME.
-
-1. LICENSE GRANT AND RESTRICTIONS.
-
- 1.1 License Grant. Yacht Club Games hereby grants to you a non-exclusive license to use a single copy of the object code version of the Game for your personal, non-commercial home entertainment use on one personal computer or other compatible electronic device. You may sell or transfer your copy of the Game to another person along with, and subject to, your rights under this EULA, only if you do not retain any copies.
-
- 1.2 Restrictions. You may not (i) decompile, disassemble or reverse engineer the Game or otherwise attempt to gain access to its source code, except to the extent that such restrictions are expressly prohibited by law; (ii) copy, offer for public display or create derivative works thereof, except to the extent that such restrictions are expressly prohibited by law; (iii) rent, lease, loan, sublicense or distribute the Game, or offer it on a pay-per-play, coin-op or other for charge (or free) basis; (iv) use the Game to infringe the copyrights or other intellectual property rights of others in any way; (v) modify or delete the copyright and other proprietary rights notices on or in the Game.
-
- 1.3 Game Specific Terms and Conditions. For additional terms and conditions that may apply to the Game, such as third-party copyright notices and license information, please review the Readme file included with the Game. The ReadMe file for the Game is hereby incorporated into this EULA by this reference.
-
-2. TERMINATION. This EULA is effective until terminated. You may terminate this EULA at any time by uninstalling the Game and destroying all copies of the Game in your possession or control. Yacht Club Games may terminate this EULA immediately upon notice to you if you breach any of its terms or conditions. Upon termination of this EULA, you agree to immediately uninstall the Game and destroy all copies of the Game.
-
-3. GAME OWNERSHIP. The Game is the copyrighted proprietary material of Yacht Club Games and/or its third-party licensors and is subject to copyright protection under U.S. copyright law and international copyright treaties, as well as other intellectual property laws and treaties. Yacht Club Games and/or its third-party licensors retain all right, title, and interest in the Game (and any copies thereof) and specifically reserve all rights not expressly granted under this EULA.
-
-4. LIMITED WARRANTIES BY Yacht Club Games.
-
- 4.1 Limited Warranty. Yacht Club Games WARRANTS TO YOU, THE ORIGINAL PURCHASER OF THE GAME, THAT THE GAME WILL BE FREE FROM DEFECTS IN MATERIALS AND WORKMANSHIP FOR A PERIOD OF NINETY (90) DAYS FROM THE DATE OF PURCHASE (THE "WARRANTY PERIOD"). THIS LIMITED WARRANTY IS VOID IF THE GAME HAS BEEN SUBJECT TO MISUSE, DAMAGE OR IF YOU HAVE VIOLATED THIS EULA. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, ALL OTHER WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, OR WARRANTIES THAT THE GAME WILL BE ERROR-FREE, SECURE OR VIRUS-FREE, ARE HEREBY EXPRESSLY DISCLAIMED.
-
- 4.2 Additional Warranty for Retail Product. IF YOU PURCHASED THE GAME ON A DISC OR OTHER RECORDING MEDIUM, THEN YOU MUST MAKE ANY WARRANTY CLAIM TO THE RETAILER FROM WHICH YOU PURCHASED THE GAME BY PROVIDING A COPY OF YOUR ORIGINAL SALES RECEIPT AND ANY OTHER DETAILS REQUIRED BY THE RETAILER. THE RETAILER, AT ITS OPTION, MAY REFUND YOUR PURCHASE PRICE, REPAIR OR REPLACE THE DISC OR OTHER MEDIA CONTAINING THE GAME. ANY REPLACEMENT WILL BE WARRANTED FOR THE REMAINDER OF THE ORIGINAL WARRANTY PERIOD OR THIRTY (30) DAYS, WHICHEVER IS LONGER. YOUR EXCLUSIVE REMEDY, AND THE ENTIRE LIABILITY OF Yacht Club Games, ITS AFFILIATES, LICENSORS AND SUPPLIERS (COLLECTIVELY, "THE Yacht Club Games PARTIES"), FOR BREACH OF THIS WARRANTY, SHALL BE THE REFUND, REPAIR OR REPLACEMENT DESCRIBED ABOVE.
-
-5. LIMITATION OF LIABILITY. NO PROVISIONS OF THIS EULA SHALL APPLY TO LIMIT LIABILITY ARISING FROM DEATH OR PERSONAL INJURY CAUSED BY NEGLIGENCE OR FOR FRAUD. OTHERWISE, IN NO EVENT WILL THE Yacht Club Games PARTIES' TOTAL AGGREGATE LIABILITY TO YOU FOR DIRECT DAMAGES, LOSSES, AND CAUSES OF ACTION ARISING OUT OF OR RELATING TO THIS EULA AND/OR YOUR USE OF THE GAME EXCEED THE AMOUNT PAID BY YOU FOR THE GAME. IN NO EVENT WILL THE Yacht Club Games PARTIES BE LIABLE FOR ANY INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR ANY OTHER TYPE OF DAMAGES (INCLUDING WITHOUT LIMITATION DAMAGES RELATING TO LOST PROFITS, LOSS OF DATA, PRIVACY, NEGLIGENCE OR OTHER DUTY OF CARE), EVEN IF ONE OR MORE OF THE Yacht Club Games PARTIES HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-6. BASIS OF THE BARGAIN; EXCLUSIONS. The disclaimers of warranties and limitations of liability set forth above are fundamental elements of the basis of the agreement between you and Yacht Club Games. You understand and agree that Yacht Club Games would not be able to economically or reasonably provide the Game to you without these limitations. HOWEVER, SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES AND/OR THE LIMITATION OF INDIRECT DAMAGES AS SET FORTH IN SECTIONS 4 AND 5 ABOVE, SO THE ABOVE EXCLUSIONS AND LIMITATIONS MAY NOT APPLY TO YOU.
-
-7. INDEMNIFICATION. You agree to indemnify, defend and hold harmless the Yacht Club Games Parties, including their respective employees, officers, directors and personnel from any claims, losses, damages, liabilities, including attorneys' fees, arising out of your violation of this EULA and/or your use or misuse of the Game.
-
-8. EXPORT CONTROL. The Game originates in the United States and is subject to United States export laws and regulations. You may not export or re-export, in whole or in part, the Game to certain countries, persons or entities prohibited from receiving exports from the United States. Additionally, the Game may be subject to the import and export laws of other countries, and you agree that you will comply with any such foreign import and export laws, as applicable.
-
-9. MISCELLANEOUS. You agree to comply with all United States and foreign laws related to your use of the Game. This is the entire agreement between you and Yacht Club Games relating to the subject matter herein and replaces any and all previous representations, agreements, understandings or communications, whether written or oral. This EULA may not be modified except in writing, signed by both parties. If a court of competent jurisdiction declares any provision of this EULA to be void or unenforceable, then such provision will be interpreted, construed or reformed to the extent reasonably required to render it valid, enforceable and consistent with the original intent underlying such provision, and such invalidity or unenforceability will not affect any other provision of this EULA. The English language version of this EULA will control its interpretation.
-
-10. GOVERNING LAW AND VENUE.
-
-This EULA will be governed by and construed in accordance with the laws of the State of California, USA, excluding its conflicts of law rules and specifically excluding the United Nations Convention on Contracts for the International Sale of Goods. Venue for any action hereunder shall lie exclusively in the state and federal courts located in San Francisco County, California USA and you hereby consent and submit to the personal jurisdiction of such courts.
-
-11. NOTICES; HOW TO CONTACT Yacht Club Games. The Game is made available to you by Yacht Club Games, LLC. Yacht Club Games may be contacted via its website (http://yachtclubgames.com).
diff --git a/sdk_container/src/third_party/portage-stable/licenses/ZPL b/sdk_container/src/third_party/portage-stable/licenses/ZPL
deleted file mode 100644
index 26f22ace496..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/ZPL
+++ /dev/null
@@ -1,39 +0,0 @@
-Zope Public License (ZPL) Version 2.1
-
-A copyright notice accompanies this license document that identifies the
-copyright holders.
-
-This license has been certified as open source. It has also been designated as
-GPL compatible by the Free Software Foundation (FSF).
-
-Redistribution and use in source and binary forms, with or without modification,
-are permitted provided that the following conditions are met:
-
- 1. Redistributions in source code must retain the accompanying copyright
- notice, this list of conditions, and the following disclaimer.
- 2. Redistributions in binary form must reproduce the accompanying copyright
- notice, this list of conditions, and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- 3. Names of the copyright holders must not be used to endorse or promote
- products derived from this software without prior written permission from
- the copyright holders.
- 4. The right to distribute this software or to use it for any purpose does
- not give you the right to use Servicemarks (sm) or Trademarks (tm) of
- the copyright holders. Use of them is covered by separate agreement with
- the copyright holders.
- 5. If any files are modified, you must cause the modified files to carry
- prominent notices stating that you changed the files and the date of any
- change.
-
-Disclaimer
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
-OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
-EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
-OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/ZSH b/sdk_container/src/third_party/portage-stable/licenses/ZSH
deleted file mode 100644
index 24f1b731e86..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/ZSH
+++ /dev/null
@@ -1,25 +0,0 @@
-The Z Shell is copyright (c) 1992-2001 Paul Falstad, Richard Coleman,
-Zoltán Hidvégi, Andrew Main, Peter Stephenson, Sven Wischnowsky, and
-others. All rights reserved. Individual authors, whether or not
-specifically named, retain copyright in all changes; in what follows, they
-are referred to as `the Zsh Development Group'. This is for convenience
-only and this body has no legal status. The Z shell is distributed under
-the following licence; any provisions made in individual files take
-precedence.
-
-Permission is hereby granted, without written agreement and without
-licence or royalty fees, to use, copy, modify, and distribute this
-software and to distribute modified versions of this software for any
-purpose, provided that the above copyright notice and the following
-two paragraphs appear in all copies of this software.
-
-In no event shall the Zsh Development Group be liable to any party for
-direct, indirect, special, incidental, or consequential damages arising out
-of the use of this software and its documentation, even if the Zsh
-Development Group have been advised of the possibility of such damage.
-
-The Zsh Development Group specifically disclaim any warranties, including,
-but not limited to, the implied warranties of merchantability and fitness
-for a particular purpose. The software provided hereunder is on an "as is"
-basis, and the Zsh Development Group have no obligation to provide
-maintenance, support, updates, enhancements, or modifications.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/Zend-2.0 b/sdk_container/src/third_party/portage-stable/licenses/Zend-2.0
deleted file mode 100644
index 5837d7cf3c3..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/Zend-2.0
+++ /dev/null
@@ -1,56 +0,0 @@
---------------------------------------------------------------------
- The Zend Engine License, version 2.00
-Copyright (c) 1999-2002 Zend Technologies Ltd. All rights reserved.
---------------------------------------------------------------------
-
-Redistribution and use in source and binary forms, with or without
-modification, is permitted provided that the following conditions
-are met:
-
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- 2. Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
-
- 3. The names "Zend" and "Zend Engine" must not be used to endorse
- or promote products derived from this software without prior
- permission from Zend Technologies Ltd. For written permission,
- please contact license@zend.com.
-
- 4. Zend Technologies Ltd. may publish revised and/or new versions
- of the license from time to time. Each version will be given a
- distinguishing version number.
- Once covered code has been published under a particular version
- of the license, you may always continue to use it under the
- terms of that version. You may also choose to use such covered
- code under the terms of any subsequent version of the license
- published by Zend Technologies Ltd. No one other than Zend
- Technologies Ltd. has the right to modify the terms applicable
- to covered code created under this License.
-
- 5. Redistributions of any form whatsoever must retain the following
- acknowledgment:
- "This product includes the Zend Engine, freely available at
- http://www.zend.com"
-
- 6. All advertising materials mentioning features or use of this
- software must display the following acknowledgment:
- "The Zend Engine is freely available at http://www.zend.com"
-
-THIS SOFTWARE IS PROVIDED BY ZEND TECHNOLOGIES LTD. ``AS IS'' AND
-ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
-PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ZEND
-TECHNOLOGIES LTD. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
-USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
-OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
-
---------------------------------------------------------------------
diff --git a/sdk_container/src/third_party/portage-stable/licenses/aczoom b/sdk_container/src/third_party/portage-stable/licenses/aczoom
deleted file mode 100644
index efa00cd5892..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/aczoom
+++ /dev/null
@@ -1,29 +0,0 @@
-Copyright (C) 1998, 1999 B. W. Fitzpatrick
-Copyright (C) 2001-2005 Avinash Chopde www.aczoom.com
-
-All rights reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, and/or sell copies of the Software, and to permit persons
-to whom the Software is furnished to do so, provided that the above
-copyright notice(s) and this permission notice appear in all copies of
-the Software and that both the above copyright notice(s) and this
-permission notice appear in supporting documentation.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
-OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
-HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
-INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
-FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
-NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
-WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
-Except as contained in this notice, the name of a copyright holder
-shall not be used in advertising or otherwise to promote the sale, use
-or other dealings in this Software without prior written authorization
-of the copyright holder.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/adom b/sdk_container/src/third_party/portage-stable/licenses/adom
deleted file mode 100644
index e2e0d352784..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/adom
+++ /dev/null
@@ -1,59 +0,0 @@
-I.A. Terms of use
-=================
-
- You may use ADOM freely provided you acknowledge the following terms
- and abide by them:
-
- 1. ADOM must only be distributed in the packages created by
- Thomas Biskup, the maintainer of the game. The packages
- must remain complete and all components must not be altered
- in any way.
-
- 2. You may not charge more than $3 for the distribution of
- ADOM (values as of November, 2001).
-
- 3. You do not challenge ADOM's copyright in any way.
-
- 4. If you distribute ADOM with a magazine, a CD-ROM distribution
- or a similar medium, you abide by the terms defined in section
- I.B.
-
- 5. You follow all other licensing terms (as given by entering
- 'adom -b' and 'adom -g').
-
- 6. You acknowledge that the author of ADOM is in no way
- responsible for damage done to your system due to ADOM usage.
-
- 7. If you play ADOM for a prolonged amount of time and enjoy
- it, you agree to abide by the terms of section I.C.
-
-
- Failure to honor these terms will be a severe violation of the license
- and could result in legal measures being taken if you are deemed
- important enough to deserve it.
-
-
-I.B. Distributing ADOM in magazines, on disks, etc.
-===================================================
-
- You can freely distribute ADOM with magazines, in game compilations,
- etc. provided you abide by the following terms:
-
- 1. You honor all terms listed in section I.A.
-
- 2. You agree to notify the author of ADOM, Thomas Biskup, either
- by email at adom@adom.de or by sending a written letter
- to the following address:
-
- Thomas Biskup
- Timmerbrinksweg 37
- 45896 Gelsenkirchen
- Germany
-
- 3. You send two complimentary copies of your product (one for
- actual examination and one for being stored in my safe) to the
- address given under #2 (or, if it is an electronic publication,
- to the email address given above).
-
- Failure to do so will be a severe violation of this licensing agreement
- and will incur legal measures.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/all-rights-reserved b/sdk_container/src/third_party/portage-stable/licenses/all-rights-reserved
deleted file mode 100644
index a5a56640210..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/all-rights-reserved
+++ /dev/null
@@ -1,15 +0,0 @@
-All rights reserved.
-
-This package has an explicit "all rights reserved" clause, or comes
-without any license, or only with a disclaimer. This means that you
-have only the rights that are granted to you by law. If you have
-lawfully acquired a copy of the program (e.g., by buying it or by
-downloading it from the author's site) then in many legislations you
-are allowed to compile it, run it, make a backup, and to patch it as
-necessary, without permission from the copyright holder.
-
-Redistribution of the program is not allowed.
-
-Disclaimer: Presumably, the above applies to the United States and
-countries in the European Union at least. However, it is your own
-responsibility to obey your country's laws.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/alternate b/sdk_container/src/third_party/portage-stable/licenses/alternate
deleted file mode 100644
index 72bdd150527..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/alternate
+++ /dev/null
@@ -1,7 +0,0 @@
-We grant permission to use, copy modify, distribute, and sell this
-software for any purpose without fee, provided that the above copyright
-notice and this text are not removed. We make no guarantee about the
-suitability of this software for any purpose and we are not liable
-for any damages resulting from its use. Further, we are under no
-obligation to maintain or extend this software. It is provided on an
-"as is" basis without any expressed or implied warranty.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/amiwm b/sdk_container/src/third_party/portage-stable/licenses/amiwm
deleted file mode 100644
index 128781a1b96..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/amiwm
+++ /dev/null
@@ -1,44 +0,0 @@
-
-amiwm is Copyright 1995-1998 by Marcus Comstedt
-
-Amiga, AmigaOS and Workbench are registered trademarks of
-AMIGA International Inc.
-
-
-Generic amiwm License
-=====================
-
-This license applies to whomever receives this file. It is a generic
-license to use and distribute amiwm. If you want to acquire the software
-under a different license, please contact the author. This license is
-in part based on the XV license by John Bradley.
-
-Permission to copy and distribute amiwm in its entirety, for
-non-commercial purposes, is hereby granted without fee, provided
-that this license information and copyright notice appear in all copies.
-
-If you redistribute amiwm, the *entire* contents of this distribution
-must be distributed, including the README, INSTALL and LICENSE files,
-the sources, and the various scripts and Makefiles.
-
-You may distribute binaries built from the unmodified amiwm sources, for
-non-commercial purposes, provided that the entire amiwm source distribution
-is also included, as per the preceding paragraph.
-
-You may distribute amiwm as a component of an aggregate software
-distribution, provided that no other condition of this license is violated.
-In particular, the entire amiwm distribution must be included in the
-aggregate software distribution.
-
-Unrestricted use of the software is also hereby granted without fee.
-Distribution and modification of source or binaries are not considered use
-and explicitly covered by other paragraphs of this license.
-
-The software may be modified for your own purposes, but modified versions
-may not be distributed without prior consent of the author. You may
-freely distribute patches against the unmodified source code.
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the author be held liable for any damages
-arising from the use of this software.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/android b/sdk_container/src/third_party/portage-stable/licenses/android
deleted file mode 100644
index 3b67ca9e40e..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/android
+++ /dev/null
@@ -1,147 +0,0 @@
-This is the Android Software Development Kit License Agreement
-
-1. Introduction
-
-1.1 The Android Software Development Kit (referred to in the License Agreement as the "SDK" and specifically including the Android system files, packaged APIs, and Google APIs add-ons) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the SDK.
-
-1.2 "Android" means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: https://source.android.com/, as updated from time to time.
-
-1.3 A "compatible implementation" means any Android device that (i) complies with the Android Compatibility Definition document, which can be found at the Android compatibility website (https://source.android.com/compatibility) and which may be updated from time to time; and (ii) successfully passes the Android Compatibility Test Suite (CTS).
-
-1.4 "Google" means Google LLC, organized under the laws of the State of Delaware, USA, and operating under the laws of the USA with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA.
-
-
-2. Accepting this License Agreement
-
-2.1 In order to use the SDK, you must first agree to the License Agreement. You may not use the SDK if you do not accept the License Agreement.
-
-2.2 By clicking to accept and/or using this SDK, you hereby agree to the terms of the License Agreement.
-
-2.3 You may not use the SDK and may not accept the License Agreement if you are a person barred from receiving the SDK under the laws of the United States or other countries, including the country in which you are resident or from which you use the SDK.
-
-2.4 If you are agreeing to be bound by the License Agreement on behalf of your employer or other entity, you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the SDK on behalf of your employer or other entity.
-
-
-3. SDK License from Google
-
-3.1 Subject to the terms of the License Agreement, Google grants you a limited, worldwide, royalty-free, non-assignable, non-exclusive, and non-sublicensable license to use the SDK solely to develop applications for compatible implementations of Android.
-
-3.2 You may not use this SDK to develop applications for other platforms (including non-compatible implementations of Android) or to develop another SDK. You are of course free to develop applications for other platforms, including non-compatible implementations of Android, provided that this SDK is not used for that purpose.
-
-3.3 You agree that Google or third parties own all legal right, title and interest in and to the SDK, including any Intellectual Property Rights that subsist in the SDK. "Intellectual Property Rights" means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.
-
-3.4 You may not use the SDK for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK.
-
-3.5 Use, reproduction and distribution of components of the SDK licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement.
-
-3.6 You agree that the form and nature of the SDK that Google provides may change without prior notice to you and that future versions of the SDK may be incompatible with applications developed on previous versions of the SDK. You agree that Google may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or to users generally at Google's sole discretion, without prior notice to you.
-
-3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.
-
-3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the SDK.
-
-
-4. Use of the SDK by You
-
-4.1 Google agrees that it obtains no right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the SDK, including any intellectual property rights that subsist in those applications.
-
-4.2 You agree to use the SDK and write applications only for purposes that are permitted by (a) the License Agreement and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).
-
-4.3 You agree that if you use the SDK to develop applications for general public users, you will protect the privacy and legal rights of those users. If the users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If the user provides your application with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, the user has given you permission to do so.
-
-4.4 You agree that you will not engage in any activity with the SDK, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of any third party including, but not limited to, Google or any mobile communications carrier.
-
-4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.
-
-4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.
-
-
-5. Your Developer Credentials
-
-5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.
-
-
-6. Privacy and Information
-
-6.1 In order to continually innovate and improve the SDK, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the SDK are being used and how they are being used. Before any of this information is collected, the SDK will notify you and seek your consent. If you withhold consent, the information will not be collected.
-
-6.2 The data collected is examined in the aggregate to improve the SDK and is maintained in accordance with Google's Privacy Policy, which is located at the following URL: https://policies.google.com/privacy
-
-6.3 Anonymized and aggregated sets of the data may be shared with Google partners to improve the SDK.
-
-7. Third Party Applications
-
-7.1 If you use the SDK to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.
-
-7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.
-
-7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party. In that case, the License Agreement does not affect your legal relationship with these third parties.
-
-
-8. Using Android APIs
-
-8.1 Google Data APIs
-
-8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.
-
-8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so. If you use the Android Recognition Service API, documented at the following URL: https://developer.android.com/reference/android/speech/RecognitionService, as updated from time to time, you acknowledge that the use of the API is subject to the Data Processing Addendum for Products where Google is a Data Processor, which is located at the following URL: https://privacy.google.com/businesses/gdprprocessorterms/, as updated from time to time. By clicking to accept, you hereby agree to the terms of the Data Processing Addendum for Products where Google is a Data Processor.
-
-
-
-9. Terminating this License Agreement
-
-9.1 The License Agreement will continue to apply until terminated by either you or Google as set out below.
-
-9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the SDK and any relevant developer credentials.
-
-9.3 Google may at any time, terminate the License Agreement with you if:
-(A) you have breached any provision of the License Agreement; or
-(B) Google is required to do so by law; or
-(C) the partner with whom Google offered certain parts of SDK (such as APIs) to you has terminated its relationship with Google or ceased to offer certain parts of the SDK to you; or
-(D) Google decides to no longer provide the SDK or certain parts of the SDK to users in the country in which you are resident or from which you use the service, or the provision of the SDK or certain SDK services to you by Google is, in Google's sole discretion, no longer commercially viable.
-
-9.4 When the License Agreement comes to an end, all of the legal rights, obligations and liabilities that you and Google have benefited from, been subject to (or which have accrued over time whilst the License Agreement has been in force) or which are expressed to continue indefinitely, shall be unaffected by this cessation, and the provisions of paragraph 14.7 shall continue to apply to such rights, obligations and liabilities indefinitely.
-
-
-10. DISCLAIMER OF WARRANTIES
-
-10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR SOLE RISK AND THAT THE SDK IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.
-
-10.2 YOUR USE OF THE SDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE.
-
-10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
-
-
-11. LIMITATION OF LIABILITY
-
-11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.
-
-
-12. Indemnification
-
-12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys fees) arising out of or accruing from (a) your use of the SDK, (b) any application you develop on the SDK that infringes any copyright, trademark, trade secret, trade dress, patent or other intellectual property right of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you with the License Agreement.
-
-
-13. Changes to the License Agreement
-
-13.1 Google may make changes to the License Agreement as it distributes new versions of the SDK. When these changes are made, Google will make a new version of the License Agreement available on the website where the SDK is made available.
-
-
-14. General Legal Terms
-
-14.1 The License Agreement constitutes the whole legal agreement between you and Google and governs your use of the SDK (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the SDK.
-
-14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.
-
-14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable.
-
-14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement.
-
-14.5 EXPORT RESTRICTIONS. THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE SDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.
-
-14.6 The rights granted in the License Agreement may not be assigned or transferred by either you or Google without the prior written approval of the other party. Neither you nor Google shall be permitted to delegate their responsibilities or obligations under the License Agreement without the prior written approval of the other party.
-
-14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.
-
-
-July 27, 2021
diff --git a/sdk_container/src/third_party/portage-stable/licenses/aquafont b/sdk_container/src/third_party/portage-stable/licenses/aquafont
deleted file mode 100644
index 16350b21e18..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/aquafont
+++ /dev/null
@@ -1,32 +0,0 @@
- Aquafont/AquaPfont LICENSE
-
- Copyright (C) 2002, 2003 Aquablue (aquablue@m12.milkcafe.to)
- http://aquablue.milkcafe.to/
-
-
- 1. Copyright. Althogh ``Aquafont'' and ``AquaPfont'' are so-called
- ``free software,'' the author retain their copyright. You agree not
- to sell these software.
-
- 2. Commercial use. If you want to use these software for any
- commercial purpose or publish them on any media, you must request
- authorization beforehand unless accepted in bulk.
-
- 3. Personal use. You may use these software without restriction,
- provided that you use these software offline, e.g. fan magazine. If
- you want to use these software online (i.e. on the Internet), please
- make a link to the copyright holder's site and you may use them
- freely. If you will tell me your site's URL I will be quite happy :-)
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
-LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/bakoma b/sdk_container/src/third_party/portage-stable/licenses/bakoma
deleted file mode 100644
index 1c72be34012..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/bakoma
+++ /dev/null
@@ -1,31 +0,0 @@
-******************************************************************************
-* *
-* BaKoMa Fonts Collection *
-* ======= Level B ======= *
-* Version 1.1/12-Nov-94 *
-* *
-* Copyright (C) 1994, Basil K. Malyshev. All Rights Reserved. *
-* *
-******************************************************************************
-
-******************************************************************************
-* Licensing agreement *
-******************************************************************************
-
-The author of this fonts grants to any individual or non-commercial
-organization the right to use and to make an unlimited number of copies of
-full package or selected fonts when this is done WITHOUT CHARGE
-and has attached this file with licence agreement.
-
-This fonts cannot be sold or distributed with any commercial product or used
-in any commercial organization without additional agreement with author.
-If you want to charge a small fee via distribution these fonts
-or any derivations from this fonts, you should contact the author.
-
-This restriction is also true for only outlines from this fonts
-i.e. outlines exported into other font formats, for example TrueType or Type3.
-
-This restriction is not intended to apply to connect time charges,
-or flat rate connection/download fees for electronic bulletin board services.
-
-******************************************************************************
diff --git a/sdk_container/src/third_party/portage-stable/licenses/bass b/sdk_container/src/third_party/portage-stable/licenses/bass
deleted file mode 100644
index 1b088b25684..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/bass
+++ /dev/null
@@ -1,27 +0,0 @@
-Preamble:
- Basically, give this game away, share it with your friends. Don't remove this
-Readme, or pretend you wrote it. You can include it in a software collection,
-like a linux distribution or coverdisk (which may be sold), but using it in
-things like commercial adventure game collections without asking is just playing
-dirty. This preamble is not legally binding, but is to clarify the intent of the
-following license.
-
-License:
- 1) You may distribute this game for free on any medium, provided this readme
-and all associated copyright notices and disclaimers are left intact.
-
- 2) You may charge a reasonable copying fee for this archive, and may distribute
-it in aggregate as part of a larger & possibly commercial software distribution
-(such as a Linux distribution or magazine coverdisk). You must provide proper
-attribution and ensure this readme and all associated copyright notices, and
-disclaimers are left intact.
-
- 3) You may not charge a fee for the game itself. This includes reselling the
-game as an individual item.
-
-4) All game content is (C) Revolution Software Ltd. The ScummVM engine is (C)
-The ScummVM Team (www.scummvm.org)
-
-5) THE GAMEDATA IN THIS ARCHIVE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING AND NOT LIMITED TO ANY IMPLIED WARRANTIES OF
-MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/battalion b/sdk_container/src/third_party/portage-stable/licenses/battalion
deleted file mode 100644
index af232940842..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/battalion
+++ /dev/null
@@ -1,24 +0,0 @@
-battalion is Copyright (c) 1994-1996 by Andrew Johnson - All Rights Reserved
-
-battalion is provided free of charge. There is no registration fee.
-
-Permission to copy and distribute battalion in its entirety, for non-
-commercial purposes, is hereby granted without fee provided this
-copyright notice appears in all copies.
-
-If you redistribute battalion the ENTIRE contents of this distribution
-must be distributed.
-
-Note that distributing battalion in with any product is considered to be
-a 'commercial purpose.'
-
-This software may be modified for your own purposes, but modified
-versions may not be distributed without prior consent of the author.
-
-This software is provided 'as-is' without any express or implied
-warrenty. In no event shall the author be held liable for any
-damages arising from the use or misuse of this software.
-
-Should you want to do something with this software that is prohibited
-by the above copyright, please contact the author (email please) as he
-is very likely willing to sell out for the almighty dollar.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/baudline b/sdk_container/src/third_party/portage-stable/licenses/baudline
deleted file mode 100644
index af71166e480..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/baudline
+++ /dev/null
@@ -1,8 +0,0 @@
-License Agreement:
-
- This software is free and it comes with no warranty.
- We are not liable for any damage caused by the use of this product.
- You are not allowed to distribute this software.
- You are not allowed to reverse engineer this software.
- By downloading the baudline .tar package you agree to the terms of our license agreement.
- If you desire a warranty on this product and you wish to purchase a support contract then please contact us.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/bertini b/sdk_container/src/third_party/portage-stable/licenses/bertini
deleted file mode 100644
index 2456f6adf0c..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/bertini
+++ /dev/null
@@ -1,137 +0,0 @@
- Bertini(TM) version 1.4
- Authors: D.J. Bates, J.D. Hauenstein, A.J. Sommese, C.W. Wampler
- http://bertini.nd.edu
- Copyright (C) 2013
-
- *NOTICE*
-
-This program is free software in that it is free to download (as source code or as a binary)
-and free to use on the computer(s) to which it was downloaded. However, there are several
-restrictions on its redistribution and its use in other programs, as indicated below.
-
-The following software modules shipped with Bertini have their own copyright: the
-GNU Multiple Precision Library (GMP) and the GNU MPFR Library (MPFR). This license covers
-those parts of Bertini's source code written by the Authors, excluding these particular
-modules. Copyrights and licenses for these modules have been included in the directory LICENSES.
-
-0. Definitions
-
-"The Program" refers to any copyrightable work licensed under this licence. Each licensee
-is addressed as "you" and may be any individual or an organization.
-
-To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring
-copyright permission, other than the making of an exact copy. The resulting work is called a
-“modified version” of the earlier work or a work “based on” the earlier work.
-
-To "propagate" a work means to do anything with it that, without permission, would make you
-directly or secondarily liable for infringement under applicable copyright law, except executing
-it on a computer or modifying a private copy. Propagation includes copying, distribution (with or
-without modification), or making available to the public.
-
-To "convey" a work means any kind of propagation that enables other parties to make or receive
-copies. Mere interaction with a user through a computer network, with no transfer of a copy, is
-not conveying.
-
-A "Standard Interface" means an interface that either is an official standard defined by a
-recognized standards body, or, in the case of interfaces specified for a particular programming
-language, one that is widely used among developers working in that language.
-
-A "covered work" means any work that in any way makes use of any part of the Program. This
-includes, but is not restricted to, software that makes calls to any part of the Bertini
-software package, in any form.
-
-1. Basic Permissions.
-
-All rights granted under this License are granted for the term of copyright on the Program,
-and are irrevocable provided the stated conditions are met. This License explicitly affirms
-your unlimited permission to run the unmodified Program.
-
-2. Conveying Verbatim Copies.
-
-You may convey verbatim copies of the Program's source code as you receive it, in any
-medium, provided that you conspicuously and appropriately publish on each copy an appropriate
-copyright notice; keep intact all notices stating that this License applies to the Program;
-keep intact all notices of the absence of any warranty; and give all recipients a copy of
-this License along with the Program.
-
-You may not charge a fee for any copy that you convey, and you may not offer support or
-warranty protection for a fee.
-
-3. Conveying Modified Versions.
-
-You may modify the Program for your private use only. You may not convey, in any manner, a
-modified version of the Program without written consent of all Authors of the Program.
-
-4. Conveying Covered Work.
-
-The Program may be used in covered work. However, the following must be
-displayed in the Standard Interface of the covered work:
-
-Bertini(TM) version 1.4
-Authors: D.J. Bates, J.D. Hauenstein, A.J. Sommese, C.W. Wampler
-Copyright (C) 2013
-
-Furthermore, if a covered work is conveyed, a verbatim copy of the Program's
-source code must be conveyed simultaneously, as described in Section 2 of this License.
-
-You may not charge a fee for any copy of any covered work without the written permission of
-all Authors of the Program.
-
-5. Termination.
-
-You may not propagate, modify, or convey a covered work except as expressly provided under
-this License. Any attempt otherwise to propagate, modify, or convey it will automatically
-terminate your rights under this License.
-
-6. No Surrender of Others' Freedom.
-
-If conditions are imposed on you (whether by court order, agreement or otherwise) that
-contradict the conditions of this License, they do not excuse you from the conditions of this
-License. If you cannot convey a covered work so as to satisfy simultaneously your obligations
-under this License and any other pertinent obligations, then as a consequence you may not
-convey it at all.
-
-7. Disclaimer of Warranty.
-
-THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAWS OF
-THE STATE OF INDIANA. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS
-AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND,
-EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE
-RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
-DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-8. Limitation of Liability
-
-IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAWS OF THE STATE OF INDIANA, OR AGREED TO
-IN WRITING, WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE
-PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
-INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE
-OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH
-ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-9. Interpretation of Sections 7 and 8.
-
-If the disclaimer of warranty and limitation of liability provided above cannot be given local
-legal effect according to their terms, reviewing courts shall apply local law that most closely
-approximates an absolute waiver of all civil liability in connection with the Program, unless a
-warranty or assumption of liability accompanies a copy of the Program in return for a fee.
-
-END OF TERMS AND CONDITIONS
-
-In addition to the stated license, we ask that any publications which made use of Bertini,
-directly or indirectly via a covered work, include an appropriate citation to Bertini, as
-described on the website http://bertini.nd.edu/policy.html, or any future Bertini
-page created by the Authors.
-
-Acknowledgements
-================
-
-The Authors would like to express our gratitude for the financial support of the National
-Science Foundation.
-
-Any opinions, findings, and conclusions or recommendations expressed in this material are
-those of the Authors and do not necessarily reflect those of the National Science Foundation.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/bestcrypt b/sdk_container/src/third_party/portage-stable/licenses/bestcrypt
deleted file mode 100644
index 2a12bdd68b7..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/bestcrypt
+++ /dev/null
@@ -1,69 +0,0 @@
-
-BESTCRYPT for Linux - PRODUCT LICENSE INFORMATION
-
-NOTICE TO USERS: CAREFULLY READ THE FOLLOWING LEGAL AGREEMENT.
-USE OF THE BESTCRYPT SOFTWARE PROVIDED WITH THIS AGREEMENT (THE "SOFTWARE") CONSTITUTES
-YOUR ACCEPTANCE OF THESE TERMS. IF YOU DO NOT AGREE TO THE TERMS OF THIS AGREEMENT,
-DO NOT INSTALL AND/OR USE THIS SOFTWARE. USER'S USE OF THIS SOFTWARE IS CONDITIONED
-UPON COMPLIANCE BY USER WITH THE TERMS OF THIS AGREEMENT.
-
-1. LICENSE GRANT. Jetico, Inc. grants you a license to use one copy of the version of
-this SOFTWARE on any one system for as many licenses as you purchase.
-"You" means the company, entity or individual whose funds are used to pay the license fee.
-"Use" means storing, loading, installing, executing or displaying the SOFTWARE.
-You may not modify the SOFTWARE or disable any licensing or control features of
-the SOFTWARE except as an intended part of the SOFTWARE's programming features.
-When you first obtain a copy of the SOFTWARE, you are granted an evaluation period of
-not more than 30 days, after which time you must pay for the SOFTWARE according
-to the terms and prices discussed in the SOFTWARE's documentation, or you must
-remove the SOFTWARE from your system. This license is not transferable to any
-other system, or to another organization or individual. You are expected to use
-the SOFTWARE on your system and to thoroughly evaluate its usefulness and functionality
-before making a purchase. This "try before you buy" approach is the ultimate guarantee
-that the SOFTWARE will perform to your satisfaction; therefore, you understand and agree
-that there is no refund policy for any purchase of the SOFTWARE.
-
-2. OWNERSHIP. The SOFTWARE is owned and copyrighted by Jetico, Inc. Your license
-confers no title or ownership in the SOFTWARE and should not be construed as a sale of
-any right in the SOFTWARE .
-
-3. COPYRIGHT. The SOFTWARE is protected by copyright law of Finland and international
-treaty provisions. You acknowledge that no title to the intellectual property in
-the SOFTWARE is transferred to you. You further acknowledge that title and full
-ownership rights to the SOFTWARE will remain the exclusive property of Jetico, Inc
-and you will not acquire any rights to the SOFTWARE except as expressly set forth in this license.
-You agree that any copies of the SOFTWARE will contain the same proprietary notices which
-appear on and in the SOFTWARE.
-
-4. REVERSE ENGINEERING. You agree that you will not attempt to reverse compile, modify,
-translate, or disassemble the SOFTWARE in whole or in part.
-
-5. NO OTHER WARRANTIES. JETICO, INC DOES NOT WARRANT THAT THE SOFTWARE IS ERROR FREE.
-JETICO, INC DISCLAIMS ALL OTHER WARRANTIES WITH RESPECT TO THE SOFTWARE, EITHER EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. SOME JURISDICTIONS
-DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES OR LIMITATIONS ON HOW LONG AN IMPLIED
-WARRANTY MAY LAST, OR THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES,
-SO THE ABOVE LIMITATIONS OR EXCLUSIONS MAY NOT APPLY TO YOU. THIS WARRANTY GIVES YOU
-SPECIFIC LEGAL RIGHTS AND YOU MAY ALSO HAVE OTHER RIGHTS WHICH VARY FROM JURISDICTION TO JURISDICTION.
-
-6. SEVERABILITY. In the event of invalidity of any provision of this license,
-the parties agree that such invalidity shall not affect the validity of the remaining
-portions of this license.
-
-7. NO LIABILITY FOR CONSEQUENTIAL DAMAGES. IN NO EVENT SHALL JETICO, INC OR ITS SUPPLIERS
-BE LIABLE TO YOU FOR ANY CONSEQUENTIAL, SPECIAL, INCIDENTAL OR INDIRECT DAMAGES OF ANY
-KIND ARISING OUT OF THE DELIVERY, PERFORMANCE OR USE OF THE SOFTWARE, EVEN IF JETICO, INC
-HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. IN NO EVENT WILL JETICO, INC' LIABILITY
-FOR ANY CLAIM, WHETHER IN CONTRACT, TORT OR ANY OTHER THEORY OF LIABILITY, EXCEED THE LICENSE
-FEE PAID BY YOU, IF ANY.
-
-8. GOVERNING LAW. This license will be governed by the laws of Finland as they are applied
-to agreements between Finland residents entered into and to be performed entirely within Finland.
-The United Nations Convention on Contracts for the International Sale of Goods is specifically disclaimed.
-
-9. ENTIRE AGREEMENT. This is the entire agreement between you and Jetico, Inc which
-supersedes any prior agreement or understanding, whether written or oral, relating to
-the subject matter of this license.
-
-©Jetico, Inc. 1995 - 2002.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/bh-luxi b/sdk_container/src/third_party/portage-stable/licenses/bh-luxi
deleted file mode 100644
index 78c60653377..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/bh-luxi
+++ /dev/null
@@ -1,42 +0,0 @@
-Luxi fonts copyright (c) 2001 by Bigelow & Holmes Inc. Luxi font
-instruction code copyright (c) 2001 by URW++ GmbH. All Rights
-Reserved. Luxi is a registered trademark of Bigelow & Holmes Inc.
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of these Fonts and associated documentation files (the "Font
-Software"), to deal in the Font Software, including without
-limitation the rights to use, copy, merge, publish, distribute,
-sublicense, and/or sell copies of the Font Software, and to permit
-persons to whom the Font Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright and trademark notices and this permission notice
-shall be included in all copies of one or more of the Font Software.
-
-The Font Software may not be modified, altered, or added to, and in
-particular the designs of glyphs or characters in the Fonts may not
-be modified nor may additional glyphs or characters be added to the
-Fonts. This License becomes null and void when the Fonts or Font
-Software have been modified.
-
-THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
-BIGELOW & HOLMES INC. OR URW++ GMBH. BE LIABLE FOR ANY CLAIM, DAMAGES
-OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT,
-INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF
-CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR
-INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT
-SOFTWARE.
-
-Except as contained in this notice, the names of Bigelow & Holmes
-Inc. and URW++ GmbH. shall not be used in advertising or otherwise to
-promote the sale, use or other dealings in this Font Software without
-prior written authorization from Bigelow & Holmes Inc. and URW++ GmbH.
-
-For further information, contact:
-
-info@urwpp.de
-or
-design@bigelowandholmes.com
diff --git a/sdk_container/src/third_party/portage-stable/licenses/blackshades b/sdk_container/src/third_party/portage-stable/licenses/blackshades
deleted file mode 100644
index 32fde14e510..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/blackshades
+++ /dev/null
@@ -1,25 +0,0 @@
-UDEVGAME LICENSE
-Version 2, June 2001
-
-Copyright (c) 2002, David Rosen All rights reserved.
-
-LIMITED USE SOFTWARE LICENSE AGREEMENT
-
-This Limited Use Software License Agreement (the "Agreement") is a legal agreement between you, idevgames.com, and David Rosen. By downloading or purchasing the software material, which includes source code (the "Source Code"), you are agreeing to be bound by the terms of this Agreement. If you do not agree to the terms of this Agreement, promptly destroy the Software.
-
-1. Grant of License.
-Developer grants to you the right to use the Software. You have no ownership or proprietary rights in or to the Software. For purposes of this section, "use" means loading the Software into RAM, as well as installation on a hard disk or other storage device. The Software, together with any archive copy thereof, shall be destroyed when no longer used in accordance with this Agreement, or when the right to use the Software is terminated.
-
-2. Permitted Uses.
-You may make any modifications to the Software and recompile the Software for your own private use. For educational purposes only, you, the end-user, may use portions of the Source Code (not to exceed 1000 lines of code), such as particular routines, to develop your own software, but may not duplicate the Source Code in its entirety. The limited right referenced in the preceding sentence is hereinafter referred to as "Educational Use." By so exercising the Educational Use right you shall not obtain any ownership, copyright, proprietary or other interest in or to the Source Code, or any portion of the Source Code.
-
-3. Prohibited Uses.
-With the exception of the Educational Use right, you may not otherwise use the Software, or any portion of the Software, which includes the Source Code, for commercial gain.
-
-4. Copyright.
-The Developer of this Software retains ownership rights to this Software. "idevgames.com" shall retain exclusive distribution rights to this Software. You may not otherwise reproduce, copy or disclose to others, in whole or in any part, the Software. You may not copy the written materials accompanying the Software. You agree to use your best efforts to see that any user of the Software licensed hereunder complies with this Agreement.
-
-5. No Warranties.
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/blat b/sdk_container/src/third_party/portage-stable/licenses/blat
deleted file mode 100644
index 51c1b35cf7a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/blat
+++ /dev/null
@@ -1,9 +0,0 @@
-CONTENTS AND COPYRIGHT
-
-This directory contains the entire source tree for Jim Kent and the
-UCSC Genome Bioinformatics Group's suite of biological analysis
-and web display programs. All files are copyrighted, but license
-is hereby granted for personal, academic, and non-profit use.
-A license is also granted for the contents of the top level lib
-directory for commercial users. Commercial users should contact
-kent@soe.ucsc.edu for access to other modules.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/boehm-gc b/sdk_container/src/third_party/portage-stable/licenses/boehm-gc
deleted file mode 100644
index 0ad92120de3..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/boehm-gc
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
-OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
-
-Permission is hereby granted to use or copy this program
-for any purpose, provided the above notices are retained on all copies.
-Permission to modify the code and to distribute modified code is granted,
-provided the above notices are retained, and a notice that the code was
-modified is included with the above copyright notice.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/bonnie b/sdk_container/src/third_party/portage-stable/licenses/bonnie
deleted file mode 100644
index 7a8032f3882..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/bonnie
+++ /dev/null
@@ -1,24 +0,0 @@
-Copyright Notice
-Bonnie is Copyright © Tim Bray, 1990-96
-
-Everybody is hereby granted rights to use, copy, and modify Bonnie, provided only that this copyright notice and the warning below are preserved without change.
-Warning
-
-Bonnie is provided AS IS with no warranty of any kind, and
-
-Tim Bray makes no representation with respect to the adequacy of this program for any particular purpose or with respect to its adequacy to produce any particular result, and
-
-Tim Bray shall not be liable for loss or damage arising out of the use of Bonnie regardless of how sustained, and
-
-In no event shall Tim Bray be liable for special, direct, indirect or consequential damage, loss, costs or fees or expenses of any nature or kind.
-Moral Obligation
-
-It is Tim Bray's opinion that anyone who makes use of Bonnie thus incurs a moral obligation, in the interest of making Bonnie and the results of using Bonnie more widely available, to do the following:
-
- 1. If possible, transmit to Tim Bray any compiled binary versions of Bonnie for which an equivalent does not exist on the Web site
- 2. If possible, to transmit to Tim Bray the results of Bonnie runs, along with enough information about the run to make the numbers useful to others.
-
-Tim Bray warrants that:
-
- 1. On request, he will take all reasonable measures to protect the privacy of anyone who wishes to submit binaries or results
- 2. He will never take any positive action, aside from this statement, to compel anyone to act according to this perception of their moral obligations.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/broadcom_bcm20702 b/sdk_container/src/third_party/portage-stable/licenses/broadcom_bcm20702
deleted file mode 100644
index 2a02ab112e2..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/broadcom_bcm20702
+++ /dev/null
@@ -1,152 +0,0 @@
-WIDCOMM BLUETOOTH SOFTWARE
-LICENSE AGREEMENT
-This is a legal agreement between you ("Licensee") and Broadcom Corporation.
-("BROADCOM"). BY OPENING THE SOFTWARE PACKAGE, CLICKING ON THE "ACCEPT" BUTTON
-OF ANY ELECTRONIC VERSION OF THIS END USER LICENSE AGREEMENT ("AGREEMENT") OR
-ACCESSING OR INSTALLING THE SOFTWARE, YOU ACKNOWLEDGE THAT YOU HAVE READ THE
-LICENSE AGREEMENT, UNDERSTAND IT AND AGREE TO BE BOUND BY ITS TERMS AND
-CONDITIONS. If you do not agree to the terms of this Agreement, promptly click
-on the "Decline" Button and cease all further access to or use of the Software
-made available by BROADCOM.
-
-Definitions. For purposes of this Agreement: (i) "BROADCOM Products" means
-certain proprietary semiconductor products of BROADCOM incorporated in the
-equipment purchased by Licensee; (ii) "Documentation" means any and all written
-technical documentation furnished to Licensee during the term of this Agreement
-that relates to the Software; and (iii) "Software" means the BROADCOM driver
-software made available for download or otherwise provided to Licensee by
-BROADCOM or its licensees.
-
-License. Subject to the terms and conditions of this Agreement, BROADCOM grants
-to Licensee the non-exclusive, non-transferable, personal, revocable right to
-use the Software only in connection with BROADCOM Products, and to make one (1)
-copy of the Software for back-up or archival purposes only.
-
-Intellectual Property Restrictions. This Software is protected by U.S. Copyright
-Law. This Software is licensed, not sold. Licensee may not use, disclose,
-modify, reproduce or distribute the Software except as expressly permitted in
-this Agreement. No license is granted to Licensee in any human readable code of
-the Software (source code). Licensee shall not decompile, reverse engineer,
-modify, or otherwise attempt to derive source code from the Software except to
-the extent that these activities may not be prohibited under applicable law.
-Additionally, Licensee may not remove, efface or otherwise obscure any
-proprietary notices, labels, or marks on the Software or Documentation. Licensee
-agrees that each copy of the Software and Documentation will include
-reproductions of all proprietary notices, labels or marks included therein.
-BROADCOM retains all right, title and interest in and to the Software. ALL
-RIGHTS NOT EXPRESSLY GRANTED HEREIN ARE RESERVED BY BROADCOM.
-
-Export Restrictions. Licensee understands that the Software is subject to
-restriction under United States and other applicable law and regulation on its
-export or diversion, including but not limited to prohibition on export
-(including download) to Cuba, Iran, North Korea, Sudan and Syria. By downloading
-the Software, you represent that you are not located in or a national of any of
-those countries and that you are entitled under U.S. law to download the
-Software without need for a license or other governmental approval. Licensee
-shall not import, export, re-export or transfer, or authorize the import,
-export, re-export or transfer of the Software in violation of any applicable law
-or regulation.
-
-Term and Termination. This license will expire fifty (50) years from the date
-that Licensee first uses the Software, if it is not earlier terminated. Licensee
-may terminate it by destroying the Software and Documentation and all copies
-thereof. This license will also terminate if Licensee fails to comply with any
-term or condition of this Agreement. Upon termination, Licensee shall destroy
-the Software and Documentation and all copies thereof that are in Licensee's
-possession or control.
-
-No Support. Nothing in this Agreement shall obligate BROADCOM to provide any
-support for the Software including without limitation any obligation to correct
-any defects or provide any updates to the Software to Licensee.
-
-No Warranty / Disclaimer. TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE SOFTWARE
-AND ALL DOCUMENTATION AND ANY (IF ANY) SUPPORT SERVICES RELATED TO THE SOFTWARE
-OR DOCUMENTATION ARE PROVIDED "AS IS" AND WITH ALL FAULTS AND BROADCOM MAKES NO
-PROMISES, REPRESENTATIONS OR WARRANTIES, EITHER EXPRESS, IMPLIED, STATUTORY, OR
-OTHERWISE, WITH RESPECT TO THE SOFTWARE, DOCUMENTATION OR SUPPORT SERVICES,
-INCLUDING ITS CONDITION, ITS CONFORMITY TO ANY REPRESENTATION OR DESCRIPTION, OR
-THE EXISTENCE OF ANY LATENT OR PATENT DEFECTS, AND BROADCOM SPECIFICALLY
-DISCLAIMS ALL IMPLIED (IF ANY) WARRANTIES OF TITLE, MERCHANTABILITY,
-NONINFRINGEMENT, FITNESS FOR A PARTICULAR PURPOSE, LACK OF VIRUSES, ACCURACY OR
-COMPLETENESS, QUIET ENJOYMENT, QUIET POSSESSION OR CORRESPONDENCE TO
-DESCRIPTION. THE ENTIRE RISK ARISING OUT OF USE OR PERFORMANCE OF THE SOFTWARE,
-DOCUMENTATION OR SUPPORT SERVICES LIES WITH LICENSEE.
-
-Exclusion of Incidental, Consequential and Certain Other Damages. TO THE MAXIMUM
-EXTENT PERMITTED BY LAW, IN NO EVENT SHALL BROADCOM OR ITS SUPPLIERS BE LIABLE
-FOR CONSEQUENTIAL, INCIDENTAL, SPECIAL, INDIRECT, OR EXEMPLARY DAMAGES
-WHATSOEVER ARISING OUT OF OR IN ANY WAY RELATING TO THIS AGREEMENT OR LICENSEE'S
-USE OF OR INABILITY TO USE THE SOFTWARE, DOCUMENTATION OR SUPPORT SERVICES, OR
-THE PROVISION OR FAILURE TO PROVIDE SUPPORT SERVICES, INCLUDING BUT NOT LIMITED
-TO LOST PROFITS, LOSS OF CONFIDENTIAL OR OTHER INFORMATION, BUSINESS
-INTERRUPTION, PERSONAL INJURY, LOSS OF PRIVACY, FAILURE TO MEET ANY DUTY
-(INCLUDING OF GOOD FAITH OR REASONABLE CARE), NEGLIGENCE, COSTS OF PROCUREMENT
-OF SUBSTITUTE GOODS OR SERVICES, OR ANY OTHER CLAIM FOR PECUNIARY OR OTHER LOSS
-WHATSOEVER, OR FOR ANY CLAIM OR DEMAND AGAINST YOU BY ANY OTHER PARTY, EVEN IF
-BROADCOM HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS
-SHALL APPLY NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY LIMITED
-REMEDY.
-
-Limitation of Liability and Remedies. NOTWITHSTANDING ANY DAMAGES YOU MAY INCUR
-FOR ANY REASON WHATSOEVER (INCLUDING, WITHOUT LIMITATION, ALL DAMAGES REFERENCED
-ABOVE AND ALL DIRECT OR GENERAL DAMAGES), THE ENTIRE LIABILITY OF BROADCOM AND
-ANY OF ITS SUPPLIERS UNDER ANY PROVISION OF THIS AGREEMENT AND YOUR EXCLUSIVE
-REMEDY FOR ALL OF THE FOREGOING SHALL BE LIMITED TO THE GREATER OF THE AMOUNT
-ACTUALLY PAID FOR THE SOFTWARE ITSELF OR U.S. $1. THE FOREGOING LIMITATIONS,
-EXCLUSIONS AND DISCLAIMERS SHALL APPLY TO THE MAXIMUM EXTENT PERMITTED BY
-APPLICABLE LAW, EVEN IF ANY REMEDY FAILS ITS ESSENTIAL PURPOSE.
-
-Confidentiality. "Confidential Information" means any trade secrets,
-confidential data, or other confidential information relating to or used in the
-Software. Licensee shall not use or disclose Confidential Information except as
-expressly permitted hereunder and shall use all reasonable efforts to protect
-the confidentiality thereof. Licensee agrees and acknowledges that the
-structure, sequence and organization of the Software are the valuable trade
-secrets of BROADCOM, and thus constitute Confidential Information under this
-Agreement.
-
-Non-Assignability. Licensee may not sell, transfer, assign or subcontract any
-right or obligation set forth in this Agreement without the prior written
-consent of BROADCOM. Any act in derogation of the foregoing shall be null and
-void.
-
-Government Customers. If any of the rights or licenses granted hereunder are
-acquired by or on behalf of a unit or agency of the United States Government,
-this Section applies. The Software is a trade secret of BROADCOM for all
-purposes of the Freedom of Information Act and is, in all respects, proprietary
-data belonging solely to BROADCOM. The Software: (i) was developed at private
-expense, is existing computer software, and no part of it was developed with
-government funds, (ii) is "restricted computer software" submitted with
-restricted rights in accordance with subparagraphs (a) through (d) of the
-Commercial Computer Software-Restricted Rights clause at 48 CFR 52.227-19 and
-its successors, (iii) is unpublished and all rights are reserved under the
-copyright laws of the United States. For units of the Department of Defense
-(DoD), the Software is licensed only with "Restricted Rights" as that term is
-defined in the DoD Supplement to the Federal Acquisition Regulation ("DFARS"),
-252.227-7013(c)(1)(ii), Rights in Technical Data and Computer Software and its
-successors, and use, duplication, or disclosure is subject to the restrictions
-set forth in subdivision (c)(1)(ii) of the Rights in Technical Data and Computer
-Software clause at DFARS 252.227-7013. The Contractor/manufacturer of the
-Software is Broadcom Corporation, 5300 California Avenue, Irvine, CA 92617. If
-the Software is acquired under a GSA Schedule, Licensee agrees to refrain from:
-(a) changing or removing any insignia or lettering from such software or the
-documentation that is provided; (b) producing copies of related manuals or media
-(except for backup purposes); and (c) allowing any third party to do that which
-is prohibited in this Section.
-
-Miscellaneous. BROADCOM and Licensee are independent contractors. This is the
-entire Agreement between the parties relating to the subject matter hereof,
-supersedes any and all prior proposals, agreements and representations between
-the parties, whether written or oral, and no waiver, modification or amendment
-of the Agreement shall be valid unless in writing signed by each party. The
-waiver of a breach of any term hereof shall in no way be construed as a waiver
-of any other term or breach hereof. If any provision of this Agreement shall be
-held by a court of competent jurisdiction to be contrary to law, the remaining
-provisions of this Agreement shall remain in full force and effect. This
-Agreement is governed by the laws of the State of California without reference
-to conflict of laws principles. The parties expressly stipulate that the 1980
-United Nations Convention on Contracts for the International Sale of Goods shall
-not apply. All disputes arising out of this Agreement shall be subject to the
-exclusive jurisdiction of the state and federal courts located in Orange County,
-California, and the parties agree and submit to the personal and exclusive
-jurisdiction and venue of these courts.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/buddy b/sdk_container/src/third_party/portage-stable/licenses/buddy
deleted file mode 100644
index fe750b2e326..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/buddy
+++ /dev/null
@@ -1,26 +0,0 @@
- Copyright (C) 1996-2002 by Jorn Lind-Nielsen
- All rights reserved
-
-Permission is hereby granted, without written agreement and without
-license or royalty fees, to use, reproduce, prepare derivative
-works, distribute, and display this software and its documentation
-for any purpose, provided that (1) the above copyright notice and
-the following two paragraphs appear in all copies of the source code
-and (2) redistributions, including without limitation binaries,
-reproduce these notices in the supporting documentation. Substantial
-modifications to this software may be copyrighted by their authors
-and need not follow the licensing terms described here, provided
-that the new terms are clearly indicated in all files where they apply.
-
-IN NO EVENT SHALL JORN LIND-NIELSEN, OR DISTRIBUTORS OF THIS
-SOFTWARE BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL,
-INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS
-SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE AUTHORS OR ANY OF THE
-ABOVE PARTIES HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-JORN LIND-NIELSEN SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
-BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
-FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
-ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE NO
-OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
-MODIFICATIONS.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/bufexplorer.vim b/sdk_container/src/third_party/portage-stable/licenses/bufexplorer.vim
deleted file mode 100644
index 445ee3b23d0..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/bufexplorer.vim
+++ /dev/null
@@ -1,8 +0,0 @@
-Copyright (C)
-Permission is hereby granted to use and distribute this code,
-with or without modifications, provided that this copyright
-notice is copied with it. Like anything else that's free,
- is provided *as is* and comes with no warranty of
-any kind, either expressed or implied. In no event will the
-copyright holder be liable for any damages resulting from
-the use of this software.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/bungie-marathon b/sdk_container/src/third_party/portage-stable/licenses/bungie-marathon
deleted file mode 100644
index e449a0df08b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/bungie-marathon
+++ /dev/null
@@ -1,14 +0,0 @@
-From the original Marathon Trilogy Box Set License:
-
-(c) 1997 Bungie Software Products Corporation
-All Rights Reserved. PO Box 7877, Chicago, IL 60680-7877
-Marathon is a trademark of Bungie Software Products Corporation
-All other trademarks are the properties of their respective owners.
-
-From http://trilogyrelease.bungie.org/faq.html
-
-Q: Hey, I thought Marathon needed serial numbers!
-A: The versions released with the Trilogy Box Set were stripped of the serial number code. These will work fine - as long as you're not trying to play with folks who are using older versions.
-
-Q: Wow... can I do whatever I want with this stuff?
-A: NO. Bungie still holds the copyrights to these files. They're allowing them to be distributed for free (mostly because you can't buy them any more) - but they're still Bungie's intellectual property. You can't, for example, sell them.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/charm b/sdk_container/src/third_party/portage-stable/licenses/charm
deleted file mode 100644
index d53d383ddad..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/charm
+++ /dev/null
@@ -1,148 +0,0 @@
-Charm++/Converse License
-
-University of Illinois
-
-University of Illinois
-Charm++/Converse Parallel Programming System Software
-Non-Exclusive, Non-Commercial Use License
-
-Upon execution of this Agreement by the party identified below ("Licensee"),
-The Board of Trustees of the University of Illinois ("Illinois"), on behalf of
-The Parallel Programming Laboratory ("PPL") in the Department of Computer
-Science, will provide the Charm++/Converse Parallel Programming System software
-("Charm++") in Binary Code and/or Source Code form ("Software") to Licensee,
-subject to the following terms and conditions. For purposes of this Agreement,
-Binary Code is the compiled code, which is ready to run on Licensee's computer.
-Source code consists of a set of files which contain the actual program
-commands that are compiled to form the Binary Code.
-
-1. The Software is intellectual property owned by Illinois, and all right,
-title and interest, including copyright, remain with Illinois. Illinois
-grants, and Licensee hereby accepts, a restricted, non-exclusive,
-non-transferable license to use the Software for academic, research and
-internal business purposes only, e.g. not for commercial use (see Clause 7
-below), without a fee.
-
-2. Licensee may, at its own expense, create and freely distribute complimentary
-works that interoperate with the Software, directing others to the PPL server
-(http://charm.cs.uiuc.edu) to license and obtain the Software itself. Licensee
-may, at its own expense, modify the Software to make derivative works. Except
-as explicitly provided below, this License shall apply to any derivative work
-as it does to the original Software distributed by Illinois. Any derivative
-work should be clearly marked and renamed to notify users that it is a modified
-version and not the original Software distributed by Illinois. Licensee agrees
-to reproduce the copyright notice and other proprietary markings on any
-derivative work and to include in the documentation of such work the
-acknowledgement:
-
-"This software includes code developed by the Parallel Programming Laboratory
-in the Department of Computer Science at the University of Illinois at
-Urbana-Champaign."
-
-Licensee may redistribute without restriction works with up to 1/2 of their
-non-comment source code derived from at most 1/10 of the non-comment source
-code developed by Illinois and contained in the Software, provided that the
-above directions for notice and acknowledgement are observed. Any other
-distribution of the Software or any derivative work requires a separate license
-with Illinois. Licensee may contact Illinois (kale@cs.uiuc.edu) to negotiate
-an appropriate license for such distribution.
-
-3. Except as expressly set forth in this Agreement, THIS SOFTWARE IS PROVIDED
-"AS IS" AND ILLINOIS MAKES NO REPRESENTATIONS AND EXTENDS NO WARRANTIES OF ANY
-KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OR
-MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, OR THAT THE USE OF THE
-SOFTWARE WILL NOT INFRINGE ANY PATENT, TRADEMARK, OR OTHER RIGHTS. LICENSEE
-ASSUMES THE ENTIRE RISK AS TO THE RESULTS AND PERFORMANCE OF THE SOFTWARE
-AND/OR ASSOCIATED MATERIALS. LICENSEE AGREES THAT UNIVERSITY SHALL NOT BE HELD
-LIABLE FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, OR INCIDENTAL DAMAGES WITH
-RESPECT TO ANY CLAIM BY LICENSEE OR ANY THIRD PARTY ON ACCOUNT OF OR ARISING
-FROM THIS AGREEMENT OR USE OF THE SOFTWARE AND/OR ASSOCIATED MATERIALS.
-
-4. Licensee understands the Software is proprietary to Illinois. Licensee
-agrees to take all reasonable steps to insure that the Software is protected
-and secured from unauthorized disclosure, use, or release and will treat it
-with at least the same level of care as Licensee would use to protect and
-secure its own proprietary computer programs and/or information, but using no
-less than a reasonable standard of care. Licensee agrees to provide the
-Software only to any other person or entity who has registered with Illinois.
-If licensee is not registering as an individual but as an institution or
-corporation each member of the institution or corporation who has access to or
-uses Software must agree to and abide by the terms of this license. If Licensee
-becomes aware of any unauthorized licensing, copying or use of the Software,
-Licensee shall promptly notify Illinois in writing. Licensee expressly agrees
-to use the Software only in the manner and for the specific uses authorized in
-this Agreement.
-
-5. By using or copying this Software, Licensee agrees to abide by the
-copyright law and all other applicable laws of the U.S. including, but not
-limited to, export control laws and the terms of this license. Illinois shall
-have the right to terminate this license immediately by written notice upon
-Licensee's breach of, or non-compliance with, any terms of the license.
-Licensee may be held legally responsible for any copyright infringement that
-is caused or encouraged by its failure to abide by the terms of this license.
-Upon termination, Licensee agrees to destroy all copies of the Software in its
-possession and to verify such destruction in writing.
-
-6. The user agrees that any reports or published results obtained with the
-Software will acknowledge its use by the appropriate citation as follows:
-
-"Charm++/Converse was developed by the Parallel Programming Laboratory in the
-Department of Computer Science at the University of Illinois at
-Urbana-Champaign."
-
-Any published work which utilizes Charm++ shall include the following
-reference:
-
-"L. V. Kale and S. Krishnan. Charm++: Parallel Programming with Message-Driven
-Objects. In 'Parallel Programming using C++' (Eds. Gregory V. Wilson and Paul
-Lu), pp 175-213, MIT Press, 1996."
-
-Any published work which utilizes Converse shall include the following
-reference:
-
-"L. V. Kale, Milind Bhandarkar, Narain Jagathesan, Sanjeev Krishnan and Joshua
-Yelon. Converse: An Interoperable Framework for Parallel Programming.
-Proceedings of the 10th International Parallel Processing Symposium, pp
-212-217, April 1996."
-
-Electronic documents will include a direct link to the official Charm++ page
-at http://charm.cs.uiuc.edu/
-
-7. Commercial use of the Software, or derivative works based thereon, REQUIRES
-A COMMERCIAL LICENSE. Should Licensee wish to make commercial use of the
-Software, Licensee will contact Illinois (kale@cs.uiuc.edu) to negotiate an
-appropriate license for such use. Commercial use includes:
-(1) integration of all or part of the Software into a product for sale, lease
-or license by or on behalf of Licensee to third parties, or
-(2) distribution of the Software to third parties that need it to commercialize
-product sold or licensed by or on behalf of Licensee.
-
-8. Government Rights. Because substantial governmental funds have been used in
-the development of Charm++/Converse, any possession, use or sublicense of the
-Software by or to the United States government shall be subject to such
-required restrictions.
-
-9. Charm++/Converse is being distributed as a research and teaching tool and as
-such, PPL encourages contributions from users of the code that might, at
-Illinois' sole discretion, be used or incorporated to make the basic operating
-framework of the Software a more stable, flexible, and/or useful product.
-Licensees who contribute their code to become an internal portion of the
-Software agree that such code may be distributed by Illinois under the terms
-of this License and may be required to sign an "Agreement Regarding
-Contributory Code for Charm++/Converse Software" before Illinois can accept it
-(contact kale@cs.uiuc.edu for a copy).
-
-UNDERSTOOD AND AGREED.
-
-
-Contact Information:
-
-The best contact path for licensing issues is by e-mail to kale@cs.uiuc.edu or
-send correspondence to:
-
-Prof. L. V. Kale
-Dept. of Computer Science
-University of Illinois
-1304 W. Springfield Ave
-Urbana, Illinois 61801 USA
-FAX: (217) 333-3501
diff --git a/sdk_container/src/third_party/portage-stable/licenses/circlemud b/sdk_container/src/third_party/portage-stable/licenses/circlemud
deleted file mode 100644
index 33eb4bcbdee..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/circlemud
+++ /dev/null
@@ -1,239 +0,0 @@
-/* ************************************************************************
-* Copyright (C) 1995 by Jeremy Elson *
-* All Rights Reserved *
-************************************************************************ */
-
- CircleMUD License
-
-CircleMUD was created by:
-
-Jeremy Elson
-Department of Computer Science
-Johns Hopkins University
-Baltimore, MD 21218 USA
-jelson@circlemud.org
-
-
-
-CircleMUD is licensed software. This file contains the text of the CircleMUD
-license. If you wish to use the CircleMUD system in any way, or use any of
-its source code, you must read this license and are legally bound to comply
-with it.
-
-CircleMUD is a derivative work based on the DikuMUD system written by Hans
-Henrik Staerfeldt, Katja Nyboe, Tom Madsen, Michael Seifert, and Sebastian
-Hammer. DikuMUD is also licensed software; you are legally bound to comply
-with the original DikuMUD license as well as the CircleMUD license if you
-wish to use CircleMUD.
-
-Use of the CircleMUD code in any capacity implies that you have read,
-understood, and agreed to abide by the terms and conditions set down by this
-license and the DikuMUD license. If you use CircleMUD without complying with
-the license, you are breaking the law.
-
-Using CircleMUD legally is easy. In short, the license requires three things:
-
-1) You must not use CircleMUD to make money or be compensated in any way.
-2) You must give the authors credit for their work.
-3) You must comply with the DikuMUD license.
-
-That's it -- those are the main conditions set down by this license.
-Unfortunately, past experience has shown that many people are not willing
-to follow the spirit of the license, so the remainder of this document will
-clearly define those conditions in an attempt to prevent people from
-circumventing them.
-
-The first condition says that you must not use CircleMUD to make money in
-any way or be otherwise compensated. CircleMUD was developed in people's
-uncompensated spare time and was given to you free of charge, and you must
-not use it to make money. CircleMUD must not in any way be used to
-facilitate your acceptance of fees, donations, or other compensation.
-Examples include, but are not limited to the following:
-
--- If you run CircleMUD, you must not require any type of fee or donation
- in exchange for being able to play CircleMUD. You must not solicit,
- offer or accept any kind of donation from your players in exchange for
- enhanced status in the game such as increased levels, character stats,
- gold, or equipment.
-
--- You must not solicit or accept money or other donations in exchange for
- running CircleMUD. You must not accept money or other donations from
- your players for purposes such as hardware upgrades for running
- CircleMUD.
-
--- You must not sell CircleMUD. You must not accept any type of fee in
- exchange for distributing or copying CircleMUD.
-
--- If you are a CircleMUD administrator, You must not accept any type of
- reimbursement for money spent out of pocket for running CircleMUD, i.e.,
- for equipment expenses or fees incurred from service providers.
-
-
-The second part of the license states that you must give credit to the
-creators of CircleMUD. A great deal of work went into the creation of
-CircleMUD, and it was given to you completely free of charge; claiming that
-you wrote the MUD yourself is a slap in the face to everyone who worked to
-bring you a high quality product while asking for nothing but credit for
-their work in return.
-
-Specifically, the following are required:
-
--- The text in the 'credits' file distributed with CircleMUD must be
- preserved. You may add your own credits to the file, but the existing
- text must not be removed, abridged, truncated, or changed in any way.
- This file must be displayed when the 'credits' command is used from
- within the MUD.
-
--- The "CIRCLEMUD" help entry must be maintained intact and unchanged, and
- displayed in its entirety when the 'help circlemud' command is used.
-
--- The login sequence must contain the names of the DikuMUD and CircleMUD
- creators. The 'login sequence' is defined as the text seen by players
- between the time they connect to the MUD and when they start to play
- the game itself.
-
--- This license must be distributed AS IS with all copies or portions of
- the CircleMUD that you distribute, if any, including works derived from
- CircleMUD.
-
--- You must not remove, change, or modify any notices of copyright,
- licensing or authorship found in any CircleMUD source code files.
-
--- Claims that any of the above requirements are inapplicable to a particular
- MUD for reasons such as "our MUD is totally rewritten" or similar are
- completely invalid. If you can write a MUD completely from scratch then
- you are encouraged to do so by all means, but use of any part of the
- CircleMUD or DikuMUD source code requires that their respective licenses
- be followed, including the crediting requirements.
-
-
-The third part of the license simply states that you must comply with the
-DikuMUD license. This is required because CircleMUD is a DikuMUD derivative.
-The DikuMUD license is included below.
-
-
-You are allowed to use, modify and redistribute all CircleMUD source code
-and documentation as long as such use does not violate any of the rules
-set down by this license.
-
-
---Jeremy Elson
-
-CircleMUD 3 -- Copyright (C) 1994-2001, The CircleMUD Group
-Other portions copyright by authors as noted in ChangeLog and source code.
-
-
-
-===========================================================================
-
-
-Everything below this line is the original, unmodified DikuMUD license.
-You must comply with the CircleMUD license above, as well as the DikuMUD
-license below.
-
----------------------------------------------------------------------------
-
-
-/* ************************************************************************
-* Copyright (C) 1990, 1991 *
-* All Rights Reserved *
-************************************************************************* */
-
- DikuMud License
-
- Program & Concept created by
-
-
-Sebastian Hammer
-Prss. Maries Alle 15, 1
-1908 Frb. C.
-DENMARK
-(email quinn@freja.diku.dk)
-
-Michael Seifert
-Nr. Soeg. 37C, 1, doer 3
-1370 Copenhagen K.
-DENMARK
-(email seifert@freja.diku.dk)
-
-Hans Henrik St{rfeldt
-Langs} 19
-3500 V{rl|se
-DENMARK
-(email bombman@freja.diku.dk)
-
-Tom Madsen
-R|de Mellemvej 94B, 64
-2300 Copenhagen S.
-DENMARK
-(email noop@freja.diku.dk)
-
-Katja Nyboe
-Kildeg}rdsvej 2
-2900 Hellerup
-31 62 82 84
-DENMARK
-(email katz@freja.diku.dk)
-
-
-This document contains the rules by which you can use, alter or publish
-parts of DikuMud. DikuMud has been created by the above five listed persons
-in their spare time, at DIKU (Computer Science Instutute at Copenhagen
-University). You are legally bound to follow the rules described in this
-document.
-
-Rules:
-
- !! DikuMud is NOT Public Domain, shareware, careware or the like !!
-
- You may under no circumstances make profit on *ANY* part of DikuMud in
- any possible way. You may under no circumstances charge money for
- distributing any part of dikumud - this includes the usual $5 charge
- for "sending the disk" or "just for the disk" etc.
- By breaking these rules you violate the agreement between us and the
- University, and hence will be sued.
-
- You may not remove any copyright notices from any of the documents or
- sources given to you.
-
- This license must *always* be included "as is" if you copy or give
- away any part of DikuMud (which is to be done as described in this
- document).
-
- If you publish *any* part of dikumud, we as creators must appear in the
- article, and the article must be clearly copyrighted subject to this
- license. Before publishing you must first send us a message, by
- snail-mail or e-mail, and inform us what, where and when you are
- publishing (remember to include your address, name etc.)
-
- If you wish to setup a version of DikuMud on any computer system, you
- must send us a message , by snail-mail or e-mail, and inform us where
- and when you are running the game. (remember to include
- your address, name etc.)
-
-
- Any running version of DikuMud must include our names in the login
- sequence. Furthermore the "credits" command shall always cointain
- our name, addresses, and a notice which states we have created DikuMud.
-
- You are allowed to alter DikuMud, source and documentation as long as
- you do not violate any of the above stated rules.
-
-
-Regards,
-
-
-
-The DikuMud Group
-
-
-Note:
-
-We hope you will enjoy DikuMud, and encourage you to send us any reports
-on bugs (when you find 'it'). Remember that we are all using our spare
-time to write and improve DikuMud, bugs, etc. - and changes will take their
-time. We have so far put extremely many programming hours into this project.
-If you make any major improvements on DikuMud we would be happy to
-hear from you. As you will naturally honor the above rules, you will receive
-new updates and improvements made to the game.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/clustalw b/sdk_container/src/third_party/portage-stable/licenses/clustalw
deleted file mode 100644
index 131b0dc5138..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/clustalw
+++ /dev/null
@@ -1,34 +0,0 @@
-Licensing ClustalW and ClustalX
-
-Date:29 November 2007
-
-The copyright for ClustalW and ClustalX is held by Des Higgins, Julie Thompson and Toby Gibson
-
-The binaries and source code are made available and can be distributed subject to the following conditions:
-
-Users are free to redistribute ClustalW or ClustalX in it's unmodified form as long as it is not for commercial gain.
-
-Anyone wishing to redistribute Clustal commercially should contact Toby Gibson at gibson@embl.de
-
-
-If users make changes/have ideas that they believe would be useful to the broader research community they can send their suggestions to the clustal development team at clustalw@ucd.ie where they will be considered for inclusion in future releases.
-
-
-
-Frequently asked questions about Clustal licensing?
----------------------------------------------------
-
-1. Do I have to pay to use ClustalW or ClustalX?
-No - unless you wish to redistribute Clustal for profit. In this case see question 4.
-
-2. Can I redistribute the Clustal binaries and source code?
-Yes. We have always wanted to see Clustal have as wide a userbase and distribution network as possible and are happy to see other sites host copies of the official Clustal code.
-
-3. Can I make changes to the source code?
-You can make changes for your own purposes but you should not redistribute the changed code.
-
-4. I want to include ClustalW/ClustalX in a commercial application who should I contact?
-Toby Gibson at gibson@embl.de (also cc des.higgins@ucd.ie)
-
-5. There is no Clustal distribution for platform X. I have changed the code in order to compile Clustal on this platform. Can I redistribute it?
-Ideally you should send us a copy of your source code changes as well as a binary. We will include it in our contributed binaries section on our FTP site along with an acknowledgement of your contribution.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/codehaus-classworlds b/sdk_container/src/third_party/portage-stable/licenses/codehaus-classworlds
deleted file mode 100644
index c1db5a79e13..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/codehaus-classworlds
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-/*
- $Id: LICENSE.txt,v 1.1.1.1 2003/07/29 04:37:59 bob Exp $
-
- Copyright 2002 (C) The Codehaus. All Rights Reserved.
-
- Redistribution and use of this software and associated documentation
- ("Software"), with or without modification, are permitted provided
- that the following conditions are met:
-
- 1. Redistributions of source code must retain copyright
- statements and notices. Redistributions must also contain a
- copy of this document.
-
- 2. Redistributions in binary form must reproduce the
- above copyright notice, this list of conditions and the
- following disclaimer in the documentation and/or other
- materials provided with the distribution.
-
- 3. The name "classworlds" must not be used to endorse or promote
- products derived from this Software without prior written
- permission of The Codehaus. For written permission, please
- contact bob@codehaus.org.
-
- 4. Products derived from this Software may not be called "classworlds"
- nor may "classworlds" appear in their names without prior written
- permission of The Codehaus. "classworlds" is a registered
- trademark of The Codehaus.
-
- 5. Due credit should be given to The Codehaus.
- (http://classworlds.codehaus.org/).
-
- THIS SOFTWARE IS PROVIDED BY THE CODEHAUS AND CONTRIBUTORS
- ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
- NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
- THE CODEHAUS OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
- INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
- STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
- OF THE POSSIBILITY OF SUCH DAMAGE.
-
- */
diff --git a/sdk_container/src/third_party/portage-stable/licenses/coldspringharbor b/sdk_container/src/third_party/portage-stable/licenses/coldspringharbor
deleted file mode 100644
index 27f85e9e0cb..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/coldspringharbor
+++ /dev/null
@@ -1,20 +0,0 @@
-This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself. See the Artistic License file
-in the main Perl distribution for specific terms and conditions of
-use. In addition, the following disclaimers apply:
-
-CSHL makes no representations whatsoever as to the SOFTWARE contained
-herein. It is experimental in nature and is provided WITHOUT WARRANTY
-OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE OR ANY OTHER
-WARRANTY, EXPRESS OR IMPLIED. CSHL MAKES NO REPRESENTATION OR
-WARRANTY THAT THE USE OF THIS SOFTWARE WILL NOT INFRINGE ANY PATENT OR
-OTHER PROPRIETARY RIGHT.
-
-By downloading this SOFTWARE, your Institution hereby indemnifies CSHL
-against any loss, claim, damage or liability, of whatsoever kind or
-nature, which may arise from your Institution's respective use,
-handling or storage of the SOFTWARE.
-
-If publications result from research using this SOFTWARE, we ask that
-CSHL be acknowledged and/or credit be given to CSHL scientists, as
-scientifically appropriate.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/colt b/sdk_container/src/third_party/portage-stable/licenses/colt
deleted file mode 100644
index 8e4508d23e6..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/colt
+++ /dev/null
@@ -1,10 +0,0 @@
-Colt License Agreement
-
-Packages cern.colt* , cern.jet*, cern.clhep
-
- Copyright (c) 1999 CERN - European Organization for Nuclear Research.
- Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided "as is" without expressed or implied warranty.
-
-Packages hep.aida.*
-
- Written by Pavel Binko, Dino Ferrero Merlino, Wolfgang Hoschek, Tony Johnson, Andreas Pfeiffer, and others. Check the FreeHEP home page for more info. Permission to use and/or redistribute this work is granted under the terms of the LGPL License, with the exception that any usage related to military applications is expressly forbidden. The software and documentation made available under the terms of this license are provided with no warranty.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/comi b/sdk_container/src/third_party/portage-stable/licenses/comi
deleted file mode 100644
index da90041f0f5..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/comi
+++ /dev/null
@@ -1,93 +0,0 @@
-SOFTWARE LICENSE AND LIMITED WARRANTY
-
-PLEASE READ THIS LICENSE CAREFULLY BEFORE INSTALLING OR USING
-THE SOFTWARE. BY USING THE SOFTWARE, YOU ARE AGREEING TO BE
-BOUND BY THE TERMS OF THIS LICENSE. IF YOU DO NOT AGREE TO THE
-TERMS OF THIS LICENSE, DO NOT INSTALL OR USE THE SOFTWARE,
-DELETE THE SOFTWARE AND ALL RELATED FILES FROM YOUR COMPUTER,
-AND PROMPTLY RETURN THIS PACKAGE AND ITS CONTENTS TO THE PLACE
-OF PURCHASE FOR REFUND OF THE AMOUNT YOU PAID.
-
-The software, artwork, music, and other components included in
-this computer program (the "Software") are the copyrighted
-property of LucasArts Entertainment Company LLC and its
-licensors (collectively referred to as "LEC"). The Software is
-licensed (not sold) to you, and LEC owns all copyright, trade
-secret, patent and other proprietary rights in the Software.
-You may use the Software on a single computer. You may not:
-(1) copy (other than once for back-up purposes), distribute,
-rent, lease or sublicense all or any portion of the Software;
-(2) modify or prepare derivative works of the Software;
-(3) transmit the Software over a network, by telephone, or
-electronically using any means, except in the course of your
-network multi-player play of the Software; or (4) reverse
-engineer, decompile or disassemble the Software. You may
-transfer the Software, but only if the recipient agrees to
-accept the terms and conditions of this Agreement. If you
-transfer the Software, you must transfer all components and
-documentation and erase any copies residing on computer equip-
-ment. Your license is automatically terminated if you transfer
-the Software.
-
-LEC warrants to the original consumer purchaser that the media
-furnished in this product will be free from defects in
-materials and workmanship under normal use for a period of
-ninety (90) days from the date of purchase (as evidenced by
-your receipt). If the media supplied as part of this product
-proves to be defective, and provided that the consumer
-purchaser returns the media to LEC in accordance with the
-instructions in this paragraph, LEC will replace the defective
-media: (a) free of charge to the consumer purchaser, if the
-media proves to be defective within the ninety (90) day period
-following the date of purchase, and (b) if the media proves to
-be defective after the expiration of the ninety (90) day
-warranty period, LEC will replace the defective media for a fee
-of $5.00 per Compact Disc. To obtain a replacement CD, please
-return the CD only, postage prepaid, to LEC, at the address
-below, accompanied by proof of date of purchase, a description
-of the defect, and your name and return address. To replace
-defective media after expiration of the warranty period, send
-the CD only, postage prepaid, to LEC at the address below,
-enclosing proof of purchase, a description of the defect, your
-name and return address, and a check for $5.00 per Compact
-Disc. LEC will mail a replacement to you.
-
-You expressly acknowledge and agree that use of the Software is
- at your sole risk. Except for the limited ninety (90) day
-warranty on the media set forth above, the Software and any
-related documentation or materials are provided "AS IS" and
-without warranty of any kind. LEC EXPRESSLY DISCLAIMS ALL
-WARRANTIES, EXPRESS AND IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
-PARTICULAR PURPOSE AND NONINFRINGEMENT. LEC DOES NOT WARRANT
-THAT THE FUNCTIONS CONTAINED IN THE SOFTWARE WILL MEET YOUR
-REQUIREMENTS, OR THAT THE OPERATION OF THE SOFTWARE WILL BE
-UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE SOFTWARE
-WILL BE CORRECTED. THE ENTIRE RISK AS TO THE RESULTS AND
-PERFORMANCE OF THE SOFTWARE IS ASSUMED BY YOU. SOME
-JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES,
-SO THE ABOVE EXCLUSION MAY NOT APPLY TO YOU.
-
-UNDER NO CIRCUMSTANCES INCLUDING NEGLIGENCE SHALL LEC, OR ITS
-DIRECTORS, OFFICERS, EMPLOYEES OR AGENTS, BE LIABLE TO YOU FOR
-ANY INCIDENTAL, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES
-(INCLUDING DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS
-INTERRUPTION, LOSS OF BUSINESS INFORMATION, AND THE LIKE)
-ARISING OUT OF THE POSSESSION, USE, OR MALFUNCTION OF THIS
-PRODUCT, INCLUDING WITHOUT LIMITATION, DAMAGE TO PROPERTY AND,
-TO THE EXTENT PERMITTED BY LAW, DAMAGES FOR PERSONAL INJURY,
-EVEN IF LEC HAS BEEN ADVISED OF THE POSSIBILITY OF ANY SUCH
-DAMAGES OR LOSS, AND EVEN IF LEC OR AN LEC AUTHORIZED
-REPRESENTATIVE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OR
-EXCLUSION OF LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES,
-SO THE ABOVE LIMITATION OR EXCLUSION MAY NOT APPLY TO YOU.
-
-THIS WARRANTY GIVES YOU SPECIFIC LEGAL RIGHTS, AND YOU MAY HAVE
-OTHER RIGHTS DEPENDING ON THE LAWS IN YOUR STATE. YOU AGREE
-THAT THE LIABILITY OF LEC ARISING OUT OF ANY KIND OF LEGAL
-CLAIM (WHETHER IN CONTRACT, TORT, OR OTHERWISE) WILL NOT EXCEED
-THE AMOUNT YOU ORIGINALLY PAID FOR THE USE OF THIS PRODUCT.
-
-© LucasArts Entertainment Company LLC. All rights reserved.
-iMUSE U.S. Patent number 5,315,057.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/crafty b/sdk_container/src/third_party/portage-stable/licenses/crafty
deleted file mode 100644
index 0b3e1fe7c60..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/crafty
+++ /dev/null
@@ -1,39 +0,0 @@
- *******************************************************************************
- * *
- * Crafty, copyright 1996-2001 by Robert M. Hyatt, Ph.D., Associate Professor *
- * of Computer and Information Sciences, University of Alabama at Birmingham. *
- * *
- * All rights reserved. No part of this program may be reproduced in any *
- * form or by any means, for other than your personal use, without the *
- * express written permission of the author. This program may not be used in *
- * whole, nor in part, to enter any computer chess competition without *
- * written permission from the author. Such permission will include the *
- * requirement that the program be entered under the name "Crafty" so that *
- * the program's ancestry will be known. *
- * *
- * Copies of the source must contain the original copyright notice intact. *
- * *
- * Any changes made to this software must also be made public to comply with *
- * the original intent of this software distribution project. These *
- * restrictions apply whether the distribution is being done for free or as *
- * part or all of a commercial product. The author retains sole ownership *
- * and copyright on this program except for 'personal use' explained below. *
- * *
- * personal use includes any use you make of the program yourself, either by *
- * playing games with it yourself, or allowing others to play it on your *
- * machine, and requires that if others use the program, it must be clearly *
- * identified as "Crafty" to anyone playing it (on a chess server as one *
- * example). Personal use does not allow anyone to enter this into a chess *
- * tournament where other program authors are invited to participate. IE you *
- * can do your own local tournament, with Crafty + other programs, since this *
- * is for your personal enjoyment. But you may not enter Crafty into an *
- * event where it will be in competition with other programs/programmers *
- * without permission as stated previously. *
- * *
- * Crafty is the "son" (direct descendent) of Cray Blitz. it is designed *
- * totally around the bit-board data structure for reasons of speed of ex- *
- * ecution, ease of adding new knowledge, and a *significantly* cleaner *
- * overall design. it is written totally in ANSI C with some few UNIX system *
- * calls required for I/O, etc. *
- * *
- *******************************************************************************
diff --git a/sdk_container/src/third_party/portage-stable/licenses/descent-data b/sdk_container/src/third_party/portage-stable/licenses/descent-data
deleted file mode 100644
index dc0dad417a7..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/descent-data
+++ /dev/null
@@ -1,21 +0,0 @@
- SOFTWARE USE LIMITATIONS AND LIMITED LICENSE
-
- This software product and the manual are copyrighted and all rights are
- reserved by Interplay Productions and are protected by the copyright
- laws that pertain to computer software. You may not copy the software
- except that you may make one copy of the software solely for backup or
- archival purposes. You may not loan, sell, rent, lease, give, sub
- license, or otherwise transfer the software (or any copy). You may not
- modify, adapt, translate, create derivative works, decompile,
- disassemble, or otherwise reverse engineer or attempt to reverse
- engineer or derive source code from, all or any portion of the software
- or anything incorporated therein or permit or encourage any third party
- to do so.
-
- DESCENT COPYRIGHT (C) 1994-1998 PARALLAX SOFTWARE CORPORATION
- ALL RIGHTS RESERVED
-
- ALL TRADEMARKS ARE PROPERTY OF INTERPLAY PRODUCTIONS, INC.
- ALL RIGHTS RESERVED
- INTERPLAY PRODUCTIONS IS THE EXCLUSIVE LICENSEE AND DISTRIBUTOR.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/dgen-sdl b/sdk_container/src/third_party/portage-stable/licenses/dgen-sdl
deleted file mode 100644
index 1a029c055c6..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/dgen-sdl
+++ /dev/null
@@ -1,43 +0,0 @@
-With the exceptions listed below, all files in this archive fall under this
-license:
-
-# Copyright (c) 1998, 1999 Dave.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in the
-# documentation and/or other materials provided with the distribution.
-# 3. Neither the name of the authors nor the names of their contributors
-# may be used to endorse or promote products derived from this software
-# without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
-# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-# SUCH DAMAGE.
-
-The following files do not allow for commercial redistribution:
- musa/*
- zz80.c
- z80stb.h
- z80stbd.h
-
-The contents of the star/ directory are copyright Neil Corlett, under a license
-described in star/stardoc.txt.
-
-The contents of the mz80/ directory are copyright Neil Bradly, under a license
-described in mz80/mz80.txt.
-
-Open-source replacements for the above modules would be appreciated, if you
-have the time and ability.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/docbook b/sdk_container/src/third_party/portage-stable/licenses/docbook
deleted file mode 100644
index a1e47d979ff..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/docbook
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-Permission to use, copy, modify and distribute the
-and its accompanying documentation for any purpose and without fee
-is hereby granted in perpetuity, provided that the above copyright
-notice and this paragraph appear in all copies. The copyright
-holders make no representation about the suitability of the DTD for
-any purpose. It is provided "as is" without expressed or implied
-warranty.
-
-If you modify the in any way, except for declaring
-and referencing additional sets of general entities and declaring
-additional notations, label your DTD as a variant of DocBook. See
-the maintenance documentation for more information.
-
-Please direct all questions, bug reports, or suggestions for
-changes to the docbook@lists.oasis-open.org mailing list. For more
-information, see http://www.oasis-open.org/docbook/.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/dom4j b/sdk_container/src/third_party/portage-stable/licenses/dom4j
deleted file mode 100644
index 1a02acb1494..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/dom4j
+++ /dev/null
@@ -1,39 +0,0 @@
-Copyright 2001-2023 © MetaStuff, Ltd. and DOM4J contributors. All Rights Reserved.
-
-Redistribution and use of this software and associated documentation
-("Software"), with or without modification, are permitted provided
-that the following conditions are met:
-
-1. Redistributions of source code must retain copyright
- statements and notices. Redistributions must also contain a
- copy of this document.
-
-2. Redistributions in binary form must reproduce the
- above copyright notice, this list of conditions and the
- following disclaimer in the documentation and/or other
- materials provided with the distribution.
-
-3. The name "DOM4J" must not be used to endorse or promote
- products derived from this Software without prior written
- permission of MetaStuff, Ltd. For written permission,
- please contact dom4j-info@metastuff.com.
-
-4. Products derived from this Software may not be called "DOM4J"
- nor may "DOM4J" appear in their names without prior written
- permission of MetaStuff, Ltd. DOM4J is a registered
- trademark of MetaStuff, Ltd.
-
-5. Due credit should be given to the DOM4J Project - https://dom4j.github.io/
-
-THIS SOFTWARE IS PROVIDED BY METASTUFF, LTD. AND CONTRIBUTORS
-``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
-NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
-FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
-METASTUFF, LTD. OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
-INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
-OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/drascula b/sdk_container/src/third_party/portage-stable/licenses/drascula
deleted file mode 100644
index 3429f93c786..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/drascula
+++ /dev/null
@@ -1,35 +0,0 @@
-DRASCULA adaptation for SCUMMVM.
-
-Preamble:
- Basically, give this game away, share it with your friends. Don't remove this
-Readme, or pretend that you wrote it. You can include it in a software
-collection, like a Linux distribution or coverdisk (which may be sold), but
-using it in things like commercial adventure game collections without asking is
-just playing dirty. You can modify the gamedata for such purposes as compressing
-audio. This preamble is not legally binding, but is to clarify the intent of
-the following licence.
-
-Licence:
- 1) You may distribute "DRASCULA" for free on any medium, provided this Readme
-and all associated copyright notices and disclaimers are left intact.
-
- 2) You may charge a reasonable copying fee for this archive, and may
-distribute it in aggregate as part of a larger and possibly commercial software
-distribution (such as a Linux distribution or magazine coverdisk). You must
-provide proper attribution and ensure that this Readme and all associated
-copyright notices and disclaimers are left intact.
-
- 3) You may not charge a fee for the game itself. This includes reselling the
-game as an individual item.
-
- 4) You may modify the game as you wish. You may also distribute modified
-versions under the terms set forth in this licence, but with the additional
-requirement that the work is marked with a prominent notice which states that
-it is a modified version.
-
- 5) All game content is Copyright (C) Alcachofa Soft S.L.
- The ScummVM engine is Copyright (C) The ScummVM Team (www.scummvm.org).
-
- 6) THE GAME DATA IN THIS ARCHIVE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING AND NOT LIMITED TO ANY IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/dropbox b/sdk_container/src/third_party/portage-stable/licenses/dropbox
deleted file mode 100644
index 8c85a5bedff..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/dropbox
+++ /dev/null
@@ -1,64 +0,0 @@
-Dropbox Terms of Service
-Thank you for using Dropbox! These terms of service (the “Terms”) govern your access to and use of Dropbox (“we” or “our”) websites and services (the “Services”), so please carefully read them before using the Services.
-
-By using the Services you agree to be bound by these Terms. If you are using the Services on behalf of an organization, you are agreeing to these Terms for that organization and promising that you have the authority to bind that organization to these terms. In that case, “you” and “your” will refer to that organization.
-
-You may use the Services only in compliance with these Terms. You may use the Services only if you have the power to form a contract with Dropbox and are not barred under any applicable laws from doing so. The Services may continue to change over time as we refine and add more features. We may stop, suspend, or modify the Services at any time without prior notice to you. We may also remove any content from our Services at our discretion.
-
-Your Stuff & Your Privacy
-By using our Services you may give us access to your information, files, and folders (together, “your stuff”). You retain ownership to your stuff. You are also solely responsible for your conduct, the content of your files and folders, and your communications with others while using the Services.
-
-We sometimes need your permission to do what you ask us to do with your stuff (for example, hosting, making public, or sharing your files). By submitting your stuff to the Services, you grant us (and those we work with to provide the Services) worldwide, non-exclusive, royalty-free, sublicenseable rights to use, copy, distribute, prepare derivative works (such as translations or format conversions) of, perform, or publicly display that stuff to the extent we think it necessary for the Service. You must ensure you have the rights you need to grant us that permission.
-
-How we use your stuff is also governed by the Dropbox Privacy Policy, which you acknowledge. You acknowledge that Dropbox has no obligation to monitor any information on the Services, even though we may do so. We are not responsible for the accuracy, completeness, appropriateness, or legality of files, user posts, or any other information you may be able to access using the Services. We may disclose information about your account or your stuff to law enforcement officials as outlined in our Privacy Policy.
-
-Sharing Your Stuff
-The Services provide features that allow you to share your stuff with others or to make it public. There are many things that users may do with that stuff (for example, copy it, modify it, re-share it). Please consider carefully what you choose to share or make public. Dropbox has no responsibility for that activity.
-
-Your Responsibilities
-Files and other content in the Services may be protected by intellectual property rights of others. Please do not copy, upload, download, or share files unless you have the right to do so. You, not Dropbox, will be fully responsible and liable for what you copy, share, upload, download or otherwise use while using the Services. You must not upload spyware or any other malicious software to the Service.
-
-You, and not Dropbox, are responsible for maintaining and protecting all of your stuff. Dropbox will not be liable for any loss or corruption of your stuff, or for any costs or expenses associated with backing up or restoring any of your stuff.
-
-If your contact information, or other information related to your account, changes, you must notify us promptly and keep your information current. The Services are not intended for use by you if you are under 13 years of age. By agreeing to these Terms, you are representing to us that you are over 13.
-
-Account Security
-You are responsible for safeguarding the password that you use to access the Services and you agree not to disclose your password to any third party. You are responsible for any activity using your account, whether or not you authorized that activity. You should immediately notify Dropbox of any unauthorized use of your account. You acknowledge that if you wish to protect your transmission of data or files to Dropbox, it is your responsibility to use a secure encrypted connection to communicate with the Services.
-
-Software and Updates
-Some use of our Service requires you to download a client software package (“Software”). Dropbox hereby grants you a limited, nonexclusive, nontransferable, revocable license to use the Software, solely to access the Services. Your license to use the Software is automatically revoked if you violate these Terms in a manner that implicates our intellectual property rights. We hereby reserve all rights not expressly granted in these Terms. You must not reverse engineer or decompile the Software, nor attempt to do so, nor assist anyone else to do so. Our Services may update the Software on your device automatically when a new version is available. Our pause syncing feature pauses syncing of your files, but may not cease all data transfer, so you should exit the desktop client if you’d like to stop data transfer.
-
-Dropbox Property and Feedback
-These terms do not grant you any right, title, or interest in the Services, Software, or the content in the Services. While we appreciate it when users send us feedback, please be aware that we may use any feedback, comments, or suggestions you send us or post in our forums without any obligation to you. The Software and other technology we use to provide the Services are protected by copyright, trademark, and other laws of both the United States and foreign countries. These Terms do not grant you any rights to use the Dropbox trademarks, logos, domain names, or other brand features.
-
-Acceptable Use Policy
-You will not, and will not to attempt to, misuse the Services, and will use the Services only in a manner consistent with the Dropbox Acceptable Use Policy.
-
-Copyright
-Dropbox respects others’ intellectual property and asks that you do too. We will respond to notices of alleged copyright infringement if they comply with the law and are properly provided to us. Such notices should be reported using our DMCA Process. We reserve the right to delete or disable content alleged to be infringing and to terminate repeat infringers. Our designated agent for notice of alleged copyright infringement on the Services is:
-
-Copyright Agent
-Dropbox Inc.
-760 Market Street #1150
-San Francisco, CA 94102
-copyright@dropbox.com
-Other Content
-The Services may contain links to third-party websites or resources. Dropbox does not endorse and is not responsible or liable for their availability, accuracy, the related content, products, or services. You are solely responsible for your use of any such websites or resources. Also, if we provide you with any software under an open source license, there may be provisions in those licenses that expressly conflict with these Terms, in which case the open source provisions will apply.
-
-Termination
-Though we’d much rather you stay, you can stop using our Services any time. We reserve the right to suspend or end the Services at any time, with or without cause, and with or without notice. For example, we may suspend or terminate your use if you are not complying with these Terms, or use the Services in any way that would cause us legal liability or disrupt others’ use of the Services. If we suspend or terminate your use, we will try to let you know in advance and help you retrieve data, though there may be some cases (for example, repeatedly or flagrantly violating these Terms, a court order, or danger to other users) where we may suspend immediately.
-
-Dropbox is Available “AS-IS”
-Though we want to provide a great service, there are certain things about the service we can’t promise. For example, THE SERVICES AND SOFTWARE ARE PROVIDED “AS IS”, AT YOUR OWN RISK, WITHOUT EXPRESS OR IMPLIED WARRANTY OR CONDITION OF ANY KIND. WE ALSO DISCLAIM ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. (We are not shouting- it’s just that these disclaimers are really important, so we want to highlight them). Dropbox will have no responsibility for any harm to your computer system, loss or corruption of data, or other harm that results from your access to or use of the Services or Software. Some states do not allow the types of disclaimers in this paragraph, so they may not apply to you.
-
-Limitation of Liability
-TO THE FULLEST EXTENT PERMITTED BY LAW, IN NO EVENT WILL DROPBOX, ITS AFFILIATES, OFFICERS, EMPLOYEES, AGENTS, SUPPLIERS OR LICENSORS BE LIABLE FOR (A) ANY INDIRECT, SPECIAL, INCIDENTAL, PUNITIVE, EXEMPLARY OR CONSEQUENTIAL (INCLUDING LOSS OF USE, DATA, BUSINESS, OR PROFITS) DAMAGES, REGARDLESS OF LEGAL THEORY, WHETHER OR NOT DROPBOX HAS BEEN WARNED OF THE POSSIBILITY OF SUCH DAMAGES, AND EVEN IF A REMEDY FAILS OF ITS ESSENTIAL PURPOSE; (B) AGGREGATE LIABILITY FOR ALL CLAIMS RELATING TO THE SERVICES MORE THAN THE GREATER OF $20 OR THE AMOUNTS PAID BY YOU TO DROPBOX FOR THE PAST THREE MONTHS OF THE SERVICES IN QUESTION. Some states do not allow the types of limitations in this paragraph, so they may not apply to you.
-
-Export Restrictions
-The export and re-export of the Software may be controlled by the United States Export Administration Regulations. The Software may not be used in Cuba; Iran; North Korea; Sudan; or Syria or any country that is subject to an embargo by the United States. If you are a resident or national of, or a business located in, any of those countries, you may not download or use the Software. In addition, the Software may not be distributed to persons on the Table of Denial Orders; the Entity List; or the List of Specially Designated Nationals.
-
-Modifications
-We may revise these Terms from time to time and the most current version will always be posted on our website. If a revision, in our sole discretion, is material we will notify you (for example via email to the email address associated with your account). Other changes may be posted to our blog or terms page, so please check those pages regularly. By continuing to access or use the Services after revisions become effective, you agree to be bound by the revised Terms. If you do not agree to the new terms, please stop using the Services.
-
-Miscellaneous Legal Terms
-THESE TERMS AND THE USE OF THE SERVICES AND SOFTWARE WILL BE GOVERNED BY CALIFORNIA LAW EXCEPT FOR ITS CONFLICTS OF LAWS PRINCIPLES. ALL CLAIMS ARISING OUT OF OR RELATING TO THESE TERMS OR THE SERVICES OR SOFTWARE MUST BE LITIGATED EXCLUSIVELY IN THE FEDERAL OR STATE COURTS OF SAN FRANCISCO COUNTY, CALIFORNIA, AND BOTH PARTIES CONSENT TO VENUE AND PERSONAL JURISDICTION THERE. These Terms constitute the entire and exclusive agreement between you and Dropbox with respect to the Services, and supersede and replace any other agreements, terms and conditions applicable to the Services. These Terms create no third party beneficiary rights. Dropbox’s failure to enforce a provision is not a waiver of its right to do so later. If a provision is found unenforceable the remaining provisions of the Agreement will remain in full effect and an enforceable term will be substituted reflecting our intent as closely as possible. You may not assign any of your rights in these Terms, and any such attempt is void, but Dropbox may assign its rights to any of its affiliates or subsidiaries, or to any successor in interest of any business associated with the Services. Dropbox and you are not legal partners or agents; instead, our relationship is that of independent contractors.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/eschalon-book-1-demo b/sdk_container/src/third_party/portage-stable/licenses/eschalon-book-1-demo
deleted file mode 100644
index b61ef5a84db..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/eschalon-book-1-demo
+++ /dev/null
@@ -1,48 +0,0 @@
-END USER LICENSE AGREEMENT
-Software License Agreement for the Eschalon: Book I demo
-
-IMPORTANT- PLEASE READ CAREFULLY: BY INSTALLING THE SOFTWARE, COPYING THE SOFTWARE, AND/OR USING THE SOFTWARE, YOU (EITHER ON BEHALF OF YOURSELF AS AN INDIVIDUAL OR ON BEHALF OF AN ENTITY AS ITS AUTHORIZED REPRESENTATIVE) AGREE TO ALL OF THE TERMS OF THIS END USER LICENSE AGREEMENT ('AGREEMENT') REGARDING YOUR USE OF THE SOFTWARE. IF YOU DO NOT AGREE WITH ALL OF THE TERMS OF THIS AGREEMENT, CLICK ON THE 'CANCEL' BUTTON. THIS WILL CANCEL THE INSTALLATION.
-
-1. GRANT OF LICENSE
-Subject to the terms below, Basilisk Games, Inc. hereby grants you a non-exclusive, non-transferable license to install and to use Eschalon: Book I demo ('Software').
-
-Under this license, you may: (i) install and use the demo version of the Software on as many computers as you want.
-
-Whether you are licensing the Software as an individual or on behalf of an entity, you may not: (i) reverse engineer, decompile, or disassemble the Software or attempt to discover the source code; (ii) modify, or create derivative works based upon, the Software in whole or in part without the express written consent of Basilisk Games, Inc.; (iii) remove any proprietary notices or labels on the Software; (iv) resell, lease, rent, transfer, sublicense, or otherwise transfer rights to the Software; (v) in any other manner and through any medium whatsoever commercially exploit the Software or use the Software for any commercial purpose.
-
-1.1. DEMO VERSION LICENSE.
-You may distribute copies of the demo version of the Software freely to other users, provided that any copy must contain the original, unaltered files and proprietary notices. You may not distribute modifications to the demo version. This includes but is not limited to new or modified models, sounds, music, quests, classes, items, skills, monsters, UI, levels, effects, textures, stories, and/or database changes.
-
-2. INTELLECTUAL PROPERTY RIGHTS.
-You acknowledge that no title to the intellectual property in the Software is transferred to you. Title, ownership, rights, and intellectual property rights in and to the Software shall remain that of Basilisk Games, Inc. The Software is protected by copyright and patent laws of the United States and international treaties.
-
-3. DISCLAIMER OF WARRANTY.
-YOU AGREE THAT Basilisk Games, Inc. HAS MADE NO EXPRESS WARRANTIES, ORAL OR WRITTEN, TO YOU REGARDING THE PRODUCTS AND THAT THE PRODUCTS ARE BEING PROVIDED TO YOU 'AS IS' WITHOUT WARRANTY OF ANY KIND. Basilisk Games, Inc. DISCLAIMS ANY AND ALL OTHER WARRANTIES, WHETHER EXPRESSED, IMPLIED, OR STATUTORY. YOUR RIGHTS MAY VARY DEPENDING ON THE STATE IN WHICH YOU LIVE.
-Basilisk Games, Inc. SHALL NOT BE LIABLE FOR INDIRECT, INCIDENTAL, SPECIAL, COVER, RELIANCE, OR CONSEQUENTIAL DAMAGES RESULTING FROM THE USE OF THIS PRODUCT.
-
-4. LIMITATION OF LIABILITY.
-You use this program solely at your own risk.
-IN NO EVENT SHALL Basilisk Games, Inc. BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING BUT NOT LIMITED TO ANY LOSS, OR OTHER INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND ARISING OUT OF THE USE OF THE SOFTWARE, EVEN IF Basilisk Games, Inc. HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. IN NO EVENT WILL Basilisk Games, Inc. BE LIABLE FOR ANY CLAIM, WHETHER IN CONTRACT, TORT, OR ANY OTHER THEORY OF LIABILITY, EXCEED THE COST OF THE SOFTWARE. THIS LIMITATION SHALL APPLY TO CLAIMS OF PERSONAL INJURY TO THE EXTENT PERMITTED BY LAW.
-
-5. TERMINATION.
-This Agreement shall terminate automatically if you fail to comply with the limitations described in this Agreement. No notice shall be required to effectuate such termination. Upon termination, you must remove and destroy all copies of the Software.
-
-6. DISTRIBUTION.
-Basilisk Games, Inc. allows and encourages all web sites, on-line services, computing and/or game magazines, shareware vendors, CD-ROM vendors, and end-users to freely distribute the demo version of this Software. If you wish to distribute the demo version of this Software, you can obtain the most recent version from www.basiliskgames.com and it is not necessary to contact Basilisk Games, Inc. for authorization.
-
-7. MISCELLANEOUS:
-
-a. Severability.
-In the event of invalidity of any provision of this Agreement, the parties agree that such invalidity shall not affect the validity of the remaining portions of this Agreement.
-
-b. Export.
-You agree that you will not download, export, or re-export the Software in violation of United States or foreign export laws.
-
-c. Governing Law.
-This Agreement shall be governed by and construed in accordance with the laws of the State of Indiana, USA, without giving effect to (i) its conflict of laws provisions, or (ii) the United Nations Convention for Contracts for the International Sale of Goods. To the extent permitted by applicable law, any dispute arising under this Agreement or relating to the Software shall be resolved by a court of proper jurisdiction in Collin County, Indiana, United States.
-
-d. Entire Agreement.
-You agree that this is the entire agreement between you and Basilisk Games, Inc., which supersedes any prior agreement, whether written or oral, and all other communications between Basilisk Games, Inc. and you relating to the subject matter of this Agreement. However, Basilisk Games, Inc. reserves the right to modify the terms of this license from time to time and will post notice of changes somewhere on www.basiliskgames.com.
-
-e. Reservation of rights.
-All rights not expressly granted in this Agreement are reserved by Basilisk Games, Inc.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/eternal_lands b/sdk_container/src/third_party/portage-stable/licenses/eternal_lands
deleted file mode 100644
index 937db42934b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/eternal_lands
+++ /dev/null
@@ -1,60 +0,0 @@
-The Eternal Lands license is a slightly modified QTPL license (the QTPL license can be found here http://opensource.org/licenses/qtpl.php)
-
-The Eternal Lands Client Public License Version 1.0
-Copyright (C) 2003, Radu Privantu and Maura Privantu.
-Everyone is permitted to copy and distribute this license document.
-
-The intent of this license is to establish freedom to share and change the software regulated by this license under the open source model.
-
-Definitions:
-Software means the Source Code (or compiled binary) but does not include anything else.
-Binary Data means the art (2d, 3d, animations, sound, music, maps, stories, etc.) and anything that is not source or compiled code. The Binary Data is propietary, and should not be used without our permission.
-
-
-This license applies to any software containing a notice placed by the copyright holder saying that it may be distributed under the terms of the Eternal Lands Client Public License version 1.0. Such software is herein referred to as the Software. This license covers modification and distribution of the Software, use of third-party application programs based on the Software, and development of free software which uses the Software.
-
-Granted Rights
-1. You are granted the non-exclusive rights set forth in this license provided you agree to and comply with any and all conditions in this license. Whole or partial distribution of the Software, or software items that link with the Software, in any form signifies acceptance of this license.
-
-2. You may copy and distribute the Software in unmodified form provided that the entire package, including - but not restricted to - copyright, trademark notices and disclaimers, as released by the initial developer of the Software, is distributed.
-
-3. You may make modifications to the Software and distribute your modifications, in a form that is separate from the Software, such as patches. The following restrictions apply to modifications:
-
-a. Modifications must not alter or remove any copyright notices in the Software.
-
-b. When modifications to the Software are released under this license, a non-exclusive royalty-free right is granted to the initial developer of the Software to distribute your modification in future versions of the Software provided such versions remain available under these terms in addition to any other license(s) of the initial developer.
-
-c. You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
-
-4. You may distribute machine-executable forms of the Software or machine-executable forms of modified versions of the Software, provided that you meet these restrictions:
-
-a. You must include this license document in the distribution.
-
-b. You must ensure that all recipients of the machine-executable forms are also able to receive the complete machine-readable source code to the distributed Software, including all modifications, without any charge beyond the costs of data transfer, and place prominent notices in the distribution explaining this.
-
-c. You must ensure that all modifications included in the machine-executable forms are available under the terms of this license.
-
-5. You may use the original or modified versions of the Software to compile, link and run application programs legally developed by you or by others.
-
-6. You may develop application programs, reusable components and other software items that link with the original or modified versions of the Software. These items, when distributed, are subject to the following requirements:
-
-a. You must ensure that all recipients of machine-executable forms of these items are also able to receive and use the complete machine-readable source code to the items without any charge beyond the costs of data transfer.
-
-b. You must explicitly license all recipients of your items to use and re-distribute original and modified versions of the items in both machine-executable and source code forms. The recipients must be able to do so without any charges whatsoever, and they must be able to re-distribute to anyone they choose.
-
-c. If the items are not available to the general public, and the initial developer of the Software requests a copy of the items, then you must supply one.
-
-Restrictions:
-1. You are not allowed to use the Binary Data that comes with the Official Eternal Lands Client without our prior approval.
-2. You may not distribute our Binary Data in your modified versions, without our approval.
-3. You may not use our Trademarks (such as Eternal Lands(TM)) in modifed versions, without our approval. You can (and must) add a notice stating that the code is a Modified Version of the the Eternal Lands Official Client.
-4. You may not use modified versions to connect to the Eternal Lands server, without our approval.
-
-Limitations of Liability
-In no event shall the initial developers or copyright holders be liable for any damages whatsoever, including - but not restricted to - lost revenue or profits or other direct, indirect, special, incidental or consequential damages, even if they have been advised of the possibility of such damages, except to the extent invariable law, if any, provides otherwise.
-
-No Warranty
-The Software and this license document are provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-
-Choice of Law
-This license is governed by the Laws of Pennsylvania, USA.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/exljbris-free b/sdk_container/src/third_party/portage-stable/licenses/exljbris-free
deleted file mode 100644
index e925095c92c..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/exljbris-free
+++ /dev/null
@@ -1,19 +0,0 @@
-This agreement is *only* for the free fonts that can be downloaded *directly*
-from my site.
-
- * This font is free for personal and commercial use
- * The font file/software may be modified to suit design of system
- requirements, but strictly for your own (personal or commercial) use. You
- may not sell or distribute it
- * Embedding (in PDF's, Flash files and programs) is allowed
- * You may use this font for Font-Face embedding, but only if you put a link
- to www.exljbris.nl on your page and/or put this notice /* A font by Jos
- Buivenga (exljbris) -> www.exljbris.com */ in your CSS file as near as
- possible to the piece of code that declares the Font-Face embedding of
- this font.
- * This font may not be distributed or sold -not online nor on any media-
- without my permission
- * This font is and remains (even when modified) the intellectual property
- of Jos Buivenga
- * exljbris Font Foundry is not liable for any damage resulting from the use
- of this font
diff --git a/sdk_container/src/third_party/portage-stable/licenses/f.lux b/sdk_container/src/third_party/portage-stable/licenses/f.lux
deleted file mode 100644
index 1d4c6222751..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/f.lux
+++ /dev/null
@@ -1,117 +0,0 @@
-f.lux End User License Agreement
-
- BY CLICKING ON THE “ACCEPT” OR “DOWNLOAD” BUTTON, “YOU” (MEANING YOU
- PERSONALLY AND NOT A COMPANY OR OTHER CORPORATE ENTITY) ARE CONSENTING TO
- BE BOUND BY AND ARE BECOMING A PARTY TO THIS LICENSE AGREEMENT
- (“AGREEMENT”). IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS AGREEMENT,
- CLICK THE “CANCEL” BUTTON AND THE DOWNLOAD/INSTALLATION PROCESS WILL NOT
- CONTINUE. IF THESE TERMS ARE CONSIDERED AN OFFER, ACCEPTANCE IS EXPRESSLY
- LIMITED TO THESE TERMS.
-
- GRANT. Subject to your full compliance with all the terms of this
- Agreement, Flux Software LLC (“Company”) hereby grants you (and only you)
- a limited, personal, non-sublicensable, non-transferable, royalty-free,
- nonexclusive license to use internally the software that you are about to
- download or install (“Software”) only in accordance with the Company
- documentation that accompanies it. In addition to any compatible personal
- devices, you may download and install the Software on any compatible work
- device(s) provided that you (1) obtain all necessary permissions, consents
- and waivers from your employer to do so, (2) assume all risks and
- liabilities relating to the Software on such devices, and (3) require your
- employer to release Company from any and all liability to Company relating
- to the download, installation, or use of the Software.
-
- RESTRICTIONS. You may not (and agree not to, and not authorize or enable
- others to), directly or indirectly: (a) copy, distribute, redistribute,
- rent, lease, mirror, timeshare, operate a service bureau, or otherwise use
- for the benefit of a third party, the Software; (b) disassemble,
- decompile, attempt to discover the source code or structure, sequence and
- organization of, or otherwise reverse engineer, the Software (except to
- the extent applicable law prohibits restrictions on reverse engineering);
- (c) remove any proprietary notices from the Software; or (d) bundle the
- Software with any third party software, product or service. You understand
- that Company may modify or discontinue offering the Software at any time.
- For the avoidance of doubt, the foregoing restrictions apply to any
- company or corporate entity (or its affiliates or agents acting on its
- behalf) (each, an “Entity”) and no Entity shall download or install the
- Software for the purposes of mirroring or distributing it to its employees
- or otherwise.
-
- SUPPORT AND UPGRADES. This Agreement does not entitle you to any support,
- upgrades, patches, enhancements, or fixes for the Software (collectively,
- “Support”). The Software may automatically download and install updates
- from time to time on the device(s) that you have downloaded and installed
- the Software on. You agree to receive any such updates and any Support
- and/or updates for the Software that may be made available by Company
- shall become part of the Software and subject to this Agreement. The
- Company reserves the right in its sole discretion to cease the support of
- older versions of the Software.
-
- INDEMNITY. You shall indemnify and hold harmless Company from any claims,
- damages, liabilities, costs and fees (including reasonable attorney fees)
- arising from your use of the Software as well as from your failure to
- comply with any term of this Agreement.
-
- WARRANTY DISCLAIMER. YOU AGREE THAT YOU ARE USING THE SOFTWARE SOLELY AT
- YOUR OWN RISK. COMPANY PROVIDES THE SOFTWARE “AS IS” AND WITHOUT WARRANTY
- OF ANY KIND, AND COMPANY FOR ITSELF AND ITS PUBLISHERS AND LICENSORS
- HEREBY DISCLAIMS ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT
- LIMITATION WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
- PURPOSE, PERFORMANCE, ACCURACY, RELIABILITY, AND NON-INFRINGEMENT. YOU
- ACKNOWLEDGE THAT COMPANY EXPRESSLY DISCLAIMS USE OF THE SOFTWARE FOR ANY
- MEDICAL PURPOSE (INCLUDING, WITHOUT LIMITATION, THE DIAGNOSIS,
- EXAMINATION, OR TREATMENT OF ANY MEDICAL CONDITIONS). COMPANY DISCLAIMS
- ANY REPRESENTATIONS OR WARRANTIES REGARDING THE SOFTWARE MADE BY YOU OR
- ANY THIRD PARTY AND ANY SUCH REPRESENTATION OR WARRANTY IS NOT MADE ON
- COMPANY’S BEHALF. Company disclaims any and all liability to you, your
- employer, or any third party relating to the download, installation, or
- use of the Software in violation of the foregoing.
-
- LIMITATION OF LIABILITY. COMPANY SHALL NOT BE RESPONSIBLE OR LIABLE WITH
- RESPECT TO ANY SUBJECT MATTER OF THIS AGREEMENT UNDER ANY CONTRACT,
- NEGLIGENCE, STRICT LIABILITY OR OTHER THEORY (A) FOR LOSS OR INACCURACY OF
- DATA OR (EXCEPT FOR RETURN OF AMOUNTS, IF ANY, PAID TO COMPANY BY YOU
- HEREUNDER) COST OF PROCUREMENT OF SUBSTITUTE GOODS, SERVICES OR
- TECHNOLOGY, OR (B) FOR ANY INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES
- INCLUDING, BUT NOT LIMITED TO LOSS OF REVENUES AND LOSS OF PROFITS.
- COMPANY SHALL NOT BE RESPONSIBLE FOR ANY MATTER BEYOND ITS REASONABLE
- CONTROL. THE FOREGOING LIMITATIONS SHALL APPLY EVEN IF COMPANY SHALL HAVE
- BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW
- THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THE
- ABOVE LIMITATION AND EXCLUSION MAY NOT APPLY TO YOU.
-
- TERMINATION. You may terminate this Agreement and the license granted
- herein at any time by destroying or removing from all computers, networks,
- and storage media all copies of the Software. Company may terminate this
- Agreement and the license granted herein immediately if you breach any
- provision of this Agreement or at any time for any or no reason. Upon
- receiving notice of termination from Company you will destroy or remove
- from all computers, networks, and storage media all copies of the
- Software. Sections 2 through 8 shall survive termination of this
- Agreement.
-
- MISCELLANEOUS. You shall comply with all applicable export laws,
- restrictions and regulations in connection with your use of the Software,
- and will not export or re-export the Software in violation thereof. As
- defined in FAR section 2.101, DFAR section 252.227-7014(a)(1) and DFAR
- section 252.227-7014(a)(5) or otherwise, all Software and accompanying
- documentation provided by Company are “commercial items,” “commercial
- computer software” and/or “commercial computer software documentation.”
- Consistent with DFAR section 227.7202 and FAR section 12.212, any use,
- modification, reproduction, release, performance, display, disclosure or
- distribution thereof by or for the U.S. Government shall be governed
- solely by these terms and shall be prohibited except to the extent
- expressly permitted by these terms. This Agreement is personal to you and
- you shall not assign or transfer the Agreement or the Software to any
- third party under any circumstances; Company may assign or transfer this
- Agreement without consent. This Agreement represents the complete
- agreement concerning this license between the parties and supersedes all
- prior agreements and representations between them. It may be amended only
- by a writing executed by both parties. If any provision of this Agreement
- is held to be unenforceable for any reason, such provision shall be
- reformed only to the extent necessary to make it enforceable. This
- Agreement shall be governed by and construed under New York law without
- regard to any conflicts of law provisions thereof.
-
- Email for further information: support@justgetflux.com
- Copyright f.lux Software LLC 2008-2018
diff --git a/sdk_container/src/third_party/portage-stable/licenses/fairuse b/sdk_container/src/third_party/portage-stable/licenses/fairuse
deleted file mode 100644
index 578d2799e8c..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/fairuse
+++ /dev/null
@@ -1,5 +0,0 @@
-It is believed that some uses of copyrighted material, e.g. short
-quotations, may qualify as "fair use" under United States copyright law.
-
-Note, however, that there is no world-wide principle of fair use; what
-kinds of use are considered "fair" varies from country to country.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/fasta b/sdk_container/src/third_party/portage-stable/licenses/fasta
deleted file mode 100644
index 30982d8e962..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/fasta
+++ /dev/null
@@ -1,26 +0,0 @@
- Copyright 1988, 1991, 1992, 1993, 1994 1995, by William
- R. Pearson and the University of Virginia. All rights
- reserved. The FASTA program and documentation may not be sold or
- incorporated into a commercial product, in whole or in part,
- without written consent of William R. Pearson and the University
- of Virginia. For further information regarding permission for
- use or reproduction, please contact:
-
- David Hudson
- Assistant Provost for Research
- University of Virginia
- P.O. Box 400301
- Charlottesville, VA 22906-9025
-
- (434) 924-3606
-
- Code in the smith_waterman_sse2.c and smith_waterman_sse2.h files
- is copyright (c) 2006 by Michael Farrar.
-
- This program may not be sold or incorporated into a commercial
- product, in whole or in part, without written consent of Michael
- Farrar. For further information regarding permission for use or
- reproduction, please contact: Michael Farrar at
- farrar.michael@gmail.com.
-
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/feh b/sdk_container/src/third_party/portage-stable/licenses/feh
deleted file mode 100644
index 6c615ea078e..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/feh
+++ /dev/null
@@ -1,22 +0,0 @@
-Copyright (c)
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies of the Software and its documentation and
-acknowledgment shall be given in the documentation and software
-packages that this Software was used.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
-OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/finchtv b/sdk_container/src/third_party/portage-stable/licenses/finchtv
deleted file mode 100644
index ccdf78e4806..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/finchtv
+++ /dev/null
@@ -1,12 +0,0 @@
-License Agreement
-
-
-License Grant. Subject to the terms and conditions of this agreement, Geospiza grants the user "the Customer" a perpetual, nontransferable, nonexclusive license to use FinchTV "the Software". The Customer may not sell unauthorized copies of the Software without Geospiza's permission. This agreement does not obligate Geospiza to provide the Customer with updates or enhancements to the Software or future versions of the Software.
-
-Title. Geospiza retains ownership of all of Geospiza's existing copyright, trade secret, patent, trademark, and any other proprietary rights (collectively "Geospiza intellectual property rights") in and to the Software, including all modifications or improvements. Customer acknowledges that it receives only a license to use the Server and Software under this agreement.
-
-Additional Restrictions. Customer will not modify or change the Software without Geospiza's prior written consent. Customer will not decompile, disassemble, or otherwise reverse engineer the Software. Customer agrees that it will not use, disclose, or otherwise communicate any information with respect to the Software that might reasonably be expected to enable copying of all or any portions of the Software. Customer agrees to take reasonable actions to prevent the disclosure to third parties of any information identified by Geospiza as Geospiza confidential or proprietary information.
-
-Warranties, Limitation of Liability, and Indemnification. The Software will be delivered to the Customer "as is." GEOSPIZA MAKES NO WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING WARRANTIES AS TO MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Geospiza will not be liable for special, punitive, indirect, incidental or consequential damages under this agreement whether arising from contract or negligence. In no event will Geospiza's liability to Customer under any claim exceed the total amount paid to Geospiza by Customer under this agreement. No claim or action relating to this agreement may be instituted more than two (2) years after the event giving rise to such action or claim.
-
-General Provisions. Washington state law will govern this agreement. A determination that any provision of this Agreement is invalid, illegal, or unenforceable will not affect the enforceability of any other provision. Neither party will be deemed an agent of the other party for any purpose and the relationship between the parties will only be that of independent contractors. Customer agrees that it will comply with all applicable United States export regulations. Customer further acknowledges that portions of the Software may have been developed using funding from the United States Government. This Agreement is subject to the limited rights granted to the Government in the funding agreement. Any Software supplied directly to the United States Government is classified as "restricted computer software" as defined by section 52.227-19 of the FAR and section 252.227-7013 of the DFARS. All notices and other communications required under this agreement will be in writing and deemed to have been received when personally delivered or when deposited in the United States mail sent registered mail by first-class postage prepaid, addressed as set forth at the beginning of this agreement.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/flexmock b/sdk_container/src/third_party/portage-stable/licenses/flexmock
deleted file mode 100644
index 8aeac8ad0c3..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/flexmock
+++ /dev/null
@@ -1,6 +0,0 @@
-Copyright 2003-2012 by Jim Weirich (jim.weirich@gmail.com).
-All rights reserved.
-
-Permission is granted for use, copying, modification, distribution,
-and distribution of modified versions of this work as long as the
-above copyright notice is included.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/fmdrv b/sdk_container/src/third_party/portage-stable/licenses/fmdrv
deleted file mode 100644
index 1748c70a644..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/fmdrv
+++ /dev/null
@@ -1,7 +0,0 @@
-No warranty. You are free to modify this source and to
-distribute the modified sources, as long as you keep the
-existing copyright messages intact and as long as you
-remember to add your own copyright markings.
-You are not allowed to distribute the program or modified versions
-of the program without including the source code (or a reference to
-the publicly available source) and this notice with it.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/fping b/sdk_container/src/third_party/portage-stable/licenses/fping
deleted file mode 100644
index 4210b35151f..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/fping
+++ /dev/null
@@ -1,15 +0,0 @@
-
-/*
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by Stanford University. The name of the University may not be used
- * to endorse or promote products derived from this software without
- * specific prior written permission.
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- */
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/free-noncomm b/sdk_container/src/third_party/portage-stable/licenses/free-noncomm
deleted file mode 100644
index 9171211a186..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/free-noncomm
+++ /dev/null
@@ -1 +0,0 @@
-Free for non-commercial use. Commercial users must contact the authors.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/freetts b/sdk_container/src/third_party/portage-stable/licenses/freetts
deleted file mode 100644
index 3db66108b6f..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/freetts
+++ /dev/null
@@ -1,30 +0,0 @@
-Portions Copyright 2001,2002 Sun Microsystems, Inc.
-Portions Copyright 1999-2001 Language Technologies Institute,
-Carnegie Mellon University.
-All Rights Reserved. Use is subject to license terms.
-
-Permission is hereby granted, free of charge, to use and distribute
-this software and its documentation without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of this work, and to
-permit persons to whom this work is furnished to do so, subject to
-the following conditions:
-
- 1. The code must retain the above copyright notice, this list of
- conditions and the following disclaimer.
- 2. Any modifications must be clearly marked as such.
- 3. Original authors' names are not deleted.
- 4. The authors' names are not used to endorse or promote products
- derived from this software without specific prior written
- permission.
-
-SUN MICROSYSTEMS, INC., CARNEGIE MELLON UNIVERSITY AND THE
-CONTRIBUTORS TO THIS WORK DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
-SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
-FITNESS, IN NO EVENT SHALL SUN MICROSYSTEMS, INC., CARNEGIE MELLON
-UNIVERSITY NOR THE CONTRIBUTORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
-CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
-USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
-OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-PERFORMANCE OF THIS SOFTWARE.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/frozenbyte-eula b/sdk_container/src/third_party/portage-stable/licenses/frozenbyte-eula
deleted file mode 100644
index fbad33fb7e2..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/frozenbyte-eula
+++ /dev/null
@@ -1,37 +0,0 @@
-END USER LICENSE AGREEMENT (ENGLISH)
-
-Please read the following End User License Agreement carefully. By proceeding
-with the installation, you agree to be bound by the terms of this agreement.
-If you do not accept, please quit the installer and do not install the game.
-
-The game and related software (collectively the "Software") is the copyrighted
-work of Frozenbyte Ltd, and Alternative Games Ltd, except where otherwise noted.
-All Rights Reserved. All use of the Software is governed by the terms of this
-End User License Agreement. You are only allowed to use the Software for your
-own use. Any use, reproduction or redistribution of the Software not expressly
-stated herein or in other associated documentation, is strictly prohibited.
-
-The Software is provided "as-is", without any warranty. To maximum extent
-permitted by the applicable law, in no event shall Frozenbyte or Alternative
-Games or any of the component manufacturers or licensors be held liable for
-any damages arising from the use of or malfunction of the Software.
-
-You are allowed to install the Software on one computer only. You are allowed
-to create one backup copy of the media disc or installation files. All other
-activities are forbidden. Furthermore, you are explicitly not allowed to
-decompile, reproduce, reverse engineer or in other way disassemble the Software
-or any of its components, or redistribute or export the Software or its
-components in a way that would result in violation of any regulations or laws,
-and specifically the U.S. export laws.
-
-Frozenbyte retains the right to alter and modify these license terms in any way
-at any time.
-
-By installing or otherwise using this Software, you acknowledge to have read and
-understood the terms in this agreement and agree to be bound by these terms. If
-you do not agree with the terms, cancel the installation.
-
-Frozenbyte Ltd.
-Alternative Games Ltd.
-
-http://www.frozenbyte.com
diff --git a/sdk_container/src/third_party/portage-stable/licenses/gSOAP b/sdk_container/src/third_party/portage-stable/licenses/gSOAP
deleted file mode 100644
index 4ce2da1fe3d..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/gSOAP
+++ /dev/null
@@ -1,413 +0,0 @@
- gSOAP Public License
-
- Version 1.3a
-
- The gSOAP public license is derived from the Mozilla Public License
- (MPL1.1). The sections that were deleted from the original MPL1.1 text
- are 1.0.1, 2.1.(c),(d), 2.2.(c),(d), 8.2.(b), 10, and 11. Section 3.8
- was added. The modified sections are 2.1.(b), 2.2.(b), 3.2
- (simplified), 3.5 (deleted the last sentence), and 3.6 (simplified).
-
-1 DEFINITIONS.
-
- 1.0.1.
- 1.1. "Contributor"
- means each entity that creates or contributes to the creation of
- Modifications.
- 1.2. "Contributor Version"
- means the combination of the Original Code, prior Modifications
- used by a Contributor, and the Modifications made by that
- particular Contributor.
- 1.3. "Covered Code"
- means the Original Code, or Modifications or the combination of
- the Original Code, and Modifications, in each case including
- portions thereof.
- 1.4. "Electronic Distribution Mechanism"
- means a mechanism generally accepted in the software development
- community for the electronic transfer of data.
- 1.5. "Executable"
- means Covered Code in any form other than Source Code.
- 1.6. "Initial Developer"
- means the individual or entity identified as the Initial
- Developer in the Source Code notice required by Exhibit A.
- 1.7. "Larger Work"
- means a work which combines Covered Code or portions thereof
- with code not governed by the terms of this License.
- 1.8. "License"
- means this document.
- 1.8.1. "Licensable"
- means having the right to grant, to the maximum extent possible,
- whether at the time of the initial grant or subsequently
- acquired, any and all of the rights conveyed herein.
- 1.9. "Modifications"
- means any addition to or deletion from the substance or
- structure of either the Original Code or any previous
- Modifications. When Covered Code is released as a series of
- files, a Modification is:
- A.
- Any addition to or deletion from the contents of a file
- containing Original Code or previous Modifications.
- B.
- Any new file that contains any part of the Original Code,
- or previous Modifications.
- 1.10. "Original Code"
- means Source Code of computer software code which is described
- in the Source Code notice required by Exhibit A as Original
- Code, and which, at the time of its release under this License
- is not already Covered Code governed by this License.
- 1.10.1. "Patent Claims"
- means any patent claim(s), now owned or hereafter acquired,
- including without limitation, method, process, and apparatus
- claims, in any patent Licensable by grantor.
- 1.11. "Source Code"
- means the preferred form of the Covered Code for making
- modifications to it, including all modules it contains, plus any
- associated interface definition files, scripts used to control
- compilation and installation of an Executable, or source code
- differential comparisons against either the Original Code or
- another well known, available Covered Code of the Contributor's
- choice. The Source Code can be in a compressed or archival form,
- provided the appropriate decompression or de-archiving software
- is widely available for no charge.
- 1.12. "You" (or "Your")
- means an individual or a legal entity exercising rights under,
- and complying with all of the terms of, this License or a future
- version of this License issued under Section 6.1. For legal
- entities, "You" includes any entity which controls, is
- controlled by, or is under common control with You. For purposes
- of this definition, "control" means (a) the power, direct or
- indirect, to cause the direction or management of such entity,
- whether by contract or otherwise, or (b) ownership of more than
- fifty percent (50%) of the outstanding shares or beneficial
- ownership of such entity.
-
-2 SOURCE CODE LICENSE.
-
- 2.1. The Initial Developer Grant.
- The Initial Developer hereby grants You a world-wide,
- royalty-free, non-exclusive license, subject to third party
- intellectual property claims:
- (a)
- under intellectual property rights (other than patent or
- trademark) Licensable by Initial Developer to use,
- reproduce, modify, display, perform, sublicense and
- distribute the Original Code (or portions thereof) with or
- without Modifications, and/or as part of a Larger Work; and
- (b)
- under patents now or hereafter owned or controlled by
- Initial Developer, to make, have made, use and sell ("offer
- to sell and import") the Original Code, Modifications, or
- portions thereof, but solely to the extent that any such
- patent is reasonably necessary to enable You to utilize,
- alone or in combination with other software, the Original
- Code, Modifications, or any combination or portions
- thereof.
- (c)
- (d)
- 2.2. Contributor Grant.
- Subject to third party intellectual property claims, each
- Contributor hereby grants You a world-wide, royalty-free,
- non-exclusive license
- (a)
- under intellectual property rights (other than patent or
- trademark) Licensable by Contributor, to use, reproduce,
- modify, display, perform, sublicense and distribute the
- Modifications created by such Contributor (or portions
- thereof) either on an unmodified basis, with other
- Modifications, as Covered Code and/or as part of a Larger
- Work; and
- (b)
- under patents now or hereafter owned or controlled by
- Contributor, to make, have made, use and sell ("offer to
- sell and import") the Contributor Version (or portions
- thereof), but solely to the extent that any such patent is
- reasonably necessary to enable You to utilize, alone or in
- combination with other software, the Contributor Version
- (or portions thereof).
- (c)
- (d)
-
-3 DISTRIBUTION OBLIGATIONS.
-
- 3.1. Application of License.
- The Modifications which You create or to which You contribute
- are governed by the terms of this License, including without
- limitation Section 2.2. The Source Code version of Covered Code
- may be distributed only under the terms of this License or a
- future version of this License released under Section 6.1, and
- You must include a copy of this License with every copy of the
- Source Code You distribute. You may not offer or impose any
- terms on any Source Code version that alters or restricts the
- applicable version of this License or the recipients' rights
- hereunder. However, You may include an additional document
- offering the additional rights described in Section 3.5.
- 3.2. Availability of Source Code.
- Any Modification created by You will be provided to the Initial
- Developer in Source Code form and are subject to the terms of
- the License.
- 3.3. Description of Modifications.
- You must cause all Covered Code to which You contribute to
- contain a file documenting the changes You made to create that
- Covered Code and the date of any change. You must include a
- prominent statement that the Modification is derived, directly
- or indirectly, from Original Code provided by the Initial
- Developer and including the name of the Initial Developer in (a)
- the Source Code, and (b) in any notice in an Executable version
- or related documentation in which You describe the origin or
- ownership of the Covered Code.
- 3.4. Intellectual Property Matters.
- (a) Third Party Claims.
- If Contributor has knowledge that a license under a third
- party's intellectual property rights is required to
- exercise the rights granted by such Contributor under
- Sections 2.1 or 2.2, Contributor must include a text file
- with the Source Code distribution titled "LEGAL" which
- describes the claim and the party making the claim in
- sufficient detail that a recipient will know whom to
- contact. If Contributor obtains such knowledge after the
- Modification is made available as described in Section 3.2,
- Contributor shall promptly modify the LEGAL file in all
- copies Contributor makes available thereafter and shall
- take other steps (such as notifying appropriate mailing
- lists or newsgroups) reasonably calculated to inform those
- who received the Covered Code that new knowledge has been
- obtained.
- (b) Contributor APIs.
- If Contributor's Modifications include an application
- programming interface and Contributor has knowledge of
- patent licenses which are reasonably necessary to implement
- that API, Contributor must also include this information in
- the LEGAL file.
- (c) Representations.
- Contributor represents that, except as disclosed pursuant
- to Section 3.4(a) above, Contributor believes that
- Contributor's Modifications are Contributor's original
- creation(s) and/or Contributor has sufficient rights to
- grant the rights conveyed by this License.
- 3.5. Required Notices.
- You must duplicate the notice in Exhibit A in each file of the
- Source Code. If it is not possible to put such notice in a
- particular Source Code file due to its structure, then You must
- include such notice in a location (such as a relevant directory)
- where a user would be likely to look for such a notice. If You
- created one or more Modification(s) You may add your name as a
- Contributor to the notice described in Exhibit A. You must also
- duplicate this License in any documentation for the Source Code
- where You describe recipients' rights or ownership rights
- relating to Covered Code. You may choose to offer, and to charge
- a fee for, warranty, support, indemnity or liability obligations
- to one or more recipients of Covered Code. However, You may do
- so only on Your own behalf, and not on behalf of the Initial
- Developer or any Contributor.
- 3.6. Distribution of Executable Versions.
- You may distribute Covered Code in Executable form only if the
- requirements of Section 3.1-3.5 have been met for that Covered
- Code. You may distribute the Executable version of Covered Code
- or ownership rights under a license of Your choice, which may
- contain terms different from this License, provided that You are
- in compliance with the terms of this License and that the
- license for the Executable version does not attempt to limit or
- alter the recipient's rights in the Source Code version from the
- rights set forth in this License. If You distribute the
- Executable version under a different license You must make it
- absolutely clear that any terms which differ from this License
- are offered by You alone, not by the Initial Developer or any
- Contributor. If you distribute executable versions containing
- Covered Code as part of a product, you must reproduce the notice
- in Exhibit B in the documentation and/or other materials
- provided with the product.
- 3.7. Larger Works.
- You may create a Larger Work by combining Covered Code with
- other code not governed by the terms of this License and
- distribute the Larger Work as a single product. In such a case,
- You must make sure the requirements of this License are
- fulfilled for the Covered Code.
- 3.8. Restrictions.
- You may not remove any product identification, copyright,
- proprietary notices or labels from gSOAP.
-
-4 INABILITY TO COMPLY DUE TO STATUTE OR REGULATION.
-
- If it is impossible for You to comply with any of the terms of this
- License with respect to some or all of the Covered Code due to statute,
- judicial order, or regulation then You must: (a) comply with the terms
- of this License to the maximum extent possible; and (b) describe the
- limitations and the code they affect. Such description must be included
- in the LEGAL file described in Section 3.4 and must be included with
- all distributions of the Source Code. Except to the extent prohibited
- by statute or regulation, such description must be sufficiently
- detailed for a recipient of ordinary skill to be able to understand it.
-
-5 APPLICATION OF THIS LICENSE.
-
- This License applies to code to which the Initial Developer has
- attached the notice in Exhibit A and to related Covered Code.
-
-6 VERSIONS OF THE LICENSE.
-
- 6.1. New Versions.
- Grantor may publish revised and/or new versions of the License
- from time to time. Each version will be given a distinguishing
- version number.
- 6.2. Effect of New Versions.
- Once Covered Code has been published under a particular version
- of the License, You may always continue to use it under the
- terms of that version. You may also choose to use such Covered
- Code under the terms of any subsequent version of the License.
- 6.3. Derivative Works.
- If You create or use a modified version of this License (which
- you may only do in order to apply it to code which is not
- already Covered Code governed by this License), You must (a)
- rename Your license so that the phrase "gSOAP" or any
- confusingly similar phrase do not appear in your license (except
- to note that your license differs from this License) and (b)
- otherwise make it clear that Your version of the license
- contains terms which differ from the gSOAP Public License.
- (Filling in the name of the Initial Developer, Original Code or
- Contributor in the notice described in Exhibit A shall not of
- themselves be deemed to be modifications of this License.)
-
-7 DISCLAIMER OF WARRANTY.
-
- COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS, IMPLIED OR STATUTORY,
- INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
- MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT
- OF THIRD PARTY INTELLECTUAL PROPERTY RIGHTS, AND ANY WARRANTY THAT MAY
- ARISE BY REASON OF TRADE USAGE, CUSTOM, OR COURSE OF DEALING. WITHOUT
- LIMITING THE FOREGOING, YOU ACKNOWLEDGE THAT THE SOFTWARE IS PROVIDED
- "AS IS" AND THAT THE AUTHORS DO NOT WARRANT THE SOFTWARE WILL RUN
- UNINTERRUPTED OR ERROR FREE. LIMITED LIABILITY THE ENTIRE RISK AS TO
- RESULTS AND PERFORMANCE OF THE SOFTWARE IS ASSUMED BY YOU. UNDER NO
- CIRCUMSTANCES WILL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT,
- INCIDENTAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES OF ANY KIND OR NATURE
- WHATSOEVER, WHETHER BASED ON CONTRACT, WARRANTY, TORT (INCLUDING
- NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, ARISING OUT OF OR IN ANY
- WAY RELATED TO THE SOFTWARE, EVEN IF THE AUTHORS HAVE BEEN ADVISED ON
- THE POSSIBILITY OF SUCH DAMAGE OR IF SUCH DAMAGE COULD HAVE BEEN
- REASONABLY FORESEEN, AND NOTWITHSTANDING ANY FAILURE OF ESSENTIAL
- PURPOSE OF ANY EXCLUSIVE REMEDY PROVIDED. SUCH LIMITATION ON DAMAGES
- INCLUDES, BUT IS NOT LIMITED TO, DAMAGES FOR LOSS OF GOODWILL, LOST
- PROFITS, LOSS OF DATA OR SOFTWARE, WORK STOPPAGE, COMPUTER FAILURE OR
- MALFUNCTION OR IMPAIRMENT OF OTHER GOODS. IN NO EVENT WILL THE AUTHORS
- BE LIABLE FOR THE COSTS OF PROCUREMENT OF SUBSTITUTE SOFTWARE OR
- SERVICES. YOU ACKNOWLEDGE THAT THIS SOFTWARE IS NOT DESIGNED FOR USE IN
- ON-LINE EQUIPMENT IN HAZARDOUS ENVIRONMENTS SUCH AS OPERATION OF
- NUCLEAR FACILITIES, AIRCRAFT NAVIGATION OR CONTROL, OR LIFE-CRITICAL
- APPLICATIONS. THE AUTHORS EXPRESSLY DISCLAIM ANY LIABILITY RESULTING
- FROM USE OF THE SOFTWARE IN ANY SUCH ON-LINE EQUIPMENT IN HAZARDOUS
- ENVIRONMENTS AND ACCEPTS NO LIABILITY IN RESPECT OF ANY ACTIONS OR
- CLAIMS BASED ON THE USE OF THE SOFTWARE IN ANY SUCH ON-LINE EQUIPMENT
- IN HAZARDOUS ENVIRONMENTS BY YOU. FOR PURPOSES OF THIS PARAGRAPH, THE
- TERM "LIFE-CRITICAL APPLICATION" MEANS AN APPLICATION IN WHICH THE
- FUNCTIONING OR MALFUNCTIONING OF THE SOFTWARE MAY RESULT DIRECTLY OR
- INDIRECTLY IN PHYSICAL INJURY OR LOSS OF HUMAN LIFE. THIS DISCLAIMER OF
- WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY
- COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
-
-8 TERMINATION.
-
- 8.1.
- This License and the rights granted hereunder will terminate
- automatically if You fail to comply with terms herein and fail
- to cure such breach within 30 days of becoming aware of the
- breach. All sublicenses to the Covered Code which are properly
- granted shall survive any termination of this License.
- Provisions which, by their nature, must remain in effect beyond
- the termination of this License shall survive.
- 8.2.
- 8.3.
- If You assert a patent infringement claim against Participant
- alleging that such Participant's Contributor Version directly or
- indirectly infringes any patent where such claim is resolved
- (such as by license or settlement) prior to the initiation of
- patent infringement litigation, then the reasonable value of the
- licenses granted by such Participant under Sections 2.1 or 2.2
- shall be taken into account in determining the amount or value
- of any payment or license.
- 8.4.
- In the event of termination under Sections 8.1 or 8.2 above, all
- end user license agreements (excluding distributors and
- resellers) which have been validly granted by You or any
- distributor hereunder prior to termination shall survive
- termination.
-
-9 LIMITATION OF LIABILITY.
-
- UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
- (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
- DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
- OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY
- INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
- CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
- WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
- COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
- INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
- LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
- RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
- PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
- EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS
- EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
-
-10 U.S. GOVERNMENT END USERS.
-
-11 MISCELLANEOUS.
-
-12 RESPONSIBILITY FOR CLAIMS.
-
- As between Initial Developer and the Contributors, each party is
- responsible for claims and damages arising, directly or indirectly, out
- of its utilization of rights under this License and You agree to work
- with Initial Developer and Contributors to distribute such
- responsibility on an equitable basis. Nothing herein is intended or
- shall be deemed to constitute any admission of liability.
-
-EXHIBIT A.
-
- "The contents of this file are subject to the gSOAP Public License
- Version 1.3 (the "License"); you may not use this file except in
- compliance with the License. You may obtain a copy of the License at
-
- http://www.cs.fsu.edu/ engelen/soaplicense.html
-
- Software distributed under the License is distributed on an "AS IS"
- basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
- License for the specific language governing rights and limitations
- under the License.
-
- The Original Code of the gSOAP Software is: stdsoap.h, stdsoap2.h,
- stdsoap.c, stdsoap2.c, stdsoap.cpp, stdsoap2.cpp, soapcpp2.h,
- soapcpp2.c, soapcpp2_lex.l, soapcpp2_yacc.y, error2.h, error2.c,
- symbol2.c, init2.c, soapdoc2.html, and soapdoc2.pdf, httpget.h,
- httpget.c, stl.h, stldeque.h, stllist.h, stlvector.h, stlset.h.
-
- The Initial Developer of the Original Code is Robert A. van Engelen.
- Portions created by Robert A. van Engelen are Copyright (C) 2001-2004
- Robert A. van Engelen, Genivia inc. All Rights Reserved.
-
- Contributor(s):
- "________________________."
-
- [Note: The text of this Exhibit A may differ slightly form the text of
- the notices in the Source Code files of the Original code. You should
- use the text of this Exhibit A rather than the text found in the
- Original Code Source Code for Your Modifications.]
-
-EXHIBIT B.
-
- "Part of the software embedded in this product is gSOAP software.
-
- Portions created by gSOAP are Copyright (C) 2001-2007 Robert A. van
- Engelen, Genivia inc. All Rights Reserved.
-
- THE SOFTWARE IN THIS PRODUCT WAS IN PART PROVIDED BY GENIVIA INC AND
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
- STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
- IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE."
diff --git a/sdk_container/src/third_party/portage-stable/licenses/gSOAP-1.3b b/sdk_container/src/third_party/portage-stable/licenses/gSOAP-1.3b
deleted file mode 100644
index 2813c0c97f3..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/gSOAP-1.3b
+++ /dev/null
@@ -1,425 +0,0 @@
- gSOAP Public License
-
- Version 1.3b
-
-The gSOAP public license is derived from the Mozilla Public License
-(MPL1.1). The sections that were deleted from the original MPL1.1 text are
-1.0.1, 2.1.(c),(d), 2.2.(c),(d), 8.2.(b), 10, and 11. Section 3.8 was
-added. The modified sections are 2.1.(b), 2.2.(b), 3.2 (simplified), 3.5
-(deleted the last sentence), and 3.6 (simplified).
-
-THIS LICENSE COVERS limited parts of the gSOAP software package,
-specifically the gSOAP engine stdsoap, the engine plugins, and most of the
-examples.
-THIS LICENSE DOES NOT COVER the gSOAP tools soapcpp2 and wsdl2h located in
-gsoap/src and gsoap/wsdl, all code generated by the tools soapcpp2 and
-wsdl2h, the UDDI source code gsoap/uddi2, and the Web server sample source
-code samples/webserver. To use the gSOAP tools and their components
-commercially without defaulting to the GNU Public License v2 for gSOAP, a
-commercial license is required and can be obtained from www.genivia.com.
-
-1 DEFINITIONS.
-
- 1.0.1.
-
- 1.1. "Contributor" means each entity that creates or contributes to
- the creation of Modifications.
-
- 1.2. "Contributor Version" means the combination of the Original
- Code, prior Modifications used by a Contributor, and the Modifications
- made by that particular Contributor.
-
- 1.3. "Covered Code" means the Original Code, or Modifications or the
- combination of the Original Code, and Modifications, in each case
- including portions thereof.
-
- 1.4. "Electronic Distribution Mechanism" means a mechanism generally
- accepted in the software development community for the electronic
- transfer of data.
-
- 1.5. "Executable" means Covered Code in any form other than Source
- Code.
-
- 1.6. "Initial Developer" means the individual or entity identified
- as the Initial Developer in the Source Code notice required by Exhibit
- A.
-
- 1.7. "Larger Work" means a work which combines Covered Code or
- portions thereof with code not governed by the terms of this License.
-
- 1.8. "License" means this document.
-
- 1.8.1. "Licensable" means having the right to grant, to the maximum
- extent possible, whether at the time of the initial grant or
- subsequently acquired, any and all of the rights conveyed herein.
-
- 1.9. "Modifications" means any addition to or deletion from the
- substance or structure of either the Original Code or any previous
- Modifications. When Covered Code is released as a series of files, a
- Modification is:
-
- A. Any addition to or deletion from the contents of a file
- containing Original Code or previous Modifications.
-
- B. Any new file that contains any part of the Original Code, or
- previous Modifications.
-
- 1.10. "Original Code" means Source Code of computer software code
- which is described in the Source Code notice required by Exhibit A as
- Original Code, and which, at the time of its release under this
- License is not already Covered Code governed by this License.
-
- 1.10.1. "Patent Claims" means any patent claim(s), now owned or
- hereafter acquired, including without limitation, method, process,
- and apparatus claims, in any patent Licensable by grantor.
-
- 1.11. "Source Code" means the preferred form of the Covered Code for
- making modifications to it, including all modules it contains, plus
- any associated interface definition files, scripts used to control
- compilation and installation of an Executable, or source code
- differential comparisons against either the Original Code or another
- well known, available Covered Code of the Contributor's choice. The
- Source Code can be in a compressed or archival form, provided the
- appropriate decompression or de-archiving software is widely available
- for no charge.
-
- 1.12. "You" (or "Your") means an individual or a legal entity
- exercising rights under, and complying with all of the terms of, this
- License or a future version of this License issued under Section 6.1.
- For legal entities, "You" includes any entity which controls, is
- controlled by, or is under common control with You. For purposes of
- this definition, "control" means (a) the power, direct or indirect,
- to cause the direction or management of such entity, whether by
- contract or otherwise, or (b) ownership of more than fifty percent
- (50%) of the outstanding shares or beneficial ownership of such
- entity.
-
-2 SOURCE CODE LICENSE.
-
- 2.1. The Initial Developer Grant.
- The Initial Developer hereby grants You a world-wide, royalty-free,
- non-exclusive license, subject to third party intellectual property
- claims:
-
- (a) under intellectual property rights (other than patent or
- trademark) Licensable by Initial Developer to use, reproduce,
- modify, display, perform, sublicense and distribute the Original
- Code (or portions thereof) with or without Modifications, and/or
- as part of a Larger Work; and
-
- (b) under patents now or hereafter owned or controlled by Initial
- Developer, to make, have made, use and sell ("offer to sell and
- import") the Original Code, Modifications, or portions thereof,
- but solely to the extent that any such patent is reasonably
- necessary to enable You to utilize, alone or in combination with
- other software, the Original Code, Modifications, or any
- combination or portions thereof.
-
- (c)
-
- (d)
-
- 2.2. Contributor Grant.
- Subject to third party intellectual property claims, each Contributor
- hereby grants You a world-wide, royalty-free, non-exclusive license
-
- (a) under intellectual property rights (other than patent or
- trademark) Licensable by Contributor, to use, reproduce, modify,
- display, perform, sublicense and distribute the Modifications
- created by such Contributor (or portions thereof) either on an
- unmodified basis, with other Modifications, as Covered Code
- and/or as part of a Larger Work; and
-
- (b) under patents now or hereafter owned or controlled by
- Contributor, to make, have made, use and sell ("offer to sell and
- import") the Contributor Version (or portions thereof), but
- solely to the extent that any such patent is reasonably necessary
- to enable You to utilize, alone or in combination with other
- software, the Contributor Version (or portions thereof).
-
- (c)
-
- (d)
-
-3 DISTRIBUTION OBLIGATIONS.
-
- 3.1. Application of License.
- The Modifications which You create or to which You contribute are
- governed by the terms of this License, including without limitation
- Section 2.2. The Source Code version of Covered Code may be
- distributed only under the terms of this License or a future version
- of this License released under Section 6.1, and You must include a
- copy of this License with every copy of the Source Code You
- distribute. You may not offer or impose any terms on any Source Code
- version that alters or restricts the applicable version of this
- License or the recipients' rights hereunder. However, You may include
- an additional document offering the additional rights described in
- Section 3.5.
-
- 3.2. Availability of Source Code.
- Any Modification created by You shall be provided to the Initial
- Developer in Source Code form and are subject to the terms of the
- License.
-
- 3.3. Description of Modifications.
- You must cause all Covered Code to which You contribute to contain a
- file documenting the changes You made to create that Covered Code and
- the date of any change. You must include a prominent statement that
- the Modification is derived, directly or indirectly, from Original
- Code provided by the Initial Developer and including the name of the
- Initial Developer in (a) the Source Code, and (b) in any notice in an
- Executable version or related documentation in which You describe the
- origin or ownership of the Covered Code.
-
- 3.4. Intellectual Property Matters.
-
- (a) Third Party Claims.
- If Contributor has knowledge that a license under a third party's
- intellectual property rights is required to exercise the rights
- granted by such Contributor under Sections 2.1 or 2.2,
- Contributor must include a text file with the Source Code
- distribution titled "LEGAL" which describes the claim and the
- party making the claim in sufficient detail that a recipient will
- know whom to contact. If Contributor obtains such knowledge after
- the Modification is made available as described in Section 3.2,
- Contributor shall promptly modify the LEGAL file in all copies
- Contributor makes available thereafter and shall take other steps
- (such as notifying appropriate mailing lists or newsgroups)
- reasonably calculated to inform those who received the Covered
- Code that new knowledge has been obtained.
-
- (b) Contributor APIs.
- If Contributor's Modifications include an application programming
- interface and Contributor has knowledge of patent licenses which
- are reasonably necessary to implement that API, Contributor must
- also include this information in the LEGAL file.
-
- (c) Representations.
- Contributor represents that, except as disclosed pursuant to
- Section 3.4(a) above, Contributor believes that Contributor's
- Modifications are Contributor's original creation(s) and/or
- Contributor has sufficient rights to grant the rights conveyed by
- this License.
-
- 3.5. Required Notices.
- You must duplicate the notice in Exhibit A in each file of the Source
- Code. If it is not possible to put such notice in a particular Source
- Code file due to its structure, then You must include such notice in a
- location (such as a relevant directory) where a user would be likely
- to look for such a notice. If You created one or more Modification(s)
- You may add your name as a Contributor to the notice described in
- Exhibit A. You must also duplicate this License in any documentation
- for the Source Code where You describe recipients' rights or ownership
- rights relating to Covered Code. You may choose to offer, and to
- charge a fee for, warranty, support, indemnity or liability
- obligations to one or more recipients of Covered Code. However, You
- may do so only on Your own behalf, and not on behalf of the Initial
- Developer or any Contributor.
-
- 3.6. Distribution of Executable Versions.
- You may distribute Covered Code in Executable form only if the
- requirements of Section 3.1-3.5 have been met for that Covered Code.
- You may distribute the Executable version of Covered Code or ownership
- rights under a license of Your choice, which may contain terms
- different from this License, provided that You are in compliance with
- the terms of this License and that the license for the Executable
- version does not attempt to limit or alter the recipient's rights in
- the Source Code version from the rights set forth in this License. If
- You distribute the Executable version under a different license You
- must make it absolutely clear that any terms which differ from this
- License are offered by You alone, not by the Initial Developer or any
- Contributor. If you distribute executable versions containing Covered
- Code as part of a product, you must reproduce the notice in Exhibit B
- in the documentation and/or other materials provided with the product.
-
- 3.7. Larger Works.
- You may create a Larger Work by combining Covered Code with other code
- not governed by the terms of this License and distribute the Larger
- Work as a single product. In such a case, You must make sure the
- requirements of this License are fulfilled for the Covered Code.
-
- 3.8. Restrictions.
- You may not remove any product identification, copyright, proprietary
- notices or labels from gSOAP.
-
-4 INABILITY TO COMPLY DUE TO STATUTE OR REGULATION.
-
- If it is impossible for You to comply with any of the terms of this
- License with respect to some or all of the Covered Code due to
- statute, judicial order, or regulation then You must: (a) comply with
- the terms of this License to the maximum extent possible; and (b)
- describe the limitations and the code they affect. Such description
- must be included in the LEGAL file described in Section 3.4 and must
- be included with all distributions of the Source Code. Except to the
- extent prohibited by statute or regulation, such description must be
- sufficiently detailed for a recipient of ordinary skill to be able to
- understand it.
-
-5 APPLICATION OF THIS LICENSE.
-
- This License applies to code to which the Initial Developer has
- attached the notice in Exhibit A and to related Covered Code.
-
-6 VERSIONS OF THE LICENSE.
-
- 6.1. New Versions.
- Grantor may publish revised and/or new versions of the License from
- time to time. Each version will be given a distinguishing version
- number.
-
- 6.2. Effect of New Versions.
- Once Covered Code has been published under a particular version of the
- License, You may always continue to use it under the terms of that
- version. You may also choose to use such Covered Code under the terms
- of any subsequent version of the License.
-
- 6.3. Derivative Works.
- If You create or use a modified version of this License (which you may
- only do in order to apply it to code which is not already Covered Code
- governed by this License), You must (a) rename Your license so that
- the phrase "gSOAP" or any confusingly similar phrase do not appear in
- your license (except to note that your license differs from this
- License) and (b) otherwise make it clear that Your version of the
- license contains terms which differ from the gSOAP Public License.
- (Filling in the name of the Initial Developer, Original Code or
- Contributor in the notice described in Exhibit A shall not of
- themselves be deemed to be modifications of this License.)
-
-7 DISCLAIMER OF WARRANTY.
-
- COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS, IMPLIED OR STATUTORY,
- INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
- MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT
- OF THIRD PARTY INTELLECTUAL PROPERTY RIGHTS, AND ANY WARRANTY THAT MAY
- ARISE BY REASON OF TRADE USAGE, CUSTOM, OR COURSE OF DEALING. WITHOUT
- LIMITING THE FOREGOING, YOU ACKNOWLEDGE THAT THE SOFTWARE IS PROVIDED
- "AS IS" AND THAT THE AUTHORS DO NOT WARRANT THE SOFTWARE WILL RUN
- UNINTERRUPTED OR ERROR FREE. LIMITED LIABILITY THE ENTIRE RISK AS TO
- RESULTS AND PERFORMANCE OF THE SOFTWARE IS ASSUMED BY YOU. UNDER NO
- CIRCUMSTANCES WILL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT,
- INCIDENTAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES OF ANY KIND OR NATURE
- WHATSOEVER, WHETHER BASED ON CONTRACT, WARRANTY, TORT (INCLUDING
- NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, ARISING OUT OF OR IN ANY
- WAY RELATED TO THE SOFTWARE, EVEN IF THE AUTHORS HAVE BEEN ADVISED ON
- THE POSSIBILITY OF SUCH DAMAGE OR IF SUCH DAMAGE COULD HAVE BEEN
- REASONABLY FORESEEN, AND NOTWITHSTANDING ANY FAILURE OF ESSENTIAL
- PURPOSE OF ANY EXCLUSIVE REMEDY PROVIDED. SUCH LIMITATION ON DAMAGES
- INCLUDES, BUT IS NOT LIMITED TO, DAMAGES FOR LOSS OF GOODWILL, LOST
- PROFITS, LOSS OF DATA OR SOFTWARE, WORK STOPPAGE, COMPUTER FAILURE OR
- MALFUNCTION OR IMPAIRMENT OF OTHER GOODS. IN NO EVENT WILL THE AUTHORS
- BE LIABLE FOR THE COSTS OF PROCUREMENT OF SUBSTITUTE SOFTWARE OR
- SERVICES. YOU ACKNOWLEDGE THAT THIS SOFTWARE IS NOT DESIGNED FOR USE
- IN ON-LINE EQUIPMENT IN HAZARDOUS ENVIRONMENTS SUCH AS OPERATION OF
- NUCLEAR FACILITIES, AIRCRAFT NAVIGATION OR CONTROL, OR LIFE-CRITICAL
- APPLICATIONS. THE AUTHORS EXPRESSLY DISCLAIM ANY LIABILITY RESULTING
- FROM USE OF THE SOFTWARE IN ANY SUCH ON-LINE EQUIPMENT IN HAZARDOUS
- ENVIRONMENTS AND ACCEPTS NO LIABILITY IN RESPECT OF ANY ACTIONS OR
- CLAIMS BASED ON THE USE OF THE SOFTWARE IN ANY SUCH ON-LINE EQUIPMENT
- IN HAZARDOUS ENVIRONMENTS BY YOU. FOR PURPOSES OF THIS PARAGRAPH, THE
- TERM "LIFE-CRITICAL APPLICATION" MEANS AN APPLICATION IN WHICH THE
- FUNCTIONING OR MALFUNCTIONING OF THE SOFTWARE MAY RESULT DIRECTLY OR
- INDIRECTLY IN PHYSICAL INJURY OR LOSS OF HUMAN LIFE. THIS DISCLAIMER
- OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
- ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
-
-8 TERMINATION.
-
- 8.1. This License and the rights granted hereunder will terminate
- automatically if You fail to comply with terms herein and fail to cure
- such breach within 30 days of becoming aware of the breach. All
- sublicenses to the Covered Code which are properly granted shall
- survive any termination of this License. Provisions which, by their
- nature, must remain in effect beyond the termination of this License
- shall survive.
-
- 8.2.
-
- 8.3. If You assert a patent infringement claim against Participant
- alleging that such Participant's Contributor Version directly or
- indirectly infringes any patent where such claim is resolved (such as
- by license or settlement) prior to the initiation of patent
- infringement litigation, then the reasonable value of the licenses
- granted by such Participant under Sections 2.1 or 2.2 shall be taken
- into account in determining the amount or value of any payment or
- license.
-
- 8.4. In the event of termination under Sections 8.1 or 8.2 above,
- all end user license agreements (excluding distributors and resellers)
- which have been validly granted by You or any distributor hereunder
- prior to termination shall survive termination.
-
-9 LIMITATION OF LIABILITY.
-
- UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
- (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
- DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
- OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
- ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
- CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
- WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
- COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
- INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
- LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
- RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
- PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
- EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
- THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
-
-10 U.S. GOVERNMENT END USERS.
-
-11 MISCELLANEOUS.
-
-12 RESPONSIBILITY FOR CLAIMS.
-
- As between Initial Developer and the Contributors, each party is
- responsible for claims and damages arising, directly or indirectly,
- out of its utilization of rights under this License and You agree to
- work with Initial Developer and Contributors to distribute such
- responsibility on an equitable basis. Nothing herein is intended or
- shall be deemed to constitute any admission of liability.
-
-EXHIBIT A.
-
- "The contents of this file are subject to the gSOAP Public License
- Version 1.3 (the "License"); you may not use this file except in
- compliance with the License. You may obtain a copy of the License at
- http://www.cs.fsu.edu/ engelen/soaplicense.html
-
- Software distributed under the License is distributed on an "AS IS"
- basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
- License for the specific language governing rights and limitations
- under the License.
-
- The Original Code of the gSOAP Software is: stdsoap.h, stdsoap2.h,
- stdsoap.c, stdsoap2.c, stdsoap.cpp, stdsoap2.cpp, soapcpp2.h,
- soapcpp2.c, soapcpp2 lex.l, soapcpp2 yacc.y, error2.h, error2.c,
- symbol2.c, init2.c, soapdoc2.html, and soapdoc2.pdf, httpget.h,
- httpget.c, stl.h, stldeque.h, stllist.h, stlvector.h, stlset.h.
- The Initial Developer of the Original Code is Robert A. van Engelen.
- Portions created by Robert A. van Engelen are Copyright (C) 2001-2004
- Robert A. van Engelen, Genivia inc. All Rights Reserved.
- Contributor(s):
- "________________________."
-
- [Note: The text of this Exhibit A may differ slightly form the text of
- the notices in the Source Code files of the Original code. You should
- use the text of this Exhibit A rather than the text found in the
- Original Code Source Code for Your Modifications.]
-
-EXHIBIT B.
-
- "Part of the software embedded in this product is gSOAP software.
- Portions created by gSOAP are Copyright (C) 2001-2009 Robert A. van
- Engelen, Genivia inc. All Rights Reserved. THE SOFTWARE IN THIS
- PRODUCT WAS IN PART PROVIDED BY GENIVIA INC AND ANY EXPRESS OR IMPLIED
- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
- TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
- USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
- DAMAGE."
diff --git a/sdk_container/src/third_party/portage-stable/licenses/galaxyhack b/sdk_container/src/third_party/portage-stable/licenses/galaxyhack
deleted file mode 100644
index b1e2cd73f82..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/galaxyhack
+++ /dev/null
@@ -1,4 +0,0 @@
-The art and music are copyright of their respective authors, if you wish to
-copy/sell/use art from the game in any context other than GalaxyHack then you
-must find out who created the particular picture/audio file you wish to use and
-contact them to ask for their permission.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/gd b/sdk_container/src/third_party/portage-stable/licenses/gd
deleted file mode 100644
index 8a741fd9eaf..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/gd
+++ /dev/null
@@ -1,51 +0,0 @@
-Portions copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
-2002 by Cold Spring Harbor Laboratory. Funded under Grant
-P41-RR02188 by the National Institutes of Health.
-
-Portions copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 by
-Boutell.Com, Inc.
-
-Portions relating to GD2 format copyright 1999, 2000, 2001, 2002
-Philip Warner.
-
-Portions relating to PNG copyright 1999, 2000, 2001, 2002 Greg
-Roelofs.
-
-Portions relating to gdttf.c copyright 1999, 2000, 2001, 2002 John
-Ellson (ellson@lucent.com).
-
-Portions relating to gdft.c copyright 2001, 2002 John Ellson
-(ellson@lucent.com).
-
-Portions copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
-Pierre-Alain Joye (pierre@libgd.org).
-
-Portions relating to JPEG and to color quantization copyright 2000,
-2001, 2002, Doug Becker and copyright (C) 1994, 1995, 1996, 1997,
-1998, 1999, 2000, 2001, 2002, Thomas G. Lane. This software is
-based in part on the work of the Independent JPEG Group. See the
-file README-JPEG.TXT for more information.
-
-Portions relating to WBMP copyright 2000, 2001, 2002 Maurice
-Szmurlo and Johan Van den Brande.
-
-Permission has been granted to copy, distribute and modify gd in
-any context without fee, including a commercial application,
-provided that this notice is present in user-accessible supporting
-documentation.
-
-This does not affect your ownership of the derived work itself, and
-the intent is to assure proper credit for the authors of gd, not to
-interfere with your productive use of gd. If you have questions,
-ask. "Derived works" includes all programs that utilize the
-library. Credit must be given in user-accessible documentation.
-
-This software is provided "AS IS." The copyright holders disclaim
-all warranties, either express or implied, including but not
-limited to implied warranties of merchantability and fitness for a
-particular purpose, with respect to this code and accompanying
-documentation.
-
-Although their code does not appear in gd, the authors wish to thank
-David Koblas, David Rowley, and Hutchison Avenue Software Corporation
-for their prior contributions.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/geant4 b/sdk_container/src/third_party/portage-stable/licenses/geant4
deleted file mode 100644
index 3926c4ef681..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/geant4
+++ /dev/null
@@ -1,73 +0,0 @@
-Geant4 Software License
-Version 1.0, 28 June 2006
-
-Copyright (c) Copyright Holders of the Geant4 Collaboration, 1994-2006.
-See http://cern.ch/geant4/license for details on the copyright holders. All
-rights not expressly granted under this license are reserved.
-
-This software includes voluntary contributions made to Geant4.
-See http://cern.ch/geant4 for more information on Geant4.
-
-Installation, use, reproduction, display, modification and redistribution of
-this software, with or without modification, in source and binary forms, are
-permitted on a non-exclusive basis. Any exercise of rights by you under this
-license is subject to the following conditions:
-
-1. Redistributions of this software, in whole or in part, with or without
- modification, must reproduce the above copyright notice and these license
- conditions in this software, the user documentation and any other
- materials provided with the redistributed software.
-
-2. The user documentation,if any,included with a redistribution,must include
- the following notice:"This product includes software developed by Members
- of the Geant4 Collaboration ( http://cern.ch/geant4 )."
- If that is where third-party acknowledgments normally appear, this
- acknowledgment must be reproduced in the modified version of this
- software itself.
-
-3. The names "Geant4" and "The Geant4 toolkit" may not be used to endorse or
- promote software,or products derived therefrom, except with prior written
- permission by license@geant4.org. If this software is redistributed in
- modified form, the name and reference of the modified version must be
- clearly distinguishable from that of this software.
-
-4. You are under no obligation to provide anyone with any modifications of
- this software that you may develop,including but not limited to bug fixes,
- patches, upgrades or other enhancements or derivatives of the features,
- functionality or performance of this software. However, if you publish or
- distribute your modifications without contemporaneously requiring users
- to enter into a separate written license agreement, then you are deemed
- to have granted all Members and all Copyright Holders of the Geant4
- Collaboration a license to your modifications, including modifications
- protected by any patent owned by you,under the conditions of this license.
-
-5. You may not include this software in whole or in part in any patent or
- patent application in respect of any modification of this software
- developed by you.
-
-
-6. DISCLAIMER
-
- THIS SOFTWARE IS PROVIDED BY THE MEMBERS AND COPYRIGHT HOLDERS OF THE GEANT4
- COLLABORATION AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, OF
- SATISFACTORY QUALITY, AND FITNESS FOR A PARTICULAR PURPOSE OR USE ARE
- DISCLAIMED. THE MEMBERS OF THE GEANT4 COLLABORATION AND CONTRIBUTORS MAKE NO
- REPRESENTATION THAT THE SOFTWARE AND MODIFICATIONS THEREOF,WILL NOT INFRINGE
- ANY PATENT, COPYRIGHT, TRADE SECRET OR OTHER PROPRIETARY RIGHT.
-
-7. LIMITATION OF LIABILITY
-
- THE MEMBERS AND COPYRIGHT HOLDERS OF THE GEANT4 COLLABORATION AND
- CONTRIBUTORS SHALL HAVE NO LIABILITY FOR DIRECT,INDIRECT,SPECIAL, INCIDENTAL,
- CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE DAMAGES OF ANY CHARACTER INCLUDING,
- WITHOUT LIMITATION, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, LOSS OF USE,
- DATA OR PROFITS, OR BUSINESS INTERRUPTION, HOWEVER CAUSED AND ON ANY THEORY
- OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCT LIABILITY OR
- OTHERWISE, ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
- ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-8. This license shall terminate with immediate effect and without notice if
- you fail to comply with any of the terms of this license, or if you
- institute litigation against any Member or Copyright Holder of the Geant4
- Collaboration with regard to this software.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/geekbench b/sdk_container/src/third_party/portage-stable/licenses/geekbench
deleted file mode 100644
index c274c9ea501..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/geekbench
+++ /dev/null
@@ -1,158 +0,0 @@
-End User License Agreement
-
- Geekbench
-
- The Geekbench software application (“App”) that you are downloading is
- licensed, not sold, to you for use only under the terms of this EULA. You
- are agreeing to the provisions of this EULA by installing the App on your
- mobile device and using it. IF YOU DO NOT AGREE WITH ALL OF THESE TERMS,
- PLEASE UNINSTALL THE APP. IF YOU ARE ENTERING INTO THIS AGREEMENT ON
- BEHALF OF A COMPANY OR OTHER LEGAL ENTITY, YOU REPRESENT THAT YOU HAVE THE
- AUTHORITY TO BIND SUCH ENTITY TO THIS AGREEMENT, IN WHICH CASE THE TERMS
- “YOU” OR “YOUR” SHALL REFER TO SUCH ENTITY AND ALL APPLICABLE USERS. IF
- YOU DO NOT HAVE SUCH AUTHORITY, OR IF YOU DO NOT UNCONDITIONALLY AGREE TO
- ALL OF THE TERMS OF THIS AGREEMENT, PLEASE UNINSTALL THE APP.
-
- 1. Scope of License. Primate Labs Inc. (“Primate Labs”) grants you a
- limited, non-transferable, perpetual, revocable license for specific
- named user(s) (set forth in the ordering process) to use the App on
- devices that you own solely for personal testing and evaluation
- purposes (i.e., to generate benchmark results “Benchmark Results”),
- subject to the License Level (defined below) that you have selected.
- Primate Labs reserves all other rights in the App. You may not under
- any circumstances: (a) distribute or make the App available over a
- network where it could be used by multiple devices at the same time;
- (b) rent, lease, lend, sell, redistribute or sublicense the App; or
- (c) copy (except as expressly permitted by this EULA), decompile,
- reverse engineer, disassemble, attempt to derive the source code of,
- modify, or create derivative works of the App (except to the extent
- allowed by applicable law); The App is subject to the copyright and
- other intellectual property rights of Primate Labs, and any violation
- of this license is prohibited by law.
-
- Primate Labs offers three (3) different license levels with different
- functionalities (each a “License Level”), which may be selected upon
- order: (a) Geekbench Trial is a free trial license for specific named
- user(s) to use the App pursuant to the license scope above, which
- includes automatic upload of Benchmark Results (defined below) to
- Primate Labs’ website; (b) Geekbench License, a personal license for
- one (1) specific named user to use the App pursuant to the license
- scope above, solely for use with personally owned devices and not for
- use in, by or on behalf of a business or company, which includes
- additional functionality, including the ability to disable automatic
- uploads of Benchmark Results to Primate Labs’ website; and (c)
- Geekbench Pro License, a business license for specific named user(s)
- to use the App pursuant to the license scope above in connection with
- devices owned by a business or company. In each case, all licenses are
- restricted to use by the named individuals identified to Primate Labs
- at the time of order; you may change named users only with primate
- labs prior permission.
-
- 2. Benchmark Data: You agree that Primate Labs may collect and use
- technical data and related information, including but not limited to
- technical information about your device, system and application
- software, and peripherals, that is gathered periodically to facilitate
- the provision of software updates, product support and other services
- to you (if any) related to the App. Primate Labs may use this
- information, as long as it is in a form that does not personally
- identify you. Your use of the App will automatically result in the
- publication of your Benchmark Results on Primate Labs’ website. The
- Benchmark Results will not identify you but will identify, for
- example, the make and model of the device you are testing and
- evaluating with the App. Primate Labs shall have the right to use,
- create derivative works of, distribute and otherwise exploit the
- Benchmark Results.
-
- You represent and warrant that (a) you have all rights necessary to
- provide Primate Labs with the Benchmark Results, (b) you will not use
- the App on any pre-release (i.e., not generally available to the
- public) device or operating system unless you have the rights to
- authorize publication of the Benchmark Results related to such
- pre-release device or operating system as set forth in this Section 2,
- and (c) that your use of the App does not and will not exceed the
- license limitations for your applicable License Level.
-
- 3. Termination. The EULA is effective until terminated by you or Primate
- Labs. You may terminate this EULA by uninstalling the App from your
- device. This EULA will terminate automatically without notice if you
- fail to comply with any of its provisions. Upon termination, you must
- uninstall the App.
-
- 4. NO WARRANTY. PRIMATE LABS PROVIDES THE APP “AS IS” AND “AS AVAILABLE.”
- PRIMATE LABS HEREBY DISCLAIMS ALL EXPRESS OR IMPLIED REPRESENTATIONS
- AND WARRANTIES WITH RESPECT TO THE APP, INCLUDING THE IMPLIED
- WARRANTIES OF MERCHANTABILITY, OF SATISFACTORY QUALITY, OF FITNESS FOR
- A PARTICULAR PURPOSE, OF ACCURACY, OF QUIET ENJOYMENT, AND
- NON-INFRINGEMENT. PRIMATE LABS DOES NOT WARRANT AGAINST INTERFERENCE
- WITH YOUR ENJOYMENT OF THE APP, THAT THE APP WILL MEET YOUR
- REQUIREMENTS, THAT THE OPERATION OF THE APP WILL BE UNINTERRUPTED OR
- ERROR-FREE, OR THAT DEFECTS IN THE APP WILL BE CORRECTED. THESE
- DISCLAIMERS WILL APPLY TO THE EXTENT ALLOWED BY THE LAW OF THE
- APPLICABLE JURISDICTION.
-
- 5. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO
- EVENT SHALL PRIMATE LABS BE LIABLE FOR ANY INCIDENTAL, SPECIAL,
- INDIRECT OR CONSEQUENTIAL DAMAGES WHATSOEVER, INCLUDING DAMAGES FOR
- LOSS OF PROFITS, LOSS OF DATA, BUSINESS INTERRUPTION OR ANY OTHER
- COMMERCIAL DAMAGES OR LOSSES, ARISING OUT OF OR RELATED TO YOUR USE OR
- INABILITY TO USE THE APP, HOWEVER CAUSED, REGARDLESS OF THE THEORY OF
- LIABILITY (CONTRACT, TORT OR OTHERWISE) AND EVEN IF PRIMATE LABS HAS
- BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. IN ADDITION, IN NO
- EVENT SHALL PRIMATE LABS’ TOTAL LIABILITY TO YOU FOR ALL DAMAGES
- (OTHER THAN AS MAY BE REQUIRED BY APPLICABLE LAW IN CASES INVOLVING
- PERSONAL INJURY) EXCEED THE AMOUNT OF FIFTY DOLLARS ($50.00). THE
- FOREGOING LIMITATIONS WILL APPLY EVEN IF THE ABOVE STATED REMEDY FAILS
- OF ITS ESSENTIAL PURPOSE. SOME JURISDICTIONS DO NOT ALLOW THE
- LIMITATION OF LIABILITY FOR PERSONAL INJURY, OR OF INCIDENTAL OR
- CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY NOT APPLY TO YOU.
-
- 6. Export Compliance. You may not use or otherwise export or re-export
- the App except as authorized by United States law and the laws of the
- jurisdiction in which the App was obtained. In particular, but without
- limitation, the App may not be exported or re-exported into any U.S.
- embargoed countries or to anyone on the U.S. Treasury Department’s
- list of Specially Designated Nationals or the U.S. Department of
- Commerce Denied Person’s List or Entity List. By using the App, you
- represent and warrant that you are not located in any such country or
- on any such list. You also agree that you will not use the App for any
- purposes prohibited by United States law, including, without
- limitation, the development, design, manufacture or production of
- nuclear, missiles, or chemical or biological weapons.
-
- 7. Government Users. The App and related documentation are “Commercial
- Items”, as that term is defined at 48 C.F.R. §2.101, consisting of
- “Commercial Computer Software” and “Commercial Computer Software
- Documentation”, as such terms are used in 48 C.F.R. §12.212 or 48
- C.F.R. §227.7202, as applicable. Consistent with 48 C.F.R. §12.212 or
- 48 C.F.R. §227.7202-1 through 227.7202-4, as applicable, the
- Commercial Computer Software and Commercial Computer Software
- Documentation are being licensed to U.S. Government end users (a) only
- as Commercial Items and (b) with only those rights as are granted to
- all other end users pursuant to the terms and conditions herein.
- Unpublished rights are reserved under the copyright laws of the United
- States.
-
- 8. Indemnification. You hereby agree to indemnify, defend and hold
- harmless Primate Labs from and against any and all liability and costs
- (including, without limitation, attorneys’ fees and costs) incurred by
- Primate Labs in connection with any actual or alleged claim arising
- out of or in connection with: (a) your breach of the warranties in
- Section 2 and/or Primate Labs’ use and exploitation of the Benchmark
- Results (including automatic publication of the Benchmark Results if
- you have not selected to turn off that feature); (b) any breach or
- alleged breach by you of this EULA; (c) any breach or alleged breach
- by you of a third party’ s rights, including, without limitation, any
- intellectual property, privacy, confidentiality or publicity rights;
- or (d) any actual or alleged violation or non-compliance by you with
- any applicable law, rule or regulation.
-
- 9. Governing Law; Jurisdiction. The laws of the State of Oregon,
- excluding its conflicts of law rules, govern this EULA and your use of
- the App. The exclusive venue and jurisdiction for any and all
- disputes, claims and controversies arising from or relating to this
- EULA shall be the courts located in Oregon. You hereby party waive any
- objection (on the grounds of lack of jurisdiction, forum non
- conveniens or otherwise) to the exercise of such jurisdiction over it
- by any such courts. The United Nations Convention on Contracts for the
- International Sale of Goods will not apply to the interpretation or
- enforcement of this EULA.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/genymotion b/sdk_container/src/third_party/portage-stable/licenses/genymotion
deleted file mode 100644
index 376d0392103..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/genymotion
+++ /dev/null
@@ -1,329 +0,0 @@
-Terms and conditions of use GENYMOTION
-
-Definition of “end user”
-
-The end user shall be a single person represented by a unique username with the software installed on a single workstation. No other person may use the username crated by such person or the software granted under this license at any time for any purpose.
-
-
-
-Free VERSION AGREEMENT : Personal and private use only, exclusion of all other uses
-
-Binding agreement
-
-By acceptance of this end user license agreement, a legally binding contract and agreement, which sets forth the license and use rights for the software/application developed by GENYMOBILE, is created between the end user/licensee and GENYMOBILE, a corporation with an establishment in Paris (75004), 36, boulevard de Sébastopol.
-
-The end user or the licensee agrees that any time when he accesses, uses the software developed by GENYMOBILE or logs into the software/application of GENYMOBILE, it reaffirms its acceptance and express agreement under these conditions. If the licensee or the end user does not agree to all the terms, he is not authorized to access or use the software/application. By accepting these terms, the licensee or the end user has specifically taken note of all GENYMOBILE’s rights and intellectual property rights, as well as exclusions of responsibilities and guarantees.
-
-Warning: warranties and representations of the licensee
-
-Licensee and the end user are solely responsible for the use, application, and implementation, and all decisions related to the use, application, and implementation of the software/application developed by GENYMOBILE.
-
-License granted: Limited
-
-GENYMOBILE grants the end user or the licensee a non-transferable, non-sublicenseable, non-assignable, terminable, limited, and non-exclusive license to access and use the software application developed by GENYMOBILE.
-
-This license is granted to the end user only and exclusively in connection with personal use, the end user is an individual, and not a professional, who downloads the application for personal and private needs, excluding commercial and professional environment.
-
-The end user and the licensee do not have any right or license to, and will not, directly or indirectly, in any manner whatsoever:
-
-assign, transfer, sell, encumber or modify the software/application developed by GENYMOBILE or include this applicationin a product whatsoever,
-use or utilize this software/application for any purpose or in any manner that is illegal or in violation of any applicable law or rights of any third party,
-Generally speaking, all access, performance or use of the application except as expressly permitted by these terms and any use in accordance to GENYMOBILE’s purpose shall be deemed to be an infringement of GENYMOBILE’s intellectual property rights on its software/application and open all rights and remedies in connection with such infringement.
-
-No support and no guarantee
-
-GENYMOBILE is not required to provide or make available any support, maintenance, or other services to the end user or to the licensee.
-
-GENYMOBILE may, at any time, take down or shut down access the software/application developed for maintenance, repair, or for any reason whatsoever.
-
-GENYMOBILE makes no warranty with respect to the application developed including, without limitation, regarding the modifications and improvements.
-
-The applicationis provided « as is » and « where is ».
-
-GENYMOBILE provides no commitment, no warranty to the end user or licensee.
-
-GENYMOBILE disclaims:
-
-Any liability of any nature whatsoever,
-Any warranty and any support, maintenance or other service,
-Any warranty of merchantability, non-infringement, ownership, accuracy, reliability, interoperability with other software or applications,
-Any collateral security or quiet enjoyment or the use is not interrupted by virus or error-free, or that the end user will not meet errors,
-Any use that is consistent with security needs and specific requirements by the end user or licensee,
-Any warranty arising as a result of custom, usage or trade and those arising under Law.
-GENYMOBILE shall in no event be liable to the end user or licensee or any third party for any damages.
-
-Downtime
-
-GENYMOBILE may, from time to time, take down or shut down access to the software/application for maintenance, repair, or service as GENYMOBILEmay deem necessary in its sole discretion (« downtime »). The end user or licensee acknowledges that, during any downtime, he may not be able to access and use some or all parts of the software/application. GENYMOBILE may, but shall have no obligation to, make commercially reasonable efforts to notify to the end user or licensee in advance of such downtime, for example by displaying a notice during access of the software/application.
-
-GENYMOBILE will make commercially reasonable efforts to keep the downtime to a minimum, but in no event GENYMOBILE shall be liable for such downtime.
-
-Ownership
-
-GENYMOBILE owns and retains all rights to:
-
-the software/application she has developed and all modifications and improvements,
-any trademarks, domain names, patents, software, copyrights, trade name and trade secret rights belonging to her, and other intellectual property rights, industrial property rights, and other proprietary rights of any kind, existing anywhere or under any law,
-any other technology, invention, concept, system, method, process, and other element of the software/application developed by her,
-Any derivative works made from modifications and improvements to the application.
-Nothing in this agreement constitutes, or shall be interpreted or construed to constitute, any assignment, transfer or conveyance of any right, title or interest, or (except solely for the license expressly granted to the end user or the licensee under the article « license granted: Limited ») any license or use right, or any right to grant any license or right of use any GENYMOBILE’s property.
-
-The end user or the licensee acknowledges that he can not acquire, by use or by any other means, and will not claim, any ownership, license, or other rights (except solely for the license expressly granted to the end user or the licensee underthe article « license granted: Limited »).
-
-He also agrees to take no action, which may impair or jeopardize the GENYMOBILE’s property and rights.
-
-The end user or the licensee can not make use of any trademarks or any signs owned by GENYMOBILE.
-
-Basis of bargain
-
-GENYMOBILE grants, free of charge, this license to the end user or licensee who accepts it.
-
-Infringement
-
-If use of the software/application may be enjoined due to a claim of infringement by a third party then, at its sole discretion, GENYMOBILE may do one of the following:
-
-negotiate a license or other agreement so that the software/application is no longer subject to such a potential claim,
-modify the software/application so that it becomes non-infringing, provided such modification can be accomplished without materially affecting the performance and functionality of the software/application,
-replace the software/application with non-infringing software/application or,
-terminate this license and the end user or the licensee shall stop using the software/application.
-Modifications
-
-GENYMOBILE may modify, amend, change, and cancel the license agreement. The end user or the licensee agrees that the acceptance of each such modification, amendment, change, and alteration shall be a condition precedent for the license, the access and use of the software/application. The license shall automatically terminate, without need for any notice, if the end user or the licensee fails to accept such modification, amendment, change when requested.
-
-GENYMOBILE may, when she decides to do, install or make available any update to the software/application including, without limitation, modification, error correction, update, upgrade, enhancement, or change of the software/application.
-
-GENYMOBILE has the right to make any modification at any time, without the obligation to provide any notice or obtain any consent or agreement from the end user or the licensee, and without any right for him to receive any notice or provide any consent or agreement thereto.
-
-Statistics
-
-GENYMOBILE may, without the prior consent of the end user or the licensee, perform all statistics.
-
-Termination
-
-GENYMOBILE may terminate this agreement at any time without cause and without need for any notice to the end user or to the licensee.
-
-Upon the termination of this agreement, the end user or the licensee shall immediately cease using the software/application developed by GENYMOBILE. Any use of the software/application after termination of this agreement shall be deemed to be an infringement of GENYMOBILE’s intellectual property rights.
-
-Forum for disputes and applicable Law
-
-The parties hereto agree that the Paris Court will have exclusive jurisdiction to resolve any dispute between the end user or the licensee and GENYMOBILE. The parties hereby irrevocably consent and submit to, and waive any objection to, personal jurisdiction of such courts. Notwithstanding the foregoing, GENYMOBILE may apply to any court of competent jurisdiction for injunctive relief.
-
-This agreement shall be governed by French Law, exclusive of any of its conflicts of law or international private law rules or principles that would result in the application of the law of any other jurisdiction.
-
-*******
-
-Terms of the paid Agreement version INDIE : Professional use limited to companies with fewer than three employees
-
-Binding agreement
-
-By acceptance of this end user license agreement, a legally binding contract and agreement, which sets forth the license and use rights for the software/application developed by GENYMOBILE, is created between the end user/licensee and GENYMOBILE, a corporation with an establishment in Paris (75004), 36, boulevard de Sébastopol.
-
-The end user or the licensee agrees that any time when he accesses, uses the software developed by GENYMOBILE or logs into the software/application of GENYMOBILE, it reaffirms its acceptance and express agreement under these conditions. If the licensee or the end user does not agree to all the terms, he is not authorized to access or use the software/application. By accepting these terms, the licensee or the end user has specifically taken note of all GENYMOBILE’s rights and intellectual property rights, as well as exclusions of responsibilities and guarantees.
-
-Warning: warranties and representations of the licensee
-
-Licensee and the end user are solely responsible for the use, application, and implementation, and all decisions related to the use, application, and implementation of the software/application developed by GENYMOBILE.
-
-License granted: Limited
-
-GENYMOBILE grants the end user or the licensee a non-transferable, non-sublicenseable, non-assignable, terminable, limited, and non-exclusive license to access and use the software application developed by GENYMOBILE.
-
-The user downloads the application says to do so in a professional and for the purposes of its business which is necessarily a business with fewer than three employees. This so-called INDIE license is limited to the use made in the company, prohibiting the user to subscribe several INDIE licenses. Therefore the licensee warrants, represents and undertakes to use the application solely for this approved use.
-
-The end user and the licensee do not have any right or license to, and will not, directly or indirectly, in any manner whatsoever:
-
-assign, transfer, sell, encumber or modify the software/application developed by GENYMOBILE or includethis applicationin a productwhatsoever,
-use or utilize this software/application for any purpose or in any manner that is illegal or in violation of any applicable law or rights of any third party,
-Generally speaking, all access, performance or use of the application except as expressly permitted by these terms and any use in accordance to GENYMOBILE’s purpose shall be deemed to be an infringement of GENYMOBILE’s intellectual property rights on its software/application and open all rights and remedies in connection with such infringement.
-
-No support and no guarantee
-
-GENYMOBILE is not required to provide or make available any support, maintenance, or other services to the end user or to the licensee.
-
-If GENYMOBILE decided to offer support, it would be without warranty of any kind with respect to the response time, this possible response would occur in any event by email.
-
-GENYMOBILE may, at any time, take down or shut down access the software/application developed for maintenance, repair, or for any reason whatsoever.
-
-GENYMOBILE makes no warranty with respect to the application developed including, without limitation, regarding the modifications and improvements.
-
-The application is provided « as is » and « where is ».
-
-GENYMOBILE provides no commitment, no warranty to the end user or licensee.
-
-GENYMOBILE disclaims:
-
-Any liability of any nature whatsoever,
-Any warranty and any support, maintenance or other service,
-Any warranty of merchantability, non-infringement, ownership, accuracy, reliability, interoperability with other software or applications,
-Any collateral security or quiet enjoyment or the use is not interrupted by virus or error-free, or that the end user will not meet errors,
-Any use that is consistent with security needs and specific requirements by the end user or licensee,
-Any warranty arising as a result of custom, usage or trade and those arising under Law.
-GENYMOBILE shall in no event be liable to the end user orlicensee or any third party for any damages.
-
-Downtime
-
-GENYMOBILE may, from time to time, take down or shut down access to the software/application for maintenance, repair, or service as GENYMOBILE may deem necessary in its sole discretion (« downtime »). The end user or licensee acknowledges that, during any downtime, he may not be able to access and use some or all parts of the software/application. GENYMOBILE may, but shall have no obligation to, make commercially reasonable efforts to notify to the end user or licensee in advance of such downtime, for example by displaying a notice during access of the software/application.
-
-GENYMOBILE will make commercially reasonable efforts to keep the downtime to a minimum, but in no event GENYMOBILE shall be liable for such downtime.
-
-Ownership
-
-GENYMOBILE owns and retains all rights to:
-
-the software/application she has developed and all modifications and improvements,
-any trademarks, domain names, patents, software, copyrights, trade name and trade secret rights belonging to her, and other intellectual property rights, industrial property rights, and other proprietary rights of any kind, existing anywhere or under any law,
-any other technology, invention, concept, system, method, process, and other element of the software/application developed by her,
-Any derivative works made from modifications and improvements to the application.
-Nothing in this agreement constitutes, or shall be interpreted or construed to constitute, any assignment, transfer or conveyance of any right, title or interest, or (except solely for the license expressly granted to the end user or the licensee underthe article « license granted: Limited ») any license or use right, or any right to grant any license or right of use any GENYMOBILE’s property.
-
-The end user or the licensee acknowledges that he can not acquire, by use or by any other means, and will not claim, any ownership, license, or other rights (except solely for the license expressly granted to the end user or the licensee underthe article « license granted: Limited »).
-
-He also agrees to take no action, which may impair or jeopardize the GENYMOBILE’s property and rights.
-
-The end user or the licensee can not make use of any trademarks or any signs owned by GENYMOBILE.
-
-Basis of bargain
-
-GENYMOBILE grants this license to the end user or licensee who accepts it.
-
-In consideration of the rights granted (professional use limited to companies with fewer than three employees), the licensee shall pay online GENYMOBILE before downloading the application, a fixed annual license fee.
-
-Infringement
-
-If use of the software/application may be enjoined due to a claim of infringement by a third party then, at its sole discretion, GENYMOBILE may do one of the following:
-
-negotiate a license or other agreement so that the software/application is no longer subject to such a potential claim,
-modify the software/application so that it becomes non-infringing, provided such modification can be accomplished without materially affecting the performance and functionality of the software/application,
-replace the software/application with non-infringing software/application or,
-terminate this license and the end user or the licensee shall stop using the software/application.
-Modifications
-
-GENYMOBILE may modify, amend, change, and cancel the license agreement. The end user or the licensee agrees that the acceptance of each such modification, amendment, change, and alteration shall be a condition precedent for the license, the access and use of the software/application. The license shall automatically terminate, without need for any notice, if the end user or the licensee fails to accept such modification, amendment, change when requested.
-
-GENYMOBILE may, when she decides to do, install or make available any update to the software/application including, without limitation, modification, error correction, update, upgrade, enhancement, or change of the software/application.
-
-GENYMOBILE has the right to make any modification at any time, without the obligation to provide any notice or obtain any consent or agreement from the end user or the licensee, and without any right for him to receive any notice or provide any consent or agreement thereto.
-
-Statistics
-
-GENYMOBILE may, without the prior consent of the end user or the licensee, perform all statistics.
-
-Duration and Termination
-
-This license is granted for a period of one year, renewable by tacit agreement. GENYMOBILE will remember the deadline to the end user or to the licensee one month before the deadline, with a possible return within 15 days if necessary, with the need to pay the fixed annual license fee fixed. Without payment in this period and one month after the expiry of one year, the license is automatically terminated.
-
-GENYMOBILE may terminate this license if the end user or to the licensee does not comply with the terms of this license for any reason whatsoever.
-
-Upon the termination of this agreement or in the event of non-payment of the license fee, the end user or the licensee shall immediately cease using the software/application developed by GENYMOBILE. Any use of the software/application after termination of this agreement shall be deemed to be an infringement of GENYMOBILE’s intellectual property rights.
-
-Forum for disputes and applicable Law
-
-The parties hereto agree that the Paris Court will have exclusive jurisdiction to resolve any dispute between the end user or the licensee and GENYMOBILE. The parties hereby irrevocably consent and submit to, and waive any objection to, personal jurisdiction of such courts. Notwithstanding the foregoing, GENYMOBILE may apply to any court of competent jurisdiction for injunctive relief.
-
-This agreement shall be governed by French Law, exclusive of any of its conflicts of law or international private law rules or principles that would result in the application of the law of any other jurisdiction.
-
-*******
-
-Terms of the paid AGREEMENT: Business use
-
-Binding agreement
-
-By acceptance of this end user license agreement, a legally binding contract and agreement, which sets forth the license and use rights for the software/application developed by GENYMOBILE, is created between the end user/licensee and GENYMOBILE, a corporation with an establishment in Paris (75004), 36, boulevard de Sébastopol.
-
-The end user or the licensee agrees that any time when he accesses, uses the software developed by GENYMOBILE or logs into the software/application of GENYMOBILE, it reaffirms its acceptance and express agreement under these conditions. If the licensee or the end user does not agree to all the terms, he is not authorized to access or use the software/application. By accepting these terms, the licensee or the end user has specifically taken note of all GENYMOBILE’s rights and intellectual property rights, as well as exclusions of responsibilities and guarantees.
-
-Warning: warranties and representations of the licensee
-
-Licensee and the end user are solely responsible for the use, application, and implementation, and all decisions related to the use, application, and implementation of the software/application developed by GENYMOBILE.
-
-License granted: Limited
-
-GENYMOBILE grants the end user or the licensee a non-transferable, non-sublicenseable, non-assignable, terminable, limited, and non-exclusive license to access and use the software application developed by GENYMOBILE.
-
-The end user or licensee who downloads the software/application developed by GENYMOBILE says to do so in a professional environment and/or in relation of the activities of the company. Nevertheless, the pecuniary license is limited to one year per user. Therefore, the end user or the licensee warrants, represents and undertakes to use the application/software only under the above conditions.
-
-The end user and the licensee do not have any right or license to, and will not, directly or indirectly, in any manner whatsoever:
-
-assign, transfer, sell, encumber or modify the software/application developed by GENYMOBILE or includethis applicationin a productwhatsoever,
-use or utilize this software/application for any purpose or in any manner that is illegal or in violation of any applicable law or rights of any third party,
-Generally speaking, all access, performance or use of the application except as expressly permitted by these terms and any use in accordance to GENYMOBILE’s purpose shall be deemed to be an infringement of GENYMOBILE’s intellectual property rights on its software/application and open all rights and remedies in connection with such infringement.
-
-Support
-
-GENYMOBILE may, in its sole discretion, directly or indirectly make available, but is not obligated, to provide a support by email regarding this application. Regarding this support, GENYMOBILE will try to give an answer to the questions that would be asked in a reasonable period of about 3 working days, working days agreeing Monday to Friday.
-
-No guarantee and downtime
-
-GENYMOBILE may, at any time, take down or shut down access the software/application developed for maintenance, repair, or for any reason whatsoever.
-
-GENYMOBILE makes no warranty with respect to the application developed including, without limitation, regarding the modifications and improvements.
-
-The applicationis provided « as is » and « where is ».
-
-GENYMOBILE provides no commitment, no warranty to the end user or licensee.
-
-GENYMOBILE disclaims:
-
-Any liability of any nature whatsoever,
-Any warranty and any support, except response within 3 working days, any maintenance or other service,
-Any warranty of merchantability, non-infringement, ownership, accuracy, reliability, interoperability with other software or applications,
-Any collateral security or quiet enjoyment or the use is not interrupted by virus or error-free, or that the end user will not meet errors,
-Any use that is consistent with security needs and specific requirements by the end user or licensee,
-Any warranty arising as a result of custom, usage or trade and those arising under Law.
-GENYMOBILE shall in noevent be liableto the end user orlicensee orany third partyfor any damages.
-
-GENYMOBILE may, from time to time, take down or shut down access to the software/application for maintenance, repair, or service as GENYMOBILE may deem necessary in its sole discretion (« downtime »). The end user or licensee acknowledges that, during any downtime, he may not be able to access and use some or all parts of the software/application. GENYMOBILE may, but shall have no obligation to, make commercially reasonable efforts to notify to the end user or licensee in advance of such downtime, for example by displaying a notice during access of the software/application.
-
-GENYMOBILE will make commercially reasonable efforts to keep the downtime to a minimum, but in no event GENYMOBILE shall be liable for such downtime.
-
-Ownership
-
-GENYMOBILE owns and retains all rights to:
-
-the software/application she has developed and all modifications and improvements,
-any trademarks, domain names, patents, software, copyrights, trade name and trade secret rights belonging to her, and other intellectual property rights, industrial property rights, and other proprietary rights of any kind, existing anywhere or under any law,
-any other technology, invention, concept, system, method, process, and other element of the software/application developed by her,
-Any derivative works made from modifications and improvements to the application.
-Nothing in this agreement constitutes, or shall be interpreted or construed to constitute, any assignment, transfer or conveyance of any right, title or interest, or (except solely for the license expressly granted to the end user or the licensee under the article « license granted: Limited ») any license or use right, or any right to grant any license or right of use any GENYMOBILE’s property.
-
-The end user or the licensee acknowledges that he can not acquire, by use or by any other means, and will not claim, any ownership, license, or other rights (except solely for the license expressly granted to the end user or the licensee under the article « license granted: Limited »).
-
-He also agrees to take no action, which may impair or jeopardize the GENYMOBILE’s property and rights.
-
-The end user or the licensee can not make use of any trademarks or any signs owned by GENYMOBILE.
-
-Basis of bargain
-
-GENYMOBILE grants this license to the end user or licensee who accepts it.
-
-In consideration of the rights granted (business use, one license by user for one year), the licensee shall pay online GENYMOBILE before downloading the application, a fixed annual license fee.
-
-Infringement
-
-If use of the software/application may be enjoined due to a claim of infringement by a third party then, at its sole discretion, GENYMOBILE may do one of the following:
-
-negotiate a license or other agreement so that the software/application is no longer subject to such a potential claim,
-modify the software/application so that it becomes non-infringing, provided such modification can be accomplished without materially affecting the performance and functionality of the software/application,
-replace the software/application with non-infringing software/application or,
-terminate this license and the end user or the licensee shall stop using the software/application.
-Modifications
-
-GENYMOBILE may modify, amend, change, and cancel the license agreement. The end user or the licensee agrees that the acceptance of each such modification, amendment, change, and alteration shall be a condition precedent for the license, the access and use of the software/application. The license shall automatically terminate, without need for any notice, if the end user or the licensee fails to accept such modification, amendment, change when requested.
-
-GENYMOBILE may, when she decides to do, install or make available any update to the software/application including, without limitation, modification, error correction, update, upgrade, enhancement, or change of the software/application.
-
-GENYMOBILE has the right to make any modification at any time, without the obligation to provide any notice or obtain any consent or agreement from the end user or the licensee, and without any right for him to receive any notice or provide any consent or agreement thereto.
-
-Duration and Termination
-
-This license is granted for a period of one year, renewable by tacit agreement. GENYMOBILE will remember the deadline to the end user or to the licensee one month before the deadline, with a possible return within 15 days if necessary, with the need to pay the fixed annual license fee fixed. Without payment in this period and one month after the expiry of one year, the license is automatically terminated.
-
-GENYMOBILE may terminate this license if the end user or to the licensee does not comply with the terms of this license for any reason whatsoever.
-
-Upon the termination of this agreement or in the event of non-payment of the license fee, the end user or the licensee shall immediately cease using the software/application developed by GENYMOBILE. Any use of the software/application after termination of this agreement shall be deemed to be an infringement of GENYMOBILE’s intellectual property rights.
-
-Forum for disputes and applicable Law
-
-The parties hereto agree that the Paris Court will have exclusive jurisdiction to resolve any dispute between the end user or the licensee and GENYMOBILE. The parties hereby irrevocably consent and submit to, and waive any objection to, personal jurisdiction of such courts. Notwithstanding the foregoing, GENYMOBILE may apply to any court of competent jurisdiction for injunctive relief.
-
-This agreement shall be governed by French Law, exclusive of any of its conflicts of law or international private law rules or principles that would result in the application of the law of any other jurisdiction.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/gmap b/sdk_container/src/third_party/portage-stable/licenses/gmap
deleted file mode 100644
index 552d318b4ab..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/gmap
+++ /dev/null
@@ -1,36 +0,0 @@
-Copyright (c) 2005 Genentech, Inc. All rights reserved.
-
-The Developers of this software are Thomas D. Wu and
-Colin K. Watanabe .
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Package"), to use, copy, and distribute copies of the Package,
-without modifications, provided that the above copyright notice and
-this permission notice are included in all copies or substantial
-portions of the Package. Distribution of this Package as part of a
-commercial software product requires prior arrangement with the
-Developers.
-
-Permission is also hereby granted, free of charge, to any person
-obtaining a copy of this Package, to modify your copy or copies of the
-Package or any portion of it, provided that you use the modified
-Package only within your corporation or organization. Distribution of
-a modified version of this Package requires prior arrangement with the
-Developers.
-
-Genome databases, map files, and other result files produced as output
-from software in this Package do not automatically fall under the
-copyright of this Package, but belong to whoever generated them, and
-may be distributed freely.
-
-IN NO EVENT SHALL GENENTECH, INC. BE LIABLE TO ANY PARTY FOR DIRECT,
-INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, OR OTHER
-LIABILITY, INCLUDING LOST PROFITS, ARISING FROM THE USE OF THIS
-SOFTWARE.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-GENENTECH, INC. HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT,
-UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/gnuplot b/sdk_container/src/third_party/portage-stable/licenses/gnuplot
deleted file mode 100644
index 7428e06e3a0..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/gnuplot
+++ /dev/null
@@ -1,27 +0,0 @@
-Copyright 1986 - 1993, 1998 Thomas Williams, Colin Kelley
-
-Permission to use, copy, and distribute this software and its
-documentation for any purpose with or without fee is hereby granted,
-provided that the above copyright notice appear in all copies and
-that both that copyright notice and this permission notice appear
-in supporting documentation.
-
-Permission to modify the software is granted, but not the right to
-distribute the complete modified source code. Modifications are to
-be distributed as patches to the released version. Permission to
-distribute binaries produced by compiling modified sources is granted,
-provided you
- 1. distribute the corresponding source modifications from the
- released version in the form of a patch file along with the binaries,
- 2. add special version identification to distinguish your version
- in addition to the base release version number,
- 3. provide your name and address as the primary contact for the
- support of your modified version, and
- 4. retain our contact information in regard to use of the base
- software.
-Permission to distribute the released version of the source code along
-with corresponding source modifications in the form of a patch file is
-granted with same provisions 2 through 4 for binary distributions.
-
-This software is provided "as is" without express or implied warranty
-to the extent permitted by applicable law.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/google-chrome b/sdk_container/src/third_party/portage-stable/licenses/google-chrome
deleted file mode 100644
index 1fdba597f71..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/google-chrome
+++ /dev/null
@@ -1,830 +0,0 @@
-# lynx -dump http://www.google.com/chrome/intl/en/eula_text.html
-
-Google Chrome Terms of Service
-
- These Terms of Service apply to the executable code version of Google
- Chrome. Source code for Google Chrome is available free of charge under
- open source software license agreements at
- http://code.google.com/chromium/terms.html.
-
- 1. Your relationship with Google
-
- 1.1 Your use of Google’s products, software, services and web sites
- (referred to collectively as the “Services” in this document and
- excluding any services provided to you by Google under a separate
- written agreement) is subject to the terms of a legal agreement between
- you and Google. “Google” means Google Inc., whose principal place of
- business is at 1600 Amphitheatre Parkway, Mountain View, CA 94043,
- United States. This document explains how the agreement is made up, and
- sets out some of the terms of that agreement.
-
- 1.2 Unless otherwise agreed in writing with Google, your agreement with
- Google will always include, at a minimum, the terms and conditions set
- out in this document. These are referred to below as the “Universal
- Terms”. Open source software licenses for Google Chrome source code
- constitute separate written agreements. To the limited extent that the
- open source software licenses expressly supersede these Universal
- Terms, the open source licenses govern your agreement with Google for
- the use of Google Chrome or specific included components of Google
- Chrome.
-
- 1.3 Your agreement with Google will also include the terms set forth
- below in the Google Chrome Additional Terms of Service and terms of any
- Legal Notices applicable to the Services, in addition to the Universal
- Terms. All of these are referred to below as the “Additional Terms”.
- Where Additional Terms apply to a Service, these will be accessible for
- you to read either within, or through your use of, that Service.
-
- 1.4 The Universal Terms, together with the Additional Terms, form a
- legally binding agreement between you and Google in relation to your
- use of the Services. It is important that you take the time to read
- them carefully. Collectively, this legal agreement is referred to below
- as the “Terms”.
-
- 1.5 If there is any contradiction between what the Additional Terms say
- and what the Universal Terms say, then the Additional Terms shall take
- precedence in relation to that Service.
-
- 2. Accepting the Terms
-
- 2.1 In order to use the Services, you must first agree to the Terms.
- You may not use the Services if you do not accept the Terms.
-
- 2.2 You can accept the Terms by:
-
- (A) clicking to accept or agree to the Terms, where this option is made
- available to you by Google in the user interface for any Service; or
-
- (B) by actually using the Services. In this case, you understand and
- agree that Google will treat your use of the Services as acceptance of
- the Terms from that point onwards.
-
- 3. Language of the Terms
-
- 3.1 Where Google has provided you with a translation of the English
- language version of the Terms, then you agree that the translation is
- provided for your convenience only and that the English language
- versions of the Terms will govern your relationship with Google.
-
- 3.2 If there is any contradiction between what the English language
- version of the Terms says and what a translation says, then the English
- language version shall take precedence.
-
- 4. Provision of the Services by Google
-
- 4.1 Google has subsidiaries and affiliated legal entities around the
- world (“Subsidiaries and Affiliates”). Sometimes, these companies will
- be providing the Services to you on behalf of Google itself. You
- acknowledge and agree that Subsidiaries and Affiliates will be entitled
- to provide the Services to you.
-
- 4.2 Google is constantly innovating in order to provide the best
- possible experience for its users. You acknowledge and agree that the
- form and nature of the Services which Google provides may change from
- time to time without prior notice to you.
-
- 4.3 As part of this continuing innovation, you acknowledge and agree
- that Google may stop (permanently or temporarily) providing the
- Services (or any features within the Services) to you or to users
- generally at Google’s sole discretion, without prior notice to you. You
- may stop using the Services at any time. You do not need to
- specifically inform Google when you stop using the Services.
-
- 4.4 You acknowledge and agree that if Google disables access to your
- account, you may be prevented from accessing the Services, your account
- details or any files or other content which is contained in your
- account.
-
- 5. Use of the Services by you
-
- 5.1 You agree to use the Services only for purposes that are permitted
- by (a) the Terms and (b) any applicable law, regulation or generally
- accepted practices or guidelines in the relevant jurisdictions
- (including any laws regarding the export of data or software to and
- from the United States or other relevant countries).
-
- 5.2 You agree that you will not engage in any activity that interferes
- with or disrupts the Services (or the servers and networks which are
- connected to the Services).
-
- 5.3 Unless you have been specifically permitted to do so in a separate
- agreement with Google, you agree that you will not reproduce,
- duplicate, copy, sell, trade or resell the Services for any purpose.
-
- 5.4 You agree that you are solely responsible for (and that Google has
- no responsibility to you or to any third party for) any breach of your
- obligations under the Terms and for the consequences (including any
- loss or damage which Google may suffer) of any such breach.
-
- 6. Privacy and your personal information
-
- 6.1 For information about Google’s data protection practices, please
- read Google’s privacy policy at http://www.google.com/privacy.html and
- at http://www.google.com/chrome/intl/en/privacy.html. This policy
- explains how Google treats your personal information, and protects your
- privacy, when you use the Services.
-
- 6.2 You agree to the use of your data in accordance with Google’s
- privacy policies.
-
- 7. Content in the Services
-
- 7.1 You understand that all information (such as data files, written
- text, computer software, music, audio files or other sounds,
- photographs, videos or other images) which you may have access to as
- part of, or through your use of, the Services are the sole
- responsibility of the person from which such content originated. All
- such information is referred to below as the “Content.”
-
- 7.2 You should be aware that Content presented to you as part of the
- Services, including but not limited to advertisements in the Services
- and sponsored Content within the Services may be protected by
- intellectual property rights which are owned by the sponsors or
- advertisers who provide that Content to Google (or by other persons or
- companies on their behalf). You may not modify, rent, lease, loan,
- sell, distribute or create derivative works based on this Content
- (either in whole or in part) unless you have been specifically told
- that you may do so by Google or by the owners of that Content, in a
- separate agreement.
-
- 7.3 Google reserves the right (but shall have no obligation) to
- pre-screen, review, flag, filter, modify, refuse or remove any or all
- Content from any Service. For some of the Services, Google may provide
- tools to filter out explicit sexual content. These tools include the
- SafeSearch preference settings (see
- http://www.google.com/help/customize.html#safe). In addition, there are
- commercially available services and software to limit access to
- material that you may find objectionable.
-
- 7.4 You understand that by using the Services you may be exposed to
- Content that you may find offensive, indecent or objectionable and
- that, in this respect, you use the Services at your own risk.
-
- 7.5 You agree that you are solely responsible for (and that Google has
- no responsibility to you or to any third party for) any Content that
- you create, transmit or display while using the Services and for the
- consequences of your actions (including any loss or damage which Google
- may suffer) by doing so.
-
- 8. Proprietary rights
-
- 8.1 You acknowledge and agree that Google (or Google’s licensors) own
- all legal right, title and interest in and to the Services, including
- any intellectual property rights which subsist in the Services (whether
- those rights happen to be registered or not, and wherever in the world
- those rights may exist).
-
- 8.2 Unless you have agreed otherwise in writing with Google, nothing in
- the Terms gives you a right to use any of Google’s trade names, trade
- marks, service marks, logos, domain names, and other distinctive brand
- features.
-
- 8.3 If you have been given an explicit right to use any of these brand
- features in a separate written agreement with Google, then you agree
- that your use of such features shall be in compliance with that
- agreement, any applicable provisions of the Terms, and Google's brand
- feature use guidelines as updated from time to time. These guidelines
- can be viewed online at
- http://www.google.com/permissions/guidelines.html (or such other URL as
- Google may provide for this purpose from time to time).
-
- 8.4 Google acknowledges and agrees that it obtains no right, title or
- interest from you (or your licensors) under these Terms in or to any
- Content that you submit, post, transmit or display on, or through, the
- Services, including any intellectual property rights which subsist in
- that Content (whether those rights happen to be registered or not, and
- wherever in the world those rights may exist). Unless you have agreed
- otherwise in writing with Google, you agree that you are responsible
- for protecting and enforcing those rights and that Google has no
- obligation to do so on your behalf.
-
- 8.5 You agree that you shall not remove, obscure, or alter any
- proprietary rights notices (including copyright and trade mark notices)
- which may be affixed to or contained within the Services.
-
- 8.6 Unless you have been expressly authorized to do so in writing by
- Google, you agree that in using the Services, you will not use any
- trade mark, service mark, trade name, logo of any company or
- organization in a way that is likely or intended to cause confusion
- about the owner or authorized user of such marks, names or logos.
-
- 9. License from Google
-
- 9.1 Google gives you a personal, worldwide, royalty-free,
- non-assignable and non-exclusive license to use the software provided
- to you by Google as part of the Services as provided to you by Google
- (referred to as the “Software” below). This license is for the sole
- purpose of enabling you to use and enjoy the benefit of the Services as
- provided by Google, in the manner permitted by the Terms.
-
- 9.2 Subject to section 1.2, you may not (and you may not permit anyone
- else to) copy, modify, create a derivative work of, reverse engineer,
- decompile or otherwise attempt to extract the source code of the
- Software or any part thereof, unless this is expressly permitted or
- required by law, or unless you have been specifically told that you may
- do so by Google, in writing.
-
- 9.3 Subject to section 1.2, unless Google has given you specific
- written permission to do so, you may not assign (or grant a sub-license
- of) your rights to use the Software, grant a security interest in or
- over your rights to use the Software, or otherwise transfer any part of
- your rights to use the Software.
-
- 10. Content license from you
-
- 10.1 You retain copyright and any other rights you already hold in
- Content which you submit, post or display on or through, the Services.
-
- 11. Software updates
-
- 11.1 The Software which you use may automatically download and install
- updates from time to time from Google. These updates are designed to
- improve, enhance and further develop the Services and may take the form
- of bug fixes, enhanced functions, new software modules and completely
- new versions. You agree to receive such updates (and permit Google to
- deliver these to you) as part of your use of the Services.
-
- 12. Ending your relationship with Google
-
- 12.1 The Terms will continue to apply until terminated by either you or
- Google as set out below.
-
- 12.2 Google may at any time, terminate its legal agreement with you if:
-
- (A) you have breached any provision of the Terms (or have acted in
- manner which clearly shows that you do not intend to, or are unable to
- comply with the provisions of the Terms); or
-
- (B) Google is required to do so by law (for example, where the
- provision of the Services to you is, or becomes, unlawful); or
-
- (C) the partner with whom Google offered the Services to you has
- terminated its relationship with Google or ceased to offer the Services
- to you; or
-
- (D) Google is transitioning to no longer providing the Services to
- users in the country in which you are resident or from which you use
- the service; or
-
- (E) the provision of the Services to you by Google is, in Google’s
- opinion, no longer commercially viable.
-
- 12.3 Nothing in this Section shall affect Google’s rights regarding
- provision of Services under Section 4 of the Terms.
-
- 12.4 When these Terms come to an end, all of the legal rights,
- obligations and liabilities that you and Google have benefited from,
- been subject to (or which have accrued over time whilst the Terms have
- been in force) or which are expressed to continue indefinitely, shall
- be unaffected by this cessation, and the provisions of paragraph 19.7
- shall continue to apply to such rights, obligations and liabilities
- indefinitely.
-
- 13. EXCLUSION OF WARRANTIES
-
- 13.1 NOTHING IN THESE TERMS, INCLUDING SECTIONS 13 AND 14, SHALL
- EXCLUDE OR LIMIT GOOGLE’S WARRANTY OR LIABILITY FOR LOSSES WHICH MAY
- NOT BE LAWFULLY EXCLUDED OR LIMITED BY APPLICABLE LAW. SOME
- JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF CERTAIN WARRANTIES OR
- CONDITIONS OR THE LIMITATION OR EXCLUSION OF LIABILITY FOR LOSS OR
- DAMAGE CAUSED BY NEGLIGENCE, BREACH OF CONTRACT OR BREACH OF IMPLIED
- TERMS, OR INCIDENTAL OR CONSEQUENTIAL DAMAGES. ACCORDINGLY, ONLY THE
- LIMITATIONS WHICH ARE LAWFUL IN YOUR JURISDICTION WILL APPLY TO YOU AND
- OUR LIABILITY WILL BE LIMITED TO THE MAXIMUM EXTENT PERMITTED BY LAW.
-
- 13.2 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SERVICES
- IS AT YOUR SOLE RISK AND THAT THE SERVICES ARE PROVIDED "AS IS" AND “AS
- AVAILABLE.”
-
- 13.3 IN PARTICULAR, GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS
- LICENSORS DO NOT REPRESENT OR WARRANT TO YOU THAT:
-
- (A) YOUR USE OF THE SERVICES WILL MEET YOUR REQUIREMENTS,
-
- (B) YOUR USE OF THE SERVICES WILL BE UNINTERRUPTED, TIMELY, SECURE OR
- FREE FROM ERROR,
-
- (C) ANY INFORMATION OBTAINED BY YOU AS A RESULT OF YOUR USE OF THE
- SERVICES WILL BE ACCURATE OR RELIABLE, AND
-
- (D) THAT DEFECTS IN THE OPERATION OR FUNCTIONALITY OF ANY SOFTWARE
- PROVIDED TO YOU AS PART OF THE SERVICES WILL BE CORRECTED.
-
- 13.4 ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF
- THE SERVICES IS DONE AT YOUR OWN DISCRETION AND RISK AND THAT YOU WILL
- BE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER
- DEVICE OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF ANY SUCH
- MATERIAL.
-
- 13.5 NO ADVICE OR INFORMATION, WHETHER ORAL OR WRITTEN, OBTAINED BY YOU
- FROM GOOGLE OR THROUGH OR FROM THE SERVICES SHALL CREATE ANY WARRANTY
- NOT EXPRESSLY STATED IN THE TERMS.
-
- 13.6 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS
- OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO
- THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A
- PARTICULAR PURPOSE AND NON-INFRINGEMENT.
-
- 14. LIMITATION OF LIABILITY
-
- 14.1 SUBJECT TO OVERALL PROVISION IN PARAGRAPH 13.1 ABOVE, YOU
- EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND
- AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU FOR:
-
- (A) ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL CONSEQUENTIAL OR
- EXEMPLARY DAMAGES WHICH MAY BE INCURRED BY YOU, HOWEVER CAUSED AND
- UNDER ANY THEORY OF LIABILITY.. THIS SHALL INCLUDE, BUT NOT BE LIMITED
- TO, ANY LOSS OF PROFIT (WHETHER INCURRED DIRECTLY OR INDIRECTLY), ANY
- LOSS OF GOODWILL OR BUSINESS REPUTATION, ANY LOSS OF DATA SUFFERED,
- COST OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR OTHER
- INTANGIBLE LOSS;
-
- (B) ANY LOSS OR DAMAGE WHICH MAY BE INCURRED BY YOU, INCLUDING BUT NOT
- LIMITED TO LOSS OR DAMAGE AS A RESULT OF:
-
- (I) ANY RELIANCE PLACED BY YOU ON THE COMPLETENESS, ACCURACY OR
- EXISTENCE OF ANY ADVERTISING, OR AS A RESULT OF ANY RELATIONSHIP OR
- TRANSACTION BETWEEN YOU AND ANY ADVERTISER OR SPONSOR WHOSE ADVERTISING
- APPEARS ON THE SERVICES;
-
- (II) ANY CHANGES WHICH GOOGLE MAY MAKE TO THE SERVICES, OR FOR ANY
- PERMANENT OR TEMPORARY CESSATION IN THE PROVISION OF THE SERVICES (OR
- ANY FEATURES WITHIN THE SERVICES);
-
- (III) THE DELETION OF, CORRUPTION OF, OR FAILURE TO STORE, ANY CONTENT
- AND OTHER COMMUNICATIONS DATA MAINTAINED OR TRANSMITTED BY OR THROUGH
- YOUR USE OF THE SERVICES;
-
- (IV) YOUR FAILURE TO PROVIDE GOOGLE WITH ACCURATE ACCOUNT INFORMATION;
-
- (V) YOUR FAILURE TO KEEP YOUR PASSWORD OR ACCOUNT DETAILS SECURE AND
- CONFIDENTIAL;
-
- 14.2 THE LIMITATIONS ON GOOGLE’S LIABILITY TO YOU IN PARAGRAPH 14.1
- ABOVE SHALL APPLY WHETHER OR NOT GOOGLE HAS BEEN ADVISED OF OR SHOULD
- HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.
-
- 15. Copyright and trade mark policies
-
- 15.1 It is Google’s policy to respond to notices of alleged copyright
- infringement that comply with applicable international intellectual
- property law (including, in the United States, the Digital Millennium
- Copyright Act) and to terminating the accounts of repeat infringers.
- Details of Google’s policy can be found at
- http://www.google.com/dmca.html.
-
- 15.2 Google operates a trade mark complaints procedure in respect of
- Google’s advertising business, details of which can be found at
- http://www.google.com/tm_complaint.html.
-
- 16. Advertisements
-
- 16.1 Some of the Services are supported by advertising revenue and may
- display advertisements and promotions. These advertisements may be
- targeted to the content of information stored on the Services, queries
- made through the Services or other information.
-
- 16.2 The manner, mode and extent of advertising by Google on the
- Services are subject to change without specific notice to you.
-
- 16.3 In consideration for Google granting you access to and use of the
- Services, you agree that Google may place such advertising on the
- Services.
-
- 17. Other content
-
- 17.1 The Services may include hyperlinks to other web sites or content
- or resources. Google may have no control over any web sites or
- resources which are provided by companies or persons other than Google.
-
- 17.2 You acknowledge and agree that Google is not responsible for the
- availability of any such external sites or resources, and does not
- endorse any advertising, products or other materials on or available
- from such web sites or resources.
-
- 17.3 You acknowledge and agree that Google is not liable for any loss
- or damage which may be incurred by you as a result of the availability
- of those external sites or resources, or as a result of any reliance
- placed by you on the completeness, accuracy or existence of any
- advertising, products or other materials on, or available from, such
- web sites or resources.
-
- 18. Changes to the Terms
-
- 18.1 Google may make changes to the Universal Terms or Additional Terms
- from time to time. When these changes are made, Google will make a new
- copy of the Universal Terms available at
- http://www.google.com/chrome/intl/en/eula_text.html and any new
- Additional Terms will be made available to you from within, or through,
- the affected Services.
-
- 18.2 You understand and agree that if you use the Services after the
- date on which the Universal Terms or Additional Terms have changed,
- Google will treat your use as acceptance of the updated Universal Terms
- or Additional Terms.
-
- 19. General legal terms
-
- 19.1 Sometimes when you use the Services, you may (as a result of, or
- in connection with your use of the Services) use a service or download
- a piece of software, or purchase goods, which are provided by another
- person or company. Your use of these other services, software or goods
- may be subject to separate terms between you and the company or person
- concerned. If so, the Terms do not affect your legal relationship with
- these other companies or individuals.
-
- 19.2 The Terms constitute the whole legal agreement between you and
- Google and govern your use of the Services (but excluding any services
- which Google may provide to you under a separate written agreement),
- and completely replace any prior agreements between you and Google in
- relation to the Services.
-
- 19.3 You agree that Google may provide you with notices, including
- those regarding changes to the Terms, by email, regular mail, or
- postings on the Services.
-
- 19.4 You agree that if Google does not exercise or enforce any legal
- right or remedy which is contained in the Terms (or which Google has
- the benefit of under any applicable law), this will not be taken to be
- a formal waiver of Google’s rights and that those rights or remedies
- will still be available to Google.
-
- 19.5 If any court of law, having the jurisdiction to decide on this
- matter, rules that any provision of these Terms is invalid, then that
- provision will be removed from the Terms without affecting the rest of
- the Terms. The remaining provisions of the Terms will continue to be
- valid and enforceable.
-
- 19.6 You acknowledge and agree that each member of the group of
- companies of which Google is the parent shall be third party
- beneficiaries to the Terms and that such other companies shall be
- entitled to directly enforce, and rely upon, any provision of the Terms
- which confers a benefit on (or rights in favor of) them. Other than
- this, no other person or company shall be third party beneficiaries to
- the Terms.
-
- 19.7 The Terms, and your relationship with Google under the Terms,
- shall be governed by the laws of the State of California without regard
- to its conflict of laws provisions. You and Google agree to submit to
- the exclusive jurisdiction of the courts located within the county of
- Santa Clara, California to resolve any legal matter arising from the
- Terms. Notwithstanding this, you agree that Google shall still be
- allowed to apply for injunctive remedies (or an equivalent type of
- urgent legal relief) in any jurisdiction.
-
- 20. Additional Terms for Extensions for Google Chrome
-
- 20.1 These terms in this section apply if you install extensions on
- your copy of Google Chrome. Extensions are small software programs,
- developed by Google or third parties, that can modify and enhance the
- functionality of Google Chrome. Extensions may have greater privileges
- to access your browser or your computer than regular webpages,
- including the ability to read and modify your private data.
-
- 20.2 From time to time, Google Chrome may check with remote servers
- (hosted by Google or by third parties) for available updates to
- extensions, including but not limited to bug fixes or enhanced
- functionality. You agree that such updates will be automatically
- requested, downloaded, and installed without further notice to you.
-
- 20.3 From time to time, Google may discover an extension that violates
- Google developer terms or other legal agreements, laws, regulations or
- policies. Google Chrome will periodically download a list of such
- extensions from Google’s servers. You agree that Google may remotely
- disable or remove any such extension from user systems in its sole
- discretion.
-
- 21. Additional Terms for Enterprise Use
-
- 21.1 If you are a business entity, then the individual accepting on
- behalf of the entity (for the avoidance of doubt, for business
- entities, in these Terms, "you" means the entity) represents and
- warrants that he or she has the authority to act on your behalf, that
- you represent that you are duly authorized to do business in the
- country or countries where you operate, and that your employees,
- officers, representatives, and other agents accessing the Service are
- duly authorized to access Google Chrome and to legally bind you to
- these Terms.
-
- 21.2 Subject to the Terms, and in addition to the license grant in
- Section 9, Google grants you a non-exclusive, non-transferable license
- to reproduce, distribute, install, and use Google Chrome solely on
- machines intended for use by your employees, officers, representatives,
- and agents in connection with your business entity, and provided that
- their use of Google Chrome will be subject to the Terms.
-
- August 12, 2010
- __________________________________________________________________
-
-Google Chrome Additional Terms of Service
-
- MPEGLA
-
- THIS PRODUCT IS LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR THE
- PERSONAL AND NON-COMMERCIAL USE OF A CONSUMER TO (i) ENCODE VIDEO IN
- COMPLIANCE WITH THE AVC STANDARD ( “AVC VIDEO”) AND/OR (ii) DECODE AVC
- VIDEO THAT WAS ENCODED BY A CONSUMER ENGAGED IN A PERSONAL AND
- NON-COMMERCIAL ACTIVITY AND/OR WAS OBTAINED FROM A VIDEO PARTNER
- LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED OR SHALL BE
- IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE OBTAINED FROM
- MPEG LA, L.L.C. SEE HTTP://WWW.MPEGLA.COM.
-
- Adobe
-
- Google Chrome may include one or more components provided by Adobe
- Systems Incorporated and Adobe Software Ireland Limited (collectively
- “Adobe”). Your use of the Adobe software as provided by Google (“Adobe
- Software”) is subject to the following additional terms (the “Adobe
- Terms”). You, the entity receiving the Adobe Software, will be
- hereinafter referred to as “Sublicensee.”
-
- 1. License Restrictions.
-
- (a) Flash Player, Version 10.x is designed only as a browser plug-in.
- Sublicensee may not modify or distribute this Adobe Software for use as
- anything but a browser plug-in for playing back content on a web page.
- For example, Sublicensee will not modify this Adobe Software in order
- to allow interoperation with applications that run outside of the
- browser (e.g., standalone applications, widgets, device UI).
-
- (b) Sublicensee will not expose any APIs of the Flash Player, Version
- 10.x through a browser plug-in interface in such a way that allows such
- extension to be used to playback content from a web page as a
- stand-alone application.
-
- (c) The Chrome-Reader Software may not be used to render any PDF or
- EPUB documents that utilize digital rights management protocols or
- systems other than Adobe DRM.
-
- (d) Adobe DRM must be enabled in the Chrome-Reader Software for all
- Adobe DRM protected PDF and EPUB documents.
-
- (e) The Chrome-Reader Software may not, other than as explicitly
- permitted by the technical specifications, disable any capabilities
- provided by Adobe in the Adobe Software, including but not limited to,
- support for PDF and EPUB formats and Adobe DRM.
-
- 2. Electronic Transmission. Sublicensee may allow the download of the
- Adobe Software from a web site, the Internet, an intranet, or similar
- technology (an, “Electronic Transmissions”) provided that Sublicensee
- agrees that any distributions of the Adobe Software by Sublicensee,
- including those on CD-ROM, DVD-ROM or other storage media and
- Electronic Transmissions, if expressly permitted, shall be subject to
- reasonable security measures to prevent unauthorized use. With relation
- to Electronic Transmissions approved hereunder, Sublicensee agrees to
- employ any reasonable use restrictions set by Adobe, including those
- related to security and/or the restriction of distribution to end users
- of the Sublicensee Product.
-
- 3. EULA and Distribution Terms.
-
- (a) Sublicensee shall ensure that the Adobe Software is distributed to
- end users under an enforceable end user license agreement, in favor of
- Sublicensee and its suppliers containing at least each of the following
- minimum terms (the “End-User License”): (i) a prohibition against
- distribution and copying, (ii) a prohibition against modifications and
- derivative works, (iii) a prohibition against decompiling, reverse
- engineering, disassembling, and otherwise reducing the Adobe Software
- to a human-perceivable form, (iv) a provision indicating ownership of
- Sublicensee Product (as defined in Section 8) by Sublicensee and its
- licensors, (v) a disclaimer of indirect, special, incidental, punitive,
- and consequential damages, and (vi) other industry standard disclaimers
- and limitations, including, as applicable: a disclaimer of all
- applicable statutory warranties, to the full extent allowed by law.
-
- (b) Sublicensee shall ensure that the Adobe Software is distributed to
- Sublicensee’s distributors under an enforceable distribution license
- agreement, in favor of Sublicensee and its suppliers containing terms
- as protective of Adobe as the Adobe Terms.
-
- 4. Opensource. Sublicensee will not directly or indirectly grant, or
- purport to grant, to any third party any rights or immunities under
- Adobe’s intellectual property or proprietary rights that will subject
- such intellectual property to an open source license or scheme in which
- there is or could be interpreted to be a requirement that as a
- condition of use, modification and/or distribution, the Adobe Software
- be: (i) disclosed or distributed in source code form; (ii) licensed for
- the purpose of making derivative works; or (iii) redistributable at no
- charge. For clarification purposes, the foregoing restriction does not
- preclude Sublicensee from distributing, and Sublicensee will distribute
- the Adobe Software as bundled with the Google Software, without charge.
-
- 5. Additional Terms. With respect to any update, upgrade, new versions
- of the Adobe Software (collectively “Upgrades”) provided to
- Sublicenses, Adobe reserves the right to require additional terms and
- conditions applicable solely to the Upgrade and future versions
- thereof, and solely to the extent that such restrictions are imposed by
- Adobe on all licensees of such Upgrade. If Sublicensee does not agree
- to such additional terms or conditions, Sublicensee will have no
- license rights with respect to such Upgrade, and Sublicensee’s license
- rights with respect to the Adobe Software will terminate automatically
- on the 90th day from the date such additional terms are made available
- to Sublicensee.
-
- 6. Proprietary Rights Notices. Sublicensee shall not, and shall require
- its distributors not to, delete or in any manner alter the copyright
- notices, trademarks, logos or related notices, or other proprietary
- rights notices of Adobe (and its licensors, if any) appearing on or
- within the Adobe Software or accompanying materials.
-
- 7. Technical Requirements. Sublicensee and its distributors may only
- distribute Adobe Software and/or Upgrade on devices that (i) meet the
- technical specifications posted on
- http://www.adobe.com/mobile/licensees, (or a successor web site
- thereto), and (ii) has been verified by Adobe as set forth below.
-
- 8. Verification and Update. Sublicensee must submit to Adobe each
- Sublicensee product (and each version thereof) containing the Adobe
- Software and/or Upgrade (“Sublicensee Product”) that do not meet the
- Device Verification exemption criteria to be communicated by Google,
- for Adobe to verify. Sublicensee shall pay for each submission made by
- Sublicensee by procuring verification packages at Adobe’s then-current
- terms set forth at http://flashmobile.adobe.com/. Sublicensee Product
- that has not passed verification may not be distributed. Verification
- will be accomplished in accordance with Adobe’s then-current process
- described at http://flashmobile.adobe.com/ (“Verification”).
-
- 9. Profiles and Device Central. Sublicensee will be prompted to enter
- certain profile information about the Sublicensee Products either as
- part of the Verification process or some other method, and Sublicensee
- will provide such information, to Adobe. Adobe may (i) use such profile
- information as reasonably necessary to verify the Sublicensee Product
- (if such product is subject to Verification), and (ii) display such
- profile information in “Adobe Device Intelligence system,” located at
- https://devices.adobe.com/partnerportal/, and made available through
- Adobe’s authoring and development tools and services to enable
- developers and end users to see how content or applications are
- displayed in Sublicensee Products (e.g. how video images appear in
- certain phones).
-
- 10. Export. Sublicensee acknowledges that the laws and regulations of
- the United States restrict the export and re-export of commodities and
- technical data of United States origin, which may include the Adobe
- Software. Sublicensee agrees that it will not export or re-export the
- Adobe Software, without the appropriate United States and foreign
- governmental clearances, if any.
-
- 11. Technology Pass-through Terms.
-
- (a) Except pursuant to applicable permissions or agreements therefor,
- from or with the applicable parties, Sublicensees shall not use and
- shall not allow the use of, the Adobe Software for the encoding or
- decoding of mp3 audio only (.mp3) data on any non-pc device (e.g.,
- mobile phone or set-top box), nor may the mp3 encoders or decoders
- contained in the Adobe Software be used or accessed by any product
- other than the Adobe Software. The Adobe Software may be used for the
- encoding or decoding of MP3 data contained within a swf or flv file,
- which contains video, picture or other data. Sublicensee shall
- acknowledge that use of the Adobe Software for non-PC devices, as
- described in the prohibitions in this section, may require the payment
- of licensing royalties or other amounts to third parties who may hold
- intellectual property rights related to the MP3 technology and that
- Adobe nor Sublicensee has not paid any royalties or other amounts on
- account of third party intellectual property rights for such use. If
- Sublicensee requires an MP3 encoder or decoder for such use,
- Sublicensee is responsible for obtaining the necessary intellectual
- property license, including any applicable patent rights.
-
- (b) Sublicensee will not use, copy, reproduce and modify (i) the On2
- source code (provided hereunder as a component of the Source Code) as
- necessary to enable the Adobe Software to decode video in the Flash
- video file format (.flv or .f4v), and (ii) the Sorenson Spark source
- code (provided hereunder as a component of the Source Code) for the
- limited purpose of making bug fixes and performance enhancements to the
- Adobe Software. All codecs provided with the Adobe Software may only be
- used and distributed as an integrated part of the Adobe Software and
- may not be accessed by any other application, including other Google
- applications.
-
- (c) The Source Code may be provided with an AAC codec and/or HE-AAC
- codec (“the AAC Codec”). Use of the AAC Codec is conditioned on
- Sublicensee obtaining a proper patent license covering necessary
- patents as provided by VIA Licensing, for end products on or in which
- the AAC Codec will be used. Sublicensee acknowledges and agrees that
- Adobe is not providing a patent license for an AAC Codec under this
- Agreement to Sublicensee or its sublicensees.
-
- (d) THE SOURCE CODE MAY CONTAIN CODE LICENSED UNDER THE AVC PATENT
- PORTFOLIO LICENSE FOR THE PERSONAL NON-COMMERCIAL USE OF A CONSUMER TO
- (i) ENCODE VIDEO IN COMPLIANCE WITH THE AVC STANDARD ("AVC VIDEO")
- AND/OR (ii) DECODE AVC VIDEO THAT WAS ENCODED BY A CONSUMER ENGAGED IN
- A PERSONAL NON-COMMERCIAL ACTIVITY AND/OR WAS OBTAINED FROM A VIDEO
- PROVIDER LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED OR WILL
- BE IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE OBTAINED
- FROM MPEG LA, L.L.C. See http://www.mpegla.com
-
- 12. Update. Sublicensee will not circumvent Google’s or Adobe’s efforts
- to update the Adobe Software in all Sublicensee’s products
- incorporating the Adobe Software as bundled with the Google Software
- (“Sublicensee Products”).
-
- 13. Attribution and Proprietary Notices. Sublicensee will list the
- Adobe Software in publicly available Sublicensee Product specifications
- and include appropriate Adobe Software branding (specifically excluding
- the Adobe corporate logo) on the Sublicensee Product packaging or
- marketing materials in a manner consistent with branding of other third
- party products contained within the Sublicensee Product.
-
- 14. No Warranty. THE ADOBE SOFTWARE IS MADE AVAILABLE TO SUBLICENSEE
- FOR USE AND REPRODUCTION “AS IS” AND ADOBE MAKES NO WARRANTY AS TO ITS
- USE OR PERFORMANCE. ADOBE AND ITS SUPPLIERS DO NOT AND CANNOT WARRANT
- THE PERFORMANCE OR RESULTS OBTAINED BY USING THE ADOBE SOFTWARE. EXCEPT
- FOR ANY WARRANTY, CONDITION, REPRESENTATION OR TERM TO THE EXTENT TO
- WHICH THE SAME CANNOT OR MAY NOT BE EXCLUDED OR LIMITED BY LAW
- APPLICABLE TO SUBLICENSEEIN SUBLICENSEE’S JURISDICTION, ADOBE AND ITS
- SUPPLIERS MAKE NO WARRANTIES, CONDITIONS, REPRESENTATIONS, OR TERMS
- (EXPRESS OR IMPLIED WHETHER BY STATUTE, COMMON LAW, CUSTOM, USAGE OR
- OTHERWISE) AS TO ANY MATTER INCLUDING WITHOUT LIMITATION
- NONINFRINGEMENT OF THIRD PARTY RIGHTS, MERCHANTABILITY, INTEGRATION,
- SATISFACTORY QUALITY, OR FITNESS FOR ANY PARTICULAR PURPOSE.
- SUBLICENSEE AGREES THAT SUBLICENSEE SHALL NOT MAKE ANY WARRANTY,
- EXPRESS OR IMPLIED, ON BEHALF OF ADOBE.
-
- 15. Limitation of Liability. IN NO EVENT WILL ADOBE OR ITS SUPPLIERS BE
- LIABLE TO SUBLICENSEE FOR ANY DAMAGES, CLAIMS OR COSTS WHATSOEVER OR
- ANY CONSEQUENTIAL, INDIRECT, OR INCIDENTAL DAMAGES, OR ANY LOST PROFITS
- OR LOST SAVINGS, EVEN IF AN ADOBE REPRESENTATIVE HAS BEEN ADVISED OF
- THE POSSIBILITY OF SUCH LOSS, DAMAGES, CLAIMS OR COSTS OR FOR ANY CLAIM
- BY ANY THIRD PARTY. THE FOREGOING LIMITATIONS AND EXCLUSIONS APPLY TO
- THE EXTENT PERMITTED BY APPLICABLE LAW IN SUBLICENSEE’S JURISDICTION.
- ADOBE’S AGGREGATE LIABILITY AND THAT OF ITS SUPPLIERS UNDER OR IN
- CONNECTION WITH THIS AGREEMENT SHALL BE LIMITED TO ONE THOUSAND DOLLARS
- (US$1,000). Nothing contained in this Agreement limits Adobe’s
- liability to Sublicensee in the event of death or personal injury
- resulting from Adobe’s negligence or for the tort of deceit (fraud).
- Adobe is acting on behalf of its suppliers for the purpose of
- disclaiming, excluding and/or limiting obligations, warranties and
- liability as provided in this Agreement, but in no other respects and
- for no other purpose.
-
- 16. Content Protection Terms
-
- (a) Definitions.
-
- “Compliance and Robustness Rules” means the document setting forth
- compliance and robustness rules for the Adobe Software located at
- http://www.adobe.com/mobile/licensees, or a successor web site thereto.
-
- “Content Protection Functions” means those aspects of the Adobe
- Software that are designed to ensure compliance with the Compliance and
- Robustness Rules, and to prevent playback, copying, modification,
- redistribution or other actions with respect to digital content
- distributed for consumption by users of the Adobe Software when such
- actions are not authorized by the owners of such digital content or its
- licensed distributors.
-
- “Content Protection Code” means code within certain designated versions
- of the Adobe Software that enables certain Content Protection
- Functions.
-
- “Key” means a cryptographic value contained in the Adobe Software for
- use in decrypting digital content.
-
- (b) License Restrictions. Sublicensee’s right to exercise the licenses
- with respect to the Adobe Software is subject to the following
- additional restrictions and obligations. Sublicensee will ensure that
- Sublicensee’s customers comply with these restrictions and obligations
- to the same extent imposed on Sublicensee with respect to the Adobe
- Software; any failure by Sublicensee’s customers to comply with these
- additional restrictions and obligations shall be treated as a material
- breach by Sublicensee.
-
- b.1. Sublicensee and customers may only distribute the Adobe Software
- that meets the Robustness and Compliance Rules as so confirmed by
- Sublicensee during the verification process described above in the
- Adobe Terms.
-
- b.2. Sublicensee shall not (i) circumvent the Content Protection
- Functions of either the Adobe Software or any related Adobe Software
- that is used to encrypt or decrypt digital content for authorized
- consumption by users of the Adobe Software, or (ii) develop or
- distribute products that are designed to circumvent the Content
- Protection Functions of either the Adobe Software or any Adobe Software
- that is used to encrypt or decrypt digital content for authorized
- consumption by users of the Adobe Software.
-
- (c) The Keys are hereby designated as Adobe’s Confidential Information,
- and Sublicensee will, with respect to the Keys, adhere to Adobe’s
- Source Code Handling Procedure (to be provided by Adobe upon request).
-
- (d) Injunctive Relief. Sublicensee agrees that a breach of this
- Agreement may compromise the Content Protection Functions of the Adobe
- Software and may cause unique and lasting harm to the interests of
- Adobe and owners of digital content that rely on such Content
- Protection Functions, and that monetary damages may be inadequate to
- compensate fully for such harm. Therefore, Sublicensee further agrees
- that Adobe may be entitled to seek injunctive relief to prevent or
- limit the harm caused by any such breach, in addition to monetary
- damages.
-
- 17. Intended Third-party Beneficiary. Adobe Systems Incorporated and
- Adobe Software Ireland Limited are the intended third-party
- beneficiaries of Google’s agreement with Sublicensee with respect to
- the Adobe Software, including but not limited to, the Adobe Terms.
- Sublicensee agrees, notwithstanding anything to the contrary in its
- agreement with Google, that Google may disclose Sublicensee’s identity
- to Adobe and certify in writing that Sublicensee has entered into a
- license agreement with Google which includes the Adobe Terms.
- Sublicensee must have an agreement with each of its licensees, and if
- such licensees are allowed to redistribute the Adobe Software, such
- agreement will include the Adobe Terms.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/grass-ipafonts b/sdk_container/src/third_party/portage-stable/licenses/grass-ipafonts
deleted file mode 100644
index c8e1c527bbd..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/grass-ipafonts
+++ /dev/null
@@ -1,28 +0,0 @@
-This document must be used as reference. Please consult
-/usr/share/doc/ja-ipafonts-[version]/license-ipafonts.eucjp.gz.
-
---
-
-Terms of redistribution of IPA (Information-technology Promotion Agency,
-Japan) fonts
-
-"GRASS Japan web site" (http://www.grass-japan.org/FOSS4G/) administrator
- Orkney Inc., Japan
-
-Redistribution of IPA fonts (hereinafter referred to as the "fonts"),
-which is delivered or distributed by "GRASS Japan web site"
-(http://www.grass-japan.org/FOSS4G/) administrator and Orkney Inc.,
-provided as a part of GRASS GIS / MapServer / PostGIS (hereinafter
-referred to as the "software"), achievements of "Open Source GIS Platform
-Development" (Information-technology Promotion Agency, Japan, Open
-Software Utilization Infrastructure Improvement Program, 2003) is
-permitted provided that the following conditions are met:
-
-1) Redistribution of Fonts is allowed only when users bundle the fonts
-to redistributed software and attach this document.
-2) When redistributing, users must express that the fonts being
-redistributed is IPA fonts clearly.
-3) 1) and 2) also apply to modified IPA fonts or derivatives.
-4) "GRASS Japan web site" administrator, Orkney Inc., and
-Information-technology Promotion Agency, Japan are not liable for
-any problem caused by the fonts.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/gsm b/sdk_container/src/third_party/portage-stable/licenses/gsm
deleted file mode 100644
index 28fbb3ce157..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/gsm
+++ /dev/null
@@ -1,35 +0,0 @@
-Copyright 1992, 1993, 1994 by Jutta Degener and Carsten Bormann,
-Technische Universitaet Berlin
-
-Any use of this software is permitted provided that this notice is not
-removed and that neither the authors nor the Technische Universitaet Berlin
-are deemed to have made any representations as to the suitability of this
-software for any purpose nor are held responsible for any defects of
-this software. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
-
-As a matter of courtesy, the authors request to be informed about uses
-this software has found, about bugs in this software, and about any
-improvements that may be of general interest.
-
-Berlin, 28.11.1994
-Jutta Degener
-Carsten Bormann
-
- oOo
-
-Since the original terms of 15 years ago maybe do not make our
-intentions completely clear given today's refined usage of the legal
-terms, we append this additional permission:
-
- Permission to use, copy, modify, and distribute this software
- for any purpose with or without fee is hereby granted,
- provided that this notice is not removed and that neither
- the authors nor the Technische Universitaet Berlin are
- deemed to have made any representations as to the suitability
- of this software for any purpose nor are held responsible
- for any defects of this software. THERE IS ABSOLUTELY NO
- WARRANTY FOR THIS SOFTWARE.
-
-Berkeley/Bremen, 05.04.2009
-Jutta Degener
-Carsten Bormann
diff --git a/sdk_container/src/third_party/portage-stable/licenses/guild b/sdk_container/src/third_party/portage-stable/licenses/guild
deleted file mode 100644
index fa506d3b35e..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/guild
+++ /dev/null
@@ -1,93 +0,0 @@
-License For Customer Use of Software Developed by Guild Software, Inc.
-
-IMPORTANT NOTICE -- READ CAREFULLY: This License For Customer Use of Software
-Developed by Guild Software, Inc ("LICENSE") is the agreement which governs
-use of the software of Guild Software Corporation and its subsidiaries
-("GUILD") downloadable herefrom, including computer software and associated
-printed materials ("SOFTWARE"). By downloading, installing, copying, or
-otherwise using the SOFTWARE, you agree to be bound by the terms of this
-LICENSE. If you do not agree to the terms of this LICENSE, do not download the
-SOFTWARE.
-
-1. DEFINITIONS
-
-1.1 Customer. Customer means the entity or individual that downloads the
-SOFTWARE.
-
-2. GRANT OF LICENSE
-
-2.1 Rights and Limitations of Grant. GUILD hereby grants Customer the
-following non-exclusive, non-transferable right to use the SOFTWARE, with the
-following limitations:
-
-2.1.1 Rights. Customer may install and use one copy of the SOFTWARE on a
-single computer, and except for making one back-up copy of the Software, may
-not otherwise copy the SOFTWARE. This LICENSE of SOFTWARE may not be shared or
-used concurrently on different computers.
-
-2.1.2 Limitations.
-
-No Reverse Engineering. Customer may not reverse engineer, decompile, or
-disassemble the SOFTWARE, nor attempt in any other manner to obtain the source
-code.
-
-No Separation of Components. The SOFTWARE is licensed as a single product. Its
-component parts may not be separated for use on more than one computer, nor
-otherwise used separately from the other parts.
-
-No Sales Or Rental. Customer may not sell, rent or lease the SOFTWARE to
-someone else.
-
-3. TERMINATION
-
-This LICENSE will automatically terminate if Customer fails to comply with any
-of the terms and conditions hereof. In such event, Customer must destroy all
-copies of the SOFTWARE and all of its component parts.
-
-4. COPYRIGHT
-
-All title and copyrights in and to the SOFTWARE (including but not limited to
-all images, photographs, animations, video, audio, music, text, and other
-information incorporated into the SOFTWARE), the accompanying printed
-materials, and any copies of the SOFTWARE, are owned by GUILD, or its
-suppliers. The SOFTWARE is protected by copyright laws and international
-treaty provisions. Accordingly, Customer is required to treat the SOFTWARE
-like any other copyrighted material, except as otherwise allowed pursuant to
-this LICENSE and that it may make one copy of the SOFTWARE solely for backup
-or archive purposes.
-
-5. APPLICABLE LAW
-
-This agreement shall be deemed to have been made in, and shall be construed
-pursuant to, the laws of the State of Wisconsin.
-
-6. DISCLAIMER OF WARRANTIES AND LIMITATION ON LIABILITY
-
-6.1 No Warranties. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE
-SOFTWARE IS PROVIDED "AS IS" AND GUILD AND ITS SUPPLIERS DISCLAIM ALL
-WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-
-6.2 No Liability for Consequential Damages. TO THE MAXIMUM EXTENT PERMITTED BY
-APPLICABLE LAW, IN NO EVENT SHALL GUILD OR ITS SUPPLIERS BE LIABLE FOR ANY
-SPECIAL, INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING,
-WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS
-INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS)
-ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF GUILD HAS
-BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-7. MISCELLANEOUS
-
-The United Nations Convention on Contracts for the International Sale of Goods
-is specifically disclaimed. If any provision of this LICENSE is inconsistent
-with, or cannot be fully enforced under, the law, such provision will be
-construed as limited to the extent necessary to be consistent with and fully
-enforceable under the law. This agreement is the final, complete and exclusive
-agreement between the parties relating to the subject matter hereof, and
-supersedes all prior or contemporaneous understandings and agreements relating
-to such subject matter, whether oral or written. Customer agrees that it will
-not ship, transfer or export the SOFTWARE into any country, or use the
-SOFTWARE in any manner, prohibited by the United States Bureau of Export
-Administration or any export laws, restrictions or regulations. This LICENSE
-may only be modified in writing signed by an authorized officer of GUILD.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/hp-proliant-essentials b/sdk_container/src/third_party/portage-stable/licenses/hp-proliant-essentials
deleted file mode 100644
index bef7309ef57..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/hp-proliant-essentials
+++ /dev/null
@@ -1,338 +0,0 @@
-
-
- PROLIANT ESSENTIALS SOFTWARE
-
- END USER LICENSE AGREEMENT
-
-PLEASE READ THIS END USER LICENSE AGREEMENT ("AGREEMENT") CAREFULLY. THIS
-AGREEMENT IS A LEGAL AGREEMENT BETWEEN YOU (EITHER AN INDIVIDUAL OR SINGLE
-ENTITY) ("YOU") AND HEWLETT-PACKARD COMPANY ("HP"). BY CLICKING THE "AGREE"
-BUTTON BELOW, COPYING, INSTALLING, OR OTHERWISE USING THE SOFTWARE,
-(i) YOU DO SO WITH THE INTENT TO ELECTRONICALLY "EXECUTE" THIS AGREEMENT, AND
-(ii) YOU AGREE TO BE BOUND BY AND COMPLY WITH THE FOLLOWING TERMS AND
-CONDITIONS, INCLUDING THE WARRANTY STATEMENT, AS WELL AS ANY TERMS AND
-CONDITIONS CONTAINED IN THE "ANCILLARY SOFTWARE" LIST.
-
-IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT,
-(A) IF THIS AGREEMENT IS DISPLAYED ELECTRONICALLY, YOU MAY INDICATE REJECTION
- OF THIS AGREEMENT BY CLICKING THE "DISAGREE" BUTTON;
-(B) YOU SHALL NOT INSTALL THE SOFTWARE; AND
-(C) HP DOES NOT GRANT YOU ANY RIGHTS TO USE THE SOFTWARE.
-NOTWITHSTANDING THE FOREGOING, INSTALLING OR OTHERWISE USING THE SOFTWARE
-INDICATES YOUR ACCEPTANCE OF THE TERMS AND CONDITIONS OF THIS AGREEMENT.
-IF YOU PURCHASED THE SOFTWARE, YOU MAY RETURN THE SOFTWARE TO THE PLACE OF
-PURCHASE FOR A FULL REFUND.
-
-THE SOFTWARE PROVIDED HEREIN, IS PROVIDED BY HP AND BY THIRD PARTIES, INCLUDING
-THE OPEN SOURCE COMMUNITY ("ANCILLARY SOFTWARE"). USE OF THE HP SOFTWARE, THE
-ANCILLARY SOFTWARE, ACCOMPANYING PRINTED MATERIALS, AND THE "ONLINE" OR
-ELECTRONIC DOCUMENTATION (COLLECTIVELY THE "PRODUCT") IS CONDITIONED UPON AND
-LIMITED BY THE FOLLOWING TERMS AND CONDITIONS, INCLUDING THE "AS IS WARRANTY
-STATEMENT" AND THE TERMS AND CONDITIONS OF THE ANCILLARY SOFTWARE LICENSE
-AGREEMENTS ("ANCILLARY SOFTWARE LICENSES").
-
-USE OF ANCILLARY SOFTWARE SHALL BE GOVERNED BY THE ANCILLARY SOFTWARE LICENSE,
-EXCEPT THAT THE DISCLAIMER OF WARRANTIES AND LIMITATION OF LIABILITIES
-PROVISIONS CONTAINED IN THE "AS-IS WARRANTY STATEMENT" OF THIS AGREEMENT SHALL
-ALSO APPLY TO SUCH ANCILLARY SOFTWARE. HP HAS IDENTIFIED ANCILLARY SOFTWARE
-BY EITHER NOTING THE ANCILLARY SOFTWARE PROVIDER"S OWNERSHIP WITHIN EACH
-ANCILLARY SOFTWARE PROGRAM FILE AND/OR BY PROVIDING LICENSING INFORMATION IN
-THE "ANCILLARY SOFTWARE" LIST. BY ACCEPTING THE TERMS AND CONDITIONS OF THIS
-AGREEMENT, YOU ARE ALSO ACCEPTING THE TERMS AND CONDITIONS OF EACH ANCILLARY
-SOFTWARE LICENSE IN THE ANCILLARY SOFTWARE LIST.
-
-IF AND ONLY IF THE PRODUCT INCLUDES SOFTWARE LICENSED UNDER THE GNU GENERAL
-PUBLIC LICENSE ("GPL SOFTWARE"), YOU MAY OBTAIN A COMPLETE MACHINE-READABLE
-COPY OF THE GPL SOFTWARE SOURCE CODE ("GPL SOURCE CODE") BY DOWNLOAD FROM A
-SITE SPECIFIED IN THE FOLLOWING HP WEBSITE:
-HTTP://H18004.WWW1.HP.COM/PRODUCTS/SERVERS/PROLIANTESSENTIALS/VALUEPACK/LICENSING.HTML.
-UPON YOUR WRITTEN REQUEST, HP WILL PROVIDE, FOR A FEE COVERING THE COST OF
-DISTRIBUTION, A COMPLETE MACHINE-READABLE COPY OF THE GPL SOURCE CODE, BY MAIL,
-TO YOU. INFORMATION ABOUT HOW TO MAKE A WRITTEN REQUEST FOR GPL SOURCE CODE
-MAY BE FOUND AT THE FOLLOWING WEBSITE:
-HTTP://H18004.WWW1.HP.COM/PRODUCTS/SERVERS/PROLIANTESSENTIALS/VALUEPACK/LICENSING.HTML .
-
-
-LICENSE TERMS
-
-SUBJECT TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND ANY RIGHTS,
-LIMITATIONS AND OBLIGATIONS SET FORTH IN THE ANCILLARY SOFTWARE LICENSES:
-
-1. LICENSE GRANT
-
-a. IF SOFTWARE DOES NOT REQUIRE AN ACTIVATION KEY. If the Software does
-not require an Activation Key and provided that You comply with all the terms
-and conditions of this Agreement, HP grants You a non-exclusive,
-non-transferable (except as provided in Section 16), worldwide (except for the
-countries referenced in Section 12) license under HP's copyrights, to install,
-copy on as many computers as you need for your business, use, execute, make
-archival or backup copies, and display ("Use") the object code version of the
-Product on the computer(s) on which this Product is installed and in the
-operating environment as identified by HP in the accompanying materials.
-
-b. IF SOFTWARE REQUIRES AN ACTIVATION KEY. If the Software requires an
-Activation Key, and provided that You comply with all terms and conditions of
-this Agreement, then depending upon the specific hardware configuration You
-employ, HP grants You the following license ("License Type") and rights:
-
- Authorized Copies. You are licensed to install, make Authorized Copies
-of (as defined in this section), execute, and display ("Use") the object code
-version of the Product on an equivalent number of Computers, Host/Client Pairs,
-Computer Nodes, or Clustered Computers (as defined in the table below) as you
-have Authorized Copies. Authorized Copies is defined as the number of copies
-that you have paid for as stated in the invoice or comparable document
-evidencing an authorized quantity.
-
-LICENSE TYPE SOFTWARE INSTALLS TO: LICENSED RIGHTS
- (hardware configuration)
-------------------------------------------------------------------------------
-Computer A computer You have a right to install
- and Use the Product on a single
- computer. The installed copy
- may not be transferred to or
- used on any other computer.
-
-------------------------------------------------------------------------------
-Node/Client A set of computers with a You have a right to install and
- minimum of one host and one Use the Product on a Host/Client
- client connected to each Pair or a Single Node. Copies
- other ("Host/Client Pair"), of the Product installed on a
- or in certain instances, a Host/Client Pair or Single Node
- single computer may not be transferred to any
- ("Single Node") other host or client computers
- or other single nodes. You can
- continue to Use the Product on
- licensed clients when a new
- server is introduced to the
- licensed clients.
-
-------------------------------------------------------------------------------
-Cluster More than two computers You have a right to install and
- physically connected together Use the Product on each
- in a cluster configuration Clustered Computer. The
- (each of which is referred to installed copy may not be
- as "Clustered Computer") transferred to or used on any
- other computer.
-
-
- Storage. You may copy the Product into the local memory or storage
-device of the hardware configuration loaded with the Authorized Copies. You may
-copy the Product onto a reasonable number of network servers or a secure
-intranet for the sole purpose of distributing the Product to the Computers,
-Host/Client Pairs, Computer Nodes, or Clustered Computers. You may make
-archival or back-up copies of the Product. You shall keep the activation key
-with the hardware configuration to which the activation key is licensed. You
-should keep copies of the activation key information for future retrieval
-purposes.
-
-2. NEW RELEASES. "New Release" means a release of the Product that may
-contain fixes, corrections, or minor improvements to the Product. New Releases
-are distributed from time to time solely at the option of HP. If HP offers a
-New Release, it may come with its own terms and conditions, however if it does
-not, You may use the New Release only under the terms and conditions of this
-Agreement.
-3. NEW VERSIONS. "New Version" means a version of the Product that may
-contain significant changes, enhancements, and/or functional improvements to
-the Product. New Versions are distributed solely at the option of HP. If HP
-offers a New Version, it may come with its own terms and conditions, however
-if it does not, You may use the New Version only under the terms and conditions
-of this Agreement.
-4. OWNERSHIP. The Product is owned and copyrighted by Hewlett-Packard
-Development Company, L.P., HP's intellectual property management company, and
-by third party suppliers, except for the Ancillary Software, which is owned and
-copyrighted by the Ancillary Software providers indicated in the ANCILLARY
-SOFTWARE list. Your right to Use the Product confers no title or ownership and
-is not a sale of the Product or any part thereof. Third party suppliers and
-Ancillary Software providers are intended beneficiaries under this Agreement
-and may protect their rights in their respective portions of the Product
-directly against You.
-5. TRANSFER. Without the prior written consent of HP, or unless
-specifically permitted in the Ancillary Software License, You have no right
-(a) to rent, lease, lend, or otherwise transfer the rights to the Product to
-anyone else; (b) to Use the Product for commercial timesharing or bureau use;
-or (c) to copy the Product onto any public or distributed network.
-6. COPYRIGHT. United States copyright laws, other countries' copyright
-laws, and international treaty provisions protect the Product. You shall not
-remove any product identification, copyright notices, or proprietary notices
-from the Product.
-7. SUPPORT. Support terms and conditions and contact information are
-detailed in the Worldwide Limited Warranty and Technical Support for Industry
-Standard Server Products statement ("Support Statement"), a copy of which is
-available on the HP web site at www.hp.com. Subject to the terms of the
-Support Statement, for HP software products installed on HP computers,
-technical support for questions regarding media and Product installation may
-be available for a ninety (90) day period from the date of purchase of the HP
-computer on which this Product is installed ("Support Term"). To access this
-support in North America, call the HP Technical Support Phone Center at
-1-800-652-6672. This service is available during normal business hours,
-Monday through Friday, during the Support Term. Outside North America, call
-the nearest HP Technical Support Center. No other support, including
-without limitation any on-site support, is provided under this Agreement.
-8. LIMITATION ON REVERSE ENGINEERING. Reverse engineering of Ancillary
-Software shall be governed by its respective Ancillary Software License. As
-for the remainder of the Product, You shall not modify, disassemble, reverse
-engineer, decompile, decrypt, or otherwise attempt to access or determine the
-source code of the Product without HP's prior written consent. Where You have
-other statutory rights with regard to software, You shall provide HP with
-reasonably detailed information regarding any intended disassembly or
-decompilation of the Product prior to performing such disassembly or
-decompilation. You shall not decrypt the Product unless necessary for the
-licensed Use of the Product.
-9. RESERVATION OF RIGHTS. HP, its third party suppliers, and Ancillary
-Software providers reserve all rights not expressly granted to You in this
-Agreement.
-10. TERM AND TERMINATION. You may exercise the rights of this Agreement
-and of the Ancillary Software Licenses for a period of time starting at Your
-acceptance of the terms and conditions of this Agreement and for so long as
-You meet such terms and conditions ("Term"). Notwithstanding the foregoing,
-HP may terminate Your right to Use the Product, upon notice, for Your failure
-to comply with any such term or condition. Immediately upon termination, You
-shall remove, destroy, or return to HP all copies of the Product, including
-those copies of the Product that are merged into Your adaptations, except for
-individual pieces of data in Your database. With HP's prior written consent,
-one copy of the Product may be retained, for archival purposes only, subsequent
-to termination. You may terminate this Agreement at any time by returning or
-destroying the Product together with merged portions in any form.
-11. CONFIDENTIAL COMPUTER SOFTWARE. Valid license from HP required for
-possession, use, or copying. Consistent with FAR 12.211 and 12.212, Commercial
-Computer Software, Computer Software Documentation, and Technical Data for
-Commercial Items are licensed to the U.S. Government under vendor's standard
-commercial license.
-12. COMPLIANCE WITH LAW. The Product and any associated hardware,
-software, technology or services may not be exported, reexported, transferred
-or downloaded to persons or entities listed on the U.S. Department of Commerce
-Denied Persons List, Entity List of proliferation concern, or on any U.S.
-Treasury Department Designated Nationals exclusion list, any country under
-U.S. economic embargo, or to parties directly or indirectly involved in the
-development or production of nuclear, chemical, biological weapons or in
-missile technology programs as specified in the U.S. Export Administration
-Regulations (15 CFR 744). By accepting this Agreement You confirm that You
-are not (i) located in (or a national resident of) any country under U.S.
-economic embargo, (ii) identified on any U.S. Department of Commerce Denied
-Persons List, Entity List or Treasury Department Designated Nationals exclusion
-list, and (iii) directly or indirectly involved in the development or
-production of nuclear, chemical, biological weapons or in missile technology
-programs as specified in the U.S. Export Administration Regulations.
-13. APPLICABLE LAW. This Agreement shall be construed in accordance with
-the laws of the State of Texas, without regard to conflict of laws principles.
-The United Nations Convention on Contracts for the International Sale of Goods
-is specifically disclaimed. If the Product was acquired outside the United
-States, then local law may apply.
-14. SEVERABILITY. If any term or provision of this Agreement is determined
-to be illegal or unenforceable, the validity or enforceability of the remainder
-of the terms or provisions herein will remain valid and in full force and
-effect. Failure or delay in enforcing any right or provision of this Agreement
-shall not be deemed a waiver of such right or provision with respect to any
-subsequent breach. Provisions herein, which by their nature extend beyond the
-termination of the license in the Product, will remain in effect until
-fulfilled.
-15. CONSENT TO USE OF DATA. You agree that HP may collect and use technical
-information that You provide in connection with Your Use and request for
-technical support of the Product from HP, however, HP will not use this
-information in a form that personally identifies You.
-16. ASSIGNMENT. You may not assign, sublicense or transfer this Agreement,
-the Product, or any rights or obligations hereunder without the prior written
-consent of HP. Any such attempted assignment, sublicense, or transfer will be
-null and void, and in such event, HP may terminate this Agreement immediately.
-Notwithstanding the foregoing, You may assign this Agreement and the rights
-granted hereunder with the transfer of all or substantially all of Your
-business. The right to assign or transfer Ancillary Software is governed by
-the terms and conditions of the Ancillary Software Licenses.
-17. ENTIRE AGREEMENT. This Agreement, including all Ancillary Software
-Licenses in the ANCILLARY SOFTWARE list, is the final, complete and exclusive
-agreement between You and HP relating to the Product, and supersedes any
-previous communications, representations, or agreements between the parties,
-whether oral or written, regarding the subject matter hereof. Any additional
-or different terms and conditions not expressly set forth herein will not
-apply. This Agreement may not be changed except by an amendment signed by an
-authorized representative of both You and HP. To the extent the terms of any
-HP policies or programs for support services conflict with the terms of this
-Agreement, the terms of this Agreement shall control.
-18. WARRANTY
-
- a. NO ACTIVATION KEY REQUIRED SOFTWARE - AS-IS WARRANTY STATEMENT:
-
- DISCLAIMER. TO THE EXTENT ALLOWED BY APPLICABLE LAW, THIS PRODUCT AND
-SUPPORT SERVICES, IF ANY, ARE PROVIDED TO YOU "AS IS" WITHOUT WARRANTIES OF
-ANY KIND, WHETHER ORAL OR WRITTEN, EXPRESS OR IMPLIED. HP SPECIFICALLY
-DISCLAIMS ANY IMPLIED WARRANTIES OF ANY KIND, INCLUDING WITHOUT LIMITATION,
-WARRANTY OF MERCHANTABILITY, SATISFACTORY QUALITY, NON-INFRINGEMENT, TITLE,
-ACCURACY OF INFORMATIONAL CONTENT, FITNESS FOR A PARTICULAR PURPOSE, ACCURACY
-OR COMPLETENESS OF RESPONSES, RESULTS, OR WORKMANLIKE EFFORT, LACK OF VIRUSES,
-AND LACK OF NEGLIGENCE, ALL WITH REGARD TO THE PRODUCT, AND THE PROVISION OF
-OR FAILURE TO PROVIDE SUPPORT SERVICES. IN ADDITION, WITHOUT LIMITATION,
-THERE IS NO WARRANTY OF QUIET ENJOYMENT, QUIET POSSESSION AND CORRESPONDENCE
-TO DESCRIPTION WITH REGARD TO THE PRODUCT. YOU ASSUME THE ENTIRE RISK AS TO
-THE RESULTS AND PERFORMANCE OF THE PRODUCT. NO ORAL OR WRITTEN INFORMATION OR
-ADVICE GIVEN BY HP, HP"S AUTHORIZED REPRESENTATIVES, OR ANY OTHER PARTY SHALL
-CREATE A WARRANTY OR AMEND THIS "AS IS" WARRANTY. Some jurisdictions do not
-allow exclusions of implied warranties or conditions, so the above exclusion
-may not apply to You to the extent prohibited by such local laws. You may have
-other rights that vary from country to country, state to state, or province to
-province.
-
- b. ACTIVATION KEY REQUIRED SOFTWARE - LIMITED WARRANTY.
-
-HP warrants that the Product will perform substantially in accordance with the
-accompanying materials for a period of ninety (90) days from the date of
-purchase. If an implied warranty or condition is created by Your
-state/jurisdiction and federal or state/provincial law prohibits disclaimer of
-it, You also have an implied warranty or condition, BUT ONLY AS TO DEFECTS FOR
-WHICH CLAIMS ARE MADE WITHIN NINETY (90) DAYS FROM THE DATE OF PURCHASE. AS TO
-ANY DEFECTS DISCOVERED FOR WHICH A CLAIM IS NOT MADE WITHIN THE NINETY-DAY
-PERIOD, THERE IS NO WARRANTY OR CONDITION OF ANY KIND.
-Some states/jurisdictions do not allow limitations on how long an implied
-warranty or condition lasts, so the above limitation may not apply to You.
-
- DISCLAIMER. The Limited Warranty that appears above is the only
-express warranty made to You and is provided in lieu of any other express
-warranties or implied warrantees (if any) created by any documentation,
-packaging or otherwise. EXCEPT FOR THE LIMITED WARRANTY, AND TO THE MAXIMUM
-EXTENT PERMITTED BY APPLICABLE LAW, HP AND ITS SUPPLIERS PROVIDE THE PRODUCT
-AND SUPPORT SERVICES (IF ANY) "AS IS" AND WITH ALL FAULTS, AND HEREBY DISCLAIM
-ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS, IMPLIED OR STATUTORY,
-INCLUDING, BUT NOT LIMITED TO, ANY (IF ANY) IMPLIED WARRANTIES, DUTIES OR
-CONDITIONS OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE,
-SATISFACTORY QUALITY, NON-INFRINGEMENT OF TITLE, OF ACCURACY OR COMPLETENESS
-OF RESPONSES, OF RESULTS, OF WORKMANLIKE EFFORT, OF LACK OF VIRUSES, AND OF
-LACK OF NEGLIGENCE, ALL WITH REGARD TO THE PRODUCT, AND THE PROVISIONS OF OR
-FAILURE TO PROVIDE SUPPORT SERVICES. ALSO, THERE IS NO WARRANTY OR CONDITION
-OF TITLE, QUIET ENJOYMENT, QUIET POSSESSION, CORRESPONDENCE TO DESCRIPTION,
-OR NON-INFRINGEMENT WITH REGARD TO THE PRODUCT.
-
-19. LIMITATION OF LIABILITY.
-
- a. FOR ALL SOFTWARE WHETHER OR NOT AN ACTIVATION KEY IS REQUIRED
-
-EXCEPT TO THE EXTENT PROHIBITED BY LOCAL LAW, IN NO EVENT WILL HP OR ITS
-SUBSIDIARIES, AFFILIATES, DIRECTORS, OFFICERS, EMPLOYEES, AGENTS OR SUPPLIERS
-BE LIABLE FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE,
-OR OTHER DAMAGES (INCLUDING LOST PROFIT, LOST DATA, OR DOWNTIME COSTS) ARISING
-OUT OF THE USE, THE INABILITY TO USE, OR THE RESULTS OF USE OF THE PRODUCT,
-WHETHER BASED IN WARRANTY, CONTRACT, TORT OR OTHER LEGAL THEORY, AND WHETHER
-OR NOT HP WAS ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THE PRODUCT IS NOT
-DESIGNED, MANUFACTURED OR INTENDED FOR USE IN THE PLANNING, CONSTRUCTION,
-MAINTENANCE, OR OPERATION OF A NUCLEAR FACILITY, AIRCRAFT NAVIGATION OR
-AIRCRAFT COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL, LIFE SUPPORT MACHINES,
-OR WEAPONS SYSTEMS (COLLECTIVELY "HIGH RISK APPLICATIONS"). YOU ARE SOLELY
-LIABLE IF THE PRODUCT IS USED FOR HIGH RISK APPLICATIONS, AND YOU SHALL
-INDEMNIFY, DEFEND AND HOLD HP HARMLESS FROM ALL LOSS, DAMAGE, EXPENSE OR
-LIABILITY IN CONNECTION WITH SUCH USE. YOU ASSUME THE ENTIRE RISK AS TO YOUR
-USE OF THE PRODUCT. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
-LIMITATION OF LIABILITY FOR INCIDENTIAL OR CONSEQUENTIAL DAMAGES, SO THE ABOVE
-LIMITATION MAY NOT APPLY TO YOU TO THE EXTENT PROHIBITED BY SUCH LOCAL LAWS.
-
- b. FOR SOFTWARE REQUIRING AN ACTIVATION KEY
-
-Notwithstanding any damages that You might incur for any reason whatsoever
-(including, without limitation, all damages referenced above and all direct
-or general damages), the entire liability of HP and any of its suppliers under
-any provision of this EULA and Your exclusive remedy for all of the foregoing
-(except for any remedy of repair or replacement if elected by HP with respect
-to any breach of the Limited Warranty) shall be limited to the greater of the
-amount actually paid by You for the Product or U.S. $5.00. The foregoing
-limitations, exclusions and disclaimers (including Warranty above) shall apply
-to the maximum extent permitted by applicable law, even if any remedy fails of
-its essential purpose.
-
-REV08/51/03 End User License Agreement
diff --git a/sdk_container/src/third_party/portage-stable/licenses/hpe b/sdk_container/src/third_party/portage-stable/licenses/hpe
deleted file mode 100644
index cbca4e6d35b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/hpe
+++ /dev/null
@@ -1,202 +0,0 @@
-HPE End User License Agreement – Enterprise Version
-
-1. Applicability. This end user license agreement (the "Agreement") governs
- the use of accompanying software, unless it is subject to a separate
- agreement between you and Hewlett Packard Enterprise Company and its
- subsidiaries (“HPE”). By downloading, copying, or using the software you
- agree to this Agreement. HPE provides translations of this Agreement in
- certain languages other than English, which may be found at:
- http://www.hpe.com/software/SWLicensing.
-
-2. Terms. This Agreement includes supporting material accompanying the
- software or referenced by HPE, which may be software license
- information, additional license authorizations, software specifications,
- published warranties, supplier terms, open source software licenses and
- similar content ("Supporting Material"). Additional license
- authorizations are at: http://www.hpe.com/software/SWLicensing.
-
-3. Authorization. If you agree to this Agreement on behalf of another
- person or entity, you warrant you have authority to do so.
-
-4. Consumer Rights. If you obtained software as a consumer, nothing in this
- Agreement affects your statutory rights.
-
-5. Electronic Delivery. HPE may elect to deliver software and related
- software product or license information by electronic transmission or
- download.
-
-6. License Grant. If you abide by this Agreement, HPE grants you a
- non-exclusive non-transferable license to use one copy of the version or
- release of the accompanying software for your internal purposes only,
- and is subject to any specific software licensing information that is in
- the software product or its Supporting Material.
-
-Your use is subject to the following restrictions, unless specifically
-allowed in Supporting Material:
-
- * You may not use software to provide services to third parties.
-
- * You may not make copies and distribute, resell or sublicense software
- to third parties.
-
- * You may not download and use patches, enhancements, bug fixes, or
- similar updates unless you have a license to the underlying software.
- However, such license doesn't automatically give you a right to receive
- such updates and HPE reserves the right to make such updates only
- available to customers with support contracts.
-
- * You may not copy software or make it available on a public or external
- distributed network.
-
- * You may not allow access on an intranet unless it is restricted to
- authorized users.
-
- * You may make one copy of the software for archival purposes or when it
- is an essential step in authorized use.
-
- * You may not modify, reverse engineer, disassemble, decrypt, decompile
- or make derivative works of software. If you have a mandatory right to
- do so under statute, you must inform HPE in writing about such
- modifications.
-
-7. Remote Monitoring. Some software may require keys or other technical
- protection measures and HPE may monitor your compliance with the
- Agreement, remotely or otherwise. If HPE makes a license management
- program for recording and reporting license usage information, you will
- use such program no later than 180 days from the date it's made
- available.
-
-8. Ownership. No transfer of ownership of any intellectual property will
- occur under this Agreement.
-
-9. Copyright Notices. You must reproduce copyright notices on software and
- documentation for authorized copies.
-
-10. Operating Systems. Operating system software may only be used on
- approved hardware and configurations.
-
-11. 90-day Limited Warranty for HPE Software.
-
- * HPE-branded software materially conforms to its specifications, if any,
- and is free of malware at the time of delivery; if you notify HPE
- within 90 days of delivery of non-conformance to this warranty, HPE
- will replace your copy. This Agreement states all remedies for warranty
- claims.
-
- * HPE does not warrant that the operation of software will be
- uninterrupted or error free, or that software will operate in hardware
- and software combinations other than as authorized by HPE in Supporting
- Material. To the extent permitted by law, HPE disclaims all other
- warranties.
-
-12. Intellectual Property Rights Infringement. HPE will defend and/or
- settle any claims against you that allege that HPE-branded software as
- supplied under this Agreement infringes the intellectual property
- rights of a third party. HPE will rely on your prompt notification of
- the claim and cooperation with our defense. HPE may modify the software
- so as to be non-infringing and materially equivalent, or we may procure
- a license. If these options are not available, we will refund to you
- the amount paid for the affected product in the first year or the
- depreciated value thereafter. HPE is not responsible for claims
- resulting from any unauthorized use of the software.
-
-13. Limitation of Liability. HPE's liability to you under this Agreement is
- limited to the amount actually paid by you to HPE for the relevant
- software, except for amounts in Section 12 ("Intellectual Property
- Rights Infringement"). Neither you nor HPE will be liable for lost
- revenues or profits, downtime costs, loss or damage to data or
- indirect, special or consequential costs or damages. This provision
- does not limit either party's liability for: unauthorized use of
- intellectual property, death or bodily injury caused by their
- negligence; acts of fraud; willful repudiation of the Agreement; or any
- liability that may not be excluded or limited by applicable law.
-
-14. Termination. This Agreement is effective until terminated or in the
- case of a limited-term license, upon expiration; however, your rights
- under this Agreement terminate if you fail to comply with it.
- Immediately upon termination or expiration, you will destroy the
- software and documentation and any copies, or return them to HPE. You
- may keep one copy of software and documentation for archival purposes.
- We may ask you to certify in writing you have complied with this
- section. Warranty disclaimers, the limitation of liability, this
- section on termination, and Section 15 ("General") will survive
- termination.
-
-15. General.
-
- a. Assignment. You may not assign this Agreement without prior written
- consent of HPE, payment of transfer fees and compliance with HPE's
- software license transfer policies. Authorized assignments will
- terminate your license to the software and you must deliver software
- and documentation and copies thereof to the assignee. The assignee
- will agree in writing to this Agreement. You may only transfer
- firmware if you transfer associated hardware.
-
- b. U.S. Government. If the software is licensed to you for use in the
- performance of a U.S. Government prime contract or subcontract, you
- agree that, consistent with FAR 12.211 and 12.212, commercial computer
- software, computer software documentation and technical data for
- commercial items are licensed under HPE's standard commercial license.
-
- c. Global Trade Compliance. You agree to comply with the trade-related
- laws and regulations of the U.S. and other national governments. If
- you export, import or otherwise transfer products provided under this
- Agreement, you will be responsible for obtaining any required export
- or import authorizations. You confirm that you are not located in a
- country that is subject to trade control sanctions (currently Cuba,
- Iran, N. Korea, N. Sudan, and Syria) and further agree that you will
- not retransfer the products to any such country. HPE may suspend its
- performance under this Agreement to the extent required by laws
- applicable to either party.
-
- d. Audit. HPE may audit you for compliance with the software license
- terms. Upon reasonable notice, HPE may conduct an audit during normal
- business hours (with the auditor's costs being at HPE's expense). If
- an audit reveals underpayments then you will pay to HPE such
- underpayments. If underpayments discovered exceed five (5) percent,
- you will reimburse HPE for the auditor costs.
-
- e. Open Source Components. To the extent the Supporting Material includes
- open source licenses, such licenses shall control over this Agreement
- with respect to the particular open source component. To the extent
- Supporting Material includes the GNU General Public License or the
- GNU Lesser General Public License: (a) the software includes a copy of
- the source code; or (b) if you downloaded the software from a website,
- a copy of the source code is available on the same website; or (c) if
- you send HPE written notice, HPE will send you a copy of the source
- code for a reasonable fee.
-
- f. Notices. Written notices under this Agreement may be provided to HPE
- via the method provided in the Supporting Material.
-
- g. Governing Law. This Agreement will be governed by the laws of the
- state of California, U.S.A., excluding rules as to choice and conflict
- of law. You and HPE agree that the United Nations Convention on
- Contracts for the International Sale of Goods will not apply.
-
- h. Force Majeure. Neither party will be liable for performance delays nor
- for non-performance due to causes beyond its reasonable control,
- except for payment obligations.
-
- i. Entire Agreement. This Agreement represents our entire understanding
- with respect to its subject matter and supersedes any previous
- communication or agreements that may exist. Modifications to the
- Agreement will be made only through a written amendment signed by both
- parties. If HPE doesn't exercise its rights under this Agreement, such
- delay is not a waiver of its rights.
-
-16. Australian Consumers. If you acquired the software as a consumer within
- the meaning of the 'Australian Consumer Law' under the Australian
- Competition and Consumer Act 2010 (Cth) then despite any other
- provision of this Agreement, the terms at this URL apply:
- http://www.hpe.com/software/SWLicensing.
-
-17. Russian Consumers. If you are based in the Russian Federation and the
- rights to use the software are provided to you under a separate license
- and/or sublicense agreement concluded between you and a duly authorized
- HPE partner, then this Agreement shall not be applicable.
-
-HPE End User License Agreement – Enterprise Version
-
-5012-3777 v1.5, 2016
-© Copyright 2015 Hewlett Packard Enterprise Development LP
diff --git a/sdk_container/src/third_party/portage-stable/licenses/hplip-plugin b/sdk_container/src/third_party/portage-stable/licenses/hplip-plugin
deleted file mode 100644
index e6a62418216..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/hplip-plugin
+++ /dev/null
@@ -1,24 +0,0 @@
-LICENSE TERMS FOR HP Linux Imaging and Printing (HPLIP) Driver Plug-in
-
-These License Terms govern your Use of the HPLIP Driver Plug-in Software (the "Software"). USE OF THE SOFTWARE INCLUDING, WITHOUT LIMITATION, ANY DOCUMENTATION, IS SUBJECT TO THESE LICENSE TERMS AND THE APPLICABLE AS-IS WARRANTY STATEMENT. BY DOWNLOADING AND INSTALLING THE SOFTWARE, YOU ARE AGREEING TO BE BOUND BY THESE TERMS. IF YOU DO NOT AGREE TO ALL OF THESE TERMS, DO NOT DOWNLOAD AND INSTALL THE SOFTWARE ON YOUR SYSTEM.
-
-1. License Grant. HP grants you a license to Use one copy of the Software with HP printing products only. "Use" includes using, storing, loading, installing, executing, and displaying the Software. You may not modify the Software or disable any licensing or control features of the Software.
-
-2. Ownership. The Software is owned and copyrighted by HP or its third party suppliers. Your license confers no title to, or ownership in, the Software and is not a sale of any rights in the Software. HP's third party suppliers may protect their rights in the Software in the event of any violation of these license terms.
-
-3. Copies and Adaptations. You may only make copies or adaptations of the Software for archival purposes or when copying or adaptation is an essential step in the authorized Use of the Software. You must reproduce all copyright notices in the original Software on all copies or adaptations. You may not copy the Software onto any public network.
-
-4. No Disassembly. You may not Disassemble the Software unless HP's prior written consent is obtained. "Disassemble" includes disassembling, decompiling, decrypting, and reverse engineering. In some jurisdictions, HP's consent may not be required for limited Disassembly. Upon request, you will provide HP with reasonably detailed information regarding any Disassembly.
-
-5. No Transfer. You may not assign, sublicense or otherwise transfer all or any part of these License Terms or the Software.
-
-6. Termination. HP may terminate your license, upon notice, for failure to comply with any of these License Terms. Upon termination, you must immediately destroy the Software, together with all copies, adaptations and merged portions in any form.
-
-7. Export Requirements. You may not export or re-export the Software or any copy or adaptation in violation of any applicable laws or regulations.
-
-8. U.S. Government Restricted Rights. The Software has been developed entirely at private expense. It is delivered and licensed, as defined in any applicable DFARS, FARS, or other equivalent federal agency regulation or contract clause, as either "commercial computer software" or "restricted computer software", whichever is applicable. You have only those rights provided for such Software by the applicable clause or regulation or by these License Terms.
-
-9. DISCLAIMER OF WARRANTIES. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, HP AND ITS SUPPLIERS PROVIDE THE SOFTWARE "AS IS" AND WITH ALL FAULTS, AND HEREBY DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF TITLE AND NON-INFRINGEMENT, ANY IMPLIED WARRANTIES, DUTIES OR CONDITIONS OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE, AND OF LACK OF VIRUSES ALL WITH REGARD TO THE SOFTWARE. Some states/jurisdictions do not allow exclusion of implied warranties or limitations on the duration of implied warranties, so the above disclaimer may not apply to you in its entirety.
-
-10. LIMITATION OF LIABILITY. Notwithstanding any damages that you might incur, the entire liability of HP and any of its suppliers under any provision of this agreement and your exclusive remedy for all of the foregoing shall be limited to the greater of the amount actually paid by you separately for the Software or U.S. $5.00. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL HP OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
-INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY ARISING OUT OF OR IN ANY WAY RELATED TO THE USE OF OR INABILITY TO USE THE SOFTWARE, OR OTHERWISE IN CONNECTION WITH ANY PROVISION OF THIS AGREEMENT, EVEN IF HP OR ANY SUPPLIER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES AND EVEN IF THE REMEDY FAILS OF ITS ESSENTIAL PURPOSE. Some states/jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so the above limitation or exclusion may not apply to you.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/hylafaxplus b/sdk_container/src/third_party/portage-stable/licenses/hylafaxplus
deleted file mode 100644
index 24be9a438eb..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/hylafaxplus
+++ /dev/null
@@ -1,140 +0,0 @@
-
- HylaFAX Facsimile Software
-
- Copyright (c) 1990-1996 Sam Leffler
- Copyright (c) 1991-1996 Silicon Graphics, Inc.
- HylaFAX is a trademark of Silicon Graphics, Inc.
-
-Permission to use, copy, modify, distribute, and sell this software and
-its documentation for any purpose is hereby granted without fee, provided
-that (i) the above copyright notices and this permission notice appear in
-all copies of the software and related documentation, and (ii) the names of
-Sam Leffler and Silicon Graphics may not be used in any advertising or
-publicity relating to the software without the specific, prior written
-permission of Sam Leffler and Silicon Graphics.
-
-THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
-EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-
-IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
-ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
-OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
-LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
-OF THIS SOFTWARE.
-
-
-Acknowledgements
-----------------
-The regular expression support is based on Henry Spencer's POSIX 1003.2
-compliant regex package that has ``Copyright 1992, 1993, 1994 Henry
-Spencer. All rights reserved.'' Consult regex/COPYRIGHT for the full
-copyright notice associated with this software.
-
-The code to read PCF fonts is distantly related to the X11R5 code
-that is ``Copyright 1990 Massachusetts Institute of Technology''; consult
-faxd/PCFFont.c++ for the full copyright notice.
-
-The textfmt program is distantly related to the lptops program written
-by Nelson Beebe; there was no copyright notice on the version of the code
-that textfmt grew out of.
-
-The config.guess and config.sub scripts are part of the GNU autoconf
-package and covered by the GNU Public License (GPL). Several ideas
-in the configure script are directly "borrowed" from autoconf (and I
-have tried to maintain as much compatibility as possible).
-
-The PCF font etc/lutRS18.pcf included for use with tag lines is a
-compiled version of a LucidaTypewriter font that was contributed to X11
-by Bigelow & Holmes. Redistribution of this font requires inclusion of
-this copyright notice:
-
-
- NOTICE TO USER: The source code, including the glyphs or icons
- forming a par of the OPEN LOOK TM Graphic User Interface, on this
- tape and in these files is copyrighted under U.S. and international
- laws. Sun Microsystems, Inc. of Mountain View, California owns
- the copyright and has design patents pending on many of the icons.
- AT&T is the owner of the OPEN LOOK trademark associated with the
- materials on this tape. Users and possessors of this source code
- are hereby granted a nonexclusive, royalty-free copyright and
- design patent license to use this code in individual and
- commercial software. A royalty-free, nonexclusive trademark
- license to refer to the code and output as "OPEN LOOK" compatible
- is available from AT&T if, and only if, the appearance of the
- icons or glyphs is not changed in any manner except as absolutely
- necessary to accommodate the standard resolution of the screen or
- other output device, the code and output is not changed except as
- authorized herein, and the code and output is validated by AT&T.
- Bigelow & Holmes is the owner of the Lucida (R) trademark for the
- fonts and bit-mapped images associated with the materials on this
- tape. Users are granted a royalty-free, nonexclusive license to use
- the trademark only to identify the fonts and bit-mapped images if,
- and only if, the fonts and bit-mapped images are not modified in any
- way by the user.
-
-
- Any use of this source code must include, in the user documentation
- and internal comments to the code, notices to the end user as
- follows:
-
-
- (c) Copyright 1989 Sun Microsystems, Inc. Sun design patents
- pending in the U.S. and foreign countries. OPEN LOOK is a
- trademark of AT&T. Used by written permission of the owners.
-
-
- (c) Copyright Bigelow & Holmes 1986, 1985. Lucida is a registered
- trademark of Bigelow & Holmes. Permission to use the Lucida
- trademark is hereby granted only in association with the images
- and fonts described in this file.
-
-
-
- SUN MICROSYSTEMS, INC., AT&T, AND BIGELOW & HOLMES
- MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY OF
- THIS SOURCE CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS"
- WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND.
- SUN MICROSYSTEMS, INC., AT&T AND BIGELOW & HOLMES,
- SEVERALLY AND INDIVIDUALLY, DISCLAIM ALL WARRANTIES
- WITH REGARD TO THIS SOURCE CODE, INCLUDING ALL IMPLIED
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
- PARTICULAR PURPOSE. IN NO EVENT SHALL SUN MICROSYSTEMS,
- INC., AT&T OR BIGELOW & HOLMES BE LIABLE FOR ANY
- SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
- OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA
- OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
- OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
- WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE.
-
-
-The files ramps.jpg, itufaxicc.c++, and itufaxicc.h came with the
-following copyright and license.
-
----------------------------------
-ITUFAXICC
-Copyright (c) 2009 Marti Maria Saguer
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-DEALINGS IN THE SOFTWARE.
----------------------------------
-
-The genfontmap.ps file is copyrighted... "Copyright (C) 2003 Artifex
-Software, Inc. All rights reserved." It is licensed under terms of the
-GPL version 2.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/iASL b/sdk_container/src/third_party/portage-stable/licenses/iASL
deleted file mode 100644
index 21d8fb60e13..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/iASL
+++ /dev/null
@@ -1,31 +0,0 @@
-
-1. COPYRIGHT NOTICE
-Some or all of this work - Copyright © 1999-2002, Intel Corp. All rights reserved.
-
-2. LICENSE
-
-2.1. This is your license from Intel Corp. under its intellectual property rights. You may have additional license terms from the party that provided you this software, covering your right to use that party's intellectual property rights.
-
-2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a copy of the source code appearing in this file ("Covered Code") an irrevocable, perpetual, worldwide license under Intel's copyrights in the base code distributed originally by Intel ("Original Intel Code") to copy, make derivatives, distribute, use and display any portion of the Covered Code in any form, with the right to sublicense such rights; and
-
-2.3. Intel grants Licensee a non-exclusive and non-transferable patent license (with the right to sublicense), under only those claims of Intel patents that are infringed by the Original Intel Code, to make, use, sell, offer to sell, and import the Covered Code and derivative works thereof solely to the minimum extent necessary to exercise the above copyright license, and in no event shall the patent license extend to any additions to or modifications of the Original Intel Code. No other license or right is granted directly or by implication, estoppel or otherwise; The above copyright and patent license is granted only if the following conditions are met:
-
-3. CONDITIONS
-
-3.1. Redistribution of Source with Rights to Further Distribute Source. Redistribution of source code of any substantial portion of the Covered Code or modification with rights to further distribute source must include the above Copyright Notice, the above License, this list of Conditions, and the following Disclaimer and Export Compliance provision. In addition, Licensee must cause all Covered Code to which Licensee contributes to contain a file documenting the changes Licensee made to create that Covered Code and the date of any change. Licensee must include in that file the documentation of any changes made by any predecessor Licensee. Licensee must include a prominent statement that the modification is derived, directly or indirectly, from Original Intel Code.
-
-3.2. Redistribution of Source with no Rights to Further Distribute Source. Redistribution of source code of any substantial portion of the Covered Code or modification without rights to further distribute source must include the following Disclaimer and Export Compliance provision in the documentation and/or other materials provided with distribution. In addition, Licensee may not authorize further sublicense of source of any portion of the Covered Code, and must include terms to the effect that the license from Licensee to its licensee is limited to the intellectual property embodied in the software Licensee provides to its licensee, and not to intellectual property embodied in modifications its licensee may make.
-
-3.3. Redistribution of Executable. Redistribution in executable form of any substantial portion of the Covered Code or modification must reproduce the above Copyright Notice, and the following Disclaimer and Export Compliance provision in the documentation and/or other materials provided with the distribution.
-
-3.4. Intel retains all right, title, and interest in and to the Original Intel Code.
-
-3.5. Neither the name Intel nor any other trademark owned or controlled by Intel shall be used in advertising or otherwise to promote the sale, use or other dealings in products derived from or relating to the Covered Code without prior written authorization from Intel.
-
-4. DISCLAIMER AND EXPORT COMPLIANCE
-
-4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE, INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE.
-
-4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY LIMITED REMEDY.
-
-4.3. Licensee shall not export, either directly or indirectly, any of this software or system incorporating such software without first obtaining any required license or other approval from the U. S. Department of Commerce or any other agency or department of the United States Government. In the event Licensee exports any such software from the United States or re-exports any such software from a foreign destination, Licensee shall ensure that the distribution and export/re-export of the software is in compliance with all laws, regulations, orders, or other restrictions of the U.S. Export Administration Regulations. Licensee agrees that neither it nor any of its subsidiaries will export/re-export any technical data, process, software, or service, directly or indirectly, to any country for which the United States government or any agency thereof requires an export license, other governmental approval, or letter of assurance, without first obtaining such license, approval or letter.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/icaclient b/sdk_container/src/third_party/portage-stable/licenses/icaclient
deleted file mode 100644
index 1766571a7eb..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/icaclient
+++ /dev/null
@@ -1,5 +0,0 @@
-CITRIX(R) LICENSE AGREEMENT
-
-Use of this component is subject to the Citrix license covering the Citrix product(s) with which you will be using this component. This component is only licensed for use with such Citrix product(s).
-
-CTX_code EP_T_A34320
diff --git a/sdk_container/src/third_party/portage-stable/licenses/imagemagick b/sdk_container/src/third_party/portage-stable/licenses/imagemagick
deleted file mode 100644
index bb57dbdbd8a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/imagemagick
+++ /dev/null
@@ -1,103 +0,0 @@
-Before we get to the text of the license, lets just review what the license says in simple terms:
-
-It allows you to:
-
- * freely download and use ImageMagick software, in whole or in part, for personal, company internal, or commercial purposes;
- * use ImageMagick software in packages or distributions that you create;
- * link against a library under a different license;
- * link code under a different license against a library under this license;
- * merge code into a work under a different license;
- * extend patent grants to any code using code under this license;
- * and extend patent protection.
-
-It forbids you to:
-
- * redistribute any piece of ImageMagick-originated software without proper attribution;
- * use any marks owned by ImageMagick Studio LLC in any way that might state or imply that ImageMagick Studio LLC endorses your distribution;
- * use any marks owned by ImageMagick Studio LLC in any way that might state or imply that you created the ImageMagick software in question.
-
-It requires you to:
-
- * include a copy of the license in any redistribution you may make that includes ImageMagick software;
- * provide clear attribution to ImageMagick Studio LLC for any distributions that include ImageMagick software.
-
-It does not require you to:
-
- * include the source of the ImageMagick software itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it;
- * submit changes that you make to the software back to the ImageMagick Studio LLC (though such feedback is encouraged).
-
-A few other clarifications include:
-
- * ImageMagick is freely available without charge;
- * you may include ImageMagick on a DVD as long as you comply with the terms of the license;
- * you can give modified code away for free or sell it under the terms of the ImageMagick license or distribute the result under a different license, but you need to acknowledge the use of the ImageMagick software;
- * the license is compatible with the GPL V3.
- * when exporting the ImageMagick software, review its export classification.
-
-Terms and Conditions for Use, Reproduction, and Distribution
-
-The legally binding and authoritative terms and conditions for use, reproduction, and distribution of ImageMagick follow:
-
-Copyright 1999-2012 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available.
-
-1. Definitions.
-
-License shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
-
-Licensor shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
-
-Legal Entity shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, control means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
-
-You (or Your) shall mean an individual or Legal Entity exercising permissions granted by this License.
-
-Source form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
-
-Object form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
-
-Work shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
-
-Derivative Works shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
-
-Contribution shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as Not a Contribution.
-
-Contributor shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
-
-2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
-
-3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
-
-4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
-
- * You must give any other recipients of the Work or Derivative Works a copy of this License; and
- * You must cause any modified files to carry prominent notices stating that You changed the files; and
- * You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
- * If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
-You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
-
-5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
-
-6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
-
-7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
-
-8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
-
-9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
-
-How to Apply the License to your Work
-
-To apply the ImageMagick License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information (don't include the brackets). The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
-
- Copyright [yyyy] [name of copyright owner]
-
- Licensed under the ImageMagick License (the "License"); you may not use
- this file except in compliance with the License. You may obtain a copy
- of the License at
-
- http://www.imagemagick.org/script/license.php
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- License for the specific language governing permissions and limitations
- under the License.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/inmon-sflow b/sdk_container/src/third_party/portage-stable/licenses/inmon-sflow
deleted file mode 100644
index d778cba736b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/inmon-sflow
+++ /dev/null
@@ -1,181 +0,0 @@
-LICENSE AGREEMENT
-
-PLEASE READ THIS LICENSE AGREEMENT ("AGREEMENT") CAREFULLY BEFORE REPRODUCING OR IN ANY WAY
-UTILIZING THE sFlow(R) SOFTWARE ("SOFTWARE") AND/OR ANY ACCOMPANYING DOCUMENTATION
-("DOCUMENTATION") AND/OR THE RELATED SPECIFICATIONS ("SPECIFICATIONS"). YOUR REPRODUCTION
-OR USE OF THE SOFTWARE AND/OR THE DOCUMENTATION AND/OR THE SPECIFICATIONS CONSTITUTES YOUR
-ACCEPTANCE OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO BE BOUND
-BY THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU MAY NOT REPRODUCE OR IN ANY WAY UTILIZE
-THE SOFTWARE OR THE DOCUMENTATION OR THE SPECIFICATIONS.
-
-1. Definitions.
-
-"Documentation" means the user manuals, training materials, and operating materials, if any,
-InMon provides to Licensee under this Agreement.
-
-"InMon" means InMon Corporation, its affiliates and subsidiaries.
-
-"Intellectual Property Rights" means any trade secrets, patents, including without
-limitation any patents covering the Software, copyrights, know-how, moral rights and
-similar rights of any type under the laws of any governmental authority, domestic or
-foreign, including all applications and registrations relating to any of the foregoing.
-
-"Licensee Hardware" means all computers, routers, or other equipment owned or controlled by
-or on behalf of Licensee.
-
-"Products" means any and all software applications, computers, routers, or other equipment
-manufactured by or on behalf of Licensee for the purpose of resale or lease to any other
-third party, or otherwise made available by Licensee free of charge.
-
-"Software" means the sFlow(R) software programs, in source or binary code format, that
-Licensee licenses from InMon under this Agreement and any bug fixes or error corrections
-which InMon may provide to Licensee.
-
-"Specifications" means the published specifications provided or otherwise made available by
-InMon at: http://www.sflow.org.
-
-"Trademark" means InMon's "sFlow(R)" trademark.
-
-2. License Grant.
-
-2.1 Software, Documentation and Specifications License Grant. InMon hereby grants to
-Licensee, under all of InMon's Intellectual Property Rights therein, a perpetual (subject
-to InMon's termination rights under Section 7 below), nonexclusive, royalty-free, worldwide,
-transferable, sublicensable license, to: (i) use and reproduce the Software, the
-Documentation, and the Specifications; (ii) modify the Software; (iii) implement the
-Specifications in the Products; (iv) install the Software, or software in which the
-Specifications have been implemented, on Licensee Hardware and Products, and (v) distribute
-any Products that include the Software, the Documentation, or software in which the
-Specifications have been implemented.
-
-2.2 Trademark License. InMon hereby grants to Licensee a perpetual (subject to InMon's
-termination rights under Section 7 below), nonexclusive, royalty-free, worldwide,
-transferable, sublicensable license to use the Trademark on or in connection with the
-Software, the Documentation, the Specifications and any software that implements the
-Specifications.
-
-2.3 Restrictions. Licensee agrees that it will not use the Software in a way
-inconsistent with the license granted in Section 2.1. Further, Licensee agrees that, in
-exercising its rights under the license granted to it in this Agreement, Licensee will:
-(i) strictly adhere to and fully comply with the Specifications; (ii) use the Trademark,
-and no other mark, to identify the Software, the Documentation, the Specifications and any
-Products that implement the Specifications; (iii) place, in a font or graphic design
-designated by InMon, the phrase "sFlow(R)" on any technical documentation,
-sales/marketing materials, catalogs, or other such materials relating to products it
-manufactures or markets which it has configured to be compatible with the Software or
-otherwise implement the Specifications; (iv) in connection with any Products shipped to or
-sold in other countries that include the Software or any software that implements the
-Specifications, comply with the patent and trademark laws and practice of such other
-country; and (v) not alter or impair any acknowledgment of copyright or trademark rights of
-InMon that may appear in or on the Software, the Documentation or the Specifications. In
-the event InMon determines that Licensee is not complying with its obligations under
-clauses (i)-(v) above, InMon shall notify Licensee of such non-compliance, and if Licensee
-fails to correct such non-compliance within three (3) months, InMon may immediately
-terminate this Agreement as provided under paragraph 7 below and pursue any and all
-actions and remedies as it deems necessary, including, but not limited to breach of
-contract.
-
-3. Ownership. Except for the license expressly granted in Section 2, Inmon hereby
-retains all right, title, and interest in and to the Trademark and all its Intellectual
-Property Rights in the Software, the Documentation and the Specifications. Licensee
-obtains no rights hereunder in the Trademark, Software, Documentation or Specifications by
-implication, estoppel or otherwise. Licensee acknowledges that the Trademark, Software,
-Documentation and Specifications are being licensed and not sold under this Agreement, and
-that this Agreement does not transfer title in the Trademark, Software, Documentation or
-Specifications, or any copy thereof, to Licensee.
-
-4. Support. Inmon shall have no obligation under this Agreement to (a) supply
-maintenance or support, bug fixes or error corrections to the Licensed Software,
-(b) supply future versions of the Licensed Software or (c) provide Licensed Software
-development tools to Licensee.
-
-5. Warranty. INMON HEREBY DISCLAIMS ALL WARRANTIES, EITHER EXPRESS, IMPLIED OR
-STATUTORY, WITH RESPECT TO THE TRADEMARK, THE SOFTWARE, THE DOCUMENTATION, THE
-SPECIFICATIONS. OR OTHERWISE, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT OF ANY INTELLECTUAL
-PROPERTY RIGHTS.
-
-6. Limitation of Liability. IN NO EVENT SHALL INMON OR ITS SUPPLIERS OR LICENSORS BE
-LIABLE FOR ANY CONSEQUENTIAL, INCIDENTAL, SPECIAL, INDIRECT OR EXEMPLARY DAMAGES WHATSOEVER,
-WHETHER RELATED TO OR ARISING OUT OF THIS AGREEMENT, THE TRADEMARK, THE SOFTWARE, THE
-DOCUMENTATION, THE SPECIFICATIONS, OR OTHERWISE, INCLUDING WITHOUT LIMITATION, DAMAGES FOR
-LOSS OF PROFITS, BUSINESS INTERRUPTION, LOSS OF DATA, COSTS OF PROCUREMENT OF SUBSTITUTE
-GOODS OR SERVICES OR FOR ANY CLAIM OR DEMAND AGAINST LICENSEE BY ANY OTHER PARTY, OR OTHER
-PECUNIARY LOSS, EVEN IF INMON HAS BEEN ADVISED OF OR KNOWS OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
-7. Term and Termination. The term of this Agreement will begin on the Effective Date,
-which shall be deemed to be the date of delivery of the Software and/or Documentation and/or
-Specifications to Licensee, and shall continue indefinitely unless and until terminated by
-Licensee's giving written notice of termination to InMon, or by InMon pursuant to InMon's
-termination rights as set forth in Section 2.3 above. Upon any termination of this
-Agreement, Licensee shall cease exercising its license rights under this Agreement,
-including the right to distribute Products that incorporate the Software or Documentation
-or that implement the Specifications. The rights and obligations contained in Sections 1,
-3, 5, 6, 7, and 8 shall survive any termination of this Agreement.
-
-8. General Provisions.
-
-8.1 Assignment. This Agreement shall be binding upon and inure to the benefit of the
-parties hereto and their permitted successors and permitted assigns. InMon will have the
-right to assign this Agreement without notice to Licensee. Licensee may assign or transfer
-(whether by merger, operation of law or in any other manner) any of its rights or delegate
-any of its obligations hereunder without the prior written consent of InMon, provided the
-assignee assumes in writing all of Licensee's obligations hereunder.
-
-8.2 Notices. All notices permitted or required under this Agreement shall be in
-writing and shall be delivered in person or mailed by first class, registered or certified
-mail, postage prepaid, to the address of the party specified in this Agreement or such
-other address as either party may specify in writing. Such notice shall be deemed to have
-been given upon receipt.
-
-8.3 Non-Waiver. No term or provision hereof shall be deemed waived, and no breach
-excused, unless such waiver or consent shall be in writing and signed by the party claimed
-to have waived or consented. Any consent or waiver, whether express or implied, shall not
-constitute a consent or waiver of, or excuse for any separate, different or subsequent
-breach.
-
-8.4 Independent Contractor. The parties' relationship shall be solely that of
-independent contractors, and nothing contained in this Agreement shall be construed to make
-either party an agent, partner, representative or principal of the other for any purpose.
-
-8.5 Choice of Law and Forum. This Agreement shall be governed by and construed under
-the laws of the State of California, without giving effect to such state's conflict of laws
-principles. The parties hereby submit to the personal jurisdiction of, and agree that any
-legal proceeding with respect to or arising under this Agreement shall be brought in, the
-United States District Court for the Northern District of California or the state courts
-of the State of California for the County of San Francisco.
-
-8.6 U.S. Government Licenses. The Software and Documentation are considered a
-"commercial item" as that term is defined at 48 C.F.R 2.101, or "commercial computer
-software" and "commercial computer software documentation" as such terms are used in
-48 C.F.R 12.212 of the Federal Acquisition Regulations and its successors, and
-48 C.F.R. 227.7202 of the DoD FAR Supplement and its successors.
-
-8.7 Severability. If any provision of this Agreement is held to be unenforceable under
-applicable law, then such provision shall be excluded from this Agreement and the balance
-of this Agreement shall be interpreted as if such provision were so excluded and shall be
-enforceable in accordance with its terms. The court in its discretion may substitute for
-the excluded provision an enforceable provision which in economic substance reasonably
-approximates the excluded provision.
-
-8.8 Compliance With Law. Licensee shall comply with all applicable laws and
-regulations (including privacy laws and regulations) having application to or governing its
- use and/or operation of the Software and agrees to indemnify and hold InMon harmless from
-and against any claims, damages, losses or obligations suffered or incurred by InMon
-arising from its failure to so comply.
-
-8.9 Entire Agreement; Amendment. This Agreement constitutes the final, complete and
-entire agreement between the parties with respect to the subject matter hereof, and
-supersedes any previous proposals, negotiations, agreements, or arrangements, whether
-verbal or written, made between the parties with respect to such subject matter. This
-Agreement shall control over any additional or conflicting terms in any of Licensee's
-purchase orders or other business forms. This Agreement may only be amended or modified
-by mutual agreement of authorized representatives of the parties in writing.
-
-InMon Corp.
-1 Sansome Street, 35th Floor, San Francisco, CA 94104
-Phone: (415) 946-8901
-URL: www.inmon.com
-Email: info@inmon.com
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/ipadic b/sdk_container/src/third_party/portage-stable/licenses/ipadic
deleted file mode 100644
index b435cafe278..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/ipadic
+++ /dev/null
@@ -1,62 +0,0 @@
-Copyright (c) 2002 Nara Institute of Science and Technology. All Rights Reserved.
-
-Use, reproduction, and distribution of this software is permitted. Any copy of
-this software, whether in its original form or modified, must include both the
-above copyright notice and the following paragraphs.
-
-Nara Institute of Science and Technology (NAIST), the copyright holders,
-disclaims all warranties with regard to this software, including all implied
-warranties of merchantability and fitness, in no event shall NAIST be liable for
-any special, indirect or consequential damages or any damages whatsoever
-resulting from loss of use, data or profits, whether in an action of contract,
-negligence or other tortuous action, arising out of or in connection with the
-use or performance of this software.
-
-A large portion of the dictionary entries originate from ICOT Free Software. The
-following conditions for ICOT Free Software applies to the current dictionary as
-well.
-
-Each User may also freely distribute the Program, whether in its original form
-or modified, to any third party or parties, PROVIDED that the provisions of
-Section 3 ("NO WARRANTY") will ALWAYS appear on, or be attached to, the Program,
-which is distributed substantially in the same form as set out herein and that
-such intended distribution, if actually made, will neither violate or otherwise
-contravene any of the laws and regulations of the countries having jurisdiction
-over the User or the intended distribution itself.
-
-NO WARRANTY
-
-The program was produced on an experimental basis in the course of the research
-and development conducted during the project and is provided to users as so
-produced on an experimental basis. Accordingly, the program is provided without
-any warranty whatsoever, whether express, implied, statutory or otherwise. The
-term "warranty" used herein includes, but is not limited to, any warranty of the
-quality, performance, merchantability and fitness for a particular purpose of
-the program and the nonexistence of any infringement or violation of any right
-of any third party.
-
-Each user of the program will agree and understand, and be deemed to have agreed
-and understood, that there is no warranty whatsoever for the program and,
-accordingly, the entire risk arising from or otherwise connected with the
-program is assumed by the user.
-
-Therefore, neither ICOT, the copyright holder, or any other organization that
-participated in or was otherwise related to the development of the program and
-their respective officials, directors, officers and other employees shall be
-held liable for any and all damages, including, without limitation, general,
-special, incidental and consequential damages, arising out of or otherwise in
-connection with the use or inability to use the program or any product, material
-or result produced or otherwise obtained by using the program, regardless of
-whether they have been advised of, or otherwise had knowledge of, the
-possibility of such damages at any time during the project or thereafter. Each
-user will be deemed to have agreed to the foregoing by his or her commencement
-of use of the program. The term "use" as used herein includes, but is not
-limited to, the use, modification, copying and distribution of the program and
-the production of secondary products from the program.
-
-In the case where the program, whether in its original form or modified, was
-distributed or delivered to or received by a user from any person, organization
-or entity other than ICOT, unless it makes or grants independently of ICOT any
-specific warranty to the user in writing, such person, organization or entity,
-will also be exempted from and not be held liable to the user for any such
-damages as noted above as far as the program is concerned.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/ipw2100-fw b/sdk_container/src/third_party/portage-stable/licenses/ipw2100-fw
deleted file mode 100644
index 0e55b16810f..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/ipw2100-fw
+++ /dev/null
@@ -1,62 +0,0 @@
-TERMS AND CONDITIONS
-IMPORTANT - PLEASE READ BEFORE INSTALLING OR USING THIS INTEL® SOFTWARE
-
-Do not use or load this firmware (the "Software") until you have carefully read the following terms and conditions. By loading or using the Software, you agree to the terms of this Agreement. If you do not wish to so agree, do not install or use the Software.
-
-LICENSEES: Please note:
-
-* If you are an End-User, only Exhibit A, the SOFTWARE LICENSE AGREEMENT, applies.
-* If you are an Original Equipment Manufacturer (OEM), Independent Hardware Vendor (IHV), or Independent Software Vendor (ISV), this complete Agreement applies.
-
-For OEMs, IHVs, and ISVs:
-
-LICENSE. This Software is licensed for use only in conjunction with Intel component products. Use of the Software in conjunction with non-Intel component products is not licensed hereunder. Subject to the terms of this Agreement, Intel grants to you a nonexclusive, nontransferable, worldwide, fully paid-up license under Intel's copyrights to: (i) copy the Software internally for your own development and maintenance purposes; (ii) copy and distribute the Software to your end-users, but only under a license agreement with terms at least as restrictive as those contained in Intel's Final, Single User License Agreement, attached as Exhibit A; and (iii) modify, copy and distribute the end-user documentation which may accompany the Software, but only in association with the Software.
-
-If you are not the final manufacturer or vendor of a computer system or software program incorporating the Software, then you may transfer a copy of the Software, including any related documentation (modified or unmodified) to your recipient for use in accordance with the terms of this Agreement, provided such recipient agrees to be fully bound by the terms hereof. You shall not otherwise assign, sublicense, lease, or in any other way transfer or disclose Software to any third party. You may not, nor may you assist any other person or entity to modify, translate, convert to another programming language, decompile, reverse engineer, or disassemble any portion of the Software or otherwise attempt to derive source code from any object code modules of the Software or any internal data files generated by the Software. Your rights to redistribute the Software shall be contingent upon your installation of this Agreement in its entirety in the same directory as the Software.
-
-CONFIDENTIALITY. If you wish to have a third party consultant or subcontractor ("Contractor") perform work on your behalf which involves access to or use of Software, you shall obtain a written confidentiality agreement from the Contractor which contains provisions with respect to access to or use of the Software no less restrictive than those set forth in this Agreement and excluding any distribution rights, and use for any other purpose. Except as expressly provided herein, you shall not disclose the terms or existence of this Agreement or use Intel's name in any publications, advertisements, or other announcements without Intel's prior written consent. You do not have any rights to use any Intel trademarks or logos.
-
-OWNERSHIP OF SOFTWARE AND COPYRIGHTS. Software and accompanying materials, if any, are owned by Intel or its suppliers and licensors and may be protected by copyright, trademark, patent and trade secret law and international treaties. Any rights, express or implied, in the intellectual property embodied in the foregoing, other than those specified in this Agreement, are reserved by Intel and its suppliers and licensors or otherwise as set forth in any applicable open source license agreement. You will keep the Software free of liens, attachments, and other encumbrances. You agree not to remove any proprietary notices and/or any labels from the Software and accompanying materials without prior written approval by Intel.
-
-LIMITATION OF LIABILITY. IN NO EVENT SHALL INTEL OR ITS SUPPLIERS AND LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER FROM ANY CAUSE OF ACTION OF ANY KIND (INCLUDING, WITHOUT LIMITATION, LOST PROFITS, BUSINESS INTERRUPTION, OR LOST INFORMATION) ARISING OUT OF THE USE, MODIFICATION, OR INABILITY TO USE THE INTEL SOFTWARE, OR OTHERWISE, NOR FOR PUNITIVE, INCIDENTAL, CONSEQUENTIAL, OR SPECIAL DAMAGES OF ANY KIND, EVEN IF INTEL OR ITS SUPPLIERS AND LICENSORS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS PROHIBIT EXCLUSION OR LIMITATION OF LIABILITY FOR IMPLIED WARRANTIES, CONSEQUENTIAL OR INCIDENTAL DAMAGES, SO CERTAIN LIMITATIONS MAY NOT APPLY. YOU MAY ALSO HAVE OTHER LEGAL RIGHTS THAT VARY BETWEEN JURISDICTIONS.
-
-EXCLUSION OF WARRANTIES. THE SOFTWARE IS PROVIDED "AS IS" AND POSSIBLY WITH FAULTS. UNLESS EXPRESSLY AGREED OTHERWISE, INTEL AND ITS SUPPLIERS AND LICENSORS DISCLAIM ANY AND ALL WARRANTIES AND GUARANTEES, EXPRESS, IMPLIED OR OTHERWISE, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE. Intel does not warrant or assume responsibility for the accuracy or completeness of any information, text, graphics, links or other items contained within the Software. You assume all liability, financial or otherwise, associated with Your use or disposition of the Software.
-
-APPLICABLE LAW. Claims arising under this Agreement shall be governed by the laws of State of California], excluding its principles of conflict of laws and the United Nations Convention on Contracts for the Sale of Goods.
-
-WAIVER AND AMENDMENT. No modification, amendment or waiver of any provision of this Agreement shall be effective unless in writing and signed by an officer of Intel. No failure or delay in exercising any right, power, or remedy under this Agreement shall operate as a waiver of any such right, power or remedy. Without limiting the foregoing, terms and conditions on any purchase orders or similar materials submitted by you to Intel, and any terms contained in Intels standard acknowledgment form that are in conflict with these terms, shall be of no force or effect.
-
-SEVERABILITY. If any provision of this Agreement is held by a court of competent jurisdiction to be contrary to law, such provision shall be changed and interpreted so as to best accomplish the objectives of the original provision to the fullest extent allowed by law and the remaining provisions of this Agreement shall remain in full force and effect.
-
-EXPORT RESTRICTIONS. Each party acknowledges that the Software is subject to applicable import and export regulations of the United States and of the countries in which each party transacts business, specifically including U.S. Export Administration Act and Export Administration Regulations. Each party shall comply with such laws and regulations, as well as all other laws and regulations applicable to the Software. Without limiting the generality of the foregoing, each party agrees that it will not export, re-export, transfer or divert any of the Software or the direct programs thereof to any restricted place or party in accordance with U.S. export regulations. Note that Software containing encryption may be subject to additional restrictions.
-
-GOVERNMENT RESTRICTED RIGHTS. The Software is provided with "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is subject to restrictions as set forth in FAR52.227-14 and DFAR252.227-7013 et seq. or their successors. Use of the Software by the Government constitutes acknowledgment of Intel's proprietary rights therein. Contractor or Manufacturer is Intel Corporation, 2200 Mission College Blvd., Santa Clara, CA 95052.
-
-TERMINATION OF THE AGREEMENT. Intel may terminate this Agreement if you violate its terms. Upon termination, you will immediately destroy the Software or return all copies of the Software to Intel.
-
-----------
-EXHIBIT "A"
-
-SOFTWARE LICENSE AGREEMENT (Final, Single User)
-
-IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING. Do not use or load this firmware image (the "Software") until you have carefully read the following terms and conditions. By loading or using the Software, you agree to the terms of this Agreement. If you do not wish to so agree, do not install or use the Software.
-
-LICENSE. You may copy and use the Software, subject to these conditions:
-
-1. This Software is licensed for use only in conjunction with Intel component products. Use of the Software in conjunction with non-Intel component products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part of the Software except as provided in this Agreement, and you agree to prevent unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may not sublicense the Software.
-5. The Software may contain the software or other property of third party suppliers.
-
-OWNERSHIP OF SOFTWARE AND COPYRIGHTS. Title to all copies of the Software remains with Intel or its suppliers. The Software is copyrighted and protected by the laws of the United States and other countries, and international treaty provisions. You may not remove any copyright notices from the Software. Intel may make changes to the Software, or items referenced therein, at any time without notice, but is not obligated to support or update the Software. Except as otherwise expressly provided, Intel grants no express or implied right under Intel patents, copyrights, trademarks, or other intellectual property rights. You may transfer the Software only if a copy of this license accompanies the Software and the recipient agrees to be fully bound by these terms.
-
-EXCLUSION OF OTHER WARRANTIES EXCEPT AS PROVIDED ABOVE, THE SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY OF ANY KIND INCLUDING WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE. Intel does not warrant or assume responsibility for the accuracy or completeness of any information, text, graphics, links or other items contained within the Software.
-
-LIMITATION OF LIABILITY. IN NO EVENT SHALL INTEL OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, LOST PROFITS, BUSINESS INTERRUPTION, OR LOST INFORMATION) ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF INTEL HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS PROHIBIT EXCLUSION OR LIMITATION OF LIABILITY FOR IMPLIED WARRANTIES OR CONSEQUENTIAL OR INCIDENTAL DAMAGES, SO THE ABOVE LIMITATION MAY NOT APPLY TO YOU. YOU MAY ALSO HAVE OTHER LEGAL RIGHTS THAT VARY BETWEEN JURISDICTIONS.
-
-TERMINATION OF THIS AGREEMENT. Intel may terminate this Agreement at any time if you violate its terms. Upon termination, you will immediately destroy the Software.
-
-APPLICABLE LAWS. Claims arising under this Agreement shall be governed by the laws of California, excluding its principles of conflict of laws and the United Nations Convention on Contracts for the Sale of Goods. You may not export the Software in violation of applicable export laws and regulations. Intel is not obligated under any other agreements unless they are in writing and signed by an authorized representative of Intel.
-
-GOVERNMENT RESTRICTED RIGHTS. The Software is provided with "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is subject to restrictions as set forth in FAR52.227-14 and DFAR252.227-7013 et seq. or their successors. Use of the Software by the Government constitutes acknowledgment of Intel's proprietary rights therein. Contractor or Manufacturer is Intel Corporation, 2200 Mission College Blvd., Santa Clara, CA 95052.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/ipw2200-fw b/sdk_container/src/third_party/portage-stable/licenses/ipw2200-fw
deleted file mode 100644
index 1e219cac28d..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/ipw2200-fw
+++ /dev/null
@@ -1,210 +0,0 @@
- TERMS AND CONDITIONS
- IMPORTANT - PLEASE READ BEFORE INSTALLING OR USING THIS INTEL(C) SOFTWARE
-
-Do not use or load this firmware (the "Software") until you have carefully read
-the following terms and conditions. By loading or using the Software, you agree
-to the terms of this Agreement. If you do not wish to so agree, do not install
-or use the Software.
-
-LICENSEES:
-
-Please note:
-
-* If you are an End-User, only Exhibit A, the SOFTWARE LICENSE AGREEMENT,
- applies.
-* If you are an Original Equipment Manufacturer (OEM), Independent Hardware
- Vendor (IHV), or Independent Software Vendor (ISV), this complete Agreement
- applies
-
---------------------------------------------------------------------------------
-
-For OEMs, IHVs, and ISVs:
-
-LICENSE. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel component
-products is not licensed hereunder. Subject to the terms of this Agreement,
-Intel grants to you a nonexclusive, nontransferable, worldwide, fully paid-up
-license under Intel's copyrights to: (i) copy the Software internally for your
-own development and maintenance purposes; (ii) copy and distribute the Software
-to your end-users, but only under a license agreement with terms at least as
-restrictive as those contained in Intel's Final, Single User License Agreement,
-attached as Exhibit A; and (iii) modify, copy and distribute the end-user
-documentation which may accompany the Software, but only in association with
-the Software.
-
-If you are not the final manufacturer or vendor of a computer system or software
-program incorporating the Software, then you may transfer a copy of the
-Software, including any related documentation (modified or unmodified) to your
-recipient for use in accordance with the terms of this Agreement, provided such
-recipient agrees to be fully bound by the terms hereof. You shall not otherwise
-assign, sublicense, lease, or in any other way transfer or disclose Software to
-any third party. You may not, nor may you assist any other person or entity to
-modify, translate, convert to another programming language, decompile, reverse
-engineer, or disassemble any portion of the Software or otherwise attempt to
-derive source code from any object code modules of the Software or any internal
-data files generated by the Software. Your rights to redistribute the Software
-shall be contingent upon your installation of this Agreement in its entirety in
-the same directory as the Software.
-
-CONTRACTORS. For the purpose of this Agreement, and notwithstanding anything
-to the contrary hereunder, solely with respect to the requirements for
-compliance with the terms hereunder, any contractors or consultants that You
-use to perform the work or otherwise assist You in the development or products
-using this Software shall be deemed to be End Users and accordingly, upon
-receipt of the Software, shall be bound by the terms of Exhibit A, Software
-License Agreement. No additional agreement between You and such consultants or
-contractors is required under this Agreement to detail such compliance.
-
-TRADEMARKS. Except as expressly provided herein, you shall not use Intel's
-name in any publications, advertisements, or other announcements without
-Intel's prior written consent. You do not have any rights to use any Intel
-trademarks or logos.
-
-OWNERSHIP OF SOFTWARE AND COPYRIGHTS. Software and accompanying materials, if
-any, are owned by Intel or its suppliers and licensors and may be protected by
-copyright, trademark, patent and trade secret law and international treaties.
-Any rights, express or implied, in the intellectual property embodied in the
-foregoing, other than those specified in this Agreement, are reserved by Intel
-and its suppliers and licensors or otherwise as set forth in any applicable
-open source license agreement. You will keep the Software free of liens,
-attachments, and other encumbrances. You agree not to remove any proprietary
-notices and/or any labels from the Software and accompanying materials without
-prior written approval by Intel
-
-LIMITATION OF LIABILITY. IN NO EVENT SHALL INTEL OR ITS SUPPLIERS AND LICENSORS
-BE LIABLE FOR ANY DAMAGES WHATSOEVER FROM ANY CAUSE OF ACTION OF ANY KIND
-(INCLUDING, WITHOUT LIMITATION, LOST PROFITS, BUSINESS INTERRUPTION, OR LOST
-INFORMATION) ARISING OUT OF THE USE, MODIFICATION, OR INABILITY TO USE THE
-INTEL SOFTWARE, OR OTHERWISE, NOR FOR PUNITIVE, INCIDENTAL, CONSEQUENTIAL, OR
-SPECIAL DAMAGES OF ANY KIND, EVEN IF INTEL OR ITS SUPPLIERS AND LICENSORS HAS
-BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS PROHIBIT
-EXCLUSION OR LIMITATION OF LIABILITY FOR IMPLIED WARRANTIES, CONSEQUENTIAL OR
-INCIDENTAL DAMAGES, SO CERTAIN LIMITATIONS MAY NOT APPLY. YOU MAY ALSO HAVE
-OTHER LEGAL RIGHTS THAT VARY BETWEEN JURISDICTIONS.
-
-EXCLUSION OF WARRANTIES. THE SOFTWARE IS PROVIDED "AS IS" AND POSSIBLY WITH
-FAULTS. UNLESS EXPRESSLY AGREED OTHERWISE, INTEL AND ITS SUPPLIERS AND
-LICENSORS DISCLAIM ANY AND ALL WARRANTIES AND GUARANTEES, EXPRESS, IMPLIED OR
-OTHERWISE, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE. Intel does not warrant
-or assume responsibility for the accuracy or completeness of any information,
-text, graphics, links or other items contained within the Software. You assume
-all liability, financial or otherwise, associated with Your use or disposition
-of the Software.
-
-APPLICABLE LAW. Claims arising under this Agreement shall be governed by the
-laws of State of California], excluding its principles of conflict of laws and
-the United Nations Convention on Contracts for the Sale of Goods.
-
-WAIVER AND AMENDMENT. No modification, amendment or waiver of any provision of
-this Agreement shall be effective unless in writing and signed by an officer of
-Intel. No failure or delay in exercising any right, power, or remedy under
-this Agreement shall operate as a waiver of any such right, power or remedy.
-Without limiting the foregoing, terms and conditions on any purchase orders or
-similar materials submitted by you to Intel, and any terms contained in Intel's
-standard acknowledgment form that are in conflict with these terms, shall be of
-no force or effect.
-
-SEVERABILITY. If any provision of this Agreement is held by a court of
-competent jurisdiction to be contrary to law, such provision shall be changed
-and interpreted so as to best accomplish the objectives of the original
-provision to the fullest extent allowed by law and the remaining provisions of
-this Agreement shall remain in full force and effect.
-
-EXPORT RESTRICTIONS. Each party acknowledges that the Software is subject to
-applicable import and export regulations of the United States and of the
-countries in which each party transacts business, specifically including U.S.
-Export Administration Act and Export Administration Regulations. Each party
-shall comply with such laws and regulations, as well as all other laws and
-regulations applicable to the Software. Without limiting the generality of the
-foregoing, each party agrees that it will not export, re-export, transfer or
-divert any of the Software or the direct programs thereof to any restricted
-place or party in accordance with U.S. export regulations. Note that Software
-containing encryption may be subject to additional restrictions.
-
-GOVERNMENT RESTRICTED RIGHTS. The Software is provided with "RESTRICTED RIGHTS."
-Use, duplication, or disclosure by the Government is subject to restrictions as
-set forth in FAR52.227-14 and DFAR252.227-7013 et seq. or their successors. Use
-of the Software by the Government constitutes acknowledgment of Intel's
-proprietary rights therein. Contractor or Manufacturer is Intel Corporation,
-2200 Mission College Blvd., Santa Clara, CA 95052.
-
-TERMINATION OF THE AGREEMENT. Intel may terminate this Agreement if you violate
-its terms. Upon termination, you will immediately destroy the Software or
-return all copies of the Software to Intel.
-
---------------------------------------------------------------------------------
-
-EXHIBIT "A"
-
-SOFTWARE LICENSE AGREEMENT (Final, Single User)
-
-IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
-
-Do not use or load this firmware image (the "Software") until you have carefully
-read the following terms and conditions. By loading or using the Software, you
-agree to the terms of this Agreement. If you do not wish to so agree, do not
-install or use the Software.
-
-LICENSE. You may copy and use the Software, subject to these conditions:
-1. This Software is licensed for use only in conjunction with Intel component
- products. Use of the Software in conjunction with non-Intel component
- products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part of the
- Software except as provided in this Agreement, and you agree to prevent
- unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may not sublicense the Software.
-5. The Software may contain the software or other property of third party
- suppliers.
-
-OWNERSHIP OF SOFTWARE AND COPYRIGHTS. Title to all copies of the Software
-remains with Intel or its suppliers. The Software is copyrighted and protected
-by the laws of the United States and other countries, and international treaty
-provisions. You may not remove any copyright notices from the Software. Intel
-may make changes to the Software, or items referenced therein, at any time
-without notice, but is not obligated to support or update the Software. Except
-as otherwise expressly provided, Intel grants no express or implied right under
-Intel patents, copyrights, trademarks, or other intellectual property rights.
-You may transfer the Software only if a copy of this license accompanies the
-Software and the recipient agrees to be fully bound by these terms.
-
-EXCLUSION OF OTHER WARRANTIES EXCEPT AS PROVIDED ABOVE, THE SOFTWARE IS PROVIDED
-"AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY OF ANY KIND INCLUDING
-WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR
-PURPOSE. Intel does not warrant or assume responsibility for the accuracy or
-completeness of any information, text, graphics, links or other items contained
-within the Software.
-
-LIMITATION OF LIABILITY. IN NO EVENT SHALL INTEL OR ITS SUPPLIERS BE LIABLE FOR
-ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, LOST PROFITS, BUSINESS
-INTERRUPTION, OR LOST INFORMATION) ARISING OUT OF THE USE OF OR INABILITY TO
-USE THE SOFTWARE, EVEN IF INTEL HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES. SOME JURISDICTIONS PROHIBIT EXCLUSION OR LIMITATION OF LIABILITY FOR
-IMPLIED WARRANTIES OR CONSEQUENTIAL OR INCIDENTAL DAMAGES, SO THE ABOVE
-LIMITATION MAY NOT APPLY TO YOU. YOU MAY ALSO HAVE OTHER LEGAL RIGHTS THAT VARY
-BETWEEN JURISDICTIONS.
-
-TERMINATION OF THIS AGREEMENT. Intel may terminate this Agreement at any time if
-you violate its terms. Upon termination, you will immediately destroy the
-Software.
-
-APPLICABLE LAWS. Claims arising under this Agreement shall be governed by the
-laws of California, excluding its principles of conflict of laws and the United
-Nations Convention on Contracts for the Sale of Goods. You may not export the
-Software in violation of applicable export laws and regulations. Intel is not
-obligated under any other agreements unless they are in writing and signed by
-an authorized representative
-of Intel.
-
-GOVERNMENT RESTRICTED RIGHTS. The Software is provided with "RESTRICTED RIGHTS."
-Use, duplication, or disclosure by the Government is subject to restrictions as
-set forth in FAR52.227-14 and DFAR252.227-7013 et seq. or their successors. Use
-of the Software by the Government constitutes acknowledgment of Intel's
-proprietary rights therein. Contractor or Manufacturer is Intel Corporation,
-2200 Mission College Blvd., Santa Clara, CA 95052.
-
-
-
-
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/jardinains b/sdk_container/src/third_party/portage-stable/licenses/jardinains
deleted file mode 100644
index 5a992a0015b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/jardinains
+++ /dev/null
@@ -1,25 +0,0 @@
-End User License Agreement
-
-
-
-This software is provided AS IS, WITHOUT ANY WARRANTY OF ANY KIND. You assume
-all risk for any damage or loss this software may cause. This software is not
-responsible for any damage or loss this software may cause including, but not
-limited to, damage to existing software, user's hardware, or any other real
-or perceived damage or loss. If there is any dispute whatsoever regarding the
-terms of this agreement or the use of this software, any such dispute will be
-decided by arbitration. Arbitration shall be the exclusive method of
-resolving any controversy, dispute or claim arising out of or relating to
-this agreement. Any arbitration conducted hereunder shall take place in
-Baltimore, Maryland.
-
-
-This agreement only grants you the right to download and use this software
-for your own personal use. You may not distribute, modify, lend, share or
-sell this software.
-
-
-
-Please visit http://www.jardinains2.com/ for more information.
-
-Jardinains 2!, copyright 2006, Magic Chopstick Games.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/jfontain b/sdk_container/src/third_party/portage-stable/licenses/jfontain
deleted file mode 100644
index b74ed1989b8..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/jfontain
+++ /dev/null
@@ -1,5 +0,0 @@
-The author hereby grants permission to use this software at no cost.
-This software is provided on an "as is" basis, and the author has no
-obligation to provide support or enhancements. The author is not
-liable to any party for any damage arising out of the use of this
-software.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/julius b/sdk_container/src/third_party/portage-stable/licenses/julius
deleted file mode 100644
index 17ef3434a41..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/julius
+++ /dev/null
@@ -1,100 +0,0 @@
-*** This is English translation of the Japanese original for reference ***
-
-
- Large Vocabulary Continuous Speech Recognition Engine Julius
-
-
- Copyright (c) 1997-2000 Information-technology Promotion Agency, Japan
- Copyright (c) 1991-2008 Kawahara Lab., Kyoto University
- Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology
- Copyright (c) 2005-2008 Julius project team, Nagoya Institute of Technology
-
-"Large Vocabulary Continuous Speech Recognition Engine Julius",
-including Julian, is being developed at Kawahara Lab., Kyoto
-University, Shikano Lab., Nara Institute of Science and Technology,
-and Julius project team, Nagoya Institute of Technology (collectively
-referred to herein as the "Licensers"). Julius was funded by the
-Advanced Information Technology Program Project of
-Information-technology Promotion Agency (IPA), Japan for three years
-since 1997.
-
-The Licensers reserve the copyright thereto. However, as long as you
-accept and remain in strict compliance with the terms and conditions
-of the license set forth herein, you are hereby granted a royalty-free
-license to use "Large Vocabulary Continuous Speech Recognition Engine
-Julius" including the source code thereof and the documentation
-thereto (collectively referred to herein as the "Software"). Use by
-you of the Software shall constitute acceptance by you of all terms
-and conditions of the license set forth herein.
-
- TERMS AND CONDITIONS OF LICENSE
-
-1. So long as you accept and strictly comply with the terms and
-conditions of the license set forth herein, the Licensers will not
-enforce the copyright or moral rights in respect of the Software, in
-connection with the use, copying, duplication, adaptation,
-modification, preparation of a derivative work, aggregation with
-another program, or insertion into another program of the Software or
-the distribution or transmission of the Software. However, in the
-event you or any other user of the Software revises all or any portion
-of the Software, and such revision is distributed, then, in addition
-to the notice required to be affixed pursuant to paragraph 2 below, a
-notice shall be affixed indicating that the Software has been revised,
-and indicating the date of such revision and the name of the person or
-entity that made the revision.
-
-2. In the event you provide to any third party all or any portion of
-the Software, whether for copying, duplication, adaptation,
-modification, preparation of a derivative work, aggregation with
-another program, insertion into another program, or other use, you
-shall affix the following copyright notice and all terms and
-conditions of this license (both the Japanese original and English
-translation) as set forth herein, without any revision or change
-whatsoever.
-
- Form of copyright notice:
-
- Copyright (c) 1997-2000 Information-technology Promotion Agency, Japan
- Copyright (c) 1991-2008 Kawahara Lab., Kyoto University
- Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology
- Copyright (c) 2005-2008 Julius project team, Nagoya Institute of Technology
-
-3. When you publish or present any results by using the Software, you
-must explicitly mention your use of "Large Vocabulary Continuous
-Speech Recognition Engine Julius".
-
-4. The Licensers are licensing the Software, which is the trial
-product of research and project, on an "as is" and royalty-free basis,
-and makes no warranty or guaranty whatsoever with respect to the
-Software, whether express or implied, irrespective of the nation where
-used, and whether or not arising out of statute or otherwise,
-including but not limited to any warranty or guaranty with respect to
-quality, performance, merchantability, fitness for a particular
-purpose, absence of defects, or absence of infringement of copyright,
-patent rights, trademark rights or other intellectual property rights,
-trade secrets or proprietary rights of any third party. You and every
-other user of the Software hereby acknowledge that the Software is
-licensed without any warranty or guaranty, and assume all risks
-arising out of the absence of any warranty or guaranty. In the event
-the terms and conditions of this license are inconsistent with the
-obligations imposed upon you by judgment of a court or for any other
-reason, you may not use the Software.
-
-The Licensers shall not have any liability to you or to any third
-party for damages or liabilities of any nature whatsoever arising out
-of your use of or inability to use the Software, whether of an
-ordinary, special, direct, indirect, consequential or incidental
-nature (including without limitation lost profits) or otherwise, and
-whether arising out of contract, negligence, tortuous conduct, product
-liability or any other legal theory or reason whatsoever of any nation
-or jurisdiction.
-
-5. This license of use of the Software shall be governed by the laws
-of Japan, and the Kyoto District Court shall have exclusive primary
-jurisdiction with respect to all disputes arising with respect
-thereto.
-
-6. Inquiries for support or maintenance of the Software, or inquiries
-concerning this license of use besides the conditions above, may be
-sent to Julius project team, Nagoya Institute of Technology, or
-Kawahara Lab., Kyoto University.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/knights-demo b/sdk_container/src/third_party/portage-stable/licenses/knights-demo
deleted file mode 100644
index 7f82374fb99..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/knights-demo
+++ /dev/null
@@ -1,140 +0,0 @@
-End User License Agreement
-YOU SHOULD CAREFULLY READ THE FOLLOWING END USER LICENSE AGREEMENT
-BEFORE INSTALLING THIS SOFTWARE PROGRAM. BY INSTALLING OR OTHERWISE
-USING THE SOFTWARE PROGRAM, YOU AGREE TO BE BOUND BY THE TERMS OF THIS
-AGREEMENT.
-
-This software program (the "Program"), any printed materials, any
-on-line or electronic documentation (the "Manuals"), and any and all
-copies and derivative works of such software program are the
-copyrighted work of Linux Game Publishing LTD and its licensors. All
-rights reserved, except as expressly stated herein. All use of the
-Program is governed by the terms of this End User License Agreement
-("License Agreement"). The Program is solely for use by end users
-according to the terms of the Licence Agreement. Any use, reproduction
-or redistribution of the Program not in accordance with the terms of
-the Licence Agreement is expressly prohibited.
-
-1. Limited Use License. Linux Game Publishing ("LGP") hereby grants,
-and by installing the Program you thereby accept, a limited,
-non-exclusive license and right to install and use one (1) copy of the
-Program for your use on either a home, business, or portable
-computer. The Program is licensed not sold. Your license confers no
-title or ownership in the Program.
-
-2. Ownership. All title, ownership rights and intellectual property
-rights in and to the Program and any and all copies thereof (including
-but not limited to any titles, computer code, themes, objects,
-characters, character names, stories, dialog, catch phrases,
-locations, concepts, artwork, animations, sounds, musical
-compositions, audio-visual effects, methods of operation, moral
-rights, and any related documentation, and "applets" incorporated into
-the Program) are owned by LGP and its licensors. The Program is
-protected by the copyright laws of the United Kingdom, international
-copyright treaties and conventions and other laws. All rights are
-reserved. The Program contains certain licensed materials and LGP's
-licensors may protect their rights in the event of any violation of
-this Agreement.
-
-3. Responsibilities of End User.
-A. Subject to the Grant of License hereinabove, you may not, in whole
-or in part, copy, photocopy, reproduce, translate, reverse engineer,
-derive source code, modify, disassemble, decompile, create derivative
-works based on the Program, or remove any proprietary notices or
-labels on the Program without the prior written consent of LGP.
-B. The Program is licensed to you as a single product. Its component
-parts may not be separated for use on more than one computer.
-C. You are entitled to use the Program for your own use, but you are
-not entitled to: (i) sell, grant a security interest in or transfer
-reproductions of the Program to other parties in any way, nor to rent,
-lease or license the Program to others without the prior written
-consent of LGP; or (ii) exploit the Program or any of its parts for
-any commercial purpose including, but not limited to, use at a cyber
-cafe, computer gaming center or any other location-based site. LGP may
-offer a separate Site License Agreement to permit you to make the
-Program available for commercial use. Contact LGP for details.
-
-4. Program Transfer. You may transfer all of your rights
-under this License Agreement, provided the recipient agrees to the
-terms of this License Agreement.
-
-5. Termination. The License Agreement is effective until
-terminated. You may terminate the License Agreement at any time by
-destroying the Program. LGP may, at its discretion, terminate this
-License Agreement in the event that you fail to comply with the terms
-and conditions contained herein. In such event, you must immediately
-destroy the Program.
-
-6. Export Controls. The program may not be re-exported, downloaded,
-otherwise exported into (or to a national or resident of) any country
-to whom it would be illegal to export the Program under UK law.
-
-7. Limited Warranty. Except as expressly and unambiguously set forth
-in this paragraph 7, LGP and its licensors disclaim any warranty for
-the Program, Editor and Manual(s). The Program, Editor and Manual(s)
-are provided "as is" without any warranty of any kind, either express
-or implied, including, without limitation, the implied warranties of
-merchantability, fitness for a particular purpose, or
-noninfringement. The entire risk arising out of use or performance of
-the Program, Editor, and Manual(s) remains with the User, however LGP
-warrants up to and including 90 days from the date of your purchase of
-the Program that the media containing the Program shall be free from
-defects in material and workmanship. In the event that the media
-proves to be defective during that time period, and upon presentation
-to LGP of proof of purchase of the defective Program, LGP will at its
-option: (i) correct any defect; (ii) provide a replacement copy of the
-same product; or (iii) refund your money.
-
-8. Limitation of Liability. NEITHER LGP, ITS LICENSORS NOR ANY PARENT,
-SUBSIDIARY OR AFFILIATE OF THE FOREGOING SHALL BE LIABLE IN ANY WAY
-FOR LOSS OR DAMAGE OF ANY KIND RESULTING FROM THE USE OF THE PROGRAM,
-EDITOR, AND MANUAL(S) INCLUDING, WITHOUT LIMITATION, LOSS OF GOODWILL,
-WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
-COMMERCIAL DAMAGES OR LOSSES.
-
-9. Equitable Remedies. You hereby agree that LGP would be irreparably
-damaged if the terms of this License Agreement were not specifically
-enforced, and therefore you agree that LGP shall be entitled, without
-bond, other security, or proof of damages, to appropriate equitable
-remedies with respect to breaches of this License Agreement, in
-addition to such other remedies as LGP may otherwise have available to
-it under applicable laws. In the event that any litigation is brought
-by either party in connection with this License Agreement, the
-prevailing party in such litigation shall be entitled to recover from
-the other party all the costs, attorney's fees and other expenses
-incurred by such prevailing party in the litigation.
-
-10. Limitations on License. Nothing in this License Agreement shall
-preclude you from making or authorizing the making of copies of
-the Program provided, however, that all copies are complete and exact
-copies of the original, including this license.
-
-11. Miscellaneous. This License Agreement shall be deemed to have been
-made and executed in the United Kingdom and any dispute arising
-hereunder shall be resolved in accordance with the laws of the UK. You
-agree that any claim asserted in any legal proceeding by one of the
-parties against the other shall be commenced and maintained in the
-appropriate court located in Nottingham, England, having subject
-matter jurisdiction with respect to the dispute between the
-parties. This License Agreement may be amended, altered or modified
-only by an instrument in writing, specifying such amendment,
-alteration or modification, executed by both parties. In the event
-that any provision of this License Agreement shall be held by a court
-or other tribunal of competent jurisdiction shall be unenforceable,
-such provision will be enforced to the maximum extent permissible and
-the remaining portions of this License Agreement shall remain in full
-force and effect. This License Agreement constituted and contains the
-entire agreement between the parties with respect to the subject
-matter hereof and supersedes any prior oral or written agreements. You
-hereby acknowledge that you have read and understand the forgoing
-License Agreement and agree that the action of installing the Program
-is an express acknowledgment of your agreement to be bound by the
-terms and conditions of this License Agreement. You also acknowledge
-and agree that this License Agreement is the complete and exclusive
-statement of the agreement between you and LGP and that this License
-Agreement supersedes any prior or contemporaneous agreement, either
-oral or written, and any other communications between you and LGP.
-
-Linux Game Publishing LTD
-17 Rossington Road
-Nottingham, NG2 4HX, England
diff --git a/sdk_container/src/third_party/portage-stable/licenses/kyocera-mita-ppds b/sdk_container/src/third_party/portage-stable/licenses/kyocera-mita-ppds
deleted file mode 100644
index 3bf26549086..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/kyocera-mita-ppds
+++ /dev/null
@@ -1,229 +0,0 @@
-Please read the terms and conditions of this license agreement carefully. This
-is a legally binding license agreement between you (the "user" meaning either
-an individual or a single entity) and Kyocera Mita. By using this software
-("Software") you indicate your acceptance of the following Software License
-Agreement granting a non-exclusive license.
-
-
-**1. Property Rights
-
-The Software is protected by national and international copyright laws and
-international treaty provisions. The Software is owned and copyrighted by
-Kyocera Mita. Your license does not confer any title to, or ownership in the
-Software. No rights of any kind in the Software are transferred. The use of
-the Software is subject to the license terms in this agreement.
-
-
-**2. Use of Software**
-
-
-Kyocera Mita grants the user a license to use one copy of the Software on one
-or more computers connected to an original ?Kyocera Mita? printer, copier or
-multifunctional device. Use means any permanent or temporary use of the
-Software and includes the storing, loading, installing, executing or
-displaying of the Software or the processing of any data contained therein.
-The Software may not be used on any other hardware unless such use is granted
-by a seperate license agreement.
-
-
-**3. Rights to copy Software**
-
-
-(1) The user may only copy the Software where this is essential to usage. This
-includes the installation and loading of the Software into the temporary
-memory (i.e. RAM).
-
-
-(2) The user may make and store one back-up copy if this is necessary for
-securing later use. The copy must be marked as such. If the Software is used
-in the course of business and if routine back-up copies of all data including
-the Software are made for the purposes of securing data and ensuring that the
-computer system can be reactivated quickly after a breakdown, only so many
-back-up copies may be made as are asbolutely essential. They may be used for
-archival purposes only!
-
-
-(3) The user may not make any further copies.
-
-
-(4) The user may not decompile the Software except and only to the extent that
-such activity is expressivly permitted by law. The user may not alter any
-brand names, serial numbers or other characteristics identifying the Software
-or any other legal information.
-
-
-**4. Transfer of Software**
-
-
-(1) The license will automatically terminate upon any transfer of the Software
-to a third party. The transferee will be regarded as user in the meaning of
-this contract.
-
-
-(2) The Software may only be transferred if the transferee accepts the terms
-and conditions of this license agreement. The user is obliged to inform the
-transferee of these terms and conditions. If the user does not have a copy of
-this contract, he may obtain a new one from Kyocera Mita Mita at his own
-expenses.
-
-
-(3) Upon transfer the user must immediately destroy any copies of the Software
-or parts thereof including any changed or modified copies or parts thereof.
-This also applies to any back-up copies.
-
-
-(4) The user may not rent, lease or subdivide any rights granted by this
-license or transfer or grant sublicenses unless explicitely allowed in this
-contract.
-
-
-**5. Warranty**
-
-
-(1) Kyocera Mita?s liability is limited to original Software.
-
-
-(2) Kyocera Mita, however, has taken all possible care to produce the Software
-that, at the time of downloading, is free from defects and fit for its
-particular purpose. In the unlikely event of any deficencies Kyocera Mita will
-remedy the fault within a warranty period of six months. Kyocera Mita may at
-its sole discretion either remedy the fault free of charge or provide a
-replacement.
-
-
-(3) The warranty period starts upon the download of the Software.
-
-
-(4) If a remedy of the fault is impossible within an appropriate period of
-time or the remedy or the replacement is regarded as ineffective, the user may
-claim a reduction of the purchase price or the recission of the contract. The
-remedy or the replacement can only regarded as ineffective if Kyocera Mita had
-sufficient opportunity to remedy the fault and this proves impossible or
-otherwise unreasonable.
-
-
-(5) The warranty is null and void if the Software has been misused, used for
-the wrong purpose or used in defective hardware.
-
-
-(6) Faults must not be remedied by third parties. In this case Kyocera Mita
-may either rescind the contract or provide a copy of the newest version of the
-program. This does not imply any prolongation of the warranty period.
-
-
-(7) Kyocera Mita is not liable for any faults caused during downloading.
-
-
-**6. Limitation of warranty**
-
-
-(1) Software is used at the user's own risk. Kyocera Mita is only liable for
-any faults caused by gross negligence or intentional acts by Kyocera Mita.
-
-
-(2) Kyocera Mita?s liability is limited to the purchase price.
-
-
-(3) Any liablility for loss of data is limited to those expenses which would
-normaly be incurred in retrieving data if risk-appropriate back-up copies had
-been made on a regular basis but, in any case, not exceeding the limit
-specified in paragh 6, sub-paragh 2.
-
-
-(4) Any liability under the european laws concerning product Liability are not
-limited by this contract.
-
-
-**7. Exclusion of liability**
-
-
-Kyocera Mita is not liable for any consequential damages, loss of profit or
-any other loss whatsoever resulting from defects in the programm even if
-Kyocera Mita has been advised thereof. This limitation of the warranty applies
-to all damages of any kind.
-
-
-**8. Obligations to examine and to notify**
-
-
-(1) The user is obliged to examine the Software for any evident faults. An
-evident fault means a fault obvious to the average user. Unless Kyocera Mita
-is notified of such faults within 14 days of downloading the Software, the
-warranty will expire.
-
-
-(2) Kyocera Mita has to be informed of any other fault within fourteen days of
-its discovery.
-
-
-(3) This license does not effect any further obligations of the user normally
-owed in the course of business.
-
-
-(4) If this obligation is violated, the user will be deemed to have accepted
-the Software as faultless.
-
-
-**9. No other applicable agreements, written form**
-
-
-(1) This license governs the contractual relation between Kyocera Mita and the
-user with regards to the contractual obligation established by this license.
-There are no further agreements. Any prior contracts or agreements are null
-and void upon acceptance of this license.
-
-
-(2) Any alteration of this license must be made in writing. Any alteration of
-this clause must also be made in writing.
-
-
-**10. Confidentiality**
-
-
-(1) The user is obliged to the best of his abilities to take all reasonable
-measures to prevent any unauthorized persons from obtaining access to, or
-making any copy of, or otherwise disclosing any information regarding of the
-Software.
-
-
-(2) It is agreed that any information obtained in the course of the contract
-which could be used in the development, manufacture or sale of any Software or
-for the infringement of any copyright laws shall be kept confidential.
-
-
-**11. Miscellaneous**
-
-
-(1) Any notification to Kyocera Mita shall be made in writing to the following
-address:
-
-
-KYOCERA MITA EUROPE B.V.
-
-HOEKSTEEN 40
-
-2132 HOOFDORP, THE NETHERLANDS
-
-
-
-(2) All relations between KYOCERA MITA and the customer shall be deemed to
-have been fully governed by and construed in accordance with the laws of the
-Netherlands, the application of the Vienna Convention on Contracts for the
-International Sale of Goods (CISG) being excluded.
-
-
-(3) All disputes arising in connection with this warranty shall be finally
-settled by the competent court in Amsterdam, the Netherlands, as far as
-legally permitted.
-
-
-(4) The purpose of heading in these warranty terms is merely to provided
-better orientation. They are not significant for interpreting the warranty
-terms.
-
-
-(4) If one or more stipulations of this warranty are entirely or partially
-invalid, or if they become partially or entirely invalid, this will not affect
-the validity of the remaining stipulations. The stipulations which have become
-invalid shall be replaced by legally valid regulations, which most closely
-approximates the intent of the invalid stipulation.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/lcc b/sdk_container/src/third_party/portage-stable/licenses/lcc
deleted file mode 100644
index 5296699082b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/lcc
+++ /dev/null
@@ -1,61 +0,0 @@
-The authors of this software are Christopher W. Fraser and
-David R. Hanson.
-
-Copyright (c) 1991,1992,1993,1994,1995,1996,1997,1998 by AT&T,
-Christopher W. Fraser, and David R. Hanson. All Rights Reserved.
-
-Permission to use, copy, modify, and distribute this software for any
-purpose, subject to the provisions described below, without fee is
-hereby granted, provided that this entire notice is included in all
-copies of any software that is or includes a copy or modification of
-this software and in all copies of the supporting documentation for
-such software.
-
-THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
-WARRANTY. IN PARTICULAR, NEITHER THE AUTHORS NOR AT&T MAKE ANY
-REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
-OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
-
-
-lcc is not public-domain software, shareware, and it is not protected
-by a `copyleft' agreement, like the code from the Free Software
-Foundation.
-
-lcc is available free for your personal research and instructional use
-under the `fair use' provisions of the copyright law. You may, however,
-redistribute lcc in whole or in part provided you acknowledge its
-source and include this CPYRIGHT file. You may, for example, include
-the distribution in a CDROM of free software, provided you charge only
-for the media, or mirror the distribution files at your site.
-
-You may not sell lcc or any product derived from it in which it is a
-significant part of the value of the product. Using the lcc front end
-to build a C syntax checker is an example of this kind of product.
-
-You may use parts of lcc in products as long as you charge for only
-those components that are entirely your own and you acknowledge the use
-of lcc clearly in all product documentation and distribution media. You
-must state clearly that your product uses or is based on parts of lcc
-and that lcc is available free of charge. You must also request that
-bug reports on your product be reported to you. Using the lcc front
-end to build a C compiler for the Motorola 88000 chip and charging for
-and distributing only the 88000 code generator is an example of this
-kind of product.
-
-Using parts of lcc in other products is more problematic. For example,
-using parts of lcc in a C++ compiler could save substantial time and
-effort and therefore contribute significantly to the profitability of
-the product. This kind of use, or any use where others stand to make a
-profit from what is primarily our work, requires a license agreement
-with Addison-Wesley. Per-copy and unlimited use licenses are
-available; for more information, contact
-
- J. Carter Shanklin
- Addison Wesley Longman, Inc.
- 2725 Sand Hill Rd.
- Menlo Park, CA 94025
- 650/854-0300 x2478 FAX: 650/614-2930 jcs@awl.com
------
-Chris Fraser / cwfraser@microsoft.com
-David Hanson / drh@microsoft.com
-$Revision: 145 $ $Date: 2001-10-17 16:53:10 -0500 (Wed, 17 Oct 2001) $
diff --git a/sdk_container/src/third_party/portage-stable/licenses/levee b/sdk_container/src/third_party/portage-stable/licenses/levee
deleted file mode 100644
index fdb7a2b4606..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/levee
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * LEVEE, or Captain Video; A vi clone
- *
- * Copyright (c) 1982-1997 David L Parsons
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, without or
- * without modification, are permitted provided that the above
- * copyright notice and this paragraph are duplicated in all such
- * forms and that any documentation, advertising materials, and
- * other materials related to such distribution and use acknowledge
- * that the software was developed by David L Parsons (orc@pell.chi.il.us).
- * My name may not be used to endorse or promote products derived
- * from this software without specific prior written permission.
- * THIS SOFTWARE IS PROVIDED AS IS'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE.
- */
diff --git a/sdk_container/src/third_party/portage-stable/licenses/lha b/sdk_container/src/third_party/portage-stable/licenses/lha
deleted file mode 100644
index 75330f275ff..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/lha
+++ /dev/null
@@ -1,172 +0,0 @@
-This license explanation was derived from the copyright notice distributed
-with the Debian package maintained by Atsushi KAMOSHIDA .
-
-Upstream Authors:
-
- LHarc 0.01-1.00: Yooichi Tagawa (LHa code taken from here, 1988-1989)
- Nikkei-mix ID: y.tagawa (Now this is defunct BBS, Licensing term
- in manual page come from his licence for lharc)
- His new web page seems to be www2s.biglibe.ne.jp/~yex/
- yooedit2001@yahoo.co.jp is the contact e-mail address for another
- software. Page updated at least July/2001
-
- LHa 0.01-1.00: Masaru Oki (LHa original author, 1991-1992)
- E-Mail address: oki@netbsd.org
-
- LHa 1.10-1.14: Nobutaka Watazaki (Last official release? 1993-1995)
- ALICE-NET ALS00595 Nasty
- E-Mail JBD02514@niftyserve.or.jp
- E-Mail femcs@mbox.kyoto-inet.or.jp
- NIFTY-Serve JBD02514
- E-Mail address: watazaki@shimadzu.co.jp
- E-Mail address: watazaki@shimadzusd.co.jp
-
- Lha 1.14a-1.14e: Tsugio Okamoto (1996-2000)
-
-
-Copyright:
-
-Original Source Code License Statement:
-
- /* Copyright (C) MCMLXXXIX Yooichi.Tagawa */
- /* Modified Nobutaka Watazaki */
- /* Thanks to H.Yoshizaki. (MS-DOS LHarc) */
-
-
-Original Authors License Statement (from man/lha.man, in Japanese
-EUC-JP):
-
- 再配布について
- 以下の条件で、再配布、転載、改変を許可します。
-
- 1. 著作権表示を削除しないこと。
-
- 2. 配布内容については、
-
- a. 配布の際に存在する内容(すなわち ソー ス コー
- ド、 ド キュメント、プログラマーへの手引きな
- ど)が再配布されたものの中に必ず存在 す る こ
- と。 改 変されているならば、それを明示したド
- キュメントを用意すること。
-
- b. LHa に対する付加価値が付けられて再配布される
- 場合にはそれらもできるだけ含めるよう努力する
- こと。また、その際には付加価値が付けられてい
- ることを明示したドキュメントを用意すること。
-
- c. バイナリのみの配布は許されない。(付加価値 の
- ものも含む)
-
- 3. 最新版の配布に務めること。(義務はない)
-
- 注. なお、ネットでの配付は自由であるが、ネットに
- アクセスできない方(雑誌および、 CDROM な ど
- に よる)配付は、配付前にこちらに EMail をお
- 願いします。配付前に出来ない際には、後日必ず
- EMail をお願いします。
-
- 4. このプログラムの存在や使用したことによって生じた損
- 害は全く保証しない。
-
- 5. 作者は、このプログラムに不備があっても、それを訂 正
- する義務を負わない。
-
- 6. このプログラムの一部、または全部を他のプログラムに
- 組み込んで利用してもかまわない。この場合、そのプ ロ
- グラムは LHa ではなく、 LHa と名乗ってはいけない。
-
- 7. 商利用に関しては、上記の条件に加え、下記の条件のも
- とにこれを認める。
-
- a. このプログラムをメインとする商利用は禁 止 す
- る。
-
- b. 商利用の相手がこのプログラムの使用者として不
- 適切と判断した場合には配布しない。
-
- c. インストールの手段として使用する場合、このプ
- ログラムを使うことを相手に強制しない。この場
- 合、商利用者が作業を行う。また、そのときの損
- 害は、商利用者が全責任を負う。
-
- d. 商利用を付加価値として行いこのプログラムを使
- 用する場合、商利用者は、そのサポートを行う。
-
-
-Original Authors License Statement (from man/lha.man, translated by
-Osamu Aoki ):
-
- Permission is given for redistribution, copy, and modification provided
- following conditions are met.
-
- 1. Do not remove copyright clause.
-
- 2. Distribution shall conform:
-
- a. The content of redistribution (i.e., source code, documentation,
- and reference guide for programmers) shall include original contents.
- If contents are modified, the document clearly indicating
- the fact of modification must be included.
- b. If LHa is redistributed with added values, you must put your best
- effort to include them (Translator comment: If read literally,
- original Japanese was unclear what "them" means here. But
- undoubtedly this "them" means source code for the added value
- portion and this is a typical Japanese sloppy writing style to
- abbreviate as such) Also the document clearly indicating that
- added value was added must be included.
- c. Binary only distribution is not allowed (including added value
- ones.)
-
- 3. You need to put effort to distribute the latest version (This is not
- your duty).
-
- NB: Distribution on Internet is free. Please notify me by e-mail or
- other means prior to the distribution if distribution is done through
- non-Internet media (Magazine, CDROM etc.) If not, make sure to Email
- me later.
-
- 4. Any damage caused by the existence and use of this program will not
- be compensated.
-
- 5. Author will not be responsible to correct errors even if program is
- defective.
-
- 6. This program, either as a part of this or as a whole of this, may be
- included into other programs. In this case, that program is not LHa
- and can not call itself LHa.
-
- 7. For commercial use, in addition to above conditions, following
- condition needs to be met.
-
- a. The program whose content is mainly this program can not be used
- commercially.
- b. If the recipient of commercial use deems inappropriate as a
- program user, you must not distribute.
- c. If used as a method for the installation, you must not force
- others to use this program. In this case, commercial user will
- perform its work while taking full responsibility of its outcome.
- d. If added value is done under the commercial use by using this
- program, commercial user shall provide its support.
-
-
-(Osamu Aoki also comments:
- Here "commercial" may be interpreted as "for-fee". "Added value" seems
- to mean "feature enhancement". )
-
-
-License Statement by Tsugio Okamoto (in Japanese EUC-JP):
-
- なお、ネットでの配付は自由ですが、ネットにアクセスできない方(雑誌および、
- CD-ROM などによる)への配付は、配付前にこちらに Inter-Net の方にE-Mail
- を お願いします。 どこそこに、掲載するという旨があれば結構ですので。
- また、それも出来ない際には、後日 E-Mail を必ずお願いします。
-
-
-Translated License Statement by Tsugio Okamoto (translated by
-GOTO Masanori ):
-
- It's free to distribute on the network, but if you distribute for
- the people who cannot access the network (by magazine or CD-ROM),
- please send E-Mail (Inter-Net address) to the author before the
- distribution. That's well where this software is appeard.
- If you cannot do, you must send me the E-Mail later.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/libmng b/sdk_container/src/third_party/portage-stable/licenses/libmng
deleted file mode 100644
index 090d6b688ee..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/libmng
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-For the purposes of this copyright and license, "Contributing Authors"
-is defined as the following set of individuals:
-
-
-
-The MNG Library is supplied "AS IS". The Contributing Authors
-disclaim all warranties, expressed or implied, including, without
-limitation, the warranties of merchantability and of fitness for any
-purpose. The Contributing Authors assume no liability for direct,
-indirect, incidental, special, exemplary, or consequential damages,
-which may result from the use of the MNG Library, even if advised of
-the possibility of such damage.
-
-Permission is hereby granted to use, copy, modify, and distribute this
-source code, or portions hereof, for any purpose, without fee, subject
-to the following restrictions:
-
-1. The origin of this source code must not be misrepresented;
- you must not claim that you wrote the original software.
-
-2. Altered versions must be plainly marked as such and must not be
- misrepresented as being the original source.
-
-3. This Copyright notice may not be removed or altered from any source
- or altered source distribution.
-
-The Contributing Authors specifically permit, without fee, and
-encourage the use of this source code as a component to supporting
-the MNG and JNG file format in commercial products. If you use this
-source code in a product, acknowledgment would be highly appreciated.
-
-
-Parts of this software have been adapted from the libpng package.
-Although this library supports all features from the PNG specification
-(as MNG descends from it) it does not require the libpng package.
-It does require the zlib library and optionally the IJG jpeg library,
-and/or the "little-cms" library by Marti Maria (depending on the
-inclusion of support for JNG and Full-Color-Management respectively.
-
-This library's function is primarily to read and display MNG
-animations. It is not meant as a full-featured image-editing
-component! It does however offer creation and editing functionality
-at the chunk level.
-(future modifications may include some more support for creation
- and or editing)
diff --git a/sdk_container/src/third_party/portage-stable/licenses/libpng b/sdk_container/src/third_party/portage-stable/licenses/libpng
deleted file mode 100644
index 6ee9c8f5548..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/libpng
+++ /dev/null
@@ -1,133 +0,0 @@
-
-This copy of the libpng notices is provided for your convenience. In case of
-any discrepancy between this copy and the notices in the file png.h that is
-included in the libpng distribution, the latter shall prevail.
-
-COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
-
-If you modify libpng you may insert additional notices immediately following
-this sentence.
-
-This code is released under the libpng license.
-
-libpng versions 1.0.7, July 1, 2000 through 1.6.35, July 15, 2018 are
-Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are
-derived from libpng-1.0.6, and are distributed according to the same
-disclaimer and license as libpng-1.0.6 with the following individuals
-added to the list of Contributing Authors:
-
- Simon-Pierre Cadieux
- Eric S. Raymond
- Mans Rullgard
- Cosmin Truta
- Gilles Vollant
- James Yu
- Mandar Sahastrabuddhe
- Google Inc.
- Vadim Barkov
-
-and with the following additions to the disclaimer:
-
- There is no warranty against interference with your enjoyment of the
- library or against infringement. There is no warranty that our
- efforts or the library will fulfill any of your particular purposes
- or needs. This library is provided with all faults, and the entire
- risk of satisfactory quality, performance, accuracy, and effort is with
- the user.
-
-Some files in the "contrib" directory and some configure-generated
-files that are distributed with libpng have other copyright owners and
-are released under other open source licenses.
-
-libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
-Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from
-libpng-0.96, and are distributed according to the same disclaimer and
-license as libpng-0.96, with the following individuals added to the list
-of Contributing Authors:
-
- Tom Lane
- Glenn Randers-Pehrson
- Willem van Schaik
-
-libpng versions 0.89, June 1996, through 0.96, May 1997, are
-Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,
-and are distributed according to the same disclaimer and license as
-libpng-0.88, with the following individuals added to the list of
-Contributing Authors:
-
- John Bowler
- Kevin Bracey
- Sam Bushell
- Magnus Holmgren
- Greg Roelofs
- Tom Tanner
-
-Some files in the "scripts" directory have other copyright owners
-but are released under this license.
-
-libpng versions 0.5, May 1995, through 0.88, January 1996, are
-Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
-
-For the purposes of this copyright and license, "Contributing Authors"
-is defined as the following set of individuals:
-
- Andreas Dilger
- Dave Martindale
- Guy Eric Schalnat
- Paul Schmidt
- Tim Wegner
-
-The PNG Reference Library is supplied "AS IS". The Contributing Authors
-and Group 42, Inc. disclaim all warranties, expressed or implied,
-including, without limitation, the warranties of merchantability and of
-fitness for any purpose. The Contributing Authors and Group 42, Inc.
-assume no liability for direct, indirect, incidental, special, exemplary,
-or consequential damages, which may result from the use of the PNG
-Reference Library, even if advised of the possibility of such damage.
-
-Permission is hereby granted to use, copy, modify, and distribute this
-source code, or portions hereof, for any purpose, without fee, subject
-to the following restrictions:
-
- 1. The origin of this source code must not be misrepresented.
-
- 2. Altered versions must be plainly marked as such and must not
- be misrepresented as being the original source.
-
- 3. This Copyright notice may not be removed or altered from any
- source or altered source distribution.
-
-The Contributing Authors and Group 42, Inc. specifically permit, without
-fee, and encourage the use of this source code as a component to
-supporting the PNG file format in commercial products. If you use this
-source code in a product, acknowledgment is not required but would be
-appreciated.
-
-END OF COPYRIGHT NOTICE, DISCLAIMER, and LICENSE.
-
-TRADEMARK:
-
-The name "libpng" has not been registered by the Copyright owner
-as a trademark in any jurisdiction. However, because libpng has
-been distributed and maintained world-wide, continually since 1995,
-the Copyright owner claims "common-law trademark protection" in any
-jurisdiction where common-law trademark is recognized.
-
-OSI CERTIFICATION:
-
-Libpng is OSI Certified Open Source Software. OSI Certified Open Source is
-a certification mark of the Open Source Initiative. OSI has not addressed
-the additional disclaimers inserted at version 1.0.7.
-
-EXPORT CONTROL:
-
-The Copyright owner believes that the Export Control Classification
-Number (ECCN) for libpng is EAR99, which means not subject to export
-controls or International Traffic in Arms Regulations (ITAR) because
-it is open source, publicly available software, that does not contain
-any encryption software. See the EAR, paragraphs 734.3(b)(3) and
-734.7(b).
-
-Glenn Randers-Pehrson
-glennrp at users.sourceforge.net
-July 15, 2018
diff --git a/sdk_container/src/third_party/portage-stable/licenses/libtiff b/sdk_container/src/third_party/portage-stable/licenses/libtiff
deleted file mode 100644
index c615e1b757b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/libtiff
+++ /dev/null
@@ -1,20 +0,0 @@
-Copyright (c)
-
-Permission to use, copy, modify, distribute, and sell this software
-and its documentation for any purpose is hereby granted without fee,
-provided that (i) the above copyright notices and this permission
-notice appear in all copies of the software and related documentation,
-and (ii) the names of may not be used in any
-advertising or publicity relating to the software without the specific,
-prior written permission of .
-
-THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
-EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-
-IN NO EVENT SHALL BE LIABLE FOR ANY SPECIAL,
-INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY
-DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY
-THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-PERFORMANCE OF THIS SOFTWARE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/lure b/sdk_container/src/third_party/portage-stable/licenses/lure
deleted file mode 100644
index 7dc7b0c67f2..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/lure
+++ /dev/null
@@ -1,25 +0,0 @@
-Lure of the Temptress, PC DOS version (C) Revolution Software Ltd 1992-
-------------------------------------- ---------------------------------
-
- 1) You may distribute this game for free on any medium, provided this license
-and all associated copyright notices and disclaimers are left intact.
-
- 2) You may charge a reasonable copying fee for this archive, and may distribute
-it in aggregate as part of a larger & possibly commercial software distribution
-(such as a Linux distribution or magazine coverdisk). You must provide proper
-attribution and ensure this license and all associated copyright notices, and
-disclaimers are left intact.
-
- 3) You may not charge a fee for the game itself. This includes reselling the
-game as an individual item.
-
- 4) You may modify the game as you wish. You may also distribute modified
-versions under the terms set forth in this license, but with the additional
-requirement that the work is marked with a prominent notice which states that
-it is a modified version.
-
- 5) All game content is (C) Revolution Software Ltd.
-
- 6) THE GAMEDATA IN THIS ARCHIVE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING AND NOT LIMITED TO ANY IMPLIED WARRANTIES OF
-MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/mac b/sdk_container/src/third_party/portage-stable/licenses/mac
deleted file mode 100644
index a098bddb28a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/mac
+++ /dev/null
@@ -1,36 +0,0 @@
- Monkey's Audio Source Code License Agreement
-
- License Agreement
-
- 1. The Monkey's Audio SDK and source code can be freely used to add APE
- format playback, encoding, or tagging support to any product, free or
- commercial. Use of the code for proprietary efforts that don't support
- the official APE format require written consent of the author.
-
- 2. Monkey's Audio source can be included in GPL and open-source software,
- although Monkey's Audio itself will not be subjected to external licensing
- requirements or other viral source restrictions.
-
- 3. Code changes and improvements must be contributed back to the Monkey's
- Audio project free from restrictions or royalties for the sake of the
- common good, unless exempted by express written consent of the author.
-
- 4. Any source code, ideas, or libraries used must be plainly acknowledged
- in the software using the code.
-
- 5. Although the software has been tested thoroughly, the author is in no
- way responsible for damages due to bugs or misuse.
-
- 6. If you do not completely agree with all of the previous stipulations,
- you must cease using this source code and remove it from your storage
- device.
-
-
-
- All rights not expressly granted here are reserved by Matthew T. Ashland.
-
-
-
- - All materials and programs copyrighted (c)2000-2006 by Matthew T. Ashland -
-
- - All rights reserved. -
diff --git a/sdk_container/src/third_party/portage-stable/licenses/man-pages-posix-2013 b/sdk_container/src/third_party/portage-stable/licenses/man-pages-posix-2013
deleted file mode 100644
index 30973019bea..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/man-pages-posix-2013
+++ /dev/null
@@ -1,25 +0,0 @@
-The Institute of Electrical and Electronics Engineers (IEEE) and
-The Open Group, have given us permission to reprint portions of
-their documentation.
-
-In the following statement, the phrase ``this text'' refers to
-portions of the system documentation.
-
-Portions of this text are reprinted and reproduced in electronic form
-from IEEE Std 1003.1, 2013 Edition, Standard for Information Technology
--- Portable Operating System Interface (POSIX), The Open Group Base
-Specifications Issue 7, Copyright (C) 2013 by the Institute of Electri-
-cal and Electronics Engineers, Inc and The Open Group. (This is
-POSIX.1-2008 with the 2013 Technical Corrigendum 1 applied.) In the
-event of any discrepancy between this version and the original IEEE and
-The Open Group Standard, the original IEEE and The Open Group Standard
-is the referee document. The original Standard can be obtained online
-at http://www.unix.org/online.html .
-
-This notice shall appear on any product containing this material.
-
-Redistribution of this material is permitted so long as this notice and
-the corresponding notices within each POSIX manual page are retained on
-any distribution, and the nroff source is included. Modifications to
-the text are permitted so long as any conflicts with the standard
-are clearly marked as such in the text.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/mapm b/sdk_container/src/third_party/portage-stable/licenses/mapm
deleted file mode 100644
index 856a6b83cb9..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/mapm
+++ /dev/null
@@ -1,15 +0,0 @@
-* Copyright (C) 1999 - 2004 Michael C. Ring
-*
-* This software is Freeware.
-*
-* Permission to use, copy, and distribute this software and its
-* documentation for any purpose with or without fee is hereby granted,
-* provided that the above copyright notice appear in all copies and
-* that both that copyright notice and this permission notice appear
-* in supporting documentation.
-
-* Permission to modify the software is granted, but not the right to
-* distribute the modified code. Modifications are to be distributed
-* as patches to released version.
-*
-* This software is provided "as is" without express or implied warranty.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/marginalhacks b/sdk_container/src/third_party/portage-stable/licenses/marginalhacks
deleted file mode 100644
index a41676ce9b1..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/marginalhacks
+++ /dev/null
@@ -1,41 +0,0 @@
-License for programs at DaveSource Marginal Hacks:
-http://MarginalHacks.com/
-
-Disclaimer:
- These programs aren't packaged in any sort of user-friendly format.
- While most of it does something that I consider useful, plenty of it is old and written poorly and
-lacking documentation.
- Lots of the programs here do not fit my definition of TRW.
- If you're looking to write a script like one of these, yea.
- If you don't program, tough noogies for you.
- Make your browser nice and wide to look at the index, or suffer an unreadable table.
-
- I recognize that this license is not OpenSource, this is quite deliberate
-
-Non-Warranty:
- These programs come with absolutely no warranty.
- The 'Rating' and 'Works (Y/N)' columns in the software index are no indication of the quality or
-ability of the programs.
- Use at your own risk!
-
-License for use:
- The programs may be used and distributed (with this license) for free.
- The programs may be modified as long as they retain the original license and author, copyright
-information.
- If you modify any of these programs, please e-mail patches to the the author.
- (If you think the patch isn't of general use, you can just email me about it first to check)
- None of the programs can be sold or included in a product that is sold without prior written permisson
-from the author.
-
-Copyright:
- All these programs are copyright David Ljung Madison
-
-Why:
- I've made this software freely available for the following reasons:
-
- 1. I like to think that I write useful software, so I want other people to use it.
- 2. I felt like helping out a bit. This is not a common thing for me, so enjoy it.
- 3. I use free software, and wanted to give something back.
- 4. But if you want to help, you can send money
-
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/master-pdf-editor b/sdk_container/src/third_party/portage-stable/licenses/master-pdf-editor
deleted file mode 100644
index 5f52e51ca0a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/master-pdf-editor
+++ /dev/null
@@ -1,93 +0,0 @@
-Master PDF Editor
-Copyright © Code Industry Ltd All rights reserved.
-
--------------------------------------------------------------
-
-LICENSE AGREEMENT
-
-Code Industry Ltd (hereinafter referred to as the “Author”)
-hereby grants you a non-exclusive license (hereinafter referred to as
-the “License”) to use the software Master PDF Editor (hereinafter
-referred to as the “Software”) on the terms set forth hereunder.
-
-1. GRANT OF LICENSE.
-This License grants you the following rights. By installing the
-Software you accept the License and agree to comply with it.
-
-2. SOFTWARE.
-Install and use one copy of the Software for a single user. You may
-also install a copy for that user’s exclusive use on either a home
-or portable computer.
-If you want to install and use the copy in the network (on a computer
-file server) you need to purchase an additional license for all users
-with access to this Software.
-
-3. NON-COMMERCIAL USE.
-You are hereby granted to use this Software for non-commercial
-purposes without charge for unlimited time on Desktop Linux. Some
-advanced functionality is locked for non-commercial use. Software can
-also be used for viewing and printing documents only on Windows and
-macOS for unlimited time without any charge.
-
-4. REVERSE ENGINEERING.
-You may not modify, reverse engineer, decompile, disassemble, or
-create derivative works based on the Software, or any portion hereof.
-
-5. RENTAL.
-You may not rent or lease the Software.
-
-6. TRANSFER.
-You may transfer the Software to a single recipient on a permanent
-basis provided that you retain no copies of the Software (including
-backup or archival copies) and the recipient agrees to the terms and
-conditions of this License.
-
-7. TERMINATION.
-The License is in effect until terminated. The License will terminate
-automatically if you fail to comply with the limitations described
-herein. On termination, you must destroy all copies of the Software
-and Documentation.
-
-8. USE OF LOGOS AND TRADEMARKS.
-You may not use the Author’s name, logos, or trademarks in any
-manner including, without limitation, in your advertising or
-marketing materials, except as is necessary to affix the appropriate
-copyright notices as required herein.
-
-9. MISCELLANEOUS.
-This Agreement represents the complete agreement concerning this
-License between the parties and supersedes all prior agreements and
-representations between them. This Agreement may be amended only in
-writing and when executed by both parties. THE ACCEPTANCE OF ANY
-PURCHASE ORDER PLACED BY YOU IS EXPRESSLY MADE CONDITIONAL ON YOUR
-ASSENT TO THE TERMS SET FORTH HEREIN, AND NOT THOSE CONTAINED IN YOUR
-PURCHASE ORDER. If any provision of this Agreement is held to be
-unenforceable for any reason, such a provision shall be reformed only
-to the extent necessary to make it enforceable and the remainder of
-this Agreement shall nonetheless remain in full force and effect.
-
-10. LIMITED WARRANTY:
-THE SOFTWARE IS PROVIDED “AS IS” WITHOUT A WARRANTY OF ANY KIND.
-TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE AUTHOR FURTHER
-DISCLAIMS ALL WARRANTIES, INCLUDING WITHOUT LIMITATION ANY IMPLIED
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON INFRINGEMENT. THE ENTIRE RISK ARISING OUT OF THE USE OR
-PERFORMANCE OF THE SOFTWARE AND DOCUMENTATION REMAINS WITH THE
-RECIPIENT.
-
-11. LIMITATION OF LIABILITY:
-UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, TORT, CONTRACT, OR
-OTHERWISE, SHALL THE AUTHOR OR HIS SUPPLIERS OR RESELLERS BE LIABLE
-TO YOU OR ANY OTHER PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
-CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION,
-DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
-MALFUNCTION, DATA LOSS, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR
-LOSSES, OR FOR ANY DAMAGES IN EXCESS OF THE AUTHOR’S LIST PRICE FOR
-A LICENSE TO THE SOFTWARE AND DOCUMENTATION, EVEN IF THE AUTHOR SHALL
-HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES, OR FOR ANY
-CLAIM BY ANY OTHER PARTY. THIS LIMITATION OF LIABILITY SHALL NOT
-APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY TO THE EXTENT THAT
-THE APPLICABLE LAW PROHIBITS SUCH LIMITATION. FURTHERMORE, SOME
-STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
-CONSEQUENTIAL DAMAGES AND, THEREFORE, THIS LIMITATION AND EXCLUSION
-MAY NOT APPLY TO YOU.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/matplotlib b/sdk_container/src/third_party/portage-stable/licenses/matplotlib
deleted file mode 100644
index 1aacb6fd03d..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/matplotlib
+++ /dev/null
@@ -1,49 +0,0 @@
-License agreement for matplotlib
-==============================================
-
-1. This LICENSE AGREEMENT is between John D. Hunter ("JDH"), and the
-Individual or Organization ("Licensee") accessing and otherwise using
-matplotlib software in source or binary form and its associated
-documentation.
-
-2. Subject to the terms and conditions of this License Agreement, JDH
-hereby grants Licensee a nonexclusive, royalty-free, world-wide license
-to reproduce, analyze, test, perform and/or display publicly, prepare
-derivative works, distribute, and otherwise use matplotlib
-alone or in any derivative version, provided, however, that JDH's
-License Agreement and JDH's notice of copyright, i.e., "Copyright (c)
- John D. Hunter; All Rights Reserved" are retained in
-matplotlib alone or in any derivative version prepared by
-Licensee.
-
-3. In the event Licensee prepares a derivative work that is based on or
-incorporates matplotlib or any part thereof, and wants to
-make the derivative work available to others as provided herein, then
-Licensee hereby agrees to include in any such work a brief summary of
-the changes made to matplotlib .
-
-4. JDH is making matplotlib available to Licensee on an "AS
-IS" basis. JDH MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
-IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, JDH MAKES NO AND
-DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
-FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB
-WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
-
-5. JDH SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF MATPLOTLIB
- FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR
-LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING
-MATPLOTLIB , OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF
-THE POSSIBILITY THEREOF.
-
-6. This License Agreement will automatically terminate upon a material
-breach of its terms and conditions.
-
-7. Nothing in this License Agreement shall be deemed to create any
-relationship of agency, partnership, or joint venture between JDH and
-Licensee. This License Agreement does not grant permission to use JDH
-trademarks or trade name in a trademark sense to endorse or promote
-products or services of Licensee, or any third party.
-
-8. By copying, installing or otherwise using matplotlib ,
-Licensee agrees to be bound by the terms and conditions of this License
-Agreement.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/mekanix b/sdk_container/src/third_party/portage-stable/licenses/mekanix
deleted file mode 100644
index 4b53fbb2ff8..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/mekanix
+++ /dev/null
@@ -1,82 +0,0 @@
-----------------------------------------------------------------------------
- Level 7 : "Man, I still like MEKA !" - How to register
-----------------------------------------------------------------------------
-
- Thanks. In this case, if you want to help further development and support
- the author, you are welcome to register MEKA.
-
- To do so, you will simply have to help the SMS Power cause. This can be
- done by several ways. The first is to donate Sega 8-bit cartridges to us.
- We would love that. Donating hardware is even more welcome. If you plan
- to donate anything, be sure to e-mail me beforehand. And remember it is
- not because a game or a system is common that I have it. I am actually
- missing a billion of common game I would love to get.
-
- If you cannot find any cartridges then you can send money. Money helps
- SMS Power in buying cartridges to dump and/or for the museum, as well as
- getting weird pieces of related hardware. Due to me trusting the cool
- people who are happy to help a great cause, there is no more minimal
- amount to send to get registered. So basically even if you send $1 you
- will get registered. Of course the more the better. I honnestly tend to
- get depressed when someone send $1 for a four-years work.
-
- If you don't have an idea on how much you must send, then you are not on
- the right track. What matter is that you are helping a cause, and for that
- reason the more is always the better. Don't stop feeding your children or
- plan to sell your house to donate the money to our cause, though. Just
- think about how much *you* would pay for that software if it was commercial.
-
- I like to have fun writing documentations, so here is a formula to
- calculate a good price:
- P = (S / (k * 5)) + (M / k)
-
- Where:
- P is the price a nice guy would pay.
- S is the speed of your CPU.
- M is the amount of memory in your video card.
- k is defined as 3 * Pi for year 2002, and will increase with time.
- (approximately 9.4247)
-
- For my own computer:
- P = (350 / (3 * Pi * 5)) + (8 / (3 * Pi)) = 8.25$ (pretty cheap)
-
- A faster computer:
- P = (1600 / (3 * Pi * 5)) + (32 / (3 * Pi)) = 37.34$ (ouch)
-
- With in-between prices for average computers, obviously.
- Isn't that a great idea to accomodate programs prices to the speed of
- your computer ? The rich pay more than the poor. :)
-
- Of course if you end with something like 19.50 or 22.25 don't bother
- sending coins, you can round it up. And of course you can still round
- it up without any specific reason, it you feel it is too much or too
- low to pay. In fact, you are the one who decide.
-
- Please do not send checks, since they are expensive to cash (for me).
- Please do not send money orders, since they are expensive to send (for you).
- In both cases, it is not worth wasting a lot of money on a small donation.
- Cash in your country currency is usually a good thing.
- Please e-mail be beforehand if you are unsure about anything.
-
- My address is: Omar Cornut
- 45 rue Rebeval
- 75019 Paris
- France
-
- And I can also receive money with PayPal (very practical), under the
- following address: cornut @ noos.fr.
-
- Finally, if your main pretext for not registering is lazyness, then you
- know yourself it is not a valid pretext :)
-
- If you do not agree these terms, then you can delete this software now, as
- it will destroy your computer after a certain amount of time using a non
- registered version. Also, if you have dogs living in your house, MEKA will
- autodetect them and kill them by sending ultra sonic waves through the PC
- speakers. Just don't say I made it for the money, please.
-
- Registered users will receive information and new version before others.
- They will also get access to ROMs on SMS Power, other things I may
- show off, and more importantly: a clean conscience.
-
- Enjoy!
diff --git a/sdk_container/src/third_party/portage-stable/licenses/metapackage b/sdk_container/src/third_party/portage-stable/licenses/metapackage
deleted file mode 100644
index c8318394935..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/metapackage
+++ /dev/null
@@ -1,6 +0,0 @@
-This is a metapackage that (itself) installs no files, therefore no
-license is needed.
-
-This does not in any way imply under which licenses the packages in it
-are distributed. Check the metapackage's dependencies for their actual
-license terms.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/microsoft-azurevpnclient b/sdk_container/src/third_party/portage-stable/licenses/microsoft-azurevpnclient
deleted file mode 100644
index 80e759b9d89..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/microsoft-azurevpnclient
+++ /dev/null
@@ -1,48 +0,0 @@
-MICROSOFT SOFTWARE LICENSE TERMS
-MICROSOFT AZURE VPN CLIENT RELEASE CANDIDATE
-________________________________________
-IF YOU LIVE IN (OR ARE A BUSINESS WITH A PRINCIPAL PLACE OF BUSINESS IN) THE UNITED STATES, PLEASE READ THE “BINDING ARBITRATION AND CLASS ACTION WAIVER” SECTION BELOW. IT AFFECTS HOW DISPUTES ARE RESOLVED.
-________________________________________
-These license terms are an agreement between you and Microsoft Corporation (or one of its affiliates). They apply to the software named above and any Microsoft services or software updates (except to the extent such services or updates are accompanied by new or additional terms, in which case those different terms apply prospectively and do not alter your or Microsoft’s rights relating to pre-updated software or services). IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE RIGHTS BELOW. BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS.
-1. INSTALLATION AND USE RIGHTS.
- a) General. You may install and use any number of copies of the software.
- b) Included Microsoft Applications. The software may include other Microsoft applications and components. These license terms apply to those included applications and components, if any, unless other license terms are provided with the other Microsoft applications and components.
- c) Work or School Accounts. You can sign into the software with a work or school email address. If you do, you agree that the owner of the domain associated with your email address may control and administer your account, and access and process your data, including the contents of your communications and files. You further agree that your use of the software may be subject to: i) your organization’s guidelines and policies regarding the use of the software; and ii) the agreements Microsoft has with you or your organization, and in such case these terms may not apply. If you already have a Microsoft account and you use a separate work or school email address to access the software, you may be prompted to update the email address associated with your Microsoft account to continue accessing the software.
- d) Third Party Components. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software.
-2. DATA.
- a) Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may opt-out of many of these scenarios, but not all, as described in the product documentation. There are also some features in the software that may enable you to collect data from users of your applications. If you use these features to enable data collection in your applications, you must comply with applicable law, including providing appropriate notices to users of your applications. You can learn more about data collection and use in the help documentation and the privacy statement at https://aka.ms/privacy. Your use of the software operates as your consent to these practices.
- b) Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr.
-3. SCOPE OF LICENSE. The software is licensed, not sold. Microsoft reserves all other rights. Unless applicable law gives you more rights despite this limitation, you will not (and have no right to):
- a) work around any technical limitations in the software that only allow you to use it in certain ways;
- b) reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software;
- c) remove, minimize, block, or modify any notices of Microsoft or its suppliers in the software;
- d) use the software in any way that is against the law or to create or propagate malware; or
- e) share, publish, distribute, or lease the software, provide the software as a stand-alone offering for others to use, or transfer the software or this agreement to any third party.
-4. EXPORT RESTRICTIONS. You must comply with all domestic and international export laws and regulations that apply to the software, which include restrictions on destinations, end users, and end use. For further information on export restrictions, visit https://aka.ms/exporting.
-5. SUPPORT SERVICES. Microsoft is not obligated under this agreement to provide any support services for the software. Any support provided is “as is”, “with all faults”, and without warranty of any kind.
-6. UPDATES. The software may periodically check for updates, and download and install them for you. You may obtain updates only from Microsoft or authorized sources. Microsoft may need to update your system to provide you with updates. You agree to receive these automatic updates without any additional notice. Updates may not include or support all existing software features, services, or peripheral devices.
-7. BINDING ARBITRATION AND CLASS ACTION WAIVER. This Section applies if you live in (or, if a business, your principal place of business is in) the United States. If you and Microsoft have a dispute, you and Microsoft agree to try for 60 days to resolve it informally. If you and Microsoft can’t, you and Microsoft agree to binding individual arbitration before the American Arbitration Association under the Federal Arbitration Act (“FAA”), and not to sue in court in front of a judge or jury. Instead, a neutral arbitrator will decide. Class action lawsuits, class-wide arbitrations, private attorney-general actions, and any other proceeding where someone acts in a representative capacity are not allowed; nor is combining individual proceedings without the consent of all parties. The complete Arbitration Agreement contains more terms and is at https://aka.ms/arb-agreement-4. You and Microsoft agree to these terms.
-8. ENTIRE AGREEMENT. This agreement, and any other terms Microsoft may provide for supplements, updates, or third-party applications, is the entire agreement for the software.
-9. APPLICABLE LAW AND PLACE TO RESOLVE DISPUTES. If you acquired the software in the United States or Canada, the laws of the state or province where you live (or, if a business, where your principal place of business is located) govern the interpretation of this agreement, claims for its breach, and all other claims (including consumer protection, unfair competition, and tort claims), regardless of conflict of laws principles, except that the FAA governs everything related to arbitration. If you acquired the software in any other country, its laws apply, except that the FAA governs everything related to arbitration. If U.S. federal jurisdiction exists, you and Microsoft consent to exclusive jurisdiction and venue in the federal court in King County, Washington for all disputes heard in court (excluding arbitration). If not, you and Microsoft consent to exclusive jurisdiction and venue in the Superior Court of King County, Washington for all disputes heard in court (excluding arbitration).
-10. CONSUMER RIGHTS; REGIONAL VARIATIONS. This agreement describes certain legal rights. You may have other rights, including consumer rights, under the laws of your state, province, or country. Separate and apart from your relationship with Microsoft, you may also have rights with respect to the party from which you acquired the software. This agreement does not change those other rights if the laws of your state, province, or country do not permit it to do so. For example, if you acquired the software in one of the below regions, or mandatory country law applies, then the following provisions apply to you:
- a) Australia. You have statutory guarantees under the Australian Consumer Law and nothing in this agreement is intended to affect those rights.
- b) Canada. If you acquired this software in Canada, you may stop receiving updates by turning off the automatic update feature, disconnecting your device from the Internet (if and when you re-connect to the Internet, however, the software will resume checking for and installing updates), or uninstalling the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software.
- c) Germany and Austria.
- i. Warranty. The properly licensed software will perform substantially as described in any Microsoft materials that accompany the software. However, Microsoft gives no contractual guarantee in relation to the licensed software.
- ii. Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as, in case of death or personal or physical injury, Microsoft is liable according to the statutory law.
- Subject to the foregoing clause ii., Microsoft will only be liable for slight negligence if Microsoft is in breach of such material contractual obligations, the fulfillment of which facilitate the due performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence.
-11. DISCLAIMER OF WARRANTY. THE SOFTWARE IS LICENSED “AS IS.” YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES, OR CONDITIONS. TO THE EXTENT PERMITTED UNDER APPLICABLE LAWS, MICROSOFT EXCLUDES ALL IMPLIED WARRANTIES, INCLUDING MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
-12. LIMITATION ON AND EXCLUSION OF DAMAGES. IF YOU HAVE ANY BASIS FOR RECOVERING DAMAGES DESPITE THE PRECEDING DISCLAIMER OF WARRANTY, YOU CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. $5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES.
- This limitation applies to (a) anything related to the software, services, content (including code) on third party Internet sites, or third party applications; and (b) claims for breach of contract, warranty, guarantee, or condition; strict liability, negligence, or other tort; or any other claim; in each case to the extent permitted by applicable law.
- It also applies even if Microsoft knew or should have known about the possibility of the damages. The above limitation or exclusion may not apply to you because your state, province, or country may not allow the exclusion or limitation of incidental, consequential, or other damages.
-
-Please note: As this software is distributed in Canada, some of the clauses in this agreement are provided below in French.
-Remarque: Ce logiciel étant distribué au Canada, certaines des clauses dans ce contrat sont fournies ci-dessous en français.
-EXONÉRATION DE GARANTIE. Le logiciel visé par une licence est offert « tel quel ». Toute utilisation de ce logiciel est à votre seule risque et péril. Microsoft n’accorde aucune autre garantie expresse. Vous pouvez bénéficier de droits additionnels en vertu du droit local sur la protection des consommateurs, que ce contrat ne peut modifier. La ou elles sont permises par le droit locale, les garanties implicites de qualité marchande, d’adéquation à un usage particulier et d’absence de contrefaçon sont exclues.
-LIMITATION DES DOMMAGES-INTÉRÊTS ET EXCLUSION DE RESPONSABILITÉ POUR LES DOMMAGES. Vous pouvez obtenir de Microsoft et de ses fournisseurs une indemnisation en cas de dommages directs uniquement à hauteur de 5,00 $ US. Vous ne pouvez prétendre à aucune indemnisation pour les autres dommages, y compris les dommages spéciaux, indirects ou accessoires et pertes de bénéfices.
-Cette limitation concerne:
- • tout ce qui est relié au logiciel, aux services ou au contenu (y compris le code) figurant sur des sites Internet tiers ou dans des programmes tiers; et
- • les réclamations au titre de violation de contrat ou de garantie, ou au titre de responsabilité stricte, de négligence ou d’une autre faute dans la limite autorisée par la loi en vigueur.
-Elle s’applique également, même si Microsoft connaissait ou devrait connaître l’éventualité d’un tel dommage. Si votre pays n’autorise pas l’exclusion ou la limitation de responsabilité pour les dommages indirects, accessoires ou de quelque nature que ce soit, il se peut que la limitation ou l’exclusion ci-dessus ne s’appliquera pas à votre égard.
-EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous pourriez avoir d’autres droits prévus par les lois de votre pays. Le présent contrat ne modifie pas les droits que vous confèrent les lois de votre pays si celles-ci ne le permettent pas.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/microsoft-edge b/sdk_container/src/third_party/portage-stable/licenses/microsoft-edge
deleted file mode 100644
index 256750c87b5..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/microsoft-edge
+++ /dev/null
@@ -1,394 +0,0 @@
- MICROSOFT SOFTWARE LICENSE TERMS
-
- MICROSOFT EDGE
-
- After installation, these terms are also viewable in Microsoft Edge at
- edge://terms.
-
- These license terms are an agreement between you and Microsoft Corporation
- (or one of its affiliates). They apply to this software published by
- Microsoft and any software updates ("Software") (except to the extent such
- Software or updates are accompanied by new or additional terms, in which case
- those different terms apply prospectively and do not alter your or
- Microsoft's rights relating to pre-updated Software). IF YOU COMPLY WITH
- THESE LICENSE TERMS, YOU HAVE THE RIGHTS BELOW. BY DOWNLOADING OR USING THE
- SOFTWARE, YOU ACCEPT THESE TERMS. IF YOU DO NOT ACCEPT THEM, YOU HAVE NO
- RIGHT TO AND MUST NOT DOWNLOAD OR USE THE SOFTWARE.
-
-1. MICROSOFT EDGE FOR WINDOWS DEVICES
-
- 1.1. Windows License Terms. Your installation and use of the Software on any
- Windows platform shall be governed by the license terms for your
- Microsoft Windows Operating System software ("Windows License Terms") on
- which you are using the Software, and those terms are incorporated by
- reference. If the Software is downloaded from Microsoft and labeled
- preview, insider, beta or pre-release, or is otherwise indicated as not
- being a final retail version of the Software, the applicable terms in
- Section 1.2 also apply to your use of the Software. Section 1.3 applies
- to your use of other services that may be made available for use through
- your use of the Software.
-
- 1.1.1. Updates. Notwithstanding above Section 1.1 as applied to Windows
- 7, 8, and 8.1, the terms of the applicable Windows License Terms,
- or any Windows update settings you have configured, the Software
- periodically checks for updates, and downloads and installs them
- for you. You may obtain updates only from Microsoft or authorized
- sources, and Microsoft may need to update your system to provide
- you with those updates. By accepting this agreement, you agree to
- receive these types of automatic updates without any additional
- notice.
-
- 1.2. Previews. Microsoft may make preview, insider, beta or other pre-release
- versions of the Software ("Previews") available to you. You may use
- Previews only up to the Software's expiration date (if any) and so long
- as you comply with the applicable Windows License Terms. Previews are
- experimental, which means that Previews may not operate correctly and
- may be substantially different from the commercially released version.
- In some instances, Previews may even inadvertently damage your device
- rendering it inoperable or cause occasional crashes, data loss or apps
- to stop working or be deleted. To recover, you may have to reinstall
- your apps, the operating system or re-flash your device. In some
- instances, you may not be able to go back to your prior version of the
- Software. Because Previews may contain more errors or inaccuracies, you
- should back-up your device before installing any Previews. We recommend
- installing Previews on non-production devices that are not business
- critical because you are more likely to experience crashes, setting and
- policy changes, loss of data or apps, feature and functionality changes,
- cause other apps to stop working, be updated, or removed from your
- device automatically without notice and other potential issues. We
- highly recommend that you do not install the Previews on any systems you
- don't directly control or that you share with others. Notwithstanding
- anything to the contrary in this agreement, Previews are nontransferable
- and provided "AS IS." By installing Previews on your device, you may
- void or impact your device warranty and may not be entitled to support
- from the manufacturer of your device or network operator, if applicable.
- Microsoft may not provide support services for Previews. If you provide
- Microsoft comments, suggestions or other feedback about the Preview
- ("Submission"), you grant Microsoft and its partners rights to use the
- Submission in any way and for any purpose. You will not give a
- Submission that is subject to a license that requires Microsoft to
- license its Software or documentation to third parties because Microsoft
- includes your Submission in them. These rights survive this agreement.
- Microsoft may change or discontinue the Previews, or terminate your
- access to the Previews, at any time without notice and for any reason
- whatsoever. You may stop using the Previews at any time by un-installing
- and deleting all copies of any Previews.
-
- 1.2.1. Data Collection for Previews. Previews may not have included,
- reduced, or different security, privacy, accessibility,
- availability and relatability standards relative to commercially
- provided services and software. For Previews covered under
- Section 1.2, privacy and feature settings may not work as
- intended, and the Previews may not work with other Windows
- privacy settings, including the diagnostic data settings for
- Windows 10. Data collected from your use of the Previews,
- including diagnostic, technical, error reports, crash dumps and
- other related data from your devices running Previews may be
- used, stored, processed and analyzed to keep Windows and the
- Previews up to date, secure, and operating properly. It also
- helps us improve Microsoft products and services and may be used
- for any other purpose described in the Microsoft Privacy
- Statement. If you disable data collection through controls
- available in the Previews, we may continue to collect diagnostic
- information about the download, the installation and removal of
- the Previews and "basic" data as described in the Windows
- Diagnostics section of the Microsoft Privacy Statement. The
- Microsoft Privacy Statement
- (https://go.microsoft.com/fwlink/?LinkId=521839), and this
- paragraph, applies to Previews under Section 1.2.
-
- 1.3. Other Services. The Software may include features that provide an access
- point to, or rely on, other services, websites, links, content,
- material, integrations or applications, including as provided by
- independent third parties ("Other Services"). Your use of
- Other Services or of Software features that rely on Other
- Services may be governed by separate terms and subject to
- separate privacy policies. You can view these separate terms
- and policies through the Other Services' websites or settings,
- as applicable. The Other Services may not be available in all
- regions. You may not use tokens the Software uses to call into
- a Microsoft Azure service separate from the Software.
-
-2. MICROSOFT EDGE FOR NON-WINDOWS DEVICES
-
- IF YOU LIVE IN (OR ARE A BUSINESS WITH A PRINCIPAL PLACE OF BUSINESS IN) THE
- UNITED STATES, PLEASE READ THE "BINDING ARBITRATION AND CLASS ACTION WAIVER"
- SECTION 2.14 BELOW. IT AFFECTS HOW DISPUTES ARE RESOLVED.
-
- 2.1. Installation and Use Rights. For installation and use of the Software
- on any non-Windows platform, including but not limited to macOS and
- Linux, you may install and use one copy of the Software on any device
- running such non-Windows platform.
-
- 2.2. Third Party Software. The Software may include third party software
- that is licensed to you under this agreement or under their own terms
- or under open source licenses with source code availability options.
- License terms, notices, and acknowledgements, if any, for the third
- party software may be accessible online at
- https://aka.ms/thirdpartynotices or in an accompanying notices file.
- Even if such software is governed by other agreements, the disclaimer,
- limitations on, and exclusions of damages below also apply to the
- extent allowed by applicable law.
-
- 2.3. Previews. Microsoft may make preview, insider, beta or other
- pre-release versions of the Software ("Previews") available to you. You
- may use Previews only up to the software's expiration date (if any) and
- so long as you comply with these license terms. Previews are
- experimental, which means that Previews may not operate correctly and
- may be substantially different from the commercially released version.
- In some instances, Previews may even inadvertently damage your device
- rendering it inoperable or cause occasional crashes, data loss or apps
- to stop working or be deleted. To recover, you may have to reinstall
- your apps, the operating system or re-flash your device. In some
- instances, you may not be able to go back to your prior version of the
- Software. Because Previews may contain more errors or inaccuracies, you
- should back-up your device before installing any Previews. We recommend
- installing Previews on non-production devices that are not business
- critical because you are more likely to experience crashes, setting and
- policy changes, loss of data or apps, feature and functionality
- changes, cause other apps to stop working, be updated, or removed from
- your device automatically without notice and other potential issues. We
- highly recommend that you do not install the Previews on any systems
- you don't directly control or that you share with others.
- Notwithstanding anything to the contrary in this agreement, Previews
- are nontransferable and provided "AS IS." By installing Previews on
- your device, you may void or impact your device warranty and may not be
- entitled to support from the manufacturer of your device or network
- operator, if applicable. Microsoft may not provide support services for
- Previews. Microsoft may change or discontinue the Previews, or
- terminate your access to the Previews, at any time without notice and
- for any reason whatsoever. You may stop using the Previews at any time
- by un-installing and deleting all copies of any Previews.
-
- 2.3.1. Data Collection for Previews. Previews may not have included,
- reduced, or different security, privacy, accessibility,
- availability and relatability standards relative to
- commercially provided services and software. For Previews
- covered under Section 2.3, privacy and feature settings may
- not work as intended, and the Previews may not work with other
- operating system privacy settings. Data collected from your use
- of Previews, including diagnostic, technical, error reports,
- crash dumps and other related data from your devices running
- Previews may be used, stored, processed and analyzed to keep the
- Previews up to date, secure, and operating properly. It also
- helps us improve Microsoft products and services and may be used
- for any other purpose described in the Microsoft Privacy
- Statement. If you disable data collection through controls
- available in the Previews, we may continue to collect diagnostic
- information about the download, the installation and any removal
- of the Previews and "basic" data as described in the Windows
- Diagnostics section of the Microsoft Privacy Statement. The
- Microsoft Privacy Statement
- (https://go.microsoft.com/fwlink/?LinkId=521839), and this
- paragraph, applies to Previews under Section 2.3.
-
- 2.4. Other Services. The Software may include features that provide an
- access point to, or rely on, other services, websites, links, content,
- material, integrations or applications, including as provided by
- independent third parties ("Other Services"). Your use of Other
- Services or of Software features that rely on Other Services may be
- governed by separate terms and subject to separate privacy policies.
- You can view these separate terms and policies through the Other
- Services' websites or settings, as applicable. The Other Services may
- not be available in all regions.
-
- 2.5. Communications with You. Microsoft may use your contact information (i)
- to communicate with you about your use of the Software, and (ii) to
- provide you with additional information, about the Software and other
- Microsoft products or services. This contact may be by email, SMS,
- instant message, web chat, phone, in the user interface, or other
- means, and may include offers. You can always choose whether you wish
- to receive promotional email, SMS messages, telephone calls and postal
- mail from Microsoft.
-
- 2.6. Feedback. If you provide Microsoft comments, suggestions or other
- feedback about the Software to Microsoft ("Submission"), you grant
- Microsoft and its partners rights to use the Submission in any way and
- for any purpose. You will not give Microsoft a Submission that is
- subject to a license that requires Microsoft to license its Software or
- documentation to third parties because Microsoft includes your feedback
- in them. These rights survive this agreement.
-
- 2.7. Data Collection. The Software may collect information about you and
- your use of the Software and send that to Microsoft. By accepting this
- agreement and using the Software you agree that Microsoft may collect,
- use, and disclose the information as described in the Microsoft Privacy
- Statement at https://go.microsoft.com/fwlink/?LinkId=521839, and as may
- be described in the user interface associated with the Software
- features.
-
- 2.8. Scope of License. The Software is licensed, not sold. This agreement
- gives you only some rights to use the Software. Microsoft reserves all
- other rights. Unless applicable law gives you more rights despite this
- limitation, you will not (and have no right to):
-
- (a) work around any technical limitations in the Software that only
- allow you to use it in certain ways;
- (b) reverse engineer, decompile, disassemble, decrypt or otherwise
- attempt to derive the source code of the Software, except and only
- to the extent that the foregoing restriction is (i) permitted by
- applicable law; (ii) required by third party licensing terms
- governing the use of certain open-source components that may be
- included with the Software; or (iii) required to debug changes to
- any libraries licensed under the GNU Lesser General Public License
- which are included with and linked to by the Software.
- (c) remove, minimize, block, or modify any notices of Microsoft or its
- suppliers in the Software;
- (d) when using Internet-based features, you may not use those features
- in any way that could interfere with anyone else's use of them or
- to try to gain access to or use any service, data, account, or
- network, in an unauthorized manner;
- (e) use the Software in any way that is against the law or to create
- or propagate malware; or
- (f) share, publish, distribute, or lend the Software, provide the
- Software as a stand-alone hosted solution for others to use, or
- transfer the Software or this agreement to any third party.
- (g) use tokens the Software uses to call into a Microsoft Azure
- service separate from the Software.
-
- 2.9. Documentation. If documentation is provided with the Software, you may
- copy and use the documentation for personal reference purposes.
-
- 2.10. H.264/AVC and MPEG-4 Visual Standards and VC-1 Video Standards. The
- Software may include H.264/AVC, MPEG-4 Visual, and/or VC-1 codec
- technology. MPEG LA, L.L.C. requires this notice:
-
- THIS PRODUCT IS LICENSED UNDER THE H.264/AVC, THE VC-1, AND THE MPEG-4
- PART 2 VISUAL PATENT PORTFOLIO LICENSES FOR THE PERSONAL AND
- NON-COMMERCIAL USE OF A CONSUMER TO (i) ENCODE VIDEO IN COMPLIANCE
- WITH THE ABOVE STANDARDS ("VIDEO STANDARDS") OR (ii) DECODE AVC, VC-1,
- AND MPEG-4 PART 2 VIDEO THAT WAS ENCODED BY A CONSUMER ENGAGED IN A
- PERSONAL AND NON-COMMERCIAL ACTIVITY OR WAS OBTAINED FROM A VIDEO
- PROVIDER LICENSED TO PROVIDE SUCH VIDEO. NO LICENSE IS GRANTED OR
- SHALL BE IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE
- OBTAINED FROM MPEG LA, L.L.C. SEE https://aka.ms/mpegla.
-
- 2.11. Export Restrictions. You must comply with all domestic and
- international export laws and regulations that apply to the Software,
- which include restrictions on destinations, end users, and end use. For
- further information on export restrictions, visit
- https://aka.ms/exporting.
-
- 2.12. Support Services. Microsoft is not obligated under this agreement to
- provide any support services for the Software. Any support provided
- is "as is", "with all faults", and without warranty of any kind.
-
- 2.13. Updates. The Software may periodically check for updates, and download
- and install them for you. You may obtain updates only from Microsoft or
- authorized sources. Microsoft may need to update your system to provide
- you with updates. You agree to receive these automatic updates without
- any additional notice. Updates may not include or support all existing
- Software features, services, or peripheral devices.
-
- 2.14. Binding Arbitration and Class Action Waiver. This Section applies if
- you live in (or, if a business, your principal place of business is in)
- the United States. If you and Microsoft have a dispute, you and
- Microsoft agree to try for 60 days to resolve it informally. If you and
- Microsoft can't, you and Microsoft agree to binding individual
- arbitration before the American Arbitration Association under the
- Federal Arbitration Act ("FAA"), and not to sue in court in front of a
- judge or jury. Instead, a neutral arbitrator will decide. Class action
- lawsuits, class-wide arbitrations, private attorney-general actions,
- and any other proceeding where someone acts in a representative
- capacity are not allowed; nor is combining individual proceedings
- without the consent of all parties. The complete Arbitration Agreement
- contains more terms and is at https://aka.ms/arb-agreement-1. You and
- Microsoft agree to these terms.
-
- 2.15. Entire Agreement. This agreement, and any other terms Microsoft may
- provide for supplements, updates, or third-party applications, is the
- entire agreement for the Software.
-
- 2.16. Applicable Law and lace to resolve disputes. If you acquired the
- Software in the United States or Canada, the laws of the state or
- province where you live (or, if a business, where your principal place
- of business is located) govern the interpretation of this agreement,
- claims for its breach, and all other claims (including consumer
- protection, unfair competition, and tort claims), regardless of
- conflict of laws principles, except that the FAA governs everything
- related to arbitration. If you acquired the Software in any other
- country, its laws apply, except that the FAA governs everything related
- to arbitration. If U.S. federal jurisdiction exists, you and Microsoft
- consent to exclusive jurisdiction and venue in the federal court in
- King County, Washington for all disputes heard in court (excluding
- arbitration). If not, you and Microsoft consent to exclusive
- jurisdiction and venue in the Superior Court of King County, Washington
- for all disputes heard in court (excluding arbitration).
-
- 2.17. Consumer Rights; Regional Variations. This agreement describes certain
- legal rights. You may have other rights, including consumer rights,
- under the laws of your state, province, or country. Separate and apart
- from your relationship with Microsoft, you may also have rights with
- respect to the party from which you acquired the Software. This
- agreement does not change those other rights if the laws of your state,
- province, or country do not permit it to do so. For example, if you
- acquired the Software in one of the below regions, or mandatory country
- law applies, then the following provisions apply to you:
-
- (a) Australia. You have statutory guarantees under the Australian
- Consumer Law and nothing in this agreement is intended to affect
- those rights.
- (b) Canada. If you acquired this Software in Canada, you may stop
- receiving updates by disconnecting your device from the Internet
- (if and when you re-connect to the Internet, however, the Software
- will resume checking for and installing updates), or uninstalling
- the Software. The product documentation, if any, may also specify
- how to turn off updates for your specific device or Software.
- (c) Germany and Austria.
-
- i. Warranty. The properly licensed Software will perform
- substantially as described in any Microsoft materials that
- accompany the Software. However, Microsoft gives no
- contractual guarantee in relation to the licensed Software.
- ii. Limitation of Liability. In case of intentional conduct,
- gross negligence, claims based on the Product Liability Act,
- as well as, in case of death or personal orphysical injury,
- Microsoft is liable according to the statutory law.
-
- Subject to the foregoing clause ii., Microsoft will only be
- liable for slight negligence if Microsoft is in breach of
- such material contractual obligations, the fulfillment of
- which facilitate the due performance of this agreement, the
- breach of which would endanger the purpose of this agreement
- and the compliance with which a party may constantly trust
- in (so-called "cardinal obligations"). In other cases of
- slight negligence, Microsoft will not be liable for slight
- negligence.
-
- 2.18. DISCLAIMER OF WARRANTY. THE SOFTWARE IS LICENSED "AS IS," "WITH ALL
- FAULTS," AND "AS AVAILABLE." YOU BEAR THE RISK OF USING IT. MICROSOFT
- GIVES NO EXPRESS WARRANTIES, GUARANTEES, OR CONDITIONS. YOU MAY HAVE
- ADDITIONAL CONSUMER RIGHTS OR STATUTORY GUARANTEES UNDER YOUR LOCAL
- LAWS THAT THIS AGREEMENT CANNOT CHANGE. TO THE EXTENT PERMITTED UNDER
- YOUR LOCAL LAWS, MICROSOFT EXCLUDES ALL IMPLIED WARRANTIES, INCLUDING
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
- NON-INFRINGEMENT.
-
- 2.19. LIMITATION ON AND EXCLUSION OF REMEDIES AND DAMAGES. IF YOU HAVE ANY
- BASIS FOR RECOVERING DAMAGES DESPITE THE PRECEDING DISCLAIMER OF
- WARRANTY, YOU CAN RECOVER FROM MICROSOFT AND MICROSOFT'S AFFILIATES OR
- SUPPLIERS ONLY DIRECT DAMAGES UP TO THE AMOUNT YOU PAID FOR THE
- SOFTWARE OR $5.00, WHICHEVER IS GREATER. YOU CANNOT RECOVER ANY OTHER
- DAMAGES OR LOSSES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL,
- INDIRECT, PUNITIVE OR INCIDENTAL DAMAGES. TO THE MAXIMUM EXTENT
- PERMITTED BY LAW, THESE LIMITATIONS AND EXCLUSIONS APPLY TO ANYTHING OR
- ANY CLAIMS RELATED TO THE SOFTWARE.
-
- It also applies even if this remedy does not fully compensate you for
- any losses or fails of its essential purpose or if Microsoft knew or
- should have known about the possibility of the damages. The above
- limitation or exclusion may not apply to you because your state,
- province, or country may not allow the exclusion or limitation of
- incidental, consequential, or other damages.
-
-Source code for portions of Microsoft Edge is available free of charge from
-https://thirdpartysource.microsoft.com under the third party open source license
-terms provided at https://aka.ms/thirdpartynotices and in Microsoft Edge at
-edge://credits after installation. Or to obtain this source code you may send a
-check or money order for US $5.00, including the Edge version number, to:
-
- Source Code Compliance Team
- Microsoft Corporation
- One Microsoft Way
- Redmond, WA 98052
- USA
diff --git a/sdk_container/src/third_party/portage-stable/licenses/minpack b/sdk_container/src/third_party/portage-stable/licenses/minpack
deleted file mode 100644
index 132cc3f33fa..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/minpack
+++ /dev/null
@@ -1,51 +0,0 @@
-Minpack Copyright Notice (1999) University of Chicago. All rights reserved
-
-Redistribution and use in source and binary forms, with or
-without modification, are permitted provided that the
-following conditions are met:
-
-1. Redistributions of source code must retain the above
-copyright notice, this list of conditions and the following
-disclaimer.
-
-2. Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following
-disclaimer in the documentation and/or other materials
-provided with the distribution.
-
-3. The end-user documentation included with the
-redistribution, if any, must include the following
-acknowledgment:
-
- "This product includes software developed by the
- University of Chicago, as Operator of Argonne National
- Laboratory.
-
-Alternately, this acknowledgment may appear in the software
-itself, if and wherever such third-party acknowledgments
-normally appear.
-
-4. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS"
-WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDER, THE
-UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND
-THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE
-OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY
-OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR
-USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF
-THE SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4)
-DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION
-UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL
-BE CORRECTED.
-
-5. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT
-HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF
-ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT,
-INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF
-ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF
-PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER
-SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT
-(INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE,
-EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE
-POSSIBILITY OF SUCH LOSS OR DAMAGES.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/mm b/sdk_container/src/third_party/portage-stable/licenses/mm
deleted file mode 100644
index 7e03beb709e..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/mm
+++ /dev/null
@@ -1,37 +0,0 @@
-Copyright (c) 1999-2006 Ralf S. Engelschall
-Copyright (c) 1999-2006 The OSSP Project
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in
- the documentation and/or other materials provided with the
- distribution.
-
-3. All advertising materials mentioning features or use of this
- software must display the following acknowledgment:
- "This product includes software developed by
- Ralf S. Engelschall ."
-
-4. Redistributions of any form whatsoever must retain the following
- acknowledgment:
- "This product includes software developed by
- Ralf S. Engelschall ."
-
-THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
-EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
-ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
-OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/mmix b/sdk_container/src/third_party/portage-stable/licenses/mmix
deleted file mode 100644
index b3d0cc45284..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/mmix
+++ /dev/null
@@ -1,18 +0,0 @@
-This file is part of the MMIXware package (c) Donald E Knuth 1999
-
- This file may be freely copied and distributed, provided that
- no changes whatsoever are made. All users are asked to help keep
- the MMIXware files consistent and ``uncorrupted,''
- identical everywhere in the world. Changes are permissible only
- if the modified file is given a new name, different from the names of
- existing files in the MMIXware package,
- and only if the modified file is clearly identified
- as not being part of that package.
- (The CWEB system has a ``change file'' facility by
- which users can easily make minor alterations without modifying
- the master source files in any way. Everybody is supposed to use
- change files instead of changing the files.)
- The author has tried his best to produce correct and useful programs,
- in order to help promote computer science research,
- but no warranty of any kind should be assumed.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/modeller b/sdk_container/src/third_party/portage-stable/licenses/modeller
deleted file mode 100644
index 4921a6462b4..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/modeller
+++ /dev/null
@@ -1,19 +0,0 @@
-End-User Software License Agreement for MODELLER
-
- 1. Andrej Sali (``LICENSOR'') grants to (``LICENSEE'') a fully-paid, non-exclusive, and non-transferable license to use the ``MODELLER'' computer software program and associated documentation furnished hereunder (hereinafter called the ``PROGRAM''), upon the terms and conditions hereinafter set out and until termination of this license as set forth below.
-
- 2. LICENSEE understands that this Agreement is license for use of, not sale of, the PROGRAM. Consequently, no Purchase Orders can be accepted by LICENSOR.
-
- 3. LICENSEE acknowledges that the PROGRAM is a research tool still in the development stage, that is being supplied ``as is'', without any accompanying services or improvements from LICENSOR and that this license is entered into in order to enable others to utilize the PROGRAM in their scholarly activities.
-
- 4. LICENSOR MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. By way of example, but not limitation, LICENSOR MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE PROGRAM WILL NOT INFRINGE ANY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. LICENSOR shall have no liability nor be liable for an direct, indirect or consequential damages with respect to any claim by LICENSEE or any third party on account of or arising from this Agreement or use of the PROGRAM.
-
- 5. LICENSEE agrees that it will use the PROGRAM, and any modifications, improvements, or derivatives to PROGRAM that LICENSEE may create (collectively, ``IMPROVEMENTS'') solely for internal, non-commercial purposes and shall not distribute or transfer the PROGRAM OR IMPROVEMENTS to any person without prior written permission from LICENSOR. The term ``non-commercial'', as used in this Agreement, means academic or other scholarly research which (a) is not undertaken for profit, or (b) is not intended to produce works, services, or data for commercial use, or (c) is neither conducted, nor funded, by a person or an entity engaged in the commercial use, application or exploitation of works similar to the PROGRAM.
-
- 6. LICENSEE agrees to notify LICENSOR of any IMPROVEMENTS made to the PROGRAM, as described in Section 5, above, and hereby (a) agrees to supply LICENSOR with a copy of same, and (b) grants LICENSOR a worldwide, perpetual license, with the right to sublicense (at any tier), such IMPROVEMENTS without any royalty or other obligation to LICENSEE.
-
- 7. Ownership of all rights, including copyright in the PROGRAM and in any material associated therewith, shall at all times remain with LICENSOR and LICENSEE agrees to preserve same. LICENSEE agrees not to use any portion of the PROGRAM in any machine-readable form outside the PROGRAM, nor to make any copies except for its internal use, without prior written consent of LICENSOR. LICENSEE agrees to place the appropriate copyright notice on any such copies.
-
- 8. This Agreement shall be construed, interpreted and applied in accordance with the Commonwealth of Massachusetts and any legal action arising out of this Agreement or use of the PROGRAM shall be filed in a court in the Commonwealth of Massachusetts.
-
- 9. This license shall be for a term of 5 years except that upon any breach of this Agreement by LICENSEE, LICENSOR shall have the right to terminate this license immediately upon notice to LICENSEE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/molmol b/sdk_container/src/third_party/portage-stable/licenses/molmol
deleted file mode 100644
index 48ca7db5e17..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/molmol
+++ /dev/null
@@ -1,223 +0,0 @@
- MOLMOL 2.6
- Copyright and Legal Information
-
-
-Date: May 22, 1998
-
-MOLMOL is a molecular graphics program for displaying, analysing, and
-manipulating the three-dimensional structure of biological macromolecules,
-with special emphasis on the study of protein or DNA structures determined
-by NMR. The following is legal information pertaining to the use of the
-MOLMOL program. It applies to all MOLMOL source files, executable (binary)
-files, configuration files, documentation files contained in the official
-MOLMOL archives. (Certain portions refer to custom versions of the
-software, there are specific rules listed below for these versions also.)
-All of these are referred to here as "the software".
-
-THIS NOTICE MUST ACCOMPANY ALL OFFICIAL OR CUSTOM MOLMOL FILES. IT MAY NOT
-BE REMOVED OR MODIFIED. THIS INFORMATION PERTAINS TO ALL USE OF THE PACKAGE
-WORLDWIDE. THIS DOCUMENT SUPERSEDES ALL PREVIOUS LICENSES OR DISTRIBUTION
-POLICIES.
-
-
- IMPORTANT LEGAL INFORMATION
-
-Permission is granted to the user to use the MOLMOL program and all
-associated files in this package for making calculations and creating
-images. The use of the software for this purpose is free. The user retains
-all rights to these results and may use them for any purpose commercial or
-noncommercial. When plots prepared by MOLMOL are used in lectures,
-publications or other similar occasions, then a reference to the authors
-and the following paper is to be made:
-
- Koradi, R., Billeter, M., and Wüthrich, K. (1996)
- J Mol Graphics, 14, 51-55.
- MOLMOL: a program for display and analysis of
- macromolecular structures.
-
-This software package and all of the files in this archive are copyrighted
-by BRUKER/Spectrospin and ETH Zurich. They may only be distributed and/or
-modified according to the guidelines listed below. The spirit of the
-guidelines below is to provide the full MOLMOL package freely to as many
-users as possible, prevent MOLMOL users and developers from being taken
-advantage of, enhance the life quality of those who come in contact with
-MOLMOL. This legal document was created so these goals could be realized.
-You are legally bound to follow these rules, but we hope you will follow
-them as a matter of ethics, rather than fear of litigation.
-
-No portion of this package may be separated from the package and
-distributed separately other than under the conditions specified in the
-guidelines below.
-
-This package may only be bundled in other software packages with the
-explicit permission of the copyright holders.
-
-This package may only be included in software compilations using media such
-as, but not limited to, floppy disk, CD-ROM, tape backup, optical disks,
-hard disks, or memory cards with the explicit permission of the copyright
-holders.
-
-The user is granted the privilege to modify and compile the source for
-their own personal use in any fashion they see fit. What you do with the
-software in your own home is your business.
-
-If the user wishes to distribute a modified version of the software,
-documentation or other parts of the package (here after referred to as
-a "custom version") they must follow the guidelines listed below. These
-guidelines have been established to promote the growth of MOLMOL and
-prevent difficulties for users and developers alike. Please follow them
-carefully for the benefit of all concerned when creating a custom version.
-
-You may not incorporate any portion of the MOLMOL source code in any
-software other than a custom version of MOLMOL without the explicit
-permission of the copyright holders. However authors who contribute source
-to MOLMOL may still retain all rights to use their contributed code for any
-purpose as described below.
-
-The user is encouraged to send enhancements and bug fixes to the MOLMOL
-authors, but the authors are in no way required to utilize these
-enhancements or fixes. By sending material to the authors, the contributor
-asserts that he owns the materials or has the right to distribute these
-materials. He authorizes the MOLMOL authors to use the materials any way
-they like. The contributor still retains rights to the donated material,
-but by donating you grant equal rights to the MOLMOL authors. The MOLMOL
-authors don't have to use the material, but if we do, you do not acquire
-any rights related to MOLMOL. We will give you credit if applicable.
-
-
- GENERAL RULES FOR ALL DISTRIBUTION
-
-The permission to distribute this package under certain very specific
-conditions is granted in advance, provided that the above and following
-conditions are met.
-
-These archives must not be re-archived using a different method without the
-explicit permission of the authors. You may rename the archives only to
-meet the file name conventions of your system or to avoid file name
-duplications but we ask that you try to keep file names as similar to the
-originals as possible.
-
-You must distribute a full package of archives as described in the next
-section.
-
-Noncommercial distribution (such as a user copying the software for a
-personal friend or colleague and not charging money or services for that
-copy) has no other restrictions. All forms of commercial distribution
-are only allowed with explicit permission of the copyright holders.
-
-The copyright holders reserve the right to withdraw distribution privileges
-from any group, individual, or organization for any reason.
-
-
- DEFINITION OF "FULL PACKAGE"
-
-MOLMOL is contained in 3 archives for each hardware platform. 1) An
-executable archive, 2) A documentation archive, 3) Source code archive.
-
-A "full package" is defined as one of the following bundle options:
- 1 All archives (executable, docs, source)
- 2 User archives (executable, docs but no source)
- 3 Programmer archives (source, docs but no executable)
-
-MOLMOL is officially distributed for SGI running IRIX; Sun running SunOS;
-IBM running AIX; and DEC running Digital UNIX. Other systems may be added
-in the future.
-
-Distributors need not support all platforms but for each platform you
-support you must distribute a full package.
-
-
- CONDITIONS FOR DISTRIBUTION OF ORIGINAL VERSION
-
-On-line services may distribute the MOLMOL archives under the conditions
-following this section.
-
-The archives must all be easily available on the service and should be
-grouped together in a similar on-line area.
-
-It is strongly requested that operators remove prior versions of MOLMOL to
-avoid user confusion and simplify or minimize our support efforts. They
-should also notify the MOLMOL authors so that they can be informed about
-new versions.
-
-The on-line service may only charge standard usage rates for the time
-required to download this software. A premium may not be charged for this
-package.
-
-
- CONDITIONS FOR DISTRIBUTION OF CUSTOM VERSIONS
-
-You may distribute custom compiled versions only if you comply with the
-following conditions. These conditions also apply to custom documentation
-based on our files.
-
- Mark your version clearly on all modified files stating this to be a
-modified and unofficial version.
- Make all of your modifications to MOLMOL freely and publicly
-available.
- You must provide all MOLMOL support for all users who use your custom
-version. The MOLMOL authors are not obligated to provide you or your users
-any technical support.
- You must provide documentation for any and all modifications that you
-have made to the program that you are distributing.
- Include clear and obvious information on how to obtain the official
-MOLMOL.
- Include contact and support information for your version. Include
-this information in the printMsg() funtion of the source file MolMol.c
-and insure that the program prominently displays this information. Include
-all credits and credit screens for the official version.
- Include a copy of this document.
-
-
- DISCLAIMER
-
-This software is provided as is without any guarantees or warranty.
-Although the authors have attempted to find and correct any bugs in the
-package, they are not responsible for any damage or losses of any kind
-caused by the use or misuse of the package. The authors are under no
-obligation to provide service, corrections, or upgrades to this package.
-
-
-[End of Legal Information]
-
-
-If you have any problems with the program, the MOLMOL people would like
-to hear about them. Also, if you have any comments, questions or
-enhancements, please contact the MOLMOL authors under the E-mail address
-molmol@mol.biol.ethz.ch.
-
- Inquiries may be made to:
-
- Spectrospin AG
- Reto Koradi
- Industriestr. 26
- CH-8117 Faellanden
- Switzerland
-
- or:
-
- Institut fuer Molekularbiologie und Biophysik
- Reto Koradi or Martin Billeter
- ETH Hoenggerberg
- CH-8093 Zuerich
- Switzerland
-
-The current version of MOLMOL is always available on the following master
-servers:
-
- ftp://ftp.mol.biol.ethz.ch
- ftp://ftp.spectrospin.ch
- ftp://ftp.bruker.de
-
-See the README file for more detailed instructions about downloading and
-installing the program.
-
-Tapes and printed manuals are available on request from the second address
-given above.
-
-More information can be found at:
-
- http://www.mol.biol.ethz.ch/wuthrich/software/molmol/
-
-Users are encouraged to register at molmol@mol.biol.ethz.ch, so that they
-can be informed of new versions.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/mpg123-el b/sdk_container/src/third_party/portage-stable/licenses/mpg123-el
deleted file mode 100644
index 6cb39cb5e23..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/mpg123-el
+++ /dev/null
@@ -1,15 +0,0 @@
-This program is free software and comes with absolutely NO
-WARRANTY. The author is not responsible for any possible
-defects caused by this software. You can freely modify this
-program for your convenience. But if you want to publish
-modified program, please tell me before announcement. Take it
-easy to write me comments and bug-reports.
- yuuji@gentei.org
-
-このプログラムはフリーソフトウェアとして配布します。このプログラ
-ムの利用によって生じたいかなる結果に対しても作者は責任を負いませ
-ん。コメントやバグレポートはおおいに歓迎しますので御気軽に御連絡
-ください。またプログラムに対する個人的な修正は自由にして頂いて構
-いませんが、それを公開したい場合は私まで御連絡ください。連絡は以
-下のアドレスまでお願いします(2011/1現在)。
- yuuji@gentei.org
diff --git a/sdk_container/src/third_party/portage-stable/licenses/mpich2 b/sdk_container/src/third_party/portage-stable/licenses/mpich2
deleted file mode 100644
index a9216d4953d..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/mpich2
+++ /dev/null
@@ -1,39 +0,0 @@
-
- COPYRIGHT
-
-The following is a notice of limited availability of the code, and disclaimer
-which must be included in the prologue of the code and in all source listings
-of the code.
-
-Copyright Notice
- + 2002 University of Chicago
-
-Permission is hereby granted to use, reproduce, prepare derivative works, and
-to redistribute to others. This software was authored by:
-
-Mathematics and Computer Science Division
-Argonne National Laboratory, Argonne IL 60439
-
-(and)
-
-Department of Computer Science
-University of Illinois at Urbana-Champaign
-
-
- GOVERNMENT LICENSE
-
-Portions of this material resulted from work developed under a U.S.
-Government Contract and are subject to the following license: the Government
-is granted for itself and others acting on its behalf a paid-up, nonexclusive,
-irrevocable worldwide license in this computer software to reproduce, prepare
-derivative works, and perform publicly and display publicly.
-
- DISCLAIMER
-
-This computer code material was prepared, in part, as an account of work
-sponsored by an agency of the United States Government. Neither the United
-States, nor the University of Chicago, nor any of their employees, makes any
-warranty express or implied, or assumes any legal liability or responsibility
-for the accuracy, completeness, or usefulness of any information, apparatus,
-product, or process disclosed, or represents that its use would not infringe
-privately owned rights.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/mplus-fonts b/sdk_container/src/third_party/portage-stable/licenses/mplus-fonts
deleted file mode 100644
index c51d00479db..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/mplus-fonts
+++ /dev/null
@@ -1,16 +0,0 @@
-M+ FONTS Copyright (C) 2003-2006 M+ FONTS PROJECT
-
--
-
-LICENSE_E
-
-
-
-
-These fonts are free softwares.
-Unlimited permission is granted to use, copy, and distribute it, with
-or without modification, either commercially and noncommercially.
-THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY.
-
-
-http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/
diff --git a/sdk_container/src/third_party/portage-stable/licenses/myspell-en_CA-KevinAtkinson b/sdk_container/src/third_party/portage-stable/licenses/myspell-en_CA-KevinAtkinson
deleted file mode 100644
index 2b29451178c..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/myspell-en_CA-KevinAtkinson
+++ /dev/null
@@ -1,10 +0,0 @@
- Copyright 2000 by Kevin Atkinson
-
- Permission to use, copy, modify, distribute and sell these word
- lists, the associated scripts, the output created from the scripts,
- and its documentation for any purpose is hereby granted without fee,
- provided that the above copyright notice appears in all copies and
- that both that copyright notice and this permission notice appear in
- supporting documentation. Kevin Atkinson makes no representations
- about the suitability of this array for any purpose. It is provided
- "as is" without express or implied warranty.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/myspell-ru_RU-AlexanderLebedev b/sdk_container/src/third_party/portage-stable/licenses/myspell-ru_RU-AlexanderLebedev
deleted file mode 100644
index f7abf660731..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/myspell-ru_RU-AlexanderLebedev
+++ /dev/null
@@ -1,20 +0,0 @@
-LICENSE Txt
-============
-The main components of RUS-ISPELL package:
-
- * the Russian affix file (russian.aff.koi) and
- * a set of dictionaries (base.koi, abbrev.koi, computer.koi,
- for_name.koi, geography.koi, rare.koi, science.koi)
-
-in their original encoding (koi8-r) and any other encoding produced
-from it as well as affix file and dictionaries prepared from the
-above files for MySpell spell checker are copyright (c) 1997-2004
-by Alexander Lebedev.
-
-Permission to use, copy, redistribute is granted. Permission to
-redistribute modifications in patch form is granted. Permission
-to redistribute binaries made of modified sources is granted.
-All other rights reserved.
-
-Alexander Lebedev
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/netcat b/sdk_container/src/third_party/portage-stable/licenses/netcat
deleted file mode 100644
index 3c3fe637ee7..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/netcat
+++ /dev/null
@@ -1,3 +0,0 @@
-Netcat and the associated package is a product of Avian Research, and
-is freely available in full source form with no restrictions save an
-obligation to give credit where due.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/nethack b/sdk_container/src/third_party/portage-stable/licenses/nethack
deleted file mode 100644
index 5ad7e34179e..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/nethack
+++ /dev/null
@@ -1,95 +0,0 @@
- NETHACK GENERAL PUBLIC LICENSE
- (Copyright 1989 M. Stephenson)
-
- (Based on the BISON general public license,
- copyright 1988 Richard M. Stallman)
-
- Everyone is permitted to copy and distribute verbatim copies of this
- license, but changing it is not allowed. You can also use this wording to
- make the terms for other programs.
-
- The license agreements of most software companies keep you at the mercy of
-those companies. By contrast, our general public license is intended to give
-everyone the right to share NetHack. To make sure that you get the rights we
-want you to have, we need to make restrictions that forbid anyone to deny you
-these rights or to ask you to surrender the rights. Hence this license
-agreement.
-
- Specifically, we want to make sure that you have the right to give away
-copies of NetHack, that you receive source code or else can get it if you
-want it, that you can change NetHack or use pieces of it in new free
-programs, and that you know you can do these things.
-
- To make sure that everyone has such rights, we have to forbid you to
-deprive anyone else of these rights. For example, if you distribute copies
-of NetHack, you must give the recipients all the rights that you have. You
-must make sure that they, too, receive or can get the source code. And you
-must tell them their rights.
-
- Also, for our own protection, we must make certain that everyone finds out
-that there is no warranty for NetHack. If NetHack is modified by someone
-else and passed on, we want its recipients to know that what they have is
-not what we distributed.
-
- Therefore we (Mike Stephenson and other holders of NetHack copyrights) make
-the following terms which say what you must do to be allowed to distribute or
-change NetHack.
-
-
- COPYING POLICIES
-
- 1. You may copy and distribute verbatim copies of NetHack source code as
-you receive it, in any medium, provided that you keep intact the notices on
-all files that refer to copyrights, to this License Agreement, and to the
-absence of any warranty; and give any other recipients of the NetHack
-program a copy of this License Agreement along with the program.
-
- 2. You may modify your copy or copies of NetHack or any portion of it, and
-copy and distribute such modifications under the terms of Paragraph 1 above
-(including distributing this License Agreement), provided that you also do the
-following:
-
- a) cause the modified files to carry prominent notices stating that you
- changed the files and the date of any change; and
-
- b) cause the whole of any work that you distribute or publish, that in
- whole or in part contains or is a derivative of NetHack or any part
- thereof, to be licensed at no charge to all third parties on terms
- identical to those contained in this License Agreement (except that you
- may choose to grant more extensive warranty protection to some or all
- third parties, at your option)
-
- c) You may charge a distribution fee for the physical act of
- transferring a copy, and you may at your option offer warranty protection
- in exchange for a fee.
-
- 3. You may copy and distribute NetHack (or a portion or derivative of it,
-under Paragraph 2) in object code or executable form under the terms of
-Paragraphs 1 and 2 above provided that you also do one of the following:
-
- a) accompany it with the complete machine-readable source code, which
- must be distributed under the terms of Paragraphs 1 and 2 above; or,
-
- b) accompany it with full information as to how to obtain the complete
- machine-readable source code from an appropriate archive site. (This
- alternative is allowed only for noncommercial distribution.)
-
-For these purposes, complete source code means either the full source
-distribution as originally released over Usenet or updated copies of the
-files in this distribution used to create the object code or executable.
-
- 4. You may not copy, sublicense, distribute or transfer NetHack except as
-expressly provided under this License Agreement. Any attempt otherwise to
-copy, sublicense, distribute or transfer NetHack is void and your rights to
-use the program under this License agreement shall be automatically
-terminated. However, parties who have received computer software programs
-from you with this License Agreement will not have their licenses terminated
-so long as such parties remain in full compliance.
-
-
-Stated plainly: You are permitted to modify NetHack, or otherwise use parts
-of NetHack, provided that you comply with the conditions specified above;
-in particular, your modified NetHack or program containing parts of NetHack
-must remain freely available as provided in this License Agreement. In
-other words, go ahead and share NetHack, but don't try to stop anyone else
-from sharing it farther.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/netlogo b/sdk_container/src/third_party/portage-stable/licenses/netlogo
deleted file mode 100644
index af2e2457362..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/netlogo
+++ /dev/null
@@ -1,177 +0,0 @@
-
- Copyright Information
-
-NetLogo 2.1.0 User Manual
-
-Copyright 1999 by Uri Wilensky. All rights reserved.
-
-The NetLogo software, models and documentation are distributed free of
-charge for use by the public to explore and construct models. Permission
-to copy or modify the NetLogo software, models and documentation for
-educational and research purposes only and without fee is hereby
-granted, provided that this copyright notice and the original author's
-name appears on all copies and supporting documentation. For any other
-uses of this software, in original or modified form, including but not
-limited to distribution in whole or in part, specific prior permission
-must be obtained from Uri Wilensky. The software, models and
-documentation shall not be used, rewritten, or adapted as the basis of a
-commercial software or hardware product without first obtaining
-appropriate licenses from Uri Wilensky. We make no representations about
-the suitability of this software for any purpose. It is provided "as is"
-without express or implied warranty.
-
-To reference this software in academic publications, please use:
-Wilensky, U. (1999). NetLogo. http://ccl.northwestern.edu/netlogo/.
-Center for Connected Learning and Computer-Based Modeling, Northwestern
-University, Evanston, IL.
-
-The project gratefully acknowledges the support of the National Science
-Foundation (REPP and ROLE Programs) -- grant numbers REC #9814682 and
-REC #0126227.
-
-------------------------------------------------------------------------
-
-For random number generation, NetLogo uses the MersenneTwisterFast class
-by Sean Luke. The copyright for that code is as follows:
-
-Copyright (c) 2003 by Sean Luke.
-Portions copyright (c) 1993 by Michael Lecuyer.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in
- the documentation and/or other materials provided with the
- distribution.
- * Neither the name of the copyright owners, their employers, nor the
- names of its contributors may be used to endorse or promote
- products derived from this software without specific prior written
- permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
-IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
-TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
-PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
-TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-------------------------------------------------------------------------
-
-Parts of NetLogo (specifically, the random-gamma primitive) are based on
-code from the Colt library (http://hoschek.home.cern.ch/hoschek/colt/).
-The copyright for that code is as follows:
-
-Copyright 1999 CERN - European Organization for Nuclear Research.
-Permission to use, copy, modify, distribute and sell this software and
-its documentation for any purpose is hereby granted without fee,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation. CERN makes no representations about the
-suitability of this software for any purpose. It is provided "as is"
-without expressed or implied warranty.
-
-------------------------------------------------------------------------
-
-NetLogo uses the MRJ Adapter library, which is Copyright (c) 2003 Steve
-Roy . The library is covered by the GNU LGPL (Lesser
-General Public License). The text of that license is included in the
-"docs" folder which accompanies the NetLogo download, and is also
-available from http://www.gnu.org/copyleft/lesser.html.
-
-------------------------------------------------------------------------
-
-For movie-making, NetLogo uses code adapted from
-sim.util.media.MovieEncoder.java by Sean Luke, distributed under the
-MASON Open Source License. The copyright for that code is as follows:
-
-This software is Copyright 2003 by Sean Luke. Portions Copyright 2003 by
-Gabriel Catalin Balan, Liviu Panait, Sean Paus, and Dan Kuebrich. All
-Rights Reserved.
-
-Developed in Conjunction with the George Mason University Center for
-Social Complexity
-
-By using the source code, binary code files, or related data included in
-this distribution, you agree to the following terms of usage for this
-software distribution. All but a few source code files in this
-distribution fall under this license; the exceptions contain open source
-licenses embedded in the source code files themselves. In this license
-the Authors means the Copyright Holders listed above, and the license
-itself is Copyright 2003 by Sean Luke.
-
-The Authors hereby grant you a world-wide, royalty-free, non-exclusive
-license, subject to third party intellectual property claims:
-
-to use, reproduce, modify, display, perform, sublicense and distribute
-all or any portion of the source code or binary form of this software or
-related data with or without modifications, or as part of a larger work;
-and under patents now or hereafter owned or controlled by the Authors,
-to make, have made, use and sell ("Utilize") all or any portion of the
-source code or binary form of this software or related data, but solely
-to the extent that any such patent is reasonably necessary to enable you
-to Utilize all or any portion of the source code or binary form of this
-software or related data, and not to any greater extent that may be
-necessary to Utilize further modifications or combinations.
-
-In return you agree to the following conditions:
-
-If you redistribute all or any portion of the source code of this
-software or related data, it must retain the above copyright notice and
-this license and disclaimer. If you redistribute all or any portion of
-this code in binary form, you must include the above copyright notice
-and this license and disclaimer in the documentation and/or other
-materials provided with the distribution, and must indicate the use of
-this software in a prominent, publically accessible location of the
-larger work. You must not use the Authors's names to endorse or promote
-products derived from this software without the specific prior written
-permission of the Authors.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS, NOR THEIR EMPLOYERS,
-NOR GEORGE MASON UNIVERSITY, BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-DEALINGS IN THE SOFTWARE.
-
-------------------------------------------------------------------------
-
-For movie-making, NetLogo uses code adapted from JpegImagesToMovie.java
-by Sun Microsystems. The copyright for that code is as follows:
-
-Copyright (c) 1999-2001 Sun Microsystems, Inc. All Rights Reserved.
-
-Sun grants you ("Licensee") a non-exclusive, royalty free, license to
-use, modify and redistribute this software in source and binary code
-form, provided that i) this copyright notice and license appear on all
-copies of the software; and ii) Licensee does not utilize the software
-in a manner which is disparaging to Sun.
-
-This software is provided "AS IS," without a warranty of any kind. ALL
-EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING
-ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
-PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN AND ITS LICENSORS
-SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
-USING, MODIFYING OR DISTRIBUTING THE SOFTWARE OR ITS DERIVATIVES. IN NO
-EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT
-OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR
-PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
-LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN
-IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-This software is not designed or intended for use in on-line control of
-aircraft, air traffic, aircraft navigation or aircraft communications;
-or in the design, construction, operation or maintenance of any nuclear
-facility. Licensee represents and warrants that it will not use or
-redistribute the Software for such purposes.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/netperf b/sdk_container/src/third_party/portage-stable/licenses/netperf
deleted file mode 100644
index 3f3ceb2fc27..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/netperf
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
- Copyright (C) 1993 Hewlett-Packard Company
- ALL RIGHTS RESERVED.
-
- The enclosed software and documentation includes copyrighted works
- of Hewlett-Packard Co. For as long as you comply with the following
- limitations, you are hereby authorized to (i) use, reproduce, and
- modify the software and documentation, and to (ii) distribute the
- software and documentation, including modifications, for
- non-commercial purposes only.
-
- 1. The enclosed software and documentation is made available at no
- charge in order to advance the general development of
- high-performance networking products.
-
- 2. You may not delete any copyright notices contained in the
- software or documentation. All hard copies, and copies in
- source code or object code form, of the software or
- documentation (including modifications) must contain at least
- one of the copyright notices.
-
- 3. The enclosed software and documentation has not been subjected
- to testing and quality control and is not a Hewlett-Packard Co.
- product. At a future time, Hewlett-Packard Co. may or may not
- offer a version of the software and documentation as a product.
-
- 4. THE SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS".
- HEWLETT-PACKARD COMPANY DOES NOT WARRANT THAT THE USE,
- REPRODUCTION, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR
- DOCUMENTATION WILL NOT INFRINGE A THIRD PARTY'S INTELLECTUAL
- PROPERTY RIGHTS. HP DOES NOT WARRANT THAT THE SOFTWARE OR
- DOCUMENTATION IS ERROR FREE. HP DISCLAIMS ALL WARRANTIES,
- EXPRESS AND IMPLIED, WITH REGARD TO THE SOFTWARE AND THE
- DOCUMENTATION. HP SPECIFICALLY DISCLAIMS ALL WARRANTIES OF
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-
- 5. HEWLETT-PACKARD COMPANY WILL NOT IN ANY EVENT BE LIABLE FOR ANY
- DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
- (INCLUDING LOST PROFITS) RELATED TO ANY USE, REPRODUCTION,
- MODIFICATION, OR DISTRIBUTION OF THE SOFTWARE OR DOCUMENTATION.
-
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/ngrep b/sdk_container/src/third_party/portage-stable/licenses/ngrep
deleted file mode 100644
index 426c9c344f5..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/ngrep
+++ /dev/null
@@ -1,38 +0,0 @@
-Copyright (c) 2006 Jordan Ritter. All rights reserved.
-
-Permission is granted to anyone to use this software for any purpose on
-any computer system, and to alter it and redistribute it, subject
-to the following restrictions:
-
-1. The origin of this software must not be misrepresented, either by
- explicit claim or by omission.
-
-2. Altered versions must be plainly marked as such, and must not be
- misrepresented as being the original software. Any altered version
- must clearly and properly represent the origin of this software in
- any accompanying documentation.
-
-3. All advertising materials which relate specifically to derivate
- works of this software must display the following acknowledgement:
- This product includes software developed by Jordan Ritter.
-
-4. The name of the Author may not be used to endorse or promote
- products derived from this software without specific prior written
- permission.
-
-5. This notice, and any references to this notice, in any original or
- derived source distribution of or documentation for this software,
- may not be removed or altered.
-
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
-BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
-BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
-OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
-IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/no-source-code b/sdk_container/src/third_party/portage-stable/licenses/no-source-code
deleted file mode 100644
index 92212d1a6e8..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/no-source-code
+++ /dev/null
@@ -1,16 +0,0 @@
-Gentoo license note: This package is distributed in binary form and
-its source code is not made available. This renders the package
-non-free in terms of the Free Software Definition [1], the Open Source
-Definition [2], or (for works other than software) the Definition of
-Free Cultural Works [3], even if it is distributed under a free
-software license. Source code is the preferred form in which a
-programmer would modify the work.
-
-Note to developers: The "no-source-code" license label must never be
-used on its own, but only along with the license under which the
-package is distributed. It should only be used together with licenses
-that would qualify as free when used for source code.
-
-[1] https://www.gnu.org/philosophy/free-sw.html
-[2] https://opensource.org/osd
-[3] https://freedomdefined.org/
diff --git a/sdk_container/src/third_party/portage-stable/licenses/nomachine b/sdk_container/src/third_party/portage-stable/licenses/nomachine
deleted file mode 100644
index ef9f166e813..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/nomachine
+++ /dev/null
@@ -1,313 +0,0 @@
-End-User License Agreement
-
-NoMachine - Luxembourg
-
-NoMachine Product License
-
-Copyright (c) 2002-2015 NoMachine S.à.r.l. All Rights Reserved.
-
-This is a legal agreement ("Agreement") between you, the "Licensee",
-and NoMachine S.à.r.l. ("NoMachine"), owner and titleholder of all
-copyrights, intellectual property and trademarks of the NoMachine
-Software.
-
-Notice to User:
-This NoMachine Software Technology License Agreement ("License Agree-
-ment") covers your use of NoMachine Software that accompanies this
-License Agreement and related software components, which may include
-associated media, printed materials, and "online" or electronic
-documentation. If you do not agree to the terms of this License
-Agreement, do not install or use the Software. By explicitly accepting
-this License Agreement, however, or by installing, copying, downloading,
-accessing, or otherwise using the Software, you are acknowledging and
-agreeing to be bound by the following terms.
-
-
-
-
-1.Definitions
-
-
-"Permitted Number" means one (1) unless indicated otherwise by a valid
-license certificate.
-
-"Documentation" means the online documentation and printed documentation,
-if any, provided to Licensee in connection with Software, except for
-documentation provided under third party or open source licenses as
-provided in Sections 4.2 and 4.3 below. Whenever the context reasonably
-permits, any reference in this Agreement to Software shall also apply to
-Documentation. The Documentation may be used by Licensee, but only
-in connection with this Software.
-
-
-"Software" means (a) all of the contents of the files (delivered electron-
-ically or on physical media), or disk(s) or other media with which this
-agreement is provided, which may include (i) NoMachine software,
-Open Source Software or Third Party Software; (ii) related explanatory
-written materials or files ("Documentation"); and (iii) fonts; and
-(b)images, sounds, clip art and other artistic works ("Media") bundled
-with NoMachine software; and (c) upgrades, modified versions, updates,
-additions, and copies of the foregoing, provided to you by NoMachine at
-any time (collectively, "Updates").
-
-
-"Open Source Software" components (or portions thereof) included
-with this NoMachine software product are distributed under the original
-license terms. Copyright statements and licenses applied to Open Source
-Software components (or portions thereof) can be found in the
-"credits" file.
-
-
-"Third-Party Software". Some of the Software Programs included in the
-Software are distributed under the terms of agreements with third parties
-which may expand or limit your rights to use certain Software Programs
-as set forth in Sections 2, 3 and 4.
-
-
-
-2. GRANT OF LICENSE AND TERMS OF USE
-
-
-2.1 Subject to your compliance with the terms and conditions of this
-Agreement, NoMachine and its authorized suppliers grant you a limited,
-nonexclusive and nontransferable license to install and use the Software
-on a compatible device or Computer in the manner and for the purposes in
-accordance with (i) the Documentation; (ii) the License Type for which you
-have paid the fees where applicable.
-
-(a) Individual Use. You may install and use the Permitted Number of copies
-of the Software on a compatible Computer for your private non-commercial
-use unless otherwise specified in the Software documentation.
-
-(b) Commercial Use. Commercial use of the Software is governed by the
-accompanying License Type acquired separately from NoMachine and for which,
-where applicable, a fee has been paid. Unless otherwise provided in the
-Software Documentation, you may install and use the Permitted Number of
-copies of the Software on a compatible device. A "Commercial User" is
-defined as an individual or entity, or an individual acting on behalf of
-an entity, who uses the Software for commercial or business purposes.
-
-(c) Distribution: Redistribution of Software developed by NoMachine is
-strictly forbidden without written permission by NoMachine.
-
-(d) Back up Copy. You may not copy the Software except for a reasonable
-number of machine-readable copies of the Software for backup or archival
-purposes and except as expressly permitted in this EULA. All copies of the
-Software must reproduce all proprietary notices, labels, or marks.
-
-Notwithstanding the foregoing, this Agreement shall not prevent or restrict
-you from exercising additional or different rights to any free, Open Source
-Software, documentation and materials contained in or provided with the
-Software in accordance with the applicable free, open source license for
-such code, documentation, and materials.
-
-
-3. DESCRIPTION OF OTHER RIGHTS, LIMITATIONS, AND OBLIGATIONS
-
-3.1 Transfer. You may not rent, lease, sublicense, assign or trans-
-fer your rights in the Software, or authorize all or any portion of
-the Software to be copied onto another user's Computer except as may
-be expressly permitted by this Agreement. You may, however, transfer all
-your rights to use the Software to another person or legal entity provided
-that (a) you also transfer ( i) this agreement, and (ii) the Software and
-all other Software or hardware bundled or pre-installed with the Software,
-including all copies, updates prior versions, to such person or entity (b)
-you retain no copies, including backups and copies stored on a Computer,
-and (c) the receiving party accepts the terms and conditions of this Agreement
-and any other terms and conditions upon which you obtained a valid license to
-the Software. Notwithstanding the foregoing you may not transfer pre-release,
-or not for resale copies of the Software.
-
-3.2 No Modification, Reverse Engineering or Leasing. No modification,
-adaptation, translation of the software is permitted, including modification
-to the graphical contents, without specific and prior permission from
-NoMachine. You may not decompile, decrypt, reverse engineer, disassemble
-or otherwise reduce the Software to human-readable form to gain access to
-trade secrets or confidential information in the Software, except to the
-extent the foregoing restriction is expressly prohibited by applicable law.
-Nor shall you, or permit any other person to do, the foregoing without
-explicit permission from NoMachine; (ii) remove, alter, cover or obfuscate
-any copyright notices or other proprietary rights notices placed or embedded
-by NoMachine on or in any Software or Documentation; (iii) sell, resell
-for a profit, rent, lease or lend the Software or Documentation or use it
-for commercial time sharing, rental or service bureau use; (iv) use the
-Software or any component thereof for any illegal purposes; or (v) use
-the Software or Documentation, or any component thereof, to enable
-copyright protection-circumvention devices or to violate or circumvent
-in any manner any content copyright, content protection scheme, or content
-copy policies. Notwithstanding the foregoing, this Agreement shall not
-prevent or restrict you from exercising additional or different rights to
-any free, open source code, documentation and materials contained in or
-provided with the Software in accordance with the applicable free, open
-source license for such code, documentation, and materials.
-
-3.3 Licensed, Not Sold. The Software, including Third Party Software, is
-not sold, but is licensed and distributed to Licensee. Any reference to the
-purchase or sale of a product means, with respect to NoMachine Software
-and Third Party Software, a purchase or sale of the applicable licenses.
-The license fees for such licenses are included in the product purchase
-price. No fee is charged for any Open Source Software license, but a fee
-for distribution (e.g., transferring a copy or copies to Licensee) is
-included in the product purchase price. Ownership of copies of Open
-Source Software, NoMachine Software and Third Party Software is governed
-by the applicable license agreement.
-
-3.4 Proprietary Rights. No title to or ownership of the Software is
-transferred to you. NoMachine and/or its licensors own and retain all title
-and ownership of all intellectual property rights in and to the Software,
-including any adaptations or copies.
-
-4. LIMITED WARRANTY AND DISCLAIMER & LIABILITIES
-
-4.1 NoMachine Software. NoMachine warrants that if Software fails
-to substantially conform to the specifications in the Documentation or to
-any other Software specifications published by NoMachine, and if the non-
-conformity is reported in writing by Licensee to NoMachine within 30 days
-from the date the License is purchased, then NoMachine shall either remedy
-the nonconformity or offer to refund the purchase price, if applicable,
-to Licensee. In the event of a refund, the License shall terminate.
-
-4.2 Third Party Software. Warranties, if any, applicable to Third Party
-Software will be the warranties made by the third party licensors in the
-applicable license agreements.
-
-4.3 Open Source Software. Pursuant to the various open source licenses
-there is no warranty applicable to Open Source Software.
-
-
-4.4 Disclaimer Of Warranties. NOMACHINE MAKES NO WARRANTY, PROMISE OR
-REPRESENTATION NOT EXPRESSLY SET FORTH IN THIS AGREEMENT. EXCEPT AS
-EXPRESSLY WARRANTED HEREIN, THE Software IS PROVIDED "AS IS" WITHOUT
-WARRANTY OR REPRESENTATION OF ANY KIND. NOMACHINE MAKES NO WARRANTY OR
-REPRESENTATION WITH RESPECT TO THIRD PARTY SOFTWARE. OPEN SOURCE SOFT-
-WARE IS PROVIDED "AS IS" WITHOUT WARRANTY OR REPRESENTATION OF ANY KIND.
-NOMACHINE DISCLAIMS AND EXCLUDES ALL IMPLIED WARRANTIES INCLUDING,
-WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCH-
-ANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. NOMACHINE DOES NOT
-WARRANT THAT ANY SOFTWARE WILL SATISFY LICENSEE'S REQUIREMENTS OR
-THAT IT IS WITHOUT DEFECT OR ERROR OR THAT THE OPERATION THEREOF WILL
-BE UNINTERRUPTED. THIS AGREEMENT GIVES LICENSEE SPECIFIC LEGAL RIGHTS.
-LICENSEE MIGHT HAVE OTHER RIGHTS, WHICH VARY FROM STATE/JURISDICTION
-TO STATE/JURISDICTION. The provisions of Section 3 shall survive the
-termination of this Agreement, howsoever caused, but this shall not
-imply or create any continued right to use the Software after term-
-ination of this Agreement.
-
-4.5 Limitation On Liability. IN NO EVENT WILL NOMACHINE OR ITS
-SUPPLIERS BE LIABLE TO YOU FOR ANY DAMAGES, CLAIMS OR COSTS WHAT-
-SOEVER OR ANY CONSEQUENTIAL, INDIRECT, INCIDENTAL, DAMAGES, OR ANY
-LOST PROFITS OR LOST SAVINGS. THE FOREGOING LIMITATIONS AND EXCLUS-
-IONS APPLY TO THE EXTENT PERMITTED BY APPLICABLE LAW IN YOUR JURIS-
-DICTION. THE AGGREGATE LIABILITY OF NOMACHINE ARISING FROM OR RELAT-
-ING TO THIS AGREEMENT OR ANY OF THE SOFTWARE (REGARDLESS OF THE FORM
-OF ACTION OR CLAIM - E.G., CONTRACT,WARRANTY, TORT, STRICT LIABILITY,
-MALPRACTICE, FRAUD AND/OR OTHERWISE) SHALL NOT EXCEED THE TOTAL PAYMENT
-MADE BY LICENSEE TO PURCHASE THE SOFTWARE. NOMACHINE SHALL NOT IN ANY
-CASE BE LIABLE FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, INDIRECT OR
-PUNITIVE DAMAGES, OR FOR LOSS OF PROFIT, REVENUE, DATA, OR PROGRAMS, EVEN
-IF NOMACHINE HAS BEEN ADVISED OF THE POSSIBILITY THEREOF.
-
-5. AUTHORIZED DISTRIBUTORS AND RESELLERS
-NoMachine authorized distributors and resellers do not have the right to
-make modifications to this Agreement or to make any additional represent-
-ations, commitments, or warranties binding on NoMachine.
-
-6. RESPONSIBILITY FOR DECISIONS
-Licensee is responsible for decisions made and actions taken based on the
-Software.
-
-7. NON-PARTIES
-The officers, directors, employees, shareholders and representatives of
-NoMachine are not parties to this Agreement and shall have no obligation
-or liability to Licensee relating to this Agreement or the Software.
-
-8. SOLE REMEDY AND ALLOCATION OF RISK
-Licensee's sole and exclusive remedy is set forth in this agreement.This
-Agreement defines a mutually agreed-upon allocation of risk and the
-License fees reflect such allocation of risk.
-
-9. SUPPORT
-Nothing in this Agreement entitles Licensee to any support, maintenance
-or new versions or distributions of any Software. Licensee may contact
-NoMachine to determine the availability of support, maintenance and new
-versions and distributions of the Software, and the fees, terms and cond-
-itions applicable there to.
-
-10. GOVERNING LAW
-This Agreement shall be governed by the laws of the state of Luxembourg
-without giving effect to conflict or choice of law principles. The parties
-agree to exclude application of the "United Nations Convention on Contracts
-for the International Sale of Goods" to this Agreement. Any litigation between
-the Parties shall be conducted exclusively by the courts of Luxembourg City.
-The parties agree and submit to such exclusive jurisdiction and venue.
-
-11. ENTIRE AGREEMENT
-This Agreement sets forth the entire understanding and agreement between
-the parties relating to the subject matter of this Agreement and may be
-amended only in a writing signed by both parties. No vendor, distributor,
-OEM, VAR, reseller, dealer, retailer, sales person or other person is
-authorized by NoMachine to modify this Agreement or to make any warranty,
-representation or promise which is different than, or in addition to, the
-warranties, representations and promises of this Agreement.
-
-12. TERMINATION
-The License shall automatically terminate if Licensee materially breaches
-this Agreement. Upon termination of the License, Licensee shall cease all
-use of the Software and shall destroy all copies of the Software within
-the possession or control of Licensee and shall return the original Soft-
-ware and Documentation, if any, to NoMachine.
-
-13. EXPORT LAWS
-Licensee shall not export, disclose or distribute any Software in violation
-of any applicable laws or regulations, including the export laws and
-regulations of Luxembourg, and shall comply with all such laws and regulations.
-
-14. CONSTRUCTION
-In the construction and interpretation of this Agreement, no rule of strict
-construction shall apply against either party.
-
-15. SEVERABILITY
-If any provision in this Agreement is invalid or unenforceable or contrary to
-applicable law, such provision shall be construed, limited, or altered, as
-necessary, to eliminate the invalidity or unenforceability or the conflict
-with applicable law, and all other provisions of this Agreement
-shall remain in effect.
-
-16. H.264/AVC NOTICE
-THIS PRODUCT IS LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR THE
-PERSONAL USE OF A CONSUMER OR OTHER USES IN WHICH IT DOES NOT RECEIVE
-REMUNERATION TO (i) ENCODE VIDEO IN COMPLIANCE WITH THE AVC STANDARD
-("AVC VIDEO") AND/OR (ii) DECODE AVC VIDEO THAT WAS ENCODED BY A CONSUMER
-ENGAGED IN A PERSONAL ACTIVITY AND/OR WAS OBTAINED FROM A VIDEO PROVIDER
-LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED OR SHALL BE IMPLIED
-FOR ANY OTHER USE. ADDITIONAL AVC PATENT PORTFOLIO LICENSE INFORMATION
-MAY BE OBTAINED FROM MPEG LA, L.L.C. SEE HTTP://WWW.MPEGLA.COM
-
-NoMachine's End User License Agreement is subject to revisions. Please see
-http://www.nomachine.com/ for any updates.
-
-
-
-ACKNOWLEDGEMENTS
-
-NoMachine Software contains Open Source software for which this
-EULA does not apply. Such software, which are subject to other terms and
-conditions, are listed together with their original copyright statements
-and license terms in the "credits" file accompanying this Software.
-
-
-Certain components of the NoMachine Software have been released by
-NoMachine under an open source license. Such components are listed in the
-"credits" file and must be used in accordance with the applicable open source
-license terms and conditions.
-
-In accordance with Open Source Software license terms, NoMachine makes
-available the corresponding source files at:
-
-http://www.nomachine.com/opensource
-
-
-For those components not eventually available for download, upon request
-NoMachine will deliver all the relative third-party source code, consistent
-with the licensing terms of the original software, and documentation at the
-cost of the postage charges incurred.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/openknights b/sdk_container/src/third_party/portage-stable/licenses/openknights
deleted file mode 100644
index 45233399081..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/openknights
+++ /dev/null
@@ -1,35 +0,0 @@
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice,
-this list of conditions, the following disclaimer, and acknowledgements.
-
-2. Redistributions in binary form must reproduce the above copyright notice,
-this list of conditions, the following disclaimer, and acknowledgements in
-the documentation and/or other materials provided with the distribution.
-
-3. Neither the name of the Open Knights, this project nor the names
-of its contributors may be used to endorse or promote products derived from
-this software without specific prior written permission.
-
-DISCLAIMER:
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
-ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-Acknowledgement of Bioware's Contribution and Intellectual Property:
-This program and material is intended to examine, produce or modify data
-structures which may be used by Bioware's Neverwinter Nights programs.
-Inputs to this program may include data produced by Bioware or its partners
-as part of the Neverwinter Nights product or its expansions and sequals.
-When the output data structures from this program are so used and/or are made
-with such inputs, then the terms of the Bioware Neverwinter Nights End User
-License Agreements governing the production and use of such data structures
-still apply.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/otter b/sdk_container/src/third_party/portage-stable/licenses/otter
deleted file mode 100644
index d4158d9a845..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/otter
+++ /dev/null
@@ -1,30 +0,0 @@
-Otter and MACE Legal Information
-
-November 21, 2001.
-
-This information refers to the Otter and MACE automated deduction
-software, created at Argonne National Laboratory.
-
-Copyrights
-
-The University of Chicago has declined to assert its
-copyrights in this software. It may be used by the public without
-restriction and is available by download at www.mcs.anl.gov/AR/otter/.
-
-License
-
-This material resulted from work developed under a U.S. Government contract
-and is subject to the following license: the Government is granted for
-itself and the public a paid-up, nonexclusive, irrevocable worldwide
-license in this material to reproduce, prepare derivative works, distribute
-copies to the public, and perform publicly and display publicly.
-
-Disclaimer
-
-NEITHER THE UNITED STATES GOVERNMENT NOR ANY AGENCY THEREOF, NOR ANY OF
-THEIR EMPLOYEES OR OFFICERS, MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR
-ASSUMES ANY LEGAL LIABILITY OR RESPONSIBILITY FOR THE ACCURACY,
-COMPLETENESS, OR USEFULNESS OF ANY INFORMATION, APPARATUS, PRODUCT, OR
-PROCESS DISCLOSED, OR REPRESENTS THAT ITS USE WOULD NOT INFRINGE PRIVATELY
-OWNED RIGHTS.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/par b/sdk_container/src/third_party/portage-stable/licenses/par
deleted file mode 100644
index 7e2763e7c84..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/par
+++ /dev/null
@@ -1,17 +0,0 @@
-The files listed in the Files List section above are each Copyright
-2001 by Adam M. Costello (henceforth "I", "me").
-
-I grant everyone ("you") permission to do whatever you like with
-these files, provided that if you modify them you take reasonable
-steps to avoid confusing or misleading people about who wrote the
-modified files (both you and I) or what version they are. All
-official versions of Par will have version numbers consisting of
-only digits and periods.
-
-I encourage you to send me copies of your modifications in case I
-wish to incorporate them into future versions of Par. See the Bugs
-section for my address.
-
-Though I have tried to make sure that Par is free of bugs, I make no
-guarantees about its soundness. Therefore, I am not responsible for
-any damage resulting from the use of these files.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/penguzzle b/sdk_container/src/third_party/portage-stable/licenses/penguzzle
deleted file mode 100644
index dee06491b1c..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/penguzzle
+++ /dev/null
@@ -1,47 +0,0 @@
-*****************************
-Penguzzle Version 1.0
-by Marie Caroline Pavoine
-November 3, 2000
-*****************************
-
-------------------------------
- Software License Agreement
-------------------------------
-
- IMPORTANT
-
-Read this agreement before installing or using the Software. Installing
-and/or using the Software on your computer indicates your acceptance of
-these terms.
-
-YOU MAY
-
- 1. Use the Software without charge on as many systems as you wish,
-
- 2. Share the Software with others for their personal use, but only
- if you share it intact, without any changes or modifications of
- any kind, and complete with all it's documentation and associated
- files. You must pass it on exactly in the same form as we release
- it, or not pass it on at all,
-
- 3. Vendors may distribute the Software free of charge by electronic
- or other means for the purpose of technical support, but may not
- include the Software in their products without our written permission.
-
-YOU MAY NOT
-
- 1. Use the Software in any way except as provided in this agreement,
-
- 2. Modify, alter, copy, transfer, or reproduce the Software in any
- way, except as expressly allowed in this agreement,
-
- 3. Charge any kind of fee for distributing the Software without our
- written permission,
-
- 4. Use the Software for commercial purposes without our permission,
-
-
-Penguzzle 1.0 IS DELIVERED ON AN "AS-IS" BASIS AND THE AUTHOR SHALL NOT BE LIABLE
-FOR ANY INDIRECT, CONSEQUENTIAL, SPECIAL, PUNITIVE, OR INCIDENTAL DAMAGES OR
-DAMAGES DUE TO LOST PROFITS, DATA, OR INFORMATION ARISING OUT OF THE USE OR
-ANY QUALITY OR FITNESS FOR A PARTICULAR PURPOSE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/perforce b/sdk_container/src/third_party/portage-stable/licenses/perforce
deleted file mode 100644
index 5cbd8e60ff9..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/perforce
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * /+\
- * +\ Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
- * \+/
- *
- * This file is part of jam.
- *
- * License is hereby granted to use this software and distribute it
- * freely, as long as this copyright notice is retained and modifications
- * are clearly marked.
- *
- * ALL WARRANTIES ARE HEREBY DISCLAIMED.
- */
diff --git a/sdk_container/src/third_party/portage-stable/licenses/photopc b/sdk_container/src/third_party/portage-stable/licenses/photopc
deleted file mode 100644
index a825047633f..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/photopc
+++ /dev/null
@@ -1,10 +0,0 @@
-Copyright (c) 1997-2001 Eugene G. Crosser
-Copyright (c) 1998,1999 Bruce D. Lightner (DOS/Windows support)
-
-You may distribute and/or use for any purpose modified or unmodified
-copies of this software if you preserve the copyright notice above.
-
-THIS SOFTWARE IS PROVIDED AS IS AND COME WITH NO WARRANTY OF ANY
-KIND, EITHER EXPRESSED OR IMPLIED. IN NO EVENT WILL THE
-COPYRIGHT HOLDER BE LIABLE FOR ANY DAMAGES RESULTING FROM THE
-USE OF THIS SOFTWARE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/phrack b/sdk_container/src/third_party/portage-stable/licenses/phrack
deleted file mode 100644
index 3f146fa1d8e..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/phrack
+++ /dev/null
@@ -1,21 +0,0 @@
-Copynow Disclaimer Information
- The contents of all material available on this Internet site are copyrighted by Phrack Inc.
-unless otherwise indicated.
-
- Permission is granted to quote or reproduce parts or a whole article as long as the reference to
-http://www.phrack.org and adequate credit to the author is given (copynow).
-
- All information in Phrack Magazine is, to the best of the ability of the editors and
-contributors, truthful and accurate. When possible, all facts are checked, all code is compiled.
-However, we are not omniscient (hell, we don't even get paid). It is entirely possible something
-contained within this publication is incorrect in some way. If this is the case, please drop us
-some email so that we can correct it in a future issue.
-
- Also, keep in mind that Phrack Magazine accepts no responsibility for the entirely stupid (or
-illegal) things people may do with the information contained herein. Phrack is a compendium of
-knowledge, wisdom, wit, and sass. We neither advocate, condone nor participate in any sort of
-illicit behavior. But we will sit back and watch.
-
- Lastly, it bears mentioning that the opinions that may be expressed in the articles of Phrack
-Magazine are intellectual property of their authors.
- These opinions do not necessarily represent those of the Phrack Staff.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/pkcrack b/sdk_container/src/third_party/portage-stable/licenses/pkcrack
deleted file mode 100644
index 52e2f2b529a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/pkcrack
+++ /dev/null
@@ -1,3 +0,0 @@
-This package was written and is copyright by Peter Conrad . Commercial use in any form is
-strictly forbidden! You may use parts of the code in your own programs for non-commercial use in case you clearly state
-where you got it. Do not release software using parts of the code without the author's explicit consent.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/pngcrush b/sdk_container/src/third_party/portage-stable/licenses/pngcrush
deleted file mode 100644
index b996df624d3..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/pngcrush
+++ /dev/null
@@ -1,35 +0,0 @@
-COPYRIGHT:
-
-Copyright (C) 1998-2002,2006-2012 Glenn Randers-Pehrson
- (glennrp at users.sf.net)
-Portions copyright (C) 2005 Greg Roelofs
-
-DISCLAIMERS:
-
-The pngcrush computer program is supplied "AS IS". The Author disclaims all
-warranties, expressed or implied, including, without limitation, the
-warranties of merchantability and of fitness for any purpose. The
-Author assumes no liability for direct, indirect, incidental, special,
-exemplary, or consequential damages, which may result from the use of
-the computer program, even if advised of the possibility of such damage.
-There is no warranty against interference with your enjoyment of the
-computer program or against infringement. There is no warranty that my
-efforts or the computer program will fulfill any of your particular purposes
-or needs. This computer program is provided with all faults, and the entire
-risk of satisfactory quality, performance, accuracy, and effort is with
-the user.
-
-LICENSE:
-
-Permission is hereby irrevocably granted to everyone to use, copy, modify,
-and distribute this source code, or portions hereof, or executable programs
-compiled from it, for any purpose, without payment of any fee, subject to
-the following restrictions:
-
-1. The origin of this source code must not be misrepresented.
-
-2. Altered versions must be plainly marked as such and must not be
- misrepresented as being the original source.
-
-3. This Copyright notice, disclaimer, and license may not be removed
- or altered from any source or altered source distribution.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/pngnq b/sdk_container/src/third_party/portage-stable/licenses/pngnq
deleted file mode 100644
index 9f1828fecfd..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/pngnq
+++ /dev/null
@@ -1,18 +0,0 @@
-NeuQuant Neural-Net Quantization Algorithm
-
-Copyright (c) 1994 Anthony Dekker
-
-NEUQUANT Neural-Net quantization algorithm by Anthony Dekker, 1994.
-See "Kohonen neural networks for optimal colour quantization"
-in "Network: Computation in Neural Systems" Vol. 5 (1994) pp 351-367.
-for a discussion of the algorithm.
-See also http://members.ozemail.com.au/~dekker/NEUQUANT.HTML
-
-Any party obtaining a copy of these files from the author, directly or
-indirectly, is granted, free of charge, a full and unrestricted irrevocable,
-world-wide, paid up, royalty-free, nonexclusive right and license to deal
-in this software and documentation files (the "Software"), including without
-limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons who receive
-copies from any such party to do so, with the only requirement being
-that this copyright notice remain intact.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/prog-express b/sdk_container/src/third_party/portage-stable/licenses/prog-express
deleted file mode 100644
index ed50cc6fc9f..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/prog-express
+++ /dev/null
@@ -1,20 +0,0 @@
-Format: http://dep.debian.net/deps/dep5
-Upstream-Name: prog-express
-Source: http://www.batronix.com/shop/software/prog-express/download
-
-Files: *
-Copyright: 2006-2015 Batronix Elektronik
-License: Freeware
- First and foremost, Prog-Express is a freeware tool. So you are allowed
- to copy and redistribute it free of charge. You can use it anywhere you
- like - be it at home or at work.
- .
- Restrictions:
- You are not allowed to modify Prog-Express itself or any parts of it
- nor apply any kind of reverse engineering to this software or any parts
- of it.
- .
- You are not allowed to sell this software.
- .
- It's closed source, but it's at least free of charge. We hope you like it.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/psutils b/sdk_container/src/third_party/portage-stable/licenses/psutils
deleted file mode 100644
index 9e803be71f8..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/psutils
+++ /dev/null
@@ -1,39 +0,0 @@
-The constituent files of this package listed below are copyright (C) 1991-1995
-Angus J. C. Duggan.
-
-LICENSE Makefile.msc Makefile.nt Makefile.os2
-Makefile.unix README config.h descrip.mms
-epsffit.c epsffit.man extractres.man extractres.pl
-fixdlsrps.man fixdlsrps.pl fixfmps.man fixfmps.pl
-fixmacps.man fixmacps.pl fixpsditps.man fixpsditps.pl
-fixpspps.man fixpspps.pl fixscribeps.man fixscribeps.pl
-fixtpps.man fixtpps.pl fixwfwps.man fixwfwps.pl
-fixwpps.man fixwpps.pl fixwwps.man fixwwps.pl
-getafm getafm.man includeres.man includeres.pl
-maketext patchlev.h psbook.c psbook.man
-pserror.c pserror.h psmerge.man psmerge.pl
-psnup.c psnup.man psresize.c psresize.man
-psselect.c psselect.man psspec.c psspec.h
-pstops.c pstops.man psutil.c psutil.h
-showchar
-
-They may be copied and used for any purpose (including distribution as part of
-a for-profit product), provided:
-
-1) The original attribution of the programs is clearly displayed in the product
- and/or documentation, even if the programs are modified and/or renamed as
- part of the product.
-
-2) The original source code of the programs is provided free of charge (except
- for reasonable distribution costs). For a definition of reasonable
- distribution costs, see the Gnu General Public License or Larry Wall's
- Artistic License (provided with the Perl 4 kit). The GPL and Artistic
- License in NO WAY affect this license; they are merely used as examples of
- the spirit in which it is intended.
-
-3) These programs are provided "as-is". No warranty or guarantee of their
- fitness for any particular task is provided. Use of these programs is
- completely at your own risk.
-
-Basically, I don't mind how you use the programs so long as you acknowledge
-the author, and give people the originals if they want them.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/qlogic-fibre-channel-firmware b/sdk_container/src/third_party/portage-stable/licenses/qlogic-fibre-channel-firmware
deleted file mode 100644
index f669ae07d03..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/qlogic-fibre-channel-firmware
+++ /dev/null
@@ -1,39 +0,0 @@
-Copyright (c) 2003-2006 QLogic Corporation
-QLogic Linux Fibre Channel HBA Firmware
-
-You may redistribute the hardware specific firmware binary file
-under the following terms:
-
- 1. Redistribution of source code (only if applicable),
- must retain the above copyright notice, this list of
- conditions and the following disclaimer.
-
- 2. Redistribution in binary form must reproduce the above
- copyright notice, this list of conditions and the
- following disclaimer in the documentation and/or other
- materials provided with the distribution.
-
- 3. The name of QLogic Corporation may not be used to
- endorse or promote products derived from this software
- without specific prior written permission
-
-REGARDLESS OF WHAT LICENSING MECHANISM IS USED OR APPLICABLE,
-THIS PROGRAM IS PROVIDED BY QLOGIC CORPORATION "AS IS'' AND ANY
-EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
-PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
-BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
-EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
-TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
-ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
-
-USER ACKNOWLEDGES AND AGREES THAT USE OF THIS PROGRAM WILL NOT
-CREATE OR GIVE GROUNDS FOR A LICENSE BY IMPLICATION, ESTOPPEL, OR
-OTHERWISE IN ANY INTELLECTUAL PROPERTY RIGHTS (PATENT, COPYRIGHT,
-TRADE SECRET, MASK WORK, OR OTHER PROPRIETARY RIGHT) EMBODIED IN
-ANY OTHER QLOGIC HARDWARE OR SOFTWARE EITHER SOLELY OR IN
-COMBINATION WITH THIS PROGRAM.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/quake1-demodata b/sdk_container/src/third_party/portage-stable/licenses/quake1-demodata
deleted file mode 100644
index 686b5b8a02d..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/quake1-demodata
+++ /dev/null
@@ -1,175 +0,0 @@
-SHAREWARE VERSION: QUAKE
-LIMITED USE SOFTWARE LICENSE AGREEMENT
-
- This Limited Use Software License Agreement (the "Agreement") is a
- legal agreement between you, the end-user, and id Software, Inc.
- ("ID"). By continuing the installation of this game program, by
- loading or running the game, or by placing or copying the game
- program onto your computer hard drive, you are agreeing to be bound
- by the terms of this Agreement.
-
-ID SOFTWARE LICENSE
-
- 1. Grant of License. ID grants to you the limited right to use
- one (1) copy of the enclosed or foregoing Id Software game program
- (the "Software"), which is the shareware version or episode one of
- the game program. For purposes of this section, "use" means loading
- the Software into RAM, as well as installation on a hard disk or
- other storage device. You agree that the Software will not be
- shipped, transferred or exported into any country in violation of
- the U.S. Export Administration Act (or any other law governing such
- matters) and that you will not utilize, in any other manner, the
- Software in violation of any applicable law.
-
- 2. Commercial Use is Prohibited. Under no circumstances shall
- you, the end-user, be permitted, allowed or authorized to
- commercially exploit the Software, or any portion thereof, such
- as a screen display or a screenshot. Neither you nor anyone at your
- direction shall do any of the following acts:
-
- a. Rent the Software;
-
- b. Sell the Software;
-
- c. Lease or lend the Software;
-
- d. Offer the Software on a pay-per-play basis;
-
- e. Distribute the Software for money or any other
- consideration; or
-
- f. In any other manner and through any medium
- whatsoever commercially exploit the Software or use
- the Software for any commercial purpose.
-
- 3. Additional Prohibited Uses. Neither you, nor anyone at your
- direction, shall take the following action in regard to the
- Software, or any portion thereof, such as a screen display or
- a screenshot:
-
- a. Modify, disassemble, reverse engineer or decompile
- the Software;
-
- b. Translate the Software;
-
- c. Reproduce the Software;
-
- d. Publicly display the Software; or
-
- e. Prepare derivative works based upon the Software.
-
- 4. Use of Other Material is Prohibited. Use, in any manner, of
- the trademarks, such as Quake(tm) and the NIN(r) logo, logos, symbols,
- art work, images, screen displays or screenshots, sound effects, music,
- and other such material contained within, generated by or relating to
- the Software is prohibited.
-
- 5. Restrictions Apply to Third Parties. The prohibitions and
- restrictions described herein apply to anyone in possession of
- the Software.
-
- 6. Permitted Distribution. So long as this Agreement
- accompanies the Software at all times, ID grants to Providers the
- limited right to distribute, free of charge, except normal access
- fees, and by electronic means only, the Software; provided, however,
- the Software must be so electronically distributed only in a
- compressed format. The term "Providers," as used in the foregoing
- sentence, shall mean persons whose business it is to provide
- services on the Internet, on commercial online networks, or on the
- BBS. Anyone who receives the Software from a Provider shall be
- limited to all the terms and conditions of this Agreement. Further,
- ID grants to you, the end-user, the limited right to distribute,
- free of charge only, the Software as a whole.
-
- 7. Copyright. The Software is owned by ID and is protected by
- United States copyright laws and international treaty provisions.
- You must treat the Software like any other copyrighted material,
- except that you may make copies of the Software to give to other
- persons. You may not charge or receive any consideration from any
- other person for the receipt or use of the Software. You agree to
- use your best efforts to see that any user of the Software licensed
- hereunder complies with this Agreement.
-
- 8. Limited Warranty. ID warrants that if properly installed and
- operated on a computer for which it is designed, the Software will
- perform substantially in accordance with its designed purpose for a
- period of ninety (90) days from the date the Software is first
- obtained by an end-user. ID's entire liability and your exclusive
- remedy shall be, at ID's option, either (a) return of the retail
- price paid, if any, or (b) repair or replacement of the Software
- that does not meet ID's Limited Warranty. To make a warranty claim,
- return the Software to the point of purchase, accompanied by proof
- of purchase, your name, your address, and a statement of defect, or
- return the Software with the above information to ID. This Limited
- Warranty is void if failure of the Software has resulted in whole
- or in part from accident, abuse, misapplication or violation of this
- Agreement. Any replacement Software will be warranted for the
- remainder of the original warranty period or thirty (30) days,
- whichever is longer. This warranty allocates risks of product
- failure between Licensee and ID. ID's product pricing reflects this
- allocation of risk and the limitations of liability contained in
- this warranty.
-
- 9. NO OTHER WARRANTIES. ID DISCLAIMS ALL OTHER WARRANTIES,
- EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, IMPLIED
- WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A pARTICULAR PURPOSE
- WITH RESPECT TO THE SOFTWARE AND THE ACCOMPANYING WRITTEN MATERIALS,
- IF ANY. THIS LIMITED WARRANTY GIVES YOU SPECIFIC LEGAL RIGHTS. YOU
- MAY HAVE OTHERS WHICH VARY FROM JURISDICTION TO JURISDICTION. ID
- DOES NOT WARRANT THAT THE OPERATION OF THE SOFTWARE WILL BE
- UNINTERRUPTED, ERROR FREE OR MEET LICENSEE'S SPECIFIC REQUIREMENTS.
- THE WARRANTY SET FORTH ABOVE IS IN LIEU OF ALL OTHER EXPRESS
- WARRANTIES WHETHER ORAL OR WRITTEN. THE AGENTS, EMPLOYEES,
- DISTRIBUTORS, AND DEALERS OF ID ARE NOT AUTHORIZED TO MAKE
- MODIFICATIONS TO THIS WARRANTY, OR ADDITIONAL WARRANTIES ON BEHALF
- OF ID. ADDITIONAL STATEMENTS SUCH AS DEALER ADVERTISING OR
- PRESENTATIONS, WHETHER ORAL OR WRITTEN, DO NOT CONSTITUTE WARRANTIES
- BY ID AND SHOULD NOT BE RELIED UPON.
-
- 10. Exclusive Remedies. You agree that your exclusive remedy
- against ID, its affiliates, contractors, suppliers, and agents for
- loss or damage caused by any defect or failure in the Software
- regardless of the form of action, whether in contract,tort,
- including negligence, strict liability or otherwise, shall be the
- return of the retail purchase price paid, if any, or replacement of
- the Software. This Agreement shall be construed in accordance with
- and governed by the laws of the State of Texas. Copyright and other
- proprietary matters will be governed by United States laws and
- international treaties. IN ANY CASE, ID SHALL NOT BE LIABLE FOR LOSS
- OF DATA, LOSS OF PROFITS, LOST SAVINGS, SPECIAL, INCIDENTAL,
- CONSEQUENTIAL, INDIRECT OR OTHER SIMILAR DAMAGES ARISING FROM BREACH
- OF WARRANTY, BREACH OF CONTRACT, NEGLIGENCE, OR OTHER LEGAL THEORY
- EVEN IF ID OR ITS AGENT HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
- DAMAGES, OR FOR ANY CLAIM BY ANY OTHER PARTY. Some jurisdictions do
- not allow the exclusion or limitation of incidental or consequential
- damages, so the above limitation or exclusion may not apply to you.
-
- 11. General Provisions. Neither this Agreement nor any part or
- portion hereof shall be assigned or sublicensed, except as described
- herein. Should any provision of this Agreement be held to be void,
- invalid, unenforceable or illegal by a court, the validity and
- enforceability of the other provisions shall not be affected thereby.
- If any provision is determined to be unenforceable, you agree to a
- modification of such provision to provide for enforcement of the
- provision's intent, to the extent permitted by applicable law. Failure
- of a party to enforce any provision of this Agreement shall not
- constitute or be construed as a waiver of such provision or of the
- right to enforce such provision. If you fail to comply with any terms
- of this Agreement, YOUR LICENSE IS AUTOMATICALLY TERMINATED.
-
- YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, YOU UNDERSTAND
- THIS AGREEMENT, AND UNDERSTAND THAT BY CONTINUING THE INSTALLATION
- OF THE SOFTWARE, BY LOADING OR RUNNING THE SOFTWARE, OR BY PLACING
- OR COPYING THE SOFTWARE ONTO YOUR COMPUTER HARD DRIVE, YOU AGREE TO
- BE BOUND BY THIS AGREEMENT'S TERMS AND CONDITIONS. YOU FURTHER
- AGREE THAT, EXCEPT FOR WRITTEN SEPARATE AGREEMENTS BETWEEN ID AND
- YOU, THIS AGREEMENT IS A COMPLETE AND EXCLUSIVE STATEMENT OF THE
- RIGHTS AND LIABILITIES OF THE PARTIES. THIS AGREEMENT SUPERSEDES
- ALL PRIOR ORAL AGREEMENTS, PROPOSALS OR UNDERSTANDINGS, AND ANY
- OTHER COMMUNICATIONS BETWEEN ID AND YOU RELATING TO THE SUBJECT
- MATTER OF THIS AGREEMENT.
-
-June 21, 1996
-
-SHAREWARE VERSION: QUAKE LIMITED USE SOFTWARE LICENSE AGREEMENT
-(DWC:dw:3406.0024:DWC\doc:1163)
diff --git a/sdk_container/src/third_party/portage-stable/licenses/quake1-killer b/sdk_container/src/third_party/portage-stable/licenses/quake1-killer
deleted file mode 100644
index 63717bf372b..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/quake1-killer
+++ /dev/null
@@ -1,21 +0,0 @@
-Author(s): Howard Roy
-Email : howard@mortimer.com
-
-╔══════════════════════════════════════════╗
-║ Copyright and Distribution Permissions ║
-╚══════════════════════════════════════════╝
-
-■ Authors MAY use these modifications as a basis for other
-publicly available work. Please send me any modifications
-you make!
-
-■ If you have used part of this patch (code, model or sound) in
-your own patch, please give credits to the authors who have made
-them - including myself. Thank you.
-
-■ You may distribute this Quake modification in any electronic
-format as long as this description file remains intact and unmodified
-and is retained along with all of the files in the archive.
-
-■ This patch can NOT be distribute on ANY product PRODUCED or even
-RELATED to a lame company called Actura.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/quake1-teamfortress b/sdk_container/src/third_party/portage-stable/licenses/quake1-teamfortress
deleted file mode 100644
index e1c8353d2a0..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/quake1-teamfortress
+++ /dev/null
@@ -1,14 +0,0 @@
-=---------------------------------------------------------------------------=
-Copyright and Distribution
-=---------------------------------------------------------------------------=
-Authors may use this code for the basis of other freeware quakec
-code, but not for any for-profit code, such as modification of this
-patch for the purpose of running it on a commercial Quake Server,
-without an agreement of some kind with TeamFortress Software.
-
-You may distribute this patch in any electronic format as long as this
-textfile remains unmodified and all of the files in the archive are
-present, and as long as no charge is made for it.
-You may _not_ include this patch on any Quake compilation CD.
-
-Non-Commercial Quake Servers are free to run this patch.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/quake1-textures b/sdk_container/src/third_party/portage-stable/licenses/quake1-textures
deleted file mode 100644
index 8e903c27469..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/quake1-textures
+++ /dev/null
@@ -1,11 +0,0 @@
-What is the license on the QRP textures and can I use the textures for
-commercial as well as non-commercial usage?
-
-The textures are copyright by their respective authors and, collectively,
-this project. These textures are free to use in any project, be it
-commercial or non-commercial, on the condition that the work or the
-derivative product mentions the URL (http://qrp.quakeone.com) and name of
-this project (Quake Revitalization Project) in the credits. In case your
-project does not have a suitable credits section, you must include with
-your product a file titled "read-me" or "licensing". No exceptions. For
-any further questions, contact us.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/quake2-demodata b/sdk_container/src/third_party/portage-stable/licenses/quake2-demodata
deleted file mode 100644
index b3759633015..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/quake2-demodata
+++ /dev/null
@@ -1,64 +0,0 @@
- LIMITED USE SOFTWARE DEMO LICENSE AGREEMENT
-
- This Limited Use Software Demo License Agreement (the "Agreement") is a legal agreement between you, the end-user, and Id Software, Inc. ("ID"). BY CONTINUING THE INSTALLATION OF THIS GAME PROGRAM ENTITLED QUAKE II, BY LOADING OR RUNNING THE GAME PROGRAM, OR BY PLACING OR COPYING THE GAME PROGRAM ONTO YOUR COMPUTER HARD DRIVE, COMPUTER RAM OR OTHER STORAGE, YOU ARE AGREEING TO BE BOUND BY THE TERMS OF THIS AGREEMENT.
-
- 1. Grant of License. ID grants to you the non-exclusive limited right to use this Id Software game program in executable or object code form only (the "Software"), which is the demo version of the Software, for non-commercial, recreational purposes. The term "Software" includes all elements of the Software such as data files and screen displays. You are not receiving any ownership or proprietary right, title or interest in or to the Software or the copyright, trademarks, or other rights related thereto. For purposes of this section, "use" means loading the Software into RAM and/or onto computer hard drive, as well as installation of the Software on a hard disk or other storage device. You agree that the Software will not be shipped, transferred or exported into any country in violation of the U.S. Export Administration Act (or any other law governing such matters) by you or anyone at your direction and that you will not utilize and will not authorize anyone to utilize, in any other manner, the Software in violation of any applicable law. The Software may not be downloaded or otherwise exported or reexported into (or to a national or resident of) any country to which the U.S. has embargoed goods or to anyone or into any country who/which are prohibited, by applicable law, from receiving such property.
-
- 2. Prohibitions. You, either directly or indirectly, shall not do any of the following acts:
-
- a. rent the Software;
-
- b. sell the Software;
-
- c. lease or lend the Software;
-
- d. offer the Software on a ?pay-per-play? basis;
-
- e. distribute the Software (except by electronic means, as
- permitted by section 3. hereinbelow) by any means,
- including, but not limited to direct mail, retail, mail
- order or other means;
-
- f. in any other manner and through any medium whatsoever
- commercially exploit the Software or use the Software
- for any commercial purpose;
-
- g. disassemble, reverse engineer, decompile, modify or
- alter the Software;
-
- h. translate the Software;
-
- i. reproduce or copy the Software (except as permitted by
- section 3. hereinbelow);
-
- j. publicly display the Software; or
-
- k. prepare or develop derivative works based upon the
- Software.
-
- 3. Permitted Electronic Distribution and Copying. So long as this Agreement accompanies the Software at all times, ID grants to you the limited right to distribute, free of charge and by electronic means only, the Software. Anyone who receives the Software from Provider, as defined below, shall be limited to all the terms and conditions of this Agreement. The term "Provider" shall mean an enduser who installs a copy of the Software on his/its server and allows other endusers to download a copy of the Software from such server. You may make only the following copies of the Software: (i) you may download the Software from the Internet and onto your computer hard drive; (ii) you may copy the Software from your computer hard drive into your computer RAM; and (iii) you may make one (1) "back up" or archival copy of the Software on one (1) hard disk.
-
- 4. Copyright. The Software and all copyrights, trademarks and all other conceivable intellectual property rights related to the Software are owned by ID and are protected by United States copyright laws, international treaty provisions and all applicable law, such as the Lanham Act. You must treat the Software like any other copyrighted material, as required by 17 U.S.C., section 101 et seq. and other applicable law. You agree to use your best efforts to see that any user of the Software licensed hereunder complies with this Agreement. You agree that you are receiving a copy of the Software by license only and not by sale and that the "first sale" doctrine of 17 U.S.C. section 109 does not apply to your receipt or use of the Software.
-
-5. NO WARRANTIES. ID DISCLAIMS ALL WARRANTIES, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE WITH RESPECT TO THE SOFTWARE. ID DOES NOT WARRANT THAT THE OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR FREE OR THAT THE SOFTWARE WILL MEET YOUR SPECIFIC REQUIREMENTS. ADDITIONAL STATEMENTS SUCH AS PRESENTATIONS, WHETHER ORAL OR WRITTEN, DO NOT CONSTITUTE WARRANTIES BY ID AND SHOULD NOT BE RELIED UPON.
-
-6. Venue and Liability Limitation. This Agreement shall be construed in accordance with and governed by the laws of the State of Texas and U.S. federal law. Copyright and other proprietary matters will be governed by United States laws and international treaties. Exclusive venue for all litigation regarding this Agreement shall be in Dallas County, Texas and you agree to submit to the jurisdiction of the courts in Dallas, Texas for any such litigation. IN ANY CASE, NEITHER ID NOR ID'S OFFICERS, EMPLOYEES, DIRECTORS, AGENTS, LICENSEES, SUBLICENSEES, SUCCESSORS OR ASSIGNS SHALL BE LIABLE FOR LOSS OF DATA, LOSS OF PROFITS, LOST SAVINGS, SPECIAL, INCIDENTAL, CONSEQUENTIAL, INDIRECT, PUNITIVE OR OTHER SIMILAR DAMAGES ARISING FROM BREACH OF WARRANTY, BREACH OF CONTRACT, NEGLIGENCE, STRICT PRODUCT LIABILITY, OR OTHER LEGAL THEORY EVEN IF ID OR ITS AGENT HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES OR EVEN IF SUCH DAMAGES ARE FORESEEABLE, OR LIABLE FOR ANY CLAIM BY ANY OTHER PARTY. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so the above limitation or exclusion may not apply to you.
-
-7. U.S. Government Restricted Rights. To the extent applicable, the United States Government shall only have those rights to use the Software as expressly stated and expressly limited and restricted in this Agreement, as provided in 48 C.F.R. sections 227.7202-1 through 227.7204, inclusive.
-
-8. General Provisions. A copy of all notices or other correspondence which you send to ID shall also be sent by you to ID's counsel:
-
-D. Wade Cloud, Jr.
-HIERSCHE, MARTENS, HAYWARD, DRAKELEY & URBACH, P.C.
-15303 Dallas Parkway, Suite 700
-Dallas, TX 75248
-(972) 701-7000
-Facsimile: (972) 701-8765
-
-Neither this Agreement nor any part or portion hereof shall be assigned or sublicensed by you. ID may assign its rights under this Agreement in ID's sole discretion. Should any provision of this Agreement be held to be void, invalid, unenforceable or illegal by a court, the validity and enforceability of the other provisions shall not be affected thereby. If any provision is determined to be unenforceable, you agree to a modification of such provision to provide for enforcement of the provision's intent, to the extent permitted by applicable law. Failure of ID to enforce any provision of this Agreement shall not constitute or be construed as a waiver of such provision or of the right to enforce such provision. If you fail to comply with any term of this Agreement, YOUR LICENSE IS AUTOMATICALLY TERMINATED, WITHOUT NOTICE. In the event this Agreement is terminated, you shall have no right to use the Software, in any manner and you shall immediately destroy all copies of the Software in your possession, custody or control. You agree that your unauthorized use of any ID property, whether in whole or in part, would immediately and irreparably damage ID such that ID could not be adequately compensated by an award of monetary damages, and in the event of such threatened or actual unauthorized use ID shall be entitled to an injunctive order appropriately restraining and/or prohibiting such unauthorized use without the necessity of ID posting bond or other security.
-
-YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, YOU UNDERSTAND THIS AGREEMENT, AND UNDERSTAND THAT BY CONTINUING THE INSTALLATION OF THE SOFTWARE, BY LOADING OR RUNNING THE SOFTWARE, OR BY PLACING OR COPYING THE SOFTWARE ONTO YOUR COMPUTER HARD DRIVE OR RAM, YOU AGREE TO BE BOUND BY THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU FURTHER AGREE THAT, EXCEPT FOR WRITTEN SEPARATE AGREEMENTS BETWEEN ID AND YOU, THIS AGREEMENT IS A COMPLETE AND EXCLUSIVE STATEMENT OF THE RIGHTS AND LIABILITIES OF THE PARTIES HERETO. THIS AGREEMENT SUPERSEDES ALL PRIOR ORAL AGREEMENTS, PROPOSALS OR UNDERSTANDINGS, AND ANY OTHER COMMUNICATIONS BETWEEN ID AND YOU RELATING TO THE SUBJECT MATTER OF THIS AGREEMENT.
-
-
-
-February 16, 1998 (9:22am)
diff --git a/sdk_container/src/third_party/portage-stable/licenses/queen b/sdk_container/src/third_party/portage-stable/licenses/queen
deleted file mode 100644
index 2773e3b613d..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/queen
+++ /dev/null
@@ -1,35 +0,0 @@
-The Legal Stuff:
-
-Preamble:
- Basically, give this game away, share it with your friends. Don't remove this
-Readme, or pretend that you wrote it. You can include it in a software
-collection, like a Linux distribution or coverdisk (which may be sold), but
-using it in things like commercial adventure game collections without asking is
-just playing dirty. You can modify the gamedata for such purposes as compressing
-audio. This preamble is not legally binding, but is to clarify the intent of
-the following licence.
-
-Licence:
- 1) You may distribute this game for free on any medium, provided this Readme
-and all associated copyright notices and disclaimers are left intact.
-
- 2) You may charge a reasonable copying fee for this archive, and may
-distribute it in aggregate as part of a larger and possibly commercial software
-distribution (such as a Linux distribution or magazine coverdisk). You must
-provide proper attribution and ensure that this Readme and all associated
-copyright notices and disclaimers are left intact.
-
- 3) You may not charge a fee for the game itself. This includes reselling the
-game as an individual item.
-
- 4) You may modify the game as you wish. You may also distribute modified
-versions under the terms set forth in this licence, but with the additional
-requirement that the work is marked with a prominent notice which states that
-it is a modified version.
-
- 5) All game content is (C) John Passfield and Steven Stamatiadis.
- The ScummVM engine is (C) The ScummVM Team (www.scummvm.org).
-
- 6) THE GAME DATA IN THIS ARCHIVE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING AND NOT LIMITED TO ANY IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/qwt b/sdk_container/src/third_party/portage-stable/licenses/qwt
deleted file mode 100644
index e1422ce3a62..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/qwt
+++ /dev/null
@@ -1,543 +0,0 @@
- Qwt License
- Version 1.0, January 1, 2003
-
-The Qwt library and included programs are provided under the terms
-of the GNU LESSER GENERAL PUBLIC LICENSE (LGPL) with the following
-exceptions:
-
- 1. Widgets that are subclassed from Qwt widgets do not
- constitute a derivative work.
-
- 2. Static linking of applications and widgets to the
- Qwt library does not constitute a derivative work
- and does not require the author to provide source
- code for the application or widget, use the shared
- Qwt libraries, or link their applications or
- widgets against a user-supplied version of Qwt.
-
- If you link the application or widget to a modified
- version of Qwt, then the changes to Qwt must be
- provided under the terms of the LGPL in sections
- 1, 2, and 4.
-
- 3. You do not have to provide a copy of the Qwt license
- with programs that are linked to the Qwt library, nor
- do you have to identify the Qwt license in your
- program or documentation as required by section 6
- of the LGPL.
-
-
- However, programs must still identify their use of Qwt.
- The following example statement can be included in user
- documentation to satisfy this requirement:
-
- [program/widget] is based in part on the work of
- the Qwt project (http://qwt.sf.net).
-
------------------------------------------------------------------------
-
-
- GNU LESSER GENERAL PUBLIC LICENSE
- Version 2.1, February 1999
-
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-[This is the first released version of the Lesser GPL. It also counts
- as the successor of the GNU Library Public License, version 2, hence
- the version number 2.1.]
-
- Preamble
-
- The licenses for most software are designed to take away your
-freedom to share and change it. By contrast, the GNU General Public
-Licenses are intended to guarantee your freedom to share and change
-free software--to make sure the software is free for all its users.
-
- This license, the Lesser General Public License, applies to some
-specially designated software packages--typically libraries--of the
-Free Software Foundation and other authors who decide to use it. You
-can use it too, but we suggest you first think carefully about whether
-this license or the ordinary General Public License is the better
-strategy to use in any particular case, based on the explanations below.
-
- When we speak of free software, we are referring to freedom of use,
-not price. Our General Public Licenses are designed to make sure that
-you have the freedom to distribute copies of free software (and charge
-for this service if you wish); that you receive source code or can get
-it if you want it; that you can change the software and use pieces of
-it in new free programs; and that you are informed that you can do
-these things.
-
- To protect your rights, we need to make restrictions that forbid
-distributors to deny you these rights or to ask you to surrender these
-rights. These restrictions translate to certain responsibilities for
-you if you distribute copies of the library or if you modify it.
-
- For example, if you distribute copies of the library, whether gratis
-or for a fee, you must give the recipients all the rights that we gave
-you. You must make sure that they, too, receive or can get the source
-code. If you link other code with the library, you must provide
-complete object files to the recipients, so that they can relink them
-with the library after making changes to the library and recompiling
-it. And you must show them these terms so they know their rights.
-
- We protect your rights with a two-step method: (1) we copyright the
-library, and (2) we offer you this license, which gives you legal
-permission to copy, distribute and/or modify the library.
-
- To protect each distributor, we want to make it very clear that
-there is no warranty for the free library. Also, if the library is
-modified by someone else and passed on, the recipients should know
-that what they have is not the original version, so that the original
-author's reputation will not be affected by problems that might be
-introduced by others.
-
- Finally, software patents pose a constant threat to the existence of
-any free program. We wish to make sure that a company cannot
-effectively restrict the users of a free program by obtaining a
-restrictive license from a patent holder. Therefore, we insist that
-any patent license obtained for a version of the library must be
-consistent with the full freedom of use specified in this license.
-
- Most GNU software, including some libraries, is covered by the
-ordinary GNU General Public License. This license, the GNU Lesser
-General Public License, applies to certain designated libraries, and
-is quite different from the ordinary General Public License. We use
-this license for certain libraries in order to permit linking those
-libraries into non-free programs.
-
- When a program is linked with a library, whether statically or using
-a shared library, the combination of the two is legally speaking a
-combined work, a derivative of the original library. The ordinary
-General Public License therefore permits such linking only if the
-entire combination fits its criteria of freedom. The Lesser General
-Public License permits more lax criteria for linking other code with
-the library.
-
- We call this license the "Lesser" General Public License because it
-does Less to protect the user's freedom than the ordinary General
-Public License. It also provides other free software developers Less
-of an advantage over competing non-free programs. These disadvantages
-are the reason we use the ordinary General Public License for many
-libraries. However, the Lesser license provides advantages in certain
-special circumstances.
-
- For example, on rare occasions, there may be a special need to
-encourage the widest possible use of a certain library, so that it becomes
-a de-facto standard. To achieve this, non-free programs must be
-allowed to use the library. A more frequent case is that a free
-library does the same job as widely used non-free libraries. In this
-case, there is little to gain by limiting the free library to free
-software only, so we use the Lesser General Public License.
-
- In other cases, permission to use a particular library in non-free
-programs enables a greater number of people to use a large body of
-free software. For example, permission to use the GNU C Library in
-non-free programs enables many more people to use the whole GNU
-operating system, as well as its variant, the GNU/Linux operating
-system.
-
- Although the Lesser General Public License is Less protective of the
-users' freedom, it does ensure that the user of a program that is
-linked with the Library has the freedom and the wherewithal to run
-that program using a modified version of the Library.
-
- The precise terms and conditions for copying, distribution and
-modification follow. Pay close attention to the difference between a
-"work based on the library" and a "work that uses the library". The
-former contains code derived from the library, whereas the latter must
-be combined with the library in order to run.
-
- GNU LESSER GENERAL PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. This License Agreement applies to any software library or other
-program which contains a notice placed by the copyright holder or
-other authorized party saying it may be distributed under the terms of
-this Lesser General Public License (also called "this License").
-Each licensee is addressed as "you".
-
- A "library" means a collection of software functions and/or data
-prepared so as to be conveniently linked with application programs
-(which use some of those functions and data) to form executables.
-
- The "Library", below, refers to any such software library or work
-which has been distributed under these terms. A "work based on the
-Library" means either the Library or any derivative work under
-copyright law: that is to say, a work containing the Library or a
-portion of it, either verbatim or with modifications and/or translated
-straightforwardly into another language. (Hereinafter, translation is
-included without limitation in the term "modification".)
-
- "Source code" for a work means the preferred form of the work for
-making modifications to it. For a library, complete source code means
-all the source code for all modules it contains, plus any associated
-interface definition files, plus the scripts used to control compilation
-and installation of the library.
-
- Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope. The act of
-running a program using the Library is not restricted, and output from
-such a program is covered only if its contents constitute a work based
-on the Library (independent of the use of the Library in a tool for
-writing it). Whether that is true depends on what the Library does
-and what the program that uses the Library does.
-
- 1. You may copy and distribute verbatim copies of the Library's
-complete source code as you receive it, in any medium, provided that
-you conspicuously and appropriately publish on each copy an
-appropriate copyright notice and disclaimer of warranty; keep intact
-all the notices that refer to this License and to the absence of any
-warranty; and distribute a copy of this License along with the
-Library.
-
- You may charge a fee for the physical act of transferring a copy,
-and you may at your option offer warranty protection in exchange for a
-fee.
-
- 2. You may modify your copy or copies of the Library or any portion
-of it, thus forming a work based on the Library, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
- a) The modified work must itself be a software library.
-
- b) You must cause the files modified to carry prominent notices
- stating that you changed the files and the date of any change.
-
- c) You must cause the whole of the work to be licensed at no
- charge to all third parties under the terms of this License.
-
- d) If a facility in the modified Library refers to a function or a
- table of data to be supplied by an application program that uses
- the facility, other than as an argument passed when the facility
- is invoked, then you must make a good faith effort to ensure that,
- in the event an application does not supply such function or
- table, the facility still operates, and performs whatever part of
- its purpose remains meaningful.
-
- (For example, a function in a library to compute square roots has
- a purpose that is entirely well-defined independent of the
- application. Therefore, Subsection 2d requires that any
- application-supplied function or table used by this function must
- be optional: if the application does not supply it, the square
- root function must still compute square roots.)
-
-These requirements apply to the modified work as a whole. If
-identifiable sections of that work are not derived from the Library,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works. But when you
-distribute the same sections as part of a whole which is a work based
-on the Library, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote
-it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Library.
-
-In addition, mere aggregation of another work not based on the Library
-with the Library (or with a work based on the Library) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
- 3. You may opt to apply the terms of the ordinary GNU General Public
-License instead of this License to a given copy of the Library. To do
-this, you must alter all the notices that refer to this License, so
-that they refer to the ordinary GNU General Public License, version 2,
-instead of to this License. (If a newer version than version 2 of the
-ordinary GNU General Public License has appeared, then you can specify
-that version instead if you wish.) Do not make any other change in
-these notices.
-
- Once this change is made in a given copy, it is irreversible for
-that copy, so the ordinary GNU General Public License applies to all
-subsequent copies and derivative works made from that copy.
-
- This option is useful when you wish to copy part of the code of
-the Library into a program that is not a library.
-
- 4. You may copy and distribute the Library (or a portion or
-derivative of it, under Section 2) in object code or executable form
-under the terms of Sections 1 and 2 above provided that you accompany
-it with the complete corresponding machine-readable source code, which
-must be distributed under the terms of Sections 1 and 2 above on a
-medium customarily used for software interchange.
-
- If distribution of object code is made by offering access to copy
-from a designated place, then offering equivalent access to copy the
-source code from the same place satisfies the requirement to
-distribute the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
- 5. A program that contains no derivative of any portion of the
-Library, but is designed to work with the Library by being compiled or
-linked with it, is called a "work that uses the Library". Such a
-work, in isolation, is not a derivative work of the Library, and
-therefore falls outside the scope of this License.
-
- However, linking a "work that uses the Library" with the Library
-creates an executable that is a derivative of the Library (because it
-contains portions of the Library), rather than a "work that uses the
-library". The executable is therefore covered by this License.
-Section 6 states terms for distribution of such executables.
-
- When a "work that uses the Library" uses material from a header file
-that is part of the Library, the object code for the work may be a
-derivative work of the Library even though the source code is not.
-Whether this is true is especially significant if the work can be
-linked without the Library, or if the work is itself a library. The
-threshold for this to be true is not precisely defined by law.
-
- If such an object file uses only numerical parameters, data
-structure layouts and accessors, and small macros and small inline
-functions (ten lines or less in length), then the use of the object
-file is unrestricted, regardless of whether it is legally a derivative
-work. (Executables containing this object code plus portions of the
-Library will still fall under Section 6.)
-
- Otherwise, if the work is a derivative of the Library, you may
-distribute the object code for the work under the terms of Section 6.
-Any executables containing that work also fall under Section 6,
-whether or not they are linked directly with the Library itself.
-
- 6. As an exception to the Sections above, you may also combine or
-link a "work that uses the Library" with the Library to produce a
-work containing portions of the Library, and distribute that work
-under terms of your choice, provided that the terms permit
-modification of the work for the customer's own use and reverse
-engineering for debugging such modifications.
-
- You must give prominent notice with each copy of the work that the
-Library is used in it and that the Library and its use are covered by
-this License. You must supply a copy of this License. If the work
-during execution displays copyright notices, you must include the
-copyright notice for the Library among them, as well as a reference
-directing the user to the copy of this License. Also, you must do one
-of these things:
-
- a) Accompany the work with the complete corresponding
- machine-readable source code for the Library including whatever
- changes were used in the work (which must be distributed under
- Sections 1 and 2 above); and, if the work is an executable linked
- with the Library, with the complete machine-readable "work that
- uses the Library", as object code and/or source code, so that the
- user can modify the Library and then relink to produce a modified
- executable containing the modified Library. (It is understood
- that the user who changes the contents of definitions files in the
- Library will not necessarily be able to recompile the application
- to use the modified definitions.)
-
- b) Use a suitable shared library mechanism for linking with the
- Library. A suitable mechanism is one that (1) uses at run time a
- copy of the library already present on the user's computer system,
- rather than copying library functions into the executable, and (2)
- will operate properly with a modified version of the library, if
- the user installs one, as long as the modified version is
- interface-compatible with the version that the work was made with.
-
- c) Accompany the work with a written offer, valid for at
- least three years, to give the same user the materials
- specified in Subsection 6a, above, for a charge no more
- than the cost of performing this distribution.
-
- d) If distribution of the work is made by offering access to copy
- from a designated place, offer equivalent access to copy the above
- specified materials from the same place.
-
- e) Verify that the user has already received a copy of these
- materials or that you have already sent this user a copy.
-
- For an executable, the required form of the "work that uses the
-Library" must include any data and utility programs needed for
-reproducing the executable from it. However, as a special exception,
-the materials to be distributed need not include anything that is
-normally distributed (in either source or binary form) with the major
-components (compiler, kernel, and so on) of the operating system on
-which the executable runs, unless that component itself accompanies
-the executable.
-
- It may happen that this requirement contradicts the license
-restrictions of other proprietary libraries that do not normally
-accompany the operating system. Such a contradiction means you cannot
-use both them and the Library together in an executable that you
-distribute.
-
- 7. You may place library facilities that are a work based on the
-Library side-by-side in a single library together with other library
-facilities not covered by this License, and distribute such a combined
-library, provided that the separate distribution of the work based on
-the Library and of the other library facilities is otherwise
-permitted, and provided that you do these two things:
-
- a) Accompany the combined library with a copy of the same work
- based on the Library, uncombined with any other library
- facilities. This must be distributed under the terms of the
- Sections above.
-
- b) Give prominent notice with the combined library of the fact
- that part of it is a work based on the Library, and explaining
- where to find the accompanying uncombined form of the same work.
-
- 8. You may not copy, modify, sublicense, link with, or distribute
-the Library except as expressly provided under this License. Any
-attempt otherwise to copy, modify, sublicense, link with, or
-distribute the Library is void, and will automatically terminate your
-rights under this License. However, parties who have received copies,
-or rights, from you under this License will not have their licenses
-terminated so long as such parties remain in full compliance.
-
- 9. You are not required to accept this License, since you have not
-signed it. However, nothing else grants you permission to modify or
-distribute the Library or its derivative works. These actions are
-prohibited by law if you do not accept this License. Therefore, by
-modifying or distributing the Library (or any work based on the
-Library), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Library or works based on it.
-
- 10. Each time you redistribute the Library (or any work based on the
-Library), the recipient automatically receives a license from the
-original licensor to copy, distribute, link with or modify the Library
-subject to these terms and conditions. You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties with
-this License.
-
- 11. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Library at all. For example, if a patent
-license would not permit royalty-free redistribution of the Library by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Library.
-
-If any portion of this section is held invalid or unenforceable under any
-particular circumstance, the balance of the section is intended to apply,
-and the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system which is
-implemented by public license practices. Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
- 12. If the distribution and/or use of the Library is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Library under this License may add
-an explicit geographical distribution limitation excluding those countries,
-so that distribution is permitted only in or among countries not thus
-excluded. In such case, this License incorporates the limitation as if
-written in the body of this License.
-
- 13. The Free Software Foundation may publish revised and/or new
-versions of the Lesser General Public License from time to time.
-Such new versions will be similar in spirit to the present version,
-but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Library
-specifies a version number of this License which applies to it and
-"any later version", you have the option of following the terms and
-conditions either of that version or of any later version published by
-the Free Software Foundation. If the Library does not specify a
-license version number, you may choose any version ever published by
-the Free Software Foundation.
-
- 14. If you wish to incorporate parts of the Library into other free
-programs whose distribution conditions are incompatible with these,
-write to the author to ask for permission. For software which is
-copyrighted by the Free Software Foundation, write to the Free
-Software Foundation; we sometimes make exceptions for this. Our
-decision will be guided by the two goals of preserving the free status
-of all derivatives of our free software and of promoting the sharing
-and reuse of software generally.
-
- NO WARRANTY
-
- 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
-WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
-EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
-OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
-KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
-LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
-THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
-WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
-AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
-FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
-FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Libraries
-
- If you develop a new library, and you want it to be of the greatest
-possible use to the public, we recommend making it free software that
-everyone can redistribute and change. You can do so by permitting
-redistribution under these terms (or, alternatively, under the terms of the
-ordinary General Public License).
-
- To apply these terms, attach the following notices to the library. It is
-safest to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least the
-"copyright" line and a pointer to where the full notice is found.
-
-
- Copyright (C)
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-Also add information on how to contact you by electronic and paper mail.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the library, if
-necessary. Here is a sample; alter the names:
-
- Yoyodyne, Inc., hereby disclaims all copyright interest in the
- library `Frob' (a library for tweaking knobs) written by James Random Hacker.
-
- , 1 April 1990
- Ty Coon, President of Vice
-
-That's all there is to it!
-
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/raspberrypi-videocore-bin b/sdk_container/src/third_party/portage-stable/licenses/raspberrypi-videocore-bin
deleted file mode 100644
index 64fbc1fab59..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/raspberrypi-videocore-bin
+++ /dev/null
@@ -1,35 +0,0 @@
-Note: this licence applies to the binaries in the bin, sbin, and lib
-sub-directories. The header files in the include sub-directory and the example
-code in src describes their licence at the top of the file.
-
-----
-
-Copyright (c) 2006, Broadcom Corporation.
-All rights reserved.
-
-Redistribution. Redistribution and use in binary form, without
-modification, are permitted provided that the following conditions are
-met:
-
-* This software may only be used for the purposes of developing for,
- running or using a Raspberry Pi device.
-* Redistributions must reproduce the above copyright notice and the
- following disclaimer in the documentation and/or other materials
- provided with the distribution.
-* Neither the name of Broadcom Corporation nor the names of its suppliers
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
-DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
-CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
-BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
-FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
-COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
-OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
-TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
-USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGE.
-
diff --git a/sdk_container/src/third_party/portage-stable/licenses/rdisc b/sdk_container/src/third_party/portage-stable/licenses/rdisc
deleted file mode 100644
index 54e25cda974..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/rdisc
+++ /dev/null
@@ -1,25 +0,0 @@
-Rdisc (this program) was developed by Sun Microsystems, Inc. and is
-provided for unrestricted use provided that this legend is included on
-all tape media and as a part of the software program in whole or part.
-Users may copy or modify Rdisc without charge, and they may freely
-distribute it.
-
-RDISC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
-WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
-PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
-
-Rdisc is provided with no support and without any obligation on the
-part of Sun Microsystems, Inc. to assist in its use, correction,
-modification or enhancement.
-
-SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
-INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY RDISC
-OR ANY PART THEREOF.
-
-In no event will Sun Microsystems, Inc. be liable for any lost revenue
-or profits or other special, indirect and consequential damages, even if
-Sun has been advised of the possibility of such damages.
-
-Sun Microsystems, Inc.
-2550 Garcia Avenue
-Mountain View, California 94043
diff --git a/sdk_container/src/third_party/portage-stable/licenses/regexp-UofT b/sdk_container/src/third_party/portage-stable/licenses/regexp-UofT
deleted file mode 100644
index bf685e003d8..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/regexp-UofT
+++ /dev/null
@@ -1,16 +0,0 @@
-Copyright (c) 1986 by University of Toronto.
-Written by Henry Spencer. Not derived from licensed software.
-
-Permission is granted to anyone to use this software for any
-purpose on any computer system, and to redistribute it freely,
-subject to the following restrictions:
-
-1. The author is not responsible for the consequences of use of
- this software, no matter how awful, even if they arise
- from defects in it.
-
-2. The origin of this software must not be misrepresented, either
- by explicit claim or by omission.
-
-3. Altered versions must be plainly marked as such, and must not
- be misrepresented as being the original software.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/repoze b/sdk_container/src/third_party/portage-stable/licenses/repoze
deleted file mode 100644
index 596270b527e..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/repoze
+++ /dev/null
@@ -1,40 +0,0 @@
-License
-
- A copyright notice accompanies this license document that identifies
- the copyright holders.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
-
- 1. Redistributions in source code must retain the accompanying
- copyright notice, this list of conditions, and the following
- disclaimer.
-
- 2. Redistributions in binary form must reproduce the accompanying
- copyright notice, this list of conditions, and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
-
- 3. Names of the copyright holders must not be used to endorse or
- promote products derived from this software without prior
- written permission from the copyright holders.
-
- 4. If any files are modified, you must cause the modified files to
- carry prominent notices stating that you changed the files and
- the date of any change.
-
- Disclaimer
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND
- ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
- TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
- PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
- TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
- THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/richardson b/sdk_container/src/third_party/portage-stable/licenses/richardson
deleted file mode 100644
index 20f6d1bade1..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/richardson
+++ /dev/null
@@ -1,6 +0,0 @@
-NOTICE: This is free software and the source code is freely
-available. You are free to redistribute or modify under the
-conditions that (1) this notice is not removed or modified
-in any way and (2) any modified versions of the program are
-also available for free.
- ** Absolutely no Warranty **
diff --git a/sdk_container/src/third_party/portage-stable/licenses/rpi-eeprom b/sdk_container/src/third_party/portage-stable/licenses/rpi-eeprom
deleted file mode 100644
index 2979d2c3946..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/rpi-eeprom
+++ /dev/null
@@ -1,28 +0,0 @@
-Copyright (c) 2019, Raspberry Pi (Trading) Ltd.
-All rights reserved.
-
-Redistribution. Redistribution and use in binary form, without
-modification, are permitted provided that the following conditions are
-met:
-
-* This software may only be used for the purposes of developing for,
- running or using a Raspberry Pi device.
-* Redistributions must reproduce the above copyright notice and the
- following disclaimer in the documentation and/or other materials
- provided with the distribution.
-* Neither the name of the copyright holder nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
-CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
-BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
-FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
-COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
-OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
-TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
-USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/rwpng b/sdk_container/src/third_party/portage-stable/licenses/rwpng
deleted file mode 100644
index 2683d92cc84..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/rwpng
+++ /dev/null
@@ -1,24 +0,0 @@
-Copyright (c) 2004-2007 Stuart Coyle
-
-Copyright (c) 1998-2002 Greg Roelofs. All rights reserved.
-
-This software is provided "as is," without warranty of any kind,
-express or implied. In no event shall the author or contributors
-be held liable for any damages arising in any way from the use of
-this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute
-it freely, subject to the following restrictions:
-
-1. Redistributions of source code must retain the above copyright
- notice, disclaimer, and this list of conditions.
-2. Redistributions in binary form must reproduce the above copyright
- notice, disclaimer, and this list of conditions in the documenta-
- tion and/or other materials provided with the distribution.
-3. All advertising materials mentioning features or use of this
- software must display the following acknowledgment:
-
- This product includes software developed by Greg Roelofs
- and contributors for the book, "PNG: The Definitive Guide,"
- published by O'Reilly and Associates.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/sash b/sdk_container/src/third_party/portage-stable/licenses/sash
deleted file mode 100644
index 662bcf5c7af..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/sash
+++ /dev/null
@@ -1,3 +0,0 @@
-Copyright (c) 2014 by David I. Bell
-Permission is granted to use, distribute, or modify this source,
-provided that this copyright notice remains intact.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/scanlogd b/sdk_container/src/third_party/portage-stable/licenses/scanlogd
deleted file mode 100644
index 6a959096611..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/scanlogd
+++ /dev/null
@@ -1,6 +0,0 @@
-Redistribution and use in source and binary forms, with or without
-modification, are permitted.
-
-There's ABSOLUTELY NO WARRANTY, express or implied.
-
-(This is a heavily cut-down "BSD license".)
diff --git a/sdk_container/src/third_party/portage-stable/licenses/sdlsasteroids b/sdk_container/src/third_party/portage-stable/licenses/sdlsasteroids
deleted file mode 100644
index caa9bb20420..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/sdlsasteroids
+++ /dev/null
@@ -1,16 +0,0 @@
-Some code derived from xasteroids Copyright Phil Goetz.
-See the file README.xast, which is the README file from the xasteroids
-distribution.
-
-All other code Copyright 1994 Brad Pitzel pitzel@cs.sfu.ca
-Feel free to use/distribute/modify as long as acknowledgement to
-sasteroids author(s) is made.
-
----
-From README.xast:
-
- If you modify the game, feel free to post your version, PROVIDED that
-you retain my copyright notice, the credits, and note which version yours
-was derived from and its release date, what changes you made, and your
-release date. I do not intend to release any more versions myself.
-I wash my hands of it.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/sfpg b/sdk_container/src/third_party/portage-stable/licenses/sfpg
deleted file mode 100644
index e9dd11108a7..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/sfpg
+++ /dev/null
@@ -1,21 +0,0 @@
-For private non commercial use Single File PHP Gallery can be used for free.
-When used commercially a donation for at least 10$ must be made per domain where it is used.
-
-You are of course still more than welcome to donate if you like the gallery,
-even though you only use it privately.
-
-Under no circumstances can Single File PHP Gallery or any part of it be distributed or sold,
-or be part of another work that is being distributed or sold.
-
-Making a donation: Domain name must be clearly stated in the donation,
-otherwise the donation will not grant use of the script under donating conditions.
-Donations are not refundable.
-
-Use the PayPal donate button on the page for donations: http://sye.dk/sfpg/
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
-OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/shmux b/sdk_container/src/third_party/portage-stable/licenses/shmux
deleted file mode 100644
index 69b3514b641..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/shmux
+++ /dev/null
@@ -1,28 +0,0 @@
-Copyright (c) 2002-2008 Christophe Kalt. All rights reserved.
-
-The author accepts no responsibility for the use of this software and
-provides it on an ``as is'' basis without express or implied warranty.
-
-Redistribution and use in source and binary forms, *without modification*,
-are permitted provided that the following conditions are met:
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-3. All advertising materials mentioning features or use of this software
- must display the following acknowledgement:
- This product includes software developed by Christophe Kalt.
-4. The name of the author may not be used to endorse or promote products
- derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/shorten b/sdk_container/src/third_party/portage-stable/licenses/shorten
deleted file mode 100644
index d5066c7a6cc..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/shorten
+++ /dev/null
@@ -1,20 +0,0 @@
-SHORTEN SOFTWARE LICENSE
-
-This software is being provided to you, the LICENSEE, by Tony Robinson
-and SoftSound under the following license. By obtaining, using and/or
-copying this software, you agree that you have read, understood, and
-will comply with these terms and conditions:
-
-This software may not be sold or incorporated into any product which is
-sold without prior permission from SoftSound. When no charge is made,
-this software may be copied and distributed freely.
-
-Permission is granted to use this software for decoding and
-non-commercial encoding (e.g. private or research use). Please email
-shorten@softsound.com for commercial encoding terms.
-
-DISCLAIMER
-
-This software carries no warranty, expressed or implied. The user
-assumes all risks, known or unknown, direct or indirect, which involve
-this software in any way.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/spideroak b/sdk_container/src/third_party/portage-stable/licenses/spideroak
deleted file mode 100644
index 79a7f1ffa5d..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/spideroak
+++ /dev/null
@@ -1,89 +0,0 @@
-Terms of Use.
-
-TERMS OF USE
-
-Last updated: November 28, 2007
-
-PLEASE READ THESE TERMS OF USE CAREFULLY BEFORE USING THIS WEBSITE.
-
-Welcome to the SpiderOak website ("Site"). SpiderOak maintains this Site to provide general information to our visitors. All use of this Site is subject to the following terms and conditions ("Terms of Use"). By accessing and browsing this Site, you agree to be bound by these Terms of Use.
-
-Features Subject to Separate Terms. Some of the features offered through SpiderOak, such as our data storage services, are subject to terms of use, rules and policies in addition to or in lieu of these Terms of Use. If you choose to use those features, you agree that your use of those features will be subject to such additional or separate terms of use, rules and/or policies, as applicable.
-
-Copyright. This Site, including all text, images, software and other content contained herein, is the property of SpiderOak or its suppliers and is protected by United States and international copyright laws. The compilation and arrangement of all content on this Site is the exclusive property of SpiderOak and is protected by United States and international copyright laws. All rights reserved.
-
-Trademarks. All SpiderOak marks, graphics, logos, designs and trade names used and displayed on this Site are service marks or trademarks of SpiderOak and are the sole and exclusive property of SpiderOak. The "look and feel" of this Site constitutes proprietary trade dress of SpiderOak. All other trademarks not owned by SpiderOak that appear on this Site are the property of their respective owners. You may not use any such marks for any purpose whatsoever without the express prior written permission of the owner.
-
-SpiderOak Intellectual Property. SpiderOak grants you a personal, non-exclusive, non-transferable, limited license, exercisable solely during the term of this Agreement, to use SpiderOak technology and software furnished to you by SpiderOak (collectively, "SpiderOak Intellectual Property") solely for the purpose of accessing and using the Services. You shall have no right to use the SpiderOak Intellectual Property for any purpose other than accessing and using the Services. You shall not (a) copy, reproduce, modify, adapt, create any derivative works from, distribute, transmit or otherwise exploit the SpiderOak Intellectual Property or (b) directly or indirectly reverse engineer, decompile, disassemble or otherwise attempt to derive source code or other trade secrets from any of the SpiderOak Intellectual Property. Except for the rights expressly granted above, all rights, title and interest in and to the SpiderOak Intellectual Property shall remain solely with and are hereby reserved to SpiderOak.
-
-Use of Site; Restrictions. You may view and print material displayed on this Site subject to the following conditions: (a) the materials may be used solely for your own, personal information and not for commercial use; and (b) you must retain without modification all copyright, trademark and other proprietary notices affixed to or contained in the materials you print and all copies thereof. You may not copy or otherwise use this Site or any portion hereof, except as expressly provided above. You may not reproduce, download, republish, frame, transmit, distribute, sell, license, modify, alter, reverse engineer or prepare derivative works from this Site or any portion hereof, except with the express prior written permission of SpiderOak. Use of spiders, data mining tools, robots and similar data gathering and extraction tools is expressly prohibited, except by publicly available Internet search engine portals solely for purposes of indexing this Site. In the event you link to this Site, you agree to remove any such links to this Site (or any portion hereof) to which SpiderOak objects promptly upon request. Nothing contained in this Site shall be construed as conferring by implication, estoppel or otherwise any license or right under any copyright, patent, trademark or other proprietary interest of SpiderOak or any third party. Any rights not expressly granted herein are reserved.
-
-Indemnification. You agree to indemnify, defend and hold harmless SpiderOak, its affiliates and their respective directors, officers, employees and agents, licensors, representatives and third party providers to this Site from and against all losses, expenses, damages and costs, including reasonable attorneys' fees, resulting from any violation of these Terms of Use by you, including but not limited to any breach or alleged breach of any of your representations, warranties or undertakings hereunder. SpiderOak reserves the right to assume, at its sole expense, the exclusive defense and control of any matter subject to indemnification by you, in which event you will fully cooperate with SpiderOak in asserting any available defenses.
-
-Notice and Procedure for Making Claims of Infringement. SpiderOak respects the intellectual property of others, and we ask our users to do the same. If you believe your copyrighted materials have been copied in a way that constitutes copyright infringement, please follow our Procedure for Making Claims of Copyright, which includes instructions on how to contact us to report possible copyright infringement by our users. ALL INQUIRIES NOT RELATING TO SUCH A CLAIM WILL NOT RECEIVE A RESPONSE.
-
-No Rendering of Advice. The information contained in or made available through this Site is provided for informational purposes only and should not be construed as rendering consulting, technical, security, engineering, legal or other professional advice of any kind. Your use of this Site does not give rise to a client, advisory, fiduciary or professional services relationship between you and SpiderOak.
-
-Accuracy of Information. While SpiderOak uses reasonable efforts to furnish accurate and up-to-date information, SpiderOak does not warrant that any information contained in or made available through this Site is accurate, complete, reliable, current or error-free. SpiderOak assumes no liability or responsibility for any errors or omissions in the content of this Site or such other materials or communications.
-
-Disclaimer of Warranties and Limitations of Liability. THIS SITE IS PROVIDED BY SPIDEROAK ON AN "AS IS" AND "AS AVAILABLE" BASIS. USE OF THIS SITE IS AT YOUR SOLE RISK. TO THE FULL EXTENT PERMISSIBLE BY APPLICABLE LAW, SPIDEROAK AND ITS AFFILIATES AND SUPPLIERS DISCLAIM ALL WARRANTIES, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, SYSTEM INTEGRATION, TITLE AND NONINFRINGEMENT. WITHOUT LIMITING THE FOREGOING, SPIDEROAK AND ITS AFFILIATES AND SUPPLIERS MAKE NO REPRESENTATIONS OR WARRANTIES OF ANY KIND AS TO THE OPERATION OR AVAILABILITY OF THIS SITE OR THE INFORMATION, CONTENT, MATERIALS, PRODUCTS OR SERVICES INCLUDED ON OR MADE AVAILABLE THROUGH THIS SITE. SPIDEROAK DOES NOT WARRANT THAT THIS SITE WILL BE UNINTERRUPTED OR SECURE, OR THAT THIS SITE IS FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS.
-
-SPIDEROAK AND ITS AFFILIATES AND SUPPLIERS WILL NOT BE LIABLE FOR ANY DAMAGES OF ANY KIND ARISING FROM OR IN CONNECTION WITH THE USE OF THIS SITE, INCLUDING, BUT NOT LIMITED TO, DIRECT, INDIRECT, INCIDENTAL, PUNITIVE AND CONSEQUENTIAL DAMAGES (INCLUDING, WITHOUT LIMITATION, LOSS OF PROFITS, GOODWILL, DATA OR USE), EVEN IF SUCH PARTIES HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THE FOREGOING LIMITATION SHALL APPLY REGARDLESS OF THE FORM OF ACTION AND WHETHER IN CONTRACT, BREACH OF WARRANTY, TORT, NEGLIGENCE, STRICT LIABILITY OR OTHERWISE. CERTAIN STATE LAWS DO NOT ALLOW LIMITATIONS ON IMPLIED WARRANTIES OR THE EXCLUSION OR LIMITATION OF CERTAIN DAMAGES. IF THESE LAWS APPLY TO YOU, YOU MIGHT HAVE ADDITIONAL RIGHTS. IF YOU ARE DISSATISFIED WITH THIS SITE OR ANY PORTION HEREOF, OR WITH ANY OF THESE TERMS OF USE, YOUR SOLE AND EXCLUSIVE REMEDY IS TO DISCONTINUE USING THIS SITE.
-
-Links to Third Party Websites. For your convenience, this Site may provide hyperlinks to websites, servers and other resources maintained by third parties over which SpiderOak does not have control, including, without limitation, message boards and/or links to Web sites or pages that are framed within this Site. Even if such materials are framed within this Site and appear to be a part of this Site, SpiderOak does not evaluate, endorse or guarantee content found in such sites. SpiderOak does not assume any responsibility or liability for the actions, products, services or content of these sites or the parties that operate them. You should carefully review their privacy statements and other conditions of use. Your use of these sites is entirely at your own risk.
-
-Feedback and Other Submissions. All comments, feedback, suggestions, ideas and similar submissions furnished to SpiderOak in connection with your use of this Site shall be deemed assigned to and shall remain the exclusive property of SpiderOak. No such submissions shall be subject to any obligation of confidence on the part of SpiderOak, and SpiderOak shall be entitled to unrestricted use and disclosure of such submissions throughout the world for any purpose whatsoever, commercial or otherwise, without any obligation to compensate you for such use or disclosure. You represent that you have the lawful right to furnish such submissions to SpiderOak and agree that you will not submit any information unless you are legally entitled to do so.
-
-Termination or Suspension of Access; Modifications to Site. SpiderOak reserves the right to terminate, suspend or otherwise restrict your access to this Site, or any portion hereof, with or without notice at any time for any reason whatsoever including, but not limited to, your violation of these Terms of Use or any inappropriate or unlawful behavior on your part. In addition, SpiderOak reserves the right to modify or discontinue this Site or any portion hereof at any time with or without notice. SpiderOak shall not be liable to you or any third party for any such termination, suspension, restriction, modification or discontinuance.
-
-Dispute Resolution. Any controversy or claim arising out of or relating to these Terms of Use or breach hereof, or otherwise relating to this Site (with the exception of injunctive relief sought by SpiderOak for any violation of SpiderOak's proprietary rights), shall be settled by binding arbitration administered by the American Arbitration Association in accordance with its then-current rules. The arbitration shall be decided by one (1) arbitrator, who shall be an attorney having experience and familiarity with information technology disputes. The language of the arbitration shall be English. The location of arbitration shall be Chicago, Illinois, USA. The arbitrator may award to the prevailing party, if any, as determined by the arbitrator, its costs and expenses, including reasonable attorneys' fees. Except as may be required by law, neither a party nor an arbitrator may disclose the existence, content or results of any arbitration hereunder without the prior written consent of both parties. To the fullest extent permitted by applicable law, no such arbitration shall be joined to an arbitration involving any other party subject to these Terms of Use, whether through class arbitration proceedings or otherwise. Each party hereby waives its right to a trial by jury for any disputes between the parties.
-
-Applicable Laws; Exclusive Jurisdiction. SpiderOak maintains this Site in the USA. SpiderOak makes no representation that this Site or any content on or accessed through this Site is appropriate or available for use in other jurisdictions. You are responsible for compliance with all local laws and regulations, as applicable. Use of this Site and any dispute arising therefrom shall be governed by the laws of the State of Illinois, USA, without regard to principles of conflict of laws. SUBJECT TO THE DISPUTE RESOLUTION PROCEDURES SET FORTH ABOVE, ANY LEGAL ACTION OR PROCEEDING ARISING OUT OF OR RELATING TO THESE TERMS OF USE OR YOUR ACCESS TO OR USE OF THIS SITE SHALL BE INSTITUTED ONLY IN A STATE OR FEDERAL COURT LOCATED IN CHICAGO, COOK COUNTY, ILLINOIS, AND YOU EXPRESSLY CONSENT TO THE EXCLUSIVE JURISDICTION OF SUCH COURTS.
-
-Modifications. SpiderOak reserves the right to modify these Terms of Use at any time upon posting. By continuing to use this Site after any changes are posted, you are signifying your acceptance of the revised terms and conditions, regardless of whether you have reviewed them. Please visit this page regularly to review the then-current Terms of Use to which you are bound.
-
-Privacy. Please review our Privacy Policy, which also governs your visit to this Site and is incorporated herein by reference, to understand our practices.
-
-Entire Agreement. These Terms of Use, together with the SpiderOak Privacy Policy, constitutes the entire agreement between you and SpiderOak governing your use of this Site and supersedes any prior agreements between you and SpiderOak with respect to the subject matter hereof. Notwithstanding the foregoing, as stated above, you also may be subject to additional or separate terms of use, rules and/or policies that may apply when you use certain features made available through this Site.
-
-Miscellaneous. If there is a determination that any provision of these Terms of Use is invalid or unenforceable under applicable law, that determination will not affect the rest of these Terms of Use, and these Terms of Use shall be deemed amended to the minimum extent necessary to make them valid and enforceable. The failure of SpiderOak to exercise or enforce any right or provision of these Terms of Use shall not constitute a waiver of such right or provision. Regardless of any statute or law to the contrary, any claim or cause of action against SpiderOak arising out of or related to use of this Site or under these Terms of Use must be filed within one (1) year after such claim or cause of action arose or be forever barred. The section titles in these Terms of Use are for convenience only and have no legal or contractual effect.
-
-Consent to Electronic Delivery of Notices. When you visit SpiderOak or send e-mails to us, you are communicating with us electronically. You consent to receive communications from us electronically, including without limitation by e-mail or by posting notices on this Site. You agree that all agreements, notices, disclosures and other communications that we provide to you electronically satisfy any legal requirement that such communications be in writing. To withdraw your consent to receive notices electronically, you must notify us of your withdrawal of such consent and discontinue your use of this Site.
-
-Minors. This Site is not intended for use by or availability to minors under the age of 14. IF YOU ARE UNDER 14 YEARS OF AGE, YOU MAY NOT ACCESS OR USE THIS SITE. By USING THIS SITE, YOU REPRESENT TO SPIDEROAK THAT YOU ARE 14 YEARS OF AGE OR OLDER. IF YOU ARE UNDER THE AGE OF 18, YOU HEREBY REPRESENT THAT YOU ARE USING THIS SITE WITH THE CONSENT OF YOUR PARENT OR LEGAL GUARDIAN, AND YOUR PARENT OR LEGAL GUARDIAN HEREBY AGREES ON YOUR BEHALF TO BE LEGALLY BOUND BY THESE TERMS OF USE.
-
-Contact Information. If you have any questions regarding this Site, please contact SpiderOak at termsofuse@spideroak.com and include the following statement in the subject line: "SpiderOak Terms of Use Question".
-
-
-PROCEDURE FOR MAKING CLAIMS OF COPYRIGHT INFRINGEMENT
-
-Pursuant to Title 17, United States Code, Section 512(c)(2), all notifications of claimed copyright infringement on this Site should be sent ONLY to our Designated Agent.
-
-NOTE: THE FOLLOWING INFORMATION IS PROVIDED SOLELY FOR NOTIFYING SPIDEROAK THAT YOUR COPYRIGHTED MATERIAL MAY HAVE BEEN INFRINGED BY OUR USERS. Do not send any inquiries unrelated to copyright infringement (e.g., requests for technical assistance or customer service) to the contact listed below. You will not receive a response if sent to that contact.
-
-Written notification must be submitted to the following Designated Agent:
-
-Service Provider(s): SpiderOak
-
-Name of Agent Designated to Receive Notification of Claimed Infringement: Ethan Oberman
-
-Full Address of Designated Agent to Which Notification Should be Sent:
-
-SpiderOak, Inc.
-555 Huehl Road
-Northbrook, IL 60062
-Telephone Number of Designated Agent: 847.564.8900
-
-Facsimile Number of Designated Agent: 847.564.1202
-
-Email Address of Designated Agent: copyright@spideroak.com
-
-Under Title 17, United States Code, Section 512(c)(3)(A), the Notification of Claimed Infringement must include the following:
-
-An electronic or physical signature of the owner or of the person authorized to act on behalf of the owner of the copyright interest;
-Identification of the copyrighted work (or works) that you claim has been infringed;
-A description of the material that you claim is infringing, and the location where the original or an authorized copy of the copyrighted work exists (for example, the URL of the page of the website where it is lawfully posted; the name, edition and pages of a book from which an excerpt was copied; etc.);
-A clear description of where the infringing material is located on our website, including as applicable its URL, so that we can locate the material;
-Your address, telephone number and e-mail address;
-A statement that you have a good faith belief that the disputed use is not authorized by the copyright owner, its agent or the law; and
-A statement by you, made under penalty of perjury, that the above information in your notice is accurate and that you are the copyright owner or authorized to act on the copyright owner's behalf.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/stardock-images b/sdk_container/src/third_party/portage-stable/licenses/stardock-images
deleted file mode 100644
index 4b35dd2ded9..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/stardock-images
+++ /dev/null
@@ -1,24 +0,0 @@
-These weather images are (c) 2003 by Stardock Corporation. All rights reserved.
-
-Permission:
-Stardock gives you permission to distribute these images and or icons freely as
-long as this permission document is included.
-
-Allowed Uses:
-You may use these images with any Stardock related product (such as creating DesktopX
-objects or ObjectDock or plugins).
-
-In addition, Stardock licenses this for use with content that is provided free of charge
-and is not connected to a commercial software product. You may use these images for skins,
-themes, and other content for freeware software even if it is competitive in nature with
-Stardock's offerings as long as the copyright notices are included. You may not, however,
-bundle these images in any way with any software product without Stardock's express permission.
-
-You may use these images in your website or product as long as this permission.txt is linked
-somewhere along with Stardock's copyright notice with a link to Stardock's homepage: http://www.stardock.com.
-
-Designed Use:
-These weather images are designed to provide the various weather conditions reported
-by weather services. It was created for use with Stardock DesktopX (http://www.desktopx.net)
-and Stardock ObjectDock (http://www.objectdock.com) both of which allow users to monitor the
-weather conditions from their desktop.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/sun-bcla-j2me b/sdk_container/src/third_party/portage-stable/licenses/sun-bcla-j2me
deleted file mode 100644
index 793a4d7b880..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/sun-bcla-j2me
+++ /dev/null
@@ -1,339 +0,0 @@
-ENTITLEMENT
-for
-SOFTWARE
-
-THIS ENTITLEMENT EVIDENCES YOUR LICENSE TO USE THE SUN
-SOFTWARE SET FORTH BELOW UNDER THE TERMS OF THE SUN
-MICROSYSTEMS, INC. SOFTWARE LICENSE AGREEMENT.
-
-Licensee/Company: Entity receiving Software.
-
-Effective Date: Date Sun delivers the Software to You.
-
-Software: J2ME Wireless Toolkit 2.2 Patch.
-
-Host Software: The software product described in the
-Software's documentation for which the Software is
-intended to be used.
-
-Permitted Use: The Permitted Use shall be the same as
-the permitted use in Your Host Software's software
-license agreement. Software may only be used in
-conjunction with the Host Software. Use of the
-Software on a stand-alone basis is not permitted under
-this license. If You do not have a valid license to
-use the Host Software, You have no license to use the
-Software for any purpose.
-
-License Term: The License Term shall be the same as
-the license term set forth in your Host Software's
-software license agreement.
-
-Licensed Unit: The Licensed Unit shall be the same as
-the licensed unit set forth in your Host Software's
-software license agreement.
-
-Licensed Unit Count: The License Unit Count shall be
-the same as the licensed unit count set forth in your
-Host Software's software license agreement.
-
-
-Sun Microsystems, Inc. ("Sun")
-SOFTWARE LICENSE AGREEMENT
-
-READ THE TERMS OF THIS AGREEMENT ("AGREEMENT")
-CAREFULLY BEFORE OPENING SOFTWARE MEDIA PACKAGE. BY
-OPENING SOFTWARE MEDIA PACKAGE, YOU AGREE TO THE TERMS
-OF THIS AGREEMENT. IF YOU ARE ACCESSING SOFTWARE
-ELECTRONICALLY, INDICATE YOUR ACCEPTANCE OF THESE
-TERMS BY SELECTING THE "ACCEPT" BUTTON AT THE END OF
-THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE
-TERMS, PROMPTLY RETURN THE UNUSED SOFTWARE TO YOUR
-PLACE OF PURCHASE FOR A REFUND OR, IF SOFTWARE IS
-ACCESSED ELECTRONICALLY, SELECT THE "DECLINE" (OR
-"EXIT") BUTTON AT THE END OF THIS AGREEMENT. IF YOU
-HAVE SEPARATELY AGREED TO LICENSE TERMS ("MASTER
-TERMS") FOR YOUR LICENSE TO THIS SOFTWARE, THEN
-SECTIONS 1-5 OF THIS AGREEMENT ("SUPPLEMENTAL LICENSE
-TERMS") SHALL SUPPLEMENT AND SUPERSEDE THE MASTER
-TERMS IN RELATION TO THIS SOFTWARE.
-
-1. Definitions.
-
-(a) "Entitlement" means the collective set of
-applicable documents authorized by Sun evidencing your
-obligation to pay associated fees (if any) for the
-license, associated Services, and the authorized scope
-of use of Software under this Agreement.
-
-(b) "Licensed Unit" means the unit of measure by
-which your use of Software and/or Service is licensed,
-as described in your Entitlement.
-
-(c) "Permitted Use" means the licensed Software
-use(s) authorized in this Agreement as specified in
-your Entitlement. The Permitted Use for any bundled
-Sun software not specified in your Entitlement will be
-evaluation use as provided in Section 3.
-
-(d) "Service" means the service(s) that Sun or its
-delegate will provide, if any, as selected in your
-Entitlement and as further described in the applicable
-service listings at www.sun.com/service/servicelist.
-
-(e) "Software" means the Sun software described in
-your Entitlement. Also, certain software may be
-included for evaluation use under Section 3.
-
-(f) "You" and "Your" means the individual or legal
-entity specified in the Entitlement, or for evaluation
-purposes, the entity performing the evaluation.
-
-2. License Grant and Entitlement.
-
-Subject to the terms of your Entitlement, Sun grants
-you a nonexclusive, nontransferable limited license to
-use Software for its Permitted Use for the license
-term. Your Entitlement will specify (a) Software
-licensed, (b) the Permitted Use, (c) the license term,
-and (d) the Licensed Units.
-
-Additionally, if your Entitlement includes Services,
-then it will also specify the (e) Service and (f)
-service term.
-
-If your rights to Software or Services are limited in
-duration and the date such rights begin is other than
-the purchase date, your Entitlement will provide that
-beginning date(s).
-
-The Entitlement may delivered to you in various ways
-depending on the manner in which you obtain Software
-and Services, for example, the Entitlement may be
-provided in your receipt, invoice or your contract
-with Sun or authorized Sun reseller. It may also be in
-electronic format if you download Software.
-
-3. Permitted Use.
-
-As selected in your Entitlement, one or more of the
-following Permitted Uses will apply to your use of
-Software. Unless you have an Entitlement that
-expressly permits it, you may not use Software for any
-of the other Permitted Uses. If you don't have an
-Entitlement, or if your Entitlement doesn't cover
-additional software delivered to you, then such
-software is for your Evaluation Use.
-
-(a) Evaluation Use. You may evaluate Software
-internally for a period of 90 days from your first
-use.
-
-(b) Research and Instructional Use. You may use
-Software internally to design, develop and test, and
-also to provide instruction on such uses.
-
-(c) Individual Use. You may use Software internally
-for personal, individual use.
-
-(d) Commercial Use. You may use Software internally
-for your own commercial purposes.
-
-(e) Service Provider Use. You may make Software
-functionality accessible (but not by providing
-Software itself or through outsourcing services) to
-your end users in an extranet deployment, but not to
-your affiliated companies or to government agencies.
-
-4. Licensed Units.
-
-Your Permitted Use is limited to the number of
-Licensed Units stated in your Entitlement. If you
-require additional Licensed Units, you will need
-additional Entitlement(s).
-
-5. Restrictions.
-
-(a) The copies of Software provided to you under this
-Agreement are licensed, not sold, to you by Sun. Sun
-reserves all rights not expressly granted. (b) You may
-make a single archival copy of Software, but otherwise
-may not copy, modify, or distribute Software. However
-if the Sun documentation accompanying Software lists
-specific portions of Software, such as header files,
-class libraries, reference source code, and/or
-redistributable files, that may be handled
-differently, you may do so only as provided in the Sun
-documentation. (c) You may not rent, lease, lend or
-encumber Software. (d) Unless enforcement is
-prohibited by applicable law, you may not decompile,
-or reverse engineer Software. (e) The terms and
-conditions of this Agreement will apply to any
-Software updates, provided to you at Sun's discretion,
-that replace and/or supplement the original Software,
-unless such update contains a separate license. (f)
-You may not publish or provide the results of any
-benchmark or comparison tests run on Software to any
-third party without the prior written consent of Sun.
-(g) Software is confidential and copyrighted. (h)
-Unless otherwise specified, if Software is delivered
-with embedded or bundled software that enables
-functionality of Software, you may not use such
-software on a stand-alone basis or use any portion of
-such software to interoperate with any program(s)
-other than Software. (i) Software may contain programs
-that perform automated collection of system data
-and/or automated software updating services. System
-data collected through such programs may be used by
-Sun, its subcontractors, and its service delivery
-partners for the purpose of providing you with remote
-system services and/or improving Sun's software and
-systems. (j) Software is not designed, licensed or
-intended for use in the design, construction,
-operation or maintenance of any nuclear facility and
-Sun and its licensors disclaim any express or implied
-warranty of fitness for such uses. (k) No right, title
-or interest in or to any trademark, service mark, logo
-or trade name of Sun or its licensors is granted under
-this Agreement.
-
-6. Term and Termination.
-
-The license and service term are set forth in your
-Entitlement(s). Your rights under this Agreement will
-terminate immediately without notice from Sun if you
-materially breach it or take any action in derogation
-of Sun's and/or its licensors' rights to Software. Sun
-may terminate this Agreement should any Software
-become, or in Sun's reasonable opinion likely to
-become, the subject of a claim of intellectual
-property infringement or trade secret
-misappropriation. Upon termination, you will cease use
-of, and destroy, Software and confirm compliance in
-writing to Sun. Sections 1, 5, 6, 7, and 9-15 will
-survive termination of the Agreement.
-
-7. Java Compatibility and Open Source.
-
-Software may contain Java technology. You may not
-create additional classes to, or modifications of, the
-Java technology, except under compatibility
-requirements available under a separate agreement
-available at www.java.net.
-
-Sun supports and benefits from the global community of
-open source developers, and thanks the community for
-its important contributions and open standards-based
-technology, which Sun has adopted into many of its
-products.
-
-Please note that portions of Software may be provided
-with notices and open source licenses from such
-communities and third parties that govern the use of
-those portions, and any licenses granted hereunder do
-not alter any rights and obligations you may have
-under such open source licenses, however, the
-disclaimer of warranty and limitation of liability
-provisions in this Agreement will apply to all
-Software in this distribution.
-
-8. Limited Warranty.
-
-Sun warrants to you that for a period of 90 days from
-the date of purchase, as evidenced by a copy of the
-receipt, the media on which Software is furnished (if
-any) will be free of defects in materials and
-workmanship under normal use. Except for the
-foregoing, Software is provided "AS IS". Your
-exclusive remedy and Sun's entire liability under this
-limited warranty will be at Sun's option to replace
-Software media or refund the fee paid for Software.
-Some states do not allow limitations on certain
-implied warranties, so the above may not apply to you.
-This limited warranty gives you specific legal rights.
-You may have others, which vary from state to state.
-
-9. Disclaimer of Warranty.
-
-UNLESS SPECIFIED IN THIS AGREEMENT, ALL EXPRESS OR
-IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES,
-INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT
-ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT THESE
-DISCLAIMERS ARE HELD TO BE LEGALLY INVALID.
-
-10. Limitation of Liability.
-
-TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT WILL
-SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
-PROFIT OR DATA, OR FOR SPECIAL, INDIRECT,
-CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER
-CAUSED REGARDLESS OF THE THEORY OF LIABILITY, ARISING
-OUT OF OR RELATED TO THE USE OF OR INABILITY TO USE
-SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES. In no event will Sun's
-liability to you, whether in contract, tort (including
-negligence), or otherwise, exceed the amount paid by
-you for Software under this Agreement. The foregoing
-limitations will apply even if the above stated
-warranty fails of its essential purpose. Some states
-do not allow the exclusion of incidental or
-consequential damages, so some of the terms above may
-not be applicable to you.
-
-11. Export Regulations.
-
-All Software, documents, technical data, and any other
-materials delivered under this Agreement are subject
-to U.S. export control laws and may be subject to
-export or import regulations in other countries. You
-agree to comply strictly with these laws and
-regulations and acknowledge that you have the
-responsibility to obtain any licenses to export,
-re-export, or import as may be required after delivery
-to you.
-
-12. U.S. Government Restricted Rights.
-
-If Software is being acquired by or on behalf of the
-U.S. Government or by a U.S. Government prime
-contractor or subcontractor (at any tier), then the
-Government's rights in Software and accompanying
-documentation will be only as set forth in this
-Agreement; this is in accordance with 48 CFR 227.7201
-through 227.7202-4 (for Department of Defense (DOD)
-acquisitions) and with 48 CFR 2.101 and 12.212 (for
-non-DOD acquisitions).
-
-13. Governing Law.
-
-Any action related to this Agreement will be governed
-by California law and controlling U.S. federal law. No
-choice of law rules of any jurisdiction will apply.
-
-14. Severability.
-
-If any provision of this Agreement is held to be
-unenforceable, this Agreement will remain in effect
-with the provision omitted, unless omission would
-frustrate the intent of the parties, in which case
-this Agreement will immediately terminate.
-
-15. Integration.
-
-This Agreement, including any terms contained in your
-Entitlement, is the entire agreement between you and
-Sun relating to its subject matter. It supersedes all
-prior or contemporaneous oral or written
-communications, proposals, representations and
-warranties and prevails over any conflicting or
-additional terms of any quote, order, acknowledgment,
-or other communication between the parties relating to
-its subject matter during the term of this Agreement.
-No modification of this Agreement will be binding,
-unless in writing and signed by an authorized
-representative of each party.
-
-Please contact Sun Microsystems, Inc. 4150 Network
-Circle, Santa Clara, California 95054 if you have
-questions.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/sun-bcla-jai b/sdk_container/src/third_party/portage-stable/licenses/sun-bcla-jai
deleted file mode 100644
index d22b01cdea1..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/sun-bcla-jai
+++ /dev/null
@@ -1,50 +0,0 @@
-Sun Microsystems, Inc.
-Binary Code License Agreement
-JAVA ADVANCED IMAGING API, VERSION 1.1.2
-
-READ THE TERMS OF THIS AGREEMENT AND ANY PROVIDED SUPPLEMENTAL LICENSE TERMS (COLLECTIVELY "AGREEMENT") CAREFULLY BEFORE OPENING THE SOFTWARE MEDIA PACKAGE. BY OPENING THE SOFTWARE MEDIA PACKAGE, YOU AGREE TO THE TERMS OF THIS AGREEMENT. IF YOU ARE ACCESSING THE SOFTWARE ELECTRONICALLY, INDICATE YOUR ACCEPTANCE OF THESE TERMS BY SELECTING THE "ACCEPT" BUTTON AT THE END OF THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL THESE TERMS, PROMPTLY RETURN THE UNUSED SOFTWARE TO YOUR PLACE OF PURCHASE FOR A REFUND OR, IF THE SOFTWARE IS ACCESSED ELECTRONICALLY, SELECT THE "DECLINE" BUTTON AT THE END OF THIS AGREEMENT.
-
-1. LICENSE TO USE. Sun grants you a non-exclusive and non-transferable license for the internal use only of the accompanying software and documentation and any error corrections provided by Sun (collectively "Software"), by the number of users and the class of computer hardware for which the corresponding fee has been paid.
-
-2. RESTRICTIONS. Software is confidential and copyrighted. Title to Software and all associated intellectual property rights is retained by Sun and/or its licensors. Except as specifically authorized in any Supplemental License Terms, you may not make copies of Software, other than a single copy of Software for archival purposes. Unless enforcement is prohibited by applicable law, you may not modify, decompile, or reverse engineer Software. You acknowledge that Software is not designed, licensed or intended for use in the design, construction, operation or maintenance of any nuclear facility. Sun disclaims any express or implied warranty of fitness for such uses. No right, title or interest in or to any trademark, service mark, logo or trade name of Sun or its licensors is granted under this Agreement.
-
-3. LIMITED WARRANTY. Sun warrants to you that for a period of ninety (90) days from the date of purchase, as evidenced by a copy of the receipt, the media on which Software is furnished (if any) will be free of defects in materials and workmanship under normal use. Except for the foregoing, Software is provided "AS IS". Your exclusive remedy and Sun's entire liability under this limited warranty will be at Sun's option to replace Software media or refund the fee paid for Software.
-
-4. DISCLAIMER OF WARRANTY. UNLESS SPECIFIED IN THIS AGREEMENT, ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT THESE DISCLAIMERS ARE HELD TO BE LEGALLY INVALID.
-
-5. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF OR RELATED TO THE USE OF OR INABILITY TO USE SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. In no event will Sun's liability to you, whether in contract, tort (including negligence), or otherwise, exceed the amount paid by you for Software under this Agreement. The foregoing limitations will apply even if the above stated warranty fails of its essential purpose.
-
-6. Termination. This Agreement is effective until terminated. You may terminate this Agreement at any time by destroying all copies of Software. This Agreement will terminate immediately without notice from Sun if you fail to comply with any provision of this Agreement. Upon Termination, you must destroy all copies of Software.
-
-7. Export Regulations. All Software and technical data delivered under this Agreement are subject to US export control laws and may be subject to export or import regulations in other countries. You agree to comply strictly with all such laws and regulations and acknowledge that you have the responsibility to obtain such licenses to export, re-export, or import as may be required after delivery to you.
-
-8. U.S. Government Restricted Rights. If Software is being acquired by or on behalf of the U.S. Government or by a U.S. Government prime contractor or subcontractor (at any tier), then the Government's rights in Software and accompanying documentation will be only as set forth in this Agreement; this is in accordance with 48 CFR 227.7201 through 227.7202-4 (for Department of Defense (DOD) acquisitions) and with 48 CFR 2.101 and 12.212 (for non-DOD acquisitions).
-
-9. Governing Law. Any action related to this Agreement will be governed by California law and controlling U.S. federal law. No choice of law rules of any jurisdiction will apply.
-
-10. Severability. If any provision of this Agreement is held to be unenforceable, this Agreement will remain in effect with the provision omitted, unless omission would frustrate the intent of the parties, in which case this Agreement will immediately terminate.
-
-11. Integration. This Agreement is the entire agreement between you and Sun relating to its subject matter. It supersedes all prior or contemporaneous oral or written communications, proposals, representations and warranties and prevails over any conflicting or additional terms of any quote, order, acknowledgment, or other communication between the parties relating to its subject matter during the term of this Agreement. No modification of this Agreement will be binding, unless in writing and signed by an authorized representative of each party.
-
-DEVELOPMENT TOOLS
-JAVA ADVANCED IMAGING, VERSION 1.1.2
-SUPPLEMENTAL LICENSE TERMS
-
-These supplemental license terms ("Supplemental Terms") add to or modify the terms of the Binary Code License Agreement (collectively, the "Agreement"). Capitalized terms not defined in these Supplemental Terms shall have the same meanings ascribed to them in the Agreement. These Supplemental Terms shall supersede any inconsistent or conflicting terms in the Agreement, or in any license contained within the Software.
-
-1. Software Internal Use and Development License Grant. Subject to the terms and conditions of this Agreement, including, but not limited to Section 3 (Java(TM) Technology Restrictions) of these Supplemental Terms, Sun grants you a non-exclusive, non-transferable, limited license to reproduce internally and use internally the binary form of the Software complete and unmodified for the sole purpose of designing, developing and testing your Java applets and applications intended to run on the Java platform ("Programs").
-
-2. License to Distribute Software. In addition to the license granted in Section 1 (Software Internal Use and Development License Grant) of these Supplemental Terms, subject to the terms and conditions of this Agreement, including but not limited to Section 3 (Java Technology Restrictions) of these Supplemental Terms, Sun grants you a non-exclusive, non-transferable, limited license to reproduce and distribute the Software in binary code form only, provided that you (i) distribute the Software complete and unmodified and only bundled as part of your Programs, (ii) do not distribute additional software intended to replace any component(s) of the Software, (iii) do not remove or alter any proprietary legends or notices contained in the Software, (iv) only distribute the Software subject to a license agreement that protects Sun's interests consistent with the terms contained in this Agreement, and (v) agree to defend and indemnify Sun and its licensors from and against any damages, costs, liabilities, settlement amounts and/or expenses (including attorneys' fees) incurred in connection with any claim, lawsuit or action by any third party that arises or results from the use or distribution of any and all Programs and/or Software.
-
-3. Java Technology Restrictions. You may not modify the Java Platform Interface ("JPI", identified as classes contained within the "java" package or any subpackages of the "java" package), by creating additional classes within the JPI or otherwise causing the addition to or modification of the classes in the JPI. In the event that you create an additional class and associated API(s) which (i) extends the functionality of the Java platform, and (ii) is exposed to third party software developers for the purpose of developing additional software which invokes such additional API, you must promptly publish broadly an accurate specification for such API for free use by all developers. You may not create, or authorize your licensees to create, additional classes, interfaces, or subpackages that are in any way identified as "java", "javax", "sun" or similar convention as specified by Sun in any naming convention designation.
-
-4. Java Runtime Availability. Refer to the appropriate version of the Java Runtime Environment binary code license (currently located at http://www.java.sun.com/jdk/index.html) for the availability of runtime code which may be distributed with Java applets and applications.
-
-5. Trademarks and Logos. You acknowledge and agree as between you and Sun that Sun owns the SUN, SOLARIS, JAVA, JINI, FORTE, STAROFFICE, STARPORTAL and iPLANET trademarks and all SUN, SOLARIS, JAVA, JINI, FORTE, STAROFFICE, STARPORTAL and iPLANET-related trademarks, service marks, logos and other brand designations ("Sun Marks"), and you agree to comply with the Sun Trademark and Logo Usage Requirements currently located at http://www.sun.com/policies/trademarks. Any use you make of the Sun Marks inures to Sun's benefit.
-
-6. Source Code. Software may contain source code that is provided solely for reference purposes pursuant to the terms of this Agreement. Source code may not be redistributed unless expressly provided for in this Agreement.
-
-7. Termination for Infringement. Either party may terminate this Agreement immediately should any Software become, or in either party's opinion be likely to become, the subject of a claim of infringement of any intellectual property right.
-
-For inquiries please contact: Sun Microsystems, Inc.,. 4150 Network Circle, Santa Clara, California 95054, U.S.A
-(Form ID#011801)
diff --git a/sdk_container/src/third_party/portage-stable/licenses/sun-bcla-jsapi b/sdk_container/src/third_party/portage-stable/licenses/sun-bcla-jsapi
deleted file mode 100644
index 5355dd1ef81..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/sun-bcla-jsapi
+++ /dev/null
@@ -1,174 +0,0 @@
- Sun Microsystems, Inc.
- Binary Code License Agreement
-
-READ THE TERMS OF THIS AGREEMENT AND ANY PROVIDED SUPPLEMENTAL LICENSE
-TERMS (COLLECTIVELY "AGREEMENT") CAREFULLY BEFORE OPENING THE SOFTWARE
-MEDIA PACKAGE. BY OPENING THE SOFTWARE MEDIA PACKAGE, YOU AGREE TO THE
-TERMS OF THIS AGREEMENT. IF YOU ARE ACCESSING THE SOFTWARE
-ELECTRONICALLY, INDICATE YOUR ACCEPTANCE OF THESE TERMS BY SELECTING
-THE "ACCEPT" BUTTON AT THE END OF THIS AGREEMENT. IF YOU DO NOT AGREE
-TO ALL THESE TERMS, PROMPTLY RETURN THE UNUSED SOFTWARE TO YOUR PLACE
-OF PURCHASE FOR A REFUND OR, IF THE SOFTWARE IS ACCESSED
-ELECTRONICALLY, SELECT THE "DECLINE" BUTTON AT THE END OF THIS
-AGREEMENT.
-
-1. LICENSE TO USE. Sun grants you a non-exclusive and
-non-transferable license for the internal use only of the accompanying
-software and documentation and any error corrections provided by Sun
-(collectively "Software"), by the number of users and the class of
-computer hardware for which the corresponding fee has been paid.
-
-2. RESTRICTIONS. Software is confidential and copyrighted. Title to
-Software and all associated intellectual property rights is retained by
-Sun and/or its licensors. Except as specifically authorized in any
-Supplemental License Terms, you may not make copies of Software, other
-than a single copy of Software for archival purposes. Unless
-enforcement is prohibited by applicable law, you may not modify,
-decompile, or reverse engineer Software. You acknowledge that Software
-is not designed, licensed or intended for use in the design,
-construction, operation or maintenance of any nuclear facility. Sun
-disclaims any express or implied warranty of fitness for such uses. No
-right, title or interest in or to any trademark, service mark, logo or
-trade name of Sun or its licensors is granted under this Agreement.
-
-3. LIMITED WARRANTY. Sun warrants to you that for a period of ninety
-(90) days from the date of purchase, as evidenced by a copy of the
-receipt, the media on which Software is furnished (if any) will be free
-of defects in materials and workmanship under normal use. Except for
-the foregoing, Software is provided "AS IS". Your exclusive remedy and
-Sun's entire liability under this limited warranty will be at Sun's
-option to replace Software media or refund the fee paid for Software.
-
-4. DISCLAIMER OF WARRANTY. UNLESS SPECIFIED IN THIS AGREEMENT, ALL
-EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES,
-INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A
-PARTICULAR PURPOSE OR NON-INFRINGEMENT ARE DISCLAIMED, EXCEPT TO THE
-EXTENT THAT THESE DISCLAIMERS ARE HELD TO BE LEGALLY INVALID.
-
-5. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN
-NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
-PROFIT OR DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR
-PUNITIVE DAMAGES, HOWEVER CAUSED REGARDLESS OF THE THEORY OF LIABILITY,
-ARISING OUT OF OR RELATED TO THE USE OF OR INABILITY TO USE SOFTWARE,
-EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. In no
-event will Sun's liability to you, whether in contract, tort (including
-negligence), or otherwise, exceed the amount paid by you for Software
-under this Agreement. The foregoing limitations will apply even if the
-above stated warranty fails of its essential purpose.
-
-6. Termination. This Agreement is effective until terminated. You
-may terminate this Agreement at any time by destroying all copies of
-Software. This Agreement will terminate immediately without notice
-from Sun if you fail to comply with any provision of this Agreement.
-Upon Termination, you must destroy all copies of Software.
-
-7. Export Regulations. All Software and technical data delivered under
-this Agreement are subject to US export control laws and may be subject
-to export or import regulations in other countries. You agree to
-comply strictly with all such laws and regulations and acknowledge that
-you have the responsibility to obtain such licenses to export,
-re-export, or import as may be required after delivery to you.
-
-8. U.S. Government Restricted Rights. If Software is being acquired
-by or on behalf of the U.S. Government or by a U.S. Government prime
-contractor or subcontractor (at any tier), then the Government's rights
-in Software and accompanying documentation will be only as set forth in
-this Agreement; this is in accordance with 48 CFR 227.7201 through
-227.7202-4 (for Department of Defense (DOD) acquisitions) and with 48
-CFR 2.101 and 12.212 (for non-DOD acquisitions).
-
-9. Governing Law. Any action related to this Agreement will be
-governed by California law and controlling U.S. federal law. No choice
-of law rules of any jurisdiction will apply.
-
-10. Severability. If any provision of this Agreement is held to be
-unenforceable, this Agreement will remain in effect with the provision
-omitted, unless omission would frustrate the intent of the parties, in
-which case this Agreement will immediately terminate.
-
-11. Integration. This Agreement is the entire agreement between you
-and Sun relating to its subject matter. It supersedes all prior or
-contemporaneous oral or written communications, proposals,
-representations and warranties and prevails over any conflicting or
-additional terms of any quote, order, acknowledgment, or other
-communication between the parties relating to its subject matter during
-the term of this Agreement. No modification of this Agreement will be
-binding, unless in writing and signed by an authorized representative
-of each party.
-
- JAVA(TM) SPEECH API (JSAPI) SPECIFICATION IMPLEMETATION, VERSION
- 1.0
- SUPPLEMENTAL LICENSE TERMS
-
-These supplemental license terms ("Supplemental Terms") add to or
-modify the terms of the Binary Code License Agreement (collectively,
-the "Agreement"). Capitalized terms not defined in these Supplemental
-Terms shall have the same meanings ascribed to them in the Agreement.
-These Supplemental Terms shall supersede any inconsistent or
-conflicting terms in the Agreement, or in any license contained within
-the Software.
-
-1. Software Internal Use and Development License Grant. Subject to the
-terms and conditions of this Agreement, including, but not limited to
-Section 3 (Java(TM) Technology Restrictions) of these Supplemental
-Terms, Sun grants you a non-exclusive, non-transferable, limited
-license to reproduce internally and use internally the binary form of
-the Software, complete and unmodified, for the sole purpose of
-designing, developing and testing your Java applets and applications
-("Programs").
-
-2. License to Distribute Software. In addition to the license granted
-in Section 1 (Software Internal Use and Development License Grant) of
-these Supplemental Terms, subject to the terms and conditions of this
-Agreement, including but not limited to Section 3 (Java Technology
-Restrictions), Sun grants you a non-exclusive, non-transferable,
-limited license to reproduce and distribute the Software in binary form
-only, provided that you (i) distribute the Software complete and
-unmodified and only bundled as part of your Programs, (ii) do not
-distribute additional software intended to replace any component(s) of
-the Software, (iii) do not remove or alter any proprietary legends or
-notices contained in the Software, (iv) only distribute the Software
-subject to a license agreement that protects Sun's interests consistent
-with the terms contained in this Agreement, and (v) agree to defend and
-indemnify Sun and its licensors from and against any damages, costs,
-liabilities, settlement amounts and/or expenses (including attorneys'
-fees) incurred in connection with any claim, lawsuit or action by any
-third party that arises or results from the use or distribution of any
-and all Programs and/or Software.
-
-3. Java Technology Restrictions. You may not modify the Java Platform
-Interface ("JPI", identified as classes contained within the "java"
-package or any subpackages of the "java" package), by creating
-additional classes within the JPI or otherwise causing the addition to
-or modification of the classes in the JPI. In the event that you
-create an additional class and associated API(s) which (i) extends the
-functionality of the Java Platform, and (ii) is exposed to third party
-software developers for the purpose of developing additional software
-which invokes such additional API, you must promptly publish broadly an
-accurate specification for such API for free use by all developers. You
-may not create, or authorize your licensees to create additional
-classes, interfaces, or subpackages that are in any way identified as
-"java", "javax", "sun" or similar convention as specified by Sun in any
-naming convention designation.
-
-4. Trademarks and Logos. You acknowledge and agree as between you and
-Sun that Sun owns the SUN, SOLARIS, JAVA, JINI, FORTE, and iPLANET
-trademarks and all SUN, SOLARIS, JAVA, JINI, FORTE, and iPLANET-related
-trademarks, service marks, logos and other brand designations ("Sun
-Marks"), and you agree to comply with the Sun Trademark and Logo Usage
-Requirements currently located at
-http://www.sun.com/policies/trademarks. Any use you make of the Sun
-Marks inures to Sun's benefit.
-
-5. Source Code. Software may contain source code that is provided
-solely for reference purposes pursuant to the terms of this Agreement.
-Source code may not be redistributed unless expressly provided for in
-this Agreement.
-
-6. Termination for Infringement. Either party may terminate this
-Agreement immediately should any Software become, or in either party's
-opinion be likely to become, the subject of a claim of infringement of
-any intellectual property right.
-
-For inquiries please contact: Sun Microsystems, Inc. 901 San Antonio
-Road, Palo Alto, California 94303 (LFI#108931/Form ID#011801)
diff --git a/sdk_container/src/third_party/portage-stable/licenses/supermicro b/sdk_container/src/third_party/portage-stable/licenses/supermicro
deleted file mode 100644
index 979ea00dbdc..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/supermicro
+++ /dev/null
@@ -1,127 +0,0 @@
-End User License Agreement (EULA)
-
- IMPORTANT - READ CAREFULLY BEFORE INSTALLING:
-
- THIS END-USER LICENSE AGREEMENT is a legal contract between SUPER MICRO
- COMPUTER, INC. ("SUPERMICRO") and the individual or entity which
- downloads, installs or otherwise uses the attached SUPERMICRO software
- product ("the Software ").
-
- BY CLICKING ON THE "ACCEPT" BUTTON AT THE END OF THIS AGREEMENT, WHICH
- WILL INSTALL THE ATTACHED SOFTWARE, OR BY OTHERWISE INSTALLING OR USING
- THE SOFTWARE, THE INDIVIDUAL OR ENTITY WHICH INSTALLS OR USES THE SOFTWARE
- ("LICENSEE") AGREES TO BE BOUND BY THE TERMS OF THIS AGREEMENT. IF YOU DO
- NOT AGREE TO ALL OF THE TERMS OF THIS AGREEMENT, CLICK THE "CANCEL" BUTTON
- AND THE INSTALLATION PROCESS WILL NOT CONTINUE.
-
- 1. License: This Agreement grants you, the Licensee, a limited,
- non-exclusive, global, non-transferable license to download the Software,
- install on SUPERMICRO's products, and distribute the Software in
- combination with SUPERMICRO's products ("License").
-
- 2. General Public License/Lesser General Public License. Certain
- components of the Software may be subject to the GNU GPL or LGPL terms and
- conditions available for viewing at http://www.gnu.org/copyleft/gpl.html
- and http://www.gnu.org/copyleft/lesser.html or as otherwise designated. To
- the extent you receive Software under this License which contains
- components subject to the GPL or LGPL terms, you agree to be bound by all
- the terms and restrictions therein including keeping all copyright notices
- in tact for the duration of your use of the Software and modifying and/or
- redistributing such components only in accordance with the terms of the
- GNU GPL or LGPL terms.
-
- 3. Restrictions: The Licensee may NOT sublicense, assign, reproduce or
- distribute copies of the Software to others except as otherwise provided
- herein. The Software contains trade secrets. The Licensee may NOT
- decompile, reverse engineer, disassemble, or otherwise reduce the Software
- to a human readable form. THE LICENSEE MAY NOT MODIFY, ADAPT, TRANSLATE,
- RENT, LEASE, LOAN, RESELL FOR PROFIT, DISTRIBUTE, OR OTHERWISE ASSIGN OR
- TRANSFER THE SOFTWARE, OR CREATE DERIVATIVE WORKS BASED UPON THE SOFTWARE
- OR ANY PART THEREOF, EXCEPT AS EXPRESSLY AGREED TO IN WRITING BY
- SUPERMICRO.
-
- 4. Copyright Protection: Except to the extent the Software was licensed to
- SUPERMICRO by its licensor, the Software and all related documentation are
- owned by SUPERMICRO and are protected by United States' copyright laws and
- international treaty provisions. Any copying or redistribution, except as
- expressly permitted by this Agreement is a violation of the law. You may
- not remove or alter any copyright, trade secret, patent, trademark, trade
- name, logo, product designation or other proprietary and/or other legal
- notices contained in or on the Software. These legal notices must be
- retained on any copies of the Software. Except as otherwise expressly
- provided, this License grants no express or implied rights under the
- respective patents, copyrights, trademarks or other intellectual property
- rights of SUPERMICRO or its licensors.
-
- 5. Termination: This License is effective until terminated. This License
- will terminate immediately without notice from SUPERMICRO if the Licensee
- fails to comply with any of its provisions. Upon termination the Licensee
- must destroy the Software and all copies thereof, and the Licensee may
- terminate this License at any time by doing so.
-
- 6. No Warranty: THE SOFTWARE IS DELIVERED TO LICENSEE "AS-IS". SUPERMICRO
- AND ITS SUPPLIERS AND RESELLERS MAKE NO WARRANTY AS TO THE USE OR
- PERFORMANCE OF THE SOFTWARE OF ANY KIND. SUPERMICRO AND ITS SUPPLIERS AND
- RESELLERS DO NOT WARRANT THAT THE SOFTWARE IS FREE OF DEFECTS,
- MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING OF THIRD
- PARTY RIGHTS, AND DISCLAIM AND EXCLUDE ALL WARRANTIES, EXPRESS OR IMPLIED,
- WITH RESPECT TO THE SOFTWARE, ITS USE, PERFORMANCE OR APPLICATION, THE
- DISKETTE OR OTHER TANGIBLE MEDIA ON WHICH THE SOFTWARE IS DELIVERED, OR
- ANY INFORMATION PROVIDED REGARDING THE SOFTWARE.
-
- 7. Limitation of Liability: IN NO EVENT WILL SUPERMICRO OR ITS LICENSORS
- BE LIABLE TO LICENSEE FOR ANY DAMAGES INCLUDING ANY LOST PROFITS, LOST
- SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES, EVEN IF SUPERMICRO
- OR ITS LICENSORS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR
- FOR ANY CLAIM BY ANY OTHER PARTY. IN NO EVENT WILL THE LIABILITY OF
- SUPERMICRO OR ITS LICENSORS, WHETHER IN CONTRACT, TORT (INCLUDING
- NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EXCEED THE AMOUNT PAID BY YOU
- UNDER THIS LICENSE.
-
- 8. General: California law, except as to copyright matters, which are
- covered by Federal law, and its principals of conflict of laws, shall
- govern this Agreement. This Agreement will not be governed by the conflict
- of law rules of any jurisdiction or the United Nations Convention of
- Contracts for the Sale of Goods. The parties hereby consent to the
- exclusive personal jurisdiction of and venue in a court of competent
- jurisdiction located in Santa Clara County is the State of California. Any
- cause of action or claim with respect to the Software provided under this
- Agreement must be commenced within one (1) year after the claim or cause
- of action arises or such claim or cause of action is barred. Should any
- provision of this Agreement be declared unenforceable by a court of
- competent jurisdiction, then such provision shall be deemed severable from
- this Agreement and changed and interpreted so as to best accomplish the
- objectives of the original provision to the fullest extent allowed by law.
- Such an event shall not affect the remainder hereof and the remaining
- provisions shall remain in full force and effect. SUPERMICRO reserves all
- rights in the Software not specifically granted in this Agreement. The
- Licensee agrees to indemnify, defend and hold SUPERMICRO harmless from any
- and all expenses, judgments, penalties, or other liabilities by reason of
- its failure to comply with any provisions under this Agreement.
-
- 9. Export Regulations. All Software and technical data delivered under
- this License are subject to U.S. export control laws and may be subject to
- export or import regulations in other countries. You may not use or
- otherwise export or re-export the Software except as authorized by U.S.
- law and the laws of the jurisdiction in which the Software was obtained.
- You agree to comply strictly with all such laws and regulations and
- acknowledge that the Software may not be exported or re-exported (i) into
- (or to a national or resident of) any U.S. embargoed country or (ii) to
- anyone on the U.S. Treasury Department's list of Specially Designated
- Nationals or the U.S. Commerce Department's Table of Denial Orders (each,
- a "List"). By using the Software, you represent and warranty that you are
- not located in, under the control of, or a national or resident of any
- such country or on any such List.
-
- 10. Acknowledgment and Exclusivity. LICENSEE ACKNOWLEDGES THAT IT HAS READ
- THIS AGREEMENT, UNDERSTAND IT, AND AGREE TO BE BOUND BY ITS TERMS AND
- CONDITIONS. LICENSEE FURTHER AGREES THAT IT IS THE COMPLETE AND EXCLUSIVE
- STATEMENT OF THE AGREEMENT BETWEEN US WHICH SUPERCEDES ANY PROPOSAL OR
- PRIOR AGREEMENT, ORAL OR WRITTEN, AND ANY OTHER COMMUNICATIONS BETWEEN THE
- PARTIES RELATING TO THE SUBJECT MATTER OF THIS AGREEMENT. No provision
- appearing on any form originated by Licensee shall be applicable or have
- any force or effect unless such provision is expressly accepted in writing
- by an officer of SUPERMICRO. This Agreement cannot be modified by purchase
- orders or other forms, advertisements, or oral or written representations
- of representatives of Licensee or SUPERMICRO, or anyone else, unless a
- written amendment has been signed by a SUPERMICRO officer.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/sus4-copyright b/sdk_container/src/third_party/portage-stable/licenses/sus4-copyright
deleted file mode 100644
index 3f1c894e867..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/sus4-copyright
+++ /dev/null
@@ -1,27 +0,0 @@
-Copyright © 2008 by the Institute of Electrical and Electronics Engineers, Inc.
-and The Open Group
-All rights reserved.
-
-Published 1 December 2008 by the IEEE and The Open Group.
-
-No part of this publication may be reproduced in any form, in an electronic
-retrieval system or otherwise, without the prior written permission of the
-publisher. Permission to reproduce all or any part of this standard must be with
-the consent of both copyright holders and may be subject to a license fee. Both
-copyright holders will need to be satisfied that the other has granted
-permission. Requests should be sent by email to
-austin-group-permissions@opengroup.org.
-
-This standard has been prepared by the Austin Group. Feedback relating to the
-material contained within this standard may be submitted by using the Austin
-Group web site at www.opengroup.org/austin/defectform.html.
-
-Copyrights
-
-This document is copyrighted by the IEEE and The Open Group. It is made
-available for a wide variety of both public and private uses. These include both
-use, by reference, in laws and regulations, and use in private self-regulation,
-standardization, and the promotion of engineering practices and methods. By
-making this document available for use and adoption by public authorities and
-private users, the IEEE and The Open Group do not waive any rights in copyright
-to this document.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/swiss-prot b/sdk_container/src/third_party/portage-stable/licenses/swiss-prot
deleted file mode 100644
index bbf6f39518d..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/swiss-prot
+++ /dev/null
@@ -1,142 +0,0 @@
-Background and rationale
-
- Almost since its creation by Amos Bairoch in 1986, the SWISS-PROT protein sequence database has been a collaborative effort of the Department of Medical Biochemistry of the University of Geneva and what was then called the Data Library group of the European Molecular Biology Laboratory (EMBL) in Heidelberg (Germany). In 1994, the activities of the Data Library were broadened and incorporated in a new Outstation of EMBL, the European Bioinformatics Institute (EBI) in Hinxton (UK). In April this year, the SWISS-PROT group in Geneva joined a new academic institution, the Swiss Institute of Bioinformatics (SIB), which it helped to create. SWISS-PROT is therefore an equal partnership of the SIB and EBI/EMBL. The founder, Amos Bairoch, is ultimately responsible for the scientific content and format of SWISS-PROT.
-
- The enormous growth in the quantity of sequence and characterization data has made the task of producing an annotated and comprehensive protein sequence database a major challenge. While automation of some aspects of this work has made it possible to obtain significant progress in productivity, it nonetheless remains a task which is intensive in terms of human resources, and which requires an increasing amount of expertise. Recent years have shown that public funding for such an activity is not going to keep pace with its financial requirements. During the same period, the importance of high quality annotation for all kinds of life sciences research activities has grown. We are therefore faced with the paradoxical situation where no major life sciences research lab can function without a database such as SWISS-PROT, yet the existence and continued development of such a resource is in jeopardy.
-
- We believe that the only feasible solution to this problem is to obtain additional funds through the payment of yearly license fees by non-academic users for access to SWISS-PROT. We have, therefore, explored legal and organizational solutions to achieve this goal. After careful consideration of all potential options, we have planned the following solution:
-
- Starting in September 1998, we intend to implement a system of an annual subscription fee for commercial use of the database. Both SIB and EBI will mandate a new company, Geneva Bioinformatics (GeneBio) to act as their representative for the purpose of concluding the necessary license agreements and levying the fees.
-
- We will describe here in detail the consequences of this change. The most important take-home message is that these changes should not have any impact on the way SWISS-PROT is accessed or redistributed. Academic users will not be affected by these changes. Industrial end-users will also not directly be affected as long as their employer pays the license fee. The same holds true for bioinformatics companies. Academic software or database developers as well as providers of database distribution services will be only minimally affected by these changes. We hope to be able to keep the spirit of SWISS-PROT alive and at the same time ensure its long-term financial survival. We sincerely hope and believe that in the next two years the only change that will matter will be the increase in scope and timeliness of the database.
-
-How are these new funds going to be used?
-
- The funds obtained through licensing of SWISS-PROT to industrial users will be used by both SIB and EBI to contribute to the further development of the database. In particular, new annotation and programming support positions will be created. We will also hire persons whose task will be to interact with users and to further enhance the successful dialog that has been established between SWISS-PROT and the scientists who are contributing the information that is used to build the database. The growth of the SWISS-PROT staff will allow us to hire specialized annotators with a larger knowledge spread (medicine, pharmacology, virology, etc.) than is currently represented among our staff.
-
-When can you expect these new developments to enhance the impact of SWISS-PROT?
-
- It takes about a year to train an annotator. As new funds will not be generated before the last quarter of 1998, most changes will only be apparent in the last months of 1999. Nevertheless, we believe that before the release of "SWISS-PROT 2000", we will have achieved a number of specific goals. We will have among other things:
-
- Finished the first pass of the complete annotation of the proteins encoded in a number of complete genomes, and in particular those of E.coli, B.subtilis, M.jannaschii and yeast (S.cerevisiae);
-
- Made a substantial effort toward the full annotation of human and rodent proteins;
-
- Significantly increased the speed of annotation so as to be able to annotate key members of new protein families as soon as they become available;
-
- Changed the taxonomy currently used in SWISS-PROT to that used by the DNA databases
-
- Converted the "ALL UPPER CASE" format currently used to a more appealing and user-readable "Mixed Case" format;
-
- Created mirror sites of the WWW ExPASy server so as to provide users in every part of the world with a comprehensive database and software environment for protein studies.
-
-Why the funding model of SWISS-PROT is not applicable to nucleotide sequence databases
-
- We consider that the funding model that has to be adopted to secure the viability of SWISS-PROT is not applicable to the international nucleotide sequence databases (EMBL/GenBank/DDBJ), even though these are also curated. Nucleotide sequences, from which SWISS-PROT entries are derived, must remain in the public domain in recognition of the fact that they are the primary data, and have been submitted to public-domain collections by individual scientists. This same consideration holds for primary databases of macromolecular structures (such as PDB).
-
-Will there be changes on the way SWISS-PROT can be accessed?
-
- The take-home message is: if you are a user of SWISS-PROT from a non-profit organization, you will not be affected by these changes. If you are a for-profit user, you should not be directly affected, but your company will have to pay a yearly license fee to allow you and your colleagues to make use of the database. Legally, SWISS-PROT will be copyrighted, so that it can be legally protected against unauthorized use.
-
- We are planning no major changes in the procedures currently used for access. We are aware that SWISS-PROT is redistributed in many different forms and media by numerous organizations and bioinformatics companies around the world, and we have decided to keep the current system in place. There will be no password scheme and no limitation on access. The whole system will be based on trust. What this means is that we trust commercial companies to contribute to the financial health of the database by paying their yearly subscription. We will, of course, check any examples of flagrant abuse. If you are an academic user of SWISS-PROT you should not see any changes other than improvements such as those listed above and the fact that SWISS-PROT entries will now contain a statement which will probably look very much like this one:
-
- CC --------------------------------------------------------------------------
- CC This SWISS-PROT entry is copyright. It is produced through a collaboration
- CC between the Swiss Institute of Bioinformatics and the EMBL Outstation -
- CC the European Bioinformatics Institute. There are no restrictions on its
- CC use by non-profit institutions as long as its content is in no way
- CC modified and this statement is not removed. Usage by and for commercial
- CC entities requires a license agreement (See http://www.isb-sib.ch/announce/
- CC or send an email to license@isb-sib.ch).
- CC --------------------------------------------------------------------------
-
- Such a statement will appear in the majority of SWISS-PROT entries, however it will not appear in any entry whose sequence originates solely from direct protein sequencing or from the translation of a DNA sequence which is not available in the international nucleotide sequence database (EMBL/GenBank/DDBJ). This decision was taken to allow industrial users that have submitted protein sequences to retrieve them without any legal consequences.
-
-Is SWISS-PROT release 36 still in public domain?
-
- To facilitate the transition for all users, the SWISS-PROT release 36 will remain completely in the public domain and is not subject to any of the changes mentioned in this document.
-
-Redistribution of SWISS-PROT
-
- There are many ways in which all or part of SWISS-PROT can be redistributed. The most common cases are the following:
-
- Distribution of the entire database by FTP;
-
- Distribution of the entire database on CD-ROM, either in its original format or reformatted and indexed to be used with a specific software package;
-
- Access to specific entries using a WWW server.
-
- We are aware that many academic institutions and software companies redistribute SWISS-PROT and we therefore want to minimize disruption of the existing schemes. If you are redistributing SWISS-PROT or making it available to all users on the Internet you need to explicitly ask permission to do so by registering your service with either the SIB or the EBI. Such a permission will be granted if you agree to observe the following rules:
-
- In the case of a WWW or FTP server, you are asked to make available to SIB or the EBI that part of your log files that specifically deals with access to SWISS-PROT. Such information should be provided at least twice a year. SIB and EBI will then inform GeneBio of access to SWISS-PROT by companies that have not yet paid their yearly license fee. Apart from this specific use and that of building statistics of global usage of SWISS-PROT, this information will not be used in any other way, nor will it be made available to third parties.
-
- In the case of CD-ROM distribution, you are asked to provide the list of the for-profit institutions to which such CD-ROMS were distributed. Such a list should be provided at least twice a year.
-
- You must update the copy of SWISS-PROT that you make available on a timely basis. For an FTP service, you should provide the last full update of the database at the latest three weeks after it has been released. For CD-ROM distribution, you should provide a minimum of two updates per year. For a WWW server you should provide the latest database no more than one month after it becomes available on the official WWW servers of SIB and EBI. It goes without saying that by registering your service, you will directly receive from SIB or EBI information about the availability of major and weekly releases so as to help you to comply with this request. This condition is purely made on behalf of users of the database: most existing servers already provide up-to-date information, but in a recent survey, we found one or two services that were offering releases dating back more than 18 months.
-
- You should not redistribute SWISS-PROT in a format other than those listed hereafter without the explicit consent of SIB/EBI. The formats that are accepted by default, in addition to the original format, are those known as 'ASN.1' and as 'GCG'. You can also make SWISS-PROT available in 'FASTA' or 'Blast' formats as long as you also provide a version that includes all annotations in the agreed formats. Again, this request is made on behalf of users, who are confused as to what type of information is available in SWISS-PROT when the database is reformatted and some of its structure is lost after such a transformation. It is fair to say that SIB/EBI will look positively into any request for redistribution which keeps the structure of the database, and will respond negatively only in the rare cases where the integrity of the structure is degraded.
-
- You should make available to users of SWISS-PROT to whom you redistribute the database some information items that will be provided by SIB and EBI. These information items are meant to briefly describe the database and its content; to point out the original sites (SIB and EBI) where the database can be obtained; and to summarize the principle of the new licensing system. We will tailor these information items to the specific technical requirements of your distribution system. For example: if you have a WWW server running SRS, we will provide the 'IT' file that describes SWISS-PROT or, if you have a FTP server, we will provide the 'readme' file to be stored in the SWISS-PROT directory.
-
-Incorporation of SWISS-PROT in a similarity search service
-
- What we discuss here are services that allow users to detect similarities between a 'test' sequence and the sequences stored in one or more sequence databases. Most services of that kind are those based on the well-known FASTA or Blast series of programs. The same conditions also apply to protein identification services (e.g. proteomics tools used in the context of mass spectrometry (MS) or 2D-PAGE) as well as services based on the identification of protein families (e.g. PROSITE, BLOCKS, Pfam, etc.).
-
- There are a number of cases to consider:
-
- If you are an academic institution providing such a service to internal users of your institution, you do not need to do anything, not even register your service;
-
- If you are an academic institution providing such a service on the Internet to any users either academic or industrial, you need to register your service with SIB/EBI and observe the following rules:
-
- Your search service should offer a version of SWISS-PROT that is not more than 2 months older than that available on the official WWW servers of SIB and EBI. If for technical reasons, you are not able to comply with this request, we may, on a case by case basis, decide to relax this rule.
-
- The output produced by your search engine should explicitly state what version of SWISS-PROT was used to do the search (Example: 'Release 36 with updates up to October 24, 1998').
-
- While this seems similar to the case discussed previously (services redistributing or providing access to SWISS-PROT entries), there is an important difference. You do not need to provide to SIB or EBI the log file of such a service as long as your similarity search service does not directly provide, as its output, any SWISS-PROT entry. This is the case of most existing programs, such as Blast or FASTA.
-
- If you want to create links from the results of a search to the full display of the relevant SWISS-PROT entries, you are encouraged to do so. We specifically encourage you to make these links to the original entries on the SIB or EBI WWW servers, as these will always contain the most up-to-date information. However, if you want to provide links to a copy of SWISS-PROT stored on your local server, you can also do so, but in that case you will become a redistributor of SWISS-PROT and the rules in the relevant section of this document will be applicable.
-
-
-Use of SWISS-PROT as the primary resource for a derived database or information service
-
- We distinguish here three types of usage:
-
- integration of all of SWISS-PROT into another database (example: Entrez or OWL);
-
- integration of part of SWISS-PROT into a specialized database (examples: AmsDb, GeneCards, EcoGene, etc.);
-
- integration of SWISS-PROT into a specialized information service. Examples: ProDom, which shows the domain organization of SWISS-PROT entries, or ProtoMap which clusters entries by families on the basis of similarity.
-
- Integration of all of SWISS-PROT into another database will require explicit permission from SIB/EBI. Such permission will only be granted if there is a valid scientific or technical reason to encapsulate the entire content of SWISS-PROT into a new resource. In the event that such permission is granted you will become a redistributor of SWISS-PROT and the rules in the relevant section of this document will be applicable.
-
-
- Integration of part of SWISS-PROT into a specialized database is encouraged. However, if you are using or intend to use SWISS-PROT entries or part of SWISS-PROT entries, you need to contact SIB or EBI to get an explicit permission to do so. You will be asked to describe the scope of your database, what part of SWISS-PROT you want to incorporate and how the information will be presented and distributed.
-
-
- Services that make use of SWISS-PROT to build an information resource are bound by the same rules as those described for similarity search services. However we do not want to hinder services such as ProDom or ProtoMap, which requires huge computing resources to produce a new release. We will therefore consider relaxing the time constraints for such services on a case per case basis, on explicit request.
-
-
-Use of SWISS-PROT in an educational context
-
- Use of SWISS-PROT for educational purpose is actively encouraged. As a member of an academic institution you can use SWISS-PROT in any courses or seminars with no restriction whatsoever. If you organize courses that are attended by industrial users you can make them aware of the following statement:
-
- Industrial participants in courses and seminars are free to make use of SWISS-PROT during the course or seminar irrespective of whether or not their employer is currently subscribing to the database.
-
- We also encourage use of the databases for educational purpose by exempting companies whose purpose is to organize courses and/or seminars for the Life Sciences community from the obligation of paying for a yearly subscription. Such companies need to contact SIB or EBI to register. They are asked to provide the charter of their organization so as to ensure that they are actively engaged in such educational activities and that they are not using a peripheral educational activity as to get exempted from paying their subscription!
-
-Making reference to SWISS-PROT entries
-
- There are no restrictions on either academic or industrial users making references to SWISS-PROT entries in any form of publications, printed or electronic. We only want to take this opportunity to remind you again (but believe us, this is needed!) that when you cite a database entry you need to cite the primary accession number of that entry. Accession numbers are fixed identifiers, entry names are not. Of course, you can include the entry name in the citation of an entry, but the accession number is the primary mean of identification of an entry and should always be used.
-
-Incorporating SWISS-PROT information or entries in printed publications
-
- If you are writing a book, a book chapter or an article and you want to illustrate it with one or more figures representing SWISS-PROT entries or excerpts of entries, you are encouraged to do so and do not need to ask for permission. However if you intend to publish a book which contains the printout of a significant number of entries from the database, you need to ask explicitly for permission. We intend to grant permissions, but we want to make a distinction between illustrating an article or a book with excerpts from the database (which is encouraged) and printing a book which solely or substantially consists of printouts from the database.
-
-
-For more information...
-
- If after having read this document, you still have questions, you can send an email to the following addresses:
-
- General information: info@isb-sib.ch
-
- Licensing information: license@isb-sib.ch
\ No newline at end of file
diff --git a/sdk_container/src/third_party/portage-stable/licenses/symlinks b/sdk_container/src/third_party/portage-stable/licenses/symlinks
deleted file mode 100644
index 9730a545812..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/symlinks
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Mark Lord
-To: 273338@bugs.debian.org
-Subject: symlinks utility: license policy
-Date: Mon, 14 Mar 2005 08:54:57 -0500
-
-Hi,
-
-My "symlinks" utility pre-dates the "open source licensing" fad
-by a number of years. Just to clarify, this is 100% freeware,
-written entirely by myself. The intent is to use it to detect
-missing/obsolete symlink targets on an installed distro, before
-creating the "gold" (or "final") release discs.
-
-Use and distribute and modify as you (or anyone else) sees fit.
-There have no formal restrictions or requirements whatsoever
-regarding distribution of either binaries or source code,
-whether modified or original.
-
-Cheers
---
-Mark Lord
-Real-Time Remedies Inc.
-mlord@pobox.com
diff --git a/sdk_container/src/third_party/portage-stable/licenses/szip b/sdk_container/src/third_party/portage-stable/licenses/szip
deleted file mode 100644
index 4eb044cfc81..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/szip
+++ /dev/null
@@ -1,33 +0,0 @@
-The SZIP Science Data Lossless Compression Program is Copyright (C) 2001 Science
-& Technology Corporation @ UNM. All rights released. Copyright (C) 2003 Lowell
-H. Miles and Jack A. Venbrux. Licensed to ICs Corp. for distribution by the
-University of Illinois' National Center for Supercomputing Applications as a
-part of the HDF data storage and retrieval file format and software library
-products package. All rights reserved. Do not modify or use for other
-purposes.
-
-SZIP implements an extended Rice adaptive lossless compression algorithm
-for sample data. The primary algorithm was developed by R. F. Rice at
-Jet Propulsion Laboratory.
-
-SZIP embodies certain inventions patented by the National Aeronautics &
-Space Administration. United States Patent Nos. 5,448,642, 5,687,255,
-and 5,822,457 have been licensed to ICs Corp. for distribution with the
-HDF data storage and retrieval file format and software library products.
-All rights reserved.
-
-Revocable (in the event of breach by the user or if required by law),
-royalty-free, nonexclusive sublicense to use SZIP decompression software
-routines and underlying patents is hereby granted by ICs Corp. to all users
-of and in conjunction with HDF data storage and retrieval file format and
-software library products.
-
-Revocable (in the event of breach by the user or if required by law),
-royalty-free, nonexclusive sublicense to use SZIP compression software
-routines and underlying patents for non-commercial, scientific use only
-is hereby granted by ICs Corp. to users of and in conjunction with HDF
-data storage and retrieval file format and software library products.
-
-For commercial use license to SZIP compression software routines and underlying
-patents please contact ICs Corp. at ICs Corp., 721 Lochsa Street, Suite 8,
-Post Falls, ID 83854. (208) 262-2008.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/tablelist b/sdk_container/src/third_party/portage-stable/licenses/tablelist
deleted file mode 100644
index 4ab3acc06e5..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/tablelist
+++ /dev/null
@@ -1,9 +0,0 @@
-Copyright (c) 2000-2012 Csaba Nemethi (E-mail: csaba.nemethi@t-online.de)
-
-This library is free software; you can use, modify, and redistribute it
-for any purpose, provided that existing copyright notices are retained
-in all copies and that this notice is included verbatim in any
-distributions.
-
-This software is distributed WITHOUT ANY WARRANTY; without even the
-implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/tanuki-community b/sdk_container/src/third_party/portage-stable/licenses/tanuki-community
deleted file mode 100644
index a9a980fa3a0..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/tanuki-community
+++ /dev/null
@@ -1,358 +0,0 @@
-----------------------------------------------------------------------
------------------ -----------------
- Tanuki Software, Inc.
- Community Software License Agreement
- Version 1.0
-
-IMPORTANT-READ CAREFULLY: This license agreement is a legal agreement
-between you and Tanuki Software, Inc.("TSI"), which includes computer
-software, associated media, printed materials, and may include online
-or electronic documentation ( Software ). PLEASE READ THIS AGREEMENT
-CAREFULLY BEFORE YOU INSTALL, COPY, DOWNLOAD OR USE THE SOFTWARE
-ACCOMPANYING THIS PACKAGE.
-
-Section 1 - Grant of License
-
-Community editions of the Software are made available on the GNU
-General Public License, Version 2 ("GPLv2"), included in Section 3 of
-this license document. All sections of the Community Software License
-Agreement must be complied with in addition to those of the GPLv2.
-
-
-Section 2 - Your Obligations
-
-A copy of this license must be distributed in full with the Product
-in a location that is obvious to Your customers. The Software
-Program may not be modified, nor may the Product in any way obfuscate
-or obstruct the copyright notice and license information displayed in
-the console and log files by the Software Program on startup.
-
-
-Section 3 - GPLv2 License Agreement
-
- GNU GENERAL PUBLIC LICENSE
- Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
-
- Everyone is permitted to copy and distribute verbatim copies of
- this license document, but changing it is not allowed.
-
- Preamble
-
- The licenses for most software are designed to take away your
- freedom to share and change it. By contrast, the GNU General
- Public License is intended to guarantee your freedom to share and
- change free software--to make sure the software is free for all
- its users. This General Public License applies to most of the Free
- Software Foundation's software and to any other program whose
- authors commit to using it. (Some other Free Software Foundation
- software is covered by the GNU Library General Public License
- instead.) You can apply it to your programs, too.
-
- When we speak of free software, we are referring to freedom, not
- price. Our General Public Licenses are designed to make sure that
- you have the freedom to distribute copies of free software (and
- charge for this service if you wish), that you receive source code
- or can get it if you want it, that you can change the software or
- use pieces of it in new free programs; and that you know you can
- do these things.
-
- To protect your rights, we need to make restrictions that forbid
- anyone to deny you these rights or to ask you to surrender the
- rights. These restrictions translate to certain responsibilities
- for you if you distribute copies of the software, or if you modify
- it.
-
- For example, if you distribute copies of such a program, whether
- gratis or for a fee, you must give the recipients all the rights
- that you have. You must make sure that they, too, receive or can
- get the source code. And you must show them these terms so they
- know their rights.
-
- We protect your rights with two steps:
-
- (1) copyright the software, and
- (2) offer you this license which gives you legal permission to
- copy, distribute and/or modify the software.
-
- Also, for each author's protection and ours, we want to make
- certain that everyone understands that there is no warranty for
- this free software. If the software is modified by someone else
- and passed on, we want its recipients to know that what they have
- is not the original, so that any problems introduced by others
- will not reflect on the original authors' reputations.
-
- Finally, any free program is threatened constantly by software
- patents. We wish to avoid the danger that redistributors of a free
- program will individually obtain patent licenses, in effect making
- the program proprietary. To prevent this, we have made it clear
- that any patent must be licensed for everyone's free use or not
- licensed at all.
-
- The precise terms and conditions for copying, distribution and
- modification follow.
- GNU GENERAL PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. This License applies to any program or other work which
- contains a notice placed by the copyright holder saying it may be
- distributed under the terms of this General Public License. The
- "Program", below, refers to any such program or work, and a "work
- based on the Program" means either the Program or any derivative
- work under copyright law: that is to say, a work containing the
- Program or a portion of it, either verbatim or with modifications
- and/or translated into another language. (Hereinafter, translation
- is included without limitation in the term "modification".) Each
- licensee is addressed as "you".
-
- Activities other than copying, distribution and modification are
- not covered by this License; they are outside its scope. The act
- of running the Program is not restricted, and the output from the
- Program is covered only if its contents constitute a work based on
- the Program (independent of having been made by running the
- Program). Whether that is true depends on what the Program does.
-
- 1. You may copy and distribute verbatim copies of the Program's
- source code as you receive it, in any medium, provided that you
- conspicuously and appropriately publish on each copy an
- appropriate copyright notice and disclaimer of warranty; keep
- intact all the notices that refer to this License and to the
- absence of any warranty; and give any other recipients of the
- Program a copy of this License along with the Program.
-
- You may charge a fee for the physical act of transferring a copy,
- and you may at your option offer warranty protection in exchange
- for a fee.
-
- 2. You may modify your copy or copies of the Program or any
- portion of it, thus forming a work based on the Program, and copy
- and distribute such modifications or work under the terms of
- Section 1 above, provided that you also meet all of these
- conditions:
-
- a) You must cause the modified files to carry prominent notices
- stating that you changed the files and the date of any change.
-
- b) You must cause any work that you distribute or publish, that in
- whole or in part contains or is derived from the Program or any
- part thereof, to be licensed as a whole at no charge to all third
- parties under the terms of this License.
-
- c) If the modified program normally reads commands interactively
- when run, you must cause it, when started running for such
- interactive use in the most ordinary way, to print or display an
- announcement including an appropriate copyright notice and a
- notice that there is no warranty (or else, saying that you provide
- a warranty) and that users may redistribute the program under
- these conditions, and telling the user how to view a copy of this
- License. (Exception: if the Program itself is interactive but does
- not normally print such an announcement, your work based on the
- Program is not required to print an announcement.)
-
- These requirements apply to the modified work as a whole. If
- identifiable sections of that work are not derived from the
- Program, and can be reasonably considered independent and separate
- works in themselves, then this License, and its terms, do not
- apply to those sections when you distribute them as separate works.
- But when you distribute the same sections as part of a whole which
- is a work based on the Program, the distribution of the whole must
- be on the terms of this License, whose permissions for other
- licensees extend to the entire whole, and thus to each and every
- part regardless of who wrote it.
-
- Thus, it is not the intent of this section to claim rights or
- contest your rights to work written entirely by you; rather, the
- intent is to exercise the right to control the distribution of
- derivative or collective works based on the Program.
-
- In addition, mere aggregation of another work not based on the
- Program with the Program (or with a work based on the Program) on
- a volume of a storage or distribution medium does not bring the
- other work under the scope of this License.
-
- 3. You may copy and distribute the Program (or a work based on it,
- under Section 2) in object code or executable form under the terms
- of Sections 1 and 2 above provided that you also do one of the
- following:
-
- a) Accompany it with the complete corresponding machine-readable
- source code, which must be distributed under the terms of Sections
- 1 and 2 above on a medium customarily used for software
- interchange; or,
-
- b) Accompany it with a written offer, valid for at least three
- years, to give any third party, for a charge no more than your
- cost of physically performing source distribution, a complete
- machine-readable copy of the corresponding source code, to be
- distributed under the terms of Sections 1 and 2 above on a medium
- customarily used for software interchange; or,
-
- c) Accompany it with the information you received as to the offer
- to distribute corresponding source code. (This alternative is
- allowed only for noncommercial distribution and only if you
- received the program in object code or executable form with such
- an offer, in accord with Subsection b above.)
-
- The source code for a work means the preferred form of the work
- for making modifications to it. For an executable work, complete
- source code means all the source code for all modules it contains,
- plus any associated interface definition files, plus the scripts
- used to control compilation and installation of the executable.
- However, as a special exception, the source code distributed need
- not include anything that is normally distributed (in either
- source or binary form) with the major components (compiler,
- kernel, and so on) of the operating system on which the executable
- runs, unless that component itself accompanies the executable.
-
- If distribution of executable or object code is made by offering
- access to copy from a designated place, then offering equivalent
- access to copy the source code from the same place counts as
- distribution of the source code, even though third parties are not
- compelled to copy the source along with the object code.
-
- 4. You may not copy, modify, sublicense, or distribute the Program
- except as expressly provided under this License. Any attempt
- otherwise to copy, modify, sublicense or distribute the Program is
- void, and will automatically terminate your rights under this
- License. However, parties who have received copies, or rights,
- from you under this License will not have their licenses
- terminated so long as such parties remain in full compliance.
-
- 5. You are not required to accept this License, since you have not
- signed it. However, nothing else grants you permission to modify
- or distribute the Program or its derivative works. These actions
- are prohibited by law if you do not accept this License.
- Therefore, by modifying or distributing the Program (or any work
- based on the Program), you indicate your acceptance of this
- License to do so, and all its terms and conditions for copying,
- distributing or modifying the Program or works based on it.
-
- 6. Each time you redistribute the Program (or any work based on
- the Program), the recipient automatically receives a license from
- the original licensor to copy, distribute or modify the Program
- subject to these terms and conditions. You may not impose any
- further restrictions on the recipients' exercise of the rights
- granted herein. You are not responsible for enforcing compliance
- by third parties to this License.
-
- 7. If, as a consequence of a court judgment or allegation of
- patent infringement or for any other reason (not limited to
- patent issues), conditions are imposed on you (whether by court
- order, agreement or otherwise) that contradict the conditions of
- this License, they do not excuse you from the conditions of this
- License. If you cannot distribute so as to satisfy simultaneously
- your obligations under this License and any other pertinent
- obligations, then as a consequence you may not distribute the
- Program at all. For example, if a patent license would not permit
- royalty-free redistribution of the Program by all those who
- receive copies directly or indirectly through you, then the only
- way you could satisfy both it and this License would be to refrain
- entirely from distribution of the Program.
-
- If any portion of this section is held invalid or unenforceable
- under any particular circumstance, the balance of the section is
- intended to apply and the section as a whole is intended to apply
- in other circumstances.
-
- It is not the purpose of this section to induce you to infringe
- any patents or other property right claims or to contest validity
- of any such claims; this section has the sole purpose of
- protecting the integrity of the free software distribution system,
- which is implemented by public license practices. Many people have
- made generous contributions to the wide range of software
- distributed through that system in reliance on consistent
- application of that system; it is up to the author/donor to decide
- if he or she is willing to distribute software through any other
- system and a licensee cannot impose that choice.
-
- This section is intended to make thoroughly clear what is believed
- to be a consequence of the rest of this License.
-
- 8. If the distribution and/or use of the Program is restricted in
- certain countries either by patents or by copyrighted interfaces,
- the original copyright holder who places the Program under this
- License may add an explicit geographical distribution limitation
- excluding those countries, so that distribution is permitted only
- in or among countries not thus excluded. In such case, this
- License incorporates the limitation as if written in the body of
- this License.
-
- 9. The Free Software Foundation may publish revised and/or new
- versions of the General Public License from time to time. Such new
- versions will be similar in spirit to the present version, but may
- differ in detail to address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
- Program specifies a version number of this License which applies
- to it and "any later version", you have the option of following
- the terms and conditions either of that version or of any later
- version published by the Free Software Foundation. If the Program
- does not specify a version number of this License, you may choose
- any version ever published by the Free Software Foundation.
-
- 10. If you wish to incorporate parts of the Program into other
- free programs whose distribution conditions are different, write
- to the author to ask for permission. For software which is
- copyrighted by the Free Software Foundation, write to the Free
- Software Foundation; we sometimes make exceptions for this. Our
- decision will be guided by the two goals of preserving the free
- status of all derivatives of our free software and of promoting
- the sharing and reuse of software generally.
-
- NO WARRANTY
-
- 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
- WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE
- LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS
- AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
- OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
- PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
- DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR
- OR CORRECTION.
-
- 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
- WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY
- MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE
- LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
- INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
- INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
- DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU
- OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY
- OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
- ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
- END OF TERMS AND CONDITIONS
-
-
-Section 4 - 3rd Party Components
-
-(1) The Software Program includes software and documentation components
-developed in part by Silver Egg Technology, Inc.("SET") prior to
-2001. All SET components were released under the following license.
-
- Copyright (c) 2001 Silver Egg Technology
-
- Permission is hereby granted, free of charge, to any person
- obtaining a copy of this software and associated documentation
- files (the "Software"), to deal in the Software without
- restriction, including without limitation the rights to use,
- copy, modify, merge, publish, distribute, sub-license, and/or
- sell copies of the Software, and to permit persons to whom the
- Software is furnished to do so, subject to the following
- conditions:
-
- The above copyright notice and this permission notice shall be
- included in all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- OTHER DEALINGS IN THE SOFTWARE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/tarsnap b/sdk_container/src/third_party/portage-stable/licenses/tarsnap
deleted file mode 100644
index fc8e38ef94a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/tarsnap
+++ /dev/null
@@ -1,21 +0,0 @@
-Unless specified otherwise in individual files, the contents of this
-package is covered by the following copyright, license, and disclaimer:
-
-Copyright 2006, 2007, 2008, 2009 Colin Percival
-All rights reserved.
-
-Redistribution and use in source and binary forms, without modification,
-is permitted for the sole purpose of using the "tarsnap" backup service
-provided by Colin Percival.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/tcp_wrappers_license b/sdk_container/src/third_party/portage-stable/licenses/tcp_wrappers_license
deleted file mode 100644
index 5aab6c14f19..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/tcp_wrappers_license
+++ /dev/null
@@ -1,31 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-
-As of June 1, 2001, the text below constitutes the TCP Wrappers license.
-
-/************************************************************************
-* Copyright 1995 by Wietse Venema. All rights reserved. Some individual
-* files may be covered by other copyrights.
-*
-* This material was originally written and compiled by Wietse Venema at
-* Eindhoven University of Technology, The Netherlands, in 1990, 1991,
-* 1992, 1993, 1994 and 1995.
-*
-* Redistribution and use in source and binary forms, with or without
-* modification, are permitted provided that this entire copyright notice
-* is duplicated in all such copies.
-*
-* This software is provided "as is" and without any expressed or implied
-* warranties, including, without limitation, the implied warranties of
-* merchantibility and fitness for any particular purpose.
-************************************************************************/
-
------BEGIN PGP SIGNATURE-----
-Version: 2.6.3i
-Charset: noconv
-
-iQCVAwUBOxo3X9yA8qbVMny5AQHT8wP9FZOtWxEM4SMj4Sj9QezMERz31n5fd0pC
-jUDnyzmosOudM/iFlv6YfyR820aNvNNI+AdtgWYRPVHocVNOrZcmu7IADO8hlU//
-v8BeBE0bdjeVmOQYRQfXgt3J2q0b8x8Q5a/LCLVLh8k6DFGg8AfEbLDQWhi1JiXC
-0JsaB8crR3M=
-=0AMW
------END PGP SIGNATURE-----
diff --git a/sdk_container/src/third_party/portage-stable/licenses/teamspeak3 b/sdk_container/src/third_party/portage-stable/licenses/teamspeak3
deleted file mode 100644
index 1f294e0cd6a..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/teamspeak3
+++ /dev/null
@@ -1,1141 +0,0 @@
-General Business Terms and customer information
-TeamSpeak Systems GmbH
-
-
-I. General Business Terms
-
-1. Scope
-
- 1.1. These General Business Terms (hereinafter referred to as "General
- Business Terms" - German abbreviation - AGB]) shall apply to all contracts
- between TeamSpeak Systems GmbH, Soiernstr. 1, 82494 Krün, entered in the
- register of companies of Munich County Court under the register number HRB
- 172523 (hereinafter referred to as "TeamSpeak") and the customer concerning
- the services offered via the websites of TeamSpeak which can be called
- under the domains teamspeak.com, teamspeakusa.com and myteamspeak.com
- (hereinafter the first and the second one referred to as "TeamSpeak.com"
- and the last one referred to as "Myteamspeak.com"; all of them jointly
- referred to as "TeamSpeak Websites").
- 1.2. These General Business Terms shall also apply to all future services
- or offers to the customer, even if they are not agreed separately once
- again.
- 1.3. Deviating, additional General Business Terms of the customer or which
- contradict these General Business Terms will not be accepted by TeamSpeak
- so that these will not be included in the contract. This shall not apply if
- TeamSpeak has approved the inclusion of the customer's General Business
- Terms.
-
-2. Capacity as an entrepreneur
-
- 2.1. All offers of TeamSpeak against payment are exclusively directed at
- entrepreneurs within the meaning of Section 14 BGB [German Civil Code],
- which order and use the services of TeamSpeak within the framework of their
- independent, professional or commercial activity
- 2.2. TeamSpeak will check the customer's capacity as an entrepreneur before
- conclusion of the contract concerning services against payment.
- 2.3. An entrepreneur is each natural person or legal entity or a
- partnership with legal capacity, which acts while performing its commercial
- or independent professional activity upon conclusion of a legal
- transaction, here thus the conclusion of the contract with TeamSpeak.
- 2.4. A consumer is each natural person, who concludes a legal transaction,
- here thus the conclusion of a contract with TeamSpeak, for purposes, which
- can mainly neither be attributed to their commercial, nor their independent
- professional activity.
- 2.5. Non-commercial grouping within the meaning of these General Business
- Terms is each grouping of consumers or each legal entity, whose business
- activity does not serve to generate profits, in particular legal entities,
- which pursue a non-profit-making corporate purpose.
-
-3. Scope of contract
-
- 3.1. TeamSpeak is the provider of the software solutions "TeamSpeak 3" and
- "TeamSpeak 3 Software Development Kit" (hereinafter referred to as
- "software solutions"), which enable the customer to communicate with third
- parties by speech or text as well as to exchange files.
- 3.1.1 The software solution "TeamSpeak 3" enables the customer to
- communicate with third parties by sharing its TeamSpeak-Server address
- with said third parties. The number of third parties, to which the
- communication channels can be made available, depends on the licensing
- by the customer
- 3.1.2 The software solution "TeamSpeak 3 SDK" represents a solution for
- the integration of the technical solution for the voice transmission
- and other functions such as Filetransfer, chat function, etc. in own
- software solutions of the customer.
- 3.2. The software solutions are offered through the following licence
- models:
- 3.2.1 "Unlicensed": Under the licence model "Unlicensed" the software
- solutions "TeamSpeak 3" and its previous version "TeamSpeak 2" can be
- used free of charge. The use of the software solution "TeamSpeak 2" is
- limited to the use of a maximum of two virtual servers with up to 1000
- slots, the use of the software solution "TeamSpeak 3" to a virtual
- server with up to 32 slots. The use is carried out unlimited from the
- point of view of time. No feedback is given by the virtual server to
- TeamSpeak. The licence model "Unlicensed" is exclusively available to
- non-commercial groupings and consumers.
- 3.2.2 "Non-Profit" (hereinafter referred to as "NPL"): Under the
- licence model "NPL" the software solution "TeamSpeak 3" can be used
- free of charge. The use is limited here to two virtual servers with up
- to 512 slots. The duration of the licence is 6 months. A sub-licensing
- of slots and virtual servers to third parties is not permitted. The
- licence model "NPL" is exclusively available to non-commercial
- groupings and consumers.
- 3.2.3 Annual Activation/ Single Server" (hereinafter referred to as
- "AAL"): Under the licence model "AAL" the software solution "TeamSpeak
- 3" can be used against payment. The use is carried out, depending on
- the licensing chosen by the customer, between a virtual server with up
- to 32 slots up to 2 virtual servers with up to 1024 slots. The duration
- of the licence is one year. A sub-licensing of sots and virtual servers
- to third parties is not permitted.
- 3.2.4 "Authorized TeamSpeak Hosting Provider" (hereinafter referred to
- as "ATHP"): Under the licence model "ATHP" the software solution
- "TeamSpeak 3" can be used against payment to an unlimited extent and
- virtual servers and slots can be sublicensed to third parties. The
- duration of the licence is one year.
- 3.2.5 Software Development Kit (hereinafter referred to as "SDK"):
- Under the licence model "SDK" the software solution "TeamSpeak 3 SDK"
- can be used against payment for the purpose of integration into own
- software solutions of the user. The conditions of the licence model
- "SDK" shall be individually adjusted to the needs of the user and
- agreed.
- 3.3. TeamSpeak also mediates server places through TeamSpeak.com, which are
- offered by third party providers.
- 3.4. TeamSpeak provides to the customer via TeamSpeak.com the TeamSpeak
- Software Client (herein after referred to as “Client”). The client is
- provided for the operating systems Windows, Linux and macOS as well as for
- mobile devices (iOs or Android).
- 3.5. TeamSpeak operates a forum via TeamSpeak.com that enables the customer
- to publish contributions regarding the services of TeamSpeak, in particular
- questions, suggestions and assessments on TeamSpeak.com in the "Community"
- zone.
- 3.6. The customers additionally have the possibility to upload own software
- programmes onto the TeamSpeak websites, which are compatible with the
- software solutions of TeamSpeak (hereinafter referred to as "Add-ons") and
- to offer these to third parties for downloading as well as to download the
- Add-ons offered by third parties via TeamSpeak.com.
-
-
-
-A. Conclusion of Contract
-
-4. Conclusion of the contract with the acquisition of licences for the software
-
- 4.1. A contract will be concluded with TeamSpeak concerning the software
- solutions of these General Business Terms as described below:
- 4.1.1 "Unlicensed": The contract concerning the free use of the licence
- model "Unlicensed" shall be concluded by the downloading of the
- respective software solution by the customer and the fact that the
- software solution is made available by TeamSpeak.
- 4.1.1.1 For this purpose, the customer will press the button on
- TeamSpeak.com with the inscription "Licensing Overview" and
- subsequently the button displayed under the description of the
- licence model "Unlicensed" with the inscription "Download".
- 4.1.1.2 The customer has the possibility to download and use the
- software solution without registering or otherwise having to send
- data to TeamSpeak.
- 4.1.1.3 A binding contract will be concluded between TeamSpeak and
- the customer concerning the use of the software solution in the
- licence model "Unlicensed" when the software solution is
- downloaded.
- 4.1.2 "NPL": The contract concerning the free use of the licence model
- "NPL" shall be concluded as follows:
- 4.1.2.1 The customer will press the button with the inscription
- "Licensing Overview" and subsequently the button displayed under
- the description of the licence model "NPL" with the inscription
- "Register" on TeamSpeak.com.
- 4.1.2.2 The customer will press the button on the displayed
- overview with the inscription "Continue to NPL Application." and
- confirm the existence of the pre-requisites of a non-commercial
- grouping or the capacity as a consumer by pressing the button with
- the inscription "Continue". It will additionally confirm the
- licence conditions and these General Business Terms by pressing the
- button with the inscription "I agree".
- 4.1.2.3 By pressing the "Submit" button the customer will send an
- offer for the conclusion of the contract concerning the licence
- model "NPL" to TeamSpeak. Before pressing the button with the
- inscription "Submit" the customer has the possibility to delete or
- correct its input or to also interrupt the process by pressing the
- "Back" button of its browser at all times.
- 4.1.2.4 The customer will receive a confirmation e-mail from
- TeamSpeak to the e-mail address entered during the registration
- process, which confirms the receipt of the customer's offer by
- TeamSpeak. A contract will not be concluded with the receipt of
- this confirmation e-mail by the customer.
- 4.1.2.5 TeamSpeak shall accept the offer of the customer by making
- the software solution available for downloading. A binding contract
- concerning the use of the software solution in the licence model
- "NPL" is hereby concluded between TeamSpeak and the customer.
- 4.1.2.6 The customer will receive a confirmation e-mail from
- TeamSpeak to the e-mail address entered during the registration
- process, in which the essential contents of the concluded contract
- are summarised. The General Business Terms will also be sent to the
- customer with this confirmation e-mail.
- 4.1.3 "AAL": The contract concerning the use of the licence model "AAL"
- against payment will be conclude as follows:
- 4.1.3.1 The customer registers for a customer account for
- TeamSpeak.com: The customer presses the button with the inscription
- "Sales" and subsequently the button with the inscription "Continue
- to register for an account." It will complete the displayed
- registration form and send this by pressing the button with the
- inscription "Register".
- 4.1.3.2 The customer will receive an overview of the data entered
- by it and will be given the possibility to correct or delete these
- after pressing the button with the inscription "Modify" or to also
- discontinue the registration process by closing the browser window
- or pressing the "Back" button of the browser.
- 4.1.3.3 When pressing the button with the inscription "Confirm" the
- customer submits a binding offer for the conclusion of a contract
- concerning the opening of its customer account
- 4.1.3.4 TeamSpeak shall send a confirmation e-mail to the customer
- with a confirmation link and a password.
- 4.1.3.5 TeamSpeak will display the licence models offered to the
- customer in the customer area of its customer account. With this
- display TeamSpeak submits a binding offer for the conclusion of a
- contract with the customer concerning the displayed licence models.
- 4.1.3.6 The customer will select the licence "TeamSpeak 3 Annual
- Activation License" requested by it in its customer account and
- press the button with the inscription ”Add”. By pressing the
- button ”Add” the customer accepts the offer of TeamSpeak for the
- conclusion of the contract and a binding contract will be concluded
- regarding the use of the software solution in the licence model
- "AAL".
- 4.1.3.7 The customer will receive a confirmation e-mail from
- TeamSpeak to the e-mail address entered during the registration
- process, in which the essential contents of the concluded contract
- are summarised.
- 4.1.4 "ATHP": The contract concerning the use of the licence model
- "ATHP" against payment shall be concluded as follows:
- 4.1.4.1 The customer will register for a customer account for
- TeamSpeak.com. The steps of the registration are oriented to
- Subclauses 4.1.3.1 to 4.1.3.4 of these General Business Terms.
- 4.1.4.2 The customer will select the licence "TeamSpeak 3 ATHP
- Application" requested by it in its customer account and press the
- button with the inscription ”Add”. An invoice for the $50 USD
- application fee will be generated. Once the customer has paid the
- application fee, TeamSpeak will send an e-mail to the customer with
- instructions to complete the application process (as described
- below).
- 4.1.4.3 The customer sends to TeamSpeak the completed application
- form, the signed licence agreement, a copy of the personal identity
- card or passport of a person, who is entitled to representation as
- well as the application for trade registration or a business
- licence or any other document which identifies the customer as an
- entrepreneur within the meaning of clause 2.3 of this General
- Business Terms. The documents will be sent to TeamSpeak by e-mail
- to the e-mail address athps@teamspeak.com or by fax to the fax
- number +1-619-600-0676. With the sending of the aforementioned
- documents the customer submits a binding offer for the conclusion
- of a contract.
- 4.1.4.4 TeamSpeak will send a confirmation e-mail to the customer
- to the e-mail address deposited in the customer account, which
- confirms the receipt of the customer's offer. A contract will not
- be concluded with the receipt of this confirmation e-mail.
- 4.1.4.5 TeamSpeak will accept the offer of the customer by making
- the software solution available for downloading in the customer
- area of the customer account. A binding contract will be concluded
- between the customer and TeamSpeak concerning the use of the
- software solution in the licence model "ATHP" when the software
- solution is made available.
- 4.1.4.6 The customer will receive a confirmation e-mail from
- TeamSpeak to the e-mail address entered within the framework of the
- registration, in which the essential contents of the concluded
- contract are summarised.
- 4.1.5 "Software Development Kit" (hereinafter referred to as "SDK"):
- The contract concerning the use of the licence model "SDK" against
- payment shall be concluded by the individual contract concluded with
- the customer.
- 4.1.5.1 The customer will contact TeamSpeak by e-mail at the e-mail
- address ts3sdk@teampeak.com or bizdev@teamspeak.com or by telephone
- under the number +1-619-312-6255.
- 4.1.5.2 TeamSpeak will send an offer to the customer concerning the
- services requested by the customer in a text form to the e-mail
- address entered by the customer. With this e-mail TeamSpeak submits
- a binding offer for the conclusion of a contract at the conditions
- described in the e-mail.
- 4.1.5.3 A binding contract concerning the use of the licence model
- "SDK" will be concluded through the acceptance of the offer of
- TeamSpeak by the customer in a text form.
-
-5. Conclusion of contract concerning the mediation of server places
-
- 5.1. The customer will be forwarded to the Internet presence of the third
- party provider via TeamSpeak.com.
- 5.2. A contract will be exclusively concluded between the customer and the
- respective third party in the event of the mediation of server places
- offered by a third party.
-
-6. Conclusion of contract concerning the licensing of the client
-
- 6.1. A contract concerning the licensing of the client will be concluded as
- follows:
- 6.1.1 The customer will press the button with the inscription
- “Download” on TeamSpeak.com. The customer will be directed to a
- sub-domain which shows all available versions of the Client (Windows,
- Linux and macOS as well as the versions for mobile devices).
- 6.1.2 The customer will select the version which fits to his needs and
- will press the button with the inscription “Download” which is
- displayed next to the version he has chosen.
- 6.1.3 If the customer choses the versions Windows, Linux or macOS, by
- pressing the button “Download” the customer submits a binding offer for
- the conclusion of the contract. A binding contract is concluded if and
- when the client is successfully downloaded.
- 6.1.4 If the customer choses a version for mobile devices, the customer
- will be directed to the internet-shop “Apple AppStore” (iOS) or
- “Android Market” (Android). The customer gets the possibility to
- download the client within the terms and conditions of the provider of
- the respective shop. The customer should inform himself about these
- terms and conditions in the shop of the third-party provider.
-
-7. Conclusion of contract concerning the upload and download of Add-ons
-
- 7.1. TeamSpeak only makes the platform available for the purpose of
- uploading and downloading Add-ons. The contract concerning the use of the
- respective Add-On shall be exclusively concluded between the customer,
- which uploads the Add-On and the customer, which downloads the Add-On.
- 7.2. In order to upload Add-ons the customer must register for a customer
- account as a Developer (hereinafter referred to as "Developer Account").
- 7.3. For this purpose, the customer will press the button with the
- inscription "MyTeamSpeak" and on the subsequently displayed subpage the
- button with the inscription "Register".
- 7.4. The customer will complete the displayed registration form with
- details of an e-mail address and a password and press the button with the
- inscription "Register".
- 7.5. TeamSpeak will send a confirmation e-mail to the customer with a
- confirmation link.
- 7.6. The customer will press the confirmation link contained in the e-mail
- and will be kept in its customer account under the menu item "Dashboard".
- 7.7. The customer will press the button in its customer account with the
- inscription "Become a developer". By entering its name and mobile phone
- number the customer completes a registration form and presses the button
- with the inscription "Send confirmation code".
- 7.8. TeamSpeak will send a confirmation code to the mobile phone number
- entered by the customer with a limited period of validity.
- 7.9. The customer will enter the confirmation code in the form field
- envisaged for this purpose and press the button with the inscription
- "Confirm".
- 7.10. In order to download Add-ons the customer does not have to register
- for a customer account. The downloading is made possible free of charge on
- the subpage "MyTeamSpeak" and without registration.
-
-8. Conclusion of a contract with the use of the forum
-
- 8.1. The customer shall press the button with the inscription "Forum" and
- subsequently the button with the inscription "Register".
- 8.2. The customer will complete the registration form displayed after
- pressing the "Register" button.
- 8.3. After completing the registration form the customer will press the
- button with the inscription "Complete Registration". It can correct its
- data at all times until the "Complete Registration" button is pressed or
- discontinue the registration by closing its browser window or pressing the
- "Back" button of its browser.
- 8.4. The customer will receive a confirmation of receipt from TeamSpeak,
- which contains a confirmation link. This confirmation of receipt does not
- represent an offer for the conclusion of a contract by TeamSpeak, but
- merely serves to verify the customer's data.
- 8.5. The customer can press the confirmation link and then log-in to its
- customer account. When pressing the confirmation link the customer submits
- a binding offer concerning the free use of the forum.
- 8.6. With the provision of the customer account TeamSpeak accepts the offer
- of the customer so that a binding contract is concluded.
-
-
-
-B. Special terms for the aforementioned contracts
-
-9. Licence fees for the software solutions
-
- 9.1. Licence fees within the framework of the licence model "ATHP":
- 9.1.1 A flat rate basic fee as well as use-based regular licence fees
- are to be paid for the use of the software solution in the licence
- model "ATHP".
- 9.1.2 The basic fee is a flat rate of 50 U.S. Dollars and will be due
- and payable one time upon conclusion of the contract.
- 9.1.3 The amount of the recurring licence fees for the granting of the
- licence in the licence model "ATHP" will be determined based on the
- actual use of the number of slots per calendar day. For this purpose
- the number of used slots by the virtual server will be transmitted
- daily to a server operated by TeamSpeak. The customer obligates towards
- TeamSpeak not to take any measures, which are suitable for preventing
- this transmission or for changing the transmission result. The regular
- licence fees will be due and payable ten workdays after receipt of the
- invoice by the customer.
- 9.1.4 A minimum licence fee shall be deemed as agreed between the
- customer and TeamSpeak. For the first year in which the licence is used
- this is the licence fee for a use of 200 used slots and for each
- further year in which the licence is used the licence fee for a use of
- 1000 used slots. If the minimum licence fee is not achieved the
- customer, nevertheless, has to pay licence fees in the amount of the
- minimum licence fee.
- 9.2. Subject to Subclause 9.1 of these General Business Terms or a
- deviating agreement between the customer and TeamSpeak the licence fees
- stated in the service specifications for the respective licence model shall
- be deemed as agreed.
- 9.3. TeamSpeak is entitled to change the licence fees within the framework
- of a further development of the software solutions or due to the adjustment
- to the market situation.
- 9.4. In the event of a price adjustment a list with the changed prices will
- be sent to the customer in a text form.
- 9.5. The customer has the possibility to terminate the licence agreement
- extraordinarily without notice within a deadline of four weeks beginning
- with the receipt of the notification described in Subclause 9.4 of these
- General Business Terms.
- 9.6. The customer has the possibility to object to the price adjustment
- within a deadline of four weeks beginning with the receipt of the
- notification described in Subclause 9.4 of these General Business Terms. In
- the event of an objection of the customer TeamSpeak is entitled to
- terminate the contract extraordinarily within a deadline of four weeks
- beginning with the receipt of the objection by TeamSpeak.
-
-10. Price details and terms of payment concerning the licensing of the software
-solutions
-
- 10.1. All prices or price details stated by TeamSpeak shall always concern,
- even if an explicit currency detail is missing, US Dollar, insofar as not
- agreed otherwise between the parties.
- 10.2. All prices or price details shall be deemed plus the respective
- applicable value added tax as well as public duties, which possibly
- continue to be due.
- 10.3. Only the payment possibilities displayed under the menu item "Pay"
- are open to the customer with orders via TeamSpeak.com, whereby TeamSpeak
- explicitly reserves the right to refuse a payment method selected by the
- customer in the contractual offer.
- 10.4. In case of orders by telephone or orders sent by e-mail, fax or post
- the payment by bank transfer is agreed as payment in advance subject to a
- deviating agreement, whereby the remuneration of TeamSpeak will be due and
- payable upon conclusion of the contract, i.e. that the customer is obliged
- to pay the remuneration in advance.
- 10.5. In the event of the agreement of a payment by invoice the payment
- will be due and payable within fourteen days from the time when the invoice
- is received by the customer.
- 10.6. TeamSpeak is entitled to only carry out or provide still outstanding
- services against advance payment or provision of security if it becomes
- aware of circumstances after conclusion of the contract, which are suitable
- for substantially reducing the creditworthiness of the customer and through
- which the payment of the outstanding receivables of TeamSpeak by the
- customer from the respective contractual relationship (including from other
- individual orders) is jeopardised.
-
-11. Termination of the contracts concerning the licensing of the software
-solutions
-
- 11.1. The contracts have the contractual term stated in the service
- specifications (hereinafter referred to as "minimum contractual term"),
- i.e.
- 11.1.1 The contract concerning the licence model "Unlicensed" has no
- fixed contractual term. The licence model can be used by the customer
- at all times as long as TeamSpeak offers this licence model.
- 11.1.2 The contract concerning the licence model "NPL" has a minimum
- contractual term of six months.
- 11.1.3 The contract concerning the licence model "AAL" has a minimum
- contractual term of twelve months.
- 11.1.4 The contract concerning the licence model "ATHP" has a minimum
- contractual term of twelve months.
- 11.1.5 The contract concerning the licence model "SDK" has the
- individually agreed minimum contractual term.
- 11.2. The licence agreement can be terminated by the customer at all times
- as of the end of the minimum contract term without adhering to a period of
- notice. TeamSpeak can terminate the licence agreement at all times by
- adhering to a period of notice in the amount of half the period of the
- minimum contractual term as of the end of the minimum contractual term.
- 11.3. The contract will be extended automatically by the minimum
- contractual term if none of the parties terminates the contract as of the
- end of the minimum contractual term. With the licence model "NPL" the
- contract will only be extended automatically if the customer has used the
- software solution within a period of one month before termination of the
- minimum contractual term; otherwise the contract will end automatically
- with the termination of the minimum contractual term.
- 11.4. The right of both parties to the extraordinary termination shall
- remain unaffected.
- 11.5. An extraordinary right of termination for TeamSpeak shall in
- particular exist,
- 11.5.1 if the customer is in default with two consecutive invoices
- regarding the licence payment.
- 11.5.2 if the customer repeatedly falls short of the minimum licence
- fee with a contract concerning the licence model "ATHP".
- 11.5.3 if, despite a warning, the customer repeatedly breaches its
- obligations from the licence agreement, including these General
- Business Terms, and the breaches are not insignificant.
- 11.5.4 if the customer, despite a warning by TeamSpeak, repeatedly
- breaches its main obligation under this contract and is responsible for
- the breach.
- 11.5.5 if the customer has selected the licence models "Unlicensed" or
- "NPL" without having the capacity as a consumer or non-commercial
- grouping or this capacity has subsequently ceased to exist. In this
- case the right is reserved to assert damages.
- 11.6. Each termination requires a text form.
-
-12. Obligations of the customer concerning the use of the client
-
- 12.1. The customer has the obligation and responsibility to make use of
- data backups at sufficient intervals. TeamSpeak assumes no responsibility
- for any loss of data resulting from a breach of this obligation. This does
- not apply if TeamSpeak is responsible for the breach.
- 12.2. The customer shall make use of virus protection following the latest
- technical standards.
- 12.3. Standard software upgrades are free of charge, if and when they
- become available. The customer has the responsibility to install client
- upgrades promptly after publication. Otherwise the usability of the client
- may be restricted.
-
-13. Termination of the contracts concerning the client
-
- 13.1. The customer is entitled to terminate this agreement at any time by
- removal of the client from all devices.
- 13.2. The mutual right for premature extraordinary termination (also
- without previous notice) remains unaffected
- 13.3. Any termination requires the immediate removal of the client.
-
-14. Publication of contributions in the forum
-
- 14.1. The registered customer has the possibility to publish contributions
- via the customer area of its customer account in the "Forum" zone on
- TeamSpeak.com.
- 14.2. For the purpose of publishing a new contribution the customer will
- upload the contribution by pressing the "Post New Thread" button . When
- replying to the contribution of another customer the customer will press
- the button with the inscription "Reply To Thread" in order to publish its
- reply contribution. The contribution will be transmitted to TeamSpeak
- hereby and published by TeamSpeak on TeamSpeak.com.
- 14.3. TeamSpeak does not check the contributions before publication. In the
- event of a reference to the unlawful nature of a contribution TeamSpeak
- explicitly reserves the right to delete individual contributions.
- 14.4. The customer undertakes towards TeamSpeak not to publish any
- contributions, which violate the laws of the Federal Republic of Germany or
- infringe the rights of third parties.
- 14.5. The customer shall indemnify TeamSpeak from all rights of third
- parties, which these assert against TeamSpeak owing to the publication of
- contributions on TeamSpeak.com by the customer. Subject to the approval of
- the customer TeamSpeak will not submit any acknowledgements or other
- legally relevant declarations, which substantiate the asserted claims of
- the third party.
- 14.6. The indemnification obligation described in Subclause 14.5 of these
- General Business Terms shall cease to apply if the circumstances which
- substantiate the claims of the third party are verifiably due to a grossly
- negligent or wilful misconduct of TeamSpeak.
- 14.7. TeamSpeak undertakes to inform the customer immediately of the filing
- of actions against it or the assertion of claims and to give it the
- possibility to take over the legal defence.
-
-15. Termination of the user account for the forum
-
- 15.1. The customer has the possibility to have its customer account deleted
- by TeamSpeak at all times. For this purpose the customer will send the
- deletion request to TeamSpeak in a text form. A termination is also
- possible towards a moderator of the forum in a text form. TeamSpeak will
- delete the customer's forum account immediately after receipt of the
- termination. Contributions published by the customer can be deleted or
- anonymised at the discretion of TeamSpeak. The contract concerning the use
- of the customer account will end with the deletion.
- 15.2. TeamSpeak is entitled to terminate the contract concerning the use of
- the customer account at all times by adhering to a period of notice of
- three months to the end of the quarter of a calendar year.
- 15.3. The right to the extraordinary termination of both parties shall
- remain unaffected. A right to the extraordinary termination shall in
- particular exist if the customer, despite a warning, repeatedly breaches
- its obligations from Subclause 14.4 of these General Business Terms and the
- breach is not insignificant.
- 15.4. Each termination shall require a text form.
-
-16. Publication of Add-ons
-
- 16.1. If the customer is registered as a Developer it has the possibility
- to upload Add-ons and therefore offer these to third parties for download
- free of charge
- 16.2. In order to upload Add-Ons the customer will press the button with
- the inscription "Upload Add-ons" in the customer area of its customer
- account.
- The customer will transmit the Add-ons uploaded to it by pressing the
- button with the inscription "Add Addon" to TeamSpeak.
- 16.3. TeamSpeak publishes the Add-ons on "MyTeamSpeak".
- 16.4. TeamSpeak does not check the uploaded Add-ons before publication. In
- the event of a reference to the unlawful nature of an Add-On TeamSpeak
- explicitly reserves the right to delete individual contributions.
- 16.5. The customer undertakes towards TeamSpeak not to publish any Add-ons,
- which violate the laws of the Federal Republic of Germany or infringe the
- rights of third parties.
- 16.6. The customer shall indemnify TeamSpeak from all rights of third
- parties, which these assert against TeamSpeak owing to the publication of
- Add-ons on TeamSpeak.com by the customer. Subject to the approval of the
- customer TeamSpeak will not submit any acknowledgements or other legally
- relevant declarations, which substantiate the asserted claims of the third
- party.
- 16.7. The indemnification obligation described in Subclause 16.6 of these
- General Business Terms shall cease to apply if the circumstances which
- substantiate the claims of the third party are verifiably due to a grossly
- negligent or wilful misconduct of TeamSpeak.
- 16.8. TeamSpeak undertakes to inform the customer immediately of the filing
- of actions against it or the assertion of claims and to give it the
- possibility to take over the legal defence.
-
-17. Termination of the customer account as a Developer
-
- 17.1. The customer has the possibility to have its customer account as
- Developer deleted by TeamSpeak at all times. For this purpose the customer
- will send the deletion request to TeamSpeak in a text form. TeamSpeak will
- delete the customer's Developer account immediately after receipt of the
- termination. Add-ons published by the customer will also be deleted
- immediately. With the deletion the contract will end concerning the use of
- the Developer account.
- 17.2. TeamSpeak is entitled to terminate the contract concerning the use of
- the Developer account at all times by adhering to a period of notice of
- three months to the end of the quarter of a calendar year.
- 17.3. The right to the extraordinary termination of both parties shall
- remain unaffected. A right to the extraordinary termination shall in
- particular exist if the customer, despite a warning, repeatedly breaches
- its obligations from Subclause 16.5 of these General Business Terms and the
- breach is not insignificant.
- 17.4. Each termination shall require a text form.
-
-
-
-C. General terms
-
-18. Warranty
-
- 18.1. The statutory warranty rights shall apply to consumers.
- 18.2. The following provisions will apply towards entrepreneurs:
- 18.2.1 The warranty rights of the customer shall become statute-barred
- within one year. This shall not apply to culpably caused damages that
- can be attributed to TeamSpeak from the injury to life, the body or the
- health and damages caused by gross negligence or wilful intent or
- fraudulent intent as well as with claims for recourse according to
- Sections 478, 479 BGB.
- 18.2.2 A warranty on the part of TeamSpeak is excluded insofar as the
- defect was suffered due to circumstances, which TeamSpeak caused at the
- explicit request of the customer.
- 18.2.3 The liability for damages, irrespective of fault, for initial
- defects according to Section 536a Par. 1 BGB is excluded.
-
-19. Liability
-
- 19.1. TeamSpeak shall be liable in all cases of contractual and
- non-contractual liability in case of wilful intent and gross negligence
- according to the statutory provisions.
- 19.2. In other cases TeamSpeak shall only be liable - insofar as not
- otherwise regulated in Subclause 19.3 of these General Business Terms -
- with a breach of a contractual obligation, the fulfilment of which makes
- the proper execution of the contract possible at all and on the compliance
- with which the customer may therefore, as a rule, rely upon (so-called
- cardinal obligation). The liability of TeamSpeak is excluded in all other
- cases, subject to the regulation in Subclause 19.3 of these General
- Business Terms.
- 19.3. Insofar as TeamSpeak is fundamentally liable according to Subclause
- 19.1 of these General Business Terms, this liability is limited to damages,
- which TeamSpeak foresaw as a possible consequence of a breach of contract
- upon conclusion of the contract or should have foreseen when applying the
- customary care and attention. Indirect damages and follow-up damages, which
- are the consequence of defects to the service by TeamSpeak, are in addition
- only capable of compensation insofar as such damages can typically be
- expected with the use of the service as intended.
- 19.4. The liability of TeamSpeak for damages from the injury to life, the
- body or the health and according to the German Product Liability Act shall
- remain unaffected by the aforementioned liability limitations and
- exclusions.
-
-20. Offsetting, rights of retention and assignment
-
- 20.1. The customer is only entitled to offset against claims against
- TeamSpeak, which have been declared final and binding or are undisputed.
- The same shall apply to the assertion of rights of retention.
- 20.2. The assignment of claims against TeamSpeak to third parties is only
- possible with the written consent of TeamSpeak. This shall in particular
- also apply to an assignment of the licence granted by TeamSpeak to third
- parties.
-
-21. Text form
-
- 21.1. Addendums and amendments to the reached agreements between TeamSpeak
- and the customer including these General Business Terms shall require a
- text form in order to be valid.
- 21.2. With the exception of managing directors or authorized signatories
- the employees of TeamSpeak are not entitled to reach oral agreements, which
- deviate from these regulations.
-
-22. Applicable law and place of jurisdiction
-
- 22.1. German law will apply. With consumers this choice of law will only
- apply insofar as the protection granted by mandatory provisions of the law
- of the state of the consumer's customary place of above is not withdrawn
- hereby (principle of favourability).
- 22.2. The place of performance for all services from the business
- relationships existing with TeamSpeak as well as the place of jurisdiction
- is the registered seat of TeamSpeak, insofar as the user is not a consumer,
- but a merchant, legal entity under public law or special fund under public
- law. The same shall apply if the user does not have a general place of
- jurisdiction in Germany or the EU or the place of residence or customary
- place of abode is not known at the time when the action is filed. The
- authorization to also bring the matter before the court at another
- statutory place of jurisdiction, shall remain unaffected hereby.
- 22.3. The provisions of the UN Convention on Contracts for the
- International Sale of Goods will explicitly not apply.
-
-
-
-II. Customer information
-
-1. Identity of the provider
-
-TeamSpeak Systems GmbH
-Soiernstr. 1
-82494 Krün
-Phone: +49-8825-920-2000
-E-mail: info@teamspeak.com
-
-2. Information regarding the conclusion of the contract
-
-The technical steps for the conclusion of the contract, the conclusion of the
-contract itself and the possibilities for correction are carried out according
-to clause B. of the General Business Terms (Part I).
-
-3. Contractual language, storage of contractual text
-
-The contractual language is German.
-The full contractual text is not stored by TeamSpeak. Before sending the
-respective offer the offer data can be printed out or stored electronically
-through the print function of the browser. With the acceptance of the offer by
-TeamSpeak the contractual data, the information stipulated by law with distance
-selling contracts and the General Business Terms will be sent to the user by
-e-mail once again.
-
-4.Essential features of the goods and services
-
-The essential features of the goods and services can be found in the service
-specifications and the supplementary details on TeamSpeak.com.
-
-5.Prices and payment modalities
-
-All prices and payment modalities can be seen during the conclusion of the
-respective contract as well as above in the General Business Terms (Part I.).
-
-6.Statutory right to liability for defects
-
-The statutory rights to liability for defects shall exist towards consumers.
-
-7.Term of contract, termination
-
-You can find information relating to the term of the contract as well as the
-terms and conditions for the termination in the respective service
-specifications as well as in B. of the General Business Terms.
-
-
-
-
-
-Privacy statement
-
-TeamSpeak Systems GmbH
-
-1. Scope
-
- 1.1 Please find information below concerning the collection, storage and
- processing of personal data when using the websites operated by TeamSpeak
- Systems GmbH under the domains teamspeak.com, teamspeakusa.com and
- myteamspeak.com (hereinafter the first and the second one referred to as
- "TeamSpeak.com" and the last one referred to as "Myteamspeak.com"; all of
- them jointly referred to as "TeamSpeak Websites"), especially but not
- restricted to the download of the software solutions "TeamSpeak 3" and
- "TeamSpeak 3 Software Development Kit" (hereinafter referred to as
- "software solutions"), download and use of the TeamSpeak Software Client
- (for PC or for mobile devices), participation in the forum as well as the
- down- and upload of own software programmes onto the TeamSpeak websites,
- which are compatible with the software solutions of TeamSpeak (hereinafter
- referred to as "Add-ons") as well as rent of servers.
- 1.2 Personal data are all data, which can refer back to you personally,
- i.e. could be associated with your person. These are in particular name,
- e-mail address, address, telephone number, user behaviour, IP address, etc.
-
-2. Service provider
-
- 2.1 The service provider according to Section 13 German Telemedia Act and
- the responsible body according to Section 3 Par. 7 Federal Data Protection
- Act is TeamSpeak Systems GmbH, Soiernstr. 1, 82494 Krün, entered in the
- register of companies of Munich County Court under the register number HRB
- 172523 (hereinafter referred to as "TeamSpeak").
- 2.2 The TeamSpeak Websites contain links, by activating which you will be
- forwarded to the websites of third parties. TeamSpeak explicitly points out
- that in this case you must inform yourself on the linked website about the
- collection, storage and processing of personal data by the third party
- provider, as TeamSpeak has no influence on such a process.
-
-3. Information
-
- 3.1 You are entitled to request detailed information from TeamSpeak at all
- times regarding the data stored and processed relating to your person as
- well as their origin, the purpose of the storage and processing as well as
- the recipients or categories of recipients, to whom these data are
- forwarded.
- 3.2 Please direct the enquiry for information by e-mail to
- privacy@teamspeak.com.
-
-4. Revocation
-
- 4.1 You can revoke your consent to the storage, collection and processing
- of your personal data at all times.
- 4.2 Please send your revocation by e-mail to privacy@teamspeak.com or by
- e-mail, telephone, post or fax to the contact details stated in the imprint
- of the TeamSpeak Websites.
-
-5. Use of cookies
-
- 5.1 Cookies are stored on your computer when using the TeamSpeak Websites,
- even if the TeamSpeak Websites are used purely for informational purposes.
- 5.2 Cookies are small text files, which are stored on your hard disk drive,
- allocated to the browser used by you, are stored and through which certain
- information is conveyed to the agency, which places the cookie. Cookies
- cannot carry out any programme and, above all, not transmit any viruses to
- your computer either. Cookies serve in particular to design the TeamSpeak
- Websites more user-friendly.
- 5.3 If you have a user account for the TeamSpeak Websites , cookies in
- particular serve to identifying you for follow-up visits to the TeamSpeak
- Websites. This prevents that you must log-in once again for each visit.
- 5.4 The TeamSpeak Websites use the following types of cookies:
- * Transient cookies, i.e. with temporary use
- * Persistent cookies, i.e. with time-limited use
- * Third party cookies, i.e. cookies of third party providers
- 5.5 Transient cookies will be deleted as soon as you close your browser.
- These shall in particular include the so-called session cookies. Session
- cookies store a session-ID, with which the enquiries of your browser can be
- allocated to the session so that your computer can be recognised again by
- the system when you return to the TeamSpeak Websites. As soon as you
- log-out or close your browser, all session cookies will be deleted
- automatically.
- 5.6 Persistent cookies will only be deleted after a duration that depends
- on the respective cookie, which goes beyond the session, however no later
- than two months after the cookie was set. You can delete these cookies
- yourself at all times in the security settings of your browser.
- 5.7 In your browser settings, you can adjust the use of cookies
- individually and also prevent this completely. You can also completely
- prevent the use of third party cookies. In this case it is, however,
- possible that you will not be able to use all functions of the TeamSpeak
- Websites.
- 5.8 The information stored via cookies will be stored separately from your
- other personal data and not linked with such data.
- 5.9 TeamSpeak points out that the third party providers, which collect data
- by using cookies, also use data regarding the use of the TeamSpeak Websites
- for user-generated advertising on other websites. TeamSpeak has no
- influence on this data collection.
-
-6. Informational use of the TeamSpeak Websites
-
- 6.1 In case of a purely informational use of the TeamSpeak Websites,
- TeamSpeak will only collect the data transmitted by your browser, these
- are:
- * Your IP address
- * Date, time and duration of your visit to the respective website of the
- TeamSpeak Websites
- * Your user behaviour, i.e. your visit to the TeamSpeak Websites,
- subpages of the TeamSpeak Websites as well as the order of your visits,
- clicks carried out as well as time spent on individual pages and
- subpages
- * Time zone difference to the Greenwich Mean Time
- * The access status / http-status code
- * Concretely transmitted data volumes
- * Operating system and its interface
- * Browser as well as language and version of the browser software
- * The website, from which the request comes
- When using a mobile device for visiting the TeamSpeak Websites the
- following data will be additionally stored:
- * Type of mobile device and its settings
- * Your location, from where you are accessing the TeamSpeak Websites
- 6.2 A purely informational use of the TeamSpeak Websites exists if you do
- not register for a customer account or a forum account, do not make any
- enquiry via the TeamSpeak Websites, nor download the software solutions or
- the TeamSpeak Software Client or send any other information regarding your
- person to TeamSpeak either.
-
-7. Data collection when acquiring licences for the software solutions via
-TeamSpeak.com
-
- 7.1 If you acquire licences for the software solutions via the TeamSpeak
- Websites, you must create a customer account. An order without an existing
- or a customer account that is to be newly created is not possible.
- 7.2 When registering for a user account your data given during the
- registration process - subject to a deletion of your user account by
- TeamSpeak that can be carried out at all times upon request by you - will
- be stored.
- 7.3 The data transmitted by you will, in particular, be used for the mutual
- fulfilment of the contract. For this purpose, your data will, if
- applicable, also be forwarded to the partner that is required in order to
- fulfil the contract. This is, for example, the payment service provider Pay
- Pal Inc., 2211 North First Street, 95131 San José, California, USA
- (hereinafter referred to as "PayPal"). You will find further information
- relating to the forwarding of your personal data to third parties under
- Subclause 11 of this privacy statement.
- 7.4 TeamSpeak additionally uses your personal data for the purpose of
- marketing and advertising for the services of TeamSpeak. However, without
- your separate consent information will only be send to you for this purpose
- relating to services of TeamSpeak, which are similar to the services used
- by you.
- 7.5 You have the possibility to have your customer account deleted by us at
- all times by sending a corresponding request to the e-mail address
- privacy@teamspeak.com or the data provided in the imprint of the TeamSpeak
- Websites. If your user account is deleted at your request your data will be
- deleted immediately, as soon as they are no longer required for the mutual
- fulfilment of the contract and TeamSpeak is not legally obliged to store
- that data.
- 7.6 In order to prevent unauthorized accesses of third parties to your
- personal data, in particular financial data, the order process will be
- encrypted per SSL technology.
-
-8. Download of the TeamSpeak Software
-
- 8.1 Download of the TeamSpeak Client Software
- * If you choose a version for mobile devices, you will be directed to the
- internet-shop “Apple AppStore” (iOS) or “Android Market” (Android). The
- third party provider may collect, store and process your personal data.
- Please inform yourself about the collection, storage and processing of
- data by the third part provider, as TeamSpeak has no influence on such
- a process.
- * During the download process TeamSpeak itself does not collect, store
- and process personal data in addition to that stated before. Subclauses
- 5 and 6 and 7.2 until 7.6 of this privacy statement apply accordingly.
- * If you choose to download a version of the TeamSpeak Software Client
- for PC Subclauses 5, 6 and 7.2 until 7.6 of this privacy statement
- apply accordingly. TeamSpeak does not collect, store and process any
- additional personal data from you.
- 8.2 Download of the TeamSpeak Server Software
- * By downloading TeamSpeak Server software via Docker, the third part may
- collect, store and process personal data. Please inform yourself about
- the collection, storage and processing of data by the third party
- provider, as TeamSpeak has no influence on such a process.
- * During the download process TeamSpeak itself does not collect, store
- and process personal data in addition to that stated before. Subclauses
- 5 and 6 and 7.2 until 7.6 of this privacy statement apply accordingly.
- * If you choose to download a version of the TeamSpeak Software Server
- for PC Subclauses 5, 6 and 7.2 until 7.6 of this privacy statement
- apply accordingly. TeamSpeak does not collect, store and process any
- additional personal data from you.
-
-9. Special terms for the use of the TeamSpeak Software Client (PC)
-
- 9.1 In the event of using the TeamSpeak Software Client TeamSpeak for PC
- TeamSpeak possibly collects, stores and processes the following data:
- * IP address
- * Used operation system and type (32 or 64 bit)
- * Data about your behavior (particularly clicks, used menus)
- * Crash report, if sent by the you (program line, incident, basic data of
- computer hardware used)
- 9.2 TeamSpeak uses this data exclusively for quality assurance as well as
- further development of the software solutions and the TeamSpeak Software
- Client. The data mentioned above under Subclause 9.1 of this Privacy
- Statement will not be combined with other personal data stored about you.
- The data will be anonymized immediately for further use.
- 9.3 If you do not agree with the collection, storage and processing of the
- data mentioned under clause 9.1 of this Privacy Statement you can change
- the status in the field “anonymous statistics” (following the menu items
- Settings - Options - Applications).
- 9.4 You can revoke your consent to collect, store and process the data
- mentioned under clause 9.1 of this Privacy Statement at all times. Please
- send your revocation by e-mail to privacy@teamspeak.com or by e-mail,
- telephone, post or fax to the contact details stated in the imprint of the
- TeamSpeak Websites. All personal data, which can refer back to you
- personally, will be deleted without undue delay.
- 9.5 The sending of a crash-report is subject to your separate consent which
- will be queried separately before you can send the report. You are not
- obligated to send a crash-report. If you send a crash-report, clause 9.2
- and 9.4 of this Privacy Statement apply accordingly.
-
-10. Server rent
-
- 10.1 TeamSpeak itself does not collect, store and process any personal data
- in addition to that stated before. Subclauses 5, 6 and 7.2 and 7.6 of this
- privacy statement apply accordingly.
- 10.2 TeamSpeak has no influence on the collection, storage and processing
- of your personal data by the lessor. Please inform yourself about the
- collection, storage and processing of data by the lessor.
- 10.3 If you rent a server of a third party, this contract is just mediated
- by TeamSpeak.
-
-11. Use of the forum
-
- 11.1 The forum can be read without this requiring a registration. In this
- case it concerns a purely informational use of the TeamSpeak Websites (cf.
- in this respect Subclause 6 of this privacy statement).
- 11.2 In order to be able to actively participate in the forum you must
- register and create a forum account. A user name, a password, your date of
- birth and your e-mail address are to be entered with the registration. It
- is not compulsory to use a real name, a use under a pseudonym user name is
- possible.
- 11.3 We use the so-called Double-Opt-In-procedure for the registration,
- i.e. your registration is only completed when you have previously confirmed
- your registration via a confirmation e-mail sent to you for this purpose by
- clicking on the link contained therein. If your corresponding confirmation
- is not carried out promptly, your registration will be automatically
- deleted from our database.
- 11.4 The data entered by you with the registration are stored by us and
- linked with the contents published by you, which are also stored by
- TeamSpeak. These data are exclusively used in order to operate the forum
- and to process the contract concluded with you concerning the use of the
- forum.
- 11.5 You have the possibility to have your forum account deleted by us at
- all times by a corresponding request to the e-mail address
- privacy@teamspeak.com or the data stated in the imprint of Teamsspeak.com.
- In this case the personal data stored regarding your forum account will be
- deleted immediately as soon as they are no longer required for processing
- the contractual relationship concerning the use of the forum and we are not
- legally obliged to store said data either. Contributions published by you
- will be displayed anonymised under the marking "guest" after the successful
- deletion of your forum account
-
-12. Up- and Downloading of Add-Ons
-
- 12.1 In order to be able to upload Add-Ons you must register for a customer
- account as a Developer (hereinafter referred to as "Developer Account").
- 12.1.1 During the registration you must submit your e-mail-address,
- your name and your phone number.
- 12.1.2 When registering for a developer account your data given during
- the registration process - subject to a deletion of your developer
- account by us that can be carried out at all times upon request by you
- - will be stored.
- 12.1.3 The data transmitted by you will, in particular, be used for the
- mutual fulfilment of the contract as well as the assertion of claims in
- the event that the Add-Ons uploaded by you violate the applicable Law
- or our General Business Terms.
- 12.1.4 TeamSpeak additionally uses your personal data for the purpose
- of marketing and advertising for the services of TeamSpeak. However,
- without your separate consent information will only be send to you for
- this purpose relating to services of TeamSpeak, which are similar to
- the services used by you.
- 12.1.5 You have the possibility to have your developer account deleted
- by us at all times by sending a corresponding request to the e-mail
- address privacy@teamspeak.com or the data provided in the imprint of
- the TeamSpeak Websites. If your user account is deleted at your request
- your data will be deleted immediately, as soon as they are no longer
- required for the mutual fulfilment of the contract and TeamSpeak is not
- legally obliged to store this data.
- 12.2 In order to download Add-Ons you do not have to register for a
- customer account. Subclauses 5 and 6 of this privacy statement apply
- accordingly.
-
-13. Use of the online enquiry; order by e-mail, fax or telephone
-
- 13.1 You also have the possibility to contact TeamSpeak online via your
- customer account as well as by telephone and by e-mail.
- 13.2 The data sent or entered by you within the framework of such will be
- used in order to answer your enquiry and to contact you by telephone or by
- e-mail for this purpose and, if applicable, for the mutual fulfilment of
- the contract. If your data are also used for the purpose of the mutual
- fulfilment of the contract Subclauses 7.2 and 7.3 of this privacy statement
- shall apply accordingly.
-
-14. Social networks and services of third parties
-
- 14.1 TeamSpeak uses social media plug-ins of the social networks Facebook,
- Google+, Twitter and YouTube on the TeamSpeak Websites.
- 14.2 No personal data will be transmitted to the providers of these
- plug-ins without you clicking on the button of a plug-in - irrespective of
- whether you place an order.
- 14.3 If you press the button of a plug-in personal data will be
- automatically transmitted to the provider of the plug-in and can be stored
- and used by that provider. Please note that this may be carried out
- overseas, i.e. in particular in the United States of America.
- 14.4 TeamSpeak has no full knowledge of the type and scope of the data
- collection and their use and processing and cannot exert any influence on
- such processes either.
- 14.5 If you activate a plug-in the plug-in provider will receive the
- information that you have activated this on the respective website of the
- TeamSpeak Websites or the corresponding subpage of the respective website
- from the TeamSpeak Websites. In addition, the information stated in
- Subclause 6 of this privacy statement will be transmitted to the plug-in
- provider. According to the own information of the plug-in provider in the
- case of Facebook only an anonymised IP address will be collected and
- transmitted in Germany.
- 14.5.1 The data collection and transmission described in Subclause 10.5
- of this privacy statement is carried out irrespective of whether you
- have a user account at the respective plug-in provider or not. If you
- have a user account at the respective plug-in provider and you are
- logged into this user account at the time, at which you click on the
- respective plug-in the data transmitted to the respective plug-in
- provider will be directly allocated to your user account. If you
- confirm the activated plug-in and e.g. link the page, the plug-in
- provider will also store this information in your user account and can
- also notify your contacts to the public. In order to prevent the
- allocation to your user account at the respective plug-in provider you
- should log-out from your user account at the respective plug-in
- provider before clicking the plug-in on the TeamSpeak Websites.
- 14.5.2 The respective plug-in provider stores the data transmitted to
- it, irrespective of whether you are also logged-in to your user account
- at the respective plug-in provider as a rule as user profiles, which
- are used for the following purposes:
- * Advertising suitable for the needs
- * Market research
- * Optimisation of the websites of the plug-in provider suitable for
- the needs
- * Information of other members of the social network about your
- activities on the TeamSpeak Websites
- 14.5.3 You are entitled to object to the formation of user profiles
- with the data collected about you. For this purpose, please contact the
- respective plug-in provider. TeamSpeak has no influence on the
- compliance with your objection and is not responsible for this either.
- 14.6 You can find further relevant information and regarding your rights in
- this respect in the privacy statements of the plug-in providers as the
- responsible bodies, which you can call as follows:
- 14.6.1 Facebook Inc., 1601 S California Ave, Palo Alto, California
- 94304 USA - https://www.facebook.com/policy.php
- 14.6.2 Google+: Google Inc., 1600 Amphitheatre Parkway, Mountainview,
- California 94103 USA - https://www.google.com/policies/privacy/partners
- /?hl=de
- 14.6.3 Twitter: Twitter, Inc. 1355 Market St., Suite 900, San
- Francisco, California 94103 USA - https://twitter.com/privacy?lang=de
- 14.6.4 YouTube: YouTube, LLC (Google Inc.), 901 Cherry Ave., San Bruno,
- CA 94066 USA - https://www.google.de/intl/de/policies/privacy/
-
-15. Forwarding of data to third parties
-
- 15.1 TeamSpeak can forward your personal data to third parties if
- contractually agreed services and conditions are offered together with the
- third party provider or include its services. In this case TeamSpeak will
- inform you about the transmission of the data to the third party within the
- framework of the order process.
- 15.2 TeamSpeak will also carry out the data processing through external
- service providers.
- 15.2.1 These external services providers are carefully selected by
- TeamSpeak and commissioned in writing. The external service providers
- involved for the data processing are bound to the instructions of
- TeamSpeak and are regularly checked regarding the compliance with the
- data protection and the data security.
- 15.2.2 The external service providers are not entitled to forward the
- data to third parties.
- 15.3 TeamSpeak shall disclose personal data for the assertion of rights or
- towards regulatory authorities if TeamSpeak is obliged to do so by law.
-
-16. Webtracking
-
- 16.1 TeamSpeak uses Google Analytics on the TeamSpeak Websites. Google
- Analytics is a web analysis service of Google Inc., 1600 Amphitheatre
- Parkway, Mountainview, California 94103 USA (hereinafter referred to as
- "Google"). Google Analytics uses cookies, which are stored on your computer
- and enable an analysis of your user behaviour. The information generated by
- the cookie is stored by Google also overseas, in particular on a server of
- Google in the United States of America.
- 16.2 The TeamSpeak Websites use Google Analytics with the extension
- "_anonymizeIP ()", i.e. the anonymization function of Google Analytics.
- This leads to the fact that your IP address will be abbreviated before
- transmission to the United States of America, as a rule by Google in a
- state in the European Economic Area.
- 16.3 The IP address transmitted by your browser within the framework of the
- use of Google Analytics will not be converged with other data, which Google
- collected about you.
- 16.4 You can exclude the storage of the cookies used by Google Analytics by
- excluding the use of cookies in your browser settings. In this case you can
- however not use further functions of the TeamSpeak Websites either.
- 16.5 You also have the possibility to exclude the entry and processing of
- your personal data by Google by installing the browser plug-in that is
- available under the following link:
- http://tools.google.com/dlpage/gaoptout?hl=de
- 16.6 The use of Google Analytics is carried out in line with the
- pre-requisites which the German data protection authorities have agreed
- with Google.
- 16.7 You can view an overview of the data protection provisions of Google
- Analytics under this link:
- https://support.google.com/analytics/answer/6004245?hl=de
-
-17. Data security
-
- 17.1 TeamSpeak takes current technical measures in order to guarantee the
- data security and thus in particular for the protection of your personal
- data against dangers with the data transmission and the gaining of
- knowledge by third parties. These measures are adjusted regularly by
- TeamSpeak to the state-of-the-at technology.
- 17.2 TeamSpeak will provide you information at all times regarding the data
- security in the company. Please send your enquiry to privacy@teamspeak.com
- or to the data referred to in the imprint of the TeamSpeak Websites.
diff --git a/sdk_container/src/third_party/portage-stable/licenses/teamspeak5 b/sdk_container/src/third_party/portage-stable/licenses/teamspeak5
deleted file mode 100644
index a3f00ba0ac3..00000000000
--- a/sdk_container/src/third_party/portage-stable/licenses/teamspeak5
+++ /dev/null
@@ -1,1884 +0,0 @@
-Privacy Statement
-
-
- 1. Scope of application
-
-1.1 Below you will find information about the collection, storage and
-processing of personal data when using the services of TeamSpeak Systems
-Inc., PO Box 211180, Chula Vista, CA, 91921 USA (hereinafter referred to
-as TeamSpeak USA) and TeamSpeak Systems GmbH, Soiernstr. 1, 82494 Krün,
-are entered in the commercial register of the Munich Local Court under
-the registration number HRB 172523 (hereinafter referred to as TeamSpeak
-DE; hereinafter referred to both companies jointly as TeamSpeak) under
-the domains teamspeak.com, teamspeakusa.com and myteamspeak.com
-(hereinafter referred to collectively as "Teamspeak.com" and the latter
-as "Myteamspeak.com" and all three collectively referred to as
-"Website(s)"), which may also be accessed as a mobile version. This
-applies in particular - but not exclusively - to the download of the
-software solutions "TS3 Client", "TeamSpeak 3 SDK" and "TS5 Client"
-(hereinafter jointly referred to as "Software Solutions"), the
-downloading and use of the "TS3 Client" and "TS5 Client" (for PC or
-mobile devices), participation in the Forum and the uploading and
-downloading of TeamSpeak's own software programs that are compatible
-with TeamSpeak's software solutions and released by TeamSpeak
-(hereinafter referred to as "Add Ons").
-
-1.2 Personal data are all data which can be traced back to you
-personally, i.e. which could be associated with your person. These are
-in particular name, e-mail address, address, telephone number, user
-behaviour, IP address, etc.
-
-
-2. Service provider
-
-2.1 Service provider according to § 7 Abs. 1 TMG is TeamSpeak USA.
-Responsible body according to art. 4 no. 7 DSGVO i.V.m. Art. 26 para. 1
-p. 1 DSGVO is TeamSpeak.
-
-2.2 The websites operated by TeamSpeak USA contain links which, when
-activated, will take you to the websites of third parties. TeamSpeak USA
-expressly points out that in this case you must inform yourself on the
-linked website about the collection, storage and processing of personal
-data by the third party provider, as TeamSpeak USA has no influence on this.
-
-
-3. Information
-
-3.1 You have the right to request detailed information from TeamSpeak
-USA at any time about the personal data stored and processed about you
-and its origin, the purpose of storage and processing and the recipients
-or categories of recipients to whom such data will be disclosed.
-
-3.2 Please send your request for information by e-mail to
-privacy@teamspeak.com or by e-mail, telephone, post or fax to the
-contact details provided in the imprint on the websites operated by
-TeamSpeak USA.
-
-
-4. Revocation
-
-4.1 You can revoke your consent to the storage, collection and
-processing of your personal data at any time.
-
-4.2 Please send your revocation by e-mail to privacy@teamspeak.com or by
-e-mail, telephone, post or fax to the contact details provided on the
-websites operated by TeamSpeak USA.
-
-
-5. Use of cookies
-
-5.1 When using the websites operated by TeamSpeak USA, cookies are
-stored on your computer, even if they are used for purely informational
-purposes on the websites operated by TeamSpeak USA.
-
-5.2 Cookies are small text files that are stored on your hard drive,
-assigned to the browser you are using, and through which certain
-information is transmitted to the location that sets the cookie. Cookies
-cannot execute programs and, above all, cannot transmit viruses to your
-computer. Cookies are used in particular to make the websites operated
-by TeamSpeak USA more user-friendly.
-
-5.3 If you have a user account for the websites operated by TeamSpeak
-USA, cookies are used in particular to identify you for subsequent
-visits to the websites operated by TeamSpeak USA. This prevents you from
-having to log in again for each visit.
-
-5.4 The websites operated by TeamSpeak USA use the following types of
-cookies:
-
- * Transient cookies, i.e. with temporary use
- * Persistent cookies, i.e. with a limited period of use
- * Third party cookies, i.e. cookies from third parties
-
-5.5 Transient cookies are deleted as soon as you close your browser.
-These include in particular the so-called session cookies. Session
-cookies store a session ID that allows your browser's requests to be
-associated with the session, so that your computer can be recognized by
-the system when you return to the website operated by TeamSpeak USA. As
-soon as you log out or close your browser, all session cookies are
-automatically deleted.
-
-5.6 Persistent cookies will only be deleted after a period of time that
-is dependent on the respective cookie and extends beyond the session,
-but no later than two months after the cookie has been set. You can
-delete these cookies at any time automatically in the security settings
-of your browser.
-
-5.7 In your browser settings you can adjust the use of cookies
-individually and also prevent them completely. In particular, you can
-also completely prevent the use of third party cookies. In this case,
-however, you may not be able to use all the features of the websites
-operated by TeamSpeak USA.
-
-5.8 The information stored via cookies is stored separately from and not
-linked to your other personal data.
-
-5.9 TeamSpeak USA would like to point out that third-party providers who
-collect data using cookies also use data about the use of websites
-operated by TeamSpeak USA for user-generated advertising on other
-websites. TeamSpeak USA has no influence on this data collection.
-
-
-6. Informational use of the websites operated by TeamSpeak USA
-
-6.1 For purely informational use of the websites operated by TeamSpeak
-USA, TeamSpeak USA collects only the data transmitted by your browser,
-which is this:
-
- * Your IP address
- * Date, time, and duration of your visit to the respective TeamSpeak
- USA Web site
- * Your user behavior, i.e., your visit to the respective website
- operated by TeamSpeak USA, subpages of the websites operated by
- TeamSpeak USA, and the order of your visits, clicks made, and time
- spent on individual pages and subpages
- * Time zone difference to Greenwich Mean Time
- * The access status / http status code
- * Concrete amounts of data transferred
- * Operating system and its interface
- * Browser as well as language and version of the browser software
- * The website from which the request originates
-
-When using a mobile device, the following data is also stored:
-
- * Type of mobile device and its settings
- * Your location from which you access the TeamSpeak USA Web site.
-
-6.2 You are deemed to be using the TeamSpeak USA Websites for
-informational purposes only if you do not sign up for a customer
-account, forum account or developer account, download the software
-solutions or the TeamSpeak Software Client, upload or download add-ons,
-submit a request through the TeamSpeak USA Websites or otherwise submit
-personal information to TeamSpeak USA.
-
-
-7. Data collection when purchasing licenses for software solutions
- via Teamspeak.com
-
-7.1 If you wish to purchase licenses for the software solutions or other
-services from TeamSpeak USA through the TeamSpeak USA Websites, you must
-create a customer account. An order without an existing or new customer
-account is not possible.
-
-7.2 When you register for a User Account, the data you enter during the
-registration process will be stored, subject to TeamSpeak USA deleting
-your User Account at any time upon your request.
-
-7.3 The data transmitted by you will be used in particular for the
-mutual fulfilment of the contract. For this purpose, your data may also
-be passed on to the partners required to fulfil the contract. This is in
-particular the payment service provider PayPal Inc, 2211 North First
-Street, 95131 San José, California, USA (hereinafter referred to as
-"PayPal"). You can find further information on the transfer of your
-personal data to third parties under section 15 of this data protection
-declaration.
-
-7.4 TeamSpeak USA also uses your personal data for marketing and
-advertising purposes for TeamSpeak services. Without your specific
-consent, however, TeamSpeak will only send you information about
-TeamSpeak's services that is similar to the services you have used.
-
-7.5 You have the right at any time to have your account deleted by
-TeamSpeak USA by sending a request to that effect to the e-mail address
-privacy@teamspeak.com or the data specified in the imprint of the
-TeamSpeak USA website. In the event that your user account is deleted at
-your request, your data will be deleted immediately as soon as it is no
-longer required to fulfill the contract and TeamSpeak USA is not legally
-obliged to store it.
-
-7.6 In order to prevent unauthorized access by third parties to your
-personal data, in particular financial data, the order process is
-encrypted using SSL technology.
-
-
-8. Data collection when downloading the TS3 client and the TS5 client
-
-8.1 In the case of downloading a version of the TS3 Client and TS5
-Client for PC and Mac, Clauses 5 and 6 and 7.2 to 7.6 of this Privacy
-Policy shall apply mutatis mutandis. TeamSpeak USA does not collect,
-store or process any additional personal data from you during download.
-
-8.2 If you download a version of the TS3 Client and TS5 Clients for
-mobile devices, you will be directed to the Apple AppStore (for the iOS
-version) or the Android Market (for the Android version) of a third
-party website.
-
-8.2.1 For the collection, storage and processing of personal data by
-TeamSpeak USA, Clauses 5 and 6 and 7.2 to 7.6 of this Privacy Policy
-shall apply mutatis mutandis. During the download, TeamSpeak USA does
-not collect, store or use any additional personal information about you.
-
-8.2.2 The third party provider collects, stores and uses personal data
-from you. Please refer to the third-party provider's website for
-information about the collection, storage and use of personal data by
-the third party, as TeamSpeak USA has no control over such collection,
-storage and use.
-
-
-9. Data collection, storage and processing when using the TS3 client
- and TS5 client (PC/Mac)
-
-9.1 TeamSpeak USA collects, stores and processes the following personal
-data from you when using the TS3 Client and TS5 Client for the PC/Mac:
-
- * IP address
- * Information on the operating system used (32 bit or 64 bit)
- * User behaviour (in particular buttons and menu items pressed)
- * Crash Report, if you send such a report to TeamSpeak USA (program
- lines, disruptive incident, essential data of the hardware used)
-
-9.2 TeamSpeak USA uses this data solely for quality control purposes and
-for the further development of the software solutions as well as the TS3
-client and the TS5 client. The data referred to in Section 9.1 of this
-Privacy Policy will not be linked or otherwise associated with any other
-data stored about you. The data will be anonymised for further
-processing immediately after collection.
-
-9.3 If you do not consent to the collection, storage and processing of
-the data referred to in Section 9.1 of this Privacy Policy, you can
-exclude this in the field marked "Anonymous Statistics". To access this
-field, follow the menu items "Settings", "Options" and then "Applications".
-
-9.4 You may at any time object to the collection, storage and processing
-of the data referred to in Section 9.1 at any time. Please send your
-objection by e-mail to privacy@teamspeak.com or object by e-mail,
-telephone, post or fax using the information provided in the imprint of
-the web pages operated by TeamSpeak USA. All data that can be traced
-back to you personally will be deleted immediately in the event of an
-objection.
-
-9.5 The sending of a crash report in the event of a fault is voluntary
-and requires your separate consent to the collection, storage and
-processing of data, which is separately requested by you before the
-crash report is sent. In the event that a crash report is sent, sections
-9.2 and 9.4 of this Privacy Policy shall apply mutatis mutandis.
-
-
-10. Server rent
-
-10.1 TeamSpeak USA exclusively arranges the rental of server space from
-third-party providers.
-
-10.2 Clauses 5 and 6 as well as 7.2 to 7.6 of this data protection
-declaration shall apply accordingly. TeamSpeak USA itself does not
-collect, store or process any additional personal data about you when
-arranging the server rental.
-
-10.3 TeamSpeak has no influence on the collection, storage and
-processing of personal data by the third party provider. Therefore,
-please inform yourself about the collection, storage and processing of
-personal data by the third party provider.
-
-
-11. Use of the forum
-
-11.1 The TeamSpeak Forum can be read without requiring registration. In
-this case, the use of the websites operated by TeamSpeak USA is for
-informational purposes only (see section 6 of this Privacy Policy).
-
-11.2 In order to actively participate in the forum, you must register
-and create a forum account. When you register, you must enter a user
-name, password, date of birth and e-mail address. There is no obligation
-to use a clear name, use under a pseudonymous user name is possible.
-
-11.3 TeamSpeak USA uses the so-called double opt-in procedure for
-registration, i.e. your registration is not completed until you have
-previously confirmed your registration by clicking on the link contained
-in an e-mail sent to you for this purpose. If your confirmation is not
-received in time, your registration will automatically be deleted from
-the database.
-
-11.4 The information you provide during registration will be stored by
-TeamSpeak USA and linked to the content you publish, which will also be
-stored by TeamSpeak USA. This data will only be used to operate the
-forum and to process the contract concluded with you regarding the use
-of the forum.
-
-11.5 TeamSpeak USA may at any time ask you to have your forum account
-deleted by TeamSpeak USA by sending an e-mail to privacy@teamspeak.com
-or by providing the information specified in Teamsspeak.com's imprint.
-In this case, the personal data stored on your forum account will be
-deleted immediately as soon as they are no longer required for
-processing the contractual relationship regarding the use of the forum
-and TeamSpeak USA is not legally obliged to store them. Posts published
-by you will be displayed anonymously after successful deletion of your
-forum account under the "Guest" flag.
-
-
-12. Uploading and downloading add-ons
-
-12.1 Uploading Add Ons requires registration for a customer account as a
-Developer (hereinafter referred to as "Developer Account").
-
-12.1.1 During the registration process, email address, name and
-telephone number shall be provided and transmitted to TeamSpeak USA.
-
-12.1.2 The data provided by you during the registration process will be
-stored subject to immediate deletion by TeamSpeak USA in response to
-your request for deletion at any time.
-
-12.1.3 The data provided during the registration process will be used
-for the performance of the contract by both parties and to enforce any
-claims against you (in particular if the add-ons uploaded by you violate
-applicable law or the General Terms and Conditions).
-
-12.1.4 TeamSpeak USA will also use the information provided during the
-registration process for marketing and promotional purposes regarding
-TeamSpeak's services. However, without your specific consent, TeamSpeak
-USA will only send you information about services that are similar to
-the services you are receiving for this purpose.
-
-12.1.5 You have the right at any time to have your Developer Account
-deleted by sending a request to that effect to the e-mail address
-privacy@teamspeak.com or the data specified in the imprint of the
-websites operated by TeamSpeak USA. In the event that your Developer
-Account is deleted upon your request, your data will be deleted
-immediately as soon as it is no longer required for mutual contract
-fulfillment and TeamSpeak USA is not legally obliged to store it.
-
-12.2 Registration is not required for the purpose of downloading Add
-Ons. Clauses 5 and 6 of this data protection declaration shall apply
-mutatis mutandis.
-
-
-13. Use of the online inquiry; order by e-mail, fax or telephone
-
-13.1 You also have the opportunity to contact TeamSpeak USA online
-through your customer account and by telephone and email.
-
-13.2 The data you send or provide will be used to respond to your
-inquiry and to contact you by telephone or e-mail and, where
-appropriate, for the performance of the contract by both parties. If
-your data is also used for the purpose of mutual contract fulfilment,
-clauses 5 and 6 of this data protection declaration apply accordingly.
-
-
-14. Social networks and third-party services
-
-14.1 TeamSpeak USA uses social media plug-ins from the social networks
-Facebook, Google+, Twitter, Twitch, Instagram and YouTube on the
-websites operated by TeamSpeak USA.
-
-14.2 Without you clicking on the button of a plug-in, no personal data
-will be transmitted to the providers of these plug-ins, regardless of
-whether you place an order or not.
-
-14.3 If you press the button of a plug-in, personal data is
-automatically transmitted to the provider of the plug-in and can be
-stored and used by the latter. Please note that this can take place
-abroad, i.e. in particular in the United States of America.
-
-14.4 TeamSpeak has no complete knowledge of the type and scope of data
-collection and its use and processing and cannot influence these.
-
-14.5 If you activate a Plug-In, the Plug-In Provider will be notified
-that you have activated the Plug-In Provider on the relevant TeamSpeak
-USA web page or subpage of the relevant TeamSpeak USA web page. In
-addition, the information specified in section 6 of this Privacy Policy
-will be transmitted to the plug-in provider. According to the plug-in
-provider's own information, in the case of Facebook in Germany only an
-anonymous IP address is collected and transmitted.
-
-14.5.1 The data collection and transmission referred to in Section 14.5
-of this Privacy Policy shall take place regardless of whether you have a
-user account with the respective plug-in provider or not. If you have a
-user account with the respective plug-in provider and you are logged in
-to this user account at the time you click on the respective plug-in,
-the data transmitted to the respective plug-in provider will be assigned
-directly to your user account. If you confirm the activated plug-in and,
-for example, link the page, the plug-in provider also stores this
-information in your user account and can also publicly communicate this
-to your contacts. To prevent assignment to your user account with the
-respective plug-in provider, you should log out of your user account
-with the respective plug-in provider before clicking on the plug-in on
-the websites operated by TeamSpeak USA.
-
-14.5.2 The respective plug-in provider stores the data transmitted to
-it, regardless of whether you are also logged in to your user account
-with the respective plug-in provider, usually as user profiles which are
-used, for example, for the following purposes:
-
- * Demand-oriented advertising
- * market research
- * Optimisation of the Plug-In provider's Internet pages according to
- requirements
- * Inform other members of the social network about your activities on
- the websites operated by TeamSpeak USA.
-
-14.6 You are entitled to object to the creation of user profiles with
-the data collected about you. To do this, contact the respective plug-in
-provider. TeamSpeak has no control over, and is not responsible for,
-compliance with your objection.
-
-14.7 Further information on this and your rights in this regard can be
-found in the data protection declarations of the plug-in providers as
-the responsible bodies, which you can access as follows:
-
-14.7.1 Facebook Inc., 1601 S California Ave, Palo Alto, California 94304
-USA – https://www.facebook.com/policy.php
-
-
-14.7.2 Google+: Google Inc., 1600 Amphitheater Parkway, Mountain View,
-California 94103 USA – https://www.google.com/policies/privacy/partners
-
-
-14.7.3 Twitter: Twitter, Inc. 1355 Market St., Suite 900, San Francisco,
-California 94103 USA – https://twitter.com/privacy
-
-
-14.7.4 YouTube: YouTube, LLC (Google Inc.), 901 Cherry Ave, San Bruno,
-CA 94066 USA – https://policies.google.com/privacy
-