Message139240
profile.py and pstats.py have an inappropriate copyright for some. These files were contributed by a company that was acquired by Disney. I have a patch that has passed Disney legal to resolve the problem.
The following is the cogent part of a conversation between Matthias Klose and myself. He is including information about the issue:
http://mail.python.org/pipermail/python-dev/2005-February/051450.html
"""
The current license for the Python profiler is not conforming to the
DFSG
(Debian free software guidelines).
http://www.python.org/doc/current/lib/node829.html states
"This permission is explicitly restricted to the copying and
modification of the software to remain in Python, compiled Python,
or other languages (such as C) wherein the modified or derived code
is exclusively imported into a Python module."
The DFSG,
http://www.debian.org/doc/debian-policy/ch-archive.html#s-dfsg,
third paragraph state:
"Derived Works
The license must allow modifications and derived works, and must
allow them to be distributed under the same terms as the license
of the original software."
- Does somebody knows about the history of this license, why it is
more restricted than the Python license?
- Is there a chance to change the license for these two modules
(profile.py, pstats.py)?
""" |
|
Date |
User |
Action |
Args |
2011-06-27 07:31:43 | Paul.Hildebrandt | set | recipients:
+ Paul.Hildebrandt |
2011-06-27 07:31:42 | Paul.Hildebrandt | set | messageid: <1309159902.95.0.523889608619.issue12417@psf.upfronthosting.co.za> |
2011-06-27 07:31:42 | Paul.Hildebrandt | link | issue12417 messages |
2011-06-27 07:31:41 | Paul.Hildebrandt | create | |
|