summaryrefslogtreecommitdiffhomepage
path: root/src/internal
diff options
context:
space:
mode:
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_log.h2
-rw-r--r--src/internal/ntapi_open.c2
-rw-r--r--src/internal/ntapi_pty.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/src/internal/ntapi.c b/src/internal/ntapi.c
index 5c60ffd..16c12c1 100644
--- a/src/internal/ntapi.c
+++ b/src/internal/ntapi.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/internal/ntapi_blitter.h b/src/internal/ntapi_blitter.h
index 649e3fd..be9981c 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--2016 Z. Gilboa */
+/* Copyright (C) 2013--2017 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 46a0a26..b531f99 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--2016 Z. Gilboa */
+/* Copyright (C) 2013--2017 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 36deb7c..a81b80d 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--2016 Z. Gilboa */
+/* Copyright (C) 2013--2017 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 9246917..310d54d 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--2016 Z. Gilboa */
+/* Copyright (C) 2013--2017 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 93e38bd..d11ef5c 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--2016 Z. Gilboa */
+/* Copyright (C) 2013--2017 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 2dad1ad..49448d9 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--2016 Z. Gilboa */
+/* Copyright (C) 2013--2017 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 0a41fc7..aca201b 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--2016 Z. Gilboa */
+/* Copyright (C) 2013--2017 Z. Gilboa */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/
diff --git a/src/internal/ntapi_log.h b/src/internal/ntapi_log.h
index ae9cce9..59aa603 100644
--- a/src/internal/ntapi_log.h
+++ b/src/internal/ntapi_log.h
@@ -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/internal/ntapi_open.c b/src/internal/ntapi_open.c
index 9a368aa..c2bb60f 100644
--- a/src/internal/ntapi_open.c
+++ b/src/internal/ntapi_open.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/internal/ntapi_pty.h b/src/internal/ntapi_pty.h
index 3744880..711c5f5 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--2016 Z. Gilboa */
+/* Copyright (C) 2013--2017 Z. Gilboa */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/