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