summaryrefslogtreecommitdiff
path: root/tests/rtp
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2007-11-28 14:40:59 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2007-11-28 14:40:59 -0500
commite628afd666d02095d34499f3d463cb9d1985d707 (patch)
treee726dbc2eb5d188c9c33d6b69f838e3c7d66c0da /tests/rtp
parent0eb443bc5bba557e6bbba8aeb0dacf14db18124d (diff)
downloadfarstream-e628afd666d02095d34499f3d463cb9d1985d707.tar.gz
Correct the copyright headers everywhere to make them LGPL v2.1 or later
Diffstat (limited to 'tests/rtp')
-rw-r--r--tests/rtp/codec-discovery.c20
1 files changed, 19 insertions, 1 deletions
diff --git a/tests/rtp/codec-discovery.c b/tests/rtp/codec-discovery.c
index d1063ca4..0b5265bb 100644
--- a/tests/rtp/codec-discovery.c
+++ b/tests/rtp/codec-discovery.c
@@ -1,4 +1,22 @@
-
+/* Farsight 2 ad-hoc test for the rtp codec discovery
+ *
+ * Copyright (C) 2007 Collabora, Nokia
+ * @author: Olivier Crete <olivier.crete@collabora.co.uk>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
#include <gst/gst.h>