From ec9d34def535acb51e7570c26a20c968e2777662 Mon Sep 17 00:00:00 2001 From: "Kenneth J. Shackleton" Date: Thu, 14 Sep 2023 09:13:57 +0100 Subject: [PATCH] Remove duplicated Apache license declaration. Signed-off-by: Kenneth J. Shackleton --- selekt-android-sqlcipher/build.gradle.kts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/selekt-android-sqlcipher/build.gradle.kts b/selekt-android-sqlcipher/build.gradle.kts index 86ddf27b76..fb0c757691 100644 --- a/selekt-android-sqlcipher/build.gradle.kts +++ b/selekt-android-sqlcipher/build.gradle.kts @@ -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")