mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
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
This commit is contained in:
parent
e620cf32cf
commit
92048b81c0
1 changed files with 3 additions and 22 deletions
|
@ -1,6 +1,9 @@
|
||||||
/* GStreamer unit tests for the SDP support library
|
/* GStreamer unit tests for the SDP support library
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Jose Antonio Santos Cadenas <santoscadenas@gmail.com>
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
@ -22,28 +25,6 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#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/check/gstcheck.h>
|
||||||
#include <gst/sdp/gstsdpmessage.h>
|
#include <gst/sdp/gstsdpmessage.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue