From 59d585822cc76b586f64c98d4e940f080ff3e91c Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 6 Jul 2021 09:19:45 +0000 Subject: Annual chores. --- src/process/nt64/tt_fork_v1.asm | 2 +- src/process/nt64/tt_fork_v1.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/process/nt64') diff --git a/src/process/nt64/tt_fork_v1.asm b/src/process/nt64/tt_fork_v1.asm index a4ce5db..6496da7 100644 --- a/src/process/nt64/tt_fork_v1.asm +++ b/src/process/nt64/tt_fork_v1.asm @@ -1,6 +1,6 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ntapi: Native API core library ;; -;; Copyright (C) 2013--2017 Z. Gilboa ;; +;; Copyright (C) 2013--2021 Z. Gilboa ;; ;; Released under GPLv2 and GPLv3; see COPYING.NTAPI. ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/src/process/nt64/tt_fork_v1.s b/src/process/nt64/tt_fork_v1.s index bc3ffda..4b45067 100644 --- a/src/process/nt64/tt_fork_v1.s +++ b/src/process/nt64/tt_fork_v1.s @@ -1,6 +1,6 @@ ########################################################## ## ntapi: Native API core library ## -## Copyright (C) 2013--2017 Z. Gilboa ## +## Copyright (C) 2013--2021 Z. Gilboa ## ## Released under GPLv2 and GPLv3; see COPYING.NTAPI. ## ########################################################## -- cgit v1.2.3