diff --git a/beacon/publish.gradle b/beacon/publish.gradle index afe306211..8453e9e6b 100644 --- a/beacon/publish.gradle +++ b/beacon/publish.gradle @@ -19,7 +19,7 @@ publishing { url = 'https://github.com/xpipe-io/xpipe/beacon' licenses { license { - name = 'The MIT License (MIT)' + name = 'Apache License 2.0' url = 'https://github.com/xpipe-io/xpipe/LICENSE.md' } } diff --git a/core/publish.gradle b/core/publish.gradle index b879c523b..614193ac7 100644 --- a/core/publish.gradle +++ b/core/publish.gradle @@ -11,7 +11,7 @@ publishing { url = 'https://github.com/xpipe-io/xpipe/core' licenses { license { - name = 'The MIT License (MIT)' + name = 'Apache License 2.0' url = 'https://github.com/xpipe-io/xpipe/LICENSE.md' } }