diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2007-04-03 08:14:05 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2007-04-03 08:14:05 +0000 |
commit | 877d2fbdccdde9c8ed4873009095fb053fcb52b2 (patch) | |
tree | 1e62b59de2b659ccf53fb8c3199b5c9c3e0c6b53 /src/java/org/apache/fop/fo | |
parent | 3ce1aa3b1cbf562cf3e0e7481a7f54b821e356a8 (diff) | |
download | xmlgraphics-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/fo')
3 files changed, 40 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/extensions/destination/Destination.java b/src/java/org/apache/fop/fo/extensions/destination/Destination.java index b16962b74..01ce44196 100644 --- a/src/java/org/apache/fop/fo/extensions/destination/Destination.java +++ b/src/java/org/apache/fop/fo/extensions/destination/Destination.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.fo.extensions.destination;
import org.apache.fop.fo.ValidationException;
diff --git a/src/java/org/apache/fop/fo/extensions/destination/DestinationElementMapping.java b/src/java/org/apache/fop/fo/extensions/destination/DestinationElementMapping.java index 8e9d926f5..33a953689 100644 --- a/src/java/org/apache/fop/fo/extensions/destination/DestinationElementMapping.java +++ b/src/java/org/apache/fop/fo/extensions/destination/DestinationElementMapping.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.fo.extensions.destination;
import java.util.HashMap;
diff --git a/src/java/org/apache/fop/fo/extensions/destination/package.html b/src/java/org/apache/fop/fo/extensions/destination/package.html index 10157e862..ff2bdbc88 100644 --- a/src/java/org/apache/fop/fo/extensions/destination/package.html +++ b/src/java/org/apache/fop/fo/extensions/destination/package.html @@ -14,9 +14,10 @@ See the License for the specific language governing permissions and
limitations under the License.
-->
+<!-- $Id$ -->
<HTML>
<TITLE>org.apache.fop.destination Package</TITLE>
<BODY>
<P>Classes to support named destinations (only relevant for PDF output)</P>
</BODY>
-</HTML>
\ No newline at end of file +</HTML>
|