Author: mjansen
Date: Fri Sep  8 20:29:16 2017
New Revision: 75801

URL: http://svn.reactos.org/svn/reactos?rev=75801&view=rev
Log:
[ACLAYERS][ACGENRAL] Update license headers + include cleanup.

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

Modified: trunk/reactos/dll/appcompat/shims/genral/ignoredbgout.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/appcompat/shims/genral/ignoredbgout.c?rev=75801&r1=75800&r2=75801&view=diff
==============================================================================
--- trunk/reactos/dll/appcompat/shims/genral/ignoredbgout.c     [iso-8859-1] 
(original)
+++ trunk/reactos/dll/appcompat/shims/genral/ignoredbgout.c     [iso-8859-1] 
Fri Sep  8 20:29:16 2017
@@ -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.jan...@reactos.org)
  */
 
-#include <windows.h>
+#define WIN32_NO_STATUS
+#include <windef.h>
+#include <winbase.h>
 #include <shimlib.h>
 #include <strsafe.h>
 

Modified: trunk/reactos/dll/appcompat/shims/genral/main.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/appcompat/shims/genral/main.c?rev=75801&r1=75800&r2=75801&view=diff
==============================================================================
--- trunk/reactos/dll/appcompat/shims/genral/main.c     [iso-8859-1] (original)
+++ trunk/reactos/dll/appcompat/shims/genral/main.c     [iso-8859-1] Fri Sep  8 
20:29:16 2017
@@ -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.jan...@reactos.org)
  */
 
-#include <windows.h>
+#define WIN32_NO_STATUS
+#include <windef.h>
+#include <winbase.h>
 #include <strsafe.h>
 #include <shimlib.h>
 

Modified: trunk/reactos/dll/appcompat/shims/genral/themes.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/appcompat/shims/genral/themes.c?rev=75801&r1=75800&r2=75801&view=diff
==============================================================================
--- trunk/reactos/dll/appcompat/shims/genral/themes.c   [iso-8859-1] (original)
+++ trunk/reactos/dll/appcompat/shims/genral/themes.c   [iso-8859-1] Fri Sep  8 
20:29:16 2017
@@ -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.jan...@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.jan...@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>

Modified: trunk/reactos/dll/appcompat/shims/layer/dispmode.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/appcompat/shims/layer/dispmode.c?rev=75801&r1=75800&r2=75801&view=diff
==============================================================================
--- trunk/reactos/dll/appcompat/shims/layer/dispmode.c  [iso-8859-1] (original)
+++ trunk/reactos/dll/appcompat/shims/layer/dispmode.c  [iso-8859-1] Fri Sep  8 
20:29:16 2017
@@ -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.jan...@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

Modified: trunk/reactos/dll/appcompat/shims/layer/main.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/appcompat/shims/layer/main.c?rev=75801&r1=75800&r2=75801&view=diff
==============================================================================
--- trunk/reactos/dll/appcompat/shims/layer/main.c      [iso-8859-1] (original)
+++ trunk/reactos/dll/appcompat/shims/layer/main.c      [iso-8859-1] Fri Sep  8 
20:29:16 2017
@@ -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.jan...@reactos.org)
  */
 
-#include <windows.h>
+#define WIN32_NO_STATUS
+#include <windef.h>
+#include <winbase.h>
 #include <strsafe.h>
 #include <shimlib.h>
 

Modified: trunk/reactos/dll/appcompat/shims/layer/versionlie.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/appcompat/shims/layer/versionlie.c?rev=75801&r1=75800&r2=75801&view=diff
==============================================================================
--- trunk/reactos/dll/appcompat/shims/layer/versionlie.c        [iso-8859-1] 
(original)
+++ trunk/reactos/dll/appcompat/shims/layer/versionlie.c        [iso-8859-1] 
Fri Sep  8 20:29:16 2017
@@ -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.jan...@reactos.org)
  */
 
-#include <windows.h>
+#define WIN32_NO_STATUS
+#include <windef.h>
+#include <winbase.h>
 #include <shimlib.h>
 #include <strsafe.h>
 

Modified: trunk/reactos/dll/appcompat/shims/layer/versionlie.inl
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/appcompat/shims/layer/versionlie.inl?rev=75801&r1=75800&r2=75801&view=diff
==============================================================================
--- trunk/reactos/dll/appcompat/shims/layer/versionlie.inl      [iso-8859-1] 
(original)
+++ trunk/reactos/dll/appcompat/shims/layer/versionlie.inl      [iso-8859-1] 
Fri Sep  8 20:29:16 2017
@@ -1,11 +1,9 @@
 /*
- * 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.jan...@reactos.org)
  */
-
 
 #include <setup_shim.inl>
 

Modified: trunk/reactos/dll/appcompat/shims/layer/vmhorizon.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/appcompat/shims/layer/vmhorizon.c?rev=75801&r1=75800&r2=75801&view=diff
==============================================================================
--- trunk/reactos/dll/appcompat/shims/layer/vmhorizon.c [iso-8859-1] (original)
+++ trunk/reactos/dll/appcompat/shims/layer/vmhorizon.c [iso-8859-1] Fri Sep  8 
20:29:16 2017
@@ -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.fa...@reactos.org)
- *                  Mark Jansen (mark.jan...@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.fa...@reactos.org)
+ *              Copyright 2017 Mark Jansen (mark.jan...@reactos.org)
  */
 
 #define WIN32_NO_STATUS
-#include <windows.h>
+#include <windef.h>
+#include <winbase.h>
 #include <shimlib.h>
 #include "ntndk.h"
 


Reply via email to