add license
authorAndy Wingo <wingo@pobox.com>
Sun, 29 Sep 2002 18:02:12 +0000 (18:02 +0000)
committerAndy Wingo <wingo@pobox.com>
Sun, 29 Sep 2002 18:02:12 +0000 (18:02 +0000)
Original commit message from CVS:
add license

gst/filter/gstiir.c
gst/filter/gstlpwsinc.c
sys/cdrom/gstcdplayer.c

index 7b548f3..0176a3b 100644 (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>, "\
index 664df87..1d5e6e3 100644 (file)
@@ -38,6 +38,7 @@
 GstElementDetails gst_lpwsinc_details = {
   "LPWSinc",
   "Filter/Audio/Effect",
+  "LGPL",
   "Low-pass Windowed sinc filter",
   VERSION,
   "Thomas <thomas@apestaart.org>",
index 7852276..d8fd103 100644 (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>",