Adding needed license information. The patch was reviewed and approved by
authorBrian Cameron <brian.cameron@sun.com>
Fri, 25 Jul 2003 10:50:47 +0000 (10:50 +0000)
committerBrian Cameron <brian.cameron@sun.com>
Fri, 25 Jul 2003 10:50:47 +0000 (10:50 +0000)
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.

ext/speex/gstspeexdec.c
ext/speex/gstspeexenc.c

index 93c1782..0d3a8bb 100644 (file)
@@ -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 <wim.taymans@chello.be>",
index 19e4073..dd4cb45 100644 (file)
@@ -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 <wim.taymans@chello.be>",