[vlc-commits] VNC: note that the library is GPLv2+

Jean-Baptiste Kempf git at videolan.org
Tue Mar 26 11:59:56 CET 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Mar 26 11:59:11 2013 +0100| [d0d3f1d32b10fdabae842af26cf7e8dacda22798] | committer: Jean-Baptiste Kempf

VNC: note that the library is GPLv2+

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d0d3f1d32b10fdabae842af26cf7e8dacda22798
---

 modules/access/vnc.c |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/modules/access/vnc.c b/modules/access/vnc.c
index 30f3e17..f6e0210 100644
--- a/modules/access/vnc.c
+++ b/modules/access/vnc.c
@@ -20,6 +20,13 @@
  *****************************************************************************/
 
 /*****************************************************************************
+ * NOTA BENE: this module requires the linking against a library which is
+ * known to require licensing under the GNU General Public License version 2
+ * (or later). Therefore, the result of compiling this module will normally
+ * be subject to the terms of that later license.
+ *****************************************************************************/
+
+/*****************************************************************************
  * Preamble
  *****************************************************************************/
 



More information about the vlc-commits mailing list