From: Brian Cameron Date: Fri, 25 Jul 2003 10:50:47 +0000 (+0000) Subject: Adding needed license information. The patch was reviewed and approved by X-Git-Tag: BRANCH-ERROR-ROOT~57 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=469443563eef50363ef28cedcff242c386b04e82;p=platform%2Fupstream%2Fgst-plugins-good.git Adding needed license information. The patch was reviewed and approved by Original commit message from CVS: Adding needed license information. The patch was reviewed and approved by Christian Shaller. Ronald Bultje and Benjamin also responded with comments. --- diff --git a/ext/speex/gstspeexdec.c b/ext/speex/gstspeexdec.c index 93c1782..0d3a8bb 100644 --- a/ext/speex/gstspeexdec.c +++ b/ext/speex/gstspeexdec.c @@ -31,6 +31,7 @@ extern GstPadTemplate *speexdec_src_template, *speexdec_sink_template; GstElementDetails gst_speexdec_details = { "speex audio decoder", "Codec/Audio/Decoder", + "LGPL" ".speex", VERSION, "Wim Taymans ", diff --git a/ext/speex/gstspeexenc.c b/ext/speex/gstspeexenc.c index 19e4073..dd4cb45 100644 --- a/ext/speex/gstspeexenc.c +++ b/ext/speex/gstspeexenc.c @@ -31,6 +31,7 @@ extern GstPadTemplate *speexenc_src_template, *speexenc_sink_template; GstElementDetails gst_speexenc_details = { "speex audio encoder", "Codec/Audio/Encoder", + "LGPL", ".speex", VERSION, "Wim Taymans ",