Skip to content

Commit eed51f8

Browse files
authored
Merge pull request #12 from julianladisch/LGPL-2.1-only-in-pom.xml
Fix license name and url in pom.xml (LGPL-2.1-only)
2 parents 7f4c280 + 37f540d commit eed51f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<url>http://www.indexdata.com/cql-java</url>
99
<licenses>
1010
<license>
11-
<name>LGPL</name>
12-
<url>http://www.indexdata.com/licences/lgpl</url>
11+
<name>LGPL-2.1-only</name>
12+
<url>https://spdx.org/licenses/LGPL-2.1-only.html</url>
1313
<distribution>repo</distribution>
1414
</license>
1515
</licenses>

0 commit comments

Comments
 (0)