From d2e372993bca00300e6982a110a1ea43779684cc Mon Sep 17 00:00:00 2001 From: Peter Bernard West Date: Mon, 8 Mar 2004 21:54:55 +0000 Subject: [PATCH] Updated copyright dates git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197431 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/fop/fo/FOAttributes.java | 15 ++++++--------- src/java/org/apache/fop/fo/flow/FoCharacter.java | 10 ++++------ .../org/apache/fop/fo/flow/FoExternalGraphic.java | 10 ++++------ .../apache/fop/fo/flow/FoInitialPropertySet.java | 10 ++++------ .../fop/fo/flow/FoInstreamForeignObject.java | 10 ++++------ .../apache/fop/fo/flow/FoMultiPropertySet.java | 10 ++++------ src/java/org/apache/fop/fo/flow/FoNoFo.java | 10 ++++------ src/java/org/apache/fop/fo/flow/FoPageNumber.java | 10 ++++------ .../apache/fop/fo/flow/FoPageNumberCitation.java | 10 ++++------ src/java/org/apache/fop/fo/flow/FoPcdata.java | 10 ++++------ .../org/apache/fop/fo/flow/FoRetrieveMarker.java | 10 ++++------ .../org/apache/fop/fo/flow/FoTableColumn.java | 10 ++++------ 12 files changed, 50 insertions(+), 75 deletions(-) diff --git a/src/java/org/apache/fop/fo/FOAttributes.java b/src/java/org/apache/fop/fo/FOAttributes.java index e234360f2..935e885db 100644 --- a/src/java/org/apache/fop/fo/FOAttributes.java +++ b/src/java/org/apache/fop/fo/FOAttributes.java @@ -1,11 +1,6 @@ /* - * FOAttributes.java - * $Id$ - * - * Created: Wed Nov 14 15:19:51 2001 - * * - * Copyright 1999-2003 The Apache Software Foundation. + * Copyright 1999-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,10 +14,9 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * + * $Id$ * - * @author Peter B. West - * @version $Revision$ $Name$ + * Created: Wed Nov 14 15:19:51 2001 */ package org.apache.fop.fo; @@ -43,6 +37,9 @@ import org.apache.fop.xml.Namespaces; /** * The FO Attributes data structures and methods needed to manage the * Attributes associated with FO nodes. + * + * @author Peter B. West + * @version $Revision$ $Name$ */ public class FOAttributes { diff --git a/src/java/org/apache/fop/fo/flow/FoCharacter.java b/src/java/org/apache/fop/fo/flow/FoCharacter.java index f6d1e1b7c..ad218c726 100644 --- a/src/java/org/apache/fop/fo/flow/FoCharacter.java +++ b/src/java/org/apache/fop/fo/flow/FoCharacter.java @@ -1,8 +1,6 @@ /* - * $Id$ - * * - * Copyright 1999-2003 The Apache Software Foundation. + * Copyright 1999-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,9 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * - * - * @author Peter B. West + * $Id$ */ package org.apache.fop.fo.flow; @@ -39,6 +35,8 @@ import org.apache.fop.xml.FoXmlEvent; /** * Implements the fo:character flow object. + * + * @author Peter B. West */ public class FoCharacter extends FOPageSeqNode { diff --git a/src/java/org/apache/fop/fo/flow/FoExternalGraphic.java b/src/java/org/apache/fop/fo/flow/FoExternalGraphic.java index 75c9b92aa..e5f255b81 100644 --- a/src/java/org/apache/fop/fo/flow/FoExternalGraphic.java +++ b/src/java/org/apache/fop/fo/flow/FoExternalGraphic.java @@ -1,8 +1,6 @@ /* - * $Id$ - * * - * Copyright 1999-2003 The Apache Software Foundation. + * Copyright 1999-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,9 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * - * - * @author Peter B. West + * $Id$ */ package org.apache.fop.fo.flow; @@ -39,6 +35,8 @@ import org.apache.fop.xml.FoXmlEvent; /** * Implements the fo:external-graphic flow object. + * + * @author Peter B. West */ public class FoExternalGraphic extends FOPageSeqNode { diff --git a/src/java/org/apache/fop/fo/flow/FoInitialPropertySet.java b/src/java/org/apache/fop/fo/flow/FoInitialPropertySet.java index 846755ea9..dbe2d2ccc 100644 --- a/src/java/org/apache/fop/fo/flow/FoInitialPropertySet.java +++ b/src/java/org/apache/fop/fo/flow/FoInitialPropertySet.java @@ -1,8 +1,6 @@ /* - * $Id$ - * * - * Copyright 1999-2003 The Apache Software Foundation. + * Copyright 1999-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,9 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * - * - * @author Peter B. West + * $Id$ */ package org.apache.fop.fo.flow; @@ -39,6 +35,8 @@ import org.apache.fop.xml.FoXmlEvent; /** * Implements the fo:initial-property-set flow object. + * + * @author Peter B. West */ public class FoInitialPropertySet extends FOPageSeqNode { diff --git a/src/java/org/apache/fop/fo/flow/FoInstreamForeignObject.java b/src/java/org/apache/fop/fo/flow/FoInstreamForeignObject.java index ab5684a9c..cc57f6673 100644 --- a/src/java/org/apache/fop/fo/flow/FoInstreamForeignObject.java +++ b/src/java/org/apache/fop/fo/flow/FoInstreamForeignObject.java @@ -1,8 +1,6 @@ /* - * $Id$ - * * - * Copyright 1999-2003 The Apache Software Foundation. + * Copyright 1999-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,9 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * - * - * @author Peter B. West + * $Id$ */ package org.apache.fop.fo.flow; @@ -39,6 +35,8 @@ import org.apache.fop.xml.FoXmlEvent; /** * Implements the fo:instream-foreign-object flow object. + * + * @author Peter B. West */ public class FoInstreamForeignObject extends FOPageSeqNode { diff --git a/src/java/org/apache/fop/fo/flow/FoMultiPropertySet.java b/src/java/org/apache/fop/fo/flow/FoMultiPropertySet.java index a0d8a9d1e..316d52f48 100644 --- a/src/java/org/apache/fop/fo/flow/FoMultiPropertySet.java +++ b/src/java/org/apache/fop/fo/flow/FoMultiPropertySet.java @@ -1,8 +1,6 @@ /* - * $Id$ - * * - * Copyright 1999-2003 The Apache Software Foundation. + * Copyright 1999-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,9 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * - * - * @author Peter B. West + * $Id$ */ package org.apache.fop.fo.flow; @@ -38,6 +34,8 @@ import org.apache.fop.xml.FoXmlEvent; /** * Implements the fo:multi-property-set flow object. + * + * @author Peter B. West */ public class FoMultiPropertySet extends FOPageSeqNode { diff --git a/src/java/org/apache/fop/fo/flow/FoNoFo.java b/src/java/org/apache/fop/fo/flow/FoNoFo.java index 19cb5a7b3..0a0c5d052 100644 --- a/src/java/org/apache/fop/fo/flow/FoNoFo.java +++ b/src/java/org/apache/fop/fo/flow/FoNoFo.java @@ -1,8 +1,6 @@ /* - * $Id$ - * * - * Copyright 1999-2003 The Apache Software Foundation. + * Copyright 1999-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,9 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * - * - * @author Peter B. West + * $Id$ */ package org.apache.fop.fo.flow; @@ -32,6 +28,8 @@ import org.apache.fop.xml.FoXmlEvent; /** * Implements the fo:no-fo flow object. + * + * @author Peter B. West */ public class FoNoFo { diff --git a/src/java/org/apache/fop/fo/flow/FoPageNumber.java b/src/java/org/apache/fop/fo/flow/FoPageNumber.java index 9dff54cc7..43f638b83 100644 --- a/src/java/org/apache/fop/fo/flow/FoPageNumber.java +++ b/src/java/org/apache/fop/fo/flow/FoPageNumber.java @@ -1,8 +1,6 @@ /* - * $Id$ - * * - * Copyright 1999-2003 The Apache Software Foundation. + * Copyright 1999-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,9 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * - * - * @author Peter B. West + * $Id$ */ package org.apache.fop.fo.flow; @@ -39,6 +35,8 @@ import org.apache.fop.xml.FoXmlEvent; /** * Implements the fo:page-number flow object. + * + * @author Peter B. West */ public class FoPageNumber extends FOPageSeqNode { diff --git a/src/java/org/apache/fop/fo/flow/FoPageNumberCitation.java b/src/java/org/apache/fop/fo/flow/FoPageNumberCitation.java index 0d092ca38..9230f49b0 100644 --- a/src/java/org/apache/fop/fo/flow/FoPageNumberCitation.java +++ b/src/java/org/apache/fop/fo/flow/FoPageNumberCitation.java @@ -1,8 +1,6 @@ /* - * $Id$ - * * - * Copyright 1999-2003 The Apache Software Foundation. + * Copyright 1999-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,9 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * - * - * @author Peter B. West + * $Id$ */ package org.apache.fop.fo.flow; @@ -39,6 +35,8 @@ import org.apache.fop.xml.FoXmlEvent; /** * Implements the fo:page-number-citation flow object. + * + * @author Peter B. West */ public class FoPageNumberCitation extends FOPageSeqNode { diff --git a/src/java/org/apache/fop/fo/flow/FoPcdata.java b/src/java/org/apache/fop/fo/flow/FoPcdata.java index 5ac7d6be9..32788e394 100644 --- a/src/java/org/apache/fop/fo/flow/FoPcdata.java +++ b/src/java/org/apache/fop/fo/flow/FoPcdata.java @@ -1,8 +1,6 @@ /* - * $Id$ - * * - * Copyright 1999-2003 The Apache Software Foundation. + * Copyright 1999-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,9 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * - * - * @author Peter B. West + * $Id$ */ package org.apache.fop.fo.flow; @@ -39,6 +35,8 @@ import org.apache.fop.xml.XmlEvent; /** * Implements #PcdATA within page-sequence flow objects. + * + * @author Peter B. West */ public class FoPcdata extends FOPageSeqNode { diff --git a/src/java/org/apache/fop/fo/flow/FoRetrieveMarker.java b/src/java/org/apache/fop/fo/flow/FoRetrieveMarker.java index 8eed723ff..2d3928370 100644 --- a/src/java/org/apache/fop/fo/flow/FoRetrieveMarker.java +++ b/src/java/org/apache/fop/fo/flow/FoRetrieveMarker.java @@ -1,8 +1,6 @@ /* - * $Id$ - * * - * Copyright 1999-2003 The Apache Software Foundation. + * Copyright 1999-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,9 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * - * - * @author Peter B. West + * $Id$ */ package org.apache.fop.fo.flow; @@ -38,6 +34,8 @@ import org.apache.fop.xml.FoXmlEvent; /** * Implements the fo:retrieve-marker flow object. + * + * @author Peter B. West */ public class FoRetrieveMarker extends FOPageSeqNode { diff --git a/src/java/org/apache/fop/fo/flow/FoTableColumn.java b/src/java/org/apache/fop/fo/flow/FoTableColumn.java index 837a9a874..798a10475 100644 --- a/src/java/org/apache/fop/fo/flow/FoTableColumn.java +++ b/src/java/org/apache/fop/fo/flow/FoTableColumn.java @@ -1,8 +1,6 @@ /* - * $Id$ - * * - * Copyright 1999-2003 The Apache Software Foundation. + * Copyright 1999-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,9 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * - * - * @author Peter B. West + * $Id$ */ package org.apache.fop.fo.flow; @@ -39,6 +35,8 @@ import org.apache.fop.xml.FoXmlEvent; /** * Implements the fo:table-column flow object. + * + * @author Peter B. West */ public class FoTableColumn extends FOPageSeqNode { -- 2.39.5