Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
fix(license): fix license template
Browse files Browse the repository at this point in the history
  • Loading branch information
xzima committed Apr 7, 2022
1 parent e25088c commit 86a93d3
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/LICENSES_THIRD_PARTY_groupByLicense.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,17 @@
<#if licenseMap?size == 0>
The project has no dependencies.
<#else>
We uses third-party libraries which may be distributed under different
licenses. We have listed all of these third party libraries and their licenses
below. This file can be regenerated at any time by simply running:
We uses third-party libraries which may be distributed under different licenses.
We have listed all of these third party libraries and their licenses below.

mvn clean verify -Dthird.party.licenses=true

You must agree to the terms of these licenses, in addition to
source code license, in order to use this software.
You must agree to the terms of these licenses, in addition to source code license, in order to use this software.

---------------------------------------------------
Third party Java libraries listed by License type.

PLEASE NOTE: Some dependencies may be listed under multiple licenses if they
are dual-licensed. This is especially true of anything listed as
"GNU General Public Library" below, as we actually does NOT allow for any
dependencies that are solely released under GPL terms.
PLEASE NOTE: Some dependencies may be listed under multiple licenses if they are dual-licensed.
This is especially true of anything listed as "GNU General Public Library" below,
as we actually does NOT allow for any dependencies that are solely released under GPL terms.
---------------------------------------------------
<#list licenseMap as e>
<#assign license = e.getKey()/>
Expand Down

0 comments on commit 86a93d3

Please sign in to comment.