Skip to content

Commit 132ccf9

Browse files
committed
add license
1 parent 7a02d9e commit 132ccf9

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# MagicIndicator
2+
23
A powerful, customizable and extensible ViewPager indicator framework.
34

45
![magicindicaotor.gif](https://github.com/hackware1993/MagicIndicator/blob/master/magicindicator.gif)
56

67
# Usage
8+
79
Simple steps, you can integrate **MagicIndicator**:
810

911
1. checkout out **MagicIndicator**, which contains source code and demo
@@ -82,6 +84,7 @@ Simple steps, you can integrate **MagicIndicator**:
8284
```
8385

8486
# Extend
87+
8588
**MagicIndicator** is easy to extend:
8689

8790
1. extend **IPagerTitleView** to custom tab:
@@ -158,3 +161,29 @@ QQ Group:373360748
158161
An intermittent perfectionist.
159162

160163
Visit [My Blog](http://hackware.lucode.net) for more articles about MagicIndicator.
164+
165+
# License
166+
167+
```
168+
MIT License
169+
170+
Copyright (c) [year] [fullname]
171+
172+
Permission is hereby granted, free of charge, to any person obtaining a copy
173+
of this software and associated documentation files (the "Software"), to deal
174+
in the Software without restriction, including without limitation the rights
175+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
176+
copies of the Software, and to permit persons to whom the Software is
177+
furnished to do so, subject to the following conditions:
178+
179+
The above copyright notice and this permission notice shall be included in all
180+
copies or substantial portions of the Software.
181+
182+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
183+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
184+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
185+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
186+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
187+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
188+
SOFTWARE.
189+
```

0 commit comments

Comments
 (0)