From cb9ccc0e3b0d3a757afb80424762d07e478db6f2 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Fri, 29 Nov 2024 03:26:16 -0800 Subject: [PATCH] Update license reference Signed-off-by: Emmanuel Ferdman --- README.md | 2 +- components/mixin-config-plugin/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8af53193..345023e29 100644 --- a/README.md +++ b/README.md @@ -131,4 +131,4 @@ format and all available options. The wiki may be outdated. ### License Lithium is licensed under GNU LGPLv3, a free and open-source license. For more information, please see the -[license file](LICENSE.txt). +[license file](LICENSE.md). diff --git a/components/mixin-config-plugin/build.gradle b/components/mixin-config-plugin/build.gradle index 4bac0952a..fd90e0586 100644 --- a/components/mixin-config-plugin/build.gradle +++ b/components/mixin-config-plugin/build.gradle @@ -34,5 +34,5 @@ tasks.withType(JavaCompile) { } jar { - from "${rootProject.projectDir}/LICENSE.txt" + from "${rootProject.projectDir}/LICENSE.md" } \ No newline at end of file