-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Add license headers #3165
base: main
Are you sure you want to change the base?
Conversation
Note, this repo uses:
And as a nit for the copyright year, I'd either use |
PR HealthBreaking changes ✔️
Changelog Entry ✔️
Changes to files need to be accounted for in their respective changelogs. Coverage ✔️
This check for test coverage is informational (issues shown here will not fail the PR). API leaks ✔️The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.
License Headers
|
Files |
---|
pkgs/samples/lib/brick_breaker.dart |
pkgs/samples/lib/fibonacci.dart |
pkgs/samples/lib/google_ai.dart |
pkgs/samples/lib/hello_world.dart |
pkgs/samples/lib/main.dart |
pkgs/samples/lib/sunflower.dart |
All source files should start with a license header.
This check can be disabled by tagging the PR with skip-license-check
.
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.
Two comments, then I think this could land.
cc @johnpryan
@@ -1,3 +1,7 @@ | |||
// Copyright 2013 The Flutter Authors. All rights reserved. |
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.
Can you revert this change and open an issue on the repo to look at setting up a true third_party directory for this repo? We'll need to have a copy-code step (or perhaps, use a symlink?).
@@ -1,3 +1,7 @@ | |||
// Copyright 2013 The Flutter Authors. All rights reserved. |
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.
Same comment here; can you remove these lines and reference this file from the codemirror/codemirror.js
issues (created above)?
Draft of license header additions, will reach out to the compliance office for further information before marking this as ready for review or closing.
closes #3163