You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2012/10/29 14:35:17 UTC

svn commit: r1403285 - in /maven/shared/trunk/maven-shared-utils: findbugs-exclude.xml pom.xml readme.md

Author: krosenvold
Date: Mon Oct 29 13:35:16 2012
New Revision: 1403285

URL: http://svn.apache.org/viewvc?rev=1403285&view=rev
Log:
o Added missing license headers

Modified:
    maven/shared/trunk/maven-shared-utils/findbugs-exclude.xml
    maven/shared/trunk/maven-shared-utils/pom.xml
    maven/shared/trunk/maven-shared-utils/readme.md

Modified: maven/shared/trunk/maven-shared-utils/findbugs-exclude.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-utils/findbugs-exclude.xml?rev=1403285&r1=1403284&r2=1403285&view=diff
==============================================================================
--- maven/shared/trunk/maven-shared-utils/findbugs-exclude.xml (original)
+++ maven/shared/trunk/maven-shared-utils/findbugs-exclude.xml Mon Oct 29 13:35:16 2012
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <FindBugsFilter>
     <Match>
         <Class name="org.apache.maven.shared.utils.cli.CommandLineUtils.*"/>

Modified: maven/shared/trunk/maven-shared-utils/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-utils/pom.xml?rev=1403285&r1=1403284&r2=1403285&view=diff
==============================================================================
--- maven/shared/trunk/maven-shared-utils/pom.xml (original)
+++ maven/shared/trunk/maven-shared-utils/pom.xml Mon Oct 29 13:35:16 2012
@@ -131,9 +131,7 @@
             <exclude>**/*.versionsBackup</exclude>
             <exclude>.gitignore</exclude>
             <exclude>src/test/resources/directorywalker/**/*</exclude>
-            <exclude>readme.md</exclude>
             <exclude>dependency-reduced-pom.xml</exclude>
-            <exclude>findbugs-exclude.xml</exclude>
           </excludes>
         </configuration>
       </plugin>

Modified: maven/shared/trunk/maven-shared-utils/readme.md
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-utils/readme.md?rev=1403285&r1=1403284&r2=1403285&view=diff
==============================================================================
--- maven/shared/trunk/maven-shared-utils/readme.md (original)
+++ maven/shared/trunk/maven-shared-utils/readme.md Mon Oct 29 13:35:16 2012
@@ -1,3 +1,21 @@
+<!---
+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.
+-->
 Apache Maven Shared Utils
 
 This project aims to be a functional replacement for