Skip to content

Commit 0c47597

Browse files
committed
change license from CC to MIT
1 parent 96c9db8 commit 0c47597

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2016 niqdev
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

readme.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
This crawler automates the following step:
66

7-
* grab the hidden form parameters
87
* access to private account
98
* claim the daily free eBook
109
* parse title, description and useful information
@@ -175,10 +174,6 @@ and test the crawler with
175174
python script/spider.py --dev --config config/dev.cfg --all
176175
```
177176

178-
## Licence
179-
180-
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">packtpub-crawler</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/niqdev/packtpub-crawler" property="cc:attributionName" rel="cc:attributionURL">niqdev</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="https://github.com/niqdev/packtpub-crawler" rel="dct:source">https://github.com/niqdev/packtpub-crawler</a>.
181-
182-
#### Disclaimer
177+
### Disclaimer
183178

184179
This project is just a Proof of Concept and not intended for any illegal usage. I'm not responsible for any damage or abuse, use it at your own risk.

0 commit comments

Comments
 (0)