summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2011-12-12 11:54:56 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-12-13 00:52:55 +0000
commit42310421b332db94dc5df6b9e1a072bdd8c7102d (patch)
treeadfda76a5edd930bd5bebf1269e698f1a5ca68ba /gst-libs
parent581ca6ce4eb5fd878879d85a660ead21438eeed8 (diff)
glib-compat: Add license boilerplate for LGPL
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/glib-compat-private.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/gst-libs/gst/glib-compat-private.h b/gst-libs/gst/glib-compat-private.h
index d143d3257..b9248e686 100644
--- a/gst-libs/gst/glib-compat-private.h
+++ b/gst-libs/gst/glib-compat-private.h
@@ -3,6 +3,21 @@
* Functions copied from glib 2.10
*
* Copyright 2005 David Schleef <ds@schleef.org>
+ *
+ * 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 __GLIB_COMPAT_PRIVATE_H__