Skip to content

Commit b32e5fd

Browse files
authored
Merge pull request #50 from RussTedrake/add_license
add license
2 parents b3f92de + 96b1533 commit b32e5fd

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

LICENSE.TXT

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
All components of Drake are licensed under the BSD 3-Clause License
2+
shown below. Where noted in the source code, some portions may
3+
be subject to other permissive, non-viral licenses.
4+
5+
Copyright 2012-2022 Robot Locomotion Group @ CSAIL
6+
All rights reserved.
7+
8+
Redistribution and use in source and binary forms, with or without
9+
modification, are permitted provided that the following conditions are
10+
met:
11+
12+
Redistributions of source code must retain the above copyright notice,
13+
this list of conditions and the following disclaimer. Redistributions
14+
in binary form must reproduce the above copyright notice, this list of
15+
conditions and the following disclaimer in the documentation and/or
16+
other materials provided with the distribution. Neither the name of
17+
the Massachusetts Institute of Technology nor the names of its
18+
contributors may be used to endorse or promote products derived from
19+
this software without specific prior written permission.
20+
21+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
25+
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
26+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
27+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
31+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)