This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients davin, eric.snow, lukasz.langa, pitrou, rhettinger, ronaldoussoren, terry.reedy, yselivanov
Date 2019-02-04.00:26:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549239966.21.0.449008928484.issue35813@roundup.psfhosted.org>
In-reply-to
Content
I think there is also a license problem.  posixshmem.c contains "Copyright 2012 Philip Semanchuk, 2018-2019 Davin Potts"

Ronald commented "The only other files with a copyright attribute are parser, optparse and platform. I'd prefer to avoid adding new copyright attributes to stdlib modules."

(turtle.py has a problematic copyright notice in the docstring.)

I think we definitely should not add new copyright notices.

Copyright notices are redundant: all contributors retain copyright in their contributions.

Copyright notices are deceptive: 1. since they are rare, they imply that there is something special about a particular module and the listed authors; 2. even if a module were special, the notice becomes obsolete as soon as anyone else contributes to the module.

Copyright notices are not needed: contributors authorize PSF to distribute the collective work under a rather liberal license.  If anyone want to make a use of Python code not covered by that license, and wants to bypass PSF, they would have to look at git log and and git blame to find the relevant contributors.

In this case, part of the work is attributed to Philip Semanchuk as a current copyright owner.  According to https://bugs.python.org/user2567, he has not signed the contributor agreement, so his work should not have been merged until he has.  Even if he had, he would have to specifically agree to his work being contributed.  Sorry to be a grinch, but aside from anything else, I think this should be reverted until the legal question is clarified.

Some of this might need discussion on pydev.
History
Date User Action Args
2019-02-04 00:26:07terry.reedysetrecipients: + terry.reedy, rhettinger, ronaldoussoren, pitrou, lukasz.langa, eric.snow, yselivanov, davin
2019-02-04 00:26:06terry.reedysetmessageid: <1549239966.21.0.449008928484.issue35813@roundup.psfhosted.org>
2019-02-04 00:26:06terry.reedylinkissue35813 messages
2019-02-04 00:26:05terry.reedycreate