summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtp.c
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-08-11 21:06:48 +0000
committerDavid Schleef <ds@schleef.org>2004-08-11 21:06:48 +0000
commit615829e677e6b9f3bd6e2fc53fc15713730f5dad (patch)
treeb29f6596d65de7d601cc5d789e69831625d1bef2 /gst/rtp/gstrtp.c
parent1ee15addd76145806e1de6da6ed03c52f67fc522 (diff)
ext/pango/gsttextoverlay.c: Add copyright block and fix plugin license field
Original commit message from CVS: * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin license field * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code * gst-libs/gst/video/gstvideosink.c: Change copyright block to LGPL. * gst/auparse/gstauparse.c: Fix plugin license field. * gst/monoscope/gstmonoscope.c: Fix plugin license field. * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field. * gst/rtp/gstrtp.c: Fix plugin license field.
Diffstat (limited to 'gst/rtp/gstrtp.c')
-rw-r--r--gst/rtp/gstrtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtp.c b/gst/rtp/gstrtp.c
index fd1a3aa1..e16d2e91 100644
--- a/gst/rtp/gstrtp.c
+++ b/gst/rtp/gstrtp.c
@@ -42,4 +42,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"rtp",
"Real-time protocol plugins",
- plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+ plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN)