blob: 3f9098252cc20f0353992a15898002cab4dbc0da [file] [log] [blame]
Gang Wang878be622021-02-18 17:35:04 -05001name: "FFT"
2description:
3 "This directory contains the third-party one- and two-dimensional "
4 "fast Fourier transform and related sinusoidal transform code "
5 "written by Takuya Ooura."
6
7third_party {
8 url {
9 type: HOMEPAGE
10 value: "http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html"
11 }
12 url {
13 type: ARCHIVE
14 value: "http://www.kurims.kyoto-u.ac.jp/~ooura/fft2d.tgz"
15 }
16 version: "2006/12/28"
17 last_upgrade_date { year: 2021 month: 2 day: 8 }
18
19 # explicitly approved by opensource-licensing@ on Feb. 12 2021.
20 license_type: BY_EXCEPTION_ONLY
21}