[ROSTESTS]: Update the code file header.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 14 Aug 2016 19:12:30 +0000 (19:12 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 14 Aug 2016 19:12:30 +0000 (19:12 +0000)
svn path=/trunk/; revision=72224

rostests/win32/user32/paintdesktop/PaintDesktop.c

index 014c89d..825075c 100644 (file)
@@ -1,10 +1,14 @@
 /*
- * PaintDesktop.c
+ * PROJECT:         ReactOS Tests
+ * LICENSE:         GPL - See COPYING in the top level directory
+ * FILE:            rostests/win32/user32/paintdesktop/PaintDesktop.c
  *
- * Demonstrates how the user32!PaintDesktop() API visually works.
- * This API paints the desktop inside the given HDC with its origin
- * always fixed to the origin of the monitor on which the window is
- * present.
+ * PURPOSE:         Demonstrates how the user32!PaintDesktop() API visually works.
+ *                  This API paints the desktop inside the given HDC with its
+ *                  origin always fixed to the origin of the monitor on which
+ *                  the window is present.
+ *
+ * PROGRAMMER:      Hermes Belusca-Maito
  */
 
 #define WIN32_LEAN_AND_MEAN