diff options
author | midipix <writeonce@midipix.org> | 2021-08-20 00:00:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-12-30 10:53:44 +0000 |
commit | 64e60696fd9cf2e8e672cebd1ed8b52b9b542606 (patch) | |
tree | 566aa578745e32a6d230fb0cc71862203125d57d /src/argv | |
parent | 59d585822cc76b586f64c98d4e940f080ff3e91c (diff) | |
download | ntapi-64e60696fd9cf2e8e672cebd1ed8b52b9b542606.tar.bz2 ntapi-64e60696fd9cf2e8e672cebd1ed8b52b9b542606.tar.xz |
A new home.
Diffstat (limited to 'src/argv')
-rw-r--r-- | src/argv/ntapi_tt_argv_envp.c | 2 | ||||
-rw-r--r-- | src/argv/ntapi_tt_array_utf16.c | 2 | ||||
-rw-r--r-- | src/argv/ntapi_tt_array_utf8.c | 2 | ||||
-rw-r--r-- | src/argv/ntapi_tt_env_vars.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/argv/ntapi_tt_argv_envp.c b/src/argv/ntapi_tt_argv_envp.c index 2ffcc4b..72f1f13 100644 --- a/src/argv/ntapi_tt_argv_envp.c +++ b/src/argv/ntapi_tt_argv_envp.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2021 Z. Gilboa */ +/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/argv/ntapi_tt_array_utf16.c b/src/argv/ntapi_tt_array_utf16.c index 5914657..f08d266 100644 --- a/src/argv/ntapi_tt_array_utf16.c +++ b/src/argv/ntapi_tt_array_utf16.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2021 Z. Gilboa */ +/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/argv/ntapi_tt_array_utf8.c b/src/argv/ntapi_tt_array_utf8.c index 0d688c5..b1c95b5 100644 --- a/src/argv/ntapi_tt_array_utf8.c +++ b/src/argv/ntapi_tt_array_utf8.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2021 Z. Gilboa */ +/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/argv/ntapi_tt_env_vars.c b/src/argv/ntapi_tt_env_vars.c index e1792f5..09b036c 100644 --- a/src/argv/ntapi_tt_env_vars.c +++ b/src/argv/ntapi_tt_env_vars.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2021 Z. Gilboa */ +/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ |