 |
 |
 |
A Manual for use of PyPedal
A software package for pedigree analysis |
 |
 |
 |
11.4 Contributing Code to PyPedal
If you would like to contribute your code back to PyPedal please note that it must be licensed under version 2.1 or any
later version of the GNU Lesser General Public License. The GNU LGPL has all of the restrictions of the GPL except that you
may use the code at compile time without the derivative work becoming a GPL work. This allows the use of the code in
proprietary works. You must also complete and return the joint copyright assignment form distributed as
pypedal_copyright_assignment.pdf before any contributions can be accepted and merged into the development tree.
Contributors are asked to document their code using the documentation comments recognized by PythonDoc 2.0 or later
(http://effbot.org/zone/pythondoc.htm). PythonDoc is used to generates API documentation in HTML and other formats
based on descriptions in Python source files. You are also strongly encouraged to provide example programs abd datasets
with any code submissions.
Release 2.0.0rc7, documentation updated on November 29, 2005
Revised May 7, 2008.
See About this document... for information on suggesting changes.