Skip to content

Commit 3cf1e50

Browse files
fix: properly mark as apache license
1 parent d70bae5 commit 3cf1e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/pq.java-conventions.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ publishing {
8080
}
8181
licenses {
8282
license {
83-
name = "GNU General Public License v3.0"
84-
url = "https://www.gnu.org/licenses/gpl-3.0.html"
83+
name = "Apache License 2.0"
84+
url = "https://www.apache.org/licenses/LICENSE-2.0"
8585
}
8686
}
8787
scm {

0 commit comments

Comments
 (0)