gnu-misc-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using a script licensed under GPL in an application licensed under a


From: Alfred M. Szmidt
Subject: Re: Using a script licensed under GPL in an application licensed under a license that's not compatible with GPL
Date: Fri, 15 Dec 2006 17:05:18 +0100 (CET)

   The scripts are in ruby, basically what I do is:

   require 'gpl_script'

   GplClass.do_work

   Similarly in Python I would do:

   import gpl_script

   GplClass.do_work()

   These GPL scripts are not necessary to use the application, they just
   add more functionality.

This is clearly a deriviate work, the program changes how it works if
you remove the GPLed library/script/whatever.  It also stops working
without the GPLed library/script/whatever.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]