diff options
author | Brian Cameron <brian.cameron@sun.com> | 2003-07-25 10:50:48 +0000 |
---|---|---|
committer | Brian Cameron <brian.cameron@sun.com> | 2003-07-25 10:50:48 +0000 |
commit | a129b9734be3d8d97e017893cacea914efc8e364 (patch) | |
tree | b8eff952516ca63fb973405efd84cfaae4f9ef26 /ext/cdaudio | |
parent | a3dff6621738f971d1f9cabbdfb4ba2aa664d194 (diff) | |
download | gst-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/cdaudio')
-rw-r--r-- | ext/cdaudio/gstcdaudio.c | 1 |
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>", |