diff options
author | midipix <writeonce@midipix.org> | 2017-02-04 11:08:59 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-02-04 11:08:59 -0500 |
commit | dde53ab2fd90b5fdad27b5132fd677375abcc533 (patch) | |
tree | 49aec12158305ccbe63008df34e492552073bece /src/internal | |
parent | 2653052944aef689484299c3f257db993dda106d (diff) | |
download | ntapi-dde53ab2fd90b5fdad27b5132fd677375abcc533.tar.bz2 ntapi-dde53ab2fd90b5fdad27b5132fd677375abcc533.tar.xz |
annual chores.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/ntapi.c | 2 | ||||
-rw-r--r-- | src/internal/ntapi_blitter.h | 2 | ||||
-rw-r--r-- | src/internal/ntapi_context.h | 2 | ||||
-rw-r--r-- | src/internal/ntapi_debug.c | 2 | ||||
-rw-r--r-- | src/internal/ntapi_entry_point.c | 2 | ||||
-rw-r--r-- | src/internal/ntapi_fnapi.h | 2 | ||||
-rw-r--r-- | src/internal/ntapi_hash_table.h | 2 | ||||
-rw-r--r-- | src/internal/ntapi_impl.h | 2 | ||||
-rw-r--r-- | src/internal/ntapi_log.h | 2 | ||||
-rw-r--r-- | src/internal/ntapi_open.c | 2 | ||||
-rw-r--r-- | src/internal/ntapi_pty.h | 2 |
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. */ /********************************************************/ |