Skip to content

Commit a74be26

Browse files
committed
fix: fix license check
1 parent 3e408aa commit a74be26

8 files changed

Lines changed: 23 additions & 0 deletions

File tree

slib/src/main/kotlin/org/screamingsandals/gradle/slib/AdditionalContent.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.screamingsandals.gradle.slib
1718

1819
import org.gradle.api.artifacts.dsl.DependencyHandler

slib/src/main/kotlin/org/screamingsandals/gradle/slib/AdditionalContentBuilder.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.screamingsandals.gradle.slib
1718

1819
import org.gradle.api.Action

slib/src/main/kotlin/org/screamingsandals/gradle/slib/SLibExtension.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.screamingsandals.gradle.slib
1718

1819
import org.gradle.api.Action

slib/src/main/kotlin/org/screamingsandals/gradle/slib/SLibModule.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.screamingsandals.gradle.slib
1718

1819
import org.gradle.api.artifacts.dsl.DependencyHandler

slib/src/main/kotlin/org/screamingsandals/gradle/slib/SLibPlugin.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.screamingsandals.gradle.slib
1718

1819
import com.github.jengelman.gradle.plugins.shadow.ShadowPlugin

slib/src/main/kotlin/org/screamingsandals/gradle/slib/SLibSingleModule.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.screamingsandals.gradle.slib
1718

1819
import org.gradle.api.artifacts.dsl.DependencyHandler

slib/src/main/kotlin/org/screamingsandals/gradle/slib/ThirdPartyModule.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.screamingsandals.gradle.slib
1718

1819
import org.gradle.api.artifacts.ModuleDependency

slib/src/main/kotlin/org/screamingsandals/gradle/slib/constants.kt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
* Copyright 2025 ScreamingSandals
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
117
package org.screamingsandals.gradle.slib
218

319
const val SCREAMING_LIB_GROUP_ID: String = "org.screamingsandals.lib"

0 commit comments

Comments
 (0)