diff options
Diffstat (limited to 'buildSrc/src')
-rw-r--r-- | buildSrc/src/main/kotlin/SpotlessConfiguration.kt | 4 |
1 files changed, 2 insertions, 2 deletions
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() |