Do I have to release the code of a MIT licensed software running a GPL library?
        Posted  
        
            by 
                Belohlavek
            
        on Programmers
        
        See other posts from Programmers
        
            or by Belohlavek
        
        
        
        Published on 2013-11-06T20:20:15Z
        Indexed on 
            2013/11/06
            22:07 UTC
        
        
        Read the original article
        Hit count: 279
        
Lets say I'm using Node-Webkit, an MIT licensed app runtime. Now, let's say I decide to include a Javascript library which is GPL licensed: while I do not modify the downloaded JS file, I do write my own code making use of the library's functions. I plan to sell the final obfuscated executable and I'm wondering: what's the final license of the complete software? Do I only have to release the GPL library or does the GPL license apply for all the code I wrote? What happens to Node-Webkit's MIT license?
© Programmers or respective owner