You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The CI pipeline will fail if code is not properly formatted.
34
34
35
35
### 2. Copyright Headers
36
36
37
-
All `.kt`and `.kts`files must include the MIT license header at the top:
37
+
All `.kt` files must include the MIT license header at the top:
38
38
39
39
```kotlin
40
40
/*
@@ -49,7 +49,7 @@ Running `./gradlew spotlessApply` automatically adds this header to any files mi
49
49
50
50
**Why copyright headers matter:** Including copyright headers on all source files helps avoid potential legal issues and keeps this library clean to use for both personal and commercial applications. The MIT license identifier makes licensing terms explicit and unambiguous.
51
51
52
-
The CI pipeline includes a copyright check that will fail if any Kotlin files are missing the required header.
52
+
The CI pipeline includes a copyright check that will fail if any `.kt` files are missing the required header.
0 commit comments