Hi -<br><br>I&#39;m not sure if this is the right place to ask this, but I don&#39;t know of a more appropriate place. <br><br>Sometime around 2007 I first extracted a function that was in Python&#39;s Cmd class and used that. Since then, I have modified and generalized it a bit more and turned it into a Python egg called <a href="http://pypi.python.org/pypi/columnize">columnize</a>.  I also ported it to Ruby and made Ruby package or gem. A couple of people/companies have asked about redistributing this and have asked for a more MIT-like and less GPL-like license. I guess they will bundle this with their proprietary code. <br>
<br>For the Python package, I used PSL Version 2, but is this legitimate? <a href="http://code.google.com">code.google.com</a> doesn&#39;t seem to recognize in their list of licenses so that  suggests what I did might not be the right thing. (So instead, <a href="http://code.google.com">code.google.com</a> I selected the MIT License.)<br>
<br>Can a MIT License be used for code extracted from Python&#39;s standard library? Other comments or suggestions?<br><br>Thanks.<br>