From 92048b81c0e0c5f9a1bdb5cc2fd752bac1ec63f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 22 Feb 2017 10:48:55 +0000 Subject: [PATCH] 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 --- tests/check/libs/sdp.c | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/tests/check/libs/sdp.c b/tests/check/libs/sdp.c index 237c92afb3..3ec09c8966 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 + * Copyright (C) 2013 Kurento + * Contact: Miguel París Díaz + * Contact: José Antonio Santos Cadenas * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -22,28 +25,6 @@ #include "config.h" #endif -#include - -/* - * test_sdp.c - gst-kurento-plugins - * - * Copyright (C) 2013 Kurento - * Contact: Miguel París Díaz - * Contact: José Antonio Santos Cadenas - * - * 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 . - */ - #include #include