Skip to content

Commit 02dfd82

Browse files
authored
Update license in Maven publication to MIT
1 parent 69ec9bd commit 02dfd82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ publishing {
7777
url = 'https://github.com/micheljung/fxstage'
7878
licenses {
7979
license {
80-
name = 'GNU General Public License, Version 3.0'
81-
url = 'https://www.gnu.org/licenses/gpl-3.0.html'
80+
name = 'MIT'
81+
url = 'https://mit-license.org/'
8282
}
8383
}
8484
developers {

0 commit comments

Comments
 (0)