You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/06/07 14:09:43 UTC

[maven-site] branch master updated: Added missing licenses for rat checks

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 226876b  Added missing licenses for rat checks
226876b is described below

commit 226876ba1424912845ba1a708c4eeb5480a28b99
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Jun 5 19:24:20 2020 +0200

    Added missing licenses for rat checks
---
 content/resources/xsd/assembly-2.1.0.xsd           | 18 ++++++++++++++++++
 content/resources/xsd/assembly-component-2.1.0.xsd | 18 ++++++++++++++++++
 pom.xml                                            |  1 +
 3 files changed, 37 insertions(+)

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>