summaryrefslogtreecommitdiffhomepage
path: root/src/internal
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 /src/internal
parent516b6996f4a406d48dbc498804830be3b7ff7e33 (diff)
downloadntapi-4256e2f622d20fdd9e26ec8aff2180cbad63d477.tar.bz2
ntapi-4256e2f622d20fdd9e26ec8aff2180cbad63d477.tar.xz
annual chores.
Diffstat (limited to 'src/internal')
-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
9 files changed, 9 insertions, 9 deletions
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. */
/********************************************************/