Skip to content

Commit

Permalink
Fix incorrect license versions in pom.xml. Fixes #4454.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Jan 24, 2017
1 parent e927035 commit 99c9b5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -115,12 +115,12 @@

<licenses>
<license>
<name>GPL 3</name>
<url>http://www.gnu.org/licenses/gpl-3.0-standalone.html</url>
<name>GPL 2</name>
<url>http://www.gnu.org/licenses/gpl-2.0-standalone.html</url>
</license>
<license>
<name>LGPL 3</name>
<url>http://www.gnu.org/licenses/lgpl-3.0-standalone.html</url>
<name>LGPL 2.0</name>

This comment has been minimized.

Copy link
@eregon

eregon Jan 24, 2017

Member

Typo, this should be 2.1 like in cb165f2 😃

This comment has been minimized.

Copy link
@enebo

enebo Jan 25, 2017

Member

@eregon thanks corrected in aa4336d

<url>http://www.gnu.org/licenses/lgpl-2.1-standalone.html</url>
</license>
<license>
<name>EPL</name>
Expand Down

0 comments on commit 99c9b5e

Please sign in to comment.