From 94d1d60945ecf2756524beb7345f4faae8ca99af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81rni=20Dagur?= Date: Sat, 16 May 2020 14:48:41 -0400 Subject: Add a README and a license to the project (#4) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..f82f304 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +python-adblock +========== +Python wrapper for Brave's adblocking library, which is written in Rust. + +### License + +This project is licensed under either of + + * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + http://www.apache.org/licenses/LICENSE-2.0) + * MIT license ([LICENSE-MIT](LICENSE-MIT) or + http://opensource.org/licenses/MIT) + +at your option. -- cgit v1.2.3