1# *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE 2# CONSULT THE OWNERS AND [email protected] BEFORE 3# DEPENDING ON IT IN YOUR PROJECT. *** 4name: "FFT" 5description: 6 "This directory contains the third-party one- and two-dimensional " 7 "fast Fourier transform and related sinusoidal transform code " 8 "written by Takuya Ooura." 9 10third_party { 11 url { 12 type: HOMEPAGE 13 value: "http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html" 14 } 15 url { 16 type: ARCHIVE 17 value: "http://www.kurims.kyoto-u.ac.jp/~ooura/fft2d.tgz" 18 } 19 version: "2006/12/28" 20 last_upgrade_date { year: 2021 month: 2 day: 8 } 21 22 license_note: "explicitly approved by opensource-licensing@ on Feb. 12 2021.\n" 23 "Copyright(C) 1997,2001 Takuya OOURA (email: [email protected]).\n" 24 "You may use, copy, modify this code for any purpose and without fee. You may distribute this ORIGINAL package." 25 license_type: BY_EXCEPTION_ONLY 26} 27