Fixed the N&L files. Renamed them to NOTICE, LICENSE and LICENSE-bin. Fixed the distribution poms
diff --git a/LICENSE.txt b/LICENSE
similarity index 100%
rename from LICENSE.txt
rename to LICENSE
diff --git a/LICENSE-bin.txt b/LICENSE-bin
similarity index 100%
rename from LICENSE-bin.txt
rename to LICENSE-bin
diff --git a/NOTICE.txt b/NOTICE
similarity index 100%
rename from NOTICE.txt
rename to NOTICE
diff --git a/NOTICE-bin.txt b/NOTICE-bin.txt
deleted file mode 100644
index 5ae7d44..0000000
--- a/NOTICE-bin.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Apache MINA
-Copyright 2007-2013 The Apache Software Foundation.
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
-
------ SLF4J -----
-Copyright (c) 2004-2013 QOS.ch
-All rights reserved.
-
-This product includes software developed at
-QOS.ch (http://www.slf4j.org/).
-
------ ProtocolBuffer -----
-Copyright 2008, Google Inc.
-All rights reserved.
-
-This product includes software developed by the Protocol Buffers
-project (http://code.google.com/apis/protocolbuffers).
diff --git a/distribution/src/main/assembly/bin.xml b/distribution/src/main/assembly/bin.xml
index d568900..b58a711 100644
--- a/distribution/src/main/assembly/bin.xml
+++ b/distribution/src/main/assembly/bin.xml
@@ -26,17 +26,12 @@
     <format>zip</format>
   </formats>
  
-  <!-- Copye an rename the NOTICE-bin and LICENSE-bin files --> 
+  <!-- Copy an rename the LICENSE-bin files --> 
   <files>
     <file>
-      <source>../NOTICE-bin.txt</source>
+      <source>../LICENSE-bin</source>
       <outputDirectory></outputDirectory>
-      <destName>NOTICE.txt</destName>
-    </file>
-    <file>
-      <source>../LICENSE-bin.txt</source>
-      <outputDirectory></outputDirectory>
-      <destName>LICENSE.txt</destName>
+      <destName>LICENSE</destName>
     </file>
   </files>
 
@@ -70,8 +65,8 @@
       </includes>
       <excludes>
         <exclude>KEYS</exclude>
-        <exclude>LICENSE.txt</exclude>
-        <exclude>NOTICE.txt</exclude>
+        <exclude>LICENSE</exclude>
+        <exclude>LICENSE-bin</exclude>
         <exclude>**/target</exclude>
         <exclude>**/target/**</exclude>
         <exclude>**/.settings</exclude>
diff --git a/distribution/src/main/assembly/src.xml b/distribution/src/main/assembly/src.xml
index ac17a18..2ac7aaa 100644
--- a/distribution/src/main/assembly/src.xml
+++ b/distribution/src/main/assembly/src.xml
@@ -33,8 +33,8 @@
       <outputDirectory></outputDirectory>
       <includes>
         <include>README*</include>
-        <include>LICENSE*</include>
-        <include>NOTICE.txt</include>
+        <include>LICENSE</include>
+        <include>NOTICE</include>
       </includes>
     </fileSet>
     
@@ -58,8 +58,8 @@
       <excludes>
         <exclude>.git/**</exclude>
         <exclude>KEYS</exclude>
-        <exclude>LICENSE*.txt</exclude>
-        <exclude>NOTICE.txt</exclude>
+        <exclude>LICENSE-bin</exclude>
+        <exclude>NOTICE</exclude>
         <exclude>**/target</exclude>
         <exclude>**/target/**</exclude>
         <exclude>**/.settings</exclude>