From b6ac79b4626d3ae130dfaec09209fae8005db1bd Mon Sep 17 00:00:00 2001 From: Reedy Date: Sat, 13 Jan 2024 18:57:01 +0000 Subject: [PATCH] foreign-resources.yaml: Fix SPDX licenses * DOMPurify: matches https://github.com/cure53/DOMPurify/commit/9dd85f475b26ba966c1e79055a9df56d58b0d5f0 * spark-md5: matches https://github.com/satazor/js-spark-md5/commit/0ecf4dcf84a2881053cdc8463160ec26dc3f47e1 * Universal Language Selector data: matches https://github.com/wikimedia/jquery.uls/commit/847a3aa7cf71cb142d7fefb2cf90a4b2c1f5dec5 Bug: T355005 Change-Id: Ie98290df530c981873d5987933fd7640645b3a65 --- lib/foreign-resources.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/foreign-resources.yaml b/lib/foreign-resources.yaml index 4adb0d9494..8ceb18cc23 100644 --- a/lib/foreign-resources.yaml +++ b/lib/foreign-resources.yaml @@ -21,7 +21,7 @@ Diff Match and Patch: type: doc-only DOMPurify: - license: Apache-2.0 AND MPLv2 + license: MPL-2.0 OR Apache-2.0 homepage: https://github.com/cure53/DOMPurify authors: Mario Heiderich and other contributors version: 2.4.4 @@ -56,7 +56,7 @@ socket.io-client: type: doc-only spark-md5: - license: BSD-3-Clause AND WTFv2 + license: WTFPL OR MIT homepage: https://github.com/satazor/js-spark-md5 authors: André Cruz version: 3.0.0 @@ -70,7 +70,7 @@ Tree Differ: type: doc-only Universal Language Selector data: - license: MIT AND GPLv2 + license: MIT OR GPL-2.0+ homepage: https://github.com/wikimedia/jquery.uls authors: Wikimedia Language Engineering Team and other contributors version: —