-
Notifications
You must be signed in to change notification settings - Fork 25k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce strict license distribution requirements (#56642)
This commit tightens certain dependency license checks in our build. Firstly, the build will not fail if it cannot accurately identify the type of license in one of our LICENSE.txt files. Secondly, dependencies for licenses identified as requiring source redistribution will fail if a corresponding SOURCES.txt file does not exist. This file should include a hyperlink to a source artifact for the given dependency to be used for redistribution during the release process.
- Loading branch information
1 parent
b8801a4
commit f9847f3
Showing
11 changed files
with
732 additions
and
1,416 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.