1 | /*!
|
---|
2 | \page legal-easing.html
|
---|
3 | \title Easing Equations by Robert Penner
|
---|
4 | \ingroup licensing
|
---|
5 |
|
---|
6 | \legalese
|
---|
7 | \code
|
---|
8 | Copyright (c) 2001 Robert Penner
|
---|
9 | All rights reserved.
|
---|
10 |
|
---|
11 | Redistribution and use in source and binary forms, with or without modification,
|
---|
12 | are permitted provided that the following conditions are met:
|
---|
13 |
|
---|
14 | * Redistributions of source code must retain the above copyright notice,
|
---|
15 | this list of conditions and the following disclaimer.
|
---|
16 | * Redistributions in binary form must reproduce the above copyright notice,
|
---|
17 | this list of conditions and the following disclaimer in the documentation
|
---|
18 | and/or other materials provided with the distribution.
|
---|
19 | * Neither the name of the author nor the names of contributors may be used
|
---|
20 | to endorse or promote products derived from this software without specific
|
---|
21 | prior written permission.
|
---|
22 |
|
---|
23 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
---|
24 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
---|
25 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
---|
26 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
---|
27 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
---|
28 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
---|
29 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
---|
30 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
---|
31 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
---|
32 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
---|
33 | \endcode
|
---|
34 | \endlegalese
|
---|
35 | */
|
---|