From 429c5138eefb31a2581d8ccfabca654b56070238 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 21 Mar 2021 21:35:56 +0000 Subject: [PATCH] wikimedia: Tolerate AGPL3+, and LGPL tag, which means LGPLv2.1+ LGPL2.1+ is upgradeable to AGPLv3+. Signed-off-by: Ian Jackson --- library/wikimedia.toml | 4 ++-- library/wikimedia/LICENCE | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/library/wikimedia.toml b/library/wikimedia.toml index 0e3c142f..d558ab35 100644 --- a/library/wikimedia.toml +++ b/library/wikimedia.toml @@ -5,9 +5,9 @@ [scraper] method = "wikimedia" site-title = "Wikimedia" -spdx = "CC-BY-SA-4.0" +spdx = "CC-BY-SA-4.0 / AGPL-3.0-OR-LATER" -licences = [ "Cc-by-sa-3.0", "Cc-by-sa-3.0-migrated", "cc-by-sa-4.0", "GFDL|migration=relicense", "cc-zero" ] +licences = [ "Cc-by-sa-3.0", "Cc-by-sa-3.0-migrated", "cc-by-sa-4.0", "GFDL|migration=relicense", "cc-zero", "LGPL" ] filename_suffix = ".svg" url_prefix = "https://commons.wikimedia.org/wiki/File:" url_suffix = "?action=raw" diff --git a/library/wikimedia/LICENCE b/library/wikimedia/LICENCE index 54db1307..c8b9f189 100644 --- a/library/wikimedia/LICENCE +++ b/library/wikimedia/LICENCE @@ -1,11 +1,12 @@ -SPDX-License-Identifier: CC-BY-SA-4.0 +SPDX-License-Identifier: CC-BY-SA-4.0 / AGPL-3.0-OR-LATER (applies to the contents of this directory unless otherwise stated) These files were all obtained from Wikimedia They are all available under at least, and distributed here under, - CC-BY-SA-4.0 + CC-BY-SA-4.0 / AGPL-3.0-OR-LATER +(deepending on the file - consult the source file for details) as well as possibly other licences. There is NO WARRANTY. See .download-log for the original URL and download timestamp. -- 2.30.2