Skip to content

Commit e925911

Browse files
added: license
1 parent ebf4fb1 commit e925911

File tree

2 files changed

+52
-2
lines changed

2 files changed

+52
-2
lines changed

LICENSE

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
The MIT License
2+
3+
Copyright (c) 2010-2012 Tween.js authors.
4+
5+
Easing equations Copyright (c) 2001 Robert Penner http://robertpenner.com/easing/
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+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23+
THE SOFTWARE.

Readme.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,33 @@ animate();
107107

108108
```
109109

110-
# License
110+
## Special Thanks
111111

112-
MIT
112+
These easing functions were originally written by [Robert Penner](http://robertpenner.com/easing/),
113+
and optimized by the [tween.js](https://github.com/sole/tween.js) authors.
114+
115+
## License
116+
117+
The MIT License
118+
119+
Copyright (c) 2010-2012 Tween.js authors.
120+
121+
Easing equations Copyright (c) 2001 Robert Penner http://robertpenner.com/easing/
122+
123+
Permission is hereby granted, free of charge, to any person obtaining a copy
124+
of this software and associated documentation files (the "Software"), to deal
125+
in the Software without restriction, including without limitation the rights
126+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
127+
copies of the Software, and to permit persons to whom the Software is
128+
furnished to do so, subject to the following conditions:
129+
130+
The above copyright notice and this permission notice shall be included in
131+
all copies or substantial portions of the Software.
132+
133+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
134+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
135+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
136+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
137+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
138+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
139+
THE SOFTWARE.

0 commit comments

Comments
 (0)