Author: dennisl
Date: Sat Sep 14 20:22:57 2013
New Revision: 1523311

URL: http://svn.apache.org/r1523311
Log:
Add missing license headers.
This plugin now passes the checks done by RAT.

Modified:
    
maven/plugins/trunk/maven-verifier-plugin/src/it/default/src/test/verifier/verifications.xml
    
maven/plugins/trunk/maven-verifier-plugin/src/it/simple/src/main/resources/file1.txt
    
maven/plugins/trunk/maven-verifier-plugin/src/it/simple/src/main/resources/file2.txt
    
maven/plugins/trunk/maven-verifier-plugin/src/site/apt/examples/sample-verifications.apt
    maven/plugins/trunk/maven-verifier-plugin/src/site/apt/usage.apt.vm

Modified: 
maven/plugins/trunk/maven-verifier-plugin/src/it/default/src/test/verifier/verifications.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-verifier-plugin/src/it/default/src/test/verifier/verifications.xml?rev=1523311&r1=1523310&r2=1523311&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-verifier-plugin/src/it/default/src/test/verifier/verifications.xml
 (original)
+++ 
maven/plugins/trunk/maven-verifier-plugin/src/it/default/src/test/verifier/verifications.xml
 Sat Sep 14 20:22:57 2013
@@ -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.
+-->
 <verifications>
   <files>
     <file>

Modified: 
maven/plugins/trunk/maven-verifier-plugin/src/it/simple/src/main/resources/file1.txt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-verifier-plugin/src/it/simple/src/main/resources/file1.txt?rev=1523311&r1=1523310&r2=1523311&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-verifier-plugin/src/it/simple/src/main/resources/file1.txt
 (original)
+++ 
maven/plugins/trunk/maven-verifier-plugin/src/it/simple/src/main/resources/file1.txt
 Sat Sep 14 20:22:57 2013
@@ -1 +1,18 @@
+# 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.
+
 This one is quite empty.

Modified: 
maven/plugins/trunk/maven-verifier-plugin/src/it/simple/src/main/resources/file2.txt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-verifier-plugin/src/it/simple/src/main/resources/file2.txt?rev=1523311&r1=1523310&r2=1523311&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-verifier-plugin/src/it/simple/src/main/resources/file2.txt
 (original)
+++ 
maven/plugins/trunk/maven-verifier-plugin/src/it/simple/src/main/resources/file2.txt
 Sat Sep 14 20:22:57 2013
@@ -1 +1,18 @@
+# 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.
+
 Lots of stuff here.... aaaabbbb that's all!!

Modified: 
maven/plugins/trunk/maven-verifier-plugin/src/site/apt/examples/sample-verifications.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-verifier-plugin/src/site/apt/examples/sample-verifications.apt?rev=1523311&r1=1523310&r2=1523311&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-verifier-plugin/src/site/apt/examples/sample-verifications.apt
 (original)
+++ 
maven/plugins/trunk/maven-verifier-plugin/src/site/apt/examples/sample-verifications.apt
 Sat Sep 14 20:22:57 2013
@@ -6,6 +6,26 @@
  2010-01-18
  ------
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Sample Verifications
 
   Here is an example of what a <<<verifications.xml>>> file can look like:

Modified: maven/plugins/trunk/maven-verifier-plugin/src/site/apt/usage.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-verifier-plugin/src/site/apt/usage.apt.vm?rev=1523311&r1=1523310&r2=1523311&view=diff
==============================================================================
--- maven/plugins/trunk/maven-verifier-plugin/src/site/apt/usage.apt.vm 
(original)
+++ maven/plugins/trunk/maven-verifier-plugin/src/site/apt/usage.apt.vm Sat Sep 
14 20:22:57 2013
@@ -6,6 +6,26 @@
  2010-01-18
  ------
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Usage
 
   To verify file system resources during your build, add the Verifier Plugin in


Reply via email to