commit:     e0614e3b704a9a80cbb77ff529326e6162812ab1
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Nov 27 00:31:59 2023 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> 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 <watermanpaint <AT> 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"

Reply via email to