mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-05-31 08:31:41 +05:30
relicense everything under CC0-1.0 or Unlicense, add SPDX ID
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
* bool-operations.c
|
||||
*
|
||||
* Author: Intel A80486DX2-66
|
||||
* License: Unlicense
|
||||
* License: Creative Commons Zero 1.0 Universal or Unlicense
|
||||
* SPDX-License-Identifier: CC0-1.0 OR Unlicense
|
||||
*/
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
* - exponential growth of time
|
||||
*
|
||||
* Author: Intel A80486DX2-66
|
||||
* License: Unlicense
|
||||
* License: Creative Commons Zero 1.0 Universal or Unlicense
|
||||
* SPDX-License-Identifier: CC0-1.0 OR Unlicense
|
||||
*/
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
@@ -32,7 +32,8 @@
|
||||
*
|
||||
* The license information of the added code and this modification:
|
||||
* Author: Intel A80486DX2-66
|
||||
* License: Unlicense
|
||||
* License: Creative Commons Zero 1.0 Universal or Unlicense
|
||||
* SPDX-License-Identifier: CC0-1.0 OR Unlicense
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
@@ -23,7 +23,8 @@
|
||||
* TODO: Test: Automate the test verification
|
||||
*
|
||||
* Author: Intel A80486DX2-66
|
||||
* License: Unlicense
|
||||
* License: Creative Commons Zero 1.0 Universal or Unlicense
|
||||
* SPDX-License-Identifier: CC0-1.0 OR Unlicense
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
* static-vs-dynamic-mem-alloc.c
|
||||
*
|
||||
* Author: Intel A80486DX2-66
|
||||
* License: Unlicense
|
||||
* License: Creative Commons Zero 1.0 Universal or Unlicense
|
||||
* SPDX-License-Identifier: CC0-1.0 OR Unlicense
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
Reference in New Issue
Block a user