Skip to content

Commit bc7c671

Browse files
authored
Merge pull request #511 from grlee77/license_fix
MAINT: split bundled licenses into a separate file
2 parents 9ba3a1c + dba769a commit bc7c671

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

LICENSE

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1818
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1919
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2020
SOFTWARE.
21-
22-
23-
The PyWavelets repository and source distributions bundle some code that is
24-
adapted from compatibly licensed projects. We list these here.
25-
26-
Name: NumPy
27-
Files: pywt/_pytesttester.py
28-
License: 3-clause BSD
29-
30-
Name: SciPy
31-
Files: setup.py, util/*
32-
License: 3-clause BSD

LICENSES_bundled.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
The PyWavelets repository and source distributions bundle some code that is
2+
adapted from compatibly licensed projects. We list these here.
3+
4+
Name: NumPy
5+
Files: pywt/_pytesttester.py
6+
License: 3-clause BSD
7+
8+
Name: SciPy
9+
Files: setup.py, util/*
10+
License: 3-clause BSD

0 commit comments

Comments
 (0)