@@ -8,28 +8,28 @@ license](/wikis/BioJava:License "wikilink"): LGPL v 2.1
88Developers: Please include the following javadoc in the header of every
99class you commit:
1010
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-
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+ */
3534```
35+
0 commit comments