diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-01 22:14:52 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-01 22:14:52 +0300 |
| commit | edeea202fb6297fc5ae749a91ac8f9fb67b59fae (patch) | |
| tree | 01ed39a91664d3fff485de42d44647f4e4b7c24c /src/string.c | |
| parent | b35787f4f2cf24e61b82f1eec6a5ff5eed4ba70b (diff) | |
| download | ek-edeea202fb6297fc5ae749a91ac8f9fb67b59fae.tar.gz ek-edeea202fb6297fc5ae749a91ac8f9fb67b59fae.zip | |
update license stuff
Diffstat (limited to 'src/string.c')
| -rw-r--r-- | src/string.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/string.c b/src/string.c index 3822052..d36d6bc 100644 --- a/src/string.c +++ b/src/string.c @@ -1,4 +1,5 @@ -/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ +/* Copyright 2023 Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ #include <errno.h> #include <stdlib.h> |
