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/socket | |
parent | d441c230b59d20c799a4de9be1fa1aa67a2c6ae2 (diff) | |
download | ntapi-59d585822cc76b586f64c98d4e940f080ff3e91c.tar.bz2 ntapi-59d585822cc76b586f64c98d4e940f080ff3e91c.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_getpeername_v1.c | 2 | ||||
-rw-r--r-- | src/socket/ntapi_sc_getpeername_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_getsockopt.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_setsockopt.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 |
21 files changed, 21 insertions, 21 deletions
diff --git a/src/socket/ntapi_sc_accept.c b/src/socket/ntapi_sc_accept.c index 1920941..34eec46 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--2017 Z. Gilboa */ +/* Copyright (C) 2013--2021 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 3e38993..680a5d8 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--2017 Z. Gilboa */ +/* Copyright (C) 2013--2021 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 cf463c0..17a2ec9 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--2017 Z. Gilboa */ +/* Copyright (C) 2013--2021 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 89050a5..68600f3 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--2017 Z. Gilboa */ +/* Copyright (C) 2013--2021 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 18ac826..674468d 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--2017 Z. Gilboa */ +/* Copyright (C) 2013--2021 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/socket/ntapi_sc_getpeername_v1.c b/src/socket/ntapi_sc_getpeername_v1.c index 676a74e..00d8525 100644 --- a/src/socket/ntapi_sc_getpeername_v1.c +++ b/src/socket/ntapi_sc_getpeername_v1.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/socket/ntapi_sc_getpeername_v2.c b/src/socket/ntapi_sc_getpeername_v2.c index 9f383f9..fe648be 100644 --- a/src/socket/ntapi_sc_getpeername_v2.c +++ b/src/socket/ntapi_sc_getpeername_v2.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/socket/ntapi_sc_getsockname_v1.c b/src/socket/ntapi_sc_getsockname_v1.c index bbc99d3..d66aa4b 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--2017 Z. Gilboa */ +/* Copyright (C) 2013--2021 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 fe94e7e..b83ba23 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--2017 Z. Gilboa */ +/* Copyright (C) 2013--2021 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/socket/ntapi_sc_getsockopt.c b/src/socket/ntapi_sc_getsockopt.c index e70ba28..2f808f4 100644 --- a/src/socket/ntapi_sc_getsockopt.c +++ b/src/socket/ntapi_sc_getsockopt.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/socket/ntapi_sc_listen.c b/src/socket/ntapi_sc_listen.c index a8d437e..ef212e5 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--2017 Z. Gilboa */ +/* Copyright (C) 2013--2021 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 2566a6d..39f04fa 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--2017 Z. Gilboa */ +/* Copyright (C) 2013--2021 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 10f5ab6..db6f316 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--2017 Z. Gilboa */ +/* Copyright (C) 2013--2021 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 6dd2931..e0864c0 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--2017 Z. Gilboa */ +/* Copyright (C) 2013--2021 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 36dfcaa..e951469 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--2017 Z. Gilboa */ +/* Copyright (C) 2013--2021 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 6331be9..dfb2367 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--2017 Z. Gilboa */ +/* Copyright (C) 2013--2021 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/socket/ntapi_sc_setsockopt.c b/src/socket/ntapi_sc_setsockopt.c index 1e010bd..d9b6f11 100644 --- a/src/socket/ntapi_sc_setsockopt.c +++ b/src/socket/ntapi_sc_setsockopt.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/socket/ntapi_sc_shutdown.c b/src/socket/ntapi_sc_shutdown.c index 84370e0..8431cc7 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--2017 Z. Gilboa */ +/* Copyright (C) 2013--2021 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 e9b5f5d..e3b595d 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--2017 Z. Gilboa */ +/* Copyright (C) 2013--2021 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 76169a9..c547315 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--2017 Z. Gilboa */ +/* Copyright (C) 2013--2021 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 5d207e2..67b20f6 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--2017 Z. Gilboa */ +/* Copyright (C) 2013--2021 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ |