diff options
author | dan miller | 2007-10-19 04:28:53 +0000 |
---|---|---|
committer | dan miller | 2007-10-19 04:28:53 +0000 |
commit | 0fc46fc9590912bf6925c899edd02d7a2cdf5f79 (patch) | |
tree | 51bcae7a1b8381a6bf6fd8025a7de1e30fe0045d /libraries/ode-0.9\/LICENSE-BSD.TXT | |
parent | small bit of refactoring (diff) | |
download | opensim-SC-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.zip opensim-SC-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.tar.gz opensim-SC-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.tar.bz2 opensim-SC-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.tar.xz |
adding ode source to /libraries
Diffstat (limited to '')
-rwxr-xr-x | libraries/ode-0.9\/LICENSE-BSD.TXT | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/libraries/ode-0.9\/LICENSE-BSD.TXT b/libraries/ode-0.9\/LICENSE-BSD.TXT new file mode 100755 index 0000000..112f6a2 --- /dev/null +++ b/libraries/ode-0.9\/LICENSE-BSD.TXT | |||
@@ -0,0 +1,34 @@ | |||
1 | |||
2 | This is the BSD-style license for the Open Dynamics Engine | ||
3 | ---------------------------------------------------------- | ||
4 | |||
5 | Open Dynamics Engine | ||
6 | Copyright (c) 2001-2007, Russell L. Smith. | ||
7 | All rights reserved. | ||
8 | |||
9 | Redistribution and use in source and binary forms, with or without | ||
10 | modification, are permitted provided that the following conditions | ||
11 | are met: | ||
12 | |||
13 | Redistributions of source code must retain the above copyright notice, | ||
14 | this list of conditions and the following disclaimer. | ||
15 | |||
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 | |||
20 | Neither the names of ODE's copyright owner nor the names of its | ||
21 | contributors may be used to endorse or promote products derived from | ||
22 | this software without specific prior written permission. | ||
23 | |||
24 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | ||
25 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | ||
26 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | ||
27 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | ||
28 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
29 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED | ||
30 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR | ||
31 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | ||
32 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | ||
33 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
34 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||