Skip to content

Commit cc1774c

Browse files
committed
Merge pull request #76 from juhasch/copyright
Add license terms file
2 parents a558de3 + 1d36b44 commit cc1774c

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

COPYING.rst

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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ IPython notebook extensions
33
This repository contains a collection of extensions that add functionality to the IPython notebook.
44
These extensions are mostly written in Javascript and will be loaded locally in your Browser.
55

6+
The IPython-contrib repository is maintained independently by a group of users and developers and not officially related to the IPython development team.
7+
68
The maturity of the provided extensions may vary, please create an issue if you encounter any problems.
79

810
Overview

0 commit comments

Comments
 (0)