From 4256e2f622d20fdd9e26ec8aff2180cbad63d477 Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Sat, 23 Jan 2016 18:47:05 -0500
Subject: annual chores.

---
 src/process/nt32/tt_fork_v1_i386.c                  | 2 +-
 src/process/ntapi_tt_create_native_process_v1.c     | 2 +-
 src/process/ntapi_tt_create_native_process_v2.c     | 2 +-
 src/process/ntapi_tt_create_remote_process_params.c | 2 +-
 src/process/ntapi_tt_create_remote_runtime_data.c   | 2 +-
 src/process/ntapi_tt_fork_v1.c                      | 2 +-
 src/process/ntapi_tt_fork_v2.c                      | 2 +-
 src/process/ntapi_tt_get_runtime_data.c             | 2 +-
 src/process/ntapi_tt_init_runtime_data.c            | 2 +-
 src/process/ntapi_tt_map_image_as_data.c            | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

(limited to 'src/process')

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.  */
 /********************************************************/
 
-- 
cgit v1.2.3