aboutsummaryrefslogtreecommitdiffstats
path: root/src/org
diff options
context:
space:
mode:
Diffstat (limited to 'src/org')
-rw-r--r--src/org/apache/fop/render/PrintRenderer.java6
-rwxr-xr-xsrc/org/apache/fop/render/pcl/PCLRenderer.java6
-rwxr-xr-xsrc/org/apache/fop/render/pcl/PCLSVGRenderer.java6
-rwxr-xr-xsrc/org/apache/fop/render/pcl/PCLStream.java6
-rwxr-xr-xsrc/org/apache/fop/render/txt/TXTRenderer.java6
5 files changed, 30 insertions, 0 deletions
diff --git a/src/org/apache/fop/render/PrintRenderer.java b/src/org/apache/fop/render/PrintRenderer.java
index 3a13c68c6..b4792048b 100644
--- a/src/org/apache/fop/render/PrintRenderer.java
+++ b/src/org/apache/fop/render/PrintRenderer.java
@@ -1,3 +1,9 @@
+/* $Id$
+ * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
+ * For details on use and redistribution please refer to the
+ * LICENSE file included with these sources."
+ */
+
// PrintRenderer is an abstract base class for renderers that produce printed type output.
// Subclasses would be PDFRenderer, PCLRenderer and similar renderers.
diff --git a/src/org/apache/fop/render/pcl/PCLRenderer.java b/src/org/apache/fop/render/pcl/PCLRenderer.java
index 8b5fa657c..3b0b17cb9 100755
--- a/src/org/apache/fop/render/pcl/PCLRenderer.java
+++ b/src/org/apache/fop/render/pcl/PCLRenderer.java
@@ -1,3 +1,9 @@
+/* $Id$
+ * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
+ * For details on use and redistribution please refer to the
+ * LICENSE file included with these sources."
+ */
+
//package com.eastpoint.chrysalis;
package org.apache.fop.render.pcl;
diff --git a/src/org/apache/fop/render/pcl/PCLSVGRenderer.java b/src/org/apache/fop/render/pcl/PCLSVGRenderer.java
index e1e194d86..5543faa58 100755
--- a/src/org/apache/fop/render/pcl/PCLSVGRenderer.java
+++ b/src/org/apache/fop/render/pcl/PCLSVGRenderer.java
@@ -1,3 +1,9 @@
+/* $Id$
+ * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
+ * For details on use and redistribution please refer to the
+ * LICENSE file included with these sources."
+ */
+
//package com.eastpoint.chrysalis;
package org.apache.fop.render.pcl;
diff --git a/src/org/apache/fop/render/pcl/PCLStream.java b/src/org/apache/fop/render/pcl/PCLStream.java
index 8b5521bd2..bd382b35b 100755
--- a/src/org/apache/fop/render/pcl/PCLStream.java
+++ b/src/org/apache/fop/render/pcl/PCLStream.java
@@ -1,3 +1,9 @@
+/* $Id$
+ * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
+ * For details on use and redistribution please refer to the
+ * LICENSE file included with these sources."
+ */
+
//package com.eastpoint.chrysalis;
package org.apache.fop.render.pcl;
diff --git a/src/org/apache/fop/render/txt/TXTRenderer.java b/src/org/apache/fop/render/txt/TXTRenderer.java
index 496d16d2e..22833a826 100755
--- a/src/org/apache/fop/render/txt/TXTRenderer.java
+++ b/src/org/apache/fop/render/txt/TXTRenderer.java
@@ -1,3 +1,9 @@
+/* $Id$
+ * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
+ * For details on use and redistribution please refer to the
+ * LICENSE file included with these sources."
+ */
+
//package com.eastpoint.chrysalis;
package org.apache.fop.render.txt;