Skip to content

Commit 213e45a

Browse files
committed
update license header
1 parent 23cc710 commit 213e45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ tasks.named<Test>("jvmTest") {
120120
spotless {
121121
kotlin {
122122
target("**/*.kt")
123-
licenseHeader("/* Spotify Web API - Kotlin Wrapper; MIT License, 2019; Original author: Adam Ratzman */")
123+
licenseHeader("/* Spotify Web API, Kotlin Wrapper; MIT License, 2017-2020; Original author: Adam Ratzman */")
124124
ktlint()
125125
}
126126
}

0 commit comments

Comments
 (0)