comparison src/audacious/fft.c @ 3121:3b6d316f8b09 trunk

GPL3 relicensing.
author William Pitcock <nenolod@atheme-project.org>
date Fri, 20 Jul 2007 08:59:47 -0500
parents 3149d4b1a9a9
children f1c756f39e6c
comparison
equal deleted inserted replaced
3119:4ba71e08fed0 3121:3b6d316f8b09
4 * Copyright (C) 1999 Richard Boulton <richard@tartarus.org> 4 * Copyright (C) 1999 Richard Boulton <richard@tartarus.org>
5 * Convolution stuff by Ralph Loader <suckfish@ihug.co.nz> 5 * Convolution stuff by Ralph Loader <suckfish@ihug.co.nz>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; under version 2 of the License. 9 * the Free Software Foundation; under version 3 of the License.
10 * 10 *
11 * This program is distributed in the hope that it will be useful, 11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details. 14 * GNU General Public License for more details.
15 * 15 *
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software 17 * along with this program. If not, see <http://www.gnu.org/licenses>.
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19 */ 18 */
20 19
21 /* fft.c: iterative implementation of a FFT */ 20 /* fft.c: iterative implementation of a FFT */
22 21
23 /* 22 /*