tests: sdp: relicense code snippet from GPLv3 to LGPLv2.1+
authorTim-Philipp Müller <tim@centricular.com>
Wed, 22 Feb 2017 10:48:55 +0000 (10:48 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 1 Feb 2018 19:39:13 +0000 (19:39 +0000)
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

tests/check/libs/sdp.c

index 237c92a..3ec09c8 100644 (file)
@@ -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
 #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* */