docs(license): bundle full third-party MIT license texts#4942
Merged
bobbai00 merged 2 commits intoapache:mainfrom May 5, 2026
Merged
docs(license): bundle full third-party MIT license texts#4942bobbai00 merged 2 commits intoapache:mainfrom
bobbai00 merged 2 commits intoapache:mainfrom
Conversation
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 apache#4923
aglinxinyuan
approved these changes
May 5, 2026
Yicong-Huang
approved these changes
May 5, 2026
Yicong-Huang
pushed a commit
that referenced
this pull request
May 5, 2026
### What changes were proposed in this PR? Add a new top-level `licenses-3rd-party-code/` directory containing the upstream MIT license text (with original copyright) for each piece of third-party **source code** we bundle, and reference each from the root `LICENSE`. Keeps source-bundle licenses separate from binary-dependency licenses (the latter live under `licenses/`). | Bundled component | License file | | --- | --- | | mbknor-jackson-jsonschema | `licenses-3rd-party-code/mbknor-jackson-jsonschema.txt` | | Google Angular formly examples | `licenses-3rd-party-code/angular.md` | | TypeFox monaco-languageclient | `licenses-3rd-party-code/monaco-languageclient.txt` | | SVGRepo icons | `licenses/LICENSE-MIT.txt` (generic — SVGRepo ships no project-specific license) | In `LICENSE`: - Each bundled-component entry now carries an explicit `License:` line pointing to its file. - The umbrella `MIT License (licenses/LICENSE-MIT.txt)` header is reduced to `MIT License` since per-entry pointers are now exact. ### Any related issues, documentation, discussions? Closes #4923. ### How was this PR tested? Doc-only change. Verified all four `License:` paths exist in the working tree. ### Was this PR authored or co-authored using generative AI tooling? (backported from commit aa82c6a) Generated-by: Claude Code (Opus 4.7)
Contributor
|
Backport to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this PR?
Add a new top-level
licenses-3rd-party-code/directory containing the upstream MIT license text (with original copyright) for each piece of third-party source code we bundle, and reference each from the rootLICENSE. Keeps source-bundle licenses separate from binary-dependency licenses (the latter live underlicenses/).licenses-3rd-party-code/mbknor-jackson-jsonschema.txtlicenses-3rd-party-code/angular.mdlicenses-3rd-party-code/monaco-languageclient.txtlicenses/LICENSE-MIT.txt(generic — SVGRepo ships no project-specific license)In
LICENSE:License:line pointing to its file.MIT License (licenses/LICENSE-MIT.txt)header is reduced toMIT Licensesince per-entry pointers are now exact.Any related issues, documentation, discussions?
Closes #4923.
How was this PR tested?
Doc-only change. Verified all four
License:paths exist in the working tree.Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Opus 4.7)