Skip to content

Commit f5eb0db

Browse files
kirich1409claude
andauthored
Fix license mismatch: use MIT in all POM declarations (#174)
* Add SECURITY.md with vulnerability disclosure policy Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Fix license mismatch: use MIT consistently across all POM declarations Closes #168 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ef6b72a commit f5eb0db

16 files changed

Lines changed: 32 additions & 32 deletions

File tree

core/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ mavenPublishing {
105105
url.set("https://github.com/AndroidBroadcast/Featured")
106106
licenses {
107107
license {
108-
name.set("The Apache Software License, Version 2.0")
109-
url.set("https://www.apache.org/licenses/LICENSE-2.0.txt")
108+
name.set("MIT License")
109+
url.set("https://opensource.org/licenses/MIT")
110110
distribution.set("repo")
111111
}
112112
}

featured-bom/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ mavenPublishing {
4141
url.set("https://github.com/AndroidBroadcast/Featured")
4242
licenses {
4343
license {
44-
name.set("The Apache Software License, Version 2.0")
45-
url.set("https://www.apache.org/licenses/LICENSE-2.0.txt")
44+
name.set("MIT License")
45+
url.set("https://opensource.org/licenses/MIT")
4646
distribution.set("repo")
4747
}
4848
}

featured-compose/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ mavenPublishing {
7070
url.set("https://github.com/AndroidBroadcast/Featured")
7171
licenses {
7272
license {
73-
name.set("The Apache Software License, Version 2.0")
74-
url.set("https://www.apache.org/licenses/LICENSE-2.0.txt")
73+
name.set("MIT License")
74+
url.set("https://opensource.org/licenses/MIT")
7575
distribution.set("repo")
7676
}
7777
}

featured-debug-ui/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ mavenPublishing {
7272
url.set("https://github.com/AndroidBroadcast/Featured")
7373
licenses {
7474
license {
75-
name.set("The Apache Software License, Version 2.0")
76-
url.set("https://www.apache.org/licenses/LICENSE-2.0.txt")
75+
name.set("MIT License")
76+
url.set("https://opensource.org/licenses/MIT")
7777
distribution.set("repo")
7878
}
7979
}

featured-detekt-rules/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ mavenPublishing {
2828
url.set("https://github.com/AndroidBroadcast/Featured")
2929
licenses {
3030
license {
31-
name.set("The Apache Software License, Version 2.0")
32-
url.set("https://www.apache.org/licenses/LICENSE-2.0.txt")
31+
name.set("MIT License")
32+
url.set("https://opensource.org/licenses/MIT")
3333
distribution.set("repo")
3434
}
3535
}

featured-gradle-plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ mavenPublishing {
3434
url.set("https://github.com/AndroidBroadcast/Featured")
3535
licenses {
3636
license {
37-
name.set("The Apache Software License, Version 2.0")
38-
url.set("https://www.apache.org/licenses/LICENSE-2.0.txt")
37+
name.set("MIT License")
38+
url.set("https://opensource.org/licenses/MIT")
3939
distribution.set("repo")
4040
}
4141
}

featured-lint-rules/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ mavenPublishing {
3636
url.set("https://github.com/AndroidBroadcast/Featured")
3737
licenses {
3838
license {
39-
name.set("The Apache Software License, Version 2.0")
40-
url.set("https://www.apache.org/licenses/LICENSE-2.0.txt")
39+
name.set("MIT License")
40+
url.set("https://opensource.org/licenses/MIT")
4141
distribution.set("repo")
4242
}
4343
}

featured-platform/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ mavenPublishing {
7878
url.set("https://github.com/AndroidBroadcast/Featured")
7979
licenses {
8080
license {
81-
name.set("The Apache Software License, Version 2.0")
82-
url.set("https://www.apache.org/licenses/LICENSE-2.0.txt")
81+
name.set("MIT License")
82+
url.set("https://opensource.org/licenses/MIT")
8383
distribution.set("repo")
8484
}
8585
}

featured-registry/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ mavenPublishing {
8888
url.set("https://github.com/AndroidBroadcast/Featured")
8989
licenses {
9090
license {
91-
name.set("The Apache Software License, Version 2.0")
92-
url.set("https://www.apache.org/licenses/LICENSE-2.0.txt")
91+
name.set("MIT License")
92+
url.set("https://opensource.org/licenses/MIT")
9393
distribution.set("repo")
9494
}
9595
}

featured-testing/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ mavenPublishing {
6666
url.set("https://github.com/AndroidBroadcast/Featured")
6767
licenses {
6868
license {
69-
name.set("The Apache Software License, Version 2.0")
70-
url.set("https://www.apache.org/licenses/LICENSE-2.0.txt")
69+
name.set("MIT License")
70+
url.set("https://opensource.org/licenses/MIT")
7171
distribution.set("repo")
7272
}
7373
}

0 commit comments

Comments
 (0)