pbwest      2004/03/08 13:52:00

  Modified:    src/java/org/apache/fop/fo/flow Tag: FOP_0-20-0_Alt-Design
                        FoInstreamForeignObject.java FoTableColumn.java
                        FoRetrieveMarker.java FoPageNumberCitation.java
                        FoPageNumber.java FoMultiPropertySet.java
                        FoCharacter.java FoPcdata.java
                        FoExternalGraphic.java FoNoFo.java
                        FoInitialPropertySet.java
  Log:
  Updated copyright dates
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.7   +5 -7      
xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoInstreamForeignObject.java
  
  Index: FoInstreamForeignObject.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoInstreamForeignObject.java,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- FoInstreamForeignObject.java      25 Feb 2004 23:40:28 -0000      1.1.2.6
  +++ FoInstreamForeignObject.java      8 Mar 2004 21:51:59 -0000       1.1.2.7
  @@ -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 <a href="mailto:[EMAIL PROTECTED]">Peter B. West</a>
  + * $Id$
    */
   
   package org.apache.fop.fo.flow;
  @@ -39,6 +35,8 @@
   
   /**
    * Implements the fo:instream-foreign-object flow object.
  + *
  + * @author <a href="mailto:[EMAIL PROTECTED]">Peter B. West</a>
    */
   public class FoInstreamForeignObject extends FOPageSeqNode {
   
  
  
  
  1.1.2.7   +5 -7      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoTableColumn.java
  
  Index: FoTableColumn.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoTableColumn.java,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- FoTableColumn.java        25 Feb 2004 23:40:28 -0000      1.1.2.6
  +++ FoTableColumn.java        8 Mar 2004 21:51:59 -0000       1.1.2.7
  @@ -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 <a href="mailto:[EMAIL PROTECTED]">Peter B. West</a>
  + * $Id$
    */
   
   package org.apache.fop.fo.flow;
  @@ -39,6 +35,8 @@
   
   /**
    * Implements the fo:table-column flow object.
  + *
  + * @author <a href="mailto:[EMAIL PROTECTED]">Peter B. West</a>
    */
   public class FoTableColumn extends FOPageSeqNode {
   
  
  
  
  1.1.2.7   +5 -7      
xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoRetrieveMarker.java
  
  Index: FoRetrieveMarker.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoRetrieveMarker.java,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- FoRetrieveMarker.java     25 Feb 2004 23:40:28 -0000      1.1.2.6
  +++ FoRetrieveMarker.java     8 Mar 2004 21:51:59 -0000       1.1.2.7
  @@ -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 <a href="mailto:[EMAIL PROTECTED]">Peter B. West</a>
  + * $Id$
    */
   
   package org.apache.fop.fo.flow;
  @@ -38,6 +34,8 @@
   
   /**
    * Implements the fo:retrieve-marker flow object.
  + *
  + * @author <a href="mailto:[EMAIL PROTECTED]">Peter B. West</a>
    */
   public class FoRetrieveMarker extends FOPageSeqNode {
   
  
  
  
  1.1.2.8   +5 -7      
xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoPageNumberCitation.java
  
  Index: FoPageNumberCitation.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoPageNumberCitation.java,v
  retrieving revision 1.1.2.7
  retrieving revision 1.1.2.8
  diff -u -r1.1.2.7 -r1.1.2.8
  --- FoPageNumberCitation.java 25 Feb 2004 23:40:28 -0000      1.1.2.7
  +++ FoPageNumberCitation.java 8 Mar 2004 21:51:59 -0000       1.1.2.8
  @@ -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 <a href="mailto:[EMAIL PROTECTED]">Peter B. West</a>
  + * $Id$
    */
   
   package org.apache.fop.fo.flow;
  @@ -39,6 +35,8 @@
   
   /**
    * Implements the fo:page-number-citation flow object.
  + *
  + * @author <a href="mailto:[EMAIL PROTECTED]">Peter B. West</a>
    */
   public class FoPageNumberCitation extends FOPageSeqNode {
   
  
  
  
  1.1.2.8   +5 -7      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoPageNumber.java
  
  Index: FoPageNumber.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoPageNumber.java,v
  retrieving revision 1.1.2.7
  retrieving revision 1.1.2.8
  diff -u -r1.1.2.7 -r1.1.2.8
  --- FoPageNumber.java 25 Feb 2004 23:40:28 -0000      1.1.2.7
  +++ FoPageNumber.java 8 Mar 2004 21:51:59 -0000       1.1.2.8
  @@ -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 <a href="mailto:[EMAIL PROTECTED]">Peter B. West</a>
  + * $Id$
    */
   
   package org.apache.fop.fo.flow;
  @@ -39,6 +35,8 @@
   
   /**
    * Implements the fo:page-number flow object.
  + * 
  + * @author <a href="mailto:[EMAIL PROTECTED]">Peter B. West</a>
    */
   public class FoPageNumber extends FOPageSeqNode {
   
  
  
  
  1.1.2.7   +5 -7      
xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoMultiPropertySet.java
  
  Index: FoMultiPropertySet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoMultiPropertySet.java,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- FoMultiPropertySet.java   25 Feb 2004 23:40:28 -0000      1.1.2.6
  +++ FoMultiPropertySet.java   8 Mar 2004 21:51:59 -0000       1.1.2.7
  @@ -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 <a href="mailto:[EMAIL PROTECTED]">Peter B. West</a>
  + * $Id$
    */
   
   package org.apache.fop.fo.flow;
  @@ -38,6 +34,8 @@
   
   /**
    * Implements the fo:multi-property-set flow object.
  + *
  + * @author <a href="mailto:[EMAIL PROTECTED]">Peter B. West</a>
    */
   public class FoMultiPropertySet extends FOPageSeqNode {
   
  
  
  
  1.1.2.7   +5 -7      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoCharacter.java
  
  Index: FoCharacter.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoCharacter.java,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- FoCharacter.java  25 Feb 2004 23:40:28 -0000      1.1.2.6
  +++ FoCharacter.java  8 Mar 2004 21:51:59 -0000       1.1.2.7
  @@ -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 <a href="mailto:[EMAIL PROTECTED]">Peter B. West</a>
  + * $Id$
    */
   
   package org.apache.fop.fo.flow;
  @@ -39,6 +35,8 @@
   
   /**
    * Implements the fo:character flow object.
  + *
  + * @author <a href="mailto:[EMAIL PROTECTED]">Peter B. West</a>
    */
   public class FoCharacter extends FOPageSeqNode {
   
  
  
  
  1.1.2.8   +5 -7      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoPcdata.java
  
  Index: FoPcdata.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoPcdata.java,v
  retrieving revision 1.1.2.7
  retrieving revision 1.1.2.8
  diff -u -r1.1.2.7 -r1.1.2.8
  --- FoPcdata.java     25 Feb 2004 23:40:28 -0000      1.1.2.7
  +++ FoPcdata.java     8 Mar 2004 21:51:59 -0000       1.1.2.8
  @@ -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 <a href="mailto:[EMAIL PROTECTED]">Peter B. West</a>
  + * $Id$
    */
   
   package org.apache.fop.fo.flow;
  @@ -39,6 +35,8 @@
   
   /**
    * Implements #PcdATA within page-sequence flow objects.
  + *
  + * @author <a href="mailto:[EMAIL PROTECTED]">Peter B. West</a>
    */
   public class FoPcdata extends FOPageSeqNode {
   
  
  
  
  1.1.2.7   +5 -7      
xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoExternalGraphic.java
  
  Index: FoExternalGraphic.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoExternalGraphic.java,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- FoExternalGraphic.java    25 Feb 2004 23:40:28 -0000      1.1.2.6
  +++ FoExternalGraphic.java    8 Mar 2004 21:51:59 -0000       1.1.2.7
  @@ -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 <a href="mailto:[EMAIL PROTECTED]">Peter B. West</a>
  + * $Id$
    */
   
   package org.apache.fop.fo.flow;
  @@ -39,6 +35,8 @@
   
   /**
    * Implements the fo:external-graphic flow object.
  + *
  + * @author <a href="mailto:[EMAIL PROTECTED]">Peter B. West</a>
    */
   public class FoExternalGraphic extends FOPageSeqNode {
   
  
  
  
  1.1.2.7   +5 -7      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoNoFo.java
  
  Index: FoNoFo.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoNoFo.java,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- FoNoFo.java       25 Feb 2004 23:40:28 -0000      1.1.2.6
  +++ FoNoFo.java       8 Mar 2004 21:51:59 -0000       1.1.2.7
  @@ -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 <a href="mailto:[EMAIL PROTECTED]">Peter B. West</a>
  + * $Id$
    */
   
   package org.apache.fop.fo.flow;
  @@ -32,6 +28,8 @@
   
   /**
    * Implements the fo:no-fo flow object.
  + * 
  + * @author <a href="mailto:[EMAIL PROTECTED]">Peter B. West</a>
    */
   public class FoNoFo {
   
  
  
  
  1.1.2.7   +5 -7      
xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoInitialPropertySet.java
  
  Index: FoInitialPropertySet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoInitialPropertySet.java,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- FoInitialPropertySet.java 25 Feb 2004 23:40:28 -0000      1.1.2.6
  +++ FoInitialPropertySet.java 8 Mar 2004 21:51:59 -0000       1.1.2.7
  @@ -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 <a href="mailto:[EMAIL PROTECTED]">Peter B. West</a>
  + * $Id$
    */
   
   package org.apache.fop.fo.flow;
  @@ -39,6 +35,8 @@
   
   /**
    * Implements the fo:initial-property-set flow object.
  + *
  + * @author <a href="mailto:[EMAIL PROTECTED]">Peter B. West</a>
    */
   public class FoInitialPropertySet extends FOPageSeqNode {
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to