summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-10-20 11:22:42 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-10-20 11:22:42 +0000
commit86fa6df97dd6b765cb9b93279a2435c1d67af579 (patch)
treeafa49813e10a3b075c75bd4815007cd06b0b3a24
parentdb00bc4c7cc39b5dd751af1a2bd0a85bc709316c (diff)
downloadgstreamer-plugins-bad-86fa6df97dd6b765cb9b93279a2435c1d67af579.tar.gz
Gerd approved license change, so this code is now LGPL too
Original commit message from CVS: Gerd approved license change, so this code is now LGPL too
-rw-r--r--gst-libs/gst/xwindowlistener/xwindowlistener.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/gst-libs/gst/xwindowlistener/xwindowlistener.c b/gst-libs/gst/xwindowlistener/xwindowlistener.c
index 0a400a53f..513e029d4 100644
--- a/gst-libs/gst/xwindowlistener/xwindowlistener.c
+++ b/gst-libs/gst/xwindowlistener/xwindowlistener.c
@@ -155,11 +155,8 @@ gst_x_window_listener_set_xid (GstXWindowListener *xwin,
* - next, we call the per-instance virtual functions set by the client
* - and we do all this in an endless cycle
*
- * Unfortunately, part of this code is inspired by XawTV, so the
- * runtime license for this code as a whole will be GPL unless
- * someone can rewrite this or ask permission to the original
- * author (Gerd Knorr <kraxel@bytesex.org>) to let us re-license
- * this piece of code to LGPL.
+ * This code originates largely from xawtv. By permission of Gerd Knorr
+ * <kraxel@bytesex.org>, it was relicensed to LGPL.
*/
#define DEBUG(format, args...) \