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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83CB1158042 for ; Thu, 7 Nov 2024 23:44:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 297D5E0934; Thu, 7 Nov 2024 23:44:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12C5FE0934 for ; Thu, 7 Nov 2024 23:44:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C56D342FE5 for ; Thu, 7 Nov 2024 23:44:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73E9B1F42 for ; Thu, 7 Nov 2024 23:44:19 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1730985763.a7e09ae113ad94be9a59a10f6ebb1319d5c484b4.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: licenses/ X-VCS-Repository: repo/proj/guru X-VCS-Files: licenses/MIT-no-machine-learning X-VCS-Directories: licenses/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: a7e09ae113ad94be9a59a10f6ebb1319d5c484b4 X-VCS-Branch: master Date: Thu, 7 Nov 2024 23:44:19 +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: 3b79f251-c761-4925-b9e0-8054f3884fb2 X-Archives-Hash: c7c9c2519872bdc056c80ac4efd4f647 commit: a7e09ae113ad94be9a59a10f6ebb1319d5c484b4 Author: Sebastian Engel gmx de> AuthorDate: Thu Nov 7 13:22:43 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Nov 7 13:22:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a7e09ae1 licenses: add MIT-no-machine-learning Signed-off-by: Sebastian Engel gmx.de> licenses/MIT-no-machine-learning | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/licenses/MIT-no-machine-learning b/licenses/MIT-no-machine-learning new file mode 100644 index 000000000..61f932837 --- /dev/null +++ b/licenses/MIT-no-machine-learning @@ -0,0 +1,22 @@ +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: + +Permission is not granted to use this software or any of the associated files +as sample data for the purposes of building machine learning models. + +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.