[Zope3-dev] Copyright/license of 'datetime' package in Zope3/src?
Tim Peters
tim@zope.com
Fri, 27 Jun 2003 14:28:38 -0400
[Phillip J. Eby]
> Just a quick question... I'm planning to distribute the
> 'datetime' package in PEAK for "backward" compatibility with Python 2.2,
> and I'd like to properly credit the copyright and license in my docs.
> Is it under PSF or ZPL, and who's the copyright holder? I assume the
> author is Tim Peters, and the copyright and license are PSF, but there
> is one file, 'datetime/tests/__init__.py' that claims to be ZPL, so it's
> a bit confusing. Thanks.
It is a bit confusing, but I think it makes most sense for _datetime.py and
its __init__.py file to be under the ZPL. I just checked in changes
accordingly. Thanks for worrying about it!