diff options
author | Tim Segers <tsegers@pm.me> | 2023-01-02 22:23:45 +0100 |
---|---|---|
committer | Tim Segers <tsegers@pm.me> | 2023-01-07 15:24:51 +0100 |
commit | 263048097eea6b115b8e6b9528a68b3396ccd565 (patch) | |
tree | 925824ccb95da88b6a4bcd9b6b6a62d978ba97ed /test | |
parent | 650812777953ecc1ddb1280c86b63fa4b5761ed6 (diff) | |
download | opendeco-263048097eea6b115b8e6b9528a68b3396ccd565.tar.gz |
Add License Identifiers to files lacking them
Diffstat (limited to 'test')
-rw-r--r-- | test/deco_test.c | 2 | ||||
-rw-r--r-- | test/opendeco_test.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/deco_test.c b/test/deco_test.c index f87cffc..b405970 100644 --- a/test/deco_test.c +++ b/test/deco_test.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: MIT-0 */ + #include "minunit/minunit.h" #include "src/deco.h" diff --git a/test/opendeco_test.c b/test/opendeco_test.c index 75605ee..4946de3 100644 --- a/test/opendeco_test.c +++ b/test/opendeco_test.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: MIT-0 */ + #include "minunit/minunit.h" MU_TEST_SUITE(testsuite_deco); |