diff options
author | midipix <writeonce@midipix.org> | 2021-07-06 09:19:45 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-07-06 09:19:45 +0000 |
commit | 59d585822cc76b586f64c98d4e940f080ff3e91c (patch) | |
tree | 4f72b75fb1ed3143aaf809b4b85d2fd45fe9afdf /src/system | |
parent | d441c230b59d20c799a4de9be1fa1aa67a2c6ae2 (diff) | |
download | ntapi-59d585822cc76b586f64c98d4e940f080ff3e91c.tar.bz2 ntapi-59d585822cc76b586f64c98d4e940f080ff3e91c.tar.xz |
Annual chores.
Diffstat (limited to 'src/system')
-rw-r--r-- | src/system/ntapi_tt_get_csr_port_handle_addr_by_logic.c | 2 | ||||
-rw-r--r-- | src/system/ntapi_tt_get_system_directory.c | 2 | ||||
-rw-r--r-- | src/system/ntapi_tt_get_system_info_snapshot.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/system/ntapi_tt_get_csr_port_handle_addr_by_logic.c b/src/system/ntapi_tt_get_csr_port_handle_addr_by_logic.c index bccdd7a..3b698d0 100644 --- a/src/system/ntapi_tt_get_csr_port_handle_addr_by_logic.c +++ b/src/system/ntapi_tt_get_csr_port_handle_addr_by_logic.c @@ -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/system/ntapi_tt_get_system_directory.c b/src/system/ntapi_tt_get_system_directory.c index 1071735..b842934 100644 --- a/src/system/ntapi_tt_get_system_directory.c +++ b/src/system/ntapi_tt_get_system_directory.c @@ -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/system/ntapi_tt_get_system_info_snapshot.c b/src/system/ntapi_tt_get_system_info_snapshot.c index 43b7f0c..e37c0a5 100644 --- a/src/system/ntapi_tt_get_system_info_snapshot.c +++ b/src/system/ntapi_tt_get_system_info_snapshot.c @@ -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. */ /********************************************************/ |