[Unlicense] Convert to SPDX license format

This commit is contained in:
h.udo
2018-07-19 14:34:48 +01:00
parent bc40eccbea
commit 4bff6bca72
2 changed files with 38 additions and 3 deletions

View File

@ -1,6 +1,11 @@
/* this program is in the public domain
A program that helps the authors of the fine fftw library benchmark kiss
*/
/*
* This program is in the public domain
* A program that helps the authors of the fine fftw library benchmark kiss
* This file is part of KISS FFT - https://github.com/mborgerding/kissfft
*
* SPDX-License-Identifier: Unlicense
* See LICENSES/Unlicense for more information.
*/
#include "bench-user.h"
#include <math.h>