Skip to content

Commit 6ecc8df

Browse files
Michael Heuerandreasprlic
authored andcommitted
added license specification, LGPL version 2.1 or any later version note
1 parent 11da9e2 commit 6ecc8df

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

wiki/BioJava3_Design.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Basic principles
5050
Serializable wherever possible.
5151
- Any general-use methods to be exposed via SPI (e.g.
5252
getTopBlastHit()).
53+
- The source code license will be the GNU Lesser General Public
54+
License (LGPL) "version 2.1 or any later version".
5355

5456
Compromises and Unfinished bits
5557
-------------------------------

wiki/BioJava3_Design.mediawiki

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This document was based on comments made on the following pages:
2121
* Separation of functionality - don't make sequences load features, and don't make features load their sequence by default. This saves memory and allows work to be done independently on the specific parts of interest.
2222
* Always ALWAYS correctly implement equals, compareTo, hashCode, and Serializable wherever possible.
2323
* Any general-use methods to be exposed via SPI (e.g. getTopBlastHit()).
24+
* The source code license will be the GNU Lesser General Public License (LGPL) "version 2.1 or any later version".
2425
2526
==Compromises and Unfinished bits==
2627
* TestNG was suggested instead of JUnit, but knowledge of this tool is not so widespread and this may impact on quality of testing.

0 commit comments

Comments
 (0)