Skip to content

Commit 0cee532

Browse files
committed
Change to wiki page
1 parent ffbc358 commit 0cee532

File tree

2 files changed

+57
-1
lines changed

2 files changed

+57
-1
lines changed

_wikis/BioJava3_license.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,32 @@ title: BioJava3 license
44

55
BioJava 3 is using the [standard BioJava
66
license](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>

_wikis/BioJava3_license.mediawiki

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
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>

0 commit comments

Comments
 (0)