diff options
author | midipix <writeonce@midipix.org> | 2016-01-23 18:47:05 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-01-23 18:47:05 -0500 |
commit | 4256e2f622d20fdd9e26ec8aff2180cbad63d477 (patch) | |
tree | 07ece00da9d5e84d7a82bc27a593d12e667e6331 /src/argv | |
parent | 516b6996f4a406d48dbc498804830be3b7ff7e33 (diff) | |
download | ntapi-4256e2f622d20fdd9e26ec8aff2180cbad63d477.tar.bz2 ntapi-4256e2f622d20fdd9e26ec8aff2180cbad63d477.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 | ||||
-rw-r--r-- | src/argv/ntapi_tt_get_option.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/argv/ntapi_tt_argv_envp.c b/src/argv/ntapi_tt_argv_envp.c index 7a08776..939c771 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,2014,2015 Z. Gilboa */ +/* Copyright (C) 2013--2016 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 d8bbb8b..cc2d2f0 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,2014,2015 Z. Gilboa */ +/* Copyright (C) 2013--2016 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 8d3b837..8cea00b 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,2014,2015 Z. Gilboa */ +/* Copyright (C) 2013--2016 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 1af9b77..4fe590c 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,2014,2015 Z. Gilboa */ +/* Copyright (C) 2013--2016 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/argv/ntapi_tt_get_option.c b/src/argv/ntapi_tt_get_option.c index 7056a3c..954148b 100644 --- a/src/argv/ntapi_tt_get_option.c +++ b/src/argv/ntapi_tt_get_option.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013,2014,2015 Z. Gilboa */ +/* Copyright (C) 2013--2016 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ |