Added missing licenses for rat checks

diff --git a/content/resources/xsd/assembly-2.1.0.xsd b/content/resources/xsd/assembly-2.1.0.xsd
index d13a8e3..f086ef9 100644
--- a/content/resources/xsd/assembly-2.1.0.xsd
+++ b/content/resources/xsd/assembly-2.1.0.xsd
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>

+<!--

+  Licensed to the Apache Software Foundation (ASF) under one

+  or more contributor license agreements.  See the NOTICE file

+  distributed with this work for additional information

+  regarding copyright ownership.  The ASF licenses this file

+  to you under the Apache License, Version 2.0 (the

+  "License"); you may not use this file except in compliance

+  with the License.  You may obtain a copy of the License at

+

+  http://www.apache.org/licenses/LICENSE-2.0

+

+  Unless required by applicable law or agreed to in writing,

+  software distributed under the License is distributed on an

+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

+  KIND, either express or implied.  See the License for the

+  specific language governing permissions and limitations

+  under the License.

+-->

 <!-- =================== DO NOT EDIT THIS FILE ====================         -->

 <!-- Generated by Modello 1.9.1,                                            -->

 <!-- any modifications will be overwritten.                                 -->

diff --git a/content/resources/xsd/assembly-component-2.1.0.xsd b/content/resources/xsd/assembly-component-2.1.0.xsd
index cc2a58e..96af315 100644
--- a/content/resources/xsd/assembly-component-2.1.0.xsd
+++ b/content/resources/xsd/assembly-component-2.1.0.xsd
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>

+<!--

+  Licensed to the Apache Software Foundation (ASF) under one

+  or more contributor license agreements.  See the NOTICE file

+  distributed with this work for additional information

+  regarding copyright ownership.  The ASF licenses this file

+  to you under the Apache License, Version 2.0 (the

+  "License"); you may not use this file except in compliance

+  with the License.  You may obtain a copy of the License at

+

+  http://www.apache.org/licenses/LICENSE-2.0

+

+  Unless required by applicable law or agreed to in writing,

+  software distributed under the License is distributed on an

+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

+  KIND, either express or implied.  See the License for the

+  specific language governing permissions and limitations

+  under the License.

+-->

 <!-- =================== DO NOT EDIT THIS FILE ====================         -->

 <!-- Generated by Modello 1.9.1,                                            -->

 <!-- any modifications will be overwritten.                                 -->

diff --git a/pom.xml b/pom.xml
index 40cc8f4..f5965d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,6 +271,7 @@
             <exclude>content/filtered-resources/.htaccess</exclude>
             <exclude>content/resources/developers/svn-eol-style.txt</exclude>
             <exclude>content/resources/download.cgi</exclude>
+            <exclude>content/resources/badges/*.json</exclude>
           </excludes>
         </configuration>
       </plugin>