commit: 4841bb5fedb796b62528f582fa6bb6f139ee9176
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 13 21:40:44 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Nov 13 21:40:44 2025 +0000
URL:
https://gitweb.gentoo.org/proj/dotnet/gentoo-dotnet-maintainer-tools.git/commit/?id=4841bb5f
feat(Shared/Ebuild/LicenseMapping.fs): regen
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
.../fsharp/Gdmt.Shared/Shared/Ebuild/LicenseMapping.fs | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)
diff --git
a/code/source/v4/gdmt-shared/src/main/fsharp/Gdmt.Shared/Shared/Ebuild/LicenseMapping.fs
b/code/source/v4/gdmt-shared/src/main/fsharp/Gdmt.Shared/Shared/Ebuild/LicenseMapping.fs
index b78ef3a..0f0fee5 100644
---
a/code/source/v4/gdmt-shared/src/main/fsharp/Gdmt.Shared/Shared/Ebuild/LicenseMapping.fs
+++
b/code/source/v4/gdmt-shared/src/main/fsharp/Gdmt.Shared/Shared/Ebuild/LicenseMapping.fs
@@ -23,6 +23,7 @@ module LicenseMapping =
("Artistic-1.0-Perl", "Artistic")
("Artistic-2.0", "Artistic-2")
("Beerware", "BEER-WARE")
+ ("BlueOak-1.0.0", "BlueOak-1.0.0")
("BSD-1-Clause", "BSD-1")
("BSD-2-Clause", "BSD-2")
("BSD-2-Clause-Patent", "BSD-2-with-patent")
@@ -58,6 +59,7 @@ module LicenseMapping =
("CC0-1.0", "CC0-1.0")
("CDDL-1.0", "CDDL")
("CDDL-1.1", "CDDL-1.1")
+ ("CDLA-Permissive-2.0", "CDLA-Permissive-2.0")
("CECILL-2.0", "CeCILL-2")
("CECILL-B", "CeCILL-B")
("CECILL-C", "CeCILL-C")
@@ -105,20 +107,23 @@ module LicenseMapping =
("GPL-2.0+", "GPL-2+")
("GPL-2.0-only", "GPL-2")
("GPL-2.0-or-later", "GPL-2+")
+ ("GPL-2.0-or-later WITH Bootloader-exception",
"GPL-2+-with-Pyinstaller-Bootloader-exception")
("GPL-2.0-with-classpath-exception",
"GPL-2-with-classpath-exception")
("GPL-2.0 WITH Classpath-exception-2.0",
"GPL-2-with-classpath-exception")
("GPL-2.0-only WITH Classpath-exception-2.0",
"GPL-2-with-classpath-exception")
("GPL-2.0-with-font-exception", "GPL-2-with-font-exception")
("GPL-2.0 WITH Font-exception-2.0", "GPL-2-with-font-exception")
("GPL-2.0-only WITH Font-exception-2.0",
"GPL-2-with-font-exception")
+ ("GPL-2.0+ WITH Font-exception-2.0",
"GPL-2+-with-font-exception")
+ ("GPL-2.0-or-later WITH Font-exception-2.0",
"GPL-2+-with-font-exception")
("GPL-3.0", "GPL-3")
("GPL-3.0+", "GPL-3+")
("GPL-3.0-only", "GPL-3")
("GPL-3.0-or-later", "GPL-3+")
- ("GPL-3.0 WITH Font-exception-3.0", "GPL-3-with-font-exception")
- ("GPL-3.0-only WITH Font-exception-3.0",
"GPL-3-with-font-exception")
- ("GPL-3.0+ WITH Font-exception-3.0",
"GPL-3+-with-font-exception")
- ("GPL-3.0-or-later WITH Font-exception-3.0",
"GPL-3+-with-font-exception")
+ ("GPL-3.0 WITH Font-exception-2.0", "GPL-3-with-font-exception")
+ ("GPL-3.0-only WITH Font-exception-2.0",
"GPL-3-with-font-exception")
+ ("GPL-3.0+ WITH Font-exception-2.0",
"GPL-3+-with-font-exception")
+ ("GPL-3.0-or-later WITH Font-exception-2.0",
"GPL-3+-with-font-exception")
("HPND", "HPND")
("ICU", "icu")
("IJG", "IJG")
@@ -155,6 +160,9 @@ module LicenseMapping =
("MPL-1.0", "MPL-1.0")
("MPL-1.1", "MPL-1.1")
("MPL-2.0", "MPL-2.0")
+ ("MS-PL", "Ms-PL")
+ ("MS-RL", "Ms-RL")
+ ("NCSA", "UoI-NCSA")
("NPL-1.1", "NPL-1.1")
("OFL-1.0", "OFL-1.0")
("OFL-1.0-RFN", "OFL-1.0")
@@ -182,7 +190,9 @@ module LicenseMapping =
("SSPL-1.0", "SSPL-1")
("TCL", "tcltk")
("TCP-wrappers", "tcp_wrappers_license")
+ ("Ubuntu-font-1.0", "UbuntuFontLicense-1.0")
("Unicode-3.0", "Unicode-3.0")
+ ("Unicode-DFS-2015", "Unicode-DFS-2015")
("Unicode-DFS-2016", "Unicode-DFS-2016")
("Unlicense", "Unlicense")
("Vim", "vim")