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 7b548f3051c6b009dd0deb0a22d899b226a36485..0176a3bac08c37939f7b4a305e01d40aeb648639 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 664df8709dac92ee58d3958d1bd17e3a6c5c053b..1d5e6e3b974eca6f2d9b97688067b0c17ce88795 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 7852276f3a807ca9879a1682ba188f49fb053824..d8fd103ec13b9d4974cd31284ba1cac119e9eacf 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>",