From: Ulrich Müller Date: Fri, 5 Jul 2019 10:34:46 +0000 (+0200) Subject: licenses: Add JSON license for dev-java/json. X-Git-Url: http://git.tremily.us/?p=gentoo.git;a=commitdiff_plain;h=cc6ef7709aa0b584c163c208cacb3e48d5d222f7 licenses: Add JSON license for dev-java/json. Same as MIT, but with an additional clause "The Software shall be used for Good, not Evil." This is a usage restriction which makes the license non-free. It doesn't prevent binary redistribution, so add it to that license group. https://www.gnu.org/licenses/license-list.html#JSON https://spdx.org/licenses/JSON.html Bug: https://bugs.gentoo.org/689314 Signed-off-by: Ulrich Müller --- diff --git a/licenses/JSON b/licenses/JSON new file mode 100644 index 000000000000..e26c1db7f741 --- /dev/null +++ b/licenses/JSON @@ -0,0 +1,22 @@ +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/profiles/license_groups b/profiles/license_groups index 2f21e6021f78..186eb05df646 100644 --- a/profiles/license_groups +++ b/profiles/license_groups @@ -65,7 +65,7 @@ FREE @FREE-SOFTWARE @FREE-DOCUMENTS # - IF (and only if) there is an explicit inclusion requirement, # USE=bindist MUST cause a copy of the license to be installed # in a file location compliant with the license -BINARY-REDISTRIBUTABLE @FREE bh-luxi bonnie Broadcom Dina freedist intel-ucode ipw2100-fw ipw2200-fw ipw3945 linux-fw-redistributable LSI-tw_cli MicroChip-SDCC no-source-code NVIDIA-r1 qlogic-fibre-channel-firmware shmux SmartLabs sun-jlfgr unRAR +BINARY-REDISTRIBUTABLE @FREE bh-luxi bonnie Broadcom Dina freedist intel-ucode ipw2100-fw ipw2200-fw ipw3945 JSON linux-fw-redistributable LSI-tw_cli MicroChip-SDCC no-source-code NVIDIA-r1 qlogic-fibre-channel-firmware shmux SmartLabs sun-jlfgr unRAR ######################################################################