Skip to content

Commit

Permalink
set correct license information in pom.xml, fixes #600
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Oct 17, 2022
1 parent 214eea3 commit a5ed0bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/android/release.template.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ ext {
developerName = 'ARTHENICA'
developerEmail = 'open-source@arthenica.com'

if (Project.hasProperty('releaseGPL')) {
gplLicensed = findProperty('releaseGPL') ?: '0'
if (gplLicensed == "1") {
licenseName = 'GNU General Public License version 3'
licenseUrl = 'https://www.gnu.org/licenses/gpl-3.0.txt'
} else {
Expand Down

0 comments on commit a5ed0bd

Please sign in to comment.