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:06:08 UTC

svn commit: r1523309 - in /maven/plugins/trunk/maven-pdf-plugin/src/it: fop-basic/verify.bsh no-site/verify.bsh pdf-with-reporting-section/verify.bsh

Author: dennisl
Date: Sat Sep 14 20:06:08 2013
New Revision: 1523309

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

Modified:
    maven/plugins/trunk/maven-pdf-plugin/src/it/fop-basic/verify.bsh
    maven/plugins/trunk/maven-pdf-plugin/src/it/no-site/verify.bsh
    maven/plugins/trunk/maven-pdf-plugin/src/it/pdf-with-reporting-section/verify.bsh

Modified: maven/plugins/trunk/maven-pdf-plugin/src/it/fop-basic/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/src/it/fop-basic/verify.bsh?rev=1523309&r1=1523308&r2=1523309&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/src/it/fop-basic/verify.bsh (original)
+++ maven/plugins/trunk/maven-pdf-plugin/src/it/fop-basic/verify.bsh Sat Sep 14 20:06:08 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.*;
 
 File pdfFile = new File( basedir, "target/pdf/test.pdf" );

Modified: maven/plugins/trunk/maven-pdf-plugin/src/it/no-site/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/src/it/no-site/verify.bsh?rev=1523309&r1=1523308&r2=1523309&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/src/it/no-site/verify.bsh (original)
+++ maven/plugins/trunk/maven-pdf-plugin/src/it/no-site/verify.bsh Sat Sep 14 20:06:08 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.*;
 
 File pdfFile = new File( basedir, "target/pdf/test.pdf" );

Modified: maven/plugins/trunk/maven-pdf-plugin/src/it/pdf-with-reporting-section/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/src/it/pdf-with-reporting-section/verify.bsh?rev=1523309&r1=1523308&r2=1523309&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/src/it/pdf-with-reporting-section/verify.bsh (original)
+++ maven/plugins/trunk/maven-pdf-plugin/src/it/pdf-with-reporting-section/verify.bsh Sat Sep 14 20:06:08 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 org.codehaus.plexus.util.*;