craigmcc    01/04/28 22:34:51

  Modified:    src/share/org/apache/struts/taglib/template GetTag.java
                        InsertTag.java PutTag.java
               src/share/org/apache/struts/taglib/template/util
                        Content.java ContentMap.java ContentMapStack.java
  Log:
  Update license copyright and product name.
  
  Revision  Changes    Path
  1.9       +6 -6      
jakarta-struts/src/share/org/apache/struts/taglib/template/GetTag.java
  
  Index: GetTag.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/template/GetTag.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- GetTag.java       2001/04/29 03:59:04     1.8
  +++ GetTag.java       2001/04/29 05:34:49     1.9
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/template/GetTag.java,v 1.8 
2001/04/29 03:59:04 craigmcc Exp $
  - * $Revision: 1.8 $
  - * $Date: 2001/04/29 03:59:04 $
  + * $Header: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/template/GetTag.java,v 1.9 
2001/04/29 05:34:49 craigmcc Exp $
  + * $Revision: 1.9 $
  + * $Date: 2001/04/29 05:34:49 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
  + * 4. The names "The Jakarta Project", "Struts", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact [EMAIL PROTECTED]
  @@ -75,7 +75,7 @@
    * it, depending upon the value of the content's direct attribute.
    *
    * @author David Geary
  - * @version $Revision: 1.8 $ $Date: 2001/04/29 03:59:04 $
  + * @version $Revision: 1.9 $ $Date: 2001/04/29 05:34:49 $
    */
   public class GetTag extends TagSupport {
   
  
  
  
  1.8       +6 -6      
jakarta-struts/src/share/org/apache/struts/taglib/template/InsertTag.java
  
  Index: InsertTag.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/template/InsertTag.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- InsertTag.java    2001/04/29 03:59:05     1.7
  +++ InsertTag.java    2001/04/29 05:34:49     1.8
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/template/InsertTag.java,v 
1.7 2001/04/29 03:59:05 craigmcc Exp $
  - * $Revision: 1.7 $
  - * $Date: 2001/04/29 03:59:05 $
  + * $Header: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/template/InsertTag.java,v 
1.8 2001/04/29 05:34:49 craigmcc Exp $
  + * $Revision: 1.8 $
  + * $Date: 2001/04/29 05:34:49 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
  + * 4. The names "The Jakarta Project", "Struts", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact [EMAIL PROTECTED]
  @@ -74,7 +74,7 @@
    * tags, which are accessed by <template:get> in the template.
    *
    * @author David Geary
  - * @version $Revision: 1.7 $ $Date: 2001/04/29 03:59:05 $
  + * @version $Revision: 1.8 $ $Date: 2001/04/29 05:34:49 $
    */
   public class InsertTag extends TagSupport {
   
  
  
  
  1.9       +6 -6      
jakarta-struts/src/share/org/apache/struts/taglib/template/PutTag.java
  
  Index: PutTag.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/template/PutTag.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- PutTag.java       2001/02/26 16:44:16     1.8
  +++ PutTag.java       2001/04/29 05:34:49     1.9
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/template/PutTag.java,v 1.8 
2001/02/26 16:44:16 dgeary Exp $
  - * $Revision: 1.8 $
  - * $Date: 2001/02/26 16:44:16 $
  + * $Header: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/template/PutTag.java,v 1.9 
2001/04/29 05:34:49 craigmcc Exp $
  + * $Revision: 1.9 $
  + * $Date: 2001/04/29 05:34:49 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
  + * 4. The names "The Jakarta Project", "Struts", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact [EMAIL PROTECTED]
  @@ -74,7 +74,7 @@
    * Tag handler for <template:put>, which puts content into request scope.
    *
    * @author David Geary
  - * @version $Revision: 1.8 $ $Date: 2001/02/26 16:44:16 $
  + * @version $Revision: 1.9 $ $Date: 2001/04/29 05:34:49 $
    */
   public class PutTag extends BodyTagSupport {
   
  
  
  
  1.3       +6 -6      
jakarta-struts/src/share/org/apache/struts/taglib/template/util/Content.java
  
  Index: Content.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/template/util/Content.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Content.java      2001/01/16 23:48:41     1.2
  +++ Content.java      2001/04/29 05:34:50     1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/template/util/Content.java,v
 1.2 2001/01/16 23:48:41 dgeary Exp $
  - * $Revision: 1.2 $
  - * $Date: 2001/01/16 23:48:41 $
  + * $Header: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/template/util/Content.java,v
 1.3 2001/04/29 05:34:50 craigmcc Exp $
  + * $Revision: 1.3 $
  + * $Date: 2001/04/29 05:34:50 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
  + * 4. The names "The Jakarta Project", "Struts", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact [EMAIL PROTECTED]
  @@ -76,7 +76,7 @@
    *  </p>
    *
    * @author David Geary
  - * @revision $Revision: 1.2 $
  + * @revision $Revision: 1.3 $
    */
   public class Content implements java.io.Serializable {
   
  
  
  
  1.3       +6 -6      
jakarta-struts/src/share/org/apache/struts/taglib/template/util/ContentMap.java
  
  Index: ContentMap.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/template/util/ContentMap.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ContentMap.java   2001/01/16 23:48:41     1.2
  +++ ContentMap.java   2001/04/29 05:34:50     1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/template/util/ContentMap.java,v
 1.2 2001/01/16 23:48:41 dgeary Exp $
  - * $Revision: 1.2 $
  - * $Date: 2001/01/16 23:48:41 $
  + * $Header: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/template/util/ContentMap.java,v
 1.3 2001/04/29 05:34:50 craigmcc Exp $
  + * $Revision: 1.3 $
  + * $Date: 2001/04/29 05:34:50 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
  + * 4. The names "The Jakarta Project", "Struts", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact [EMAIL PROTECTED]
  @@ -67,7 +67,7 @@
    * that can be performed on a hash map of contents. 
    *
    * @author David Geary
  - * @version $Revision: 1.2 $ $Date: 2001/01/16 23:48:41 $
  + * @version $Revision: 1.3 $ $Date: 2001/04/29 05:34:50 $
    */
   public class ContentMap implements java.io.Serializable {
   
  
  
  
  1.2       +6 -6      
jakarta-struts/src/share/org/apache/struts/taglib/template/util/ContentMapStack.java
  
  Index: ContentMapStack.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/template/util/ContentMapStack.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ContentMapStack.java      2000/10/08 01:17:40     1.1
  +++ ContentMapStack.java      2001/04/29 05:34:50     1.2
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/template/util/ContentMapStack.java,v
 1.1 2000/10/08 01:17:40 dgeary Exp $
  - * $Revision: 1.1 $
  - * $Date: 2000/10/08 01:17:40 $
  + * $Header: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/template/util/ContentMapStack.java,v
 1.2 2001/04/29 05:34:50 craigmcc Exp $
  + * $Revision: 1.2 $
  + * $Date: 2001/04/29 05:34:50 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
  + * 4. The names "The Jakarta Project", "Struts", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact [EMAIL PROTECTED]
  @@ -68,7 +68,7 @@
    * through static methods.
    *
    * @author David Geary
  - * @version $Revision: 1.1 $ $Date: 2000/10/08 01:17:40 $
  + * @version $Revision: 1.2 $ $Date: 2001/04/29 05:34:50 $
    */
   public class ContentMapStack {
   
  
  
  

Reply via email to