This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
Update license script to handle ANGLE #10782
Merged
stuartmorgan-g
merged 6 commits into
flutter:master
from
stuartmorgan-g:license-script-angle-support
Aug 14, 2019
Merged
Update license script to handle ANGLE #10782
stuartmorgan-g
merged 6 commits into
flutter:master
from
stuartmorgan-g:license-script-angle-support
Aug 14, 2019
Conversation
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
- Increase parsed range; one file has a large changelog before the license, which pushes it slightly past the old range. - Allow for BSD formatting where the conditions are not bulleted or indented in any way. - Add support for Bison, which uses a modifed GPL license with an exception that allows distributing under "terms of your choice" when the larger work is not itself a parser-generator based on it.
Contributor
Author
|
This is part of unblocking the new Windows embedding, but it seems much cleaner to have in a separate patch that lands first, rather than making it part of that already-large patch. |
Contributor
Author
|
|
stuartmorgan-g
added a commit
that referenced
this pull request
Aug 12, 2019
Split out of #10782 since it affects the detection of the license blocks of some files in third_party/boringssl.
Contributor
Author
|
This is now ready for review; the change that caused boringssl output churn was split off and landed separately. |
cbracken
approved these changes
Aug 14, 2019
Member
cbracken
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Aug 14, 2019
engine-flutter-autoroll
added a commit
to flutter/flutter
that referenced
this pull request
Aug 14, 2019
…38507) [email protected]:flutter/engine.git/compare/fec1c92f8fc9...3c37d73 git log fec1c92..3c37d73 --no-merges --oneline 2019-08-14 [email protected] Update license script to handle ANGLE (flutter/engine#10782) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff ([email protected]), and stop the roller if necessary.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

indented in any way.
exception that allows distributing under "terms of your choice" when
the larger work is not itself a parser-generator based on it.