diff options
| author | Árni Dagur <arni@dagur.eu> | 2020-05-16 14:48:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-16 14:48:41 -0400 |
| commit | 94d1d60945ecf2756524beb7345f4faae8ca99af (patch) | |
| tree | ebad8107a8a9cf47d7ca4f566d5dea0b06631541 /README.md | |
| parent | 5f82e7566cd7f225c2375657713a34d5d71098ba (diff) | |
Add a README and a license to the project (#4)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f82f304 --- /dev/null +++ b/README.md | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | python-adblock | ||
| 2 | ========== | ||
| 3 | Python wrapper for Brave's adblocking library, which is written in Rust. | ||
| 4 | |||
| 5 | ### License | ||
| 6 | |||
| 7 | This project is licensed under either of | ||
| 8 | |||
| 9 | * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or | ||
| 10 | http://www.apache.org/licenses/LICENSE-2.0) | ||
| 11 | * MIT license ([LICENSE-MIT](LICENSE-MIT) or | ||
| 12 | http://opensource.org/licenses/MIT) | ||
| 13 | |||
| 14 | at your option. | ||
