Re: [Python-Dev] Changing the licence of statistics.py

2016-08-14 Thread Stephen J. Turnbull
Please talk to the lawyers (IANAL TINLA). Steven d'Aprano writes: > I now wish to change that and have it licenced under Python's > standard licence. Is there anything I need to do other than just > remove the Apache licence boilerplate from the file? IMHO, no; in fact I would argue that its

Re: [Python-Dev] Changing the licence of statistics.py

2016-08-14 Thread Terry Reedy
On 8/14/2016 12:40 AM, Ned Deily wrote: On Aug 14, 2016, at 00:20, Steven D'Aprano wrote: I'm the author of statistics.py, and for historical reasons it was originally included in the standard library under the Apache licence. I now wish to change that and have it licenced under Python's stand

Re: [Python-Dev] Changing the licence of statistics.py

2016-08-13 Thread Steven D'Aprano
On Sun, Aug 14, 2016 at 04:27:21AM +, Brett Cannon wrote: > Are you the sole author of the statistics module prior to contributing it, > Steve? Yes. There has been at least one patch to the module as part of the standard library by someone else: http://bugs.python.org/issue26002 but prior

Re: [Python-Dev] Changing the licence of statistics.py

2016-08-13 Thread Ned Deily
On Aug 14, 2016, at 00:20, Steven D'Aprano wrote: > I'm the author of statistics.py, and for historical reasons it was > originally included in the standard library under the Apache licence. > > I now wish to change that and have it licenced under Python's standard > licence. Is there anything

Re: [Python-Dev] Changing the licence of statistics.py

2016-08-13 Thread Brett Cannon
Are you the sole author of the statistics module prior to contributing it, Steve? On Sat, Aug 13, 2016, 21:21 Steven D'Aprano wrote: > I'm the author of statistics.py, and for historical reasons it was > originally included in the standard library under the Apache licence. > > I now wish to chan

[Python-Dev] Changing the licence of statistics.py

2016-08-13 Thread Steven D'Aprano
I'm the author of statistics.py, and for historical reasons it was originally included in the standard library under the Apache licence. I now wish to change that and have it licenced under Python's standard licence. Is there anything I need to do other than just remove the Apache licence boile