From 7a80be77328b26b8c8f473ae784e91fa52978843 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 2 Oct 2019 20:10:07 +0530 Subject: treewide: Fix typo in license header While we're here, also clarify we're strictly GPL-3.0 and not automatically opting into future revisions of the license. Signed-off-by: Harsh Shandilya --- buildSrc/build.gradle.kts | 2 +- buildSrc/src/main/kotlin/SpotlessConfiguration.kt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'buildSrc') diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 5b66e8ec..24b366c0 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -1,6 +1,6 @@ /* * Copyright © 2014-2019 The Android Password Store Authors. All Rights Reserved. - * SPDX-License-Identifier: GPL-2.0 + * SPDX-License-Identifier: GPL-3.0-only */ plugins { `kotlin-dsl` diff --git a/buildSrc/src/main/kotlin/SpotlessConfiguration.kt b/buildSrc/src/main/kotlin/SpotlessConfiguration.kt index 71cfc558..ff8ce05b 100644 --- a/buildSrc/src/main/kotlin/SpotlessConfiguration.kt +++ b/buildSrc/src/main/kotlin/SpotlessConfiguration.kt @@ -1,6 +1,6 @@ /* * Copyright © 2014-2019 The Android Password Store Authors. All Rights Reserved. - * SPDX-License-Identifier: GPL-2.0 + * SPDX-License-Identifier: GPL-3.0-only */ import com.diffplug.gradle.spotless.SpotlessExtension import com.diffplug.gradle.spotless.SpotlessPlugin @@ -10,7 +10,7 @@ import org.gradle.kotlin.dsl.configure val kotlinLicenseHeader = """/* * Copyright © 2014-2019 The Android Password Store Authors. All Rights Reserved. - * SPDX-License-Identifier: GPL-2.0 + * SPDX-License-Identifier: GPL-3.0-only */ """.trimIndent() -- cgit v1.2.3