diff options
author | Chris Robinson <[email protected]> | 2023-10-05 21:43:19 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-10-06 00:33:48 -0700 |
commit | 6a70a30ca1ca1f0d0397ef9e6a9817b0f6cba079 (patch) | |
tree | 4f8c96d1c0fabdbe8107893961245b421f44705a /LICENSE-pffft | |
parent | 28ebc90521ca36fce35ea3e298938f2b35a8d79d (diff) |
Include a copy of PFFFT
This is a notably faster FFT implementation for 32-bit float signals, provided
under a 3-clause BSD license.
Diffstat (limited to 'LICENSE-pffft')
-rw-r--r-- | LICENSE-pffft | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/LICENSE-pffft b/LICENSE-pffft new file mode 100644 index 00000000..5f1a8493 --- /dev/null +++ b/LICENSE-pffft @@ -0,0 +1,38 @@ +A modified PFFFT is included, with the following license. + +Copyright (c) 2023 Christopher Robinson + +Copyright (c) 2013 Julien Pommier ( [email protected] ) + +Copyright (c) 2004 the University Corporation for Atmospheric +Research ("UCAR"). All rights reserved. Developed by NCAR's +Computational and Information Systems Laboratory, UCAR, +www.cisl.ucar.edu. + +Redistribution and use of the Software in source and binary forms, +with or without modification, is permitted provided that the +following conditions are met: + +- Neither the names of NCAR's Computational and Information Systems +Laboratory, the University Corporation for Atmospheric Research, +nor the names of its sponsors or contributors may be used to +endorse or promote products derived from this Software without +specific prior written permission. + +- Redistributions of source code must retain the above copyright +notices, this list of conditions, and the disclaimer below. + +- Redistributions in binary form must reproduce the above copyright +notice, this list of conditions, and the disclaimer below in the +documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL 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 WITH THE +SOFTWARE. |