[
https://issues.apache.org/jira/browse/AVRO-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12887997#action_12887997
]
Doug Cutting commented on AVRO-588:
-----------------------------------
The uuid code is under the PSF license:
http://www.opensource.org/licenses/PythonSoftFoundation.php
This requires that we include a copyright statement and a copy of the license
in our distributions. HTTPD provides a good model. Look at the end of:
https://svn.apache.org/repos/asf/httpd/httpd/trunk/LICENSE
So, in our LICENSE.txt file, we should add sections at the end for
sub-components whose licenses differ, providing the relative path for each such
subcomponent followed by its copyright and licence. We already have one such
appended license, but it should probably be amended to provide the path, and we
should add an introductory paragraph for all sub-component licenses. In short,
we should model the structure of HTTPD's LICENSE.
> Allow Python implementation of Avro to be used with Python 2.4
> --------------------------------------------------------------
>
> Key: AVRO-588
> URL: https://issues.apache.org/jira/browse/AVRO-588
> Project: Avro
> Issue Type: Improvement
> Components: python
> Reporter: Jeff Hammerbacher
> Assignee: Jeff Hammerbacher
> Attachments: AVRO-588-2.patch, AVRO-588-3.patch, AVRO-588.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.