summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2003-07-25 10:50:48 +0000
committerBrian Cameron <brian.cameron@sun.com>2003-07-25 10:50:48 +0000
commita129b9734be3d8d97e017893cacea914efc8e364 (patch)
treeb8eff952516ca63fb973405efd84cfaae4f9ef26 /ext
parenta3dff6621738f971d1f9cabbdfb4ba2aa664d194 (diff)
downloadgst-plugins-bad-a129b9734be3d8d97e017893cacea914efc8e364.tar.gz
gst-plugins-bad-a129b9734be3d8d97e017893cacea914efc8e364.tar.bz2
gst-plugins-bad-a129b9734be3d8d97e017893cacea914efc8e364.zip
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.
Diffstat (limited to 'ext')
-rw-r--r--ext/cdaudio/gstcdaudio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/cdaudio/gstcdaudio.c b/ext/cdaudio/gstcdaudio.c
index ac24854c..31367417 100644
--- a/ext/cdaudio/gstcdaudio.c
+++ b/ext/cdaudio/gstcdaudio.c
@@ -107,6 +107,7 @@ static guint gst_cdaudio_signals[LAST_SIGNAL] = { 0 };
static GstElementDetails gst_cdaudio_details = {
"CD Player",
"Generic/Bin",
+ "LGPL",
"Play CD audio through the CD Drive",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",