-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Enforce licenses in third_party code added to brave-core #9408
Milestone
Comments
fmarier
added a commit
to fmarier/brave-core
that referenced
this issue
Apr 23, 2020
32 tasks
29 tasks
fmarier
added a commit
to brave/brave-core
that referenced
this issue
Apr 25, 2020
fmarier
added a commit
to brave/brave-core
that referenced
this issue
Apr 28, 2020
fmarier
added a commit
to brave/brave-core
that referenced
this issue
May 1, 2020
fmarier
added a commit
that referenced
this issue
May 6, 2020
fmarier
added a commit
that referenced
this issue
May 6, 2020
fmarier
added a commit
to brave/brave-core
that referenced
this issue
May 6, 2020
fmarier
added a commit
that referenced
this issue
May 7, 2020
fmarier
added a commit
to brave/brave-core
that referenced
this issue
May 8, 2020
fmarier
added a commit
that referenced
this issue
May 12, 2020
fmarier
added a commit
that referenced
this issue
May 13, 2020
fmarier
added a commit
to brave/brave-core
that referenced
this issue
May 13, 2020
Verification passed on
Verified test plan from brave/brave-core#5333 Verified that following entries have a license and a working link:
Verification passed on
Brave background images Verified passed with
Encountered #9939 |
petemill
pushed a commit
to brave/brave-core
that referenced
this issue
Jul 27, 2020
petemill
pushed a commit
to brave/brave-core
that referenced
this issue
Jul 28, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
licenses.py
currently throws threeLicenseError
insrc/brave/
(and then ignores them all):brave/vendor/extension-whitelist
brave/vendor/speedreader_rust_ffi
brave/ui/webui/resources/fonts/third_party/crypto
The first one is a known issue and I added the missing license in brave/extension-whitelist#20 already but it was never updated in brave-core. The second was introduced in brave/brave-core#4496 and the third in brave/brave-core#5160. Only the last one is a true third-party component and needs to be fixed (tracked in #9407).
We should treat errors as fatal when they're triggered in
src/brave/
. Eventually, all errors will be fatal.The text was updated successfully, but these errors were encountered: