summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2014-05-20 19:38:54 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2014-05-20 19:53:18 -0300
commit76a8184f6f300d9e6d1a6b04eddf8fcd11a4638c (patch)
tree50801b8bb89235444b63af301c714e5d523f0ea0
parent78bed4d68363ac24f7c91e139995f2243a2ee04a (diff)
downloadglade-76a8184f6f300d9e6d1a6b04eddf8fcd11a4638c.tar.gz
glade-xml-utils.c: Add missing GPL license block.
Close Bug 730285 "License issues" TODO: identify which function are subject to the GPL license and rewrite them.
-rw-r--r--gladeui/glade-xml-utils.c23
1 files changed, 19 insertions, 4 deletions
diff --git a/gladeui/glade-xml-utils.c b/gladeui/glade-xml-utils.c
index 45489cb6..283f14ce 100644
--- a/gladeui/glade-xml-utils.c
+++ b/gladeui/glade-xml-utils.c
@@ -1,7 +1,22 @@
-/* This functions are based on gnome-print/libgpa/gpa-xml.c which were in turn
- * based on gnumeric/xml-io.c
- */
-/* Authors:
+/*
+ * glade-xml-utils.c - This functions are based on gnome-print/libgpa/gpa-xml.c
+ * which were in turn based on gnumeric/xml-io.c
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * Authors:
* Daniel Veillard <Daniel.Veillard@w3.org>
* Miguel de Icaza <miguel@gnu.org>
* Chema Celorio <chema@gnome.org>