Skip to content

Commit 96b49d2

Browse files
committed
change License
1 parent 9f9ded6 commit 96b49d2

3 files changed

Lines changed: 39 additions & 2 deletions

File tree

LICENSE

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
The Star And Thank Author License (SATA)
2+
3+
Copyright (c) 2016 DIYgod([email protected])
4+
5+
Project Url: https://github.com/DIYgod/APlayer
6+
7+
Permission is hereby granted, free of charge, to any person obtaining a copy
8+
of this software and associated documentation files (the "Software"), to deal
9+
in the Software without restriction, including without limitation the rights
10+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
copies of the Software, and to permit persons to whom the Software is
12+
furnished to do so, subject to the following conditions:
13+
14+
The above copyright notice and this permission notice shall be included in
15+
all copies or substantial portions of the Software.
16+
17+
And wait, the most important, you shall star/+1/like the project(s) in project url
18+
section above first, and then thank the author(s) in Copyright section.
19+
20+
Here are some suggested ways:
21+
22+
- Email the authors a thank-you letter, and make friends with him/her/them.
23+
- Report bugs or issues.
24+
- Tell friends what a wonderful project this is.
25+
- And, sure, you can just express thanks in your mind without telling the world.
26+
27+
Contributors of this project by forking have the option to add his/her name and
28+
forked project url at copyright and project url sections, but shall not delete
29+
or modify anything else in these two sections.
30+
31+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
37+
THE SOFTWARE.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,4 @@ $ npm run build
204204

205205
## LICENSE
206206

207-
MIT © [DIYgod](http://github.com/DIYgod)
207+
[The Star And Thank Author License (SATA)](https://github.com/DIYgod/APlayer/blob/master/LICENSE)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"html5"
1919
],
2020
"author": "DIYgod",
21-
"license": "MIT",
21+
"license": "SATA",
2222
"bugs": {
2323
"url": "https://github.com/DIYgod/APlayer/issues"
2424
},

0 commit comments

Comments
 (0)