summaryrefslogtreecommitdiff
path: root/numpy/fft/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/fft/README.md')
-rw-r--r--numpy/fft/README.md5
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
-----------------