Skip to content

Commit

Permalink
chore: add missing 3rd party license for h2 mvstore
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed Jan 10, 2024
1 parent e4038fd commit 7ace473
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions 3RD_PARTY_LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 3rd Party Libraries
- H2 MVStore

## H2 MVStore
This software contains unmodified binary redistributions for
H2 database engine (https://h2database.com/),
which is dual licensed and available under the MPL 2.0
(Mozilla Public License) or under the EPL 1.0 (Eclipse Public License).
An original copy of the license agreement can be found at:
https://h2database.com/html/license.html
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ void minifyJsons(String fdir) {
tasks.jarJar {
archiveClassifier = ''
from sourceSets.api.output
from { ["CREDITS.md", "LICENSE.txt"] } //copy files from the repository root into the jar
from { ["CREDITS.md", "LICENSE.txt", "3RD_PARTY_LICENSE.txt"] } //copy files from the repository root into the jar
}

jar {
Expand Down

0 comments on commit 7ace473

Please sign in to comment.