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/blitter | |
parent | 2653052944aef689484299c3f257db993dda106d (diff) | |
download | ntapi-dde53ab2fd90b5fdad27b5132fd677375abcc533.tar.bz2 ntapi-dde53ab2fd90b5fdad27b5132fd677375abcc533.tar.xz |
annual chores.
Diffstat (limited to 'src/blitter')
-rw-r--r-- | src/blitter/ntapi_blt_alloc.c | 2 | ||||
-rw-r--r-- | src/blitter/ntapi_blt_block.c | 2 | ||||
-rw-r--r-- | src/blitter/ntapi_blt_free.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/blitter/ntapi_blt_alloc.c b/src/blitter/ntapi_blt_alloc.c index 4e050c1..5508166 100644 --- a/src/blitter/ntapi_blt_alloc.c +++ b/src/blitter/ntapi_blt_alloc.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/blitter/ntapi_blt_block.c b/src/blitter/ntapi_blt_block.c index 30c7a07..12dc2f7 100644 --- a/src/blitter/ntapi_blt_block.c +++ b/src/blitter/ntapi_blt_block.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/blitter/ntapi_blt_free.c b/src/blitter/ntapi_blt_free.c index 08baa19..cb512b0 100644 --- a/src/blitter/ntapi_blt_free.c +++ b/src/blitter/ntapi_blt_free.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. */ /********************************************************/ |