vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | 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 *****************************************************************************/ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
