[ACLAYERS][ACGENRAL] Update license headers + include cleanup.
authorMark Jansen <mark.jansen@reactos.org>
Fri, 8 Sep 2017 20:29:16 +0000 (20:29 +0000)
committerMark Jansen <mark.jansen@reactos.org>
Fri, 8 Sep 2017 20:29:16 +0000 (20:29 +0000)
svn path=/trunk/; revision=75801

reactos/dll/appcompat/shims/genral/ignoredbgout.c
reactos/dll/appcompat/shims/genral/main.c
reactos/dll/appcompat/shims/genral/themes.c
reactos/dll/appcompat/shims/layer/dispmode.c
reactos/dll/appcompat/shims/layer/main.c
reactos/dll/appcompat/shims/layer/versionlie.c
reactos/dll/appcompat/shims/layer/versionlie.inl
reactos/dll/appcompat/shims/layer/vmhorizon.c

index 40d5299..3fe24c6 100644 (file)
@@ -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 <windows.h>
+#define WIN32_NO_STATUS
+#include <windef.h>
+#include <winbase.h>
 #include <shimlib.h>
 #include <strsafe.h>
 
index 37bd125..b456744 100644 (file)
@@ -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 <windows.h>
+#define WIN32_NO_STATUS
+#include <windef.h>
+#include <winbase.h>
 #include <strsafe.h>
 #include <shimlib.h>
 
index ebce50e..268288a 100644 (file)
@@ -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 <windows.h>
+#define WIN32_NO_STATUS
+#include <windef.h>
+#include <winbase.h>
+#include <winuser.h>
+#include <wingdi.h>
 #include <shimlib.h>
 #include <strsafe.h>
 #include <uxtheme.h>
index 64e2250..08d7657 100644 (file)
@@ -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 <windows.h>
+#define WIN32_NO_STATUS
+#include <windef.h>
+#include <winbase.h>
+#include <wingdi.h>
+#include <winuser.h>
 #include <shimlib.h>
-#include <strsafe.h>
 
 
 #define SHIM_NS         Force8BitColor
index cfdad2b..79e2f8f 100644 (file)
@@ -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 <windows.h>
+#define WIN32_NO_STATUS
+#include <windef.h>
+#include <winbase.h>
 #include <strsafe.h>
 #include <shimlib.h>
 
index 445e424..704a8b8 100644 (file)
@@ -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 <windows.h>
+#define WIN32_NO_STATUS
+#include <windef.h>
+#include <winbase.h>
 #include <shimlib.h>
 #include <strsafe.h>
 
index 8e153f7..2b3576b 100644 (file)
@@ -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 <setup_shim.inl>
 
 DWORD WINAPI SHIM_OBJ_NAME(APIHook_GetVersion)()
index 0330a2f..076d526 100644 (file)
@@ -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 <windows.h>
+#include <windef.h>
+#include <winbase.h>
 #include <shimlib.h>
 #include "ntndk.h"