aboutsummaryrefslogtreecommitdiffstats
path: root/test/java/org/apache/fop/render
diff options
context:
space:
mode:
authorLuis Bernardo <lbernardo@apache.org>2012-11-04 10:23:23 +0000
committerLuis Bernardo <lbernardo@apache.org>2012-11-04 10:23:23 +0000
commit9528c92a8cfcfc10a59a4a4f79debcc1cd76fc77 (patch)
tree54fce5f00d1b051f0fc666c42bc75fbb3377f7e6 /test/java/org/apache/fop/render
parent222345ffdebef990496fdbe400a70620ea445aa8 (diff)
downloadxmlgraphics-fop-9528c92a8cfcfc10a59a4a4f79debcc1cd76fc77.tar.gz
xmlgraphics-fop-9528c92a8cfcfc10a59a4a4f79debcc1cd76fc77.zip
missing license header (fixes rev 1403646)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1405518 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/java/org/apache/fop/render')
-rw-r--r--test/java/org/apache/fop/render/pdf/PDFBorderPainterTestCase.java21
-rw-r--r--test/java/org/apache/fop/render/ps/PSBorderPainterTestCase.java21
2 files changed, 40 insertions, 2 deletions
diff --git a/test/java/org/apache/fop/render/pdf/PDFBorderPainterTestCase.java b/test/java/org/apache/fop/render/pdf/PDFBorderPainterTestCase.java
index 5acad9837..f45cd162e 100644
--- a/test/java/org/apache/fop/render/pdf/PDFBorderPainterTestCase.java
+++ b/test/java/org/apache/fop/render/pdf/PDFBorderPainterTestCase.java
@@ -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;
}
}
diff --git a/test/java/org/apache/fop/render/ps/PSBorderPainterTestCase.java b/test/java/org/apache/fop/render/ps/PSBorderPainterTestCase.java
index 1ffe87982..44c5a468e 100644
--- a/test/java/org/apache/fop/render/ps/PSBorderPainterTestCase.java
+++ b/test/java/org/apache/fop/render/ps/PSBorderPainterTestCase.java
@@ -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;
}
}