[ros-diffs] [gedmurphy] 27166: these files should have headers
gedmurphy at svn.reactos.org
gedmurphy at svn.reactos.org
Tue Jun 12 22:56:01 CEST 2007
Author: gedmurphy
Date: Wed Jun 13 00:56:01 2007
New Revision: 27166
URL: http://svn.reactos.org/svn/reactos?rev=27166&view=rev
Log:
these files should have headers
Modified:
trunk/reactos/base/applications/charmap/about.c
trunk/reactos/base/applications/charmap/charmap.c
trunk/reactos/base/applications/charmap/lrgcell.c
trunk/reactos/base/applications/charmap/map.c
Modified: trunk/reactos/base/applications/charmap/about.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/charmap/about.c?rev=27166&r1=27165&r2=27166&view=diff
==============================================================================
--- trunk/reactos/base/applications/charmap/about.c (original)
+++ trunk/reactos/base/applications/charmap/about.c Wed Jun 13 00:56:01 2007
@@ -1,3 +1,13 @@
+/*
+ * PROJECT: ReactOS Character Map
+ * LICENSE: GPL - See COPYING in the top level directory
+ * FILE: base/applications/charmap/about.c
+ * PURPOSE: about dialog
+ * COPYRIGHT: Copyright 2007 Ged Murphy <gedmurphy at reactos.org>
+ *
+ */
+
+
#include <precomp.h>
Modified: trunk/reactos/base/applications/charmap/charmap.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/charmap/charmap.c?rev=27166&r1=27165&r2=27166&view=diff
==============================================================================
--- trunk/reactos/base/applications/charmap/charmap.c (original)
+++ trunk/reactos/base/applications/charmap/charmap.c Wed Jun 13 00:56:01 2007
@@ -1,3 +1,12 @@
+/*
+ * PROJECT: ReactOS Character Map
+ * LICENSE: GPL - See COPYING in the top level directory
+ * FILE: base/applications/charmap/charmap.c
+ * PURPOSE: main dialog implementation
+ * COPYRIGHT: Copyright 2007 Ged Murphy <gedmurphy at reactos.org>
+ *
+ */
+
#include <precomp.h>
#define ID_ABOUT 0x1
Modified: trunk/reactos/base/applications/charmap/lrgcell.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/charmap/lrgcell.c?rev=27166&r1=27165&r2=27166&view=diff
==============================================================================
--- trunk/reactos/base/applications/charmap/lrgcell.c (original)
+++ trunk/reactos/base/applications/charmap/lrgcell.c Wed Jun 13 00:56:01 2007
@@ -1,3 +1,12 @@
+/*
+ * PROJECT: ReactOS Character Map
+ * LICENSE: GPL - See COPYING in the top level directory
+ * FILE: base/applications/charmap/lrgcell.c
+ * PURPOSE: large cell window implementation
+ * COPYRIGHT: Copyright 2007 Ged Murphy <gedmurphy at reactos.org>
+ *
+ */
+
#include <precomp.h>
Modified: trunk/reactos/base/applications/charmap/map.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/charmap/map.c?rev=27166&r1=27165&r2=27166&view=diff
==============================================================================
--- trunk/reactos/base/applications/charmap/map.c (original)
+++ trunk/reactos/base/applications/charmap/map.c Wed Jun 13 00:56:01 2007
@@ -1,3 +1,12 @@
+/*
+ * PROJECT: ReactOS Character Map
+ * LICENSE: GPL - See COPYING in the top level directory
+ * FILE: base/applications/charmap/map.c
+ * PURPOSE: class implementation for painting glyph region
+ * COPYRIGHT: Copyright 2007 Ged Murphy <gedmurphy at reactos.org>
+ *
+ */
+
#include <precomp.h>
static const TCHAR szMapWndClass[] = TEXT("FontMapWnd");
More information about the Ros-diffs
mailing list