提交 164a230b 编写于 作者: L Lucas Meneghel Rodrigues 提交者: Lucas Meneghel Rodrigues

Merge pull request #160 from lmr/copyright-clarification

avocado.core.tree: Add note about ETE2 and copyright clarification
......@@ -13,9 +13,23 @@
#
# Authors: Ruda Moura <rmoura@redhat.com>
# Lucas Meneghel Rodrigues <lmr@redhat.com>
# Jaime Huerta-Cepas <jhcepas@gmail.com>
#
"""
Tree data strucure with nodes.
This tree structure (Tree drawing code) was inspired in the base tree data
structure of the ETE 2 project:
http://pythonhosted.org/ete2/
A library for analysis of phylogenetics trees.
Explicit permission has been given by the copyright owner of ETE 2
Jaime Huerta-Cepas <jhcepas@gmail.com> to take ideas/use snippets from his
original base tree code and re-license under GPLv2+, given that GPLv3 and GPLv2
(used in some avocado files) are incompatible.
"""
import collections
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册