Hello, I would like to reuse pieces of code from http://peak.telecommunity.com/dist/virtual-python.py in my "personal" edition of zc.buildout's bootstrap.py (i actually did that already). So running "python bootstrap.py" creates a virtual python in the same directory, and uses that virtual (clean) python to bootstrap zc.buildout. So i could use system python, and at the same time avoid bugs related with linux distribution installed packages conflicting with zc.buildout. All is nice, but now i have no idea what the legal status of this newly created bootstrap.py is. I mean it contains code that is under ZPL (original bootstrap.py), and code that has no license at all and was worked on by at least 2 authors - Phillip Eby and Ian Bicking. Can I even use/distribute the newly created bootstrap.py? Ignas Mikalajūas
participants (1)
-
Ignas Mikalajunas