]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
missing license header (fixes rev 1403646)
authorLuis Bernardo <lbernardo@apache.org>
Sun, 4 Nov 2012 10:23:23 +0000 (10:23 +0000)
committerLuis Bernardo <lbernardo@apache.org>
Sun, 4 Nov 2012 10:23:23 +0000 (10:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1405518 13f79535-47bb-0310-9956-ffa450edef68

test/java/org/apache/fop/render/pdf/PDFBorderPainterTestCase.java
test/java/org/apache/fop/render/ps/PSBorderPainterTestCase.java

index 5acad9837695bf7da349287cb65d87b7db820f5f..f45cd162e52101c94e92e03311a506e5e8bf762b 100644 (file)
@@ -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.
+ */
+
+/* $Id$ */
+
 package org.apache.fop.render.pdf;
 
 import java.awt.Color;
@@ -42,6 +61,6 @@ public class PDFBorderPainterTestCase {
 
     public void tearDown() {
         generator = null;
-        outStream= null;
+        outStream = null;
     }
 }
index 1ffe879821037467e24af3233818a66ffc158471..44c5a468e022feabd8104a42b375ae0bb4b9605c 100644 (file)
@@ -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.
+ */
+
+/* $Id$ */
+
 package org.apache.fop.render.ps;
 
 import java.awt.Color;
@@ -39,6 +58,6 @@ public class PSBorderPainterTestCase {
 
     public void tearDown() {
         generator = null;
-        outStream= null;
+        outStream = null;
     }
 }