Skip to content

Commit df09da4

Browse files
authored
Update LICENCE
Clarify BSD licence and update Penner equation licence information
1 parent 3bba9d0 commit df09da4

File tree

1 file changed

+63
-36
lines changed

1 file changed

+63
-36
lines changed

LICENSE

Lines changed: 63 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
jQuery Easing v1.3.1 - http://gsgd.co.uk/sandbox/jquery/easing/
1+
jQuery Easing - http://gsgd.co.uk/sandbox/jquery/easing/
22

33
Uses the built in easing capabilities added In jQuery 1.1
44
to offer multiple easing options
55

66
TERMS OF USE - jQuery Easing
77

8-
Open source under the BSD License.
8+
Open source under the 3-Clause BSD License.
99

1010
Copyright © 2008 George McGinley Smith
1111
All rights reserved.
@@ -14,45 +14,72 @@ Redistribution and use in source and binary forms, with or without modification,
1414
are permitted provided that the following conditions are met:
1515

1616
Redistributions of source code must retain the above copyright notice, this list of
17-
conditions and the following disclaimer.
18-
Redistributions in binary form must reproduce the above copyright notice, this list
19-
of conditions and the following disclaimer in the documentation and/or other materials
20-
provided with the distribution.
17+
conditions and the following disclaimer.
2118

22-
Neither the name of the author nor the names of contributors may be used to endorse
23-
or promote products derived from this software without specific prior written permission.
19+
Redistributions in binary form must reproduce the above copyright notice, this list
20+
of conditions and the following disclaimer in the documentation and/or other
21+
materials provided with the distribution. Neither the name of the author nor the
22+
names of contributors may be used to endorse or promote products derived from this
23+
software without specific prior written permission.
2424

25-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
26-
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
27-
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
28-
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
29-
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
30-
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
31-
AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
32-
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
33-
OF THE POSSIBILITY OF SUCH DAMAGE.
25+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
26+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
27+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
28+
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
29+
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
30+
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
31+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
32+
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
33+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
34+
POSSIBILITY OF SUCH DAMAGE.
3435

3536

3637

3738
TERMS OF USE - EASING EQUATIONS
38-
Open source under the BSD License.
39+
Open source under the MIT License and the 3-Clause BSD License.
40+
41+
MIT License
3942
Copyright © 2001 Robert Penner
40-
All rights reserved.
41-
Redistribution and use in source and binary forms, with or without modification
43+
44+
Permission is hereby granted, free of charge, to any person obtaining a copy of this
45+
software and associated documentation files (the "Software"), to deal in the Software
46+
without restriction, including without limitation the rights to use, copy, modify,
47+
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
48+
permit persons to whom the Software is furnished to do so, subject to the
49+
following conditions:
50+
51+
The above copyright notice and this permission notice shall be included in all copies
52+
or substantial portions of the Software.
53+
54+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
55+
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
56+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
57+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
58+
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
59+
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
60+
61+
BSD License
62+
Copyright © 2001 Robert Penner
63+
64+
Redistribution and use in source and binary forms, with or without modification,
4265
are permitted provided that the following conditions are met:
43-
Redistributions of source code must retain the above copyright notice, this list of
44-
conditions and the following disclaimer.
45-
Redistributions in binary form must reproduce the above copyright notice, this list
46-
of conditions and the following disclaimer in the documentation and/or other materials
47-
provided with the distribution.
48-
Neither the name of the author nor the names of contributors may be used to endorse
49-
or promote products derived from this software without specific prior written permission.
50-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
51-
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
52-
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
53-
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
54-
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
55-
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
56-
AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
57-
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
58-
OF THE POSSIBILITY OF SUCH DAMAGE.
66+
67+
Redistributions of source code must retain the above copyright notice, this list of
68+
conditions and the following disclaimer.
69+
70+
Redistributions in binary form must reproduce the above copyright notice, this list
71+
of conditions and the following disclaimer in the documentation and/or other
72+
materials provided with the distribution. Neither the name of the author nor the
73+
names of contributors may be used to endorse or promote products derived from this
74+
software without specific prior written permission.
75+
76+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
77+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
78+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
79+
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
80+
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
81+
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
82+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
83+
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
84+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
85+
POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)