JOSHUA-324 Address Apache Joshua 6.1 RC#2 Issues
diff --git a/CHANGES.md b/CHANGES.md
index 97676b9..ca65ef1 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,4 +1,4 @@
-Apache Joshua 6.1 (Nov 10th, 2016)
+Apache Joshua 6.1 (Jan 17th, 2017)
 ==================================
 Release Report - https://s.apache.org/joshua6.1
 
diff --git a/LICENSE b/LICENSE.txt
similarity index 96%
rename from LICENSE
rename to LICENSE.txt
index 0aa5e64..dae2cae 100644
--- a/LICENSE
+++ b/LICENSE.txt
@@ -224,4 +224,12 @@
 Copyright (c) 2011-2015 Twitter, Inc.
 
 jquery 2.2.0, a javascript library.
-Copyright 2014 jQuery Foundation and other contributors, https://jquery.org/
\ No newline at end of file
+Copyright 2014 jQuery Foundation and other contributors, https://jquery.org/
+
+normalize.css A collection of HTML element and attribute style-normalizations 
+http://necolas.github.io/normalize.css/
+Copyright (c) Nicolas Gallagher and Jonathan Neal
+
+GLYPHICONS a library of precisely prepared monochromatic icons and symbols, 
+created with an emphasis to simplicity and easy orientation.
+http://glyphicons.com
\ No newline at end of file
diff --git a/doap_joshua.rdf b/doap_joshua.rdf
index 6374534..125d15a 100644
--- a/doap_joshua.rdf
+++ b/doap_joshua.rdf
@@ -37,7 +37,7 @@
     <release>
       <Version>
         <name>6.1 release</name>
-        <created>2016-11-10</created>
+        <created>2017-01-17</created>
         <revision>6.1</revision>
       </Version>
     </release>
diff --git a/src/main/assembly/src.xml b/src/main/assembly/src.xml
index 6a9970a..8d80225 100644
--- a/src/main/assembly/src.xml
+++ b/src/main/assembly/src.xml
@@ -26,7 +26,7 @@
     <format>zip</format>
   </formats>
   <includeBaseDirectory>true</includeBaseDirectory>
-  <baseDirectory>apache-joshua-${project.version}</baseDirectory>
+  <baseDirectory>apache-joshua-${project.version}-incubating</baseDirectory>
   <fileSets>
   <!-- include all modules -->
     <fileSet>
@@ -56,6 +56,14 @@
         <exclude>**/thrax/</exclude>
         <!-- exclude pom.xml.releaseBackup -->
         <exclude>pom.xml.releaseBackup</exclude>
+        <!-- Compiled binary GIZA++ -->
+        <exclude>**/bin/GIZA++</exclude>
+        <!-- Compiled binary mkcls -->
+        <exclude>**/bin/mkcls</exclude>
+        <!-- Compiled binary snt2cooc.out -->
+        <exclude>**/bin/snt2cooc.out</exclude>
+        <!-- Compiled binary lm.berkeleylm.gz -->
+        <exclude>**/src/test/resources/berkeley_lm/lm.berkeleylm.gz</exclude>
       </excludes>
     </fileSet>
   </fileSets>