Skip to content

Commit

Permalink
pom: Fix license name
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
tsteenbe committed Jan 16, 2025
1 parent cb44a7b commit 3def496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<url>https://github.com/rohanpadhye/jqf</url>
<licenses>
<license>
<name>FreeBSD License</name>
<name>BSD-2-Clause</name>
<url>https://opensource.org/licenses/BSD-2-Clause</url>
</license>
</licenses>
Expand Down

0 comments on commit 3def496

Please sign in to comment.