diff options
Diffstat (limited to 'src/process/nt32')
-rw-r--r-- | src/process/nt32/tt_fork_v1.s | 2 | ||||
-rw-r--r-- | src/process/nt32/tt_fork_v1_i386.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/process/nt32/tt_fork_v1.s b/src/process/nt32/tt_fork_v1.s index e15025d..c659ec5 100644 --- a/src/process/nt32/tt_fork_v1.s +++ b/src/process/nt32/tt_fork_v1.s @@ -1,6 +1,6 @@ ########################################################## ## ntapi: Native API core library ## -## Copyright (C) 2013,2014,2015 Z. Gilboa ## +## Copyright (C) 2013--2017 Z. Gilboa ## ## Released under GPLv2 and GPLv3; see COPYING.NTAPI. ## ########################################################## diff --git a/src/process/nt32/tt_fork_v1_i386.c b/src/process/nt32/tt_fork_v1_i386.c index 1fe9d36..769285b 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--2016 Z. Gilboa */ +/* Copyright (C) 2013--2017 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ |