Skip to content

Commit

Permalink
Update LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Nov 30, 2023
1 parent 947903d commit c8502da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021-2022 Jason Penilla
Copyright (c) 2021-2023 Jason Penilla
Contributors

Copyright (c) 2020-2021 William Blake Galbreath & Contributors
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tasks {
}
shadowJar {
from(rootProject.projectDir.resolve("LICENSE")) {
rename { "LICENSE_${rootProject.name}" }
rename("LICENSE", "META-INF/LICENSE_${rootProject.name}")
}
minimize {
exclude { it.moduleName.contains("squaremap") }
Expand Down

0 comments on commit c8502da

Please sign in to comment.