Skip to content

Commit 590e4a7

Browse files
committed
Adds proper license name to pom.xml
1 parent 8bbd33a commit 590e4a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ A complete copy of this license may be found in src/main/legal/LICENSE.txt of th
5050

5151
<licenses>
5252
<license>
53-
<name>GNU General Public License</name>
54-
<url>https://www.gnu.org/licenses/gpl.txt</url>
53+
<name>GNU General Public License v3.0</name>
54+
<url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
5555
<distribution>repo</distribution>
5656
</license>
5757
</licenses>

0 commit comments

Comments
 (0)