diff --git a/LICENSE b/LICENSE index 47b60f4b6..c01d7d721 100644 --- a/LICENSE +++ b/LICENSE @@ -18,15 +18,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -The PyWavelets repository and source distributions bundle some code that is -adapted from compatibly licensed projects. We list these here. - -Name: NumPy -Files: pywt/_pytesttester.py -License: 3-clause BSD - -Name: SciPy -Files: setup.py, util/* -License: 3-clause BSD diff --git a/LICENSES_bundled.txt b/LICENSES_bundled.txt new file mode 100644 index 000000000..6b2ab7a02 --- /dev/null +++ b/LICENSES_bundled.txt @@ -0,0 +1,10 @@ +The PyWavelets repository and source distributions bundle some code that is +adapted from compatibly licensed projects. We list these here. + +Name: NumPy +Files: pywt/_pytesttester.py +License: 3-clause BSD + +Name: SciPy +Files: setup.py, util/* +License: 3-clause BSD