From 4f40e2e01e913e7005d8f85d3c4694e8366c59d6 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Tue, 25 Oct 2005 13:03:04 +0000 Subject: fix mistaken claim on GPL, its LGPL Original commit message from CVS: fix mistaken claim on GPL, its LGPL --- gst/rtp/gstrtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtp/gstrtp.c b/gst/rtp/gstrtp.c index f39c0178..a967495c 100644 --- a/gst/rtp/gstrtp.c +++ b/gst/rtp/gstrtp.c @@ -84,4 +84,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "rtp", "Real-time protocol plugins", - plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN) + plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN) -- cgit