ACCESS-204: Include the LICENSE.txt in the distribution tarball
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..74d8ca9
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,3 @@
+This product includes software developed by The Apache Software
+Foundation (http://www.apache.org/).
+
diff --git a/access-dist/src/main/assembly/src.xml b/access-dist/src/main/assembly/src.xml
index 678aaaa..1964f40 100644
--- a/access-dist/src/main/assembly/src.xml
+++ b/access-dist/src/main/assembly/src.xml
@@ -102,6 +102,8 @@
         <include>bin/**</include>
         <include>conf/**</include>
         <include>pom.xml</include>
+        <include>LICENSE.txt</include>
+        <include>NOTICE</include>
       </includes>
     </fileSet>
   </fileSets>