Skip to content

Commit

Permalink
Remove duplicated Apache license declaration.
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed Sep 14, 2023
1 parent 06f5cd0 commit ec9d34d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions selekt-android-sqlcipher/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ components.matching { "release" == it.name }.configureEach {
commonInitialisation(project)
description.set("SQLCipher for Selekt's Android Library.")
licenses {
license {
name.set("The Apache Software License, Version 2.0")
url.set("https://www.apache.org/licenses/LICENSE-2.0.txt")
}
license {
name.set("Zetetic LLC")
url.set("https://www.zetetic.net/sqlcipher/license")
Expand Down

0 comments on commit ec9d34d

Please sign in to comment.