From 75ae8daf8f06668a43ab1b0bc92189ea6052ca2c Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Tue, 21 Aug 2018 18:09:33 -0700 Subject: [PATCH] update commercial disclaimer --- .../VStudio/installer/CustomActions/CustomActions.cpp | 10 +++++++--- inc/fuse/fuse.h | 10 +++++++--- inc/fuse/fuse_common.h | 10 +++++++--- inc/fuse/fuse_opt.h | 10 +++++++--- inc/fuse/winfsp_fuse.h | 10 +++++++--- inc/fuse3/fuse.h | 10 +++++++--- inc/fuse3/fuse_common.h | 10 +++++++--- inc/fuse3/fuse_opt.h | 10 +++++++--- inc/fuse3/winfsp_fuse.h | 10 +++++++--- inc/winfsp/fsctl.h | 10 +++++++--- inc/winfsp/launch.h | 10 +++++++--- inc/winfsp/winfsp.h | 10 +++++++--- inc/winfsp/winfsp.hpp | 10 +++++++--- opt/cygfuse/fuse/cygfuse.c | 10 +++++++--- opt/cygfuse/fuse3/cygfuse.c | 10 +++++++--- src/dll/debug.c | 10 +++++++--- src/dll/dirbuf.c | 10 +++++++--- src/dll/eventlog.c | 10 +++++++--- src/dll/fs.c | 10 +++++++--- src/dll/fsctl.c | 10 +++++++--- src/dll/fsop.c | 10 +++++++--- src/dll/fuse/fuse.c | 10 +++++++--- src/dll/fuse/fuse_compat.c | 10 +++++++--- src/dll/fuse/fuse_intf.c | 10 +++++++--- src/dll/fuse/fuse_loop.c | 10 +++++++--- src/dll/fuse/fuse_main.c | 10 +++++++--- src/dll/fuse/fuse_opt.c | 10 +++++++--- src/dll/fuse/library.h | 10 +++++++--- src/dll/fuse3/fuse2to3.c | 10 +++++++--- src/dll/fuse3/fuse3.c | 10 +++++++--- src/dll/fuse3/fuse3_compat.c | 10 +++++++--- src/dll/fuse3/library.h | 10 +++++++--- src/dll/launch.c | 10 +++++++--- src/dll/library.c | 10 +++++++--- src/dll/library.h | 10 +++++++--- src/dll/np.c | 10 +++++++--- src/dll/ntstatus.c | 10 +++++++--- src/dll/path.c | 10 +++++++--- src/dll/posix.c | 10 +++++++--- src/dll/security.c | 10 +++++++--- src/dll/service.c | 10 +++++++--- src/dll/util.c | 10 +++++++--- src/dll/wksid.c | 10 +++++++--- src/dotnet/FileSystemBase+Const.cs | 10 +++++++--- src/dotnet/FileSystemBase.cs | 10 +++++++--- src/dotnet/FileSystemHost.cs | 10 +++++++--- src/dotnet/Interop.cs | 10 +++++++--- src/dotnet/Service.cs | 10 +++++++--- src/fsptool/fsptool.c | 10 +++++++--- src/launcher/launchctl.c | 10 +++++++--- src/launcher/launcher.c | 10 +++++++--- src/shared/minimal.h | 10 +++++++--- src/sys/callbacks.c | 10 +++++++--- src/sys/cleanup.c | 10 +++++++--- src/sys/close.c | 10 +++++++--- src/sys/create.c | 10 +++++++--- src/sys/debug.c | 10 +++++++--- src/sys/devctl.c | 10 +++++++--- src/sys/device.c | 10 +++++++--- src/sys/dirctl.c | 10 +++++++--- src/sys/driver.c | 10 +++++++--- src/sys/driver.h | 10 +++++++--- src/sys/ea.c | 10 +++++++--- src/sys/file.c | 10 +++++++--- src/sys/fileinfo.c | 10 +++++++--- src/sys/flush.c | 10 +++++++--- src/sys/fsctl.c | 10 +++++++--- src/sys/iop.c | 10 +++++++--- src/sys/ioq.c | 10 +++++++--- src/sys/lockctl.c | 10 +++++++--- src/sys/meta.c | 10 +++++++--- src/sys/mup.c | 10 +++++++--- src/sys/name.c | 10 +++++++--- src/sys/psbuffer.c | 10 +++++++--- src/sys/read.c | 10 +++++++--- src/sys/security.c | 10 +++++++--- src/sys/shutdown.c | 10 +++++++--- src/sys/statistics.c | 10 +++++++--- src/sys/util.c | 10 +++++++--- src/sys/volinfo.c | 10 +++++++--- src/sys/volume.c | 10 +++++++--- src/sys/wq.c | 10 +++++++--- src/sys/write.c | 10 +++++++--- tst/airfs/airfs.cpp | 10 +++++++--- tst/fsbench/fsbench.c | 10 +++++++--- tst/fscrash/fscrash-main.c | 10 +++++++--- tst/fscrash/fscrash.c | 10 +++++++--- tst/fscrash/fscrash.h | 10 +++++++--- tst/memfs-dotnet/Program.cs | 10 +++++++--- tst/memfs/memfs-main-old.c | 10 +++++++--- tst/memfs/memfs-main.c | 10 +++++++--- tst/memfs/memfs.cpp | 10 +++++++--- tst/memfs/memfs.h | 10 +++++++--- tst/passthrough-cpp/passthrough-cpp.cpp | 10 +++++++--- tst/passthrough-dotnet/Program.cs | 10 +++++++--- tst/passthrough-fuse/passthrough-fuse.c | 10 +++++++--- tst/passthrough-fuse/winposix.c | 10 +++++++--- tst/passthrough-fuse/winposix.h | 10 +++++++--- tst/passthrough-fuse3/passthrough-fuse3.c | 10 +++++++--- tst/passthrough-fuse3/winposix.c | 10 +++++++--- tst/passthrough-fuse3/winposix.h | 10 +++++++--- tst/passthrough/passthrough.c | 10 +++++++--- tst/winfsp-tests/create-test.c | 10 +++++++--- tst/winfsp-tests/devctl-test.c | 10 +++++++--- tst/winfsp-tests/dirbuf-test.c | 10 +++++++--- tst/winfsp-tests/dirctl-test.c | 10 +++++++--- tst/winfsp-tests/eventlog-test.c | 10 +++++++--- tst/winfsp-tests/exec-test.c | 10 +++++++--- tst/winfsp-tests/flush-test.c | 10 +++++++--- tst/winfsp-tests/fuse-opt-test.c | 10 +++++++--- tst/winfsp-tests/fuse-test.c | 10 +++++++--- tst/winfsp-tests/helper/winfsp-tests-helper.c | 10 +++++++--- tst/winfsp-tests/hooks.c | 10 +++++++--- tst/winfsp-tests/info-test.c | 10 +++++++--- tst/winfsp-tests/launch-test.c | 10 +++++++--- tst/winfsp-tests/lock-test.c | 10 +++++++--- tst/winfsp-tests/memfs-test.c | 10 +++++++--- tst/winfsp-tests/mount-test.c | 10 +++++++--- tst/winfsp-tests/oplock-test.c | 10 +++++++--- tst/winfsp-tests/path-test.c | 10 +++++++--- tst/winfsp-tests/posix-test.c | 10 +++++++--- tst/winfsp-tests/rdwr-test.c | 10 +++++++--- tst/winfsp-tests/reparse-test.c | 10 +++++++--- tst/winfsp-tests/resilient.c | 10 +++++++--- tst/winfsp-tests/security-test.c | 10 +++++++--- tst/winfsp-tests/stream-tests.c | 10 +++++++--- tst/winfsp-tests/timeout-test.c | 10 +++++++--- tst/winfsp-tests/version-test.c | 10 +++++++--- tst/winfsp-tests/winfsp-tests.c | 10 +++++++--- tst/winfsp-tests/winfsp-tests.h | 10 +++++++--- 130 files changed, 910 insertions(+), 390 deletions(-) diff --git a/build/VStudio/installer/CustomActions/CustomActions.cpp b/build/VStudio/installer/CustomActions/CustomActions.cpp index 21566e9a..18f13b48 100644 --- a/build/VStudio/installer/CustomActions/CustomActions.cpp +++ b/build/VStudio/installer/CustomActions/CustomActions.cpp @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #define WIN32_LEAN_AND_MEAN diff --git a/inc/fuse/fuse.h b/inc/fuse/fuse.h index dd0c2c03..2a53c1bf 100644 --- a/inc/fuse/fuse.h +++ b/inc/fuse/fuse.h @@ -15,9 +15,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #ifndef FUSE_H_ diff --git a/inc/fuse/fuse_common.h b/inc/fuse/fuse_common.h index c2f50de6..dca08c85 100644 --- a/inc/fuse/fuse_common.h +++ b/inc/fuse/fuse_common.h @@ -15,9 +15,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #ifndef FUSE_COMMON_H_ diff --git a/inc/fuse/fuse_opt.h b/inc/fuse/fuse_opt.h index 09341605..85d8014a 100644 --- a/inc/fuse/fuse_opt.h +++ b/inc/fuse/fuse_opt.h @@ -15,9 +15,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #ifndef FUSE_OPT_H_ diff --git a/inc/fuse/winfsp_fuse.h b/inc/fuse/winfsp_fuse.h index 38a8e244..ccb8666e 100644 --- a/inc/fuse/winfsp_fuse.h +++ b/inc/fuse/winfsp_fuse.h @@ -11,9 +11,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #ifndef FUSE_WINFSP_FUSE_H_INCLUDED diff --git a/inc/fuse3/fuse.h b/inc/fuse3/fuse.h index d6de06bc..3d2b8585 100644 --- a/inc/fuse3/fuse.h +++ b/inc/fuse3/fuse.h @@ -15,9 +15,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #ifndef FUSE_H_ diff --git a/inc/fuse3/fuse_common.h b/inc/fuse3/fuse_common.h index 4663b829..950a6d3b 100644 --- a/inc/fuse3/fuse_common.h +++ b/inc/fuse3/fuse_common.h @@ -15,9 +15,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #ifndef FUSE_COMMON_H_ diff --git a/inc/fuse3/fuse_opt.h b/inc/fuse3/fuse_opt.h index 289d52f1..098a9e5a 100644 --- a/inc/fuse3/fuse_opt.h +++ b/inc/fuse3/fuse_opt.h @@ -11,9 +11,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include "../fuse/fuse_opt.h" diff --git a/inc/fuse3/winfsp_fuse.h b/inc/fuse3/winfsp_fuse.h index f8ac0dec..8adbb7d5 100644 --- a/inc/fuse3/winfsp_fuse.h +++ b/inc/fuse3/winfsp_fuse.h @@ -11,9 +11,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #ifndef FUSE3_WINFSP_FUSE_H_INCLUDED diff --git a/inc/winfsp/fsctl.h b/inc/winfsp/fsctl.h index 570e3e94..a08ada78 100644 --- a/inc/winfsp/fsctl.h +++ b/inc/winfsp/fsctl.h @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #ifndef WINFSP_FSCTL_H_INCLUDED diff --git a/inc/winfsp/launch.h b/inc/winfsp/launch.h index 64dd1d78..065dc6df 100644 --- a/inc/winfsp/launch.h +++ b/inc/winfsp/launch.h @@ -14,9 +14,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #ifndef WINFSP_LAUNCH_H_INCLUDED diff --git a/inc/winfsp/winfsp.h b/inc/winfsp/winfsp.h index c4fcc1f8..0bbad1c2 100644 --- a/inc/winfsp/winfsp.h +++ b/inc/winfsp/winfsp.h @@ -14,9 +14,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #ifndef WINFSP_WINFSP_H_INCLUDED diff --git a/inc/winfsp/winfsp.hpp b/inc/winfsp/winfsp.hpp index 0200d85b..d3537b38 100644 --- a/inc/winfsp/winfsp.hpp +++ b/inc/winfsp/winfsp.hpp @@ -11,9 +11,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #ifndef WINFSP_WINFSP_HPP_INCLUDED diff --git a/opt/cygfuse/fuse/cygfuse.c b/opt/cygfuse/fuse/cygfuse.c index 291b32b0..a111f745 100644 --- a/opt/cygfuse/fuse/cygfuse.c +++ b/opt/cygfuse/fuse/cygfuse.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/opt/cygfuse/fuse3/cygfuse.c b/opt/cygfuse/fuse3/cygfuse.c index 390abdcc..fcf1b3e5 100644 --- a/opt/cygfuse/fuse3/cygfuse.c +++ b/opt/cygfuse/fuse3/cygfuse.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/debug.c b/src/dll/debug.c index 7ba51849..0df4e655 100644 --- a/src/dll/debug.c +++ b/src/dll/debug.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/dirbuf.c b/src/dll/dirbuf.c index c0aabed4..5d5a3cf9 100644 --- a/src/dll/dirbuf.c +++ b/src/dll/dirbuf.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/eventlog.c b/src/dll/eventlog.c index 46968fcc..5bf0232a 100644 --- a/src/dll/eventlog.c +++ b/src/dll/eventlog.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/fs.c b/src/dll/fs.c index c2facf2e..076bff8d 100644 --- a/src/dll/fs.c +++ b/src/dll/fs.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/fsctl.c b/src/dll/fsctl.c index ce088304..0dfe67d1 100644 --- a/src/dll/fsctl.c +++ b/src/dll/fsctl.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/fsop.c b/src/dll/fsop.c index d792ff1e..f07536e3 100644 --- a/src/dll/fsop.c +++ b/src/dll/fsop.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/fuse/fuse.c b/src/dll/fuse/fuse.c index 6a08197b..45852db4 100644 --- a/src/dll/fuse/fuse.c +++ b/src/dll/fuse/fuse.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/fuse/fuse_compat.c b/src/dll/fuse/fuse_compat.c index feff1a38..02ecf125 100644 --- a/src/dll/fuse/fuse_compat.c +++ b/src/dll/fuse/fuse_compat.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/fuse/fuse_intf.c b/src/dll/fuse/fuse_intf.c index b2c5d33f..2b1716ee 100644 --- a/src/dll/fuse/fuse_intf.c +++ b/src/dll/fuse/fuse_intf.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/fuse/fuse_loop.c b/src/dll/fuse/fuse_loop.c index 96ba3c7e..9203bfc7 100644 --- a/src/dll/fuse/fuse_loop.c +++ b/src/dll/fuse/fuse_loop.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/fuse/fuse_main.c b/src/dll/fuse/fuse_main.c index 55b69ca2..56b47db5 100644 --- a/src/dll/fuse/fuse_main.c +++ b/src/dll/fuse/fuse_main.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/fuse/fuse_opt.c b/src/dll/fuse/fuse_opt.c index 5519d6f2..7d37448b 100644 --- a/src/dll/fuse/fuse_opt.c +++ b/src/dll/fuse/fuse_opt.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/fuse/library.h b/src/dll/fuse/library.h index 82a36b4d..dbfe2d04 100644 --- a/src/dll/fuse/library.h +++ b/src/dll/fuse/library.h @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #ifndef WINFSP_DLL_FUSE_LIBRARY_H_INCLUDED diff --git a/src/dll/fuse3/fuse2to3.c b/src/dll/fuse3/fuse2to3.c index 2ba6026f..aa8bfbb3 100644 --- a/src/dll/fuse3/fuse2to3.c +++ b/src/dll/fuse3/fuse2to3.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/fuse3/fuse3.c b/src/dll/fuse3/fuse3.c index 723388be..70d966ca 100644 --- a/src/dll/fuse3/fuse3.c +++ b/src/dll/fuse3/fuse3.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/fuse3/fuse3_compat.c b/src/dll/fuse3/fuse3_compat.c index 0b58a238..eb240504 100644 --- a/src/dll/fuse3/fuse3_compat.c +++ b/src/dll/fuse3/fuse3_compat.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/fuse3/library.h b/src/dll/fuse3/library.h index d2f19f26..e19f1e69 100644 --- a/src/dll/fuse3/library.h +++ b/src/dll/fuse3/library.h @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #ifndef WINFSP_DLL_FUSE3_LIBRARY_H_INCLUDED diff --git a/src/dll/launch.c b/src/dll/launch.c index 588ffded..649119e8 100644 --- a/src/dll/launch.c +++ b/src/dll/launch.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/library.c b/src/dll/library.c index bebbef62..4d755b1c 100644 --- a/src/dll/library.c +++ b/src/dll/library.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/library.h b/src/dll/library.h index 08eb56f3..66018d72 100644 --- a/src/dll/library.h +++ b/src/dll/library.h @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #ifndef WINFSP_DLL_LIBRARY_H_INCLUDED diff --git a/src/dll/np.c b/src/dll/np.c index a4ac49c0..358e0a4a 100644 --- a/src/dll/np.c +++ b/src/dll/np.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/ntstatus.c b/src/dll/ntstatus.c index b33b5ab9..89226c01 100644 --- a/src/dll/ntstatus.c +++ b/src/dll/ntstatus.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/path.c b/src/dll/path.c index 4b846c39..25c0c9a6 100644 --- a/src/dll/path.c +++ b/src/dll/path.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/posix.c b/src/dll/posix.c index deec7f29..d037c0b3 100644 --- a/src/dll/posix.c +++ b/src/dll/posix.c @@ -23,9 +23,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/security.c b/src/dll/security.c index a78114a1..f226c738 100644 --- a/src/dll/security.c +++ b/src/dll/security.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/service.c b/src/dll/service.c index 9f3006f7..6e5e355a 100644 --- a/src/dll/service.c +++ b/src/dll/service.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/util.c b/src/dll/util.c index f0936efb..6191ce2d 100644 --- a/src/dll/util.c +++ b/src/dll/util.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dll/wksid.c b/src/dll/wksid.c index 57829f99..475617ac 100644 --- a/src/dll/wksid.c +++ b/src/dll/wksid.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/dotnet/FileSystemBase+Const.cs b/src/dotnet/FileSystemBase+Const.cs index d1b9e169..2f7eda1e 100644 --- a/src/dotnet/FileSystemBase+Const.cs +++ b/src/dotnet/FileSystemBase+Const.cs @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ using System; diff --git a/src/dotnet/FileSystemBase.cs b/src/dotnet/FileSystemBase.cs index e208abd9..680cf72b 100644 --- a/src/dotnet/FileSystemBase.cs +++ b/src/dotnet/FileSystemBase.cs @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ using System; diff --git a/src/dotnet/FileSystemHost.cs b/src/dotnet/FileSystemHost.cs index 5b746915..caa4b4f3 100644 --- a/src/dotnet/FileSystemHost.cs +++ b/src/dotnet/FileSystemHost.cs @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ using System; diff --git a/src/dotnet/Interop.cs b/src/dotnet/Interop.cs index 36773cad..e32bea0d 100644 --- a/src/dotnet/Interop.cs +++ b/src/dotnet/Interop.cs @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ using System; diff --git a/src/dotnet/Service.cs b/src/dotnet/Service.cs index d1e1bafb..fd5515b7 100644 --- a/src/dotnet/Service.cs +++ b/src/dotnet/Service.cs @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ using System; diff --git a/src/fsptool/fsptool.c b/src/fsptool/fsptool.c index 7f84e423..df5b4680 100644 --- a/src/fsptool/fsptool.c +++ b/src/fsptool/fsptool.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/launcher/launchctl.c b/src/launcher/launchctl.c index 7ff74cc8..3f0f566f 100644 --- a/src/launcher/launchctl.c +++ b/src/launcher/launchctl.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/launcher/launcher.c b/src/launcher/launcher.c index f9168c08..c3d1a247 100644 --- a/src/launcher/launcher.c +++ b/src/launcher/launcher.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/shared/minimal.h b/src/shared/minimal.h index 72941ebd..ed4f43d6 100644 --- a/src/shared/minimal.h +++ b/src/shared/minimal.h @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #ifndef WINFSP_SHARED_MINIMAL_H_INCLUDED diff --git a/src/sys/callbacks.c b/src/sys/callbacks.c index be93f993..65e705c6 100644 --- a/src/sys/callbacks.c +++ b/src/sys/callbacks.c @@ -11,9 +11,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/cleanup.c b/src/sys/cleanup.c index 2b920500..1e783697 100644 --- a/src/sys/cleanup.c +++ b/src/sys/cleanup.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/close.c b/src/sys/close.c index 47475880..fd18c0dc 100644 --- a/src/sys/close.c +++ b/src/sys/close.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/create.c b/src/sys/create.c index 5ffd55c3..f8a784bf 100644 --- a/src/sys/create.c +++ b/src/sys/create.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/debug.c b/src/sys/debug.c index de02b586..9cf4961e 100644 --- a/src/sys/debug.c +++ b/src/sys/debug.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/devctl.c b/src/sys/devctl.c index 5fc0e32a..14de171c 100644 --- a/src/sys/devctl.c +++ b/src/sys/devctl.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/device.c b/src/sys/device.c index 247e9b2a..217328c7 100644 --- a/src/sys/device.c +++ b/src/sys/device.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/dirctl.c b/src/sys/dirctl.c index e99a743e..bfe5b4be 100644 --- a/src/sys/dirctl.c +++ b/src/sys/dirctl.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/driver.c b/src/sys/driver.c index fe51762c..c90df51c 100644 --- a/src/sys/driver.c +++ b/src/sys/driver.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/driver.h b/src/sys/driver.h index 02d36c08..764e96f7 100644 --- a/src/sys/driver.h +++ b/src/sys/driver.h @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #ifndef WINFSP_SYS_DRIVER_H_INCLUDED diff --git a/src/sys/ea.c b/src/sys/ea.c index 735130f8..89aa3399 100644 --- a/src/sys/ea.c +++ b/src/sys/ea.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/file.c b/src/sys/file.c index c7cc59ef..8559f713 100644 --- a/src/sys/file.c +++ b/src/sys/file.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/fileinfo.c b/src/sys/fileinfo.c index 16a775cd..0c9bde9a 100644 --- a/src/sys/fileinfo.c +++ b/src/sys/fileinfo.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/flush.c b/src/sys/flush.c index f65c58ff..fd4788d3 100644 --- a/src/sys/flush.c +++ b/src/sys/flush.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/fsctl.c b/src/sys/fsctl.c index 211ba925..8193baaf 100644 --- a/src/sys/fsctl.c +++ b/src/sys/fsctl.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/iop.c b/src/sys/iop.c index 9ed02b46..14bba6f3 100644 --- a/src/sys/iop.c +++ b/src/sys/iop.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/ioq.c b/src/sys/ioq.c index a73340f3..df2e8eb4 100644 --- a/src/sys/ioq.c +++ b/src/sys/ioq.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/lockctl.c b/src/sys/lockctl.c index 3bfbbe65..242c45fa 100644 --- a/src/sys/lockctl.c +++ b/src/sys/lockctl.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/meta.c b/src/sys/meta.c index 20926d75..8bd61fc9 100644 --- a/src/sys/meta.c +++ b/src/sys/meta.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/mup.c b/src/sys/mup.c index bc1813e2..500ec779 100644 --- a/src/sys/mup.c +++ b/src/sys/mup.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/name.c b/src/sys/name.c index 9780ec38..7504ddbf 100644 --- a/src/sys/name.c +++ b/src/sys/name.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/psbuffer.c b/src/sys/psbuffer.c index dfc4741c..67268b5b 100644 --- a/src/sys/psbuffer.c +++ b/src/sys/psbuffer.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/read.c b/src/sys/read.c index eb402eaa..aec1ea8d 100644 --- a/src/sys/read.c +++ b/src/sys/read.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/security.c b/src/sys/security.c index 9525c885..d807efb6 100644 --- a/src/sys/security.c +++ b/src/sys/security.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/shutdown.c b/src/sys/shutdown.c index bcbe887e..b4a98388 100644 --- a/src/sys/shutdown.c +++ b/src/sys/shutdown.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/statistics.c b/src/sys/statistics.c index d19084aa..6c68213d 100644 --- a/src/sys/statistics.c +++ b/src/sys/statistics.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/util.c b/src/sys/util.c index f1f6fca0..d1df538f 100644 --- a/src/sys/util.c +++ b/src/sys/util.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/volinfo.c b/src/sys/volinfo.c index 37787bdb..e7bbd671 100644 --- a/src/sys/volinfo.c +++ b/src/sys/volinfo.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/volume.c b/src/sys/volume.c index 68cf2c14..661fb317 100644 --- a/src/sys/volume.c +++ b/src/sys/volume.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/wq.c b/src/sys/wq.c index e5ec16b2..3e122d09 100644 --- a/src/sys/wq.c +++ b/src/sys/wq.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/src/sys/write.c b/src/sys/write.c index 0a2473d0..5cf91c5d 100644 --- a/src/sys/write.c +++ b/src/sys/write.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/airfs/airfs.cpp b/tst/airfs/airfs.cpp index eeb9406f..66f1a90f 100644 --- a/tst/airfs/airfs.cpp +++ b/tst/airfs/airfs.cpp @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ /* * Airfs is based on Memfs with changes contributed by John Oberschelp. diff --git a/tst/fsbench/fsbench.c b/tst/fsbench/fsbench.c index 4cf3a453..7cdec887 100644 --- a/tst/fsbench/fsbench.c +++ b/tst/fsbench/fsbench.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/fscrash/fscrash-main.c b/tst/fscrash/fscrash-main.c index 978e64a9..aedaf904 100644 --- a/tst/fscrash/fscrash-main.c +++ b/tst/fscrash/fscrash-main.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/fscrash/fscrash.c b/tst/fscrash/fscrash.c index 0a1a7fd0..c432b0e0 100644 --- a/tst/fscrash/fscrash.c +++ b/tst/fscrash/fscrash.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include "fscrash.h" diff --git a/tst/fscrash/fscrash.h b/tst/fscrash/fscrash.h index a8bcc4cc..e585d226 100644 --- a/tst/fscrash/fscrash.h +++ b/tst/fscrash/fscrash.h @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #ifndef FSCRASH_H_INCLUDED diff --git a/tst/memfs-dotnet/Program.cs b/tst/memfs-dotnet/Program.cs index a3802b61..05bbe798 100644 --- a/tst/memfs-dotnet/Program.cs +++ b/tst/memfs-dotnet/Program.cs @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ using System; diff --git a/tst/memfs/memfs-main-old.c b/tst/memfs/memfs-main-old.c index 45399844..c0e1ee3c 100644 --- a/tst/memfs/memfs-main-old.c +++ b/tst/memfs/memfs-main-old.c @@ -15,9 +15,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/memfs/memfs-main.c b/tst/memfs/memfs-main.c index 13c6bc76..7f8d0fb8 100644 --- a/tst/memfs/memfs-main.c +++ b/tst/memfs/memfs-main.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/memfs/memfs.cpp b/tst/memfs/memfs.cpp index 2cacda95..d19103fc 100644 --- a/tst/memfs/memfs.cpp +++ b/tst/memfs/memfs.cpp @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #undef _DEBUG diff --git a/tst/memfs/memfs.h b/tst/memfs/memfs.h index 233bbf36..f6f4b335 100644 --- a/tst/memfs/memfs.h +++ b/tst/memfs/memfs.h @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #ifndef MEMFS_H_INCLUDED diff --git a/tst/passthrough-cpp/passthrough-cpp.cpp b/tst/passthrough-cpp/passthrough-cpp.cpp index fe41adc7..4b132639 100644 --- a/tst/passthrough-cpp/passthrough-cpp.cpp +++ b/tst/passthrough-cpp/passthrough-cpp.cpp @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/passthrough-dotnet/Program.cs b/tst/passthrough-dotnet/Program.cs index 6d325f87..031473f2 100644 --- a/tst/passthrough-dotnet/Program.cs +++ b/tst/passthrough-dotnet/Program.cs @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ using System; diff --git a/tst/passthrough-fuse/passthrough-fuse.c b/tst/passthrough-fuse/passthrough-fuse.c index 91cf4bf5..24604823 100644 --- a/tst/passthrough-fuse/passthrough-fuse.c +++ b/tst/passthrough-fuse/passthrough-fuse.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/passthrough-fuse/winposix.c b/tst/passthrough-fuse/winposix.c index c4905670..9f5d5f72 100644 --- a/tst/passthrough-fuse/winposix.c +++ b/tst/passthrough-fuse/winposix.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ /* diff --git a/tst/passthrough-fuse/winposix.h b/tst/passthrough-fuse/winposix.h index 9f3e68f8..e9273282 100644 --- a/tst/passthrough-fuse/winposix.h +++ b/tst/passthrough-fuse/winposix.h @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #ifndef WINPOSIX_H_INCLUDED diff --git a/tst/passthrough-fuse3/passthrough-fuse3.c b/tst/passthrough-fuse3/passthrough-fuse3.c index aa72b746..7949a46d 100644 --- a/tst/passthrough-fuse3/passthrough-fuse3.c +++ b/tst/passthrough-fuse3/passthrough-fuse3.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/passthrough-fuse3/winposix.c b/tst/passthrough-fuse3/winposix.c index c4905670..9f5d5f72 100644 --- a/tst/passthrough-fuse3/winposix.c +++ b/tst/passthrough-fuse3/winposix.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ /* diff --git a/tst/passthrough-fuse3/winposix.h b/tst/passthrough-fuse3/winposix.h index 9f3e68f8..e9273282 100644 --- a/tst/passthrough-fuse3/winposix.h +++ b/tst/passthrough-fuse3/winposix.h @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #ifndef WINPOSIX_H_INCLUDED diff --git a/tst/passthrough/passthrough.c b/tst/passthrough/passthrough.c index 7df09ebc..017ccc03 100644 --- a/tst/passthrough/passthrough.c +++ b/tst/passthrough/passthrough.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/create-test.c b/tst/winfsp-tests/create-test.c index dfd452a4..5392d176 100644 --- a/tst/winfsp-tests/create-test.c +++ b/tst/winfsp-tests/create-test.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/devctl-test.c b/tst/winfsp-tests/devctl-test.c index 457d40ea..88b26bde 100644 --- a/tst/winfsp-tests/devctl-test.c +++ b/tst/winfsp-tests/devctl-test.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/dirbuf-test.c b/tst/winfsp-tests/dirbuf-test.c index 35b64467..dba37d22 100644 --- a/tst/winfsp-tests/dirbuf-test.c +++ b/tst/winfsp-tests/dirbuf-test.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/dirctl-test.c b/tst/winfsp-tests/dirctl-test.c index b6c99c27..a932fc94 100644 --- a/tst/winfsp-tests/dirctl-test.c +++ b/tst/winfsp-tests/dirctl-test.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/eventlog-test.c b/tst/winfsp-tests/eventlog-test.c index df5a7786..6722cd13 100644 --- a/tst/winfsp-tests/eventlog-test.c +++ b/tst/winfsp-tests/eventlog-test.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/exec-test.c b/tst/winfsp-tests/exec-test.c index 9c21c3f9..c2b656f9 100644 --- a/tst/winfsp-tests/exec-test.c +++ b/tst/winfsp-tests/exec-test.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/flush-test.c b/tst/winfsp-tests/flush-test.c index f81b88b4..29382114 100644 --- a/tst/winfsp-tests/flush-test.c +++ b/tst/winfsp-tests/flush-test.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/fuse-opt-test.c b/tst/winfsp-tests/fuse-opt-test.c index 04149d09..ac40a0a6 100644 --- a/tst/winfsp-tests/fuse-opt-test.c +++ b/tst/winfsp-tests/fuse-opt-test.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/fuse-test.c b/tst/winfsp-tests/fuse-test.c index 272a39b8..8fb6b88e 100644 --- a/tst/winfsp-tests/fuse-test.c +++ b/tst/winfsp-tests/fuse-test.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/helper/winfsp-tests-helper.c b/tst/winfsp-tests/helper/winfsp-tests-helper.c index 6e27567a..472b18cd 100644 --- a/tst/winfsp-tests/helper/winfsp-tests-helper.c +++ b/tst/winfsp-tests/helper/winfsp-tests-helper.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/hooks.c b/tst/winfsp-tests/hooks.c index 8bfcdc41..163238eb 100644 --- a/tst/winfsp-tests/hooks.c +++ b/tst/winfsp-tests/hooks.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #define WINFSP_TESTS_NO_HOOKS diff --git a/tst/winfsp-tests/info-test.c b/tst/winfsp-tests/info-test.c index 05ab07de..134b2189 100644 --- a/tst/winfsp-tests/info-test.c +++ b/tst/winfsp-tests/info-test.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/launch-test.c b/tst/winfsp-tests/launch-test.c index 7a66b018..2ae60b33 100644 --- a/tst/winfsp-tests/launch-test.c +++ b/tst/winfsp-tests/launch-test.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/lock-test.c b/tst/winfsp-tests/lock-test.c index bb75734c..74a5b6dc 100644 --- a/tst/winfsp-tests/lock-test.c +++ b/tst/winfsp-tests/lock-test.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/memfs-test.c b/tst/winfsp-tests/memfs-test.c index 90f23913..061a7d66 100644 --- a/tst/winfsp-tests/memfs-test.c +++ b/tst/winfsp-tests/memfs-test.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/mount-test.c b/tst/winfsp-tests/mount-test.c index d3d059a1..bffec34a 100644 --- a/tst/winfsp-tests/mount-test.c +++ b/tst/winfsp-tests/mount-test.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/oplock-test.c b/tst/winfsp-tests/oplock-test.c index b0a5b7ae..4bcc7be9 100644 --- a/tst/winfsp-tests/oplock-test.c +++ b/tst/winfsp-tests/oplock-test.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/path-test.c b/tst/winfsp-tests/path-test.c index ad299d70..74d76e19 100644 --- a/tst/winfsp-tests/path-test.c +++ b/tst/winfsp-tests/path-test.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/posix-test.c b/tst/winfsp-tests/posix-test.c index fd4bfea4..872c2e32 100644 --- a/tst/winfsp-tests/posix-test.c +++ b/tst/winfsp-tests/posix-test.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/rdwr-test.c b/tst/winfsp-tests/rdwr-test.c index 13c973ad..720c177c 100644 --- a/tst/winfsp-tests/rdwr-test.c +++ b/tst/winfsp-tests/rdwr-test.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/reparse-test.c b/tst/winfsp-tests/reparse-test.c index 50b195ec..5ec2113a 100644 --- a/tst/winfsp-tests/reparse-test.c +++ b/tst/winfsp-tests/reparse-test.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/resilient.c b/tst/winfsp-tests/resilient.c index 1371c912..a44419ea 100644 --- a/tst/winfsp-tests/resilient.c +++ b/tst/winfsp-tests/resilient.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/security-test.c b/tst/winfsp-tests/security-test.c index 6d3c344a..fb3a29ae 100644 --- a/tst/winfsp-tests/security-test.c +++ b/tst/winfsp-tests/security-test.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/stream-tests.c b/tst/winfsp-tests/stream-tests.c index a2f85661..876df160 100644 --- a/tst/winfsp-tests/stream-tests.c +++ b/tst/winfsp-tests/stream-tests.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/timeout-test.c b/tst/winfsp-tests/timeout-test.c index f6d811c1..15981063 100644 --- a/tst/winfsp-tests/timeout-test.c +++ b/tst/winfsp-tests/timeout-test.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/version-test.c b/tst/winfsp-tests/version-test.c index d06e224c..4117bf71 100644 --- a/tst/winfsp-tests/version-test.c +++ b/tst/winfsp-tests/version-test.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/winfsp-tests.c b/tst/winfsp-tests/winfsp-tests.c index d1547878..cbbd1e8e 100644 --- a/tst/winfsp-tests/winfsp-tests.c +++ b/tst/winfsp-tests/winfsp-tests.c @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include diff --git a/tst/winfsp-tests/winfsp-tests.h b/tst/winfsp-tests/winfsp-tests.h index 16425ab2..2965165a 100644 --- a/tst/winfsp-tests/winfsp-tests.h +++ b/tst/winfsp-tests/winfsp-tests.h @@ -10,9 +10,13 @@ * General Public License version 3 as published by the Free Software * Foundation. * - * Licensees holding a valid commercial license may use this file in - * accordance with the commercial license agreement provided with the - * software. + * Licensees holding a valid commercial license may use this software + * in accordance with the commercial license agreement provided in + * conjunction with the software. The terms and conditions of any such + * commercial license agreement shall govern, supersede, and render + * ineffective any application of the GPLv3 license to this software, + * notwithstanding of any reference thereto in the software or + * associated repository. */ #include