this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[Unlicense] Convert to SPDX license format

h.udo 4bff6bca bc40eccb

+38 -3
+30
LICENSES/Unlicense
··· 1 + Valid-License-Identifier: Unlicense 2 + SPDX-URL: https://spdx.org/licenses/Unlicense.html 3 + Usage-Guide: 4 + To use the Unlicense put the following SPDX tag/value pair into a 5 + comment according to the placement guidelines in the licensing rules 6 + documentation: 7 + SPDX-License-Identifier: Unlicense 8 + License-Text: 9 + 10 + This is free and unencumbered software released into the public domain. 11 + 12 + Anyone is free to copy, modify, publish, use, compile, sell, or distribute 13 + this software, either in source code form or as a compiled binary, for any 14 + purpose, commercial or non-commercial, and by any means. 15 + 16 + In jurisdictions that recognize copyright laws, the author or authors of this 17 + software dedicate any and all copyright interest in the software to the public 18 + domain. We make this dedication for the benefit of the public at large and 19 + to the detriment of our heirs and successors. We intend this dedication to be 20 + an overt act of relinquishment in perpetuity of all present and future rights 21 + to this software under copyright law. 22 + 23 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 25 + FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS 26 + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 27 + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH 28 + THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 29 + 30 + For more information, please refer to <http://unlicense.org/>
+8 -3
test/doit.c
··· 1 - /* this program is in the public domain 2 - A program that helps the authors of the fine fftw library benchmark kiss 3 - */ 1 + /* 2 + * This program is in the public domain 3 + * A program that helps the authors of the fine fftw library benchmark kiss 4 + * This file is part of KISS FFT - https://github.com/mborgerding/kissfft 5 + * 6 + * SPDX-License-Identifier: Unlicense 7 + * See LICENSES/Unlicense for more information. 8 + */ 4 9 5 10 #include "bench-user.h" 6 11 #include <math.h>