Skip to content

Commit 82ae729

Browse files
authored
add license to readme
1 parent 0839eae commit 82ae729

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,19 @@ It can be used to create your own java based NewPipe client.
88
A small example showing how to use the extractor can be found [here](https://github.com/TeamNewPipe/np-cli).
99

1010
## Usage
11-
Using this Extractor in your own projects is simple. We offer this extractor as maven repository, so if you use
11+
Using this Extractor in your own open source projects is simple. We offer this extractor as maven repository, so if you use
1212
gradle you can simple include NewPipeExtractor to your project by adding this line to the dependencies:
1313

1414
`compile 'com.github.TeamNewPipe:NewPipeExtractor:7ae274`
1515

1616
A fill documentation is no yet there, but it will follow :) Stay tuned.
17+
18+
19+
## License
20+
[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](http://www.gnu.org/licenses/gpl-3.0.en.html)
21+
22+
NewPipe is Free Software: You can use, study share and improve it at your
23+
will. Specifically you can redistribute and/or modify it under the terms of the
24+
[GNU General Public License](https://www.gnu.org/licenses/gpl.html) as
25+
published by the Free Software Foundation, either version 3 of the License, or
26+
(at your option) any later version.

0 commit comments

Comments
 (0)