diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..69b1617
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1 @@
+Copyright © Cryptlex LLP. All rights reserved. Use is subject to Cryptlex's Terms of Service: https://docs.cryptlex.com/legal/terms-of-service.
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..8002599
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,6 @@
+
+Lists of 4 third-party dependencies.
+ (The Apache Software License, Version 2.0) Jackson-annotations (com.fasterxml.jackson.core:jackson-annotations:2.14.2 - https://github.com/FasterXML/jackson)
+ (The Apache Software License, Version 2.0) Jackson-core (com.fasterxml.jackson.core:jackson-core:2.14.2 - https://github.com/FasterXML/jackson-core)
+ (The Apache Software License, Version 2.0) jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.14.2 - https://github.com/FasterXML/jackson)
+ (Apache-2.0) (LGPL-2.1-or-later) Java Native Access (net.java.dev.jna:jna:5.10.0 - https://github.com/java-native-access/jna)
diff --git a/download-libs.sh b/download-libs.sh
index 3b371ba..86f7981 100755
--- a/download-libs.sh
+++ b/download-libs.sh
@@ -4,22 +4,31 @@ VERSION="v3.37.0";
mkdir -p tmp/windows
curl -O ${BASE_URL}/${VERSION}/LexActivator-Win.zip
unzip LexActivator-Win.zip -d ./tmp/windows
+cp ./tmp/windows/THIRD-PARTY-NOTICES.txt src/main/resources/win32-x86-64/
cp ./tmp/windows/libs/vc14/x64/LexActivator.dll src/main/resources/win32-x86-64/
+cp ./tmp/windows/THIRD-PARTY-NOTICES.txt src/main/resources/win32-x86/
cp ./tmp/windows/libs/vc14/x86/LexActivator.dll src/main/resources/win32-x86/
+cp ./tmp/windows/THIRD-PARTY-NOTICES.txt src/main/resources/win32-aarch64/
cp ./tmp/windows/libs/vc17/arm64/LexActivator.dll src/main/resources/win32-aarch64/
mkdir -p tmp/macos
curl -O ${BASE_URL}/${VERSION}/LexActivator-Mac.zip
unzip LexActivator-Mac.zip -d ./tmp/macos
+cp ./tmp/macos/THIRD-PARTY-NOTICES.txt src/main/resources/darwin-x86-64/
cp ./tmp/macos/libs/clang/x86_64/libLexActivator.dylib src/main/resources/darwin-x86-64/
+cp ./tmp/macos/THIRD-PARTY-NOTICES.txt src/main/resources/darwin-aarch64/
cp ./tmp/macos/libs/clang/arm64/libLexActivator.dylib src/main/resources/darwin-aarch64/
mkdir -p tmp/linux
curl -O ${BASE_URL}/${VERSION}/LexActivator-Linux.zip
unzip LexActivator-Linux.zip -d ./tmp/linux
+cp ./tmp/linux/THIRD-PARTY-NOTICES.txt src/main/resources/linux-x86-64/
cp ./tmp/linux/libs/gcc/amd64/libLexActivator.so src/main/resources/linux-x86-64/
+cp ./tmp/linux/THIRD-PARTY-NOTICES.txt src/main/resources/linux-x86/
cp ./tmp/linux/libs/gcc/i386/libLexActivator.so src/main/resources/linux-x86/
+cp ./tmp/linux/THIRD-PARTY-NOTICES.txt src/main/resources/linux-aarch64/
cp ./tmp/linux/libs/gcc/arm64/libLexActivator.so src/main/resources/linux-aarch64/
+cp ./tmp/linux/THIRD-PARTY-NOTICES.txt src/main/resources/linux-arm/
cp ./tmp/linux/libs/gcc/armhf/libLexActivator.so src/main/resources/linux-arm/
rm -f LexActivator-Win.zip
diff --git a/pom.xml b/pom.xml
index a4c65eb..cc8e225 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,8 +11,8 @@
- MIT License
- http://www.opensource.org/licenses/mit-license.php
+ Proprietary
+ https://docs.cryptlex.com/legal/terms-of-service
repo
@@ -67,6 +67,15 @@
false
${basedir}/src/main/resources
+
+ ${basedir}
+
+ LICENSE
+ NOTICE
+
+ META-INF
+ false
+