diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-09-20 21:11:40 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2019-09-20 21:14:19 +0200 |
commit | 43bc819f9f5a7059f933a68aa0c682abf1d7cae4 (patch) | |
tree | 99616e40891a247c5768d93a2c0f192e92bf6aca /numpy/fft | |
parent | aa5be97f467bd98a7993030e313b108d0b6fa5eb (diff) | |
download | numpy-43bc819f9f5a7059f933a68aa0c682abf1d7cae4.tar.gz |
DOC: remove note about Pocketfft license file (non-existing here).
Closes gh-14552
The Pocketfft author (mreineck) agreed on gh-14552 that Pocketfft can
simply fall under the NumPy license, no separate license file needed.
[ci skip]
Diffstat (limited to 'numpy/fft')
-rw-r--r-- | numpy/fft/README.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/numpy/fft/README.md b/numpy/fft/README.md index 7040a2e9b..f79188139 100644 --- a/numpy/fft/README.md +++ b/numpy/fft/README.md @@ -10,11 +10,6 @@ advantages: - worst case complexity for transform sizes with large prime factors is `N*log(N)`, because Bluestein's algorithm [3] is used for these cases. -License -------- - -3-clause BSD (see LICENSE.md) - Some code details ----------------- |