From 8c3f66053d00607d1181e165d276bfe4d952dfa5 Mon Sep 17 00:00:00 2001 From: Jiadong Bai Date: Tue, 5 May 2026 01:51:35 -0700 Subject: [PATCH] docs(license): bundle full third-party MIT license texts Add a licenses-3rd-party-code/ directory containing the upstream MIT license text (with original copyright) for each third-party source-code bundle, and reference each from LICENSE. - mbknor-jackson-jsonschema.txt - angular.md - monaco-languageclient.txt LICENSE updated so each entry carries an explicit `License:` line pointing to its bundled file. SVGRepo icons keep pointing to the generic licenses/LICENSE-MIT.txt since SVGRepo doesn't ship a project-specific license. Closes #4923 --- LICENSE | 9 ++++---- licenses-3rd-party-code/angular.md | 9 ++++++++ .../mbknor-jackson-jsonschema.txt | 21 +++++++++++++++++++ .../monaco-languageclient.txt | 9 ++++++++ 4 files changed, 44 insertions(+), 4 deletions(-) create mode 100644 licenses-3rd-party-code/angular.md create mode 100644 licenses-3rd-party-code/mbknor-jackson-jsonschema.txt create mode 100644 licenses-3rd-party-code/monaco-languageclient.txt diff --git a/LICENSE b/LICENSE index 6734840ae8d..b73a5017149 100644 --- a/LICENSE +++ b/LICENSE @@ -205,16 +205,15 @@ THIRD-PARTY DEPENDENCIES -------------------------------------------------------------------------------- This product bundles source code and assets from third-party projects. -See licenses/ for the full text of these licenses: - - licenses/LICENSE-MIT.txt -MIT License (licenses/LICENSE-MIT.txt) +MIT License -------------------------------------- This product bundles code derived from mbknor-jackson-jsonschema: - common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/ Copyright (c) 2016 Kjell Tore Eliassen (mbknor) Source: https://github.com/mbknor/mbknor-jackson-jsonschema + License: MIT License (licenses-3rd-party-code/mbknor-jackson-jsonschema.txt) This product bundles code derived from Google Angular formly examples: - frontend/src/app/common/formly/array.type.ts @@ -223,6 +222,7 @@ This product bundles code derived from Google Angular formly examples: - frontend/src/app/common/formly/null.type.ts Copyright (c) 2018 Google Inc. All Rights Reserved. Source: https://angular.io + License: MIT License (licenses-3rd-party-code/angular.md) This product bundles code derived from TypeFox monaco-languageclient: - pyright-language-service/src/main.ts @@ -230,10 +230,11 @@ This product bundles code derived from TypeFox monaco-languageclient: - pyright-language-service/src/server-commons.ts Copyright (c) 2024 TypeFox and others. Source: https://github.com/TypeFox/monaco-languageclient + License: MIT License (licenses-3rd-party-code/monaco-languageclient.txt) This product includes SVG icons from SVGRepo: - frontend/src/assets/svg/operator-view-result.svg - frontend/src/assets/svg/operator-reuse-cache-valid.svg - frontend/src/assets/svg/operator-reuse-cache-invalid.svg Source: https://www.svgrepo.com - License: MIT License + License: MIT License (licenses/LICENSE-MIT.txt) diff --git a/licenses-3rd-party-code/angular.md b/licenses-3rd-party-code/angular.md new file mode 100644 index 00000000000..92292c6e461 --- /dev/null +++ b/licenses-3rd-party-code/angular.md @@ -0,0 +1,9 @@ +# The MIT License + +Copyright (c) 2010-2026 Google LLC. [https://angular.dev/license](/license) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/licenses-3rd-party-code/mbknor-jackson-jsonschema.txt b/licenses-3rd-party-code/mbknor-jackson-jsonschema.txt new file mode 100644 index 00000000000..40b63234314 --- /dev/null +++ b/licenses-3rd-party-code/mbknor-jackson-jsonschema.txt @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015 NextGenTel + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/licenses-3rd-party-code/monaco-languageclient.txt b/licenses-3rd-party-code/monaco-languageclient.txt new file mode 100644 index 00000000000..fea3cd6eb4b --- /dev/null +++ b/licenses-3rd-party-code/monaco-languageclient.txt @@ -0,0 +1,9 @@ +MIT License + +Copyright 2018 - present TypeFox GmbH + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file