From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 854EB138334 for ; Fri, 5 Jul 2019 10:43:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E824E0886; Fri, 5 Jul 2019 10:43:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6368FE0886 for ; Fri, 5 Jul 2019 10:43:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCC8C347108 for ; Fri, 5 Jul 2019 10:43:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91B78622 for ; Fri, 5 Jul 2019 10:43:14 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1562323329.cc6ef7709aa0b584c163c208cacb3e48d5d222f7.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: licenses/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: licenses/JSON profiles/license_groups X-VCS-Directories: licenses/ profiles/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cc6ef7709aa0b584c163c208cacb3e48d5d222f7 X-VCS-Branch: master Date: Fri, 5 Jul 2019 10:43:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0c99811d-6712-41f7-97fb-c72e7dbb86e6 X-Archives-Hash: bbcbc3ec4d31a011ceb4ded753878fd5 commit: cc6ef7709aa0b584c163c208cacb3e48d5d222f7 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jul 5 10:34:46 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jul 5 10:42:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc6ef770 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 gentoo.org> licenses/JSON | 22 ++++++++++++++++++++++ profiles/license_groups | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/licenses/JSON b/licenses/JSON new file mode 100644 index 00000000000..e26c1db7f74 --- /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 2f21e6021f7..186eb05df64 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 ######################################################################