X Tutup
Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.03 KB

File metadata and controls

35 lines (31 loc) · 1.03 KB
title
BioJava3 license

BioJava 3 is using the standard BioJava license: LGPL v 2.1

Developers: Please include the following javadoc in the header of every class you commit:

\**
*                    BioJava development code  
*  
* This code may be freely distributed and modified under theterms of the GNU Lesser General Public Licence.  This shouldbe distributed with the code.  If you do not have a copy,  
* see:  
*  
*      [http://www.gnu.org/copyleft/lesser.html](http://www.gnu.org/copyleft/lesser.html)  
*  
* Copyright for this code is held jointly by the individualauthors.  These should be listed in @author doc comments.  
*  
* For more information on the BioJava project and its aims,  
* or to join the biojava-l mailing listvisit the home pageat:  
*  
*      [http://www.biojava.org/](http://www.biojava.org/)  
*  
* Created on DATE  
*  
*/
X Tutup