From: Mark Jansen Date: Fri, 8 Sep 2017 20:29:16 +0000 (+0000) Subject: [ACLAYERS][ACGENRAL] Update license headers + include cleanup. X-Git-Tag: backups/GSoC_2017/rapps@75905~4^2~6 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=cd21e2fbdaeaeae564d9a6966b48dac85bb752c6 [ACLAYERS][ACGENRAL] Update license headers + include cleanup. svn path=/trunk/; revision=75801 --- diff --git a/reactos/dll/appcompat/shims/genral/ignoredbgout.c b/reactos/dll/appcompat/shims/genral/ignoredbgout.c index 40d5299dee4..3fe24c6a9ed 100644 --- a/reactos/dll/appcompat/shims/genral/ignoredbgout.c +++ b/reactos/dll/appcompat/shims/genral/ignoredbgout.c @@ -1,12 +1,13 @@ /* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS Shim library - * FILE: dll/appcompat/shims/genral/ignoredbgout.c - * PURPOSE: Ignore debug output shim - * PROGRAMMER: Mark Jansen + * PROJECT: ReactOS 'General' Shim library + * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) + * PURPOSE: Ignore debug output shim + * COPYRIGHT: Copyright 2017 Mark Jansen (mark.jansen@reactos.org) */ -#include +#define WIN32_NO_STATUS +#include +#include #include #include diff --git a/reactos/dll/appcompat/shims/genral/main.c b/reactos/dll/appcompat/shims/genral/main.c index 37bd1251592..b456744345a 100644 --- a/reactos/dll/appcompat/shims/genral/main.c +++ b/reactos/dll/appcompat/shims/genral/main.c @@ -1,12 +1,13 @@ /* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS Shim library - * FILE: dll/appcompat/shims/genral/main.c - * PURPOSE: Shim entrypoint - * PROGRAMMER: Mark Jansen + * PROJECT: ReactOS 'General' Shim library + * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) + * PURPOSE: Shim entrypoint + * COPYRIGHT: Copyright 2016,2017 Mark Jansen (mark.jansen@reactos.org) */ -#include +#define WIN32_NO_STATUS +#include +#include #include #include diff --git a/reactos/dll/appcompat/shims/genral/themes.c b/reactos/dll/appcompat/shims/genral/themes.c index ebce50e1376..268288a5cda 100644 --- a/reactos/dll/appcompat/shims/genral/themes.c +++ b/reactos/dll/appcompat/shims/genral/themes.c @@ -1,12 +1,15 @@ /* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS Shim library - * FILE: dll/appcompat/shims/genral/themes.c - * PURPOSE: Theme related shims - * PROGRAMMER: Mark Jansen (mark.jansen@reactos.org) + * PROJECT: ReactOS 'General' Shim library + * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) + * PURPOSE: Theme related shims + * COPYRIGHT: Copyright 2016,2017 Mark Jansen (mark.jansen@reactos.org) */ -#include +#define WIN32_NO_STATUS +#include +#include +#include +#include #include #include #include diff --git a/reactos/dll/appcompat/shims/layer/dispmode.c b/reactos/dll/appcompat/shims/layer/dispmode.c index 64e22509dd2..08d76572723 100644 --- a/reactos/dll/appcompat/shims/layer/dispmode.c +++ b/reactos/dll/appcompat/shims/layer/dispmode.c @@ -1,14 +1,16 @@ /* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS Shim library - * FILE: dll/appcompat/shims/layer/dispmode.c - * PURPOSE: Display settings related shims - * PROGRAMMER: Mark Jansen + * PROJECT: ReactOS 'Layers' Shim library + * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) + * PURPOSE: Display settings related shims + * COPYRIGHT: Copyright 2016,2017 Mark Jansen (mark.jansen@reactos.org) */ -#include +#define WIN32_NO_STATUS +#include +#include +#include +#include #include -#include #define SHIM_NS Force8BitColor diff --git a/reactos/dll/appcompat/shims/layer/main.c b/reactos/dll/appcompat/shims/layer/main.c index cfdad2b2c1c..79e2f8f9515 100644 --- a/reactos/dll/appcompat/shims/layer/main.c +++ b/reactos/dll/appcompat/shims/layer/main.c @@ -1,12 +1,13 @@ /* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS Shim library - * FILE: dll/appcompat/shims/layer/main.c - * PURPOSE: Shim entrypoint - * PROGRAMMER: Mark Jansen + * PROJECT: ReactOS 'Layers' Shim library + * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) + * PURPOSE: Shim entrypoint + * COPYRIGHT: Copyright 2016,2017 Mark Jansen (mark.jansen@reactos.org) */ -#include +#define WIN32_NO_STATUS +#include +#include #include #include diff --git a/reactos/dll/appcompat/shims/layer/versionlie.c b/reactos/dll/appcompat/shims/layer/versionlie.c index 445e424d429..704a8b8da18 100644 --- a/reactos/dll/appcompat/shims/layer/versionlie.c +++ b/reactos/dll/appcompat/shims/layer/versionlie.c @@ -1,12 +1,13 @@ /* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS Shim library - * FILE: dll/appcompat/shims/layer/versionlie.c - * PURPOSE: Version lie shims - * PROGRAMMER: Mark Jansen + * PROJECT: ReactOS 'Layers' Shim library + * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) + * PURPOSE: Version lie shims + * COPYRIGHT: Copyright 2016,2017 Mark Jansen (mark.jansen@reactos.org) */ -#include +#define WIN32_NO_STATUS +#include +#include #include #include diff --git a/reactos/dll/appcompat/shims/layer/versionlie.inl b/reactos/dll/appcompat/shims/layer/versionlie.inl index 8e153f7a6f9..2b3576b398a 100644 --- a/reactos/dll/appcompat/shims/layer/versionlie.inl +++ b/reactos/dll/appcompat/shims/layer/versionlie.inl @@ -1,12 +1,10 @@ /* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS Shim library - * FILE: dll/appcompat/shims/layer/versionlie.inl - * PURPOSE: Version lie implementation helper - * PROGRAMMER: Mark Jansen + * PROJECT: ReactOS 'Layers' Shim library + * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) + * PURPOSE: Version lie implementation helper + * COPYRIGHT: Copyright 2016,2017 Mark Jansen (mark.jansen@reactos.org) */ - #include DWORD WINAPI SHIM_OBJ_NAME(APIHook_GetVersion)() diff --git a/reactos/dll/appcompat/shims/layer/vmhorizon.c b/reactos/dll/appcompat/shims/layer/vmhorizon.c index 0330a2f32f7..076d5262d2b 100644 --- a/reactos/dll/appcompat/shims/layer/vmhorizon.c +++ b/reactos/dll/appcompat/shims/layer/vmhorizon.c @@ -1,14 +1,14 @@ /* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS Shim library - * FILE: dll/appcompat/shims/layer/vmhorizon.c - * PURPOSE: Shim for VMWare Horizon setup - * PROGRAMMER: Thomas Faber (thomas.faber@reactos.org) - * Mark Jansen (mark.jansen@reactos.org) + * PROJECT: ReactOS 'Layers' Shim library + * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) + * PURPOSE: Shim for VMWare Horizon setup + * COPYRIGHT: Copyright 2017 Thomas Faber (thomas.faber@reactos.org) + * Copyright 2017 Mark Jansen (mark.jansen@reactos.org) */ #define WIN32_NO_STATUS -#include +#include +#include #include #include "ntndk.h"