diff --git a/build/VStudio/installer/CustomActions/CustomActions.cpp b/build/VStudio/installer/CustomActions/CustomActions.cpp index 830011c1..a9ea97b0 100644 --- a/build/VStudio/installer/CustomActions/CustomActions.cpp +++ b/build/VStudio/installer/CustomActions/CustomActions.cpp @@ -1,7 +1,7 @@ /** * @file CustomActions.cpp * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/ext/tlib/callstack.c b/ext/tlib/callstack.c index 6ae2b074..6471ab76 100644 --- a/ext/tlib/callstack.c +++ b/ext/tlib/callstack.c @@ -1,7 +1,7 @@ /** * @file tlib/callstack.c * - * @copyright 2014-2020 Bill Zissimopoulos + * @copyright 2014-2021 Bill Zissimopoulos */ #include diff --git a/ext/tlib/callstack.h b/ext/tlib/callstack.h index 7b8c97ac..2953f344 100644 --- a/ext/tlib/callstack.h +++ b/ext/tlib/callstack.h @@ -1,7 +1,7 @@ /** * @file tlib/callstack.h * - * @copyright 2014-2020 Bill Zissimopoulos + * @copyright 2014-2021 Bill Zissimopoulos */ #ifndef TLIB_CALLSTACK_H_INCLUDED diff --git a/ext/tlib/injected/allfunc.h b/ext/tlib/injected/allfunc.h index 8c3e35c2..725e59ee 100644 --- a/ext/tlib/injected/allfunc.h +++ b/ext/tlib/injected/allfunc.h @@ -1,7 +1,7 @@ /** * @file tlib/injected/allfunc.h * - * @copyright 2014-2020 Bill Zissimopoulos + * @copyright 2014-2021 Bill Zissimopoulos */ #ifndef TLIB_INJECTED_ALLFUNC_H_INCLUDED diff --git a/ext/tlib/injected/curlfunc.c b/ext/tlib/injected/curlfunc.c index c353716c..757ae81c 100644 --- a/ext/tlib/injected/curlfunc.c +++ b/ext/tlib/injected/curlfunc.c @@ -1,7 +1,7 @@ /** * @file tlib/injected/curlfunc.c * - * @copyright 2014-2020 Bill Zissimopoulos + * @copyright 2014-2021 Bill Zissimopoulos */ #include diff --git a/ext/tlib/injected/curlfunc.h b/ext/tlib/injected/curlfunc.h index a184fdeb..f01f1c3d 100644 --- a/ext/tlib/injected/curlfunc.h +++ b/ext/tlib/injected/curlfunc.h @@ -1,7 +1,7 @@ /** * @file tlib/injected/curlfunc.h * - * @copyright 2014-2020 Bill Zissimopoulos + * @copyright 2014-2021 Bill Zissimopoulos */ #ifndef TLIB_INJECTED_CURLFUNC_H_INCLUDED diff --git a/ext/tlib/injected/stdfunc.c b/ext/tlib/injected/stdfunc.c index b7052c44..7de2443a 100644 --- a/ext/tlib/injected/stdfunc.c +++ b/ext/tlib/injected/stdfunc.c @@ -1,7 +1,7 @@ /** * @file tlib/injected/stdfunc.c * - * @copyright 2014-2020 Bill Zissimopoulos + * @copyright 2014-2021 Bill Zissimopoulos */ #include diff --git a/ext/tlib/injected/stdfunc.h b/ext/tlib/injected/stdfunc.h index c8aab8fd..028b341a 100644 --- a/ext/tlib/injected/stdfunc.h +++ b/ext/tlib/injected/stdfunc.h @@ -1,7 +1,7 @@ /** * @file tlib/injected/stdfunc.h * - * @copyright 2014-2020 Bill Zissimopoulos + * @copyright 2014-2021 Bill Zissimopoulos */ #ifndef TLIB_INJECTED_STDFUNC_H_INCLUDED diff --git a/ext/tlib/injection.c b/ext/tlib/injection.c index 1256a3bb..ee786534 100644 --- a/ext/tlib/injection.c +++ b/ext/tlib/injection.c @@ -1,7 +1,7 @@ /** * @file tlib/injection.c * - * @copyright 2014-2020 Bill Zissimopoulos + * @copyright 2014-2021 Bill Zissimopoulos */ #include diff --git a/ext/tlib/injection.h b/ext/tlib/injection.h index 34fc4d6d..2d9ffd9f 100644 --- a/ext/tlib/injection.h +++ b/ext/tlib/injection.h @@ -1,7 +1,7 @@ /** * @file tlib/injection.h * - * @copyright 2014-2020 Bill Zissimopoulos + * @copyright 2014-2021 Bill Zissimopoulos */ /* NOTE: This header may usefully be included multiple times. diff --git a/ext/tlib/testsuite.c b/ext/tlib/testsuite.c index 0c5de600..14fdbae8 100644 --- a/ext/tlib/testsuite.c +++ b/ext/tlib/testsuite.c @@ -1,7 +1,7 @@ /** * @file tlib/testsuite.c * - * @copyright 2014-2020 Bill Zissimopoulos + * @copyright 2014-2021 Bill Zissimopoulos */ #include diff --git a/ext/tlib/testsuite.h b/ext/tlib/testsuite.h index ec3f8cd7..efcce241 100644 --- a/ext/tlib/testsuite.h +++ b/ext/tlib/testsuite.h @@ -1,7 +1,7 @@ /** * @file tlib/testsuite.h * - * @copyright 2014-2020 Bill Zissimopoulos + * @copyright 2014-2021 Bill Zissimopoulos */ #ifndef TLIB_TESTSUITE_H_INCLUDED diff --git a/inc/fuse/fuse.h b/inc/fuse/fuse.h index 4ef8de7d..d1f90e5e 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/fuse/fuse_common.h b/inc/fuse/fuse_common.h index 936ca215..cf35fc2a 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/fuse/fuse_opt.h b/inc/fuse/fuse_opt.h index b0baf850..30d659cf 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/fuse/winfsp_fuse.h b/inc/fuse/winfsp_fuse.h index 241f49ee..37d14063 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/fuse3/fuse.h b/inc/fuse3/fuse.h index 54404229..85314c2a 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/fuse3/fuse_common.h b/inc/fuse3/fuse_common.h index b6b24ddf..953be35f 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/fuse3/fuse_opt.h b/inc/fuse3/fuse_opt.h index e93fd7e1..d6221856 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/fuse3/winfsp_fuse.h b/inc/fuse3/winfsp_fuse.h index faa3709d..cf3a66be 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/winfsp/fsctl.h b/inc/winfsp/fsctl.h index d1386c99..1ad8d124 100644 --- a/inc/winfsp/fsctl.h +++ b/inc/winfsp/fsctl.h @@ -1,7 +1,7 @@ /** * @file winfsp/fsctl.h * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/winfsp/launch.h b/inc/winfsp/launch.h index 0a043c94..0b29acac 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/winfsp/winfsp.h b/inc/winfsp/winfsp.h index d573538c..fb44f895 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/inc/winfsp/winfsp.hpp b/inc/winfsp/winfsp.hpp index 6fa9b0b9..d2270777 100644 --- a/inc/winfsp/winfsp.hpp +++ b/inc/winfsp/winfsp.hpp @@ -2,7 +2,7 @@ * @file winfsp/winfsp.hpp * WinFsp C++ Layer. * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/opt/cygfuse/fuse/cygfuse.c b/opt/cygfuse/fuse/cygfuse.c index 31848f7f..f6713f02 100644 --- a/opt/cygfuse/fuse/cygfuse.c +++ b/opt/cygfuse/fuse/cygfuse.c @@ -1,7 +1,7 @@ /** * @file fuse/cygfuse.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/opt/cygfuse/fuse3/cygfuse.c b/opt/cygfuse/fuse3/cygfuse.c index 99069e2f..ad4be35a 100644 --- a/opt/cygfuse/fuse3/cygfuse.c +++ b/opt/cygfuse/fuse3/cygfuse.c @@ -1,7 +1,7 @@ /** * @file fuse3/cygfuse.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 ce18e289..40e8fb4b 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/debug.c b/src/dll/debug.c index b9ffa59c..81d4f5f6 100644 --- a/src/dll/debug.c +++ b/src/dll/debug.c @@ -1,7 +1,7 @@ /** * @file dll/debug.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/dirbuf.c b/src/dll/dirbuf.c index d2605578..fa8bcb00 100644 --- a/src/dll/dirbuf.c +++ b/src/dll/dirbuf.c @@ -1,7 +1,7 @@ /** * @file dll/dirbuf.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/eventlog.c b/src/dll/eventlog.c index 6f1e0d1b..7d89ce8f 100644 --- a/src/dll/eventlog.c +++ b/src/dll/eventlog.c @@ -1,7 +1,7 @@ /** * @file dll/eventlog.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fs.c b/src/dll/fs.c index 9527e8f1..8371bd4d 100644 --- a/src/dll/fs.c +++ b/src/dll/fs.c @@ -1,7 +1,7 @@ /** * @file dll/fs.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fsctl.c b/src/dll/fsctl.c index 60664cfa..9d43f026 100644 --- a/src/dll/fsctl.c +++ b/src/dll/fsctl.c @@ -1,7 +1,7 @@ /** * @file dll/fsctl.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fsop.c b/src/dll/fsop.c index 429d8c0c..536aa16d 100644 --- a/src/dll/fsop.c +++ b/src/dll/fsop.c @@ -1,7 +1,7 @@ /** * @file dll/fsop.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fuse/fuse.c b/src/dll/fuse/fuse.c index 678a3f37..b248d59d 100644 --- a/src/dll/fuse/fuse.c +++ b/src/dll/fuse/fuse.c @@ -1,7 +1,7 @@ /** * @file dll/fuse/fuse.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 f746cd53..2887b8c6 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 b13c8541..1ab9c056 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 ca3ca5b5..eca0c3d1 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 2c47bc62..2511fc7b 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 f36ccb5d..153041eb 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fuse/library.h b/src/dll/fuse/library.h index 2b3d71c9..87edc129 100644 --- a/src/dll/fuse/library.h +++ b/src/dll/fuse/library.h @@ -1,7 +1,7 @@ /** * @file dll/fuse/library.h * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fuse3/fuse2to3.c b/src/dll/fuse3/fuse2to3.c index 01c13f50..54160c27 100644 --- a/src/dll/fuse3/fuse2to3.c +++ b/src/dll/fuse3/fuse2to3.c @@ -1,7 +1,7 @@ /** * @file dll/fuse3/fuse2to3.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fuse3/fuse3.c b/src/dll/fuse3/fuse3.c index adadba22..a3ebb2a9 100644 --- a/src/dll/fuse3/fuse3.c +++ b/src/dll/fuse3/fuse3.c @@ -1,7 +1,7 @@ /** * @file dll/fuse3/fuse3.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 bf57efa0..f50116c3 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/fuse3/library.h b/src/dll/fuse3/library.h index d548de6b..2bdba4ad 100644 --- a/src/dll/fuse3/library.h +++ b/src/dll/fuse3/library.h @@ -1,7 +1,7 @@ /** * @file dll/fuse3/library.h * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/launch.c b/src/dll/launch.c index 9a40bc68..e5785909 100644 --- a/src/dll/launch.c +++ b/src/dll/launch.c @@ -1,7 +1,7 @@ /** * @file dll/launch.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/ldap.c b/src/dll/ldap.c index 18459925..c4cb7b7d 100644 --- a/src/dll/ldap.c +++ b/src/dll/ldap.c @@ -1,7 +1,7 @@ /** * @file dll/ldap.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/library.c b/src/dll/library.c index 70231fa3..dba133c3 100644 --- a/src/dll/library.c +++ b/src/dll/library.c @@ -1,7 +1,7 @@ /** * @file dll/library.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/library.h b/src/dll/library.h index 054cee32..bc09c83a 100644 --- a/src/dll/library.h +++ b/src/dll/library.h @@ -1,7 +1,7 @@ /** * @file dll/library.h * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/mount.c b/src/dll/mount.c index 8e302956..c91c79b5 100644 --- a/src/dll/mount.c +++ b/src/dll/mount.c @@ -1,7 +1,7 @@ /** * @file dll/mount.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/np.c b/src/dll/np.c index 353af2e3..0fa3cf01 100644 --- a/src/dll/np.c +++ b/src/dll/np.c @@ -1,7 +1,7 @@ /** * @file dll/np.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/ntstatus.c b/src/dll/ntstatus.c index b6b160fd..76f12a19 100644 --- a/src/dll/ntstatus.c +++ b/src/dll/ntstatus.c @@ -1,7 +1,7 @@ /** * @file dll/ntstatus.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/path.c b/src/dll/path.c index 9c61cf44..6a0def2c 100644 --- a/src/dll/path.c +++ b/src/dll/path.c @@ -1,7 +1,7 @@ /** * @file dll/path.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/security.c b/src/dll/security.c index eb0d5542..b5543a52 100644 --- a/src/dll/security.c +++ b/src/dll/security.c @@ -1,7 +1,7 @@ /** * @file dll/security.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/service.c b/src/dll/service.c index acc822d1..7a69c0cd 100644 --- a/src/dll/service.c +++ b/src/dll/service.c @@ -1,7 +1,7 @@ /** * @file dll/service.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/util.c b/src/dll/util.c index e9ef26a5..b512c4cf 100644 --- a/src/dll/util.c +++ b/src/dll/util.c @@ -1,7 +1,7 @@ /** * @file dll/util.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dll/wksid.c b/src/dll/wksid.c index ba55b530..ed2c32a3 100644 --- a/src/dll/wksid.c +++ b/src/dll/wksid.c @@ -1,7 +1,7 @@ /** * @file dll/wksid.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dotnet/FileSystemBase+Const.cs b/src/dotnet/FileSystemBase+Const.cs index 602ba96d..3674e040 100644 --- a/src/dotnet/FileSystemBase+Const.cs +++ b/src/dotnet/FileSystemBase+Const.cs @@ -1,7 +1,7 @@ /* * dotnet/FileSystemBase+Const.cs * - * Copyright 2015-2020 Bill Zissimopoulos + * Copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dotnet/FileSystemBase.cs b/src/dotnet/FileSystemBase.cs index 7ae87667..f9107bee 100644 --- a/src/dotnet/FileSystemBase.cs +++ b/src/dotnet/FileSystemBase.cs @@ -1,7 +1,7 @@ /* * dotnet/FileSystemBase.cs * - * Copyright 2015-2020 Bill Zissimopoulos + * Copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dotnet/FileSystemHost.cs b/src/dotnet/FileSystemHost.cs index 44987214..d3423057 100644 --- a/src/dotnet/FileSystemHost.cs +++ b/src/dotnet/FileSystemHost.cs @@ -1,7 +1,7 @@ /* * dotnet/FileSystemHost.cs * - * Copyright 2015-2020 Bill Zissimopoulos + * Copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dotnet/Interop.cs b/src/dotnet/Interop.cs index 9b0ac5c7..3d337d85 100644 --- a/src/dotnet/Interop.cs +++ b/src/dotnet/Interop.cs @@ -1,7 +1,7 @@ /* * dotnet/Interop.cs * - * Copyright 2015-2020 Bill Zissimopoulos + * Copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/dotnet/Service.cs b/src/dotnet/Service.cs index 3457d9be..f33e174e 100644 --- a/src/dotnet/Service.cs +++ b/src/dotnet/Service.cs @@ -1,7 +1,7 @@ /* * dotnet/Service.cs * - * Copyright 2015-2020 Bill Zissimopoulos + * Copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/fsptool/fsptool.c b/src/fsptool/fsptool.c index dc96569c..1c9d5ebc 100644 --- a/src/fsptool/fsptool.c +++ b/src/fsptool/fsptool.c @@ -1,7 +1,7 @@ /** * @file fsptool/fsptool.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/launcher/launchctl.c b/src/launcher/launchctl.c index 049265a6..9cb0b912 100644 --- a/src/launcher/launchctl.c +++ b/src/launcher/launchctl.c @@ -1,7 +1,7 @@ /** * @file launcher/launchctl.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/launcher/launcher.c b/src/launcher/launcher.c index 6f363241..c204198f 100644 --- a/src/launcher/launcher.c +++ b/src/launcher/launcher.c @@ -1,7 +1,7 @@ /** * @file launcher/launcher.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/launcher/ptrans.c b/src/launcher/ptrans.c index 976d73ac..f8515408 100644 --- a/src/launcher/ptrans.c +++ b/src/launcher/ptrans.c @@ -1,7 +1,7 @@ /** * @file launcher/ptrans.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/shared/ku/config.h b/src/shared/ku/config.h index 2e98009c..877247dd 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/shared/ku/library.h b/src/shared/ku/library.h index f1d33ecf..10e5fa41 100644 --- a/src/shared/ku/library.h +++ b/src/shared/ku/library.h @@ -1,7 +1,7 @@ /** * @file shared/ku/library.h * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/shared/ku/posix.c b/src/shared/ku/posix.c index 3e7708d5..53fe7463 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/shared/ku/uuid5.c b/src/shared/ku/uuid5.c index 2a68daf2..aa5963a3 100644 --- a/src/shared/ku/uuid5.c +++ b/src/shared/ku/uuid5.c @@ -1,7 +1,7 @@ /** * @file shared/ku/uuid5.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/shared/um/minimal.h b/src/shared/um/minimal.h index 5f89f25f..5a02ed1c 100644 --- a/src/shared/um/minimal.h +++ b/src/shared/um/minimal.h @@ -1,7 +1,7 @@ /** * @file shared/um/minimal.h * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/callbacks.c b/src/sys/callbacks.c index af3d94e8..4570450a 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/cleanup.c b/src/sys/cleanup.c index 4ac5c244..ea8ddc19 100644 --- a/src/sys/cleanup.c +++ b/src/sys/cleanup.c @@ -1,7 +1,7 @@ /** * @file sys/cleanup.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/close.c b/src/sys/close.c index 2b5b189a..99ffe907 100644 --- a/src/sys/close.c +++ b/src/sys/close.c @@ -1,7 +1,7 @@ /** * @file sys/close.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/create.c b/src/sys/create.c index 1adc18e2..de73a540 100644 --- a/src/sys/create.c +++ b/src/sys/create.c @@ -1,7 +1,7 @@ /** * @file sys/create.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/debug.c b/src/sys/debug.c index e9f31163..a6fe05bb 100644 --- a/src/sys/debug.c +++ b/src/sys/debug.c @@ -1,7 +1,7 @@ /** * @file sys/debug.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/devctl.c b/src/sys/devctl.c index 785040fb..400aab3a 100644 --- a/src/sys/devctl.c +++ b/src/sys/devctl.c @@ -1,7 +1,7 @@ /** * @file sys/devctl.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/device.c b/src/sys/device.c index bd796fa8..f946b75b 100644 --- a/src/sys/device.c +++ b/src/sys/device.c @@ -1,7 +1,7 @@ /** * @file sys/device.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/dirctl.c b/src/sys/dirctl.c index 6f18b89a..9fbb8b7c 100644 --- a/src/sys/dirctl.c +++ b/src/sys/dirctl.c @@ -1,7 +1,7 @@ /** * @file sys/dirctl.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/driver.c b/src/sys/driver.c index 1ec81b31..d91e2ebb 100644 --- a/src/sys/driver.c +++ b/src/sys/driver.c @@ -1,7 +1,7 @@ /** * @file sys/driver.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/driver.h b/src/sys/driver.h index 38780e22..8bc9992c 100644 --- a/src/sys/driver.h +++ b/src/sys/driver.h @@ -1,7 +1,7 @@ /** * @file sys/driver.h * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/ea.c b/src/sys/ea.c index f51d8ebe..c67aeaca 100644 --- a/src/sys/ea.c +++ b/src/sys/ea.c @@ -1,7 +1,7 @@ /** * @file sys/ea.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/file.c b/src/sys/file.c index f9024148..649f3772 100644 --- a/src/sys/file.c +++ b/src/sys/file.c @@ -1,7 +1,7 @@ /** * @file sys/file.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/fileinfo.c b/src/sys/fileinfo.c index 1061a3fb..d4d8c670 100644 --- a/src/sys/fileinfo.c +++ b/src/sys/fileinfo.c @@ -1,7 +1,7 @@ /** * @file sys/fileinfo.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/flush.c b/src/sys/flush.c index 99c4b751..baa6e936 100644 --- a/src/sys/flush.c +++ b/src/sys/flush.c @@ -1,7 +1,7 @@ /** * @file sys/flush.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/fsctl.c b/src/sys/fsctl.c index 80d3f51e..c36d605a 100644 --- a/src/sys/fsctl.c +++ b/src/sys/fsctl.c @@ -1,7 +1,7 @@ /** * @file sys/fsctl.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/fsext.c b/src/sys/fsext.c index b7fd83bb..4527f61e 100644 --- a/src/sys/fsext.c +++ b/src/sys/fsext.c @@ -1,7 +1,7 @@ /** * @file sys/fsext.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/iop.c b/src/sys/iop.c index 994d5d4d..877be564 100644 --- a/src/sys/iop.c +++ b/src/sys/iop.c @@ -1,7 +1,7 @@ /** * @file sys/iop.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/ioq.c b/src/sys/ioq.c index dbab2390..025b70d9 100644 --- a/src/sys/ioq.c +++ b/src/sys/ioq.c @@ -1,7 +1,7 @@ /** * @file sys/ioq.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/lockctl.c b/src/sys/lockctl.c index d381bbed..6266e3f4 100644 --- a/src/sys/lockctl.c +++ b/src/sys/lockctl.c @@ -1,7 +1,7 @@ /** * @file sys/lockctl.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/meta.c b/src/sys/meta.c index 19f74235..97d95c63 100644 --- a/src/sys/meta.c +++ b/src/sys/meta.c @@ -1,7 +1,7 @@ /** * @file sys/meta.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/mountdev.c b/src/sys/mountdev.c index c1bb089c..fb8562d8 100644 --- a/src/sys/mountdev.c +++ b/src/sys/mountdev.c @@ -1,7 +1,7 @@ /** * @file sys/mountdev.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/mup.c b/src/sys/mup.c index 62b8c86f..6349a2d1 100644 --- a/src/sys/mup.c +++ b/src/sys/mup.c @@ -1,7 +1,7 @@ /** * @file sys/mup.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/name.c b/src/sys/name.c index 27e65258..7ea0c9f3 100644 --- a/src/sys/name.c +++ b/src/sys/name.c @@ -1,7 +1,7 @@ /** * @file sys/name.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/psbuffer.c b/src/sys/psbuffer.c index 4b567abe..db1df0b7 100644 --- a/src/sys/psbuffer.c +++ b/src/sys/psbuffer.c @@ -1,7 +1,7 @@ /** * @file sys/psbuffer.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/read.c b/src/sys/read.c index 4e02daca..8d871d69 100644 --- a/src/sys/read.c +++ b/src/sys/read.c @@ -1,7 +1,7 @@ /** * @file sys/read.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/security.c b/src/sys/security.c index 8a394d10..54e9272c 100644 --- a/src/sys/security.c +++ b/src/sys/security.c @@ -1,7 +1,7 @@ /** * @file sys/security.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/shutdown.c b/src/sys/shutdown.c index de93ee21..def7cbdd 100644 --- a/src/sys/shutdown.c +++ b/src/sys/shutdown.c @@ -1,7 +1,7 @@ /** * @file sys/shutdown.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/silo.c b/src/sys/silo.c index d266aa60..a12847e9 100644 --- a/src/sys/silo.c +++ b/src/sys/silo.c @@ -1,7 +1,7 @@ /** * @file sys/silo.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/statistics.c b/src/sys/statistics.c index 4d2606bc..3cd023ad 100644 --- a/src/sys/statistics.c +++ b/src/sys/statistics.c @@ -1,7 +1,7 @@ /** * @file sys/statistics.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/trace.c b/src/sys/trace.c index 147169f5..967be634 100644 --- a/src/sys/trace.c +++ b/src/sys/trace.c @@ -1,7 +1,7 @@ /** * @file sys/trace.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/util.c b/src/sys/util.c index da27bc62..0ddbf3b9 100644 --- a/src/sys/util.c +++ b/src/sys/util.c @@ -1,7 +1,7 @@ /** * @file sys/util.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/volinfo.c b/src/sys/volinfo.c index aa231777..3c236854 100644 --- a/src/sys/volinfo.c +++ b/src/sys/volinfo.c @@ -1,7 +1,7 @@ /** * @file sys/volinfo.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/volume.c b/src/sys/volume.c index 432e712a..f0144d95 100644 --- a/src/sys/volume.c +++ b/src/sys/volume.c @@ -1,7 +1,7 @@ /** * @file sys/volume.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/wq.c b/src/sys/wq.c index de75b530..96699868 100644 --- a/src/sys/wq.c +++ b/src/sys/wq.c @@ -1,7 +1,7 @@ /** * @file sys/wq.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/src/sys/write.c b/src/sys/write.c index ef0da88c..05d38218 100644 --- a/src/sys/write.c +++ b/src/sys/write.c @@ -1,7 +1,7 @@ /** * @file sys/write.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tools/parselog.nim b/tools/parselog.nim index 300cc38e..00763ca6 100644 --- a/tools/parselog.nim +++ b/tools/parselog.nim @@ -2,7 +2,7 @@ # # parse WinFsp debug logs # -# @copyright 2015-2020 Bill Zissimopoulos +# @copyright 2015-2021 Bill Zissimopoulos import algorithm import macros diff --git a/tst/airfs/airfs.cpp b/tst/airfs/airfs.cpp index 239f559f..0e8f0b69 100644 --- a/tst/airfs/airfs.cpp +++ b/tst/airfs/airfs.cpp @@ -1,7 +1,7 @@ /** * @file airfs.cpp * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/airfs/common.h b/tst/airfs/common.h index bae4a445..2476d07e 100644 --- a/tst/airfs/common.h +++ b/tst/airfs/common.h @@ -1,7 +1,7 @@ /** * @file common.h * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/airfs/persistence.cpp b/tst/airfs/persistence.cpp index 67bc1ec4..39e83b36 100644 --- a/tst/airfs/persistence.cpp +++ b/tst/airfs/persistence.cpp @@ -1,7 +1,7 @@ /** * @file persistence.cpp * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/fsbench/fsbench.c b/tst/fsbench/fsbench.c index dbf52410..8b6e70f5 100644 --- a/tst/fsbench/fsbench.c +++ b/tst/fsbench/fsbench.c @@ -1,7 +1,7 @@ /** * @file fsbench.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/fscrash/fscrash-main.c b/tst/fscrash/fscrash-main.c index c110936a..946c79a9 100644 --- a/tst/fscrash/fscrash-main.c +++ b/tst/fscrash/fscrash-main.c @@ -1,7 +1,7 @@ /** * @file fscrash-main.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/fscrash/fscrash.c b/tst/fscrash/fscrash.c index d543fecc..9897a5a9 100644 --- a/tst/fscrash/fscrash.c +++ b/tst/fscrash/fscrash.c @@ -1,7 +1,7 @@ /** * @file fscrash.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/fscrash/fscrash.h b/tst/fscrash/fscrash.h index fbd4ee72..7e95e4bf 100644 --- a/tst/fscrash/fscrash.h +++ b/tst/fscrash/fscrash.h @@ -1,7 +1,7 @@ /** * @file fscrash.h * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/memfs-dotnet/Program.cs b/tst/memfs-dotnet/Program.cs index c6bf0dad..da6481b1 100644 --- a/tst/memfs-dotnet/Program.cs +++ b/tst/memfs-dotnet/Program.cs @@ -1,7 +1,7 @@ /** * @file Program.cs * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/memfs-fuse3/compat.h b/tst/memfs-fuse3/compat.h index 8df7c0e5..30c4b7ee 100644 --- a/tst/memfs-fuse3/compat.h +++ b/tst/memfs-fuse3/compat.h @@ -1,7 +1,7 @@ /** * @file compat.h * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 f654ae9b..2a92a4a0 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 01c90999..bb471e97 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/memfs/memfs-main.c b/tst/memfs/memfs-main.c index dce34f26..b5b6e0d5 100644 --- a/tst/memfs/memfs-main.c +++ b/tst/memfs/memfs-main.c @@ -1,7 +1,7 @@ /** * @file memfs-main.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/memfs/memfs.cpp b/tst/memfs/memfs.cpp index 1cc3ba7e..bdd9e8aa 100644 --- a/tst/memfs/memfs.cpp +++ b/tst/memfs/memfs.cpp @@ -1,7 +1,7 @@ /** * @file memfs.cpp * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/memfs/memfs.h b/tst/memfs/memfs.h index 7a2f5929..bc4bd1d1 100644 --- a/tst/memfs/memfs.h +++ b/tst/memfs/memfs.h @@ -1,7 +1,7 @@ /** * @file memfs.h * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/notifyfs-dotnet/Program.cs b/tst/notifyfs-dotnet/Program.cs index d0572d02..ec0211cc 100644 --- a/tst/notifyfs-dotnet/Program.cs +++ b/tst/notifyfs-dotnet/Program.cs @@ -1,7 +1,7 @@ /** * @file Program.cs * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/notifyfs/notifyfs.c b/tst/notifyfs/notifyfs.c index 0870b49f..12e58024 100644 --- a/tst/notifyfs/notifyfs.c +++ b/tst/notifyfs/notifyfs.c @@ -1,7 +1,7 @@ /** * @file notifyfs.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 22d08e13..4a2549df 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/passthrough-dotnet/Program.cs b/tst/passthrough-dotnet/Program.cs index 2a64874c..53f69c19 100644 --- a/tst/passthrough-dotnet/Program.cs +++ b/tst/passthrough-dotnet/Program.cs @@ -1,7 +1,7 @@ /** * @file Program.cs * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 009dc3fd..5cad0897 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/passthrough-fuse/winposix.c b/tst/passthrough-fuse/winposix.c index 0459723f..54097142 100644 --- a/tst/passthrough-fuse/winposix.c +++ b/tst/passthrough-fuse/winposix.c @@ -1,7 +1,7 @@ /** * @file winposix.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/passthrough-fuse/winposix.h b/tst/passthrough-fuse/winposix.h index 49520e92..b9150c22 100644 --- a/tst/passthrough-fuse/winposix.h +++ b/tst/passthrough-fuse/winposix.h @@ -1,7 +1,7 @@ /** * @file winposix.h * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 25d83313..baa0804c 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/passthrough-fuse3/winposix.c b/tst/passthrough-fuse3/winposix.c index 0459723f..54097142 100644 --- a/tst/passthrough-fuse3/winposix.c +++ b/tst/passthrough-fuse3/winposix.c @@ -1,7 +1,7 @@ /** * @file winposix.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/passthrough-fuse3/winposix.h b/tst/passthrough-fuse3/winposix.h index 49520e92..b9150c22 100644 --- a/tst/passthrough-fuse3/winposix.h +++ b/tst/passthrough-fuse3/winposix.h @@ -1,7 +1,7 @@ /** * @file winposix.h * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/passthrough/passthrough.c b/tst/passthrough/passthrough.c index 1bbf3f67..43c63af5 100644 --- a/tst/passthrough/passthrough.c +++ b/tst/passthrough/passthrough.c @@ -1,7 +1,7 @@ /** * @file passthrough.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 b248807a..6033f6a7 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 10392089..77a1bfce 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 7ef05c12..470afffb 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 ebf73d4d..f5e9f851 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 d1f439d1..4c3215d3 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 b01eaaab..d1c05bdc 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 69248b8a..c336bae2 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 ce3d9bc6..7642c931 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 bf246059..cc21205c 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 5c7a74dd..a12b22c2 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 c52a0fd5..1627e9b0 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/hooks.c b/tst/winfsp-tests/hooks.c index ef376c97..30d8e206 100644 --- a/tst/winfsp-tests/hooks.c +++ b/tst/winfsp-tests/hooks.c @@ -1,7 +1,7 @@ /** * @file hooks.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 0a3b4b9d..53efcf80 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 fe1d7a24..468deb97 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 723a3a59..dfaddc40 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 c97ebfa7..ee2cd3d8 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 584b3549..312e5b31 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 20e928db..2fc62e55 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 a3e1489c..a6798941 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 1444f3cb..ea99016f 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 934473a5..acac33b6 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 7910647d..682f8deb 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 952ebc89..5c6bdfed 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 b4776a77..6ccae1a1 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp. diff --git a/tst/winfsp-tests/resilient.c b/tst/winfsp-tests/resilient.c index 0f696e70..7fda60a4 100644 --- a/tst/winfsp-tests/resilient.c +++ b/tst/winfsp-tests/resilient.c @@ -1,7 +1,7 @@ /** * @file resilient.c * - * @copyright 2015-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 08b04262..613d6a79 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 271b1caa..85b87cf0 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 52654279..66328ac9 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 39436ddb..c6ba4a4e 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 4a402fbe..b2fe3f77 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 d4c0a317..649efd11 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 eb1312c8..d9828c84 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 8dac2ead..dbc52ec5 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 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 970185a9..b0cf1d8e 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-2020 Bill Zissimopoulos + * @copyright 2015-2021 Bill Zissimopoulos */ /* * This file is part of WinFsp.