diff options
author | midipix <writeonce@midipix.org> | 2016-01-23 18:47:05 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-01-23 18:47:05 -0500 |
commit | 4256e2f622d20fdd9e26ec8aff2180cbad63d477 (patch) | |
tree | 07ece00da9d5e84d7a82bc27a593d12e667e6331 /src/fs | |
parent | 516b6996f4a406d48dbc498804830be3b7ff7e33 (diff) | |
download | ntapi-4256e2f622d20fdd9e26ec8aff2180cbad63d477.tar.bz2 ntapi-4256e2f622d20fdd9e26ec8aff2180cbad63d477.tar.xz |
annual chores.
Diffstat (limited to 'src/fs')
-rw-r--r-- | src/fs/ntapi_tt_get_file_handle_type.c | 2 | ||||
-rw-r--r-- | src/fs/ntapi_tt_istat.c | 2 | ||||
-rw-r--r-- | src/fs/ntapi_tt_mount.c | 2 | ||||
-rw-r--r-- | src/fs/ntapi_tt_open_logical_parent_directory.c | 2 | ||||
-rw-r--r-- | src/fs/ntapi_tt_open_physical_parent_directory.c | 2 | ||||
-rw-r--r-- | src/fs/ntapi_tt_stat.c | 2 | ||||
-rw-r--r-- | src/fs/ntapi_tt_statfs.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/fs/ntapi_tt_get_file_handle_type.c b/src/fs/ntapi_tt_get_file_handle_type.c index e1175a5..80d3ef9 100644 --- a/src/fs/ntapi_tt_get_file_handle_type.c +++ b/src/fs/ntapi_tt_get_file_handle_type.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013,2014,2015 Z. Gilboa */ +/* Copyright (C) 2013--2016 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/fs/ntapi_tt_istat.c b/src/fs/ntapi_tt_istat.c index bd2029d..bd1b92d 100644 --- a/src/fs/ntapi_tt_istat.c +++ b/src/fs/ntapi_tt_istat.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013,2014,2015 Z. Gilboa */ +/* Copyright (C) 2013--2016 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/fs/ntapi_tt_mount.c b/src/fs/ntapi_tt_mount.c index 1718750..391e3fb 100644 --- a/src/fs/ntapi_tt_mount.c +++ b/src/fs/ntapi_tt_mount.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013,2014,2015 Z. Gilboa */ +/* Copyright (C) 2013--2016 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/fs/ntapi_tt_open_logical_parent_directory.c b/src/fs/ntapi_tt_open_logical_parent_directory.c index c20d05b..f62b8b5 100644 --- a/src/fs/ntapi_tt_open_logical_parent_directory.c +++ b/src/fs/ntapi_tt_open_logical_parent_directory.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013,2014,2015 Z. Gilboa */ +/* Copyright (C) 2013--2016 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/fs/ntapi_tt_open_physical_parent_directory.c b/src/fs/ntapi_tt_open_physical_parent_directory.c index 68d282b..c713962 100644 --- a/src/fs/ntapi_tt_open_physical_parent_directory.c +++ b/src/fs/ntapi_tt_open_physical_parent_directory.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013,2014,2015 Z. Gilboa */ +/* Copyright (C) 2013--2016 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/fs/ntapi_tt_stat.c b/src/fs/ntapi_tt_stat.c index 51cc55a..fbcecca 100644 --- a/src/fs/ntapi_tt_stat.c +++ b/src/fs/ntapi_tt_stat.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013,2014,2015 Z. Gilboa */ +/* Copyright (C) 2013--2016 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/fs/ntapi_tt_statfs.c b/src/fs/ntapi_tt_statfs.c index 114cc8e..df5a971 100644 --- a/src/fs/ntapi_tt_statfs.c +++ b/src/fs/ntapi_tt_statfs.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013,2014,2015 Z. Gilboa */ +/* Copyright (C) 2013--2016 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ |