Loading build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ subprojects { target '**/*.kt' targetExclude("$buildDir/**/*.kt") targetExclude('bin/**/*.kt') targetExclude '**/spotless/*.kt' ktlint(Versions.ktlint) licenseHeaderFile rootProject.file('spotless/copyright.kt') } Loading spotless/copyright.kt +1 −1 Original line number Diff line number Diff line /* * Copyright (C) 2021 E FOUNDATION * Copyright (C) $YEAR E FOUNDATION * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Loading Loading
build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ subprojects { target '**/*.kt' targetExclude("$buildDir/**/*.kt") targetExclude('bin/**/*.kt') targetExclude '**/spotless/*.kt' ktlint(Versions.ktlint) licenseHeaderFile rootProject.file('spotless/copyright.kt') } Loading
spotless/copyright.kt +1 −1 Original line number Diff line number Diff line /* * Copyright (C) 2021 E FOUNDATION * Copyright (C) $YEAR E FOUNDATION * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Loading