put quick info statement at top of elm header
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 2 Jan 2012 11:06:32 +0000 (11:06 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 2 Jan 2012 11:06:32 +0000 (11:06 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66741 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Elementary.h.in

index a4ae4cf..721c6de 100644 (file)
@@ -1,6 +1,8 @@
-/**
- * @file Elementary.h
- * @brief Elementary Widget Library
+/* This is the primary Elementary header file that includes all other useful
+ * headers.
+ * 
+ * Elementary is distrubted under the LGPLv2 license. Please see the COPYING
+ * file that was distributed with this source.
  */
 #ifndef ELEMENTARY_H
 #define ELEMENTARY_H
@@ -143,7 +145,7 @@ typedef struct _Elm_Version
    int revision;
 } Elm_Version;
 
-EAPI extern Elm_Version * elm_version;
+EAPI extern Elm_Version *elm_version;
 
 /* include these first for general used definitions */
 #include <elm_general.h>