rleland     01/04/14 05:53:09

  Modified:    src/example/org/apache/struts/webapp/example
                        ApplicationMapping.java CheckLogonTag.java
                        Constants.java DatabaseServlet.java
                        EditRegistrationAction.java
                        EditSubscriptionAction.java LabelValueBean.java
                        LinkUserTag.java LogoffAction.java LogonAction.java
                        LogonForm.java RegistrationForm.java
                        SaveRegistrationAction.java
                        SaveSubscriptionAction.java Subscription.java
                        SubscriptionForm.java User.java
  Log:
  Update copyright notices
  
  Revision  Changes    Path
  1.2       +6 -6      
jakarta-struts/src/example/org/apache/struts/webapp/example/ApplicationMapping.java
  
  Index: ApplicationMapping.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/ApplicationMapping.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ApplicationMapping.java   2001/04/11 02:09:59     1.1
  +++ ApplicationMapping.java   2001/04/14 12:53:07     1.2
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/ApplicationMapping.java,v
 1.1 2001/04/11 02:09:59 rleland Exp $
  - * $Revision: 1.1 $
  - * $Date: 2001/04/11 02:09:59 $
  + * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/ApplicationMapping.java,v
 1.2 2001/04/14 12:53:07 rleland Exp $
  + * $Revision: 1.2 $
  + * $Date: 2001/04/14 12:53:07 $
    *
    * ====================================================================
    *
    * 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]
  @@ -79,7 +79,7 @@
    * </ul>
    *
    * @author Craig R. McClanahan
  - * @version $Revision: 1.1 $ $Date: 2001/04/11 02:09:59 $
  + * @version $Revision: 1.2 $ $Date: 2001/04/14 12:53:07 $
    */
   
   public final class ApplicationMapping extends ActionMapping {
  
  
  
  1.2       +6 -6      
jakarta-struts/src/example/org/apache/struts/webapp/example/CheckLogonTag.java
  
  Index: CheckLogonTag.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/CheckLogonTag.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CheckLogonTag.java        2001/04/11 02:09:59     1.1
  +++ CheckLogonTag.java        2001/04/14 12:53:07     1.2
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/CheckLogonTag.java,v
 1.1 2001/04/11 02:09:59 rleland Exp $
  - * $Revision: 1.1 $
  - * $Date: 2001/04/11 02:09:59 $
  + * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/CheckLogonTag.java,v
 1.2 2001/04/14 12:53:07 rleland Exp $
  + * $Revision: 1.2 $
  + * $Date: 2001/04/14 12:53:07 $
    *
    * ====================================================================
    *
    * 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]
  @@ -80,7 +80,7 @@
    *
    * @author Craig R. McClanahan
    * @author Marius Barduta
  - * @version $Revision: 1.1 $ $Date: 2001/04/11 02:09:59 $
  + * @version $Revision: 1.2 $ $Date: 2001/04/14 12:53:07 $
    */
   
   public final class CheckLogonTag extends TagSupport {
  
  
  
  1.2       +6 -6      
jakarta-struts/src/example/org/apache/struts/webapp/example/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/Constants.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Constants.java    2001/04/11 02:09:59     1.1
  +++ Constants.java    2001/04/14 12:53:07     1.2
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/Constants.java,v 
1.1 2001/04/11 02:09:59 rleland Exp $
  - * $Revision: 1.1 $
  - * $Date: 2001/04/11 02:09:59 $
  + * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/Constants.java,v 
1.2 2001/04/14 12:53:07 rleland Exp $
  + * $Revision: 1.2 $
  + * $Date: 2001/04/14 12:53:07 $
    *
    * ====================================================================
    *
    * 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 @@
    * Manifest constants for the example application.
    *
    * @author Craig R. McClanahan
  - * @version $Revision: 1.1 $ $Date: 2001/04/11 02:09:59 $
  + * @version $Revision: 1.2 $ $Date: 2001/04/14 12:53:07 $
    */
   
   public final class Constants {
  
  
  
  1.2       +6 -6      
jakarta-struts/src/example/org/apache/struts/webapp/example/DatabaseServlet.java
  
  Index: DatabaseServlet.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/DatabaseServlet.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DatabaseServlet.java      2001/04/11 02:10:00     1.1
  +++ DatabaseServlet.java      2001/04/14 12:53:07     1.2
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/DatabaseServlet.java,v
 1.1 2001/04/11 02:10:00 rleland Exp $
  - * $Revision: 1.1 $
  - * $Date: 2001/04/11 02:10:00 $
  + * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/DatabaseServlet.java,v
 1.2 2001/04/14 12:53:07 rleland Exp $
  + * $Revision: 1.2 $
  + * $Date: 2001/04/14 12:53:07 $
    *
    * ====================================================================
    *
    * 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]
  @@ -90,7 +90,7 @@
    * Demonstration Application.
    *
    * @author Craig R. McClanahan
  - * @version $Revision: 1.1 $ $Date: 2001/04/11 02:10:00 $
  + * @version $Revision: 1.2 $ $Date: 2001/04/14 12:53:07 $
    */
   
   public final class DatabaseServlet
  
  
  
  1.2       +6 -6      
jakarta-struts/src/example/org/apache/struts/webapp/example/EditRegistrationAction.java
  
  Index: EditRegistrationAction.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/EditRegistrationAction.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- EditRegistrationAction.java       2001/04/11 02:10:00     1.1
  +++ EditRegistrationAction.java       2001/04/14 12:53:07     1.2
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/EditRegistrationAction.java,v
 1.1 2001/04/11 02:10:00 rleland Exp $
  - * $Revision: 1.1 $
  - * $Date: 2001/04/11 02:10:00 $
  + * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/EditRegistrationAction.java,v
 1.2 2001/04/14 12:53:07 rleland Exp $
  + * $Revision: 1.2 $
  + * $Date: 2001/04/14 12:53:07 $
    *
    * ====================================================================
    *
    * 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]
  @@ -87,7 +87,7 @@
    * User (if any).
    *
    * @author Craig R. McClanahan
  - * @version $Revision: 1.1 $ $Date: 2001/04/11 02:10:00 $
  + * @version $Revision: 1.2 $ $Date: 2001/04/14 12:53:07 $
    */
   
   public final class EditRegistrationAction extends Action {
  
  
  
  1.2       +6 -6      
jakarta-struts/src/example/org/apache/struts/webapp/example/EditSubscriptionAction.java
  
  Index: EditSubscriptionAction.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/EditSubscriptionAction.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- EditSubscriptionAction.java       2001/04/11 02:10:00     1.1
  +++ EditSubscriptionAction.java       2001/04/14 12:53:07     1.2
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/EditSubscriptionAction.java,v
 1.1 2001/04/11 02:10:00 rleland Exp $
  - * $Revision: 1.1 $
  - * $Date: 2001/04/11 02:10:00 $
  + * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/EditSubscriptionAction.java,v
 1.2 2001/04/14 12:53:07 rleland Exp $
  + * $Revision: 1.2 $
  + * $Date: 2001/04/14 12:53:07 $
    *
    * ====================================================================
    *
    * 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]
  @@ -86,7 +86,7 @@
    * <code>SubscriptionForm</code> from the currently specified subscription.
    *
    * @author Craig R. McClanahan
  - * @version $Revision: 1.1 $ $Date: 2001/04/11 02:10:00 $
  + * @version $Revision: 1.2 $ $Date: 2001/04/14 12:53:07 $
    */
   
   public final class EditSubscriptionAction extends Action {
  
  
  
  1.2       +5 -5      
jakarta-struts/src/example/org/apache/struts/webapp/example/LabelValueBean.java
  
  Index: LabelValueBean.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/LabelValueBean.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LabelValueBean.java       2001/04/11 02:10:00     1.1
  +++ LabelValueBean.java       2001/04/14 12:53:07     1.2
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/LabelValueBean.java,v
 1.1 2001/04/11 02:10:00 rleland Exp $
  - * $Revision: 1.1 $
  - * $Date: 2001/04/11 02:10:00 $
  + * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/LabelValueBean.java,v
 1.2 2001/04/14 12:53:07 rleland Exp $
  + * $Revision: 1.2 $
  + * $Date: 2001/04/14 12:53:07 $
    *
    * ====================================================================
    *
    * 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 @@
    * that are utilized by the <code>&lt;form:options&gt;</code> tag.
    *
    * @author Craig R. McClanahan
  - * @version $Revision: 1.1 $ $Date: 2001/04/11 02:10:00 $
  + * @version $Revision: 1.2 $ $Date: 2001/04/14 12:53:07 $
    */
   
   public class LabelValueBean {
  
  
  
  1.2       +6 -6      
jakarta-struts/src/example/org/apache/struts/webapp/example/LinkUserTag.java
  
  Index: LinkUserTag.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/LinkUserTag.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LinkUserTag.java  2001/04/11 02:10:00     1.1
  +++ LinkUserTag.java  2001/04/14 12:53:08     1.2
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/LinkUserTag.java,v
 1.1 2001/04/11 02:10:00 rleland Exp $
  - * $Revision: 1.1 $
  - * $Date: 2001/04/11 02:10:00 $
  + * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/LinkUserTag.java,v
 1.2 2001/04/14 12:53:08 rleland Exp $
  + * $Revision: 1.2 $
  + * $Date: 2001/04/14 12:53:08 $
    *
    * ====================================================================
    *
    * 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]
  @@ -79,7 +79,7 @@
    * associated query parameters selecting a specified User.
    *
    * @author Craig R. McClanahan
  - * @version $Revision: 1.1 $ $Date: 2001/04/11 02:10:00 $
  + * @version $Revision: 1.2 $ $Date: 2001/04/14 12:53:08 $
    */
   
   public class LinkUserTag extends TagSupport {
  
  
  
  1.2       +6 -6      
jakarta-struts/src/example/org/apache/struts/webapp/example/LogoffAction.java
  
  Index: LogoffAction.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/LogoffAction.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LogoffAction.java 2001/04/11 02:10:01     1.1
  +++ LogoffAction.java 2001/04/14 12:53:08     1.2
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/LogoffAction.java,v
 1.1 2001/04/11 02:10:01 rleland Exp $
  - * $Revision: 1.1 $
  - * $Date: 2001/04/11 02:10:01 $
  + * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/LogoffAction.java,v
 1.2 2001/04/14 12:53:08 rleland Exp $
  + * $Revision: 1.2 $
  + * $Date: 2001/04/14 12:53:08 $
    *
    * ====================================================================
    *
    * 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]
  @@ -85,7 +85,7 @@
    * user logoff.
    *
    * @author Craig R. McClanahan
  - * @version $Revision: 1.1 $ $Date: 2001/04/11 02:10:01 $
  + * @version $Revision: 1.2 $ $Date: 2001/04/14 12:53:08 $
    */
   
   public final class LogoffAction extends Action {
  
  
  
  1.2       +6 -6      
jakarta-struts/src/example/org/apache/struts/webapp/example/LogonAction.java
  
  Index: LogonAction.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/LogonAction.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LogonAction.java  2001/04/11 02:10:01     1.1
  +++ LogonAction.java  2001/04/14 12:53:08     1.2
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/LogonAction.java,v
 1.1 2001/04/11 02:10:01 rleland Exp $
  - * $Revision: 1.1 $
  - * $Date: 2001/04/11 02:10:01 $
  + * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/LogonAction.java,v
 1.2 2001/04/14 12:53:08 rleland Exp $
  + * $Revision: 1.2 $
  + * $Date: 2001/04/14 12:53:08 $
    *
    * ====================================================================
    *
    * 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]
  @@ -85,7 +85,7 @@
    * Implementation of <strong>Action</strong> that validates a user logon.
    *
    * @author Craig R. McClanahan
  - * @version $Revision: 1.1 $ $Date: 2001/04/11 02:10:01 $
  + * @version $Revision: 1.2 $ $Date: 2001/04/14 12:53:08 $
    */
   
   public final class LogonAction extends Action {
  
  
  
  1.2       +6 -6      
jakarta-struts/src/example/org/apache/struts/webapp/example/LogonForm.java
  
  Index: LogonForm.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/LogonForm.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LogonForm.java    2001/04/11 02:10:01     1.1
  +++ LogonForm.java    2001/04/14 12:53:08     1.2
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/LogonForm.java,v 
1.1 2001/04/11 02:10:01 rleland Exp $
  - * $Revision: 1.1 $
  - * $Date: 2001/04/11 02:10:01 $
  + * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/LogonForm.java,v 
1.2 2001/04/14 12:53:08 rleland Exp $
  + * $Revision: 1.2 $
  + * $Date: 2001/04/14 12:53:08 $
    *
    * ====================================================================
    *
    * 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]
  @@ -79,7 +79,7 @@
    * </ul>
    *
    * @author Craig R. McClanahan
  - * @version $Revision: 1.1 $ $Date: 2001/04/11 02:10:01 $
  + * @version $Revision: 1.2 $ $Date: 2001/04/14 12:53:08 $
    */
   
   public final class LogonForm extends ActionForm {
  
  
  
  1.2       +6 -6      
jakarta-struts/src/example/org/apache/struts/webapp/example/RegistrationForm.java
  
  Index: RegistrationForm.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/RegistrationForm.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RegistrationForm.java     2001/04/11 02:10:01     1.1
  +++ RegistrationForm.java     2001/04/14 12:53:08     1.2
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/RegistrationForm.java,v
 1.1 2001/04/11 02:10:01 rleland Exp $
  - * $Revision: 1.1 $
  - * $Date: 2001/04/11 02:10:01 $
  + * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/RegistrationForm.java,v
 1.2 2001/04/14 12:53:08 rleland Exp $
  + * $Revision: 1.2 $
  + * $Date: 2001/04/14 12:53:08 $
    *
    * ====================================================================
    *
    * 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]
  @@ -90,7 +90,7 @@
    * </ul>
    *
    * @author Craig R. McClanahan
  - * @version $Revision: 1.1 $ $Date: 2001/04/11 02:10:01 $
  + * @version $Revision: 1.2 $ $Date: 2001/04/14 12:53:08 $
    */
   
   public final class RegistrationForm extends ActionForm  {
  
  
  
  1.2       +6 -6      
jakarta-struts/src/example/org/apache/struts/webapp/example/SaveRegistrationAction.java
  
  Index: SaveRegistrationAction.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/SaveRegistrationAction.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SaveRegistrationAction.java       2001/04/11 02:10:01     1.1
  +++ SaveRegistrationAction.java       2001/04/14 12:53:08     1.2
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/SaveRegistrationAction.java,v
 1.1 2001/04/11 02:10:01 rleland Exp $
  - * $Revision: 1.1 $
  - * $Date: 2001/04/11 02:10:01 $
  + * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/SaveRegistrationAction.java,v
 1.2 2001/04/14 12:53:08 rleland Exp $
  + * $Revision: 1.2 $
  + * $Date: 2001/04/14 12:53:08 $
    *
    * ====================================================================
    *
    * 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]
  @@ -89,7 +89,7 @@
    * registration is created, the user is also implicitly logged on.
    *
    * @author Craig R. McClanahan
  - * @version $Revision: 1.1 $ $Date: 2001/04/11 02:10:01 $
  + * @version $Revision: 1.2 $ $Date: 2001/04/14 12:53:08 $
    */
   
   public final class SaveRegistrationAction extends Action {
  
  
  
  1.2       +6 -6      
jakarta-struts/src/example/org/apache/struts/webapp/example/SaveSubscriptionAction.java
  
  Index: SaveSubscriptionAction.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/SaveSubscriptionAction.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SaveSubscriptionAction.java       2001/04/11 02:10:02     1.1
  +++ SaveSubscriptionAction.java       2001/04/14 12:53:08     1.2
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/SaveSubscriptionAction.java,v
 1.1 2001/04/11 02:10:02 rleland Exp $
  - * $Revision: 1.1 $
  - * $Date: 2001/04/11 02:10:02 $
  + * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/SaveSubscriptionAction.java,v
 1.2 2001/04/14 12:53:08 rleland Exp $
  + * $Revision: 1.2 $
  + * $Date: 2001/04/14 12:53:08 $
    *
    * ====================================================================
    *
    * 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]
  @@ -88,7 +88,7 @@
    * updates the mail subscription entered by the user.
    *
    * @author Craig R. McClanahan
  - * @version $Revision: 1.1 $ $Date: 2001/04/11 02:10:02 $
  + * @version $Revision: 1.2 $ $Date: 2001/04/14 12:53:08 $
    */
   
   public final class SaveSubscriptionAction extends Action {
  
  
  
  1.2       +6 -6      
jakarta-struts/src/example/org/apache/struts/webapp/example/Subscription.java
  
  Index: Subscription.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/Subscription.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Subscription.java 2001/04/11 02:10:02     1.1
  +++ Subscription.java 2001/04/14 12:53:08     1.2
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/Subscription.java,v
 1.1 2001/04/11 02:10:02 rleland Exp $
  - * $Revision: 1.1 $
  - * $Date: 2001/04/11 02:10:02 $
  + * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/Subscription.java,v
 1.2 2001/04/14 12:53:08 rleland Exp $
  + * $Revision: 1.2 $
  + * $Date: 2001/04/14 12:53:08 $
    *
    * ====================================================================
    *
    * 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]
  @@ -71,7 +71,7 @@
    * specific mail server.
    *
    * @author Craig R. McClanahan
  - * @version $Revision: 1.1 $ $Date: 2001/04/11 02:10:02 $
  + * @version $Revision: 1.2 $ $Date: 2001/04/14 12:53:08 $
    */
   
   public final class Subscription implements Serializable {
  
  
  
  1.2       +6 -6      
jakarta-struts/src/example/org/apache/struts/webapp/example/SubscriptionForm.java
  
  Index: SubscriptionForm.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/SubscriptionForm.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SubscriptionForm.java     2001/04/11 02:10:02     1.1
  +++ SubscriptionForm.java     2001/04/14 12:53:08     1.2
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/SubscriptionForm.java,v
 1.1 2001/04/11 02:10:02 rleland Exp $
  - * $Revision: 1.1 $
  - * $Date: 2001/04/11 02:10:02 $
  + * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/SubscriptionForm.java,v
 1.2 2001/04/14 12:53:08 rleland Exp $
  + * $Revision: 1.2 $
  + * $Date: 2001/04/14 12:53:08 $
    *
    * ====================================================================
    *
    * 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]
  @@ -84,7 +84,7 @@
    * </ul>
    *
    * @author Craig R. McClanahan
  - * @version $Revision: 1.1 $ $Date: 2001/04/11 02:10:02 $
  + * @version $Revision: 1.2 $ $Date: 2001/04/14 12:53:08 $
    */
   
   public final class SubscriptionForm extends ActionForm  {
  
  
  
  1.2       +6 -6      
jakarta-struts/src/example/org/apache/struts/webapp/example/User.java
  
  Index: User.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/User.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- User.java 2001/04/11 02:10:02     1.1
  +++ User.java 2001/04/14 12:53:08     1.2
  @@ -1,13 +1,13 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/User.java,v 1.1 
2001/04/11 02:10:02 rleland Exp $
  - * $Revision: 1.1 $
  - * $Date: 2001/04/11 02:10:02 $
  + * $Header: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/User.java,v 1.2 
2001/04/14 12:53:08 rleland Exp $
  + * $Revision: 1.2 $
  + * $Date: 2001/04/14 12:53:08 $
    *
    * ====================================================================
    *
    * 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]
  @@ -72,7 +72,7 @@
    * Object that represents a registered user of the mail reader application.
    *
    * @author Craig R. McClanahan
  - * @version $Revision: 1.1 $ $Date: 2001/04/11 02:10:02 $
  + * @version $Revision: 1.2 $ $Date: 2001/04/14 12:53:08 $
    */
   
   public final class User implements Serializable {
  
  
  

Reply via email to