summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-01-23 18:47:05 -0500
committermidipix <writeonce@midipix.org>2016-01-23 18:47:05 -0500
commit4256e2f622d20fdd9e26ec8aff2180cbad63d477 (patch)
tree07ece00da9d5e84d7a82bc27a593d12e667e6331
parent516b6996f4a406d48dbc498804830be3b7ff7e33 (diff)
downloadntapi-4256e2f622d20fdd9e26ec8aff2180cbad63d477.tar.bz2
ntapi-4256e2f622d20fdd9e26ec8aff2180cbad63d477.tar.xz
annual chores.
-rw-r--r--src/argv/ntapi_tt_argv_envp.c2
-rw-r--r--src/argv/ntapi_tt_array_utf16.c2
-rw-r--r--src/argv/ntapi_tt_array_utf8.c2
-rw-r--r--src/argv/ntapi_tt_env_vars.c2
-rw-r--r--src/argv/ntapi_tt_get_option.c2
-rw-r--r--src/blitter/ntapi_blt_alloc.c2
-rw-r--r--src/blitter/ntapi_blt_block.c2
-rw-r--r--src/blitter/ntapi_blt_free.c2
-rw-r--r--src/daemon/ntapi_dsr_init.c2
-rw-r--r--src/daemon/ntapi_dsr_internal_connection.c2
-rw-r--r--src/fs/ntapi_tt_get_file_handle_type.c2
-rw-r--r--src/fs/ntapi_tt_istat.c2
-rw-r--r--src/fs/ntapi_tt_mount.c2
-rw-r--r--src/fs/ntapi_tt_open_logical_parent_directory.c2
-rw-r--r--src/fs/ntapi_tt_open_physical_parent_directory.c2
-rw-r--r--src/fs/ntapi_tt_stat.c2
-rw-r--r--src/fs/ntapi_tt_statfs.c2
-rw-r--r--src/guid/ntapi_tt_guid.c2
-rw-r--r--src/hash/ntapi_tt_crc32.c2
-rw-r--r--src/hash/ntapi_tt_populate_hashed_import_table.c2
-rw-r--r--src/internal/ntapi.c2
-rw-r--r--src/internal/ntapi_blitter.h2
-rw-r--r--src/internal/ntapi_context.h2
-rw-r--r--src/internal/ntapi_debug.c2
-rw-r--r--src/internal/ntapi_entry_point.c2
-rw-r--r--src/internal/ntapi_fnapi.h2
-rw-r--r--src/internal/ntapi_hash_table.h2
-rw-r--r--src/internal/ntapi_impl.h2
-rw-r--r--src/internal/ntapi_pty.h2
-rw-r--r--src/ipc/ntapi_tt_create_pipe_v1.c2
-rw-r--r--src/ipc/ntapi_tt_create_pipe_v2.c2
-rw-r--r--src/ldr/ntapi_ldr_create_state_snapshot.c2
-rw-r--r--src/ldr/ntapi_ldr_load_system_dll.c2
-rw-r--r--src/ldr/ntapi_ldr_revert_state_to_snapshot.c2
-rw-r--r--src/object/ntapi_tt_keyed_object_directory.c2
-rw-r--r--src/port/ntapi_port_name_helper.c2
-rw-r--r--src/process/nt32/tt_fork_v1_i386.c2
-rw-r--r--src/process/ntapi_tt_create_native_process_v1.c2
-rw-r--r--src/process/ntapi_tt_create_native_process_v2.c2
-rw-r--r--src/process/ntapi_tt_create_remote_process_params.c2
-rw-r--r--src/process/ntapi_tt_create_remote_runtime_data.c2
-rw-r--r--src/process/ntapi_tt_fork_v1.c2
-rw-r--r--src/process/ntapi_tt_fork_v2.c2
-rw-r--r--src/process/ntapi_tt_get_runtime_data.c2
-rw-r--r--src/process/ntapi_tt_init_runtime_data.c2
-rw-r--r--src/process/ntapi_tt_map_image_as_data.c2
-rw-r--r--src/pty/ntapi_pty_cancel.c2
-rw-r--r--src/pty/ntapi_pty_fd.c2
-rw-r--r--src/pty/ntapi_pty_io.c2
-rw-r--r--src/pty/ntapi_pty_ioctl.c2
-rw-r--r--src/pty/ntapi_pty_query.c2
-rw-r--r--src/pty/ntapi_pty_set.c2
-rw-r--r--src/section/ntapi_tt_get_section_name.c2
-rw-r--r--src/socket/ntapi_sc_accept.c2
-rw-r--r--src/socket/ntapi_sc_bind_v1.c2
-rw-r--r--src/socket/ntapi_sc_bind_v2.c2
-rw-r--r--src/socket/ntapi_sc_connect_v1.c2
-rw-r--r--src/socket/ntapi_sc_connect_v2.c2
-rw-r--r--src/socket/ntapi_sc_getsockname_v1.c2
-rw-r--r--src/socket/ntapi_sc_getsockname_v2.c2
-rw-r--r--src/socket/ntapi_sc_listen.c2
-rw-r--r--src/socket/ntapi_sc_recv.c2
-rw-r--r--src/socket/ntapi_sc_send.c2
-rw-r--r--src/socket/ntapi_sc_server_accept_connection_v1.c2
-rw-r--r--src/socket/ntapi_sc_server_accept_connection_v2.c2
-rw-r--r--src/socket/ntapi_sc_server_duplicate_socket.c2
-rw-r--r--src/socket/ntapi_sc_shutdown.c2
-rw-r--r--src/socket/ntapi_sc_socket_v1.c2
-rw-r--r--src/socket/ntapi_sc_socket_v2.c2
-rw-r--r--src/socket/ntapi_sc_wait.c2
-rw-r--r--src/string/ntapi_tt_aligned_block_memcpy.c2
-rw-r--r--src/string/ntapi_tt_aligned_block_memset.c2
-rw-r--r--src/string/ntapi_tt_aligned_memcpy_utf16.c2
-rw-r--r--src/string/ntapi_tt_hex_utf16_to_uintptr.c2
-rw-r--r--src/string/ntapi_tt_init_unicode_string_from_utf16.c2
-rw-r--r--src/string/ntapi_tt_memcpy_utf16.c2
-rw-r--r--src/string/ntapi_tt_string_null_offset.c2
-rw-r--r--src/string/ntapi_tt_uintptr_to_hex_utf16.c2
-rw-r--r--src/string/ntapi_tt_uintptr_to_hex_utf8.c2
-rw-r--r--src/sync/ntapi_tt_create_event.c2
-rw-r--r--src/sync/ntapi_tt_sync_block.c2
-rw-r--r--src/sync/ntapi_tt_wait_for_dummy_event.c2
-rw-r--r--src/system/ntapi_tt_get_csr_port_handle_addr_by_logic.c2
-rw-r--r--src/system/ntapi_tt_get_system_directory.c2
-rw-r--r--src/system/ntapi_tt_get_system_info_snapshot.c2
-rw-r--r--src/thread/ntapi_tt_create_thread.c2
-rw-r--r--src/tty/ntapi_tty_client_process_register.c2
-rw-r--r--src/tty/ntapi_tty_client_session_query.c2
-rw-r--r--src/tty/ntapi_tty_client_session_set.c2
-rw-r--r--src/tty/ntapi_tty_connect.c2
-rw-r--r--src/tty/ntapi_tty_create_session.c2
-rw-r--r--src/tty/ntapi_tty_join_session.c2
-rw-r--r--src/tty/ntapi_tty_query_information_server.c2
-rw-r--r--src/tty/ntapi_tty_request_peer.c2
-rw-r--r--src/tty/ntapi_tty_vms_query.c2
-rw-r--r--src/tty/ntapi_tty_vms_request.c2
-rw-r--r--src/unicode/ntapi_uc_unicode_conversion_from_utf16.c2
-rw-r--r--src/unicode/ntapi_uc_unicode_conversion_from_utf8.c2
-rw-r--r--src/unicode/ntapi_uc_unicode_validation.c2
-rw-r--r--src/vfd/ntapi_vfd_helper.c2
-rw-r--r--src/vmount/ntapi_vms_cache.c2
-rw-r--r--src/vmount/ntapi_vms_client_connect.c2
-rw-r--r--src/vmount/ntapi_vms_client_disconnect.c2
-rw-r--r--src/vmount/ntapi_vms_helper.c2
-rw-r--r--src/vmount/ntapi_vms_point_attach.c2
-rw-r--r--src/vmount/ntapi_vms_ref_count.c2
-rw-r--r--src/vmount/ntapi_vms_table_query.c2
107 files changed, 107 insertions, 107 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. */
/********************************************************/
diff --git a/src/blitter/ntapi_blt_alloc.c b/src/blitter/ntapi_blt_alloc.c
index 4ba6f2c..e010441 100644
--- a/src/blitter/ntapi_blt_alloc.c
+++ b/src/blitter/ntapi_blt_alloc.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/blitter/ntapi_blt_block.c b/src/blitter/ntapi_blt_block.c
index 372672c..30c7a07 100644
--- a/src/blitter/ntapi_blt_block.c
+++ b/src/blitter/ntapi_blt_block.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/blitter/ntapi_blt_free.c b/src/blitter/ntapi_blt_free.c
index a5956b1..08baa19 100644
--- a/src/blitter/ntapi_blt_free.c
+++ b/src/blitter/ntapi_blt_free.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/daemon/ntapi_dsr_init.c b/src/daemon/ntapi_dsr_init.c
index 889de6b..91224c7 100644
--- a/src/daemon/ntapi_dsr_init.c
+++ b/src/daemon/ntapi_dsr_init.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/daemon/ntapi_dsr_internal_connection.c b/src/daemon/ntapi_dsr_internal_connection.c
index 7726b3f..5d8ee09 100644
--- a/src/daemon/ntapi_dsr_internal_connection.c
+++ b/src/daemon/ntapi_dsr_internal_connection.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/fs/ntapi_tt_get_file_handle_type.c b/src/fs/ntapi_tt_get_file_handle_type.c
index e1175a5..80d3ef9 100644
--- a/src/fs/ntapi_tt_get_file_handle_type.c
+++ b/src/fs/ntapi_tt_get_file_handle_type.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/fs/ntapi_tt_istat.c b/src/fs/ntapi_tt_istat.c
index bd2029d..bd1b92d 100644
--- a/src/fs/ntapi_tt_istat.c
+++ b/src/fs/ntapi_tt_istat.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/fs/ntapi_tt_mount.c b/src/fs/ntapi_tt_mount.c
index 1718750..391e3fb 100644
--- a/src/fs/ntapi_tt_mount.c
+++ b/src/fs/ntapi_tt_mount.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/fs/ntapi_tt_open_logical_parent_directory.c b/src/fs/ntapi_tt_open_logical_parent_directory.c
index c20d05b..f62b8b5 100644
--- a/src/fs/ntapi_tt_open_logical_parent_directory.c
+++ b/src/fs/ntapi_tt_open_logical_parent_directory.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/fs/ntapi_tt_open_physical_parent_directory.c b/src/fs/ntapi_tt_open_physical_parent_directory.c
index 68d282b..c713962 100644
--- a/src/fs/ntapi_tt_open_physical_parent_directory.c
+++ b/src/fs/ntapi_tt_open_physical_parent_directory.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/fs/ntapi_tt_stat.c b/src/fs/ntapi_tt_stat.c
index 51cc55a..fbcecca 100644
--- a/src/fs/ntapi_tt_stat.c
+++ b/src/fs/ntapi_tt_stat.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/fs/ntapi_tt_statfs.c b/src/fs/ntapi_tt_statfs.c
index 114cc8e..df5a971 100644
--- a/src/fs/ntapi_tt_statfs.c
+++ b/src/fs/ntapi_tt_statfs.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/guid/ntapi_tt_guid.c b/src/guid/ntapi_tt_guid.c
index 07cd938..6172214 100644
--- a/src/guid/ntapi_tt_guid.c
+++ b/src/guid/ntapi_tt_guid.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/hash/ntapi_tt_crc32.c b/src/hash/ntapi_tt_crc32.c
index 14839fa..e52d1e7 100644
--- a/src/hash/ntapi_tt_crc32.c
+++ b/src/hash/ntapi_tt_crc32.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/hash/ntapi_tt_populate_hashed_import_table.c b/src/hash/ntapi_tt_populate_hashed_import_table.c
index a36ed2f..7f760c1 100644
--- a/src/hash/ntapi_tt_populate_hashed_import_table.c
+++ b/src/hash/ntapi_tt_populate_hashed_import_table.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/internal/ntapi.c b/src/internal/ntapi.c
index f554b62..048a8db 100644
--- a/src/internal/ntapi.c
+++ b/src/internal/ntapi.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/internal/ntapi_blitter.h b/src/internal/ntapi_blitter.h
index 9a285d9..649e3fd 100644
--- a/src/internal/ntapi_blitter.h
+++ b/src/internal/ntapi_blitter.h
@@ -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/internal/ntapi_context.h b/src/internal/ntapi_context.h
index 4020158..46a0a26 100644
--- a/src/internal/ntapi_context.h
+++ b/src/internal/ntapi_context.h
@@ -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/internal/ntapi_debug.c b/src/internal/ntapi_debug.c
index cb56c64..dc6c169 100644
--- a/src/internal/ntapi_debug.c
+++ b/src/internal/ntapi_debug.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/internal/ntapi_entry_point.c b/src/internal/ntapi_entry_point.c
index bca857d..6ea5724 100644
--- a/src/internal/ntapi_entry_point.c
+++ b/src/internal/ntapi_entry_point.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/internal/ntapi_fnapi.h b/src/internal/ntapi_fnapi.h
index 2fb8b62..178f2ba 100644
--- a/src/internal/ntapi_fnapi.h
+++ b/src/internal/ntapi_fnapi.h
@@ -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/internal/ntapi_hash_table.h b/src/internal/ntapi_hash_table.h
index 727e4f2..0fc43a6 100644
--- a/src/internal/ntapi_hash_table.h
+++ b/src/internal/ntapi_hash_table.h
@@ -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/internal/ntapi_impl.h b/src/internal/ntapi_impl.h
index b60fc66..c19648e 100644
--- a/src/internal/ntapi_impl.h
+++ b/src/internal/ntapi_impl.h
@@ -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/internal/ntapi_pty.h b/src/internal/ntapi_pty.h
index ff85b3a..3744880 100644
--- a/src/internal/ntapi_pty.h
+++ b/src/internal/ntapi_pty.h
@@ -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/ipc/ntapi_tt_create_pipe_v1.c b/src/ipc/ntapi_tt_create_pipe_v1.c
index 3185fbd..a22e839 100644
--- a/src/ipc/ntapi_tt_create_pipe_v1.c
+++ b/src/ipc/ntapi_tt_create_pipe_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/ipc/ntapi_tt_create_pipe_v2.c b/src/ipc/ntapi_tt_create_pipe_v2.c
index c1f4b4b..0fed719 100644
--- a/src/ipc/ntapi_tt_create_pipe_v2.c
+++ b/src/ipc/ntapi_tt_create_pipe_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/ldr/ntapi_ldr_create_state_snapshot.c b/src/ldr/ntapi_ldr_create_state_snapshot.c
index 74a916c..b1bbbf8 100644
--- a/src/ldr/ntapi_ldr_create_state_snapshot.c
+++ b/src/ldr/ntapi_ldr_create_state_snapshot.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/ldr/ntapi_ldr_load_system_dll.c b/src/ldr/ntapi_ldr_load_system_dll.c
index d417590..1bd2bbc 100644
--- a/src/ldr/ntapi_ldr_load_system_dll.c
+++ b/src/ldr/ntapi_ldr_load_system_dll.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/ldr/ntapi_ldr_revert_state_to_snapshot.c b/src/ldr/ntapi_ldr_revert_state_to_snapshot.c
index 2ca5087..dc04cc9 100644
--- a/src/ldr/ntapi_ldr_revert_state_to_snapshot.c
+++ b/src/ldr/ntapi_ldr_revert_state_to_snapshot.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/object/ntapi_tt_keyed_object_directory.c b/src/object/ntapi_tt_keyed_object_directory.c
index abc9898..9520607 100644
--- a/src/object/ntapi_tt_keyed_object_directory.c
+++ b/src/object/ntapi_tt_keyed_object_directory.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/port/ntapi_port_name_helper.c b/src/port/ntapi_port_name_helper.c
index 3084cf6..84ffdcc 100644
--- a/src/port/ntapi_port_name_helper.c
+++ b/src/port/ntapi_port_name_helper.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/process/nt32/tt_fork_v1_i386.c b/src/process/nt32/tt_fork_v1_i386.c
index 6f6a73b..1fe9d36 100644
--- a/src/process/nt32/tt_fork_v1_i386.c
+++ b/src/process/nt32/tt_fork_v1_i386.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/process/ntapi_tt_create_native_process_v1.c b/src/process/ntapi_tt_create_native_process_v1.c
index b2572cc..f17f236 100644
--- a/src/process/ntapi_tt_create_native_process_v1.c
+++ b/src/process/ntapi_tt_create_native_process_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/process/ntapi_tt_create_native_process_v2.c b/src/process/ntapi_tt_create_native_process_v2.c
index 49fbaf7..e0bd71b 100644
--- a/src/process/ntapi_tt_create_native_process_v2.c
+++ b/src/process/ntapi_tt_create_native_process_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/process/ntapi_tt_create_remote_process_params.c b/src/process/ntapi_tt_create_remote_process_params.c
index 3ff8711..3c5f37b 100644
--- a/src/process/ntapi_tt_create_remote_process_params.c
+++ b/src/process/ntapi_tt_create_remote_process_params.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/process/ntapi_tt_create_remote_runtime_data.c b/src/process/ntapi_tt_create_remote_runtime_data.c
index d3cf9ca..4bde549 100644
--- a/src/process/ntapi_tt_create_remote_runtime_data.c
+++ b/src/process/ntapi_tt_create_remote_runtime_data.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/process/ntapi_tt_fork_v1.c b/src/process/ntapi_tt_fork_v1.c
index de917ef..15852e5 100644
--- a/src/process/ntapi_tt_fork_v1.c
+++ b/src/process/ntapi_tt_fork_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/process/ntapi_tt_fork_v2.c b/src/process/ntapi_tt_fork_v2.c
index e483554..233362c 100644
--- a/src/process/ntapi_tt_fork_v2.c
+++ b/src/process/ntapi_tt_fork_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/process/ntapi_tt_get_runtime_data.c b/src/process/ntapi_tt_get_runtime_data.c
index 92b4b2b..4513570 100644
--- a/src/process/ntapi_tt_get_runtime_data.c
+++ b/src/process/ntapi_tt_get_runtime_data.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/process/ntapi_tt_init_runtime_data.c b/src/process/ntapi_tt_init_runtime_data.c
index c7c2603..836b609 100644
--- a/src/process/ntapi_tt_init_runtime_data.c
+++ b/src/process/ntapi_tt_init_runtime_data.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/process/ntapi_tt_map_image_as_data.c b/src/process/ntapi_tt_map_image_as_data.c
index 864f9cc..62a7f69 100644
--- a/src/process/ntapi_tt_map_image_as_data.c
+++ b/src/process/ntapi_tt_map_image_as_data.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/pty/ntapi_pty_cancel.c b/src/pty/ntapi_pty_cancel.c
index 4bfbb79..13ffae5 100644
--- a/src/pty/ntapi_pty_cancel.c
+++ b/src/pty/ntapi_pty_cancel.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/pty/ntapi_pty_fd.c b/src/pty/ntapi_pty_fd.c
index bb7e77e..7670c66 100644
--- a/src/pty/ntapi_pty_fd.c
+++ b/src/pty/ntapi_pty_fd.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/pty/ntapi_pty_io.c b/src/pty/ntapi_pty_io.c
index f110371..4d73348 100644
--- a/src/pty/ntapi_pty_io.c
+++ b/src/pty/ntapi_pty_io.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/pty/ntapi_pty_ioctl.c b/src/pty/ntapi_pty_ioctl.c
index 806a748..06656ee 100644
--- a/src/pty/ntapi_pty_ioctl.c
+++ b/src/pty/ntapi_pty_ioctl.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/pty/ntapi_pty_query.c b/src/pty/ntapi_pty_query.c
index 5b2f99b..21ade12 100644
--- a/src/pty/ntapi_pty_query.c
+++ b/src/pty/ntapi_pty_query.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/pty/ntapi_pty_set.c b/src/pty/ntapi_pty_set.c
index fee34b8..9c5af44 100644
--- a/src/pty/ntapi_pty_set.c
+++ b/src/pty/ntapi_pty_set.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/section/ntapi_tt_get_section_name.c b/src/section/ntapi_tt_get_section_name.c
index 744bfe7..e4d3713 100644
--- a/src/section/ntapi_tt_get_section_name.c
+++ b/src/section/ntapi_tt_get_section_name.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_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. */
/********************************************************/
diff --git a/src/string/ntapi_tt_aligned_block_memcpy.c b/src/string/ntapi_tt_aligned_block_memcpy.c
index 43e1a49..c932471 100644
--- a/src/string/ntapi_tt_aligned_block_memcpy.c
+++ b/src/string/ntapi_tt_aligned_block_memcpy.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/string/ntapi_tt_aligned_block_memset.c b/src/string/ntapi_tt_aligned_block_memset.c
index 8e64360..6bc8aa4 100644
--- a/src/string/ntapi_tt_aligned_block_memset.c
+++ b/src/string/ntapi_tt_aligned_block_memset.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/string/ntapi_tt_aligned_memcpy_utf16.c b/src/string/ntapi_tt_aligned_memcpy_utf16.c
index 2035814..7949fbf 100644
--- a/src/string/ntapi_tt_aligned_memcpy_utf16.c
+++ b/src/string/ntapi_tt_aligned_memcpy_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/string/ntapi_tt_hex_utf16_to_uintptr.c b/src/string/ntapi_tt_hex_utf16_to_uintptr.c
index 3b1f354..494e5ef 100644
--- a/src/string/ntapi_tt_hex_utf16_to_uintptr.c
+++ b/src/string/ntapi_tt_hex_utf16_to_uintptr.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/string/ntapi_tt_init_unicode_string_from_utf16.c b/src/string/ntapi_tt_init_unicode_string_from_utf16.c
index 96673b4..35ebcca 100644
--- a/src/string/ntapi_tt_init_unicode_string_from_utf16.c
+++ b/src/string/ntapi_tt_init_unicode_string_from_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/string/ntapi_tt_memcpy_utf16.c b/src/string/ntapi_tt_memcpy_utf16.c
index 0a2b7af..49b06a5 100644
--- a/src/string/ntapi_tt_memcpy_utf16.c
+++ b/src/string/ntapi_tt_memcpy_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/string/ntapi_tt_string_null_offset.c b/src/string/ntapi_tt_string_null_offset.c
index 3565acb..baeace4 100644
--- a/src/string/ntapi_tt_string_null_offset.c
+++ b/src/string/ntapi_tt_string_null_offset.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/string/ntapi_tt_uintptr_to_hex_utf16.c b/src/string/ntapi_tt_uintptr_to_hex_utf16.c
index 59e063f..bb7ae8c 100644
--- a/src/string/ntapi_tt_uintptr_to_hex_utf16.c
+++ b/src/string/ntapi_tt_uintptr_to_hex_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/string/ntapi_tt_uintptr_to_hex_utf8.c b/src/string/ntapi_tt_uintptr_to_hex_utf8.c
index b1e3141..7fb1dc5 100644
--- a/src/string/ntapi_tt_uintptr_to_hex_utf8.c
+++ b/src/string/ntapi_tt_uintptr_to_hex_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/sync/ntapi_tt_create_event.c b/src/sync/ntapi_tt_create_event.c
index 3d81938..5bf18f5 100644
--- a/src/sync/ntapi_tt_create_event.c
+++ b/src/sync/ntapi_tt_create_event.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/sync/ntapi_tt_sync_block.c b/src/sync/ntapi_tt_sync_block.c
index b28d56e..bcb9691 100644
--- a/src/sync/ntapi_tt_sync_block.c
+++ b/src/sync/ntapi_tt_sync_block.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/sync/ntapi_tt_wait_for_dummy_event.c b/src/sync/ntapi_tt_wait_for_dummy_event.c
index c7680c7..16f9823 100644
--- a/src/sync/ntapi_tt_wait_for_dummy_event.c
+++ b/src/sync/ntapi_tt_wait_for_dummy_event.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/system/ntapi_tt_get_csr_port_handle_addr_by_logic.c b/src/system/ntapi_tt_get_csr_port_handle_addr_by_logic.c
index 3f38067..b552004 100644
--- a/src/system/ntapi_tt_get_csr_port_handle_addr_by_logic.c
+++ b/src/system/ntapi_tt_get_csr_port_handle_addr_by_logic.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/system/ntapi_tt_get_system_directory.c b/src/system/ntapi_tt_get_system_directory.c
index 28b9745..713826e 100644
--- a/src/system/ntapi_tt_get_system_directory.c
+++ b/src/system/ntapi_tt_get_system_directory.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/system/ntapi_tt_get_system_info_snapshot.c b/src/system/ntapi_tt_get_system_info_snapshot.c
index bfe2978..c30f856 100644
--- a/src/system/ntapi_tt_get_system_info_snapshot.c
+++ b/src/system/ntapi_tt_get_system_info_snapshot.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/thread/ntapi_tt_create_thread.c b/src/thread/ntapi_tt_create_thread.c
index 4fbe68f..87ff165 100644
--- a/src/thread/ntapi_tt_create_thread.c
+++ b/src/thread/ntapi_tt_create_thread.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/tty/ntapi_tty_client_process_register.c b/src/tty/ntapi_tty_client_process_register.c
index 935cf1e..6a010f1 100644
--- a/src/tty/ntapi_tty_client_process_register.c
+++ b/src/tty/ntapi_tty_client_process_register.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/tty/ntapi_tty_client_session_query.c b/src/tty/ntapi_tty_client_session_query.c
index 1d0dbe8..a57a1ee 100644
--- a/src/tty/ntapi_tty_client_session_query.c
+++ b/src/tty/ntapi_tty_client_session_query.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/tty/ntapi_tty_client_session_set.c b/src/tty/ntapi_tty_client_session_set.c
index 600fd5e..f929517 100644
--- a/src/tty/ntapi_tty_client_session_set.c
+++ b/src/tty/ntapi_tty_client_session_set.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/tty/ntapi_tty_connect.c b/src/tty/ntapi_tty_connect.c
index 4ef198c..db7e9f9 100644
--- a/src/tty/ntapi_tty_connect.c
+++ b/src/tty/ntapi_tty_connect.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/tty/ntapi_tty_create_session.c b/src/tty/ntapi_tty_create_session.c
index 176b2fb..3f8f1d7 100644
--- a/src/tty/ntapi_tty_create_session.c
+++ b/src/tty/ntapi_tty_create_session.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/tty/ntapi_tty_join_session.c b/src/tty/ntapi_tty_join_session.c
index e88b9cb..e5f96cc 100644
--- a/src/tty/ntapi_tty_join_session.c
+++ b/src/tty/ntapi_tty_join_session.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/tty/ntapi_tty_query_information_server.c b/src/tty/ntapi_tty_query_information_server.c
index 7930413..d1ebf87 100644
--- a/src/tty/ntapi_tty_query_information_server.c
+++ b/src/tty/ntapi_tty_query_information_server.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/tty/ntapi_tty_request_peer.c b/src/tty/ntapi_tty_request_peer.c
index 9f6550d..8ce6e7c 100644
--- a/src/tty/ntapi_tty_request_peer.c
+++ b/src/tty/ntapi_tty_request_peer.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/tty/ntapi_tty_vms_query.c b/src/tty/ntapi_tty_vms_query.c
index 08e3212..5d487d0 100644
--- a/src/tty/ntapi_tty_vms_query.c
+++ b/src/tty/ntapi_tty_vms_query.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/tty/ntapi_tty_vms_request.c b/src/tty/ntapi_tty_vms_request.c
index 74dbf5b..acdfa9c 100644
--- a/src/tty/ntapi_tty_vms_request.c
+++ b/src/tty/ntapi_tty_vms_request.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/unicode/ntapi_uc_unicode_conversion_from_utf16.c b/src/unicode/ntapi_uc_unicode_conversion_from_utf16.c
index 102a24d..74ced6e 100644
--- a/src/unicode/ntapi_uc_unicode_conversion_from_utf16.c
+++ b/src/unicode/ntapi_uc_unicode_conversion_from_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/unicode/ntapi_uc_unicode_conversion_from_utf8.c b/src/unicode/ntapi_uc_unicode_conversion_from_utf8.c
index 02976ea..ac34308 100644
--- a/src/unicode/ntapi_uc_unicode_conversion_from_utf8.c
+++ b/src/unicode/ntapi_uc_unicode_conversion_from_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/unicode/ntapi_uc_unicode_validation.c b/src/unicode/ntapi_uc_unicode_validation.c
index 4c6fcac..b10f0f4 100644
--- a/src/unicode/ntapi_uc_unicode_validation.c
+++ b/src/unicode/ntapi_uc_unicode_validation.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/vfd/ntapi_vfd_helper.c b/src/vfd/ntapi_vfd_helper.c
index 054a388..0716bdd 100644
--- a/src/vfd/ntapi_vfd_helper.c
+++ b/src/vfd/ntapi_vfd_helper.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/vmount/ntapi_vms_cache.c b/src/vmount/ntapi_vms_cache.c
index 97fe32f..31c09a4 100644
--- a/src/vmount/ntapi_vms_cache.c
+++ b/src/vmount/ntapi_vms_cache.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/vmount/ntapi_vms_client_connect.c b/src/vmount/ntapi_vms_client_connect.c
index 364d4d1..6477a1b 100644
--- a/src/vmount/ntapi_vms_client_connect.c
+++ b/src/vmount/ntapi_vms_client_connect.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/vmount/ntapi_vms_client_disconnect.c b/src/vmount/ntapi_vms_client_disconnect.c
index b7d528c..c16ea6d 100644
--- a/src/vmount/ntapi_vms_client_disconnect.c
+++ b/src/vmount/ntapi_vms_client_disconnect.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/vmount/ntapi_vms_helper.c b/src/vmount/ntapi_vms_helper.c
index 4134112..4d07bf0 100644
--- a/src/vmount/ntapi_vms_helper.c
+++ b/src/vmount/ntapi_vms_helper.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/vmount/ntapi_vms_point_attach.c b/src/vmount/ntapi_vms_point_attach.c
index a4c5c7e..21ee0ce 100644
--- a/src/vmount/ntapi_vms_point_attach.c
+++ b/src/vmount/ntapi_vms_point_attach.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/vmount/ntapi_vms_ref_count.c b/src/vmount/ntapi_vms_ref_count.c
index 3be149f..c61b2ea 100644
--- a/src/vmount/ntapi_vms_ref_count.c
+++ b/src/vmount/ntapi_vms_ref_count.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/vmount/ntapi_vms_table_query.c b/src/vmount/ntapi_vms_table_query.c
index 847a58f..eb9358a 100644
--- a/src/vmount/ntapi_vms_table_query.c
+++ b/src/vmount/ntapi_vms_table_query.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. */
/********************************************************/