On Wed, Jan 07, 2004 at 08:47:26AM +0100, Etienne Posthumus wrote: > At what point does 'copied' code become an issue? In the cookbook recipe > Pierre states that he copied some parts from Medusa, should one then also > be concerned about the Medusa license? The Medusa license is also the Python license, so no problem there. > This is also relevant for me because we use various bits and pieces from > Quixote, Medusa and other libs in my code and I have started to wonder > about the line between 'copying', incorporating', 'linking' etc. in Python, > and when the license becomes an issue. It's not clear if importing a GPLed Python module in your code means that your code has to be GPLed. My interpretation would be "no", but you'd have to ask the copyright holder of the GPLed code to figure out if a given usage is OK with them. --amk