Add the licenses folder in assembly.xml
diff --git a/kerby-dist/has-dist/assembly.xml b/kerby-dist/has-dist/assembly.xml
index f70245c..a2a4ee6 100644
--- a/kerby-dist/has-dist/assembly.xml
+++ b/kerby-dist/has-dist/assembly.xml
@@ -41,5 +41,9 @@
         <include>NOTICE</include>
       </includes>
     </fileSet>
+    <fileSet>
+      <directory>licenses</directory>
+      <outputDirectory>licenses</outputDirectory>
+    </fileSet>
   </fileSets>
 </assembly>
\ No newline at end of file
diff --git a/kerby-dist/kdc-dist/assembly.xml b/kerby-dist/kdc-dist/assembly.xml
index 0966dc8..52c6287 100644
--- a/kerby-dist/kdc-dist/assembly.xml
+++ b/kerby-dist/kdc-dist/assembly.xml
@@ -41,5 +41,9 @@
         <include>NOTICE</include>
       </includes>
     </fileSet>
+    <fileSet>
+      <directory>licenses</directory>
+      <outputDirectory>licenses</outputDirectory>
+    </fileSet>
   </fileSets>
 </assembly>
\ No newline at end of file
diff --git a/kerby-dist/tool-dist/assembly.xml b/kerby-dist/tool-dist/assembly.xml
index f70245c..a2a4ee6 100644
--- a/kerby-dist/tool-dist/assembly.xml
+++ b/kerby-dist/tool-dist/assembly.xml
@@ -41,5 +41,9 @@
         <include>NOTICE</include>
       </includes>
     </fileSet>
+    <fileSet>
+      <directory>licenses</directory>
+      <outputDirectory>licenses</outputDirectory>
+    </fileSet>
   </fileSets>
 </assembly>
\ No newline at end of file