summaryrefslogtreecommitdiffhomepage
path: root/src/process
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-02-04 11:08:59 -0500
committermidipix <writeonce@midipix.org>2017-02-04 11:08:59 -0500
commitdde53ab2fd90b5fdad27b5132fd677375abcc533 (patch)
tree49aec12158305ccbe63008df34e492552073bece /src/process
parent2653052944aef689484299c3f257db993dda106d (diff)
downloadntapi-dde53ab2fd90b5fdad27b5132fd677375abcc533.tar.bz2
ntapi-dde53ab2fd90b5fdad27b5132fd677375abcc533.tar.xz
annual chores.
Diffstat (limited to 'src/process')
-rw-r--r--src/process/nt32/tt_fork_v1.s2
-rw-r--r--src/process/nt32/tt_fork_v1_i386.c2
-rw-r--r--src/process/nt64/tt_fork_v1.asm2
-rw-r--r--src/process/nt64/tt_fork_v1.s2
-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.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/process/ntapi_tt_spawn_native_process.c2
15 files changed, 15 insertions, 15 deletions
diff --git a/src/process/nt32/tt_fork_v1.s b/src/process/nt32/tt_fork_v1.s
index e15025d..c659ec5 100644
--- a/src/process/nt32/tt_fork_v1.s
+++ b/src/process/nt32/tt_fork_v1.s
@@ -1,6 +1,6 @@
##########################################################
## ntapi: Native API core library ##
-## Copyright (C) 2013,2014,2015 Z. Gilboa ##
+## Copyright (C) 2013--2017 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 1fe9d36..769285b 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--2016 Z. Gilboa */
+/* Copyright (C) 2013--2017 Z. Gilboa */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/
diff --git a/src/process/nt64/tt_fork_v1.asm b/src/process/nt64/tt_fork_v1.asm
index af9f2ad..a4ce5db 100644
--- a/src/process/nt64/tt_fork_v1.asm
+++ b/src/process/nt64/tt_fork_v1.asm
@@ -1,6 +1,6 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ntapi: Native API core library ;;
-;; Copyright (C) 2013,2014,2015 Z. Gilboa ;;
+;; Copyright (C) 2013--2017 Z. Gilboa ;;
;; Released under GPLv2 and GPLv3; see COPYING.NTAPI. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
diff --git a/src/process/nt64/tt_fork_v1.s b/src/process/nt64/tt_fork_v1.s
index 5f09463..bc3ffda 100644
--- a/src/process/nt64/tt_fork_v1.s
+++ b/src/process/nt64/tt_fork_v1.s
@@ -1,6 +1,6 @@
##########################################################
## ntapi: Native API core library ##
-## Copyright (C) 2013,2014,2015 Z. Gilboa ##
+## Copyright (C) 2013--2017 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 4c58a99..22c946d 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--2016 Z. Gilboa */
+/* Copyright (C) 2013--2017 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 3b3c059..4b52742 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--2016 Z. Gilboa */
+/* Copyright (C) 2013--2017 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 e726974..7a1ebb0 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--2016 Z. Gilboa */
+/* Copyright (C) 2013--2017 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 fa8e67c..3ead00a 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--2016 Z. Gilboa */
+/* Copyright (C) 2013--2017 Z. Gilboa */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/
diff --git a/src/process/ntapi_tt_fork.c b/src/process/ntapi_tt_fork.c
index 0863ead..58cf2c3 100644
--- a/src/process/ntapi_tt_fork.c
+++ b/src/process/ntapi_tt_fork.c
@@ -1,6 +1,6 @@
/********************************************************/
/* ntapi: Native API core library */
-/* Copyright (C) 2013--2016 Z. Gilboa */
+/* Copyright (C) 2013--2017 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 841e1e4..72b642e 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--2016 Z. Gilboa */
+/* Copyright (C) 2013--2017 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 7c47696..78b7621 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--2016 Z. Gilboa */
+/* Copyright (C) 2013--2017 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 71662b4..8feef90 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--2016 Z. Gilboa */
+/* Copyright (C) 2013--2017 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 aa11b63..9d586c2 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--2016 Z. Gilboa */
+/* Copyright (C) 2013--2017 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 3ab1a7c..f4fd125 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--2016 Z. Gilboa */
+/* Copyright (C) 2013--2017 Z. Gilboa */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/
diff --git a/src/process/ntapi_tt_spawn_native_process.c b/src/process/ntapi_tt_spawn_native_process.c
index 2c61012..811c724 100644
--- a/src/process/ntapi_tt_spawn_native_process.c
+++ b/src/process/ntapi_tt_spawn_native_process.c
@@ -1,6 +1,6 @@
/********************************************************/
/* ntapi: Native API core library */
-/* Copyright (C) 2013--2016 Z. Gilboa */
+/* Copyright (C) 2013--2017 Z. Gilboa */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/