Skip to content

Commit

Permalink
Merge pull request #1356 from matthiasblaesing/licenses_in_pom
Browse files Browse the repository at this point in the history
Optimize license information in pom.xml
  • Loading branch information
matthiasblaesing authored Jun 29, 2021
2 parents 7b9322d + 8650671 commit d367f02
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 40 deletions.
30 changes: 20 additions & 10 deletions pom-jna-jpms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,26 @@
<url>https://github.com/java-native-access/jna</url>

<licenses>
<license>
<name>LGPL, version 2.1</name>
<url>http://www.gnu.org/licenses/licenses.html</url>
<distribution>repo</distribution>
</license>
<license>
<name>Apache License v2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
<license>
<name>LGPL-2.1-or-later</name>
<url>https://www.gnu.org/licenses/old-licenses/lgpl-2.1</url>
<distribution>repo</distribution>
<comments>
Java Native Access (JNA) is licensed under the LGPL, version 2.1 or
later, or the Apache License, version 2.0. You can freely decide which
license you want to apply to the project.
</comments>
</license>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>
Java Native Access (JNA) is licensed under the LGPL, version 2.1 or
later, or the Apache License, version 2.0. You can freely decide which
license you want to apply to the project.
</comments>
</license>
</licenses>

<scm>
Expand Down
30 changes: 20 additions & 10 deletions pom-jna-platform-jpms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,26 @@
<url>https://github.com/java-native-access/jna</url>

<licenses>
<license>
<name>LGPL, version 2.1</name>
<url>http://www.gnu.org/licenses/licenses.html</url>
<distribution>repo</distribution>
</license>
<license>
<name>Apache License v2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
<license>
<name>LGPL-2.1-or-later</name>
<url>https://www.gnu.org/licenses/old-licenses/lgpl-2.1</url>
<distribution>repo</distribution>
<comments>
Java Native Access (JNA) is licensed under the LGPL, version 2.1 or
later, or the Apache License, version 2.0. You can freely decide which
license you want to apply to the project.
</comments>
</license>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>
Java Native Access (JNA) is licensed under the LGPL, version 2.1 or
later, or the Apache License, version 2.0. You can freely decide which
license you want to apply to the project.
</comments>
</license>
</licenses>

<scm>
Expand Down
30 changes: 20 additions & 10 deletions pom-jna-platform.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,26 @@
<url>https://github.com/java-native-access/jna</url>

<licenses>
<license>
<name>LGPL, version 2.1</name>
<url>http://www.gnu.org/licenses/licenses.html</url>
<distribution>repo</distribution>
</license>
<license>
<name>Apache License v2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
<license>
<name>LGPL-2.1-or-later</name>
<url>https://www.gnu.org/licenses/old-licenses/lgpl-2.1</url>
<distribution>repo</distribution>
<comments>
Java Native Access (JNA) is licensed under the LGPL, version 2.1 or
later, or the Apache License, version 2.0. You can freely decide which
license you want to apply to the project.
</comments>
</license>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>
Java Native Access (JNA) is licensed under the LGPL, version 2.1 or
later, or the Apache License, version 2.0. You can freely decide which
license you want to apply to the project.
</comments>
</license>
</licenses>

<scm>
Expand Down
30 changes: 20 additions & 10 deletions pom-jna.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,26 @@
<url>https://github.com/java-native-access/jna</url>

<licenses>
<license>
<name>LGPL, version 2.1</name>
<url>http://www.gnu.org/licenses/licenses.html</url>
<distribution>repo</distribution>
</license>
<license>
<name>Apache License v2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
<license>
<name>LGPL-2.1-or-later</name>
<url>https://www.gnu.org/licenses/old-licenses/lgpl-2.1</url>
<distribution>repo</distribution>
<comments>
Java Native Access (JNA) is licensed under the LGPL, version 2.1 or
later, or the Apache License, version 2.0. You can freely decide which
license you want to apply to the project.
</comments>
</license>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>
Java Native Access (JNA) is licensed under the LGPL, version 2.1 or
later, or the Apache License, version 2.0. You can freely decide which
license you want to apply to the project.
</comments>
</license>
</licenses>

<scm>
Expand Down

0 comments on commit d367f02

Please sign in to comment.