classification
Title: expat copyright/license file is missing
Type: Stage:
Components: None Versions: Python 3.2, Python 3.1, Python 2.7
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: doko Nosy List: doko, eric.araujo, georg.brandl
Priority: normal Keywords:

Created on 2010-09-10 09:15 by doko, last changed 2010-09-12 16:52 by doko. This issue is now closed.

Files
File name Uploaded Description Edit
COPYING doko, 2010-09-10 09:15 expat license
Messages (5)
msg115986 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2010-09-10 09:15
files in Modules/expat reference a file COPYING for the copyright/license, but this is file is not included in the Python sources.

Proposing to add the attached file, taken from the expat sources.
msg116129 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-09-11 23:03
I don’t see a reason not to include this file.  Where would you like to put it?  In Modules/expat?
msg116169 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-09-12 10:56
Same here.

We also have sections "Licenses and Acknowledgements for incorporated software", e.g. in Doc/license.rst; the text should be added there too.
msg116207 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2010-09-12 15:58
the .rst file is missing the zlib and libffi licenses too. will add them.
msg116218 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2010-09-12 16:52
fixed in r84743, r84745 and r84746
History
Date User Action Args
2010-09-12 16:52:59dokosetstatus: open -> closed

messages: + msg116218
2010-09-12 15:58:45dokosetmessages: + msg116207
2010-09-12 15:51:41loewissetresolution: accepted
2010-09-12 10:56:47georg.brandlsetnosy: + georg.brandl
messages: + msg116169
2010-09-11 23:03:44eric.araujosetnosy: + eric.araujo
messages: + msg116129
2010-09-10 09:15:10dokocreate