added missing copyright notice

This commit is contained in:
Mark Borgerding
2018-07-21 11:02:03 -04:00
parent 1837c1e4fd
commit 0dca78f0a5
13 changed files with 81 additions and 0 deletions

View File

@ -1,3 +1,10 @@
/*
* Copyright (c) 2003-2010, Mark Borgerding. All rights reserved.
* This file is part of KISS FFT - https://github.com/mborgerding/kissfft
*
* SPDX-License-Identifier: BSD-3-Clause
* See COPYING file for more information.
*/
#include <stdlib.h>
#include <string.h>
#include <stdio.h>