From 751eaa69dfbb203035208e99aa92693223dac5fe Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 7 Jan 2022 17:30:49 +0000 Subject: [PATCH] update source copyright to 2022 --- 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 +- opt/fsext/inc/winfsp/fsext.h | 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/ldap.c | 2 +- src/dll/library.c | 2 +- src/dll/library.h | 2 +- src/dll/mount.c | 2 +- src/dll/np.c | 2 +- src/dll/ntstatus.c | 2 +- src/dll/path.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/launcher/ptrans.c | 2 +- src/shared/ku/config.h | 2 +- src/shared/ku/library.h | 2 +- src/shared/ku/posix.c | 2 +- src/shared/ku/uuid5.c | 2 +- src/shared/um/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/devtimer.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/fsext.c | 2 +- src/sys/iop.c | 2 +- src/sys/ioq.c | 2 +- src/sys/lockctl.c | 2 +- src/sys/meta.c | 2 +- src/sys/mountdev.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/silo.c | 2 +- src/sys/statistics.c | 2 +- src/sys/trace.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 +- tools/parselog.nim | 2 +- tst/airfs/airfs.cpp | 2 +- tst/airfs/common.h | 2 +- tst/airfs/persistence.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-fuse/compat.h | 2 +- tst/memfs-fuse/memfs-fuse.cpp | 2 +- tst/memfs-fuse3/compat.h | 2 +- tst/memfs-fuse3/memfs-fuse3.cpp | 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/notifyfs-dotnet/Program.cs | 2 +- tst/notifyfs/notifyfs.c | 2 +- tst/ntptfs/lfs.c | 2 +- tst/ntptfs/ptfs-main.c | 2 +- tst/ntptfs/ptfs.c | 2 +- tst/ntptfs/ptfs.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/ea-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/launcher-ptrans-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/notify-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/uuid5-test.c | 2 +- tst/winfsp-tests/version-test.c | 2 +- tst/winfsp-tests/volpath-test.c | 2 +- tst/winfsp-tests/winfsp-tests.c | 2 +- tst/winfsp-tests/winfsp-tests.h | 2 +- tst/winfsp-tests/wsl-test.c | 2 +- 172 files changed, 172 insertions(+), 172 deletions(-) diff --git a/build/VStudio/installer/CustomActions/CustomActions.cpp b/build/VStudio/installer/CustomActions/CustomActions.cpp index a9ea97b0..75218b5e 100644 --- a/build/VStudio/installer/CustomActions/CustomActions.cpp +++ b/build/VStudio/installer/CustomActions/CustomActions.cpp @@ -1,7 +1,7 @@ /** * @file CustomActions.cpp * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/ext/tlib/callstack.c b/ext/tlib/callstack.c index 6471ab76..0da7c30e 100644 --- a/ext/tlib/callstack.c +++ b/ext/tlib/callstack.c @@ -1,7 +1,7 @@ /** * @file tlib/callstack.c * - * @copyright 2014-2021 Bill Zissimopoulos + * @copyright 2014-2022 Bill Zissimopoulos */ #include diff --git a/ext/tlib/callstack.h b/ext/tlib/callstack.h index 2953f344..e76e8ad5 100644 --- a/ext/tlib/callstack.h +++ b/ext/tlib/callstack.h @@ -1,7 +1,7 @@ /** * @file tlib/callstack.h * - * @copyright 2014-2021 Bill Zissimopoulos + * @copyright 2014-2022 Bill Zissimopoulos */ #ifndef TLIB_CALLSTACK_H_INCLUDED diff --git a/ext/tlib/injected/allfunc.h b/ext/tlib/injected/allfunc.h index 725e59ee..6c5cc5b8 100644 --- a/ext/tlib/injected/allfunc.h +++ b/ext/tlib/injected/allfunc.h @@ -1,7 +1,7 @@ /** * @file tlib/injected/allfunc.h * - * @copyright 2014-2021 Bill Zissimopoulos + * @copyright 2014-2022 Bill Zissimopoulos */ #ifndef TLIB_INJECTED_ALLFUNC_H_INCLUDED diff --git a/ext/tlib/injected/curlfunc.c b/ext/tlib/injected/curlfunc.c index 757ae81c..eda9adb9 100644 --- a/ext/tlib/injected/curlfunc.c +++ b/ext/tlib/injected/curlfunc.c @@ -1,7 +1,7 @@ /** * @file tlib/injected/curlfunc.c * - * @copyright 2014-2021 Bill Zissimopoulos + * @copyright 2014-2022 Bill Zissimopoulos */ #include diff --git a/ext/tlib/injected/curlfunc.h b/ext/tlib/injected/curlfunc.h index f01f1c3d..43a8b86b 100644 --- a/ext/tlib/injected/curlfunc.h +++ b/ext/tlib/injected/curlfunc.h @@ -1,7 +1,7 @@ /** * @file tlib/injected/curlfunc.h * - * @copyright 2014-2021 Bill Zissimopoulos + * @copyright 2014-2022 Bill Zissimopoulos */ #ifndef TLIB_INJECTED_CURLFUNC_H_INCLUDED diff --git a/ext/tlib/injected/stdfunc.c b/ext/tlib/injected/stdfunc.c index 7de2443a..a319d0eb 100644 --- a/ext/tlib/injected/stdfunc.c +++ b/ext/tlib/injected/stdfunc.c @@ -1,7 +1,7 @@ /** * @file tlib/injected/stdfunc.c * - * @copyright 2014-2021 Bill Zissimopoulos + * @copyright 2014-2022 Bill Zissimopoulos */ #include diff --git a/ext/tlib/injected/stdfunc.h b/ext/tlib/injected/stdfunc.h index 028b341a..07ea32df 100644 --- a/ext/tlib/injected/stdfunc.h +++ b/ext/tlib/injected/stdfunc.h @@ -1,7 +1,7 @@ /** * @file tlib/injected/stdfunc.h * - * @copyright 2014-2021 Bill Zissimopoulos + * @copyright 2014-2022 Bill Zissimopoulos */ #ifndef TLIB_INJECTED_STDFUNC_H_INCLUDED diff --git a/ext/tlib/injection.c b/ext/tlib/injection.c index ee786534..d0948163 100644 --- a/ext/tlib/injection.c +++ b/ext/tlib/injection.c @@ -1,7 +1,7 @@ /** * @file tlib/injection.c * - * @copyright 2014-2021 Bill Zissimopoulos + * @copyright 2014-2022 Bill Zissimopoulos */ #include diff --git a/ext/tlib/injection.h b/ext/tlib/injection.h index 2d9ffd9f..8570dd2c 100644 --- a/ext/tlib/injection.h +++ b/ext/tlib/injection.h @@ -1,7 +1,7 @@ /** * @file tlib/injection.h * - * @copyright 2014-2021 Bill Zissimopoulos + * @copyright 2014-2022 Bill Zissimopoulos */ /* NOTE: This header may usefully be included multiple times. diff --git a/ext/tlib/testsuite.c b/ext/tlib/testsuite.c index 14fdbae8..ed0c946d 100644 --- a/ext/tlib/testsuite.c +++ b/ext/tlib/testsuite.c @@ -1,7 +1,7 @@ /** * @file tlib/testsuite.c * - * @copyright 2014-2021 Bill Zissimopoulos + * @copyright 2014-2022 Bill Zissimopoulos */ #include diff --git a/ext/tlib/testsuite.h b/ext/tlib/testsuite.h index efcce241..a0c60654 100644 --- a/ext/tlib/testsuite.h +++ b/ext/tlib/testsuite.h @@ -1,7 +1,7 @@ /** * @file tlib/testsuite.h * - * @copyright 2014-2021 Bill Zissimopoulos + * @copyright 2014-2022 Bill Zissimopoulos */ #ifndef TLIB_TESTSUITE_H_INCLUDED diff --git a/inc/fuse/fuse.h b/inc/fuse/fuse.h index 4d5af860..191f3d2b 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/fuse/fuse_common.h b/inc/fuse/fuse_common.h index 5e7cd432..bc2254c8 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/fuse/fuse_opt.h b/inc/fuse/fuse_opt.h index 30d659cf..d49c141e 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/fuse/winfsp_fuse.h b/inc/fuse/winfsp_fuse.h index 37d14063..054d4af6 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/fuse3/fuse.h b/inc/fuse3/fuse.h index 85314c2a..1fd8a636 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/fuse3/fuse_common.h b/inc/fuse3/fuse_common.h index 953be35f..040b3ce1 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/fuse3/fuse_opt.h b/inc/fuse3/fuse_opt.h index d6221856..c58f13a4 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/fuse3/winfsp_fuse.h b/inc/fuse3/winfsp_fuse.h index cf3a66be..3da8d9e1 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/winfsp/fsctl.h b/inc/winfsp/fsctl.h index 9bd35a76..11c8dff7 100644 --- a/inc/winfsp/fsctl.h +++ b/inc/winfsp/fsctl.h @@ -1,7 +1,7 @@ /** * @file winfsp/fsctl.h * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/winfsp/launch.h b/inc/winfsp/launch.h index 44b50eef..782ad927 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/winfsp/winfsp.h b/inc/winfsp/winfsp.h index c72c7c31..dad249b0 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/winfsp/winfsp.hpp b/inc/winfsp/winfsp.hpp index d2270777..228cef4e 100644 --- a/inc/winfsp/winfsp.hpp +++ b/inc/winfsp/winfsp.hpp @@ -2,7 +2,7 @@ * @file winfsp/winfsp.hpp * WinFsp C++ Layer. * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/opt/cygfuse/fuse/cygfuse.c b/opt/cygfuse/fuse/cygfuse.c index f6713f02..2eda5d5c 100644 --- a/opt/cygfuse/fuse/cygfuse.c +++ b/opt/cygfuse/fuse/cygfuse.c @@ -1,7 +1,7 @@ /** * @file fuse/cygfuse.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/opt/cygfuse/fuse3/cygfuse.c b/opt/cygfuse/fuse3/cygfuse.c index ad4be35a..7da566ef 100644 --- a/opt/cygfuse/fuse3/cygfuse.c +++ b/opt/cygfuse/fuse3/cygfuse.c @@ -1,7 +1,7 @@ /** * @file fuse3/cygfuse.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/opt/fsext/inc/winfsp/fsext.h b/opt/fsext/inc/winfsp/fsext.h index 40e8fb4b..e91bb239 100644 --- a/opt/fsext/inc/winfsp/fsext.h +++ b/opt/fsext/inc/winfsp/fsext.h @@ -1,7 +1,7 @@ /** * @file winfsp/fsext.h * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/debug.c b/src/dll/debug.c index de3e391b..2f59475e 100644 --- a/src/dll/debug.c +++ b/src/dll/debug.c @@ -1,7 +1,7 @@ /** * @file dll/debug.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/dirbuf.c b/src/dll/dirbuf.c index d1265bf1..2037ec4e 100644 --- a/src/dll/dirbuf.c +++ b/src/dll/dirbuf.c @@ -1,7 +1,7 @@ /** * @file dll/dirbuf.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/eventlog.c b/src/dll/eventlog.c index 7d89ce8f..a4d00fe3 100644 --- a/src/dll/eventlog.c +++ b/src/dll/eventlog.c @@ -1,7 +1,7 @@ /** * @file dll/eventlog.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fs.c b/src/dll/fs.c index 677eb926..7df10b94 100644 --- a/src/dll/fs.c +++ b/src/dll/fs.c @@ -1,7 +1,7 @@ /** * @file dll/fs.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fsctl.c b/src/dll/fsctl.c index 9d43f026..2bfbdbea 100644 --- a/src/dll/fsctl.c +++ b/src/dll/fsctl.c @@ -1,7 +1,7 @@ /** * @file dll/fsctl.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fsop.c b/src/dll/fsop.c index 8789d78f..682d7e54 100644 --- a/src/dll/fsop.c +++ b/src/dll/fsop.c @@ -1,7 +1,7 @@ /** * @file dll/fsop.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fuse/fuse.c b/src/dll/fuse/fuse.c index 71bb9a21..50dbcd9f 100644 --- a/src/dll/fuse/fuse.c +++ b/src/dll/fuse/fuse.c @@ -1,7 +1,7 @@ /** * @file dll/fuse/fuse.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 2887b8c6..233549c0 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 b2c4b9bc..684308e3 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 fc1ce0b5..0061ff35 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 2511fc7b..af244616 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 153041eb..942c2bff 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fuse/library.h b/src/dll/fuse/library.h index 3ae96ba7..36787048 100644 --- a/src/dll/fuse/library.h +++ b/src/dll/fuse/library.h @@ -1,7 +1,7 @@ /** * @file dll/fuse/library.h * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fuse3/fuse2to3.c b/src/dll/fuse3/fuse2to3.c index 54160c27..efee74e1 100644 --- a/src/dll/fuse3/fuse2to3.c +++ b/src/dll/fuse3/fuse2to3.c @@ -1,7 +1,7 @@ /** * @file dll/fuse3/fuse2to3.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fuse3/fuse3.c b/src/dll/fuse3/fuse3.c index a3ebb2a9..9fe8612e 100644 --- a/src/dll/fuse3/fuse3.c +++ b/src/dll/fuse3/fuse3.c @@ -1,7 +1,7 @@ /** * @file dll/fuse3/fuse3.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 f50116c3..a4832cb2 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fuse3/library.h b/src/dll/fuse3/library.h index 2bdba4ad..a489245b 100644 --- a/src/dll/fuse3/library.h +++ b/src/dll/fuse3/library.h @@ -1,7 +1,7 @@ /** * @file dll/fuse3/library.h * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/launch.c b/src/dll/launch.c index e5785909..b7931d5b 100644 --- a/src/dll/launch.c +++ b/src/dll/launch.c @@ -1,7 +1,7 @@ /** * @file dll/launch.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/ldap.c b/src/dll/ldap.c index c4cb7b7d..b5edef5c 100644 --- a/src/dll/ldap.c +++ b/src/dll/ldap.c @@ -1,7 +1,7 @@ /** * @file dll/ldap.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/library.c b/src/dll/library.c index dba133c3..98f774e8 100644 --- a/src/dll/library.c +++ b/src/dll/library.c @@ -1,7 +1,7 @@ /** * @file dll/library.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/library.h b/src/dll/library.h index bc09c83a..7c83f676 100644 --- a/src/dll/library.h +++ b/src/dll/library.h @@ -1,7 +1,7 @@ /** * @file dll/library.h * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/mount.c b/src/dll/mount.c index f6b60e6d..9d4f3234 100644 --- a/src/dll/mount.c +++ b/src/dll/mount.c @@ -1,7 +1,7 @@ /** * @file dll/mount.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/np.c b/src/dll/np.c index 0fa3cf01..06897749 100644 --- a/src/dll/np.c +++ b/src/dll/np.c @@ -1,7 +1,7 @@ /** * @file dll/np.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/ntstatus.c b/src/dll/ntstatus.c index 76f12a19..8c50d3ee 100644 --- a/src/dll/ntstatus.c +++ b/src/dll/ntstatus.c @@ -1,7 +1,7 @@ /** * @file dll/ntstatus.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/path.c b/src/dll/path.c index 6a0def2c..bc3048b4 100644 --- a/src/dll/path.c +++ b/src/dll/path.c @@ -1,7 +1,7 @@ /** * @file dll/path.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/security.c b/src/dll/security.c index e0027205..97c8374d 100644 --- a/src/dll/security.c +++ b/src/dll/security.c @@ -1,7 +1,7 @@ /** * @file dll/security.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/service.c b/src/dll/service.c index 7a69c0cd..c779d03c 100644 --- a/src/dll/service.c +++ b/src/dll/service.c @@ -1,7 +1,7 @@ /** * @file dll/service.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/util.c b/src/dll/util.c index b512c4cf..395d488b 100644 --- a/src/dll/util.c +++ b/src/dll/util.c @@ -1,7 +1,7 @@ /** * @file dll/util.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/wksid.c b/src/dll/wksid.c index ed2c32a3..fab0b907 100644 --- a/src/dll/wksid.c +++ b/src/dll/wksid.c @@ -1,7 +1,7 @@ /** * @file dll/wksid.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dotnet/FileSystemBase+Const.cs b/src/dotnet/FileSystemBase+Const.cs index 3674e040..35543fae 100644 --- a/src/dotnet/FileSystemBase+Const.cs +++ b/src/dotnet/FileSystemBase+Const.cs @@ -1,7 +1,7 @@ /* * dotnet/FileSystemBase+Const.cs * - * Copyright 2015-2021 Bill Zissimopoulos + * Copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dotnet/FileSystemBase.cs b/src/dotnet/FileSystemBase.cs index e40e3eb8..0d45646d 100644 --- a/src/dotnet/FileSystemBase.cs +++ b/src/dotnet/FileSystemBase.cs @@ -1,7 +1,7 @@ /* * dotnet/FileSystemBase.cs * - * Copyright 2015-2021 Bill Zissimopoulos + * Copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dotnet/FileSystemHost.cs b/src/dotnet/FileSystemHost.cs index 0dd68e96..196cb5a0 100644 --- a/src/dotnet/FileSystemHost.cs +++ b/src/dotnet/FileSystemHost.cs @@ -1,7 +1,7 @@ /* * dotnet/FileSystemHost.cs * - * Copyright 2015-2021 Bill Zissimopoulos + * Copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dotnet/Interop.cs b/src/dotnet/Interop.cs index 8850a650..7122bfa8 100644 --- a/src/dotnet/Interop.cs +++ b/src/dotnet/Interop.cs @@ -1,7 +1,7 @@ /* * dotnet/Interop.cs * - * Copyright 2015-2021 Bill Zissimopoulos + * Copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dotnet/Service.cs b/src/dotnet/Service.cs index f33e174e..a00fa3e6 100644 --- a/src/dotnet/Service.cs +++ b/src/dotnet/Service.cs @@ -1,7 +1,7 @@ /* * dotnet/Service.cs * - * Copyright 2015-2021 Bill Zissimopoulos + * Copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/fsptool/fsptool.c b/src/fsptool/fsptool.c index 1c9d5ebc..68e61ab3 100644 --- a/src/fsptool/fsptool.c +++ b/src/fsptool/fsptool.c @@ -1,7 +1,7 @@ /** * @file fsptool/fsptool.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/launcher/launchctl.c b/src/launcher/launchctl.c index 9cb0b912..c720ebf2 100644 --- a/src/launcher/launchctl.c +++ b/src/launcher/launchctl.c @@ -1,7 +1,7 @@ /** * @file launcher/launchctl.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/launcher/launcher.c b/src/launcher/launcher.c index 9334f286..90607d1b 100644 --- a/src/launcher/launcher.c +++ b/src/launcher/launcher.c @@ -1,7 +1,7 @@ /** * @file launcher/launcher.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/launcher/ptrans.c b/src/launcher/ptrans.c index f8515408..37faf31d 100644 --- a/src/launcher/ptrans.c +++ b/src/launcher/ptrans.c @@ -1,7 +1,7 @@ /** * @file launcher/ptrans.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/shared/ku/config.h b/src/shared/ku/config.h index 877247dd..f6f3cd70 100644 --- a/src/shared/ku/config.h +++ b/src/shared/ku/config.h @@ -4,7 +4,7 @@ * Shared kernel/user configuration. This file is to be included by the * FSD and DLL components ONLY! * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/shared/ku/library.h b/src/shared/ku/library.h index 10e5fa41..920d6a54 100644 --- a/src/shared/ku/library.h +++ b/src/shared/ku/library.h @@ -1,7 +1,7 @@ /** * @file shared/ku/library.h * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/shared/ku/posix.c b/src/shared/ku/posix.c index 02f5fa2f..28b17de9 100644 --- a/src/shared/ku/posix.c +++ b/src/shared/ku/posix.c @@ -14,7 +14,7 @@ * [SNAME] * https://www.cygwin.com/cygwin-ug-net/using-specialnames.html * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/shared/ku/uuid5.c b/src/shared/ku/uuid5.c index aa5963a3..fd55f3dc 100644 --- a/src/shared/ku/uuid5.c +++ b/src/shared/ku/uuid5.c @@ -1,7 +1,7 @@ /** * @file shared/ku/uuid5.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/shared/um/minimal.h b/src/shared/um/minimal.h index 5a02ed1c..204a1ed0 100644 --- a/src/shared/um/minimal.h +++ b/src/shared/um/minimal.h @@ -1,7 +1,7 @@ /** * @file shared/um/minimal.h * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/callbacks.c b/src/sys/callbacks.c index 4570450a..0129b21f 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/cleanup.c b/src/sys/cleanup.c index 473ec011..2a9da077 100644 --- a/src/sys/cleanup.c +++ b/src/sys/cleanup.c @@ -1,7 +1,7 @@ /** * @file sys/cleanup.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/close.c b/src/sys/close.c index 99ffe907..7e146536 100644 --- a/src/sys/close.c +++ b/src/sys/close.c @@ -1,7 +1,7 @@ /** * @file sys/close.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/create.c b/src/sys/create.c index de73a540..03e47806 100644 --- a/src/sys/create.c +++ b/src/sys/create.c @@ -1,7 +1,7 @@ /** * @file sys/create.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/debug.c b/src/sys/debug.c index 8978dd64..f67f765d 100644 --- a/src/sys/debug.c +++ b/src/sys/debug.c @@ -1,7 +1,7 @@ /** * @file sys/debug.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/devctl.c b/src/sys/devctl.c index 400aab3a..ec8fc5bf 100644 --- a/src/sys/devctl.c +++ b/src/sys/devctl.c @@ -1,7 +1,7 @@ /** * @file sys/devctl.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/device.c b/src/sys/device.c index f2685118..1b270594 100644 --- a/src/sys/device.c +++ b/src/sys/device.c @@ -1,7 +1,7 @@ /** * @file sys/device.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/devtimer.c b/src/sys/devtimer.c index 86cc6af9..83e7db30 100644 --- a/src/sys/devtimer.c +++ b/src/sys/devtimer.c @@ -1,7 +1,7 @@ /** * @file sys/devtimer.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/dirctl.c b/src/sys/dirctl.c index 753ebb8e..cd85829e 100644 --- a/src/sys/dirctl.c +++ b/src/sys/dirctl.c @@ -1,7 +1,7 @@ /** * @file sys/dirctl.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/driver.c b/src/sys/driver.c index c1f878ab..c633487f 100644 --- a/src/sys/driver.c +++ b/src/sys/driver.c @@ -1,7 +1,7 @@ /** * @file sys/driver.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/driver.h b/src/sys/driver.h index f450fb33..39e29473 100644 --- a/src/sys/driver.h +++ b/src/sys/driver.h @@ -1,7 +1,7 @@ /** * @file sys/driver.h * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/ea.c b/src/sys/ea.c index c67aeaca..b6cb9f1c 100644 --- a/src/sys/ea.c +++ b/src/sys/ea.c @@ -1,7 +1,7 @@ /** * @file sys/ea.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/file.c b/src/sys/file.c index b33c6a2a..64aac3bf 100644 --- a/src/sys/file.c +++ b/src/sys/file.c @@ -1,7 +1,7 @@ /** * @file sys/file.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/fileinfo.c b/src/sys/fileinfo.c index fc7a3675..cde12c9f 100644 --- a/src/sys/fileinfo.c +++ b/src/sys/fileinfo.c @@ -1,7 +1,7 @@ /** * @file sys/fileinfo.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/flush.c b/src/sys/flush.c index baa6e936..7887b3de 100644 --- a/src/sys/flush.c +++ b/src/sys/flush.c @@ -1,7 +1,7 @@ /** * @file sys/flush.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/fsctl.c b/src/sys/fsctl.c index c36d605a..315b510d 100644 --- a/src/sys/fsctl.c +++ b/src/sys/fsctl.c @@ -1,7 +1,7 @@ /** * @file sys/fsctl.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/fsext.c b/src/sys/fsext.c index 4527f61e..def35b02 100644 --- a/src/sys/fsext.c +++ b/src/sys/fsext.c @@ -1,7 +1,7 @@ /** * @file sys/fsext.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/iop.c b/src/sys/iop.c index 877be564..6edcd5fd 100644 --- a/src/sys/iop.c +++ b/src/sys/iop.c @@ -1,7 +1,7 @@ /** * @file sys/iop.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/ioq.c b/src/sys/ioq.c index 025b70d9..ac8f3c94 100644 --- a/src/sys/ioq.c +++ b/src/sys/ioq.c @@ -1,7 +1,7 @@ /** * @file sys/ioq.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/lockctl.c b/src/sys/lockctl.c index 6266e3f4..ce9d33e1 100644 --- a/src/sys/lockctl.c +++ b/src/sys/lockctl.c @@ -1,7 +1,7 @@ /** * @file sys/lockctl.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/meta.c b/src/sys/meta.c index 97d95c63..f10ca11e 100644 --- a/src/sys/meta.c +++ b/src/sys/meta.c @@ -1,7 +1,7 @@ /** * @file sys/meta.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/mountdev.c b/src/sys/mountdev.c index fb8562d8..4db3feb2 100644 --- a/src/sys/mountdev.c +++ b/src/sys/mountdev.c @@ -1,7 +1,7 @@ /** * @file sys/mountdev.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/mup.c b/src/sys/mup.c index 6349a2d1..49d70d23 100644 --- a/src/sys/mup.c +++ b/src/sys/mup.c @@ -1,7 +1,7 @@ /** * @file sys/mup.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/name.c b/src/sys/name.c index 7ea0c9f3..1c69a8ea 100644 --- a/src/sys/name.c +++ b/src/sys/name.c @@ -1,7 +1,7 @@ /** * @file sys/name.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/psbuffer.c b/src/sys/psbuffer.c index db1df0b7..f151cf19 100644 --- a/src/sys/psbuffer.c +++ b/src/sys/psbuffer.c @@ -1,7 +1,7 @@ /** * @file sys/psbuffer.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/read.c b/src/sys/read.c index 8d871d69..25dfbca1 100644 --- a/src/sys/read.c +++ b/src/sys/read.c @@ -1,7 +1,7 @@ /** * @file sys/read.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/security.c b/src/sys/security.c index 54e9272c..63b7c145 100644 --- a/src/sys/security.c +++ b/src/sys/security.c @@ -1,7 +1,7 @@ /** * @file sys/security.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/shutdown.c b/src/sys/shutdown.c index def7cbdd..3417c69a 100644 --- a/src/sys/shutdown.c +++ b/src/sys/shutdown.c @@ -1,7 +1,7 @@ /** * @file sys/shutdown.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/silo.c b/src/sys/silo.c index a12847e9..7af2ea7a 100644 --- a/src/sys/silo.c +++ b/src/sys/silo.c @@ -1,7 +1,7 @@ /** * @file sys/silo.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/statistics.c b/src/sys/statistics.c index 3cd023ad..16f61058 100644 --- a/src/sys/statistics.c +++ b/src/sys/statistics.c @@ -1,7 +1,7 @@ /** * @file sys/statistics.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/trace.c b/src/sys/trace.c index 967be634..a99f5f4e 100644 --- a/src/sys/trace.c +++ b/src/sys/trace.c @@ -1,7 +1,7 @@ /** * @file sys/trace.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/util.c b/src/sys/util.c index 0ddbf3b9..20e7edb6 100644 --- a/src/sys/util.c +++ b/src/sys/util.c @@ -1,7 +1,7 @@ /** * @file sys/util.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/volinfo.c b/src/sys/volinfo.c index 970a652d..f2dcabe8 100644 --- a/src/sys/volinfo.c +++ b/src/sys/volinfo.c @@ -1,7 +1,7 @@ /** * @file sys/volinfo.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/volume.c b/src/sys/volume.c index f0144d95..1e1c4099 100644 --- a/src/sys/volume.c +++ b/src/sys/volume.c @@ -1,7 +1,7 @@ /** * @file sys/volume.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/wq.c b/src/sys/wq.c index 96699868..471d6304 100644 --- a/src/sys/wq.c +++ b/src/sys/wq.c @@ -1,7 +1,7 @@ /** * @file sys/wq.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/write.c b/src/sys/write.c index 05d38218..e98bdfdf 100644 --- a/src/sys/write.c +++ b/src/sys/write.c @@ -1,7 +1,7 @@ /** * @file sys/write.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tools/parselog.nim b/tools/parselog.nim index 00763ca6..b60d115c 100644 --- a/tools/parselog.nim +++ b/tools/parselog.nim @@ -2,7 +2,7 @@ # # parse WinFsp debug logs # -# @copyright 2015-2021 Bill Zissimopoulos +# @copyright 2015-2022 Bill Zissimopoulos import algorithm import macros diff --git a/tst/airfs/airfs.cpp b/tst/airfs/airfs.cpp index 0e8f0b69..4bdf451d 100644 --- a/tst/airfs/airfs.cpp +++ b/tst/airfs/airfs.cpp @@ -1,7 +1,7 @@ /** * @file airfs.cpp * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/airfs/common.h b/tst/airfs/common.h index 2476d07e..040850b8 100644 --- a/tst/airfs/common.h +++ b/tst/airfs/common.h @@ -1,7 +1,7 @@ /** * @file common.h * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/airfs/persistence.cpp b/tst/airfs/persistence.cpp index 39e83b36..7623f6b9 100644 --- a/tst/airfs/persistence.cpp +++ b/tst/airfs/persistence.cpp @@ -1,7 +1,7 @@ /** * @file persistence.cpp * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/fsbench/fsbench.c b/tst/fsbench/fsbench.c index 8b6e70f5..229b80d7 100644 --- a/tst/fsbench/fsbench.c +++ b/tst/fsbench/fsbench.c @@ -1,7 +1,7 @@ /** * @file fsbench.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/fscrash/fscrash-main.c b/tst/fscrash/fscrash-main.c index 946c79a9..e78b43b5 100644 --- a/tst/fscrash/fscrash-main.c +++ b/tst/fscrash/fscrash-main.c @@ -1,7 +1,7 @@ /** * @file fscrash-main.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/fscrash/fscrash.c b/tst/fscrash/fscrash.c index 9897a5a9..4514d22a 100644 --- a/tst/fscrash/fscrash.c +++ b/tst/fscrash/fscrash.c @@ -1,7 +1,7 @@ /** * @file fscrash.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/fscrash/fscrash.h b/tst/fscrash/fscrash.h index 7e95e4bf..f7b043c8 100644 --- a/tst/fscrash/fscrash.h +++ b/tst/fscrash/fscrash.h @@ -1,7 +1,7 @@ /** * @file fscrash.h * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/memfs-dotnet/Program.cs b/tst/memfs-dotnet/Program.cs index fd61e385..e9207c3e 100644 --- a/tst/memfs-dotnet/Program.cs +++ b/tst/memfs-dotnet/Program.cs @@ -1,7 +1,7 @@ /** * @file Program.cs * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/memfs-fuse/compat.h b/tst/memfs-fuse/compat.h index 30c4b7ee..2dc09df3 100644 --- a/tst/memfs-fuse/compat.h +++ b/tst/memfs-fuse/compat.h @@ -1,7 +1,7 @@ /** * @file compat.h * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/memfs-fuse/memfs-fuse.cpp b/tst/memfs-fuse/memfs-fuse.cpp index 0666d072..08e2d5fb 100644 --- a/tst/memfs-fuse/memfs-fuse.cpp +++ b/tst/memfs-fuse/memfs-fuse.cpp @@ -1,7 +1,7 @@ /** * @file memfs-fuse.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/memfs-fuse3/compat.h b/tst/memfs-fuse3/compat.h index 30c4b7ee..2dc09df3 100644 --- a/tst/memfs-fuse3/compat.h +++ b/tst/memfs-fuse3/compat.h @@ -1,7 +1,7 @@ /** * @file compat.h * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/memfs-fuse3/memfs-fuse3.cpp b/tst/memfs-fuse3/memfs-fuse3.cpp index 2a92a4a0..effdba9c 100644 --- a/tst/memfs-fuse3/memfs-fuse3.cpp +++ b/tst/memfs-fuse3/memfs-fuse3.cpp @@ -1,7 +1,7 @@ /** * @file memfs-fuse3.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 bb471e97..a244d07d 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/memfs/memfs-main.c b/tst/memfs/memfs-main.c index b5b6e0d5..0fc589cd 100644 --- a/tst/memfs/memfs-main.c +++ b/tst/memfs/memfs-main.c @@ -1,7 +1,7 @@ /** * @file memfs-main.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/memfs/memfs.cpp b/tst/memfs/memfs.cpp index f72534b9..076073ba 100644 --- a/tst/memfs/memfs.cpp +++ b/tst/memfs/memfs.cpp @@ -1,7 +1,7 @@ /** * @file memfs.cpp * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/memfs/memfs.h b/tst/memfs/memfs.h index d3e66334..99ff81ae 100644 --- a/tst/memfs/memfs.h +++ b/tst/memfs/memfs.h @@ -1,7 +1,7 @@ /** * @file memfs.h * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/notifyfs-dotnet/Program.cs b/tst/notifyfs-dotnet/Program.cs index ec0211cc..9fc36f05 100644 --- a/tst/notifyfs-dotnet/Program.cs +++ b/tst/notifyfs-dotnet/Program.cs @@ -1,7 +1,7 @@ /** * @file Program.cs * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/notifyfs/notifyfs.c b/tst/notifyfs/notifyfs.c index 12e58024..60f663cf 100644 --- a/tst/notifyfs/notifyfs.c +++ b/tst/notifyfs/notifyfs.c @@ -1,7 +1,7 @@ /** * @file notifyfs.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/ntptfs/lfs.c b/tst/ntptfs/lfs.c index fa99d4d2..6f9d2678 100644 --- a/tst/ntptfs/lfs.c +++ b/tst/ntptfs/lfs.c @@ -1,7 +1,7 @@ /** * @file lfs.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/ntptfs/ptfs-main.c b/tst/ntptfs/ptfs-main.c index fd959011..496494ab 100644 --- a/tst/ntptfs/ptfs-main.c +++ b/tst/ntptfs/ptfs-main.c @@ -1,7 +1,7 @@ /** * @file ptfs-main.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/ntptfs/ptfs.c b/tst/ntptfs/ptfs.c index e182f6ed..ba968daa 100644 --- a/tst/ntptfs/ptfs.c +++ b/tst/ntptfs/ptfs.c @@ -1,7 +1,7 @@ /** * @file ptfs.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/ntptfs/ptfs.h b/tst/ntptfs/ptfs.h index 466d572d..22ac8fa8 100644 --- a/tst/ntptfs/ptfs.h +++ b/tst/ntptfs/ptfs.h @@ -1,7 +1,7 @@ /** * @file ptfs.h * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 4a2549df..6e37136e 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/passthrough-dotnet/Program.cs b/tst/passthrough-dotnet/Program.cs index 53f69c19..edb60799 100644 --- a/tst/passthrough-dotnet/Program.cs +++ b/tst/passthrough-dotnet/Program.cs @@ -1,7 +1,7 @@ /** * @file Program.cs * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 5cad0897..01337ab5 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/passthrough-fuse/winposix.c b/tst/passthrough-fuse/winposix.c index 54097142..256e1997 100644 --- a/tst/passthrough-fuse/winposix.c +++ b/tst/passthrough-fuse/winposix.c @@ -1,7 +1,7 @@ /** * @file winposix.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/passthrough-fuse/winposix.h b/tst/passthrough-fuse/winposix.h index b9150c22..9d8fc5d3 100644 --- a/tst/passthrough-fuse/winposix.h +++ b/tst/passthrough-fuse/winposix.h @@ -1,7 +1,7 @@ /** * @file winposix.h * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 baa0804c..c84e3100 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/passthrough-fuse3/winposix.c b/tst/passthrough-fuse3/winposix.c index 54097142..256e1997 100644 --- a/tst/passthrough-fuse3/winposix.c +++ b/tst/passthrough-fuse3/winposix.c @@ -1,7 +1,7 @@ /** * @file winposix.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/passthrough-fuse3/winposix.h b/tst/passthrough-fuse3/winposix.h index b9150c22..9d8fc5d3 100644 --- a/tst/passthrough-fuse3/winposix.h +++ b/tst/passthrough-fuse3/winposix.h @@ -1,7 +1,7 @@ /** * @file winposix.h * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/passthrough/passthrough.c b/tst/passthrough/passthrough.c index 43c63af5..0ba05ee9 100644 --- a/tst/passthrough/passthrough.c +++ b/tst/passthrough/passthrough.c @@ -1,7 +1,7 @@ /** * @file passthrough.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 28934afb..e89cb2a3 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 77a1bfce..241f7931 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 3662801d..4635d08e 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 7a98fab3..246e23ef 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/ea-test.c b/tst/winfsp-tests/ea-test.c index cee11c9e..732280f1 100644 --- a/tst/winfsp-tests/ea-test.c +++ b/tst/winfsp-tests/ea-test.c @@ -1,7 +1,7 @@ /** * @file ea-test.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 d1c05bdc..cd139255 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 6eddfcb5..dac756fb 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 7642c931..7785876f 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 cc21205c..1b47b16f 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 a12b22c2..a5969826 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 1627e9b0..382d0331 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/hooks.c b/tst/winfsp-tests/hooks.c index d1f652dc..a4c44d25 100644 --- a/tst/winfsp-tests/hooks.c +++ b/tst/winfsp-tests/hooks.c @@ -1,7 +1,7 @@ /** * @file hooks.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 9c2cb61e..5d7a1741 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 468deb97..a6b78eb6 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/launcher-ptrans-test.c b/tst/winfsp-tests/launcher-ptrans-test.c index dfaddc40..49b770ee 100644 --- a/tst/winfsp-tests/launcher-ptrans-test.c +++ b/tst/winfsp-tests/launcher-ptrans-test.c @@ -1,7 +1,7 @@ /** * @file launcher-ptrans-test.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 ee2cd3d8..96902e52 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 1fa64ea6..343685ac 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 2fc62e55..d97cb575 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/notify-test.c b/tst/winfsp-tests/notify-test.c index a6798941..47b19a4f 100644 --- a/tst/winfsp-tests/notify-test.c +++ b/tst/winfsp-tests/notify-test.c @@ -1,7 +1,7 @@ /** * @file notify-test.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 ea99016f..56a55ab8 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 acac33b6..f8b11662 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 682f8deb..87175278 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 5c6bdfed..fc45f571 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 2d90b1af..759e07c5 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/resilient.c b/tst/winfsp-tests/resilient.c index 7fda60a4..90a770cf 100644 --- a/tst/winfsp-tests/resilient.c +++ b/tst/winfsp-tests/resilient.c @@ -1,7 +1,7 @@ /** * @file resilient.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 0f880262..820d18f4 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 4b51dfe4..e95fd195 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 66328ac9..1f5cee52 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/uuid5-test.c b/tst/winfsp-tests/uuid5-test.c index c6ba4a4e..0d6fb697 100644 --- a/tst/winfsp-tests/uuid5-test.c +++ b/tst/winfsp-tests/uuid5-test.c @@ -1,7 +1,7 @@ /** * @file uuid5-test.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 b2fe3f77..c034d88a 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/volpath-test.c b/tst/winfsp-tests/volpath-test.c index 649efd11..e7417b32 100644 --- a/tst/winfsp-tests/volpath-test.c +++ b/tst/winfsp-tests/volpath-test.c @@ -1,7 +1,7 @@ /** * @file volpath-test.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 1fb31b1f..9dd97134 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 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 759d3595..92c1fcda 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-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/wsl-test.c b/tst/winfsp-tests/wsl-test.c index 04dc0bb1..e3ddcc94 100644 --- a/tst/winfsp-tests/wsl-test.c +++ b/tst/winfsp-tests/wsl-test.c @@ -1,7 +1,7 @@ /** * @file wsl-test.c * - * @copyright 2015-2021 Bill Zissimopoulos + * @copyright 2015-2022 Bill Zissimopoulos */ /* * This file is part of WinFsp.