aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/area
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2007-04-03 08:14:05 +0000
committerVincent Hennebert <vhennebert@apache.org>2007-04-03 08:14:05 +0000
commit877d2fbdccdde9c8ed4873009095fb053fcb52b2 (patch)
tree1e62b59de2b659ccf53fb8c3199b5c9c3e0c6b53 /src/java/org/apache/fop/area
parent3ce1aa3b1cbf562cf3e0e7481a7f54b821e356a8 (diff)
downloadxmlgraphics-fop-877d2fbdccdde9c8ed4873009095fb053fcb52b2.tar.gz
xmlgraphics-fop-877d2fbdccdde9c8ed4873009095fb053fcb52b2.zip
- fix minor checkstyle issues
- add missing headers - add an entry in status.xml for the new named destinations feature git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@525078 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/area')
-rw-r--r--src/java/org/apache/fop/area/DestinationData.java19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/java/org/apache/fop/area/DestinationData.java b/src/java/org/apache/fop/area/DestinationData.java
index 920cd814a..5d36969b9 100644
--- a/src/java/org/apache/fop/area/DestinationData.java
+++ b/src/java/org/apache/fop/area/DestinationData.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.area;
import java.util.List;