Skip to content

Commit

Permalink
Update license reference
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <[email protected]>
  • Loading branch information
emmanuel-ferdman authored and 2No2Name committed Nov 29, 2024
1 parent d4ffbc9 commit 4fb7946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion components/mixin-config-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ tasks.withType(JavaCompile) {
}

jar {
from "${rootProject.projectDir}/LICENSE.txt"
from "${rootProject.projectDir}/LICENSE.md"
}

0 comments on commit 4fb7946

Please sign in to comment.