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 69FDE1382C5 for ; Mon, 18 May 2020 01:02:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61C3CE0917; Mon, 18 May 2020 01:02:41 +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 1CE3AE089A for ; Mon, 18 May 2020 01:02:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 69BFB34F7FA for ; Mon, 18 May 2020 01:02:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23CA8250 for ; Mon, 18 May 2020 01:02:37 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1589763468.6ac655eec0a6b2bcd3bdcf29ef3cc0df6ebabdf9.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: licenses/ X-VCS-Repository: repo/gentoo X-VCS-Files: licenses/Sympow-BSD X-VCS-Directories: licenses/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 6ac655eec0a6b2bcd3bdcf29ef3cc0df6ebabdf9 X-VCS-Branch: master Date: Mon, 18 May 2020 01:02:37 +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: 9f18ee99-4651-455e-98d1-325854718a25 X-Archives-Hash: 088c7466799255db69a1cf062e65bc38 commit: 6ac655eec0a6b2bcd3bdcf29ef3cc0df6ebabdf9 Author: Michael Orlitzky gentoo org> AuthorDate: Fri May 15 14:19:49 2020 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon May 18 00:57:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac655ee licenses: new Sympow-BSD license. Add the license used by the forthcoming sci-mathematics/sympow package, a modified BSD-2 with an additional clause. Bug: https://bugs.gentoo.org/230449 Signed-off-by: Michael Orlitzky gentoo.org> licenses/Sympow-BSD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/licenses/Sympow-BSD b/licenses/Sympow-BSD new file mode 100644 index 00000000000..b7bb7798321 --- /dev/null +++ b/licenses/Sympow-BSD @@ -0,0 +1,29 @@ +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.