ges-pitivi-formatter: add copyright/license headers
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 19 Mar 2012 10:56:53 +0000 (10:56 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 19 Mar 2012 10:57:14 +0000 (10:57 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=644943

ges/ges-pitivi-formatter.c
ges/ges-pitivi-formatter.h

index 540fd10..f828eec 100644 (file)
@@ -1,3 +1,22 @@
+/* GStreamer Editing Services Pitivi Formatter
+ * Copyright (C) 2011-2012 Mathieu Duponchelle <seeed@laposte.net>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library 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.
+ */
+
 #include <libxml/xmlreader.h>
 #include <libxml/tree.h>
 #include <libxml/parser.h>
index 4dffafa..80751aa 100644 (file)
@@ -1,3 +1,22 @@
+/* GStreamer Editing Services Pitivi Formatter
+ * Copyright (C) 2011-2012 Mathieu Duponchelle <seeed@laposte.net>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library 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.
+ */
+
 #ifndef _GES_PITIVI_FORMATTER
 #define _GES_PITIVI_FORMATTER