[neon/qt/qtwebengine/Neon/testing] debian: Add more license variations to debian/scripts/update-copyright.
Dmitry Shachnev
null at kde.org
Wed May 19 11:53:42 BST 2021
Git commit 4ce3c7a6aeac52dd7b0546029b4a3ac33067db5d by Dmitry Shachnev.
Committed on 21/11/2020 at 18:36.
Pushed by sitter into branch 'Neon/testing'.
Add more license variations to debian/scripts/update-copyright.
M +1 -0 debian/changelog
M +6 -4 debian/scripts/update-copyright
https://invent.kde.org/neon/qt/qtwebengine/commit/4ce3c7a6aeac52dd7b0546029b4a3ac33067db5d
diff --git a/debian/changelog b/debian/changelog
index c9c8d7c..9c3a6c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ qtwebengine-opensource-src (5.15.2+dfsg-1) UNRELEASED; urgency=medium
* Update Files-Excluded and touch_files for upstream path changes.
* Build-depend only on the needed documentation tools, not on the
large qttools5-dev-tools package.
+ * Add more license variations to debian/scripts/update-copyright.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 20 Nov 2020 20:14:02 +0300
diff --git a/debian/scripts/update-copyright b/debian/scripts/update-copyright
index 030a376..3b148ff 100755
--- a/debian/scripts/update-copyright
+++ b/debian/scripts/update-copyright
@@ -26,13 +26,15 @@ LICENSE_VARIATIONS = (
# Common licenses, sorted alphabetically
("Apache-2.0", ["Apache 2.0", "Apache Version 2.0", "Apache-2.0",
"Apache License, Version 2.0", "Apache License 2.0",
- "License: Apache Version 2.0", "Apache2"]),
+ "License: Apache Version 2.0", "Apache2", "Apache"]),
("APSL-2.0", ["Apple Public Source License 2.0", "APSL 2.0"]),
("BSD-2-clause", ["BSD 2-Clause License", "2-Clause BSD", "BSD-2-Clause",
"2-clause BSD"]),
- ("BSD-3-clause", ["BSD", "BSD 3-Clause", "BSD 3-clause", "3-clause BSD",
- "BSD 3-clause License", "New BSD", "Chromium"]),
+ ("BSD-3-clause", ["BSD", "BSD-3", "BSD 3-Clause", "BSD 3-clause",
+ "BSD-3-Clause", "3-clause BSD", "BSD 3-clause License",
+ "New BSD", "Chromium"]),
("BSL-1.0", ["BSL (v 1.0)"]),
+ ("CC-BY-SA-3.0", ["Creative Commons Attribution-ShareAlike 3.0 Unported"]),
("ClArtistic", ["Clarified-Artistic"]),
("EPL-1.0", ["EPL 1.0"]),
("FTL", ["FreeType License (FTL)"]),
@@ -42,7 +44,7 @@ LICENSE_VARIATIONS = (
("LGPL-2.1", ["LGPL 2.1", "GNU LGPL 2.1"]),
("LGPL-3", ["LGPL 3"]),
("libpng-2.0", ["libpng", "libpng license"]),
- ("MIT", ["MIT", "MIT License", "NodeJS"]),
+ ("MIT", ["MIT", "MIT License", "NodeJS", 'MIT "Expat"']),
("MPL-2.0", ["MPL 2.0", "MPL 2"]),
("MS-PL", ["Microsoft Permissive License"]),
("NCSA", ["University of Illinois/NCSA Open Source License",
More information about the Neon-commits
mailing list