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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9AAD3158099 for ; Mon, 27 Nov 2023 00:32:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCC742BC017; Mon, 27 Nov 2023 00:32:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A45622BC017 for ; Mon, 27 Nov 2023 00:32:19 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 328F334092E for ; Mon, 27 Nov 2023 00:32:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E0BA136A for ; Mon, 27 Nov 2023 00:32:16 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1701045119.e0614e3b704a9a80cbb77ff529326e6162812ab1.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/anki-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/anki-bin/anki-bin-23.10.1.ebuild X-VCS-Directories: app-misc/anki-bin/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: e0614e3b704a9a80cbb77ff529326e6162812ab1 X-VCS-Branch: dev Date: Mon, 27 Nov 2023 00:32:16 +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: 8be91d07-0f1c-4bd5-96ad-715f4c864cc9 X-Archives-Hash: 530db4fe10ecc240bda5b9f02f145f5e commit: e0614e3b704a9a80cbb77ff529326e6162812ab1 Author: Lucio Sauer posteo net> AuthorDate: Mon Nov 27 00:31:59 2023 +0000 Commit: Lucio Sauer posteo net> CommitDate: Mon Nov 27 00:31:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e0614e3b app-misc/anki-bin: update LICENSE Signed-off-by: Lucio Sauer posteo.net> app-misc/anki-bin/anki-bin-23.10.1.ebuild | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/app-misc/anki-bin/anki-bin-23.10.1.ebuild b/app-misc/anki-bin/anki-bin-23.10.1.ebuild index 45918765a3..697a1f3924 100644 --- a/app-misc/anki-bin/anki-bin-23.10.1.ebuild +++ b/app-misc/anki-bin/anki-bin-23.10.1.ebuild @@ -25,10 +25,14 @@ SRC_URI=" # The program itself is licensed under AGPL-3+ with contributed portions licensed # under BSD-3. -LICENSE="AGPL-3+ BSD" # The translation files are licensed under BSD-3 and public-domain. # - ftl/ -# +LICENSE="AGPL-3+ BSD public-domain" +# Dependent crate licenses +LICENSE+=" + Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 CC0-1.0 ISC MIT + MPL-2.0 openssl Unicode-DFS-2016 +" # The supermemo importer is licensed under GPL-3+ and 0BSD. # - pylib/anki/importing/supermemo_xml.py # @@ -48,18 +52,14 @@ LICENSE="AGPL-3+ BSD" # The Winpath module is licensed under MIT. # - qt/aqt/winpaths.py # -# jQuery and jQuery-UI are licensed under MIT. -# - node_modules/jquery/jquery.min.js -# - node_modules/jquery-ui/jquery-ui.min.js +# The licenses for the runtime JS libaries are documented in the source code. +# - ts/licenses.json +# How to get an up-to-date summary: +# ./node_modules/.bin/license-checker-rseidelsohn --production --excludePackages anki --summary # -# The Flot plotting library is licensed under MIT. +# The vendored Flot plotting library is licensed under MIT. # - qt/aqt/data/web/js/vendor/plot.js -LICENSE+=" public-domain 0BSD Apache-2.0 CC-BY-2.5 CC-BY-4.0 GPL-3+ MIT" -# Dependent crate licenses -LICENSE+=" - Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD CC0-1.0 ISC MIT - MPL-2.0 openssl Unicode-DFS-2016 -" +LICENSE+=" 0BSD CC-BY-4.0 CC-BY-SA-2.5 GPL-3+ Unlicense" SLOT="0" KEYWORDS="~amd64"