Return-Path: X-Original-To: apmail-maven-commits-archive@www.apache.org Delivered-To: apmail-maven-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B8318C4FD for ; Sat, 14 Sep 2013 20:43:48 +0000 (UTC) Received: (qmail 45800 invoked by uid 500); 14 Sep 2013 20:43:46 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 45603 invoked by uid 500); 14 Sep 2013 20:43:46 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 45596 invoked by uid 99); 14 Sep 2013 20:43:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Sep 2013 20:43:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Sep 2013 20:43:41 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 608FD23888D7; Sat, 14 Sep 2013 20:43:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: 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/... Date: Sat, 14 Sep 2013 20:43:18 -0000 To: commits@maven.apache.org From: dennisl@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130914204319.608FD23888D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@ +