diff options
Diffstat (limited to 'src/msq')
-rw-r--r-- | src/msq/ntapi_msq_connect.c | 2 | ||||
-rw-r--r-- | src/msq/ntapi_msq_fcntl.c | 2 | ||||
-rw-r--r-- | src/msq/ntapi_msq_fdio.c | 2 | ||||
-rw-r--r-- | src/msq/ntapi_msq_ioctl.c | 2 | ||||
-rw-r--r-- | src/msq/ntapi_msq_query.c | 2 | ||||
-rw-r--r-- | src/msq/ntapi_msq_recv.c | 2 | ||||
-rw-r--r-- | src/msq/ntapi_msq_send.c | 2 | ||||
-rw-r--r-- | src/msq/ntapi_msq_set.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/msq/ntapi_msq_connect.c b/src/msq/ntapi_msq_connect.c index 8bff6e9..2ca2960 100644 --- a/src/msq/ntapi_msq_connect.c +++ b/src/msq/ntapi_msq_connect.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/msq/ntapi_msq_fcntl.c b/src/msq/ntapi_msq_fcntl.c index 91efed2..032472d 100644 --- a/src/msq/ntapi_msq_fcntl.c +++ b/src/msq/ntapi_msq_fcntl.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/msq/ntapi_msq_fdio.c b/src/msq/ntapi_msq_fdio.c index d186bb6..8bbcc77 100644 --- a/src/msq/ntapi_msq_fdio.c +++ b/src/msq/ntapi_msq_fdio.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/msq/ntapi_msq_ioctl.c b/src/msq/ntapi_msq_ioctl.c index 6cdc49f..919957b 100644 --- a/src/msq/ntapi_msq_ioctl.c +++ b/src/msq/ntapi_msq_ioctl.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/msq/ntapi_msq_query.c b/src/msq/ntapi_msq_query.c index 28922ef..1315279 100644 --- a/src/msq/ntapi_msq_query.c +++ b/src/msq/ntapi_msq_query.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/msq/ntapi_msq_recv.c b/src/msq/ntapi_msq_recv.c index aadd9da..777b2ff 100644 --- a/src/msq/ntapi_msq_recv.c +++ b/src/msq/ntapi_msq_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/msq/ntapi_msq_send.c b/src/msq/ntapi_msq_send.c index fb9d44a..1b95573 100644 --- a/src/msq/ntapi_msq_send.c +++ b/src/msq/ntapi_msq_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/msq/ntapi_msq_set.c b/src/msq/ntapi_msq_set.c index 2def716..cf6efc4 100644 --- a/src/msq/ntapi_msq_set.c +++ b/src/msq/ntapi_msq_set.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. */ /********************************************************/ |