From 5f9c1f66ea0df61985ac0b356a9775f5ee18423f Mon Sep 17 00:00:00 2001 From: Dave Fisher Date: Wed, 8 Oct 2025 08:19:16 -0700 Subject: [PATCH] Create resolved.json This added file represents a machine readable form of `resolved.md` --- content/legal/resolved.json | 133 ++++++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 content/legal/resolved.json diff --git a/content/legal/resolved.json b/content/legal/resolved.json new file mode 100644 index 0000000000..e05e1958b9 --- /dev/null +++ b/content/legal/resolved.json @@ -0,0 +1,133 @@ +{ + "CATEGORY_A_LICENSES": + [ + "0BSD", + "AFL-3.0", + "Apache-1.1", + "Apache-2.0", + "APAFML", + "Bitstream-Vera", + "BlueOak-1.0.0", + "BSD-2-Clause", + "BSD-3-Clause-LBNL", + "BSD-3-Clause", + "BSL-1.0", + "CC-PDDC", + "CC0-1.0", + "DOC", + "EPICS", + "FSFAP", + "HPND", + "ICU", + "ISC", + "libpng-2.0", + "LicenseRef-Arev-1.0", + "LicenseRef-ECMA-OOXML-XSD", + "LicenseRef-Google-AIPG", + "LicenseRef-MX4J", + "LicenseRef-Open-Grid-Forum", + "LicenseRef-Romantic-WTFPL", + "LicenseRef-SCA-Spec", + "LicenseRef-W3C-CCLA", + "MIT-0", + "MIT", + "MS-PL", + "MulanPSL-2.0", + "NCSA", + "OGL-UK-3.0", + "PHP-3.01", + "Plexus", + "PostgreSQL", + "Python-2.0", + "SMLNJ", + "TCL", + "Unicode-DFS-2016", + "Unlicense", + "UPL-1.0", + "W3C", + "WTFPL", + "Xnet", + "Zlib", + "ZPL-2.0" + ], + "CATEGORY_B_LICENSES": + [ + "CC-BY-2.5", + "CC-BY-3.0", + "CC-BY-4.0", + "CC-BY-SA-2.5", + "CC-BY-SA-3.0", + "CC-BY-SA-4.0", + "CDDL-1.0", + "CDDL-1.1", + "CPL-1.0", + "EPL-1.0", + "EPL-2.0", + "ErlPL-1.1", + "IPA", + "IPL-1.0", + "LicenseRef-UnRAR", + "MPL-1.0", + "MPL-1.1", + "MPL-2.0", + "OFL-1.1", + "OSL-3.0", + "Ruby", + "SPL-1.0", + "Ubuntu-font-1.0" + ], + "CATEGORY_X_LICENSES": + [ + "AGPL-3.0-only", + "AGPL-3.0-or-later", + "BSD-4-Clause-UC", + "BSD-4-Clause", + "BUSL-1.1", + "CC-BY-NC-2.5", + "CC-BY-NC-3.0", + "CC-BY-NC-4.0", + "CC-BY-NC-ND-2.5", + "CC-BY-NC-ND-3.0", + "CC-BY-NC-ND-4.0", + "CC-BY-NC-SA-2.5", + "CC-BY-NC-SA-3.0", + "CC-BY-NC-SA-4.0", + "CPOL-1.02", + "GPL-1.0-only", + "GPL-1.0-or-later", + "GPL-2.0-only WITH Classpath-exception-2.0", + "GPL-2.0-only", + "GPL-2.0-or-later WITH Classpath-exception-2.0", + "GPL-2.0-or-later", + "GPL-3.0-only WITH Classpath-exception-2.0", + "GPL-3.0-only", + "GPL-3.0-or-later WITH Classpath-exception-2.0", + "GPL-3.0-or-later", + "JSON", + "LGPL-2.0-only", + "LGPL-2.0-or-later", + "LGPL-2.1-only", + "LGPL-2.1-or-later", + "LGPL-3.0-only", + "LGPL-3.0-or-later", + "LicenseRef-Amazon-Software-License", + "LicenseRef-BCL", + "LicenseRef-Booz-Allen-Public-License", + "LicenseRef-Commons-Clause-1.0", + "LicenseRef-Confluent-Community-1.0", + "LicenseRef-DBAD", + "LicenseRef-Facebook-BSD-Patents", + "LicenseRef-Intel-SSL", + "LicenseRef-Java-SDK-for-Satori-RTM", + "LicenseRef-JSR-275", + "LicenseRef-MS-LPL", + "LicenseRef-Redis-Source-Available", + "LicenseRef-Solipsistic-Eclipse-Public-License", + "LicenseRef-Sun-Community-Source-3.0", + "NPL-1.0", + "NPL-1.1", + "QPL-1.0", + "Sleepycat", + "SSPL-1.0" + ] +}