···11+Valid-License-Identifier: Unlicense
22+SPDX-URL: https://spdx.org/licenses/Unlicense.html
33+Usage-Guide:
44+ To use the Unlicense put the following SPDX tag/value pair into a
55+ comment according to the placement guidelines in the licensing rules
66+ documentation:
77+ SPDX-License-Identifier: Unlicense
88+License-Text:
99+1010+This is free and unencumbered software released into the public domain.
1111+1212+Anyone is free to copy, modify, publish, use, compile, sell, or distribute
1313+this software, either in source code form or as a compiled binary, for any
1414+purpose, commercial or non-commercial, and by any means.
1515+1616+In jurisdictions that recognize copyright laws, the author or authors of this
1717+software dedicate any and all copyright interest in the software to the public
1818+domain. We make this dedication for the benefit of the public at large and
1919+to the detriment of our heirs and successors. We intend this dedication to be
2020+an overt act of relinquishment in perpetuity of all present and future rights
2121+to this software under copyright law.
2222+2323+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2424+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2525+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
2626+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2727+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH
2828+THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2929+3030+For more information, please refer to <http://unlicense.org/>
+8-3
test/doit.c
···11-/* this program is in the public domain
22- A program that helps the authors of the fine fftw library benchmark kiss
33-*/
11+/*
22+ * This program is in the public domain
33+ * A program that helps the authors of the fine fftw library benchmark kiss
44+ * This file is part of KISS FFT - https://github.com/mborgerding/kissfft
55+ *
66+ * SPDX-License-Identifier: Unlicense
77+ * See LICENSES/Unlicense for more information.
88+ */
49510#include "bench-user.h"
611#include <math.h>