add license

Original commit message from CVS:
add license
This commit is contained in:
Andy Wingo 2002-09-29 18:02:12 +00:00
parent 19169a8e9f
commit e671bcd2cd
3 changed files with 3 additions and 0 deletions

View file

@ -25,6 +25,7 @@
GstElementDetails gst_iir_details = {
"IIR",
"Filter/Audio/Effect",
"LGPL",
"IIR filter based on vorbis code",
VERSION,
"Monty <monty@xiph.org>, "\

View file

@ -38,6 +38,7 @@
GstElementDetails gst_lpwsinc_details = {
"LPWSinc",
"Filter/Audio/Effect",
"LGPL",
"Low-pass Windowed sinc filter",
VERSION,
"Thomas <thomas@apestaart.org>",

View file

@ -57,6 +57,7 @@ static GstElementClass *parent_class;
static GstElementDetails cdplayer_details = {
"CD Player",
"Generic/Bin",
"LGPL",
"Play CD audio through the CD Drive",
VERSION,
"Charles Schmidt <cbschmid@uiuc.edu>",