[lasem] build: start single header include (lsm).



commit a82a59cf34cfd6d889b08f4b7fbb447ee2027a25
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Sun Nov 7 19:17:15 2010 +0100

    build: start single header include (lsm).

 src/lsm.h           |    9 ++++++++-
 src/lsmattributes.h |    2 +-
 src/lsmcairo.c      |    3 ++-
 src/lsmcairo.h      |    5 +++--
 src/lsmdebug.c      |   23 +++++++++++++++++++++++
 src/lsmdebug.h      |   23 +++++++++++++++++++++++
 src/lsmstr.c        |    3 ++-
 src/lsmstr.h        |    6 +++---
 src/lsmtraits.c     |   23 +++++++++++++++++++++++
 src/lsmtraits.h     |    7 ++++---
 10 files changed, 92 insertions(+), 12 deletions(-)
---
diff --git a/src/lsm.h b/src/lsm.h
index 64c2405..c6c982c 100644
--- a/src/lsm.h
+++ b/src/lsm.h
@@ -1,4 +1,5 @@
-/*
+/* Lasem - SVG and Mathml library
+ *
  * Copyright © 2009 Emmanuel Pacaud
  *
  * This library is free software; you can redistribute it and/or
@@ -25,4 +26,10 @@
 
 #include <lsmtypes.h>
 
+#include <lsmcairo.h>
+#include <lsmstr.h>
+#include <lsmdebug.h>
+#include <lsmtraits.h>
+#include <lsmattributes.h>
+
 #endif
diff --git a/src/lsmattributes.h b/src/lsmattributes.h
index 0b479a9..4a698fe 100644
--- a/src/lsmattributes.h
+++ b/src/lsmattributes.h
@@ -23,7 +23,7 @@
 #ifndef LSM_ATTRIBUTES_H
 #define LSM_ATTRIBUTES_H
 
-#include <lsm.h>
+#include <lsmtypes.h>
 #include <lsmtraits.h>
 
 G_BEGIN_DECLS
diff --git a/src/lsmcairo.c b/src/lsmcairo.c
index 6d7ac30..3ad34d9 100644
--- a/src/lsmcairo.c
+++ b/src/lsmcairo.c
@@ -1,4 +1,5 @@
-/*
+/* Lasem - SVG and Mathml library
+ *
  * Copyright © 2004 Caleb Moore
  * Copyright © 2010 Emmanuel Pacaud
  *
diff --git a/src/lsmcairo.h b/src/lsmcairo.h
index b41e043..4b909db 100644
--- a/src/lsmcairo.h
+++ b/src/lsmcairo.h
@@ -1,4 +1,5 @@
-/*
+/* Lasem - SVG and Mathml library
+ *
  * Copyright © 2010 Emmanuel Pacaud
  *
  * This library is free software; you can redistribute it and/or
@@ -23,7 +24,7 @@
 #ifndef LSM_CAIRO_H
 #define LSM_CAIRO_H
 
-#include <lsm.h>
+#include <lsmtypes.h>
 #include <cairo.h>
 
 G_BEGIN_DECLS
diff --git a/src/lsmdebug.c b/src/lsmdebug.c
index dc83de0..d28e24c 100644
--- a/src/lsmdebug.c
+++ b/src/lsmdebug.c
@@ -1,3 +1,26 @@
+/* Lasem - SVG and Mathml library
+ *
+ * Copyright © 2010 Emmanuel Pacaud
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General
+ * Public License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
+ * Boston, MA 02111-1307, USA.
+ *
+ * Author:
+ * 	Emmanuel Pacaud <emmanuel gnome org>
+ */
+
 #include <lsmdebug.h>
 #include <glib/gprintf.h>
 #include <stdlib.h>
diff --git a/src/lsmdebug.h b/src/lsmdebug.h
index 9418dce..3db44b7 100644
--- a/src/lsmdebug.h
+++ b/src/lsmdebug.h
@@ -1,3 +1,26 @@
+/* Lasem - SVG and Mathml library
+ *
+ * Copyright © 2010 Emmanuel Pacaud
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General
+ * Public License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
+ * Boston, MA 02111-1307, USA.
+ *
+ * Author:
+ * 	Emmanuel Pacaud <emmanuel gnome org>
+ */
+
 #ifndef LSM_DEBUG_H
 #define LSM_DEBUG_H
 
diff --git a/src/lsmstr.c b/src/lsmstr.c
index 0784161..739f1f6 100644
--- a/src/lsmstr.c
+++ b/src/lsmstr.c
@@ -1,4 +1,5 @@
-/*
+/* Lasem - SVG and Mathml library
+ *
  * Copyright © 2009 Emmanuel Pacaud
  *
  * This library is free software; you can redistribute it and/or
diff --git a/src/lsmstr.h b/src/lsmstr.h
index 92fb120..dec5571 100644
--- a/src/lsmstr.h
+++ b/src/lsmstr.h
@@ -1,4 +1,5 @@
-/*
+/* Lasem - SVG and Mathml library
+ *
  * Copyright © 2009 Emmanuel Pacaud
  *
  * This library is free software; you can redistribute it and/or
@@ -20,11 +21,10 @@
  * 	Emmanuel Pacaud <emmanuel gnome org>
  */
 
-
 #ifndef LSM_STR_H
 #define LSM_STR_H
 
-#include <lsm.h>
+#include <lsmtypes.h>
 
 G_BEGIN_DECLS
 
diff --git a/src/lsmtraits.c b/src/lsmtraits.c
index af3d3cb..facae1d 100644
--- a/src/lsmtraits.c
+++ b/src/lsmtraits.c
@@ -1,3 +1,26 @@
+/* Lasem - SVG and Mathml library
+ *
+ * Copyright © 2010 Emmanuel Pacaud
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General
+ * Public License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
+ * Boston, MA 02111-1307, USA.
+ *
+ * Author:
+ * 	Emmanuel Pacaud <emmanuel gnome org>
+ */
+
 #include <lsmtraits.h>
 #include <lsmstr.h>
 #include <string.h>
diff --git a/src/lsmtraits.h b/src/lsmtraits.h
index c452aef..5716554 100644
--- a/src/lsmtraits.h
+++ b/src/lsmtraits.h
@@ -1,5 +1,6 @@
-/*
- * Copyright © 2009 Emmanuel Pacaud
+/* Lasem - SVG and Mathml library
+ *
+ * Copyright © 2009-2010  Emmanuel Pacaud
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -23,7 +24,7 @@
 #ifndef LSM_TRAITS_H
 #define LSM_TRAITS_H
 
-#include <lsm.h>
+#include <lsmtypes.h>
 
 G_BEGIN_DECLS
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]