From 36f999ab642a0c27c89a1318abd39b8e40ad4f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 12 Dec 2011 11:54:56 +0100 Subject: [PATCH] glib-compat: Add license boilerplate for LGPL --- gst/glib-compat-private.h | 15 +++++++++++++++ gst/glib-compat.c | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/gst/glib-compat-private.h b/gst/glib-compat-private.h index d143d3257d..b9248e6861 100644 --- a/gst/glib-compat-private.h +++ b/gst/glib-compat-private.h @@ -3,6 +3,21 @@ * Functions copied from glib 2.10 * * Copyright 2005 David Schleef + * + * 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__ diff --git a/gst/glib-compat.c b/gst/glib-compat.c index aa5859cbeb..e8443b4715 100644 --- a/gst/glib-compat.c +++ b/gst/glib-compat.c @@ -3,6 +3,21 @@ * Functions copied from glib 2.6 and 2.8 * * Copyright 2005 David Schleef + * + * 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 "config.h"