diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-04-10 13:15:54 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-04-10 13:24:58 +0530 |
commit | e6744fa5a9e047d056765557c4aafc120393db26 (patch) | |
tree | c8037c8e9652f3ebf4be6e814150c0adbaaff39a /openpgp-ktx/gradle.properties | |
parent | 7a0add8e9ca6b33864965a666670d3b239031568 (diff) |
openpgp-ktx: relicence to Apache 2.0
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'openpgp-ktx/gradle.properties')
-rw-r--r-- | openpgp-ktx/gradle.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openpgp-ktx/gradle.properties b/openpgp-ktx/gradle.properties index 8e65a892..a5bab53f 100644 --- a/openpgp-ktx/gradle.properties +++ b/openpgp-ktx/gradle.properties @@ -1,6 +1,6 @@ # # Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. -# SPDX-License-Identifier: GPL-3.0-only +# SPDX-License-Identifier: Apache-2.0 # VERSION_NAME=2.2.0 @@ -14,8 +14,8 @@ POM_SCM_URL=https://github.com/Android-Password-Store/android-password-store POM_SCM_CONNECTION=scm:git:https://github.com/Android-Password-Store/android-password-store.git POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com:Android-Password-Store/android-password-store -POM_LICENCE_NAME=LGPL-3.0-only WITH LGPL-3.0-linking-exception -POM_LICENCE_URL=https://www.gnu.org/licenses/lgpl-3.0.txt +POM_LICENCE_NAME=Apache-2.0 +POM_LICENCE_URL=https://opensource.org/licenses/Apache-2.0 POM_LICENCE_DIST=repo POM_DEVELOPER_ID=android-password-store |