Skip to content

Commit f61930a

Browse files
authored
Update LICENSE
1 parent 7fd0ac4 commit f61930a

1 file changed

Lines changed: 6 additions & 35 deletions

File tree

LICENSE

Lines changed: 6 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
Note:
2-
The C# wrapper is licensed under MIT License (see below)
3-
The redistributed NumPy binaries are licensed under the Numpy License (see below)
4-
5-
6-
Numpy.NET:
7-
81
MIT License
92

103
Copyright © 2019 the SciSharp Team.
@@ -28,34 +21,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2821
SOFTWARE.
2922

3023

31-
NumPy:
32-
33-
NumPy license (https://www.numpy.org/license.html)
34-
35-
Copyright © 2005-2019, NumPy Developers.
36-
All rights reserved.
37-
Redistribution and use in source and binary forms, with or without modification,
38-
are permitted provided that the following conditions are met:
39-
40-
Redistributions of source code must retain the above copyright notice, this list
41-
of conditions and the following disclaimer.
42-
43-
Redistributions in binary form must reproduce the above copyright notice, this
44-
list of conditions and the following disclaimer in the documentation and/or other
45-
materials provided with the distribution.
24+
Additional Notes:
25+
The C# wrapper is licensed under MIT License (see below)
26+
The redistributed NumPy binaries, the embedded CPython distribution, the pythonnet runtime, are all licensed under their respective licenses.
4627

47-
Neither the name of the NumPy Developers nor the names of any contributors may be
48-
used to endorse or promote products derived from this software without specific
49-
prior written permission.
28+
* Python: PSF License https://docs.python.org/3/license.html
29+
* Python for .NET: MIT License http://pythonnet.github.io/LICENSE
30+
* NumPy: BSD License https://www.numpy.org/license.html#license
5031

51-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND
52-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
53-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
54-
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
55-
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
56-
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
57-
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
58-
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
59-
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
60-
POSSIBILITY OF SUCH DAMAGE.
6132

0 commit comments

Comments
 (0)