From fbfe4bdf4ba891669ccccf274edefa00f48142c1 Mon Sep 17 00:00:00 2001 From: crschnick Date: Sat, 9 Mar 2024 02:16:55 +0000 Subject: [PATCH] Fix old license URLs --- beacon/publish.gradle | 2 +- core/publish.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/beacon/publish.gradle b/beacon/publish.gradle index afe30621..8453e9e6 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 b879c523..614193ac 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' } }