X Tutup
Skip to content

Commit 508ff37

Browse files
committed
Adding license to sub-poms
1 parent c3bf680 commit 508ff37

File tree

15 files changed

+124
-28
lines changed

15 files changed

+124
-28
lines changed

biojava-aa-prop/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
<name>biojava-aa-prop</name>
1010
<url>http://www.biojava.org</url>
1111

12+
<licenses>
13+
<license>
14+
<name>GNU LGPL v2</name>
15+
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
16+
<distribution>repo</distribution>
17+
</license>
18+
</licenses>
19+
1220
<build>
1321
<plugins>
1422
<plugin>

biojava-alignment/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@
99
<artifactId>biojava-alignment</artifactId>
1010
<name>biojava-alignment</name>
1111

12-
<url>http://maven.apache.org</url>
12+
<licenses>
13+
<license>
14+
<name>GNU LGPL v2</name>
15+
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
16+
<distribution>repo</distribution>
17+
</license>
18+
</licenses>
19+
20+
<url>http://www.biojava.org</url>
1321
<properties>
1422
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1523
</properties>

biojava-core/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313
<name>BioJava</name>
1414
<url>http://www.biojava.org</url>
1515
</organization>
16+
17+
<licenses>
18+
<license>
19+
<name>GNU LGPL v2</name>
20+
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
21+
<distribution>repo</distribution>
22+
</license>
23+
</licenses>
24+
1625
<build>
1726
<plugins>
1827
<plugin>

biojava-genome/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>biojava-genome</artifactId>
1010
<name>biojava-genome</name>
11+
12+
<licenses>
13+
<license>
14+
<name>GNU LGPL v2</name>
15+
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
16+
<distribution>repo</distribution>
17+
</license>
18+
</licenses>
19+
1120
<repositories>
1221
<repository>
1322
<id>biojava-maven-repo</id>

biojava-integrationtest/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
<packaging>jar</packaging>
1111
<name>biojava-integrationtest</name>
1212
<url>http://www.biojava.org</url>
13+
14+
<licenses>
15+
<license>
16+
<name>GNU LGPL v2</name>
17+
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
18+
<distribution>repo</distribution>
19+
</license>
20+
</licenses>
21+
1322
<properties>
1423
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1524
<project.build.targetEncoding>UTF-8</project.build.targetEncoding>

biojava-modfinder/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
<artifactId>biojava-modfinder</artifactId>
1010
<name>biojava-modfinder</name>
1111
<url>http://www.biojava.org</url>
12+
13+
<licenses>
14+
<license>
15+
<name>GNU LGPL v2</name>
16+
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
17+
<distribution>repo</distribution>
18+
</license>
19+
</licenses>
20+
1221
<properties>
1322
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1423
<project.build.targetEncoding>UTF-8</project.build.targetEncoding>

biojava-ontology/pom.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,16 @@
99

1010
<artifactId>biojava-ontology</artifactId>
1111
<name>biojava-ontology</name>
12-
<url>http://maven.apache.org</url>
13-
12+
<url>http://www.biojava.org</url>
13+
14+
<licenses>
15+
<license>
16+
<name>GNU LGPL v2</name>
17+
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
18+
<distribution>repo</distribution>
19+
</license>
20+
</licenses>
21+
1422
<dependencies>
1523
<dependency>
1624
<groupId>junit</groupId>

biojava-phylo/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
<name>biojava-phylo</name>
1111

1212
<url>http://www.biojava.org</url>
13+
14+
<licenses>
15+
<license>
16+
<name>GNU LGPL v2</name>
17+
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
18+
<distribution>repo</distribution>
19+
</license>
20+
</licenses>
21+
1322
<build>
1423
<plugins>
1524
<plugin>

biojava-protein-comparison-tool/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
<packaging>jar</packaging>
1313
<name>biojava-protein-comparison-tool</name>
1414
<url>http://source.rcsb.org</url>
15+
<licenses>
16+
<license>
17+
<name>GNU LGPL v2</name>
18+
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
19+
<distribution>repo</distribution>
20+
</license>
21+
</licenses>
1522
<properties>
1623
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1724
<project.build.targetEncoding>UTF-8</project.build.targetEncoding>

biojava-protein-disorder/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
<packaging>jar</packaging>
1010
<name>biojava-protein-disorder</name>
1111
<description>This module is for predicting disordered regions in protein sequences</description>
12+
<licenses>
13+
<license>
14+
<name>GNU LGPL v2</name>
15+
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
16+
<distribution>repo</distribution>
17+
</license>
18+
</licenses>
1219
<build>
1320
<plugins>
1421
<plugin>

0 commit comments

Comments
 (0)
X Tutup