From d2de5e996c12b79b1e85b80f2dc992490c6b5633 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 28 Feb 2019 10:39:31 -0800 Subject: [PATCH] update source copyright for 2019 --- build/VStudio/installer/CustomActions/CustomActions.cpp | 2 +- ext/tlib/callstack.c | 2 +- ext/tlib/callstack.h | 2 +- ext/tlib/injected/allfunc.h | 2 +- ext/tlib/injected/curlfunc.c | 2 +- ext/tlib/injected/curlfunc.h | 2 +- ext/tlib/injected/stdfunc.c | 2 +- ext/tlib/injected/stdfunc.h | 2 +- ext/tlib/injection.c | 2 +- ext/tlib/injection.h | 2 +- ext/tlib/testsuite.c | 2 +- ext/tlib/testsuite.h | 2 +- inc/fuse/fuse.h | 2 +- inc/fuse/fuse_common.h | 2 +- inc/fuse/fuse_opt.h | 2 +- inc/fuse/winfsp_fuse.h | 2 +- inc/fuse3/fuse.h | 2 +- inc/fuse3/fuse_common.h | 2 +- inc/fuse3/fuse_opt.h | 2 +- inc/fuse3/winfsp_fuse.h | 2 +- inc/winfsp/fsctl.h | 2 +- inc/winfsp/launch.h | 2 +- inc/winfsp/winfsp.h | 2 +- inc/winfsp/winfsp.hpp | 2 +- opt/cygfuse/fuse/cygfuse.c | 2 +- opt/cygfuse/fuse3/cygfuse.c | 2 +- src/dll/debug.c | 2 +- src/dll/dirbuf.c | 2 +- src/dll/eventlog.c | 2 +- src/dll/fs.c | 2 +- src/dll/fsctl.c | 2 +- src/dll/fsop.c | 2 +- src/dll/fuse/fuse.c | 2 +- src/dll/fuse/fuse_compat.c | 2 +- src/dll/fuse/fuse_intf.c | 2 +- src/dll/fuse/fuse_loop.c | 2 +- src/dll/fuse/fuse_main.c | 2 +- src/dll/fuse/fuse_opt.c | 2 +- src/dll/fuse/library.h | 2 +- src/dll/fuse3/fuse2to3.c | 2 +- src/dll/fuse3/fuse3.c | 2 +- src/dll/fuse3/fuse3_compat.c | 2 +- src/dll/fuse3/library.h | 2 +- src/dll/launch.c | 2 +- src/dll/library.c | 2 +- src/dll/library.h | 2 +- src/dll/np.c | 2 +- src/dll/ntstatus.c | 2 +- src/dll/path.c | 2 +- src/dll/posix.c | 2 +- src/dll/security.c | 2 +- src/dll/service.c | 2 +- src/dll/util.c | 2 +- src/dll/wksid.c | 2 +- src/dotnet/FileSystemBase+Const.cs | 2 +- src/dotnet/FileSystemBase.cs | 2 +- src/dotnet/FileSystemHost.cs | 2 +- src/dotnet/Interop.cs | 2 +- src/dotnet/Service.cs | 2 +- src/fsptool/fsptool.c | 2 +- src/launcher/launchctl.c | 2 +- src/launcher/launcher.c | 2 +- src/shared/minimal.h | 2 +- src/sys/callbacks.c | 2 +- src/sys/cleanup.c | 2 +- src/sys/close.c | 2 +- src/sys/create.c | 2 +- src/sys/debug.c | 2 +- src/sys/devctl.c | 2 +- src/sys/device.c | 2 +- src/sys/dirctl.c | 2 +- src/sys/driver.c | 2 +- src/sys/driver.h | 2 +- src/sys/ea.c | 2 +- src/sys/file.c | 2 +- src/sys/fileinfo.c | 2 +- src/sys/flush.c | 2 +- src/sys/fsctl.c | 2 +- src/sys/iop.c | 2 +- src/sys/ioq.c | 2 +- src/sys/lockctl.c | 2 +- src/sys/meta.c | 2 +- src/sys/mup.c | 2 +- src/sys/name.c | 2 +- src/sys/psbuffer.c | 2 +- src/sys/read.c | 2 +- src/sys/security.c | 2 +- src/sys/shutdown.c | 2 +- src/sys/statistics.c | 2 +- src/sys/util.c | 2 +- src/sys/volinfo.c | 2 +- src/sys/volume.c | 2 +- src/sys/wq.c | 2 +- src/sys/write.c | 2 +- tst/airfs/airfs.cpp | 2 +- tst/fsbench/fsbench.c | 2 +- tst/fscrash/fscrash-main.c | 2 +- tst/fscrash/fscrash.c | 2 +- tst/fscrash/fscrash.h | 2 +- tst/memfs-dotnet/Program.cs | 2 +- tst/memfs/memfs-main-old.c | 2 +- tst/memfs/memfs-main.c | 2 +- tst/memfs/memfs.cpp | 2 +- tst/memfs/memfs.h | 2 +- tst/passthrough-cpp/passthrough-cpp.cpp | 2 +- tst/passthrough-dotnet/Program.cs | 2 +- tst/passthrough-fuse/passthrough-fuse.c | 2 +- tst/passthrough-fuse/winposix.c | 2 +- tst/passthrough-fuse/winposix.h | 2 +- tst/passthrough-fuse3/passthrough-fuse3.c | 2 +- tst/passthrough-fuse3/winposix.c | 2 +- tst/passthrough-fuse3/winposix.h | 2 +- tst/passthrough/passthrough.c | 2 +- tst/winfsp-tests/create-test.c | 2 +- tst/winfsp-tests/devctl-test.c | 2 +- tst/winfsp-tests/dirbuf-test.c | 2 +- tst/winfsp-tests/dirctl-test.c | 2 +- tst/winfsp-tests/eventlog-test.c | 2 +- tst/winfsp-tests/exec-test.c | 2 +- tst/winfsp-tests/flush-test.c | 2 +- tst/winfsp-tests/fuse-opt-test.c | 2 +- tst/winfsp-tests/fuse-test.c | 2 +- tst/winfsp-tests/helper/winfsp-tests-helper.c | 2 +- tst/winfsp-tests/hooks.c | 2 +- tst/winfsp-tests/info-test.c | 2 +- tst/winfsp-tests/launch-test.c | 2 +- tst/winfsp-tests/lock-test.c | 2 +- tst/winfsp-tests/memfs-test.c | 2 +- tst/winfsp-tests/mount-test.c | 2 +- tst/winfsp-tests/oplock-test.c | 2 +- tst/winfsp-tests/path-test.c | 2 +- tst/winfsp-tests/posix-test.c | 2 +- tst/winfsp-tests/rdwr-test.c | 2 +- tst/winfsp-tests/reparse-test.c | 2 +- tst/winfsp-tests/resilient.c | 2 +- tst/winfsp-tests/security-test.c | 2 +- tst/winfsp-tests/stream-tests.c | 2 +- tst/winfsp-tests/timeout-test.c | 2 +- tst/winfsp-tests/version-test.c | 2 +- tst/winfsp-tests/winfsp-tests.c | 2 +- tst/winfsp-tests/winfsp-tests.h | 2 +- 141 files changed, 141 insertions(+), 141 deletions(-) diff --git a/build/VStudio/installer/CustomActions/CustomActions.cpp b/build/VStudio/installer/CustomActions/CustomActions.cpp index 18f13b48..a1784ab4 100644 --- a/build/VStudio/installer/CustomActions/CustomActions.cpp +++ b/build/VStudio/installer/CustomActions/CustomActions.cpp @@ -1,7 +1,7 @@ /** * @file CustomActions.cpp * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/ext/tlib/callstack.c b/ext/tlib/callstack.c index 56f8341c..17d4cfbc 100644 --- a/ext/tlib/callstack.c +++ b/ext/tlib/callstack.c @@ -1,7 +1,7 @@ /** * @file tlib/callstack.c * - * @copyright 2014-2018 Bill Zissimopoulos + * @copyright 2014-2019 Bill Zissimopoulos */ #include diff --git a/ext/tlib/callstack.h b/ext/tlib/callstack.h index 5f7f730f..79689f73 100644 --- a/ext/tlib/callstack.h +++ b/ext/tlib/callstack.h @@ -1,7 +1,7 @@ /** * @file tlib/callstack.h * - * @copyright 2014-2018 Bill Zissimopoulos + * @copyright 2014-2019 Bill Zissimopoulos */ #ifndef TLIB_CALLSTACK_H_INCLUDED diff --git a/ext/tlib/injected/allfunc.h b/ext/tlib/injected/allfunc.h index 1f65f9d5..f81eee9f 100644 --- a/ext/tlib/injected/allfunc.h +++ b/ext/tlib/injected/allfunc.h @@ -1,7 +1,7 @@ /** * @file tlib/injected/allfunc.h * - * @copyright 2014-2018 Bill Zissimopoulos + * @copyright 2014-2019 Bill Zissimopoulos */ #ifndef TLIB_INJECTED_ALLFUNC_H_INCLUDED diff --git a/ext/tlib/injected/curlfunc.c b/ext/tlib/injected/curlfunc.c index 794540e9..076e0559 100644 --- a/ext/tlib/injected/curlfunc.c +++ b/ext/tlib/injected/curlfunc.c @@ -1,7 +1,7 @@ /** * @file tlib/injected/curlfunc.c * - * @copyright 2014-2018 Bill Zissimopoulos + * @copyright 2014-2019 Bill Zissimopoulos */ #include diff --git a/ext/tlib/injected/curlfunc.h b/ext/tlib/injected/curlfunc.h index 6a31c63c..407bd854 100644 --- a/ext/tlib/injected/curlfunc.h +++ b/ext/tlib/injected/curlfunc.h @@ -1,7 +1,7 @@ /** * @file tlib/injected/curlfunc.h * - * @copyright 2014-2018 Bill Zissimopoulos + * @copyright 2014-2019 Bill Zissimopoulos */ #ifndef TLIB_INJECTED_CURLFUNC_H_INCLUDED diff --git a/ext/tlib/injected/stdfunc.c b/ext/tlib/injected/stdfunc.c index f437d9e1..bbb725f2 100644 --- a/ext/tlib/injected/stdfunc.c +++ b/ext/tlib/injected/stdfunc.c @@ -1,7 +1,7 @@ /** * @file tlib/injected/stdfunc.c * - * @copyright 2014-2018 Bill Zissimopoulos + * @copyright 2014-2019 Bill Zissimopoulos */ #include diff --git a/ext/tlib/injected/stdfunc.h b/ext/tlib/injected/stdfunc.h index c8d31d2a..0709d111 100644 --- a/ext/tlib/injected/stdfunc.h +++ b/ext/tlib/injected/stdfunc.h @@ -1,7 +1,7 @@ /** * @file tlib/injected/stdfunc.h * - * @copyright 2014-2018 Bill Zissimopoulos + * @copyright 2014-2019 Bill Zissimopoulos */ #ifndef TLIB_INJECTED_STDFUNC_H_INCLUDED diff --git a/ext/tlib/injection.c b/ext/tlib/injection.c index 9cff4548..2fb30169 100644 --- a/ext/tlib/injection.c +++ b/ext/tlib/injection.c @@ -1,7 +1,7 @@ /** * @file tlib/injection.c * - * @copyright 2014-2018 Bill Zissimopoulos + * @copyright 2014-2019 Bill Zissimopoulos */ #include diff --git a/ext/tlib/injection.h b/ext/tlib/injection.h index ae98a252..5bfa67e8 100644 --- a/ext/tlib/injection.h +++ b/ext/tlib/injection.h @@ -1,7 +1,7 @@ /** * @file tlib/injection.h * - * @copyright 2014-2018 Bill Zissimopoulos + * @copyright 2014-2019 Bill Zissimopoulos */ /* NOTE: This header may usefully be included multiple times. diff --git a/ext/tlib/testsuite.c b/ext/tlib/testsuite.c index 0e1d5e05..d241dd8c 100644 --- a/ext/tlib/testsuite.c +++ b/ext/tlib/testsuite.c @@ -1,7 +1,7 @@ /** * @file tlib/testsuite.c * - * @copyright 2014-2018 Bill Zissimopoulos + * @copyright 2014-2019 Bill Zissimopoulos */ #include diff --git a/ext/tlib/testsuite.h b/ext/tlib/testsuite.h index 5b5aa8c6..17f93608 100644 --- a/ext/tlib/testsuite.h +++ b/ext/tlib/testsuite.h @@ -1,7 +1,7 @@ /** * @file tlib/testsuite.h * - * @copyright 2014-2018 Bill Zissimopoulos + * @copyright 2014-2019 Bill Zissimopoulos */ #ifndef TLIB_TESTSUITE_H_INCLUDED diff --git a/inc/fuse/fuse.h b/inc/fuse/fuse.h index 2a53c1bf..07ff74a7 100644 --- a/inc/fuse/fuse.h +++ b/inc/fuse/fuse.h @@ -6,7 +6,7 @@ * FUSE: Filesystem in Userspace * Copyright (C) 2001-2007 Miklos Szeredi * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/fuse/fuse_common.h b/inc/fuse/fuse_common.h index dca08c85..4c0e2bf9 100644 --- a/inc/fuse/fuse_common.h +++ b/inc/fuse/fuse_common.h @@ -6,7 +6,7 @@ * FUSE: Filesystem in Userspace * Copyright (C) 2001-2007 Miklos Szeredi * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/fuse/fuse_opt.h b/inc/fuse/fuse_opt.h index 85d8014a..dd67281c 100644 --- a/inc/fuse/fuse_opt.h +++ b/inc/fuse/fuse_opt.h @@ -6,7 +6,7 @@ * FUSE: Filesystem in Userspace * Copyright (C) 2001-2007 Miklos Szeredi * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/fuse/winfsp_fuse.h b/inc/fuse/winfsp_fuse.h index 591600ee..11f2dd9b 100644 --- a/inc/fuse/winfsp_fuse.h +++ b/inc/fuse/winfsp_fuse.h @@ -2,7 +2,7 @@ * @file fuse/winfsp_fuse.h * WinFsp FUSE compatible API. * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/fuse3/fuse.h b/inc/fuse3/fuse.h index 3d2b8585..e9bda450 100644 --- a/inc/fuse3/fuse.h +++ b/inc/fuse3/fuse.h @@ -6,7 +6,7 @@ * FUSE: Filesystem in Userspace * Copyright (C) 2001-2007 Miklos Szeredi * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/fuse3/fuse_common.h b/inc/fuse3/fuse_common.h index 950a6d3b..3fe209b6 100644 --- a/inc/fuse3/fuse_common.h +++ b/inc/fuse3/fuse_common.h @@ -6,7 +6,7 @@ * FUSE: Filesystem in Userspace * Copyright (C) 2001-2007 Miklos Szeredi * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/fuse3/fuse_opt.h b/inc/fuse3/fuse_opt.h index 098a9e5a..cdfda00a 100644 --- a/inc/fuse3/fuse_opt.h +++ b/inc/fuse3/fuse_opt.h @@ -2,7 +2,7 @@ * @file fuse3/fuse_opt.h * WinFsp FUSE3 compatible API. * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/fuse3/winfsp_fuse.h b/inc/fuse3/winfsp_fuse.h index 8adbb7d5..e5f977ae 100644 --- a/inc/fuse3/winfsp_fuse.h +++ b/inc/fuse3/winfsp_fuse.h @@ -2,7 +2,7 @@ * @file fuse3/winfsp_fuse.h * WinFsp FUSE3 compatible API. * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/winfsp/fsctl.h b/inc/winfsp/fsctl.h index e601dfff..67f1a630 100644 --- a/inc/winfsp/fsctl.h +++ b/inc/winfsp/fsctl.h @@ -1,7 +1,7 @@ /** * @file winfsp/fsctl.h * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/winfsp/launch.h b/inc/winfsp/launch.h index 14a4d31e..d8c9a95e 100644 --- a/inc/winfsp/launch.h +++ b/inc/winfsp/launch.h @@ -5,7 +5,7 @@ * In order to use the WinFsp Launch API a program must include <winfsp/launch.h> * and link with the winfsp_x64.dll (or winfsp_x86.dll) library. * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/winfsp/winfsp.h b/inc/winfsp/winfsp.h index a3b4359f..300aa267 100644 --- a/inc/winfsp/winfsp.h +++ b/inc/winfsp/winfsp.h @@ -5,7 +5,7 @@ * In order to use the WinFsp API the user mode file system must include <winfsp/winfsp.h> * and link with the winfsp_x64.dll (or winfsp_x86.dll) library. * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/winfsp/winfsp.hpp b/inc/winfsp/winfsp.hpp index 6b73623a..b6ff6a66 100644 --- a/inc/winfsp/winfsp.hpp +++ b/inc/winfsp/winfsp.hpp @@ -2,7 +2,7 @@ * @file winfsp/winfsp.hpp * WinFsp C++ Layer. * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/opt/cygfuse/fuse/cygfuse.c b/opt/cygfuse/fuse/cygfuse.c index a111f745..caf00273 100644 --- a/opt/cygfuse/fuse/cygfuse.c +++ b/opt/cygfuse/fuse/cygfuse.c @@ -1,7 +1,7 @@ /** * @file fuse/cygfuse.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/opt/cygfuse/fuse3/cygfuse.c b/opt/cygfuse/fuse3/cygfuse.c index fcf1b3e5..a7758636 100644 --- a/opt/cygfuse/fuse3/cygfuse.c +++ b/opt/cygfuse/fuse3/cygfuse.c @@ -1,7 +1,7 @@ /** * @file fuse3/cygfuse.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/debug.c b/src/dll/debug.c index 0df4e655..533ad2c5 100644 --- a/src/dll/debug.c +++ b/src/dll/debug.c @@ -1,7 +1,7 @@ /** * @file dll/debug.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/dirbuf.c b/src/dll/dirbuf.c index 5d5a3cf9..2586f811 100644 --- a/src/dll/dirbuf.c +++ b/src/dll/dirbuf.c @@ -1,7 +1,7 @@ /** * @file dll/dirbuf.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/eventlog.c b/src/dll/eventlog.c index 5bf0232a..6e1250e7 100644 --- a/src/dll/eventlog.c +++ b/src/dll/eventlog.c @@ -1,7 +1,7 @@ /** * @file dll/eventlog.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fs.c b/src/dll/fs.c index 076bff8d..9a0810b0 100644 --- a/src/dll/fs.c +++ b/src/dll/fs.c @@ -1,7 +1,7 @@ /** * @file dll/fs.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fsctl.c b/src/dll/fsctl.c index 0dfe67d1..dc0da8c4 100644 --- a/src/dll/fsctl.c +++ b/src/dll/fsctl.c @@ -1,7 +1,7 @@ /** * @file dll/fsctl.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fsop.c b/src/dll/fsop.c index 03526194..1a302fc6 100644 --- a/src/dll/fsop.c +++ b/src/dll/fsop.c @@ -1,7 +1,7 @@ /** * @file dll/fsop.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fuse/fuse.c b/src/dll/fuse/fuse.c index 45852db4..27cb971b 100644 --- a/src/dll/fuse/fuse.c +++ b/src/dll/fuse/fuse.c @@ -1,7 +1,7 @@ /** * @file dll/fuse/fuse.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fuse/fuse_compat.c b/src/dll/fuse/fuse_compat.c index 02ecf125..b63179d5 100644 --- a/src/dll/fuse/fuse_compat.c +++ b/src/dll/fuse/fuse_compat.c @@ -1,7 +1,7 @@ /** * @file dll/fuse/fuse_compat.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fuse/fuse_intf.c b/src/dll/fuse/fuse_intf.c index 31e9ae55..f6f6abb3 100644 --- a/src/dll/fuse/fuse_intf.c +++ b/src/dll/fuse/fuse_intf.c @@ -1,7 +1,7 @@ /** * @file dll/fuse/fuse_intf.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fuse/fuse_loop.c b/src/dll/fuse/fuse_loop.c index 9203bfc7..534e73be 100644 --- a/src/dll/fuse/fuse_loop.c +++ b/src/dll/fuse/fuse_loop.c @@ -1,7 +1,7 @@ /** * @file dll/fuse/fuse_loop.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fuse/fuse_main.c b/src/dll/fuse/fuse_main.c index 56b47db5..5fe8b876 100644 --- a/src/dll/fuse/fuse_main.c +++ b/src/dll/fuse/fuse_main.c @@ -1,7 +1,7 @@ /** * @file dll/fuse/fuse_main.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fuse/fuse_opt.c b/src/dll/fuse/fuse_opt.c index 7d37448b..bac151fd 100644 --- a/src/dll/fuse/fuse_opt.c +++ b/src/dll/fuse/fuse_opt.c @@ -1,7 +1,7 @@ /** * @file dll/fuse/fuse_opt.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fuse/library.h b/src/dll/fuse/library.h index dbfe2d04..b9963cbc 100644 --- a/src/dll/fuse/library.h +++ b/src/dll/fuse/library.h @@ -1,7 +1,7 @@ /** * @file dll/fuse/library.h * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fuse3/fuse2to3.c b/src/dll/fuse3/fuse2to3.c index aa8bfbb3..77a86d3d 100644 --- a/src/dll/fuse3/fuse2to3.c +++ b/src/dll/fuse3/fuse2to3.c @@ -1,7 +1,7 @@ /** * @file dll/fuse3/fuse2to3.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fuse3/fuse3.c b/src/dll/fuse3/fuse3.c index 70d966ca..2e6bbbe9 100644 --- a/src/dll/fuse3/fuse3.c +++ b/src/dll/fuse3/fuse3.c @@ -1,7 +1,7 @@ /** * @file dll/fuse3/fuse3.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fuse3/fuse3_compat.c b/src/dll/fuse3/fuse3_compat.c index eb240504..cdbeaad0 100644 --- a/src/dll/fuse3/fuse3_compat.c +++ b/src/dll/fuse3/fuse3_compat.c @@ -1,7 +1,7 @@ /** * @file dll/fuse/fuse3_compat.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fuse3/library.h b/src/dll/fuse3/library.h index e19f1e69..fae90f6c 100644 --- a/src/dll/fuse3/library.h +++ b/src/dll/fuse3/library.h @@ -1,7 +1,7 @@ /** * @file dll/fuse3/library.h * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/launch.c b/src/dll/launch.c index b79a1b46..b406bb31 100644 --- a/src/dll/launch.c +++ b/src/dll/launch.c @@ -1,7 +1,7 @@ /** * @file dll/launch.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/library.c b/src/dll/library.c index 69bd91ae..6c08b740 100644 --- a/src/dll/library.c +++ b/src/dll/library.c @@ -1,7 +1,7 @@ /** * @file dll/library.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/library.h b/src/dll/library.h index 0c86ded7..17a67f7c 100644 --- a/src/dll/library.h +++ b/src/dll/library.h @@ -1,7 +1,7 @@ /** * @file dll/library.h * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/np.c b/src/dll/np.c index 95824460..66ae5765 100644 --- a/src/dll/np.c +++ b/src/dll/np.c @@ -1,7 +1,7 @@ /** * @file dll/np.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/ntstatus.c b/src/dll/ntstatus.c index 89226c01..d03d7fe1 100644 --- a/src/dll/ntstatus.c +++ b/src/dll/ntstatus.c @@ -1,7 +1,7 @@ /** * @file dll/ntstatus.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/path.c b/src/dll/path.c index 25c0c9a6..742d7e97 100644 --- a/src/dll/path.c +++ b/src/dll/path.c @@ -1,7 +1,7 @@ /** * @file dll/path.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/posix.c b/src/dll/posix.c index d037c0b3..ad4ef841 100644 --- a/src/dll/posix.c +++ b/src/dll/posix.c @@ -14,7 +14,7 @@ * [SNAME] * https://www.cygwin.com/cygwin-ug-net/using-specialnames.html * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/security.c b/src/dll/security.c index 8be35119..7f57c20b 100644 --- a/src/dll/security.c +++ b/src/dll/security.c @@ -1,7 +1,7 @@ /** * @file dll/security.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/service.c b/src/dll/service.c index 6e5e355a..9a571752 100644 --- a/src/dll/service.c +++ b/src/dll/service.c @@ -1,7 +1,7 @@ /** * @file dll/service.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/util.c b/src/dll/util.c index 1f31a7b0..68b38176 100644 --- a/src/dll/util.c +++ b/src/dll/util.c @@ -1,7 +1,7 @@ /** * @file dll/util.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/wksid.c b/src/dll/wksid.c index 475617ac..ec6e7208 100644 --- a/src/dll/wksid.c +++ b/src/dll/wksid.c @@ -1,7 +1,7 @@ /** * @file dll/wksid.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dotnet/FileSystemBase+Const.cs b/src/dotnet/FileSystemBase+Const.cs index 2f7eda1e..35c47180 100644 --- a/src/dotnet/FileSystemBase+Const.cs +++ b/src/dotnet/FileSystemBase+Const.cs @@ -1,7 +1,7 @@ /* * dotnet/FileSystemBase+Const.cs * - * Copyright 2015-2018 Bill Zissimopoulos + * Copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dotnet/FileSystemBase.cs b/src/dotnet/FileSystemBase.cs index c29c7cbf..87403ac9 100644 --- a/src/dotnet/FileSystemBase.cs +++ b/src/dotnet/FileSystemBase.cs @@ -1,7 +1,7 @@ /* * dotnet/FileSystemBase.cs * - * Copyright 2015-2018 Bill Zissimopoulos + * Copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dotnet/FileSystemHost.cs b/src/dotnet/FileSystemHost.cs index 1bfd3d22..3f9140ac 100644 --- a/src/dotnet/FileSystemHost.cs +++ b/src/dotnet/FileSystemHost.cs @@ -1,7 +1,7 @@ /* * dotnet/FileSystemHost.cs * - * Copyright 2015-2018 Bill Zissimopoulos + * Copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dotnet/Interop.cs b/src/dotnet/Interop.cs index fabe8cc7..3945a034 100644 --- a/src/dotnet/Interop.cs +++ b/src/dotnet/Interop.cs @@ -1,7 +1,7 @@ /* * dotnet/Interop.cs * - * Copyright 2015-2018 Bill Zissimopoulos + * Copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dotnet/Service.cs b/src/dotnet/Service.cs index fd5515b7..7b22d629 100644 --- a/src/dotnet/Service.cs +++ b/src/dotnet/Service.cs @@ -1,7 +1,7 @@ /* * dotnet/Service.cs * - * Copyright 2015-2018 Bill Zissimopoulos + * Copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/fsptool/fsptool.c b/src/fsptool/fsptool.c index df5b4680..06498555 100644 --- a/src/fsptool/fsptool.c +++ b/src/fsptool/fsptool.c @@ -1,7 +1,7 @@ /** * @file fsptool/fsptool.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/launcher/launchctl.c b/src/launcher/launchctl.c index 5f3590f7..f6801861 100644 --- a/src/launcher/launchctl.c +++ b/src/launcher/launchctl.c @@ -1,7 +1,7 @@ /** * @file launcher/launchctl.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/launcher/launcher.c b/src/launcher/launcher.c index 3368159e..5a7bbed9 100644 --- a/src/launcher/launcher.c +++ b/src/launcher/launcher.c @@ -1,7 +1,7 @@ /** * @file launcher/launcher.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/shared/minimal.h b/src/shared/minimal.h index ed4f43d6..59916fdf 100644 --- a/src/shared/minimal.h +++ b/src/shared/minimal.h @@ -1,7 +1,7 @@ /** * @file shared/minimal.h * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/callbacks.c b/src/sys/callbacks.c index b3e4b840..e1638db4 100644 --- a/src/sys/callbacks.c +++ b/src/sys/callbacks.c @@ -2,7 +2,7 @@ * @file sys/callbacks.c * Fast I/O and resource acquisition callbacks. * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/cleanup.c b/src/sys/cleanup.c index 1e783697..39a11999 100644 --- a/src/sys/cleanup.c +++ b/src/sys/cleanup.c @@ -1,7 +1,7 @@ /** * @file sys/cleanup.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/close.c b/src/sys/close.c index fd18c0dc..3af43040 100644 --- a/src/sys/close.c +++ b/src/sys/close.c @@ -1,7 +1,7 @@ /** * @file sys/close.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/create.c b/src/sys/create.c index c0780ded..dabfe06e 100644 --- a/src/sys/create.c +++ b/src/sys/create.c @@ -1,7 +1,7 @@ /** * @file sys/create.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/debug.c b/src/sys/debug.c index 9cf4961e..dd572069 100644 --- a/src/sys/debug.c +++ b/src/sys/debug.c @@ -1,7 +1,7 @@ /** * @file sys/debug.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/devctl.c b/src/sys/devctl.c index d6d24568..a39943ec 100644 --- a/src/sys/devctl.c +++ b/src/sys/devctl.c @@ -1,7 +1,7 @@ /** * @file sys/devctl.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/device.c b/src/sys/device.c index 217328c7..d6dda01c 100644 --- a/src/sys/device.c +++ b/src/sys/device.c @@ -1,7 +1,7 @@ /** * @file sys/device.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/dirctl.c b/src/sys/dirctl.c index bfe5b4be..fa999838 100644 --- a/src/sys/dirctl.c +++ b/src/sys/dirctl.c @@ -1,7 +1,7 @@ /** * @file sys/dirctl.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/driver.c b/src/sys/driver.c index 224dec24..d2969de9 100644 --- a/src/sys/driver.c +++ b/src/sys/driver.c @@ -1,7 +1,7 @@ /** * @file sys/driver.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/driver.h b/src/sys/driver.h index 9f9d56d5..fd00055f 100644 --- a/src/sys/driver.h +++ b/src/sys/driver.h @@ -1,7 +1,7 @@ /** * @file sys/driver.h * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/ea.c b/src/sys/ea.c index 89aa3399..a128dff7 100644 --- a/src/sys/ea.c +++ b/src/sys/ea.c @@ -1,7 +1,7 @@ /** * @file sys/ea.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/file.c b/src/sys/file.c index d03bf84f..228a20cb 100644 --- a/src/sys/file.c +++ b/src/sys/file.c @@ -1,7 +1,7 @@ /** * @file sys/file.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/fileinfo.c b/src/sys/fileinfo.c index 44f1319c..431e6f03 100644 --- a/src/sys/fileinfo.c +++ b/src/sys/fileinfo.c @@ -1,7 +1,7 @@ /** * @file sys/fileinfo.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/flush.c b/src/sys/flush.c index fd4788d3..3940591f 100644 --- a/src/sys/flush.c +++ b/src/sys/flush.c @@ -1,7 +1,7 @@ /** * @file sys/flush.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/fsctl.c b/src/sys/fsctl.c index 8193baaf..58b01777 100644 --- a/src/sys/fsctl.c +++ b/src/sys/fsctl.c @@ -1,7 +1,7 @@ /** * @file sys/fsctl.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/iop.c b/src/sys/iop.c index 14bba6f3..2e0e1ca2 100644 --- a/src/sys/iop.c +++ b/src/sys/iop.c @@ -1,7 +1,7 @@ /** * @file sys/iop.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/ioq.c b/src/sys/ioq.c index df2e8eb4..2fcf82b5 100644 --- a/src/sys/ioq.c +++ b/src/sys/ioq.c @@ -1,7 +1,7 @@ /** * @file sys/ioq.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/lockctl.c b/src/sys/lockctl.c index 242c45fa..540cd342 100644 --- a/src/sys/lockctl.c +++ b/src/sys/lockctl.c @@ -1,7 +1,7 @@ /** * @file sys/lockctl.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/meta.c b/src/sys/meta.c index 8bd61fc9..f009a7aa 100644 --- a/src/sys/meta.c +++ b/src/sys/meta.c @@ -1,7 +1,7 @@ /** * @file sys/meta.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/mup.c b/src/sys/mup.c index 500ec779..23613b9b 100644 --- a/src/sys/mup.c +++ b/src/sys/mup.c @@ -1,7 +1,7 @@ /** * @file sys/mup.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/name.c b/src/sys/name.c index 7504ddbf..37493219 100644 --- a/src/sys/name.c +++ b/src/sys/name.c @@ -1,7 +1,7 @@ /** * @file sys/name.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/psbuffer.c b/src/sys/psbuffer.c index 67268b5b..372dc3f0 100644 --- a/src/sys/psbuffer.c +++ b/src/sys/psbuffer.c @@ -1,7 +1,7 @@ /** * @file sys/psbuffer.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/read.c b/src/sys/read.c index aec1ea8d..8410d9d4 100644 --- a/src/sys/read.c +++ b/src/sys/read.c @@ -1,7 +1,7 @@ /** * @file sys/read.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/security.c b/src/sys/security.c index d807efb6..458d5f9e 100644 --- a/src/sys/security.c +++ b/src/sys/security.c @@ -1,7 +1,7 @@ /** * @file sys/security.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/shutdown.c b/src/sys/shutdown.c index b4a98388..a817ef2d 100644 --- a/src/sys/shutdown.c +++ b/src/sys/shutdown.c @@ -1,7 +1,7 @@ /** * @file sys/shutdown.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/statistics.c b/src/sys/statistics.c index 6c68213d..3156780d 100644 --- a/src/sys/statistics.c +++ b/src/sys/statistics.c @@ -1,7 +1,7 @@ /** * @file sys/statistics.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/util.c b/src/sys/util.c index d1df538f..7252aeb0 100644 --- a/src/sys/util.c +++ b/src/sys/util.c @@ -1,7 +1,7 @@ /** * @file sys/util.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/volinfo.c b/src/sys/volinfo.c index e7bbd671..23bee90a 100644 --- a/src/sys/volinfo.c +++ b/src/sys/volinfo.c @@ -1,7 +1,7 @@ /** * @file sys/volinfo.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/volume.c b/src/sys/volume.c index 661fb317..c5b31ec8 100644 --- a/src/sys/volume.c +++ b/src/sys/volume.c @@ -1,7 +1,7 @@ /** * @file sys/volume.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/wq.c b/src/sys/wq.c index 3e122d09..f6d4738d 100644 --- a/src/sys/wq.c +++ b/src/sys/wq.c @@ -1,7 +1,7 @@ /** * @file sys/wq.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/write.c b/src/sys/write.c index 5cf91c5d..e2bb8f91 100644 --- a/src/sys/write.c +++ b/src/sys/write.c @@ -1,7 +1,7 @@ /** * @file sys/write.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/airfs/airfs.cpp b/tst/airfs/airfs.cpp index 66f1a90f..32347909 100644 --- a/tst/airfs/airfs.cpp +++ b/tst/airfs/airfs.cpp @@ -1,7 +1,7 @@ /** * @file airfs.cpp * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/fsbench/fsbench.c b/tst/fsbench/fsbench.c index 1a7eb2c4..25ab3d00 100644 --- a/tst/fsbench/fsbench.c +++ b/tst/fsbench/fsbench.c @@ -1,7 +1,7 @@ /** * @file fsbench.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/fscrash/fscrash-main.c b/tst/fscrash/fscrash-main.c index aedaf904..674b7ea1 100644 --- a/tst/fscrash/fscrash-main.c +++ b/tst/fscrash/fscrash-main.c @@ -1,7 +1,7 @@ /** * @file fscrash-main.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/fscrash/fscrash.c b/tst/fscrash/fscrash.c index c432b0e0..ae5cad44 100644 --- a/tst/fscrash/fscrash.c +++ b/tst/fscrash/fscrash.c @@ -1,7 +1,7 @@ /** * @file fscrash.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/fscrash/fscrash.h b/tst/fscrash/fscrash.h index e585d226..1566bc05 100644 --- a/tst/fscrash/fscrash.h +++ b/tst/fscrash/fscrash.h @@ -1,7 +1,7 @@ /** * @file fscrash.h * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/memfs-dotnet/Program.cs b/tst/memfs-dotnet/Program.cs index 026ed986..70bce965 100644 --- a/tst/memfs-dotnet/Program.cs +++ b/tst/memfs-dotnet/Program.cs @@ -1,7 +1,7 @@ /** * @file Program.cs * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/memfs/memfs-main-old.c b/tst/memfs/memfs-main-old.c index c0e1ee3c..e3bb51d4 100644 --- a/tst/memfs/memfs-main-old.c +++ b/tst/memfs/memfs-main-old.c @@ -6,7 +6,7 @@ * * Please note that this file is no longer maintained. * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/memfs/memfs-main.c b/tst/memfs/memfs-main.c index 7f8d0fb8..bca8443e 100644 --- a/tst/memfs/memfs-main.c +++ b/tst/memfs/memfs-main.c @@ -1,7 +1,7 @@ /** * @file memfs-main.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/memfs/memfs.cpp b/tst/memfs/memfs.cpp index 7d765b46..f361b048 100644 --- a/tst/memfs/memfs.cpp +++ b/tst/memfs/memfs.cpp @@ -1,7 +1,7 @@ /** * @file memfs.cpp * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/memfs/memfs.h b/tst/memfs/memfs.h index f6f4b335..791e7420 100644 --- a/tst/memfs/memfs.h +++ b/tst/memfs/memfs.h @@ -1,7 +1,7 @@ /** * @file memfs.h * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/passthrough-cpp/passthrough-cpp.cpp b/tst/passthrough-cpp/passthrough-cpp.cpp index 55454a3b..93daa43a 100644 --- a/tst/passthrough-cpp/passthrough-cpp.cpp +++ b/tst/passthrough-cpp/passthrough-cpp.cpp @@ -1,7 +1,7 @@ /** * @file passthrough-cpp.cpp * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/passthrough-dotnet/Program.cs b/tst/passthrough-dotnet/Program.cs index 6594716c..3d3521e0 100644 --- a/tst/passthrough-dotnet/Program.cs +++ b/tst/passthrough-dotnet/Program.cs @@ -1,7 +1,7 @@ /** * @file Program.cs * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/passthrough-fuse/passthrough-fuse.c b/tst/passthrough-fuse/passthrough-fuse.c index 24604823..db7afc43 100644 --- a/tst/passthrough-fuse/passthrough-fuse.c +++ b/tst/passthrough-fuse/passthrough-fuse.c @@ -1,7 +1,7 @@ /** * @file passthrough-fuse.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/passthrough-fuse/winposix.c b/tst/passthrough-fuse/winposix.c index 9f5d5f72..3763c353 100644 --- a/tst/passthrough-fuse/winposix.c +++ b/tst/passthrough-fuse/winposix.c @@ -1,7 +1,7 @@ /** * @file winposix.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/passthrough-fuse/winposix.h b/tst/passthrough-fuse/winposix.h index e9273282..91840389 100644 --- a/tst/passthrough-fuse/winposix.h +++ b/tst/passthrough-fuse/winposix.h @@ -1,7 +1,7 @@ /** * @file winposix.h * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/passthrough-fuse3/passthrough-fuse3.c b/tst/passthrough-fuse3/passthrough-fuse3.c index 7949a46d..32726676 100644 --- a/tst/passthrough-fuse3/passthrough-fuse3.c +++ b/tst/passthrough-fuse3/passthrough-fuse3.c @@ -1,7 +1,7 @@ /** * @file passthrough-fuse.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/passthrough-fuse3/winposix.c b/tst/passthrough-fuse3/winposix.c index 9f5d5f72..3763c353 100644 --- a/tst/passthrough-fuse3/winposix.c +++ b/tst/passthrough-fuse3/winposix.c @@ -1,7 +1,7 @@ /** * @file winposix.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/passthrough-fuse3/winposix.h b/tst/passthrough-fuse3/winposix.h index e9273282..91840389 100644 --- a/tst/passthrough-fuse3/winposix.h +++ b/tst/passthrough-fuse3/winposix.h @@ -1,7 +1,7 @@ /** * @file winposix.h * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/passthrough/passthrough.c b/tst/passthrough/passthrough.c index f10005bb..d835af57 100644 --- a/tst/passthrough/passthrough.c +++ b/tst/passthrough/passthrough.c @@ -1,7 +1,7 @@ /** * @file passthrough.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/create-test.c b/tst/winfsp-tests/create-test.c index 4c05aa21..e848af50 100644 --- a/tst/winfsp-tests/create-test.c +++ b/tst/winfsp-tests/create-test.c @@ -1,7 +1,7 @@ /** * @file create-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/devctl-test.c b/tst/winfsp-tests/devctl-test.c index 88b26bde..ed14df95 100644 --- a/tst/winfsp-tests/devctl-test.c +++ b/tst/winfsp-tests/devctl-test.c @@ -1,7 +1,7 @@ /** * @file devctl-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/dirbuf-test.c b/tst/winfsp-tests/dirbuf-test.c index dba37d22..31edb280 100644 --- a/tst/winfsp-tests/dirbuf-test.c +++ b/tst/winfsp-tests/dirbuf-test.c @@ -1,7 +1,7 @@ /** * @file dirbuf-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/dirctl-test.c b/tst/winfsp-tests/dirctl-test.c index a932fc94..f4099826 100644 --- a/tst/winfsp-tests/dirctl-test.c +++ b/tst/winfsp-tests/dirctl-test.c @@ -1,7 +1,7 @@ /** * @file dirctl-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/eventlog-test.c b/tst/winfsp-tests/eventlog-test.c index 6722cd13..dd40dd48 100644 --- a/tst/winfsp-tests/eventlog-test.c +++ b/tst/winfsp-tests/eventlog-test.c @@ -1,7 +1,7 @@ /** * @file eventlog-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/exec-test.c b/tst/winfsp-tests/exec-test.c index c2b656f9..e0c25b90 100644 --- a/tst/winfsp-tests/exec-test.c +++ b/tst/winfsp-tests/exec-test.c @@ -1,7 +1,7 @@ /** * @file exec-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/flush-test.c b/tst/winfsp-tests/flush-test.c index 29382114..52a3c272 100644 --- a/tst/winfsp-tests/flush-test.c +++ b/tst/winfsp-tests/flush-test.c @@ -1,7 +1,7 @@ /** * @file flush-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/fuse-opt-test.c b/tst/winfsp-tests/fuse-opt-test.c index ac40a0a6..38716139 100644 --- a/tst/winfsp-tests/fuse-opt-test.c +++ b/tst/winfsp-tests/fuse-opt-test.c @@ -1,7 +1,7 @@ /** * @file fuse-opt-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/fuse-test.c b/tst/winfsp-tests/fuse-test.c index 8fb6b88e..d0e58852 100644 --- a/tst/winfsp-tests/fuse-test.c +++ b/tst/winfsp-tests/fuse-test.c @@ -1,7 +1,7 @@ /** * @file fuse-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/helper/winfsp-tests-helper.c b/tst/winfsp-tests/helper/winfsp-tests-helper.c index 472b18cd..02e6b2b6 100644 --- a/tst/winfsp-tests/helper/winfsp-tests-helper.c +++ b/tst/winfsp-tests/helper/winfsp-tests-helper.c @@ -1,7 +1,7 @@ /** * @file winfsp-tests-helper.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/hooks.c b/tst/winfsp-tests/hooks.c index 163238eb..92cfec2a 100644 --- a/tst/winfsp-tests/hooks.c +++ b/tst/winfsp-tests/hooks.c @@ -1,7 +1,7 @@ /** * @file hooks.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/info-test.c b/tst/winfsp-tests/info-test.c index 8bca89a1..f026579c 100644 --- a/tst/winfsp-tests/info-test.c +++ b/tst/winfsp-tests/info-test.c @@ -1,7 +1,7 @@ /** * @file info-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/launch-test.c b/tst/winfsp-tests/launch-test.c index 2ae60b33..b4deb99f 100644 --- a/tst/winfsp-tests/launch-test.c +++ b/tst/winfsp-tests/launch-test.c @@ -1,7 +1,7 @@ /** * @file launch-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/lock-test.c b/tst/winfsp-tests/lock-test.c index 74a5b6dc..a9032ba9 100644 --- a/tst/winfsp-tests/lock-test.c +++ b/tst/winfsp-tests/lock-test.c @@ -1,7 +1,7 @@ /** * @file lock-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/memfs-test.c b/tst/winfsp-tests/memfs-test.c index 061a7d66..68372a38 100644 --- a/tst/winfsp-tests/memfs-test.c +++ b/tst/winfsp-tests/memfs-test.c @@ -1,7 +1,7 @@ /** * @file memfs-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/mount-test.c b/tst/winfsp-tests/mount-test.c index bffec34a..cf29666c 100644 --- a/tst/winfsp-tests/mount-test.c +++ b/tst/winfsp-tests/mount-test.c @@ -1,7 +1,7 @@ /** * @file mount-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/oplock-test.c b/tst/winfsp-tests/oplock-test.c index 4bcc7be9..7972fa1d 100644 --- a/tst/winfsp-tests/oplock-test.c +++ b/tst/winfsp-tests/oplock-test.c @@ -1,7 +1,7 @@ /** * @file oplock-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/path-test.c b/tst/winfsp-tests/path-test.c index 74d76e19..5fc36115 100644 --- a/tst/winfsp-tests/path-test.c +++ b/tst/winfsp-tests/path-test.c @@ -1,7 +1,7 @@ /** * @file path-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/posix-test.c b/tst/winfsp-tests/posix-test.c index 872c2e32..054b4f22 100644 --- a/tst/winfsp-tests/posix-test.c +++ b/tst/winfsp-tests/posix-test.c @@ -1,7 +1,7 @@ /** * @file posix-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/rdwr-test.c b/tst/winfsp-tests/rdwr-test.c index 720c177c..fd5fafd4 100644 --- a/tst/winfsp-tests/rdwr-test.c +++ b/tst/winfsp-tests/rdwr-test.c @@ -1,7 +1,7 @@ /** * @file rdwr-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/reparse-test.c b/tst/winfsp-tests/reparse-test.c index 5ec2113a..79cf7e1f 100644 --- a/tst/winfsp-tests/reparse-test.c +++ b/tst/winfsp-tests/reparse-test.c @@ -1,7 +1,7 @@ /** * @file reparse-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/resilient.c b/tst/winfsp-tests/resilient.c index a44419ea..7c256118 100644 --- a/tst/winfsp-tests/resilient.c +++ b/tst/winfsp-tests/resilient.c @@ -1,7 +1,7 @@ /** * @file resilient.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/security-test.c b/tst/winfsp-tests/security-test.c index fb3a29ae..5293bfae 100644 --- a/tst/winfsp-tests/security-test.c +++ b/tst/winfsp-tests/security-test.c @@ -1,7 +1,7 @@ /** * @file security-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/stream-tests.c b/tst/winfsp-tests/stream-tests.c index 876df160..6dc8d2e1 100644 --- a/tst/winfsp-tests/stream-tests.c +++ b/tst/winfsp-tests/stream-tests.c @@ -1,7 +1,7 @@ /** * @file stream-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/timeout-test.c b/tst/winfsp-tests/timeout-test.c index 15981063..f16cfd21 100644 --- a/tst/winfsp-tests/timeout-test.c +++ b/tst/winfsp-tests/timeout-test.c @@ -1,7 +1,7 @@ /** * @file timeout-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/version-test.c b/tst/winfsp-tests/version-test.c index 4117bf71..20a025d2 100644 --- a/tst/winfsp-tests/version-test.c +++ b/tst/winfsp-tests/version-test.c @@ -1,7 +1,7 @@ /** * @file version-test.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/winfsp-tests.c b/tst/winfsp-tests/winfsp-tests.c index cbbd1e8e..8e934338 100644 --- a/tst/winfsp-tests/winfsp-tests.c +++ b/tst/winfsp-tests/winfsp-tests.c @@ -1,7 +1,7 @@ /** * @file winfsp-tests.c * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/winfsp-tests.h b/tst/winfsp-tests/winfsp-tests.h index 2965165a..39fbd8b1 100644 --- a/tst/winfsp-tests/winfsp-tests.h +++ b/tst/winfsp-tests/winfsp-tests.h @@ -1,7 +1,7 @@ /** * @file winfsp-tests.h * - * @copyright 2015-2018 Bill Zissimopoulos + * @copyright 2015-2019 Bill Zissimopoulos */ /* * This file is part of WinFsp.