RC2 changes

- remove icomoon fond
- fix typo in license file
- update readme with instructions
- update pom to exclude license folder
diff --git a/LICENSE b/LICENSE
index deca997..3fe3488 100644
--- a/LICENSE
+++ b/LICENSE
@@ -201,7 +201,7 @@
    limitations under the License.
 
     =======================================================================================
-    Eclipse Public License 1.0 (EPL) For details, see licenses/LICENCE-EPL10
+    Eclipse Public License 1.0 (EPL) For details, see licenses/LICENSE-EPL10
     =======================================================================================
     plugins/transforms/userdefinedjavaclass/src/main/java/org/apache/hop/pipeline/transforms/userdefinedjavaclass/UserDefinedJavaClassHighlight.java
     plugins/transforms/javascript/src/main/java/org/apache/hop/pipeline/transforms/javascript/ScriptValuesHighlight.java
diff --git a/README.md b/README.md
index 31a0e69..24fa71e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Hop
+# Apache Hop (incubating)
 
 The Hop Orchestration Platform aims to facilitate all aspects of data and metadata orchestration.
 
@@ -11,7 +11,7 @@
 [![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/hop-project/)
 
 
-## Trying Hop 
+## Trying Apache Hop 
 
 Hop is work in progress. After building, the UI can be started, but a lot of things may be broken. 
 
@@ -24,8 +24,9 @@
 
 Check our [Contribution Guide](http://www.project-hop.org/community/contributing/) and the [Hop website](http://www.project-hop.org/) for more information on how to contribute.  
 
-## Build Hop 
+## Building Apache Hop
 
+### From source repository
 
 Required: 
 - [OpenJDK](https://openjdk.java.net/) Java 8 compiler 
@@ -40,7 +41,25 @@
     $ cd incubator-hop 
     $ mvn clean install 
 
-## Run Hop 
+### From release archive
+
+You can download a source release [here](https://downloads.apache.org/incubator/hop/)
+
+Required: 
+- [OpenJDK](https://openjdk.java.net/) Java 8 compiler 
+- [Maven](http://maven.apache.org/)
+
+Unzip the archive
+
+    $ tar -xf apache-hop*.tar.gz
+
+Change into the extracted folder and build
+
+    $ cd apache-hop-*-incubating
+    $ mvn clean install
+
+
+## Run Apache Hop 
 
 After a successful build, the Hop UI can be started.
 
diff --git a/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.eot b/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.eot
deleted file mode 100644
index 7540e3c..0000000
--- a/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.eot
+++ /dev/null
Binary files differ
diff --git a/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.svg b/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.svg
deleted file mode 100644
index 1aecef4..0000000
--- a/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.svg
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>Generated by IcoMoon</metadata>
-<defs>
-<font id="icomoon" horiz-adv-x="1024">
-<font-face units-per-em="1024" ascent="768" descent="-256" />
-<missing-glyph horiz-adv-x="1024" />
-<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
-<glyph unicode="&#xe8e7;" glyph-name="arrow-right" d="M356.928 28.317c-19.116-19.331-19.116-50.543 0-69.802 19.044-19.331 49.983-19.331 69.099 0l273.079 278.573c19.116 19.331 19.116 50.543 0 69.802l-273.079 278.624c-19.116 19.331-49.983 19.331-69.099 0s-19.116-50.491-0.061-69.72l223.962-243.765-223.88-243.683z" />
-</font></defs></svg>
\ No newline at end of file
diff --git a/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.ttf b/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.ttf
deleted file mode 100644
index 4966c5f..0000000
--- a/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.ttf
+++ /dev/null
Binary files differ
diff --git a/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.woff b/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.woff
deleted file mode 100644
index aec5528..0000000
--- a/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.woff
+++ /dev/null
Binary files differ
diff --git a/pom.xml b/pom.xml
index e47e1ca..07f695e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -864,6 +864,7 @@
                         <exclude>**/maven-compiler-plugin/</exclude>
                         <exclude>archive-samples/</exclude>
                         <exclude>pom.xml</exclude>
+                        <exclude>licenses/*</exclude>
                     </excludes>
                 </configuration>
             </plugin>