summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-02-22 10:48:55 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-02-01 19:39:13 +0000
commit92048b81c0e0c5f9a1bdb5cc2fd752bac1ec63f3 (patch)
treed5cde43de83d82cddb6bf31654958c187451256e
parente620cf32cfa2ab8f500e51a0641cb721d6f111b0 (diff)
tests: sdp: relicense code snippet from GPLv3 to LGPLv2.1+
Relicense with approval from Jose and Miguel. Code snippet was supposed to be LGPL from the beginning. https://bugzilla.gnome.org/show_bug.cgi?id=697808#c14 https://bugzilla.gnome.org/show_bug.cgi?id=697808#c15
-rw-r--r--tests/check/libs/sdp.c25
1 files changed, 3 insertions, 22 deletions
diff --git a/tests/check/libs/sdp.c b/tests/check/libs/sdp.c
index 237c92afb..3ec09c896 100644
--- a/tests/check/libs/sdp.c
+++ b/tests/check/libs/sdp.c
@@ -1,6 +1,9 @@
/* GStreamer unit tests for the SDP support library
*
* Copyright (C) 2013 Jose Antonio Santos Cadenas <santoscadenas@gmail.com>
+ * Copyright (C) 2013 Kurento
+ * Contact: Miguel París Díaz <mparisdiaz@gmail.com>
+ * Contact: José Antonio Santos Cadenas <santoscadenas@kurento.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -23,28 +26,6 @@
#endif
#include <gst/check/gstcheck.h>
-
-/*
- * test_sdp.c - gst-kurento-plugins
- *
- * Copyright (C) 2013 Kurento
- * Contact: Miguel París Díaz <mparisdiaz@gmail.com>
- * Contact: José Antonio Santos Cadenas <santoscadenas@kurento.com>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 3
- * as published by the Free Software Foundation.
- *
- * 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, see <http://www.gnu.org/licenses/>.
- */
-
-#include <gst/check/gstcheck.h>
#include <gst/sdp/gstsdpmessage.h>
/* *INDENT-OFF* */