Skip to content

Commit 55ec4ca

Browse files
authored
pom: Fix license name (#267)
Fix up license metadata in parent pom as LICENSE file[1] of JQF project matches the BSD-2-Clause[2] license text and not FreeBSD or BSD-2-Clause-FreeBSD[3]. [1]: https://github.com/rohanpadhye/JQF/blob/jqf-2.0/LICENSE [2]: https://spdx.org/licenses/BSD-2-Clause.html [3]: https://spdx.org/licenses/BSD-2-Clause-FreeBSD.html Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent cb44a7b commit 55ec4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<url>https://github.com/rohanpadhye/jqf</url>
1313
<licenses>
1414
<license>
15-
<name>FreeBSD License</name>
15+
<name>BSD-2-Clause</name>
1616
<url>https://opensource.org/licenses/BSD-2-Clause</url>
1717
</license>
1818
</licenses>

0 commit comments

Comments
 (0)