<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.jbkempf.com/blog/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Yet another blog for JBKempf - Tag - GPL</title>
  <link>http://www.jbkempf.com/blog/</link>
  <atom:link href="http://www.jbkempf.com/blog/feed/tag/GPL/rss2" rel="self" type="application/rss+xml"/>
  <description>This is the blog of Jean-Baptiste Kempf. I will share some info about my life, my works and my VideoLAN work</description>
  <language>en</language>
  <pubDate>Wed, 01 Oct 2008 17:06:52 -0700</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Misconceptions about VLC - 1 Building an application on VLC.</title>
    <link>http://www.jbkempf.com/blog/post/2007/09/19/Misconceptions-about-VLC-1-Building-an-application-on-VLC</link>
    <guid isPermaLink="false">urn:md5:b78a313036efbdd1bb6eaedcf592c993</guid>
    <pubDate>Wed, 19 Sep 2007 14:53:00 +0200</pubDate>
    <dc:creator>JBK</dc:creator>
        <category>VideoLAN</category>
        <category>GPL</category><category>proprietary</category><category>VLC media player</category>    
    <description>&lt;p&gt;Short thing: I heard a lot that VLC suxx because you can't build a 3rd party application on it. Some other can do it (libxine, quicktime, etc...).&lt;/p&gt;


&lt;p&gt;This is plainly wrong and I'll speak a bit about it.&lt;/p&gt;


&lt;p&gt;I'll start with the different languages and then about Licensing problem and solution.&lt;/p&gt;    &lt;h2&gt;Languages and environments&lt;/h2&gt;

&lt;h3&gt;C/C++&lt;/h3&gt;

&lt;p&gt;Let's start with the natives language of VLC. As you might know or not, most of the code of VLCMP is made in C/C++; also vlc is just a wrapper around libvlc, which is the core library that manages the modules.&lt;/p&gt;


&lt;p&gt;So as you have libvlc, it is pretty easy to code an application around it in C/C++. A good example is VLC ;-°)&lt;/p&gt;


&lt;h3&gt;Java&lt;/h3&gt;

&lt;p&gt;Every consulting firm would speak about Java...&lt;/p&gt;


&lt;p&gt;There are Java bindings in VLC that you can find on the &lt;a href=&quot;http://trac.videolan.org/vlc/browser/trunk/bindings/java&quot; hreflang=&quot;en&quot;&gt; SVN &lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;There is also a jVLC initiative on the &lt;a href=&quot;http://trac.videolan.org/jvlc/&quot; hreflang=&quot;en&quot;&gt; same website &lt;/a&gt;.&lt;/p&gt;


&lt;h3&gt;Python&lt;/h3&gt;

&lt;p&gt;Python is a fashion scripting language, and guess what, same as Java, VLC has got some &lt;a href=&quot;http://trac.videolan.org/vlc/browser/trunk/bindings/python&quot; hreflang=&quot;en&quot;&gt; bindings &lt;/a&gt;!!&lt;/p&gt;


&lt;h3&gt;JS / ActiveX&lt;/h3&gt;

&lt;p&gt;You want to build and external applications on top on VLC and don't want to use the internals at all?
JavaScript and ActiveX have a common interface to do all you could dream of.&lt;/p&gt;


&lt;p&gt;Examples ? Internet Explorer and Mozilla VLC plugins!&lt;/p&gt;


&lt;p&gt;More ? &lt;a href=&quot;http://www.getmiro.com&quot; hreflang=&quot;en&quot;&gt;Miro&lt;/a&gt; or &lt;a href=&quot;http://www.getsongbirdnest.com&quot; hreflang=&quot;en&quot;&gt;Songbird&lt;/a&gt;&lt;/p&gt;


&lt;h3&gt;D-Bus&lt;/h3&gt;

&lt;p&gt;You are running a good Unix and you don't care about ActiveX and other COM components?&lt;/p&gt;


&lt;p&gt;Use D-Bus bindings and the MPRIS interface, that is common to many media players!&lt;/p&gt;


&lt;h3&gt;C#/.Net&lt;/h3&gt;

&lt;p&gt;&lt;q&gt;Ohoh! You are a Microsoft hater (which is untrue, anyway), you don't have any C# bindings...&lt;/q&gt;&lt;/p&gt;


&lt;p&gt;Well, that is wrong too. The community has built some of them. You can find them easily in the Wiki and in the forum. .Net_Interface and so on. Look at Tappen's posts.&lt;/p&gt;


&lt;h3&gt;Fortran, Pascal, Ruby, Perl, PHP&lt;/h3&gt;

&lt;p&gt;For other languages, we don't have defined bindings, but you can use the http interface to interact or use the JS bindings... This is doable and has been done many times...&lt;/p&gt;


&lt;p&gt;&lt;em&gt; Update:&lt;/em&gt; There seems to be bindings also for Ruby (thanks thresh in the comments)&lt;/p&gt;


&lt;h2&gt;Licence and proprietary application.&lt;/h2&gt;

&lt;p&gt;Ok, this part can be trickier.&lt;/p&gt;


&lt;p&gt;If you are using a GPL-compatible License, then everything is ok for you...&lt;/p&gt;


&lt;p&gt;If you want to build a proprietary application, then it is a bit more complicated, but not that much.&lt;/p&gt;


&lt;p&gt;If you build an application that needs any VLC source files (headers especially), then you herit from VLC source code and your application needs to be GPL'ed. Therefore you have to use some bindings.&lt;/p&gt;


&lt;p&gt;In fact, you can build a proprietary application that &amp;quot;talks&amp;quot;  to VLC using some bindings, like ActiveX or D-Bus. If you don't need VLC internals, that is fine. In  fact, in a perfect and theorical world, you could rebuild an application that would understand the same commands as VLC and that would behave in a similar way. You will be then able to switch the applications (VLC and the similar one) but still have your main program working.&lt;/p&gt;


&lt;p&gt;So you can build a proprietary application that uses standard communication to use VLC (D-Bus and ActiveX are ok, C/C++/C# natives interface are not ok). However, you still need to respect the GPL and copyrights law, which basically mean you must show the &lt;a href=&quot;http://www.jbkempf.com/blog/tag/GPL&quot;&gt;GPL&lt;/a&gt; License at installing, you have to mention the VideoLAN Team and clearly states that VLC is not your copyright.&lt;/p&gt;


&lt;p&gt;Don't take my wrong, I don't like &lt;a href=&quot;http://www.jbkempf.com/blog/tag/proprietary&quot;&gt;proprietary&lt;/a&gt; stuffs build on VLC, but still, this is doable.&lt;/p&gt;


&lt;p&gt;So please stop saying that you can't build an app on &lt;a href=&quot;http://www.jbkempf.com/blog/tag/VLC%20media%20player&quot;&gt;VLC media player&lt;/a&gt;!&lt;/p&gt;


&lt;p&gt;Then profit!&lt;/p&gt;</description>
    
    
    
          <comments>http://www.jbkempf.com/blog/post/2007/09/19/Misconceptions-about-VLC-1-Building-an-application-on-VLC#comment-form</comments>
      <wfw:comment>http://www.jbkempf.com/blog/post/2007/09/19/Misconceptions-about-VLC-1-Building-an-application-on-VLC#comment-form</wfw:comment>
      <wfw:commentRss>http://www.jbkempf.com/blog/feed/rss2/comments/48</wfw:commentRss>
      </item>
    
  <item>
    <title>Yet another time: copyrights, GPL infringements and phishing (2)</title>
    <link>http://www.jbkempf.com/blog/post/2007/04/07/Yet-another-time%3A-copyrights-GPL-infringements-and-phishing-2</link>
    <guid isPermaLink="false">urn:md5:a6766e0530b38bae96f60e55961a9780</guid>
    <pubDate>Sat, 07 Apr 2007 05:54:00 +0200</pubDate>
    <dc:creator>JBK</dc:creator>
        <category>VideoLAN</category>
        <category>GPL</category><category>GPL infrigements legal</category><category>NETLINK INVESTMENTS</category><category>VLC media player</category>    
    <description>    &lt;h3&gt;Intro&lt;/h3&gt;


&lt;p&gt;After &lt;a href=&quot;http://www.jbkempf.com/blog/post/2007/03/29/Yet-another-time-copyrights-GPL-infringements-and-phishing&quot; hreflang=&quot;en&quot;&gt;the previous post&lt;/a&gt; on some selling-VLC bundled with crapware using Google AdWords, here is an update.&lt;/p&gt;


&lt;h3&gt;Google Contact.&lt;/h3&gt;

&lt;p&gt;I contacted google through the AdWords sites but they did not really seem to understand the request and ignored it.&lt;/p&gt;


&lt;h3&gt;New language.&lt;/h3&gt;

&lt;p&gt;But the sites has expanded and has been translated to Portuguese and to English. Same technique, same crap. They also bought &amp;quot;vlc&amp;quot; word on Google.co.uk and Google.pt.&lt;/p&gt;


&lt;p&gt;I re-contacted google. Let's hope.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.jbkempf.com/blog/post/2007/04/07/Yet-another-time%3A-copyrights-GPL-infringements-and-phishing-2#comment-form</comments>
      <wfw:comment>http://www.jbkempf.com/blog/post/2007/04/07/Yet-another-time%3A-copyrights-GPL-infringements-and-phishing-2#comment-form</wfw:comment>
      <wfw:commentRss>http://www.jbkempf.com/blog/feed/rss2/comments/27</wfw:commentRss>
      </item>
    
  <item>
    <title>GPL VLC / iVivo</title>
    <link>http://www.jbkempf.com/blog/post/2006/11/09/GPL-iVivo</link>
    <guid isPermaLink="false">urn:md5:70a651ad00ce0cd73b66c75b55982b57</guid>
    <pubDate>Thu, 09 Nov 2006 02:47:00 +0100</pubDate>
    <dc:creator>JBK</dc:creator>
        <category>VideoLAN</category>
        <category>GPL</category><category>GPL infrigements legal</category><category>iVivo</category><category>VideoLAN</category><category>VLC media player</category>    
    <description>&lt;p&gt;Yet another infringement on VLC? Great !
iVivo is yet another company that uses VLC as its main program but they are wrong.&lt;/p&gt;    &lt;h2&gt;Disclaimer&lt;/h2&gt;

&lt;p&gt;&lt;ins&gt;&lt;strong&gt;IANAL&lt;/strong&gt;&lt;/ins&gt;&lt;/p&gt;


&lt;p&gt;Long post.&lt;/p&gt;


&lt;h2&gt;Introduction&lt;/h2&gt;

&lt;p&gt;As you know, VLC media player and VideoLAN's documentation are licenced under the GNU/GPL. But one person has, on &lt;a href=&quot;http://forum.videolan.org/viewtopic.php?t=28084&quot; hreflang=&quot;en&quot;&gt;Videolan's Forum&lt;/a&gt;, told us that iVivo was re-distributing VLC. We answered that we would investigate...&lt;/p&gt;


&lt;h3&gt;iVivo&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;http://ivivo.tv&quot; hreflang=&quot;en&quot;&gt;iVivo&lt;/a&gt; is an Israëli company that has registered &lt;a href=&quot;http://ivivo.net&quot; title=&quot;http://ivivo.net&quot;&gt;http://ivivo.net&lt;/a&gt;, &lt;a href=&quot;http://ivivo.org&quot; title=&quot;http://ivivo.org&quot;&gt;http://ivivo.org&lt;/a&gt;, and &lt;a href=&quot;http://ivivo.tv&quot; title=&quot;http://ivivo.tv&quot;&gt;http://ivivo.tv&lt;/a&gt;, and has its website located on yahoo servers. It is supposed to be based in Tel-Aviv.&lt;/p&gt;


&lt;h4&gt;The website&lt;/h4&gt;

&lt;p&gt;The website is banal, asp coded, not specially ugly, but not compliant and having a lot of problem being rendered by Firefox or Konqueror.
The main page has some cool photos and animations, a users number count and a strange&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;&amp;quot;IVIVO supports the freedom to share open source code under GNU general public license.&amp;quot;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;that seemed great in the beginning.
The about us section, the news are almost empty, the partners page is empty but displays a form to become a partner. The &amp;quot;Contact Us&amp;quot; page display a list of e-mail adresses and someone is answering to the mails.&lt;/p&gt;


&lt;h3&gt;The products&lt;/h3&gt;

&lt;p&gt;On the &lt;a href=&quot;http://www.ivivo.tv/Products.asp&quot; hreflang=&quot;en&quot;&gt;Products&lt;/a&gt; page, there is only one great product, in promotion at $99 (should be $399) and you can only try it for 90 days. There is also a bla-bla saying what the product can do (almost everything, this is so great &lt;img src=&quot;/blog/themes/jbkempf/smilies/wink.png&quot; alt=&quot;;-)&quot; class=&quot;smiley&quot; /&gt; ) and 10 good reasons to buy it, that goes from low CPU usage to  DVD freezone player and DVD recording. Those reasons are some of the ones that people choose VLC...&lt;/p&gt;


&lt;h4&gt;Download&lt;/h4&gt;

&lt;p&gt;Then, when you try the 90 days version of the product, you access to a &lt;a href=&quot;http://www.ivivo.tv/Download.asp&quot; hreflang=&quot;en&quot;&gt;download page&lt;/a&gt; that has to be seen ! This player can be used under almost every OS existing. &lt;br /&gt;
They even support BeOS... an OS that no new company has ever supported, that has not gcc &amp;gt; 2.96, weird; and yopy... who knows what this one is ? But wait a minute, those OS reminds us the EXACT number of OS that VLC supports on his download page, which must just be a coincidence.&lt;/p&gt;


&lt;p&gt;Now, just take two minutes to compare &lt;a href=&quot;http://www.ivivo.tv/Download.asp&quot; hreflang=&quot;en&quot;&gt;that download page&lt;/a&gt; with the &lt;a href=&quot;http://web.archive.org/web/20050623144814/www.videolan.org/vlc/&quot; hreflang=&quot;en&quot;&gt;old version of download page&lt;/a&gt; on VLC's website... Even the images are the same, the same ugly logo of Fedora that noone uses, because it is not the official logo... All the OS are the same. This seems like a copy of VideoLAN's website. But, well who cares ?&lt;/p&gt;


&lt;p&gt;But when you try to download, you can only download the Windows version, since all the other OS gives you a page saying &amp;quot;this OS is only supported as a source code version&amp;quot;. But nowhere I can find the code.&lt;/p&gt;


&lt;p&gt;And believe me not, the program is a VLC 0.8.5 with a new skin and two new windows for the GUI... If you grep the strings in the dlls, you will find &amp;quot;xtophe&amp;quot; home PATH on the build server, where he builds the external libraries... I may add extra screenshoots here...&lt;/p&gt;


&lt;h4&gt;Copyright / Licence&lt;/h4&gt;

&lt;p&gt;One the right of the page, there is written a&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;1. Contracting party
1.1) This AGREEMENT is a contract between you as a user or a license and IVIVO L.T.D.&lt;/p&gt;&lt;/blockquote&gt;


&lt;blockquote&gt;&lt;p&gt;2. Copyright
2.1) The IVIVO ALL IN ONE MEDIA SYSTEM is owned by IVIVO L.T.D or IVIVO L.T.D has rights to take this agreement under GNU GENERAL PUBLIC LICENSE&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;and a link to a &lt;a href=&quot;http://www.ivivo.tv/Download/License.pdf&quot; hreflang=&quot;en&quot;&gt;licence&lt;/a&gt; in PDF format.&lt;/p&gt;


&lt;p&gt;First, the GNU/GPL is a distribution licence, and a copyleft licence, and though does not gives IVIVO L.T.D. the copyright for the software.
Moreover you can see that they are keeping a great door for exit when this will be discovered, since they keep the right to go GPL. And this explains a bit the sentence at the bottom of the main page.&lt;/p&gt;


&lt;p&gt;But, let's look at the PDF. &lt;em&gt;Chosen parts&lt;/em&gt;&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;2.2) By the fact that you or your client download from the internet or load another
medium, copy, install or otherwise use the SOFTWARE PRODUCT, you must sign to
this AGREEMENT. If you don't agree to this AGREEMENT you aren't authorized to use
the IVIVO All in one media system further and you are obliged immediately to delete
the IVIVO ALL IN ONE MEDIA SYSTEM and all copies of this.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;As VLC is GPL, and iVivo is a derivated work of VLC, this is already infringing the GPL.&lt;/em&gt;&lt;/p&gt;



&lt;blockquote&gt;&lt;p&gt;3.2.3) Single-LICENSE (your user):
This LICENSE grants the licensee to install and to use the IVIVO ALL IN ONE MEDIA
SYSTEM on at most 5 computers of the licensee of each customer.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;This is against &amp;quot;the right to redistribute copies&amp;quot; that grants the GPL.&lt;/em&gt;&lt;/p&gt;



&lt;blockquote&gt;&lt;p&gt;5.3) you aren't authorized to use the IVIVO All in one media system in any other way
than described in this AGREEMENT. This includes all possibilities like coping, changing
or distribution of the SOFTWARE PRODUCT.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;This is against &amp;quot;the right to run the program, for any desired purpose.&amp;quot; that grants the GPL.&lt;/em&gt;&lt;/p&gt;



&lt;blockquote&gt;&lt;p&gt;5.4) You are particularly not authorized:
5.4.1) You may not reverse assemble, reverse compile, or otherwise translate the
SOFTWARE PRODUCT, except that such activity is expressed permitted by applicable
law notwithstanding this limitation. The activities are then restricted to the activities
permitted by law particularly.
5.4.2) You may assign sub-licenses, rent or lease the SOFTWARE PRODUCT.
5.4.3) Amending the IVIVO ALL IN ONE MEDIA SYSTEM or the LICENSE.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;This is against &amp;quot;the right to study how the program works, and modify it.&amp;quot;, &amp;quot;the right to redistribute copies&amp;quot;,&lt;/em&gt;
&lt;em&gt;&amp;quot;the right to improve the program, and release the improvements to the public.&amp;quot;&lt;/em&gt;&lt;/p&gt;



&lt;blockquote&gt;&lt;p&gt;11 Existing Law, Place of Jurisdiction
11.1) Exclusively USA law is valid. Place of jurisdiction is New York, USA.
11.2) If deviations exist between other languages and the English version of this
agreement, then the English version is valid.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Great, many people know the GPL in the USA !!&lt;/p&gt;



&lt;h3&gt;Technologies&lt;/h3&gt;

&lt;p&gt;On the technologies page, there is some more bla-bla on what this great system can do, and how much low CPU it uses, and a link to a &lt;a href=&quot;http://www.ivivo.tv/Download/Patent.pdf&quot; hreflang=&quot;en&quot;&gt;patent&lt;/a&gt;.
&amp;lt;Homer voice&amp;gt;Ouh! A patent&amp;lt;/Homer voice&amp;gt;&lt;/p&gt;



&lt;blockquote&gt;&lt;p&gt;The present invention re-lates generally to vivo and more specifically it relates to a system that remotely deliver media and manage a client machine for A system that remotely (the client machine send a signal when it is alive), deliver media to and from clients machines and management bandwidth transmitting and receiving video or music and using the clients bandwidth as part of their media network...&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Waouw, this is great... and vague... and what does it means ? VoD using RTSP/RTCP ? P2P-TV ?&lt;/p&gt;


&lt;p&gt;Well for me, this patent is nothing new, has been done before and is just marketing.&lt;/p&gt;


&lt;h3&gt;Support and documentation&lt;/h3&gt;

&lt;p&gt;But they couldn't stop there !
The &lt;a href=&quot;http://www.ivivo.tv/Support.asp&quot; hreflang=&quot;en&quot;&gt;documentation page&lt;/a&gt; is a complete copy/paste of &lt;a href=&quot;http://www.videolan.org/doc/play-howto/en/ch03.html&quot; hreflang=&quot;en&quot;&gt;VLC's play Howto&lt;/a&gt;. Wow! They are not ashamed...&lt;/p&gt;


&lt;p&gt;And the advance Howto is even worse, with the picture that clearly display &amp;quot;/home/dionoea&amp;quot; and MassConnecting.ogm, a video file we did when we where in the VIA Centrale Réseaux association...&lt;/p&gt;


&lt;h2&gt;Fight&lt;/h2&gt;


&lt;p&gt;So, now, let's act.
As I am a very stupid person, I wanted to ask for the source code. So I have sent a mail to team@ivivo.net, but not in my name.&lt;/p&gt;


&lt;h3&gt;My action&lt;/h3&gt;


&lt;blockquote&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;/blockquote&gt;


&lt;blockquote&gt;&lt;p&gt;I just have a question.&lt;br /&gt;
There is written on your webpge:
&amp;quot;IVIVO supports the freedom to share open source code under GNU general
public license.&amp;quot;
Can I have the source code of your product to study it ?
Moreover, for one of my OS, there is written that just the source code
version is available... But I don't see where I can get it ?
Thanks for your answer,&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;and, they answered&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;Hello&lt;/p&gt;&lt;/blockquote&gt;


&lt;blockquote&gt;&lt;p&gt;Our new version will be ready in 60 days from today&lt;/p&gt;&lt;/blockquote&gt;


&lt;blockquote&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/blockquote&gt;


&lt;blockquote&gt;&lt;p&gt;IViVo team&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Which did not answered my question...
So I asked again:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;/blockquote&gt;


&lt;blockquote&gt;&lt;p&gt;Does this mean that I will be able to have the source code with next version?&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;and the answer was:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Yes, we plan.
IVIVO team&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;I asked then the source for this version and had no answers.&lt;/p&gt;


&lt;h3&gt;xtophe's action&lt;/h3&gt;


&lt;p&gt;However, when xtophe -a VLC dev - asked the same things to iVivo Team:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Hello,
I have downloaded your ivivo player.
In Help/About it says it's released under the GPL license.
So could you tell me where i can find the source code or send it to me.
Thanks in advance.&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;The answer was almost the same that the one I got:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Our new version will be ready in 60 days from today and than a registered customer will be able to download the bug free (almost) source code.
Thanks&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;Great news&lt;/em&gt;, they are not using VLC : they said &lt;q&gt;bug free&lt;/q&gt; :D&lt;/p&gt;


&lt;p&gt;Of course, it wasn't enough, so xtophe tried another way:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;This is not what the GPL is saying. As soon as you distribute binaries of your program, you have to provide the source code. Not the one for the next release. So could i have the code for the current release ?
In the meantime I am very inerested by this next release. What would be the improvements ?&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;This time, someone else answered (sid):&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;The Linux version is not ready (at the moment we do not distribute binaries of our program except windows version).
Are you interesting in the windows version of our old version? (not recommended)
Our past release (Test Player) was based on VLC media player with some improvement. The new release is going to be totally different and our special functions will be a major part of a new player, not yet in the market.&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;So, they admit the version is a modified VLC.
But there wasn't any new answer.&lt;/p&gt;


&lt;p&gt;And well, if they have time to develop an application that can do all what they claim on their website, great for them.&lt;/p&gt;


&lt;h2&gt;Conclusion&lt;/h2&gt;

&lt;p&gt;IANAL, but that seems to be a VLC redistributed with a non copy-left licence, with some stolen documentation, and ideas.
A lots of things are unclear, and very obscure, especially the possibility to change licence.&lt;/p&gt;


&lt;p&gt;In the future, if they release a new version, not based on VLC, or a version open-source, then it will be fine, but until that day, it seems they are doing something illegal.&lt;/p&gt;


&lt;p&gt;If they keep the download as it is, and don't change the licence soon, this seems to be a licence infrigement. Can someone help me on that matter ? Could you give us advice ? Could you make publicity of that news in order to stop this company ? Should I put that story on digg ? /. ?&lt;/p&gt;</description>
    
    
    
          <comments>http://www.jbkempf.com/blog/post/2006/11/09/GPL-iVivo#comment-form</comments>
      <wfw:comment>http://www.jbkempf.com/blog/post/2006/11/09/GPL-iVivo#comment-form</wfw:comment>
      <wfw:commentRss>http://www.jbkempf.com/blog/feed/rss2/comments/5</wfw:commentRss>
      </item>
    
</channel>
</rss>