File tree Expand file tree Collapse file tree 2 files changed +57
-1
lines changed
Expand file tree Collapse file tree 2 files changed +57
-1
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,32 @@ title: BioJava3 license
44
55BioJava 3 is using the [ standard BioJava
66license] ( BioJava:License " wikilink ") : LGPL v 2.1
7+
8+ Developers: Please include the following javadoc in the header of every
9+ class you commit:
10+
11+ <java > /\*
12+
13+ ` * BioJava development code `
14+ ` * `
15+ ` * This code may be freely distributed and modified under the `
16+ ` * terms of the GNU Lesser General Public Licence. This should `
17+ ` * be distributed with the code. If you do not have a copy, `
18+ ` * see: `
19+ ` * `
20+ ` * ` [ ` http://www.gnu.org/copyleft/lesser.html ` ] ( http://www.gnu.org/copyleft/lesser.html )
21+ ` * `
22+ ` * Copyright for this code is held jointly by the individual `
23+ ` * authors. These should be listed in @author doc comments. `
24+ ` * `
25+ ` * For more information on the BioJava project and its aims, `
26+ ` * or to join the biojava-l mailing list, visit the home page `
27+ ` * at: `
28+ ` * `
29+ ` * ` [ ` http://www.biojava.org/ ` ] ( http://www.biojava.org/ )
30+ ` * `
31+ ` * Created on DATE `
32+ ` * `
33+ ` */ `
34+
35+ </java >
Original file line number Diff line number Diff line change 1- BioJava 3 is using the [[BioJava :License |standard BioJava license ]]: LGPL v 2.1
1+ BioJava 3 is using the [[BioJava :License |standard BioJava license ]]: LGPL v 2.1
2+
3+ Developers: Please include the following javadoc in the header of every class you commit:
4+
5+ <java>
6+ /*
7+ * BioJava development code
8+ *
9+ * This code may be freely distributed and modified under the
10+ * terms of the GNU Lesser General Public Licence. This should
11+ * be distributed with the code. If you do not have a copy,
12+ * see:
13+ *
14+ * http://www.gnu.org/copyleft/lesser.html
15+ *
16+ * Copyright for this code is held jointly by the individual
17+ * authors. These should be listed in @author doc comments.
18+ *
19+ * For more information on the BioJava project and its aims,
20+ * or to join the biojava-l mailing list, visit the home page
21+ * at:
22+ *
23+ * http://www.biojava.org/
24+ *
25+ * Created on DATE
26+ *
27+ */
28+ </java>
You can’t perform that action at this time.
0 commit comments