[libgeexml] Add license to ElementTree.vala



commit da606f05591328d2db6c4b43c76a5a53b7406e1f
Author: Roberto Majadas <roberto majadas openshine com>
Date:   Sat Jun 27 01:09:32 2009 +0200

    Add license to ElementTree.vala

 geexml/ElementTree.vala |   22 ++++++++++++++++++++++
 geexml/Makefile.am      |    2 +-
 2 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/geexml/ElementTree.vala b/geexml/ElementTree.vala
index fd42d76..08bf86b 100644
--- a/geexml/ElementTree.vala
+++ b/geexml/ElementTree.vala
@@ -1,3 +1,25 @@
+/* arraylist.vala
+ *
+ * Copyright (C) 2009 OpenShine S.L
+ *
+ * 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.1 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ *
+ * Author:
+ * 	Roberto Majadas <roberto majadas openshine com>
+ */
+
 using GLib;
 using Xml;
 
diff --git a/geexml/Makefile.am b/geexml/Makefile.am
index 4fe41aa..1a2abc0 100644
--- a/geexml/Makefile.am
+++ b/geexml/Makefile.am
@@ -22,7 +22,7 @@ libgeexml_la_SOURCES = \
 	$(libgeexml_la_VALASOURCES:.vala=.c) \
 	$(NULL)
 
-geexmlincludedir = $(includedir)/vala-1.0
+geexmlincludedir = $(includedir)/geexml-1.0
 
 geexmlinclude_HEADERS = \
 	geexml.h \



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