aboutsummaryrefslogtreecommitdiffstats
path: root/c_test
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2023-02-12 20:54:21 +0000
committerGravatar Peter McGoron 2023-02-12 20:54:21 +0000
commitf6d9276d2481ec83f3347955471ebc9d31a0d3c3 (patch)
tree71d276a04043d4de81f2624b0c85272f668c14a9 /c_test
parentREADME.md: update (diff)
add license
Diffstat (limited to 'c_test')
-rw-r--r--c_test/creole.c14
-rw-r--r--c_test/encode_decode.c13
2 files changed, 27 insertions, 0 deletions
diff --git a/c_test/creole.c b/c_test/creole.c
index de735c1..438ef7f 100644
--- a/c_test/creole.c
+++ b/c_test/creole.c
@@ -1,3 +1,17 @@
+/* Copyright (c) 2023 Peter McGoron <code@mcgoron.com>
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
+
#include "greatest.h"
GREATEST_MAIN_DEFS();
#include "../creole.c"
diff --git a/c_test/encode_decode.c b/c_test/encode_decode.c
index 6a90490..835305c 100644
--- a/c_test/encode_decode.c
+++ b/c_test/encode_decode.c
@@ -1,3 +1,16 @@
+/* Copyright (c) 2023 Peter McGoron <code@mcgoron.com>
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
#include <string.h>
#include <assert.h>
#include <stdio.h>