Skip to content
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

Reuse common licenses in copyright statements #4000

Merged
merged 2 commits into from
Nov 18, 2019

Conversation

fmarier
Copy link
Member

@fmarier fmarier commented Nov 14, 2019

Fixes brave/brave-browser#6856.

Submitter Checklist:

Test Plan:

Check that the following items in brave://credits still have a working license when expanded:

  • PROCHLO (Apache-2.0)
  • ABP Japanese filters (CC-BY-NC-SA-4.0)
  • ABPVN (GPL-3.0)
  • Latvian List (CC-BY-SA-4.0)
  • Official Polish Filters for AdBlock, uBlock Origin & AdGuard (CC-BY-NC-SA-4.0)
  • Eesti saitidele kohandatud filter (CC0-1.0)
  • AdGuard Spanish/Portuguese filter (CC-BY-SA-3.0)
  • AdGuard Russian filter (CC-BY-SA-3.0)
  • AdGuard Turkish filter (CC-BY-SA-3.0)
  • RU Adlist (CC-BY-3.0)
  • BitBlock (CC-BY-3.0)
  • CJX's Annoyance List (CC-BY-3.0)
  • Disconnect (GPL-3.0)
  • EasyList Thailand (Apache-2.0)
  • EasyList Lithuania (GPL-3.0)
  • Easylist Czech and Slovak filter list (CC-BY-SA-4.0)
  • Fanboy's Indian (CC-BY-3.0)
  • Fanboy's Korean (CC-BY-3.0)
  • Finnish Easylist Addition (Unlicense)
  • Frellwit's filter lists (GPL-3.0)
  • HTTPS Everywhere (GPL-2.0)
  • hufilter (CC-BY-4.0)
  • Liste FR (CC-BY-NC-SA-3.0)
  • Liste AR (CC-BY-NC-SA-3.0)
  • Referrer Whitelist (MPL-2.0)
  • Slovenian List (Unlicense)
  • uBlock Origin (GPL-3.0)
  • Greek AdBlock Filter (CC-BY-SA-3.0)
  • YousList (CC-BY-4.0)
  • Muli (OFL-1.1)
  • Poppins (OFL-1.1)

Reviewer Checklist:

  • New files have MPL-2.0 license header.
  • Request a security/privacy review as needed.
  • Adequate test coverage exists to prevent regressions
  • Verify test plan is specified in PR before merging to source

After-merge Checklist:

  • The associated issue milestone is set to the smallest version that the
    changes has landed on.
  • All relevant documentation has been updated.

@fmarier fmarier added this to the 1.3.x - Nightly milestone Nov 14, 2019
@fmarier fmarier self-assigned this Nov 14, 2019
@fmarier fmarier mentioned this pull request Nov 14, 2019
32 tasks
Copy link
Collaborator

@bridiver bridiver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we use either /licenses or /common/licenses ?

@fmarier fmarier force-pushed the francois-reuse-common-license-6856 branch from b2b3426 to 15f6081 Compare November 15, 2019 19:53
@fmarier fmarier merged commit cbe35dc into master Nov 18, 2019
@fmarier fmarier deleted the francois-reuse-common-license-6856 branch November 18, 2019 19:47
petemill pushed a commit that referenced this pull request Jul 27, 2020
* Enable widevine cdm host verification

brave_enable_cdm_host_verification build flag is introduced to enable/disable
cdm host verification during the build time. It will be set after checking several
prerequites for verification.

On MacOS, sig file is generated during the `create_dist`
In contrast to MacOS, sig file generation is done during the build step on Windows.
System python is needed for that because sig files can't be generated by python in gn.
It was very hard to use more external modules with python of gn.

Some binaries(ex, brave.exe, chrome.dll and chrome_child.dll) that are used for
cdm host verification are signed in advance to generate sig files from them
when signing is needed on Windows. And that signed files are copied during the
`create_dist` because signing again during the `create_dist` causes mismatch of generated
sig files. With this, sig files can be remained as a valid.
petemill pushed a commit that referenced this pull request Jul 28, 2020
* Enable widevine cdm host verification

brave_enable_cdm_host_verification build flag is introduced to enable/disable
cdm host verification during the build time. It will be set after checking several
prerequites for verification.

On MacOS, sig file is generated during the `create_dist`
In contrast to MacOS, sig file generation is done during the build step on Windows.
System python is needed for that because sig files can't be generated by python in gn.
It was very hard to use more external modules with python of gn.

Some binaries(ex, brave.exe, chrome.dll and chrome_child.dll) that are used for
cdm host verification are signed in advance to generate sig files from them
when signing is needed on Windows. And that signed files are copied during the
`create_dist` because signing again during the `create_dist` causes mismatch of generated
sig files. With this, sig files can be remained as a valid.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a repository for commonly-used licenses
2 participants