From e8a046bd238a3978c84e3dd652856c2c731ed59b Mon Sep 17 00:00:00 2001 From: raster Date: Mon, 2 Jan 2012 11:06:32 +0000 Subject: [PATCH] put quick info statement at top of elm header git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66741 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Elementary.h.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index a4ae4cf..721c6de 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -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 -- 2.7.4