Skip to content

Commit

Permalink
Add missing SpeedReader license
Browse files Browse the repository at this point in the history
This should have been added when the extra dependency was added in
9cc23dd.
  • Loading branch information
fmarier committed Apr 23, 2020
1 parent c0c6f4e commit d6a0d27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions script/brave_license_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ def AddBraveCredits(prune_paths, special_cases, prune_dirs, additional_paths):
"URL": "https://github.com/brave/Sparkle",
"License": "MIT",
},
os.path.join('brave', 'vendor', 'speedreader_rust_ffi'): {
"Name": "speedreader-rust-ffi",
"URL": "https://github.com/brave-experiments/speedreader-rust-ffi",
"License": "MPL-2.0",
},
})

# Don't recurse into these directories looking for third-party code.
Expand Down

0 comments on commit d6a0d27

Please sign in to comment.