LICENSE 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Copyright (c) 2013 Julien Pommier ( pommier@modartt.com )
  2. Based on original fortran 77 code from FFTPACKv4 from NETLIB,
  3. authored by Dr Paul Swarztrauber of NCAR, in 1985.
  4. As confirmed by the NCAR fftpack software curators, the following
  5. FFTPACKv5 license applies to FFTPACKv4 sources. My changes are
  6. released under the same terms.
  7. FFTPACK license:
  8. http://www.cisl.ucar.edu/css/software/fftpack5/ftpk.html
  9. Copyright (c) 2004 the University Corporation for Atmospheric
  10. Research ("UCAR"). All rights reserved. Developed by NCAR's
  11. Computational and Information Systems Laboratory, UCAR,
  12. www.cisl.ucar.edu.
  13. Redistribution and use of the Software in source and binary forms,
  14. with or without modification, is permitted provided that the
  15. following conditions are met:
  16. - Neither the names of NCAR's Computational and Information Systems
  17. Laboratory, the University Corporation for Atmospheric Research,
  18. nor the names of its sponsors or contributors may be used to
  19. endorse or promote products derived from this Software without
  20. specific prior written permission.
  21. - Redistributions of source code must retain the above copyright
  22. notices, this list of conditions, and the disclaimer below.
  23. - Redistributions in binary form must reproduce the above copyright
  24. notice, this list of conditions, and the disclaimer below in the
  25. documentation and/or other materials provided with the
  26. distribution.
  27. THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  28. EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE WARRANTIES OF
  29. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  30. NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT
  31. HOLDERS BE LIABLE FOR ANY CLAIM, INDIRECT, INCIDENTAL, SPECIAL,
  32. EXEMPLARY, OR CONSEQUENTIAL DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  33. ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  34. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
  35. SOFTWARE.