On 04.04.2013 18:30, Antoine Pitrou wrote: > > Hello, > > In http://bugs.python.org/issue17618, I proposed adding a base85 > implementation to Python. Mercurial already has one (under the GPL), so > I wrote to the authors (Brendan Cully and Mads Kiilerich) and got their > informal approval for relicensing and inclusion in Python. > > My question is the following: does anything formal need to be done to > validate the relicensing? If yes, what?
They need to sign a contributor agreement and add the corrsponding note to the source code file(s). That's all that's needed. -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Source (#1, Apr 04 2013) >>> Python Projects, Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope/Plone.Database.Adapter ... http://zope.egenix.com/ >>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/ ________________________________________________________________________ 2013-04-02: Released mxODBC Zope DA 2.1.1 ... http://egenix.com/go41 2013-03-25: Released mxODBC 3.2.2 ... http://egenix.com/go40 2013-04-10: Python Meeting Duesseldorf ... 6 days to go eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/ _______________________________________________ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers
