From bd952253fb87a514bfd5ad3a67710c16624072d0 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Tue, 11 Oct 2016 11:39:17 -0700 Subject: [PATCH] cosmetic fix --- build/VStudio/installer/CustomActions/CustomActions.cpp | 1 - inc/fuse/fuse.h | 1 - inc/fuse/fuse_common.h | 1 - inc/fuse/fuse_opt.h | 1 - inc/fuse/winfsp_fuse.h | 1 - inc/winfsp/fsctl.h | 1 - inc/winfsp/winfsp.h | 1 - opt/cygfuse/cygfuse.c | 1 - src/dll/debug.c | 1 - src/dll/eventlog.c | 1 - src/dll/fs.c | 1 - src/dll/fsctl.c | 1 - src/dll/fsop.c | 1 - src/dll/fuse/fuse.c | 1 - src/dll/fuse/fuse_intf.c | 1 - src/dll/fuse/fuse_main.c | 1 - src/dll/fuse/fuse_opt.c | 1 - src/dll/fuse/library.h | 1 - src/dll/library.c | 1 - src/dll/library.h | 1 - src/dll/np.c | 1 - src/dll/ntstatus.c | 1 - src/dll/path.c | 1 - src/dll/posix.c | 1 - src/dll/security.c | 1 - src/dll/service.c | 1 - src/dll/util.c | 1 - src/launcher/launchctl.c | 1 - src/launcher/launcher.c | 1 - src/launcher/launcher.h | 1 - src/shared/minimal.h | 1 - src/sys/callbacks.c | 1 - src/sys/cleanup.c | 1 - src/sys/close.c | 1 - src/sys/create.c | 1 - src/sys/debug.c | 1 - src/sys/devctl.c | 1 - src/sys/device.c | 1 - src/sys/dirctl.c | 1 - src/sys/driver.c | 1 - src/sys/driver.h | 1 - src/sys/ea.c | 1 - src/sys/file.c | 1 - src/sys/fileinfo.c | 1 - src/sys/flush.c | 1 - src/sys/fsctl.c | 1 - src/sys/iop.c | 1 - src/sys/ioq.c | 1 - src/sys/lockctl.c | 1 - src/sys/meta.c | 1 - src/sys/read.c | 1 - src/sys/security.c | 1 - src/sys/shutdown.c | 1 - src/sys/util.c | 1 - src/sys/volinfo.c | 1 - src/sys/volume.c | 1 - src/sys/wq.c | 1 - src/sys/write.c | 1 - tst/memfs/memfs-main-old.c | 1 - tst/memfs/memfs-main.c | 1 - tst/memfs/memfs.cpp | 1 - tst/memfs/memfs.h | 1 - 62 files changed, 62 deletions(-) diff --git a/build/VStudio/installer/CustomActions/CustomActions.cpp b/build/VStudio/installer/CustomActions/CustomActions.cpp index b4196e76..35040791 100644 --- a/build/VStudio/installer/CustomActions/CustomActions.cpp +++ b/build/VStudio/installer/CustomActions/CustomActions.cpp @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/inc/fuse/fuse.h b/inc/fuse/fuse.h index 1a05d0df..7d5624c1 100644 --- a/inc/fuse/fuse.h +++ b/inc/fuse/fuse.h @@ -14,7 +14,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/inc/fuse/fuse_common.h b/inc/fuse/fuse_common.h index d5522c8a..309976d3 100644 --- a/inc/fuse/fuse_common.h +++ b/inc/fuse/fuse_common.h @@ -14,7 +14,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/inc/fuse/fuse_opt.h b/inc/fuse/fuse_opt.h index 7a9275bc..035eb8b5 100644 --- a/inc/fuse/fuse_opt.h +++ b/inc/fuse/fuse_opt.h @@ -14,7 +14,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/inc/fuse/winfsp_fuse.h b/inc/fuse/winfsp_fuse.h index 4bd0feeb..debcd139 100644 --- a/inc/fuse/winfsp_fuse.h +++ b/inc/fuse/winfsp_fuse.h @@ -10,7 +10,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/inc/winfsp/fsctl.h b/inc/winfsp/fsctl.h index 700347d2..a418bfaa 100644 --- a/inc/winfsp/fsctl.h +++ b/inc/winfsp/fsctl.h @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/inc/winfsp/winfsp.h b/inc/winfsp/winfsp.h index 0ecb6b96..31235276 100644 --- a/inc/winfsp/winfsp.h +++ b/inc/winfsp/winfsp.h @@ -13,7 +13,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/opt/cygfuse/cygfuse.c b/opt/cygfuse/cygfuse.c index e3c3ee0c..12142c9e 100644 --- a/opt/cygfuse/cygfuse.c +++ b/opt/cygfuse/cygfuse.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/dll/debug.c b/src/dll/debug.c index 055b769d..1a5b63fc 100644 --- a/src/dll/debug.c +++ b/src/dll/debug.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/dll/eventlog.c b/src/dll/eventlog.c index 8545ac76..a071d102 100644 --- a/src/dll/eventlog.c +++ b/src/dll/eventlog.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/dll/fs.c b/src/dll/fs.c index 714f46ae..e7a5316a 100644 --- a/src/dll/fs.c +++ b/src/dll/fs.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/dll/fsctl.c b/src/dll/fsctl.c index 586f586d..f8c6f341 100644 --- a/src/dll/fsctl.c +++ b/src/dll/fsctl.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/dll/fsop.c b/src/dll/fsop.c index c4185c00..6e988e13 100644 --- a/src/dll/fsop.c +++ b/src/dll/fsop.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/dll/fuse/fuse.c b/src/dll/fuse/fuse.c index 83db34aa..84de2836 100644 --- a/src/dll/fuse/fuse.c +++ b/src/dll/fuse/fuse.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/dll/fuse/fuse_intf.c b/src/dll/fuse/fuse_intf.c index 1796d9ee..8b04abe9 100644 --- a/src/dll/fuse/fuse_intf.c +++ b/src/dll/fuse/fuse_intf.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/dll/fuse/fuse_main.c b/src/dll/fuse/fuse_main.c index a669e515..223635ff 100644 --- a/src/dll/fuse/fuse_main.c +++ b/src/dll/fuse/fuse_main.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/dll/fuse/fuse_opt.c b/src/dll/fuse/fuse_opt.c index 92bca38a..c65c914d 100644 --- a/src/dll/fuse/fuse_opt.c +++ b/src/dll/fuse/fuse_opt.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/dll/fuse/library.h b/src/dll/fuse/library.h index fbe47ae3..ff6ff3de 100644 --- a/src/dll/fuse/library.h +++ b/src/dll/fuse/library.h @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/dll/library.c b/src/dll/library.c index f239e4c2..2329316d 100644 --- a/src/dll/library.c +++ b/src/dll/library.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/dll/library.h b/src/dll/library.h index a975bff4..bab577a1 100644 --- a/src/dll/library.h +++ b/src/dll/library.h @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/dll/np.c b/src/dll/np.c index bd0f47dc..c08b8535 100644 --- a/src/dll/np.c +++ b/src/dll/np.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/dll/ntstatus.c b/src/dll/ntstatus.c index 1d0c6774..37165fab 100644 --- a/src/dll/ntstatus.c +++ b/src/dll/ntstatus.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/dll/path.c b/src/dll/path.c index 6823bd2c..1b302a3f 100644 --- a/src/dll/path.c +++ b/src/dll/path.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/dll/posix.c b/src/dll/posix.c index ac3c772a..f7e808da 100644 --- a/src/dll/posix.c +++ b/src/dll/posix.c @@ -22,7 +22,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/dll/security.c b/src/dll/security.c index 983a7761..0498410f 100644 --- a/src/dll/security.c +++ b/src/dll/security.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/dll/service.c b/src/dll/service.c index 99c14f20..57a8fc96 100644 --- a/src/dll/service.c +++ b/src/dll/service.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/dll/util.c b/src/dll/util.c index 2873c184..a767d309 100644 --- a/src/dll/util.c +++ b/src/dll/util.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/launcher/launchctl.c b/src/launcher/launchctl.c index bd652e72..ad74375a 100644 --- a/src/launcher/launchctl.c +++ b/src/launcher/launchctl.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/launcher/launcher.c b/src/launcher/launcher.c index 8b2b6dce..6de0c4d3 100644 --- a/src/launcher/launcher.c +++ b/src/launcher/launcher.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/launcher/launcher.h b/src/launcher/launcher.h index a4a833a3..8ef91e92 100644 --- a/src/launcher/launcher.h +++ b/src/launcher/launcher.h @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/shared/minimal.h b/src/shared/minimal.h index 6ee18ecb..a0fddd52 100644 --- a/src/shared/minimal.h +++ b/src/shared/minimal.h @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/callbacks.c b/src/sys/callbacks.c index 2f5c485d..ff31046a 100644 --- a/src/sys/callbacks.c +++ b/src/sys/callbacks.c @@ -10,7 +10,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/cleanup.c b/src/sys/cleanup.c index 0f5959e6..ea62a606 100644 --- a/src/sys/cleanup.c +++ b/src/sys/cleanup.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/close.c b/src/sys/close.c index 5af6c408..0382c168 100644 --- a/src/sys/close.c +++ b/src/sys/close.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/create.c b/src/sys/create.c index b2e5d224..92f0776a 100644 --- a/src/sys/create.c +++ b/src/sys/create.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/debug.c b/src/sys/debug.c index d5f18510..09f10791 100644 --- a/src/sys/debug.c +++ b/src/sys/debug.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/devctl.c b/src/sys/devctl.c index 520129b9..0c96ed9c 100644 --- a/src/sys/devctl.c +++ b/src/sys/devctl.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/device.c b/src/sys/device.c index d720e146..13540f06 100644 --- a/src/sys/device.c +++ b/src/sys/device.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/dirctl.c b/src/sys/dirctl.c index 1265262f..d0d9f5c0 100644 --- a/src/sys/dirctl.c +++ b/src/sys/dirctl.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/driver.c b/src/sys/driver.c index bb133d9f..c046bb30 100644 --- a/src/sys/driver.c +++ b/src/sys/driver.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/driver.h b/src/sys/driver.h index a52a94d2..69d8b3a1 100644 --- a/src/sys/driver.h +++ b/src/sys/driver.h @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/ea.c b/src/sys/ea.c index b102a8b9..82a9ca8d 100644 --- a/src/sys/ea.c +++ b/src/sys/ea.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/file.c b/src/sys/file.c index 9af729ac..1c8980ac 100644 --- a/src/sys/file.c +++ b/src/sys/file.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/fileinfo.c b/src/sys/fileinfo.c index 71ff8c46..f9e07380 100644 --- a/src/sys/fileinfo.c +++ b/src/sys/fileinfo.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/flush.c b/src/sys/flush.c index d7f9402e..858f27ca 100644 --- a/src/sys/flush.c +++ b/src/sys/flush.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/fsctl.c b/src/sys/fsctl.c index cb709790..2b12c704 100644 --- a/src/sys/fsctl.c +++ b/src/sys/fsctl.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/iop.c b/src/sys/iop.c index e3735220..5cc0a5a1 100644 --- a/src/sys/iop.c +++ b/src/sys/iop.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/ioq.c b/src/sys/ioq.c index bc7627b0..2efa8f91 100644 --- a/src/sys/ioq.c +++ b/src/sys/ioq.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/lockctl.c b/src/sys/lockctl.c index b18bbdd4..aa927c0c 100644 --- a/src/sys/lockctl.c +++ b/src/sys/lockctl.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/meta.c b/src/sys/meta.c index 2d391a69..340645cf 100644 --- a/src/sys/meta.c +++ b/src/sys/meta.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/read.c b/src/sys/read.c index 313e0327..1fd42ce1 100644 --- a/src/sys/read.c +++ b/src/sys/read.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/security.c b/src/sys/security.c index 00015040..09ab3ace 100644 --- a/src/sys/security.c +++ b/src/sys/security.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/shutdown.c b/src/sys/shutdown.c index 86281c9f..306b4e2d 100644 --- a/src/sys/shutdown.c +++ b/src/sys/shutdown.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/util.c b/src/sys/util.c index ee298081..13735892 100644 --- a/src/sys/util.c +++ b/src/sys/util.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/volinfo.c b/src/sys/volinfo.c index a49e7ea9..bf8d3be7 100644 --- a/src/sys/volinfo.c +++ b/src/sys/volinfo.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/volume.c b/src/sys/volume.c index 1a14eb4f..bbed0538 100644 --- a/src/sys/volume.c +++ b/src/sys/volume.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/wq.c b/src/sys/wq.c index d84466a8..ac82ae3f 100644 --- a/src/sys/wq.c +++ b/src/sys/wq.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/src/sys/write.c b/src/sys/write.c index 6e9f5080..cda6f68a 100644 --- a/src/sys/write.c +++ b/src/sys/write.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/tst/memfs/memfs-main-old.c b/tst/memfs/memfs-main-old.c index 6e1de4fa..e533151c 100644 --- a/tst/memfs/memfs-main-old.c +++ b/tst/memfs/memfs-main-old.c @@ -14,7 +14,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/tst/memfs/memfs-main.c b/tst/memfs/memfs-main.c index ed49bd98..5fdcd1c8 100644 --- a/tst/memfs/memfs-main.c +++ b/tst/memfs/memfs-main.c @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/tst/memfs/memfs.cpp b/tst/memfs/memfs.cpp index 6ebc1ef3..67edfcd0 100644 --- a/tst/memfs/memfs.cpp +++ b/tst/memfs/memfs.cpp @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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 diff --git a/tst/memfs/memfs.h b/tst/memfs/memfs.h index 5da4ea42..aceb1eef 100644 --- a/tst/memfs/memfs.h +++ b/tst/memfs/memfs.h @@ -9,7 +9,6 @@ * You can redistribute it and/or modify it under the terms of the GNU * 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