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

svn commit: r1523320 - in /maven/plugins/trunk/maven-acr-plugin/src/it: it-01/ it-01/src/main/java/org/apache/maven/plugin/acr/it/it01/ it-01/src/main/resources/META-INF/ it-02/ it-02/app-client/src/main/java/org/apache/maven/plugin/acr/it/it02/ it-02/...

Author: dennisl
Date: Sat Sep 14 20:43:18 2013
New Revision: 1523320

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

Modified:
    maven/plugins/trunk/maven-acr-plugin/src/it/it-01/src/main/java/org/apache/maven/plugin/acr/it/it01/SampleApp.java
    maven/plugins/trunk/maven-acr-plugin/src/it/it-01/src/main/resources/META-INF/application-client.xml
    maven/plugins/trunk/maven-acr-plugin/src/it/it-01/verify.bsh
    maven/plugins/trunk/maven-acr-plugin/src/it/it-02/app-client/src/main/java/org/apache/maven/plugin/acr/it/it02/SampleApp.java
    maven/plugins/trunk/maven-acr-plugin/src/it/it-02/app-client/src/main/resources/META-INF/application-client.xml
    maven/plugins/trunk/maven-acr-plugin/src/it/it-02/bundle/src/main/java/org/apache/maven/plugin/acr/it/it02/DependencyTest.java
    maven/plugins/trunk/maven-acr-plugin/src/it/it-02/verify.bsh
    maven/plugins/trunk/maven-acr-plugin/src/it/it-03/src/main/resources/META-INF/application-client.xml
    maven/plugins/trunk/maven-acr-plugin/src/it/it-03/verify.bsh
    maven/plugins/trunk/maven-acr-plugin/src/it/it-04/src/main/resources/META-INF/application-client.xml
    maven/plugins/trunk/maven-acr-plugin/src/it/it-04/verify.bsh

Modified: maven/plugins/trunk/maven-acr-plugin/src/it/it-01/src/main/java/org/apache/maven/plugin/acr/it/it01/SampleApp.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-acr-plugin/src/it/it-01/src/main/java/org/apache/maven/plugin/acr/it/it01/SampleApp.java?rev=1523320&r1=1523319&r2=1523320&view=diff
==============================================================================
--- maven/plugins/trunk/maven-acr-plugin/src/it/it-01/src/main/java/org/apache/maven/plugin/acr/it/it01/SampleApp.java (original)
+++ maven/plugins/trunk/maven-acr-plugin/src/it/it-01/src/main/java/org/apache/maven/plugin/acr/it/it01/SampleApp.java Sat Sep 14 20:43:18 2013
@@ -1,5 +1,23 @@
 package org.apache.maven.plugin.acr.it.it01;
 
+/*
+ * 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.
+ */
 
 public class SampleApp
 {

Modified: maven/plugins/trunk/maven-acr-plugin/src/it/it-01/src/main/resources/META-INF/application-client.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-acr-plugin/src/it/it-01/src/main/resources/META-INF/application-client.xml?rev=1523320&r1=1523319&r2=1523320&view=diff
==============================================================================
--- maven/plugins/trunk/maven-acr-plugin/src/it/it-01/src/main/resources/META-INF/application-client.xml (original)
+++ maven/plugins/trunk/maven-acr-plugin/src/it/it-01/src/main/resources/META-INF/application-client.xml Sat Sep 14 20:43:18 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.
+-->
 <application-client xmlns="http://java.sun.com/xml/ns/j2ee"
                     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                     xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee

Modified: maven/plugins/trunk/maven-acr-plugin/src/it/it-01/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-acr-plugin/src/it/it-01/verify.bsh?rev=1523320&r1=1523319&r2=1523320&view=diff
==============================================================================
--- maven/plugins/trunk/maven-acr-plugin/src/it/it-01/verify.bsh (original)
+++ maven/plugins/trunk/maven-acr-plugin/src/it/it-01/verify.bsh Sat Sep 14 20:43:18 2013
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 import java.io.*;
 import java.util.*;
 import java.util.jar.*;

Modified: maven/plugins/trunk/maven-acr-plugin/src/it/it-02/app-client/src/main/java/org/apache/maven/plugin/acr/it/it02/SampleApp.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-acr-plugin/src/it/it-02/app-client/src/main/java/org/apache/maven/plugin/acr/it/it02/SampleApp.java?rev=1523320&r1=1523319&r2=1523320&view=diff
==============================================================================
--- maven/plugins/trunk/maven-acr-plugin/src/it/it-02/app-client/src/main/java/org/apache/maven/plugin/acr/it/it02/SampleApp.java (original)
+++ maven/plugins/trunk/maven-acr-plugin/src/it/it-02/app-client/src/main/java/org/apache/maven/plugin/acr/it/it02/SampleApp.java Sat Sep 14 20:43:18 2013
@@ -1,5 +1,23 @@
 package org.apache.maven.plugin.acr.it.it02;
 
+/*
+ * 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.
+ */
 
 public class SampleApp
 {

Modified: maven/plugins/trunk/maven-acr-plugin/src/it/it-02/app-client/src/main/resources/META-INF/application-client.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-acr-plugin/src/it/it-02/app-client/src/main/resources/META-INF/application-client.xml?rev=1523320&r1=1523319&r2=1523320&view=diff
==============================================================================
--- maven/plugins/trunk/maven-acr-plugin/src/it/it-02/app-client/src/main/resources/META-INF/application-client.xml (original)
+++ maven/plugins/trunk/maven-acr-plugin/src/it/it-02/app-client/src/main/resources/META-INF/application-client.xml Sat Sep 14 20:43:18 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.
+-->
 <application-client xmlns="http://java.sun.com/xml/ns/j2ee"
                     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                     xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee

Modified: maven/plugins/trunk/maven-acr-plugin/src/it/it-02/bundle/src/main/java/org/apache/maven/plugin/acr/it/it02/DependencyTest.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-acr-plugin/src/it/it-02/bundle/src/main/java/org/apache/maven/plugin/acr/it/it02/DependencyTest.java?rev=1523320&r1=1523319&r2=1523320&view=diff
==============================================================================
--- maven/plugins/trunk/maven-acr-plugin/src/it/it-02/bundle/src/main/java/org/apache/maven/plugin/acr/it/it02/DependencyTest.java (original)
+++ maven/plugins/trunk/maven-acr-plugin/src/it/it-02/bundle/src/main/java/org/apache/maven/plugin/acr/it/it02/DependencyTest.java Sat Sep 14 20:43:18 2013
@@ -1,5 +1,23 @@
 package org.apache.maven.plugin.acr.it.it02;
 
+/*
+ * 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.
+ */
 
 public class DependencyTest
 {

Modified: maven/plugins/trunk/maven-acr-plugin/src/it/it-02/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-acr-plugin/src/it/it-02/verify.bsh?rev=1523320&r1=1523319&r2=1523320&view=diff
==============================================================================
--- maven/plugins/trunk/maven-acr-plugin/src/it/it-02/verify.bsh (original)
+++ maven/plugins/trunk/maven-acr-plugin/src/it/it-02/verify.bsh Sat Sep 14 20:43:18 2013
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 import java.io.*;
 import java.util.*;
 import java.util.jar.*;

Modified: maven/plugins/trunk/maven-acr-plugin/src/it/it-03/src/main/resources/META-INF/application-client.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-acr-plugin/src/it/it-03/src/main/resources/META-INF/application-client.xml?rev=1523320&r1=1523319&r2=1523320&view=diff
==============================================================================
--- maven/plugins/trunk/maven-acr-plugin/src/it/it-03/src/main/resources/META-INF/application-client.xml (original)
+++ maven/plugins/trunk/maven-acr-plugin/src/it/it-03/src/main/resources/META-INF/application-client.xml Sat Sep 14 20:43:18 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.
+-->
 <application-client xmlns="http://java.sun.com/xml/ns/j2ee"
                     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                     xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee

Modified: maven/plugins/trunk/maven-acr-plugin/src/it/it-03/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-acr-plugin/src/it/it-03/verify.bsh?rev=1523320&r1=1523319&r2=1523320&view=diff
==============================================================================
--- maven/plugins/trunk/maven-acr-plugin/src/it/it-03/verify.bsh (original)
+++ maven/plugins/trunk/maven-acr-plugin/src/it/it-03/verify.bsh Sat Sep 14 20:43:18 2013
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 import java.io.*;
 import java.util.*;
 import java.util.zip.*;

Modified: maven/plugins/trunk/maven-acr-plugin/src/it/it-04/src/main/resources/META-INF/application-client.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-acr-plugin/src/it/it-04/src/main/resources/META-INF/application-client.xml?rev=1523320&r1=1523319&r2=1523320&view=diff
==============================================================================
--- maven/plugins/trunk/maven-acr-plugin/src/it/it-04/src/main/resources/META-INF/application-client.xml (original)
+++ maven/plugins/trunk/maven-acr-plugin/src/it/it-04/src/main/resources/META-INF/application-client.xml Sat Sep 14 20:43:18 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.
+-->
 <application-client xmlns="http://java.sun.com/xml/ns/j2ee"
                     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                     xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee

Modified: maven/plugins/trunk/maven-acr-plugin/src/it/it-04/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-acr-plugin/src/it/it-04/verify.bsh?rev=1523320&r1=1523319&r2=1523320&view=diff
==============================================================================
--- maven/plugins/trunk/maven-acr-plugin/src/it/it-04/verify.bsh (original)
+++ maven/plugins/trunk/maven-acr-plugin/src/it/it-04/verify.bsh Sat Sep 14 20:43:18 2013
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 import java.io.*;
 import java.util.*;
 import java.util.jar.*;