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/socket | |
parent | 516b6996f4a406d48dbc498804830be3b7ff7e33 (diff) | |
download | ntapi-4256e2f622d20fdd9e26ec8aff2180cbad63d477.tar.bz2 ntapi-4256e2f622d20fdd9e26ec8aff2180cbad63d477.tar.xz |
annual chores.
Diffstat (limited to 'src/socket')
-rw-r--r-- | src/socket/ntapi_sc_accept.c | 2 | ||||
-rw-r--r-- | src/socket/ntapi_sc_bind_v1.c | 2 | ||||
-rw-r--r-- | src/socket/ntapi_sc_bind_v2.c | 2 | ||||
-rw-r--r-- | src/socket/ntapi_sc_connect_v1.c | 2 | ||||
-rw-r--r-- | src/socket/ntapi_sc_connect_v2.c | 2 | ||||
-rw-r--r-- | src/socket/ntapi_sc_getsockname_v1.c | 2 | ||||
-rw-r--r-- | src/socket/ntapi_sc_getsockname_v2.c | 2 | ||||
-rw-r--r-- | src/socket/ntapi_sc_listen.c | 2 | ||||
-rw-r--r-- | src/socket/ntapi_sc_recv.c | 2 | ||||
-rw-r--r-- | src/socket/ntapi_sc_send.c | 2 | ||||
-rw-r--r-- | src/socket/ntapi_sc_server_accept_connection_v1.c | 2 | ||||
-rw-r--r-- | src/socket/ntapi_sc_server_accept_connection_v2.c | 2 | ||||
-rw-r--r-- | src/socket/ntapi_sc_server_duplicate_socket.c | 2 | ||||
-rw-r--r-- | src/socket/ntapi_sc_shutdown.c | 2 | ||||
-rw-r--r-- | src/socket/ntapi_sc_socket_v1.c | 2 | ||||
-rw-r--r-- | src/socket/ntapi_sc_socket_v2.c | 2 | ||||
-rw-r--r-- | src/socket/ntapi_sc_wait.c | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/src/socket/ntapi_sc_accept.c b/src/socket/ntapi_sc_accept.c index a9f0a4e..fa61603 100644 --- a/src/socket/ntapi_sc_accept.c +++ b/src/socket/ntapi_sc_accept.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/socket/ntapi_sc_bind_v1.c b/src/socket/ntapi_sc_bind_v1.c index df66656..e0bfc6a 100644 --- a/src/socket/ntapi_sc_bind_v1.c +++ b/src/socket/ntapi_sc_bind_v1.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/socket/ntapi_sc_bind_v2.c b/src/socket/ntapi_sc_bind_v2.c index f9b503b..36ea98f 100644 --- a/src/socket/ntapi_sc_bind_v2.c +++ b/src/socket/ntapi_sc_bind_v2.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/socket/ntapi_sc_connect_v1.c b/src/socket/ntapi_sc_connect_v1.c index 380dbc9..ef7f31b 100644 --- a/src/socket/ntapi_sc_connect_v1.c +++ b/src/socket/ntapi_sc_connect_v1.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/socket/ntapi_sc_connect_v2.c b/src/socket/ntapi_sc_connect_v2.c index 3857f6f..919ee10 100644 --- a/src/socket/ntapi_sc_connect_v2.c +++ b/src/socket/ntapi_sc_connect_v2.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/socket/ntapi_sc_getsockname_v1.c b/src/socket/ntapi_sc_getsockname_v1.c index 85a9357..c5a9de7 100644 --- a/src/socket/ntapi_sc_getsockname_v1.c +++ b/src/socket/ntapi_sc_getsockname_v1.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/socket/ntapi_sc_getsockname_v2.c b/src/socket/ntapi_sc_getsockname_v2.c index 07313ac..a045430 100644 --- a/src/socket/ntapi_sc_getsockname_v2.c +++ b/src/socket/ntapi_sc_getsockname_v2.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/socket/ntapi_sc_listen.c b/src/socket/ntapi_sc_listen.c index cc3e66a..8f7fb0d 100644 --- a/src/socket/ntapi_sc_listen.c +++ b/src/socket/ntapi_sc_listen.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/socket/ntapi_sc_recv.c b/src/socket/ntapi_sc_recv.c index 8db3426..2c969af 100644 --- a/src/socket/ntapi_sc_recv.c +++ b/src/socket/ntapi_sc_recv.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/socket/ntapi_sc_send.c b/src/socket/ntapi_sc_send.c index 2286d65..9f472f2 100644 --- a/src/socket/ntapi_sc_send.c +++ b/src/socket/ntapi_sc_send.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/socket/ntapi_sc_server_accept_connection_v1.c b/src/socket/ntapi_sc_server_accept_connection_v1.c index 0154ef7..f2dbc28 100644 --- a/src/socket/ntapi_sc_server_accept_connection_v1.c +++ b/src/socket/ntapi_sc_server_accept_connection_v1.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/socket/ntapi_sc_server_accept_connection_v2.c b/src/socket/ntapi_sc_server_accept_connection_v2.c index 3520c75..03c3487 100644 --- a/src/socket/ntapi_sc_server_accept_connection_v2.c +++ b/src/socket/ntapi_sc_server_accept_connection_v2.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/socket/ntapi_sc_server_duplicate_socket.c b/src/socket/ntapi_sc_server_duplicate_socket.c index 4084593..811ae0b 100644 --- a/src/socket/ntapi_sc_server_duplicate_socket.c +++ b/src/socket/ntapi_sc_server_duplicate_socket.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/socket/ntapi_sc_shutdown.c b/src/socket/ntapi_sc_shutdown.c index 115214c..0aa5c36 100644 --- a/src/socket/ntapi_sc_shutdown.c +++ b/src/socket/ntapi_sc_shutdown.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/socket/ntapi_sc_socket_v1.c b/src/socket/ntapi_sc_socket_v1.c index d57f212..bfdfc83 100644 --- a/src/socket/ntapi_sc_socket_v1.c +++ b/src/socket/ntapi_sc_socket_v1.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/socket/ntapi_sc_socket_v2.c b/src/socket/ntapi_sc_socket_v2.c index 069c596..366b9c9 100644 --- a/src/socket/ntapi_sc_socket_v2.c +++ b/src/socket/ntapi_sc_socket_v2.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/socket/ntapi_sc_wait.c b/src/socket/ntapi_sc_wait.c index 3bfad28..d6e7210 100644 --- a/src/socket/ntapi_sc_wait.c +++ b/src/socket/ntapi_sc_wait.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. */ /********************************************************/ |