diff options
author | midipix <writeonce@midipix.org> | 2021-07-06 09:19:45 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-07-06 09:19:45 +0000 |
commit | 59d585822cc76b586f64c98d4e940f080ff3e91c (patch) | |
tree | 4f72b75fb1ed3143aaf809b4b85d2fd45fe9afdf /src/argv | |
parent | d441c230b59d20c799a4de9be1fa1aa67a2c6ae2 (diff) | |
download | ntapi-59d585822cc76b586f64c98d4e940f080ff3e91c.tar.bz2 ntapi-59d585822cc76b586f64c98d4e940f080ff3e91c.tar.xz |
Annual chores.
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 722ab87..2ffcc4b 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--2017 Z. Gilboa */ +/* Copyright (C) 2013--2021 Z. Gilboa */ /* 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 d125331..5914657 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--2017 Z. Gilboa */ +/* Copyright (C) 2013--2021 Z. Gilboa */ /* 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 27c6729..0d688c5 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--2017 Z. Gilboa */ +/* Copyright (C) 2013--2021 Z. Gilboa */ /* 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 0d9553d..e1792f5 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--2017 Z. Gilboa */ +/* Copyright (C) 2013--2021 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ |