Skip to content

Commit 237d1f0

Browse files
committed
added licensing info in a more obvious place
1 parent b3287f9 commit 237d1f0

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

LICENSE

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

README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,24 @@ correctly. After installation, run::
8787

8888
python setup.py test
8989

90+
License
91+
-------
92+
93+
This is free software released under the terms of `the BSD 3-Clause
94+
License <http://opensource.org/licenses/BSD-3-Clause>`_. There is no
95+
warranty; not even for merchantability or fitness for a particular
96+
purpose. Consult LICENSE for copying conditions.
97+
98+
When code is modified or re-distributed, the LICENSE file should
99+
accompany the code or any subset of it, however small. As an
100+
alternative, the LICENSE text can be copied within files, if so
101+
desired.
102+
90103
Contributing
91104
------------
92105

93106
Your contributions are welcome! Simply fork the GitHub repository and send a
94107
`pull request`_.
95108

96109
.. _pull request: https://github.com/python-control/python-control/pulls
110+

0 commit comments

Comments
 (0)