quintonm    2003/03/08 19:08:50

  Modified:    src/test/org/apache/turbine/modules/scheduledjob
                        SimpleJob.java
               src/test/org/apache/turbine/services/avaloncomponent
                        TurbineAvalonComponentServiceTest.java
               src/test/org/apache/turbine/services/crypto
                        CryptoDefaultTest.java CryptoTest.java
               src/test/org/apache/turbine/services/schedule
                        TurbineNonPersistentSchedulerServiceTest.java
               src/test/org/apache/turbine/services/security
                        AccessControlListTest.java
               src/test/org/apache/turbine/services/template ClassTest.java
                        DefaultsTest.java InitTest.java TemplateTest.java
               src/test/org/apache/turbine/services/template/modules/layouts
                        ExistPageWithClass.java
               src/test/org/apache/turbine/services/template/modules/layouts/existing
                        PageWithClass.java
               
src/test/org/apache/turbine/services/template/modules/layouts/existing/dflt
                        Default.java
               src/test/org/apache/turbine/services/template/modules/navigations
                        ExistPageWithClass.java
               
src/test/org/apache/turbine/services/template/modules/navigations/existing
                        PageWithClass.java
               
src/test/org/apache/turbine/services/template/modules/navigations/existing/dflt
                        Default.java
               src/test/org/apache/turbine/services/template/modules/screens
                        ExistPageWithClass.java
               src/test/org/apache/turbine/services/template/modules/screens/existing
                        PageWithClass.java
               
src/test/org/apache/turbine/services/template/modules/screens/existing/dflt
                        Default.java
               src/test/org/apache/turbine/services/velocity
                        PathConverterTest.java
               src/test/org/apache/turbine/test BaseTestCase.java
                        TestComponent.java TestComponentImpl.java
  Log:
  Updated the copyright years
  
  Revision  Changes    Path
  1.2       +2 -2      
jakarta-turbine-2/src/test/org/apache/turbine/modules/scheduledjob/SimpleJob.java
  
  Index: SimpleJob.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/modules/scheduledjob/SimpleJob.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SimpleJob.java    8 Feb 2003 05:10:52 -0000       1.1
  +++ SimpleJob.java    9 Mar 2003 03:08:47 -0000       1.2
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.4       +2 -2      
jakarta-turbine-2/src/test/org/apache/turbine/services/avaloncomponent/TurbineAvalonComponentServiceTest.java
  
  Index: TurbineAvalonComponentServiceTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/services/avaloncomponent/TurbineAvalonComponentServiceTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TurbineAvalonComponentServiceTest.java    10 Feb 2003 19:00:50 -0000      1.3
  +++ TurbineAvalonComponentServiceTest.java    9 Mar 2003 03:08:47 -0000       1.4
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2       +8 -8      
jakarta-turbine-2/src/test/org/apache/turbine/services/crypto/CryptoDefaultTest.java
  
  Index: CryptoDefaultTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/services/crypto/CryptoDefaultTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CryptoDefaultTest.java    11 Jan 2003 14:20:14 -0000      1.1
  +++ CryptoDefaultTest.java    9 Mar 2003 03:08:47 -0000       1.2
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -25,13 +25,13 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "Apache" and "Apache Software Foundation" and 
  - *    "Apache Turbine" must not be used to endorse or promote products 
  - *    derived from this software without prior written permission. For 
  + * 4. The names "Apache" and "Apache Software Foundation" and
  + *    "Apache Turbine" must not be used to endorse or promote products
  + *    derived from this software without prior written permission. For
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without 
  + *    "Apache Turbine", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  @@ -64,8 +64,8 @@
   import org.apache.turbine.services.ServiceManager;
   import org.apache.turbine.services.TurbineServices;
   
  -import org.apache.turbine.services.factory.FactoryService; 
  -import org.apache.turbine.services.factory.TurbineFactoryService; 
  +import org.apache.turbine.services.factory.FactoryService;
  +import org.apache.turbine.services.factory.TurbineFactoryService;
   
   public class CryptoDefaultTest
       extends TestCase
  @@ -81,7 +81,7 @@
   
           ServiceManager serviceManager = TurbineServices.getInstance();
           serviceManager.setApplicationRoot(".");
  -        
  +
           Configuration cfg = new BaseConfiguration();
           cfg.setProperty(PREFIX + "classname",
                           TurbineCryptoService.class.getName());
  
  
  
  1.2       +18 -18    
jakarta-turbine-2/src/test/org/apache/turbine/services/crypto/CryptoTest.java
  
  Index: CryptoTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/services/crypto/CryptoTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CryptoTest.java   11 Jan 2003 14:20:14 -0000      1.1
  +++ CryptoTest.java   9 Mar 2003 03:08:47 -0000       1.2
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -25,13 +25,13 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "Apache" and "Apache Software Foundation" and 
  - *    "Apache Turbine" must not be used to endorse or promote products 
  - *    derived from this software without prior written permission. For 
  + * 4. The names "Apache" and "Apache Software Foundation" and
  + *    "Apache Turbine" must not be used to endorse or promote products
  + *    derived from this software without prior written permission. For
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without 
  + *    "Apache Turbine", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  @@ -64,8 +64,8 @@
   import org.apache.turbine.services.ServiceManager;
   import org.apache.turbine.services.TurbineServices;
   
  -import org.apache.turbine.services.factory.FactoryService; 
  -import org.apache.turbine.services.factory.TurbineFactoryService; 
  +import org.apache.turbine.services.factory.FactoryService;
  +import org.apache.turbine.services.factory.TurbineFactoryService;
   
   import org.apache.turbine.services.crypto.provider.UnixCrypt;
   import org.apache.turbine.services.crypto.provider.ClearCrypt;
  @@ -86,7 +86,7 @@
   
           ServiceManager serviceManager = TurbineServices.getInstance();
           serviceManager.setApplicationRoot(".");
  -        
  +
           Configuration cfg = new BaseConfiguration();
           cfg.setProperty(PREFIX + "classname",
                           TurbineCryptoService.class.getName());
  @@ -136,15 +136,15 @@
           try
           {
               CryptoAlgorithm ca = TurbineCrypto.getCryptoAlgorithm("unix");
  -            
  +
               /*
                * Test predefined Seed
                */
  -            
  +
               ca.setSeed(preDefinedSeed);
  -            
  +
               String output = ca.encrypt(preDefinedInput);
  -            
  +
               assertEquals("Encryption failed ",
                            preDefinedResult,
                            output);
  @@ -153,15 +153,15 @@
                * Test random Seed
                *
                */
  -            
  +
               ca.setSeed(null);
  -            
  +
               String result = ca.encrypt(preDefinedInput);
  -            
  +
               ca.setSeed(result);
  -            
  +
               output = ca.encrypt(preDefinedInput);
  -            
  +
               assertEquals("Encryption failed ",
                            output,
                            result);
  @@ -181,7 +181,7 @@
           {
               CryptoAlgorithm ca = TurbineCrypto.getCryptoAlgorithm("clear");
               String output = ca.encrypt(preDefinedInput);
  -            
  +
               assertEquals("Encryption failed ",
                            preDefinedResult,
                            output);
  
  
  
  1.2       +2 -2      
jakarta-turbine-2/src/test/org/apache/turbine/services/schedule/TurbineNonPersistentSchedulerServiceTest.java
  
  Index: TurbineNonPersistentSchedulerServiceTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/services/schedule/TurbineNonPersistentSchedulerServiceTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TurbineNonPersistentSchedulerServiceTest.java     8 Feb 2003 05:10:52 -0000      
 1.1
  +++ TurbineNonPersistentSchedulerServiceTest.java     9 Mar 2003 03:08:47 -0000      
 1.2
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2       +11 -11    
jakarta-turbine-2/src/test/org/apache/turbine/services/security/AccessControlListTest.java
  
  Index: AccessControlListTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/services/security/AccessControlListTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AccessControlListTest.java        12 Jan 2003 15:11:05 -0000      1.1
  +++ AccessControlListTest.java        9 Mar 2003 03:08:47 -0000       1.2
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -25,13 +25,13 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "Apache" and "Apache Software Foundation" and 
  - *    "Apache Turbine" must not be used to endorse or promote products 
  - *    derived from this software without prior written permission. For 
  + * 4. The names "Apache" and "Apache Software Foundation" and
  + *    "Apache Turbine" must not be used to endorse or promote products
  + *    derived from this software without prior written permission. For
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without 
  + *    "Apache Turbine", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  @@ -65,8 +65,8 @@
   import org.apache.turbine.services.ServiceManager;
   import org.apache.turbine.services.TurbineServices;
   
  -import org.apache.turbine.services.factory.FactoryService; 
  -import org.apache.turbine.services.factory.TurbineFactoryService; 
  +import org.apache.turbine.services.factory.FactoryService;
  +import org.apache.turbine.services.factory.TurbineFactoryService;
   
   import org.apache.turbine.services.security.SecurityService;
   
  @@ -108,13 +108,13 @@
   
           Configuration cfg = new BaseConfiguration();
   
  -        cfg.setProperty(PREFIX + "classname", 
  +        cfg.setProperty(PREFIX + "classname",
                           DBSecurityService.class.getName());
   
  -        cfg.setProperty(PREFIX + "acl.class", 
  +        cfg.setProperty(PREFIX + "acl.class",
                           TurbineAccessControlList.class.getName());
   
  -        // We must run init! 
  +        // We must run init!
           cfg.setProperty(PREFIX+"earlyInit", "true");
   
           /* Ugh */
  @@ -137,7 +137,7 @@
           Map roles = new HashMap();
           Map permissions = new HashMap();
   
  -        AccessControlList aclTest = 
  +        AccessControlList aclTest =
             TurbineSecurity.getService().getAclInstance(roles, permissions);
   
           if(aclTest == null)
  
  
  
  1.2       +7 -7      
jakarta-turbine-2/src/test/org/apache/turbine/services/template/ClassTest.java
  
  Index: ClassTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/services/template/ClassTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ClassTest.java    7 Mar 2003 11:58:59 -0000       1.1
  +++ ClassTest.java    9 Mar 2003 03:08:47 -0000       1.2
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -25,13 +25,13 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "Apache" and "Apache Software Foundation" and 
  - *    "Apache Turbine" must not be used to endorse or promote products 
  - *    derived from this software without prior written permission. For 
  + * 4. The names "Apache" and "Apache Software Foundation" and
  + *    "Apache Turbine" must not be used to endorse or promote products
  + *    derived from this software without prior written permission. For
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without 
  + *    "Apache Turbine", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  @@ -183,7 +183,7 @@
           //
           // Now we have a class backed template. It has a separate Class for Screen, 
Navigation and
           // Layout. It should find the matching class names in the screens, 
navigations and layout
  -        // packages. For a twist, the classes are in a subpackage, so they should 
also find the 
  +        // packages. For a twist, the classes are in a subpackage, so they should 
also find the
           // classes in the sub packages.
           String templateName = "existing,PageWithClass.vm";
           assertEquals("Screen translation failed",         "existing.PageWithClass", 
ts.getScreenName(templateName));
  
  
  
  1.2       +6 -6      
jakarta-turbine-2/src/test/org/apache/turbine/services/template/DefaultsTest.java
  
  Index: DefaultsTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/services/template/DefaultsTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DefaultsTest.java 7 Mar 2003 11:59:01 -0000       1.1
  +++ DefaultsTest.java 9 Mar 2003 03:08:47 -0000       1.2
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -25,13 +25,13 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "Apache" and "Apache Software Foundation" and 
  - *    "Apache Turbine" must not be used to endorse or promote products 
  - *    derived from this software without prior written permission. For 
  + * 4. The names "Apache" and "Apache Software Foundation" and
  + *    "Apache Turbine" must not be used to endorse or promote products
  + *    derived from this software without prior written permission. For
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without 
  + *    "Apache Turbine", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  
  
  
  1.2       +6 -6      
jakarta-turbine-2/src/test/org/apache/turbine/services/template/InitTest.java
  
  Index: InitTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/services/template/InitTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- InitTest.java     7 Mar 2003 11:59:01 -0000       1.1
  +++ InitTest.java     9 Mar 2003 03:08:47 -0000       1.2
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -25,13 +25,13 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "Apache" and "Apache Software Foundation" and 
  - *    "Apache Turbine" must not be used to endorse or promote products 
  - *    derived from this software without prior written permission. For 
  + * 4. The names "Apache" and "Apache Software Foundation" and
  + *    "Apache Turbine" must not be used to endorse or promote products
  + *    derived from this software without prior written permission. For
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without 
  + *    "Apache Turbine", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  
  
  
  1.2       +7 -7      
jakarta-turbine-2/src/test/org/apache/turbine/services/template/TemplateTest.java
  
  Index: TemplateTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/services/template/TemplateTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TemplateTest.java 7 Mar 2003 11:59:01 -0000       1.1
  +++ TemplateTest.java 9 Mar 2003 03:08:47 -0000       1.2
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -25,13 +25,13 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "Apache" and "Apache Software Foundation" and 
  - *    "Apache Turbine" must not be used to endorse or promote products 
  - *    derived from this software without prior written permission. For 
  + * 4. The names "Apache" and "Apache Software Foundation" and
  + *    "Apache Turbine" must not be used to endorse or promote products
  + *    derived from this software without prior written permission. For
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without 
  + *    "Apache Turbine", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  @@ -68,7 +68,7 @@
   import org.apache.turbine.util.TurbineConfig;
   
   /**
  - * Tests all the various template mappings for Screen and Layout 
  + * Tests all the various template mappings for Screen and Layout
    * templates of the template service.
    *
    * @author <a href="[EMAIL PROTECTED]">Henning P. Schmiedehausen</a>
  
  
  
  1.2       +6 -6      
jakarta-turbine-2/src/test/org/apache/turbine/services/template/modules/layouts/ExistPageWithClass.java
  
  Index: ExistPageWithClass.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/services/template/modules/layouts/ExistPageWithClass.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ExistPageWithClass.java   7 Mar 2003 11:59:02 -0000       1.1
  +++ ExistPageWithClass.java   9 Mar 2003 03:08:47 -0000       1.2
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -25,13 +25,13 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "Apache" and "Apache Software Foundation" and 
  - *    "Apache Turbine" must not be used to endorse or promote products 
  - *    derived from this software without prior written permission. For 
  + * 4. The names "Apache" and "Apache Software Foundation" and
  + *    "Apache Turbine" must not be used to endorse or promote products
  + *    derived from this software without prior written permission. For
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without 
  + *    "Apache Turbine", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  
  
  
  1.2       +6 -6      
jakarta-turbine-2/src/test/org/apache/turbine/services/template/modules/layouts/existing/PageWithClass.java
  
  Index: PageWithClass.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/services/template/modules/layouts/existing/PageWithClass.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PageWithClass.java        7 Mar 2003 11:59:02 -0000       1.1
  +++ PageWithClass.java        9 Mar 2003 03:08:48 -0000       1.2
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -25,13 +25,13 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "Apache" and "Apache Software Foundation" and 
  - *    "Apache Turbine" must not be used to endorse or promote products 
  - *    derived from this software without prior written permission. For 
  + * 4. The names "Apache" and "Apache Software Foundation" and
  + *    "Apache Turbine" must not be used to endorse or promote products
  + *    derived from this software without prior written permission. For
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without 
  + *    "Apache Turbine", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  
  
  
  1.2       +6 -6      
jakarta-turbine-2/src/test/org/apache/turbine/services/template/modules/layouts/existing/dflt/Default.java
  
  Index: Default.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/services/template/modules/layouts/existing/dflt/Default.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Default.java      7 Mar 2003 11:59:02 -0000       1.1
  +++ Default.java      9 Mar 2003 03:08:48 -0000       1.2
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -25,13 +25,13 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "Apache" and "Apache Software Foundation" and 
  - *    "Apache Turbine" must not be used to endorse or promote products 
  - *    derived from this software without prior written permission. For 
  + * 4. The names "Apache" and "Apache Software Foundation" and
  + *    "Apache Turbine" must not be used to endorse or promote products
  + *    derived from this software without prior written permission. For
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without 
  + *    "Apache Turbine", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  
  
  
  1.2       +6 -6      
jakarta-turbine-2/src/test/org/apache/turbine/services/template/modules/navigations/ExistPageWithClass.java
  
  Index: ExistPageWithClass.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/services/template/modules/navigations/ExistPageWithClass.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ExistPageWithClass.java   7 Mar 2003 11:59:02 -0000       1.1
  +++ ExistPageWithClass.java   9 Mar 2003 03:08:48 -0000       1.2
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -25,13 +25,13 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "Apache" and "Apache Software Foundation" and 
  - *    "Apache Turbine" must not be used to endorse or promote products 
  - *    derived from this software without prior written permission. For 
  + * 4. The names "Apache" and "Apache Software Foundation" and
  + *    "Apache Turbine" must not be used to endorse or promote products
  + *    derived from this software without prior written permission. For
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without 
  + *    "Apache Turbine", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  
  
  
  1.2       +6 -6      
jakarta-turbine-2/src/test/org/apache/turbine/services/template/modules/navigations/existing/PageWithClass.java
  
  Index: PageWithClass.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/services/template/modules/navigations/existing/PageWithClass.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PageWithClass.java        7 Mar 2003 11:59:02 -0000       1.1
  +++ PageWithClass.java        9 Mar 2003 03:08:48 -0000       1.2
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -25,13 +25,13 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "Apache" and "Apache Software Foundation" and 
  - *    "Apache Turbine" must not be used to endorse or promote products 
  - *    derived from this software without prior written permission. For 
  + * 4. The names "Apache" and "Apache Software Foundation" and
  + *    "Apache Turbine" must not be used to endorse or promote products
  + *    derived from this software without prior written permission. For
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without 
  + *    "Apache Turbine", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  
  
  
  1.2       +6 -6      
jakarta-turbine-2/src/test/org/apache/turbine/services/template/modules/navigations/existing/dflt/Default.java
  
  Index: Default.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/services/template/modules/navigations/existing/dflt/Default.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Default.java      7 Mar 2003 11:59:02 -0000       1.1
  +++ Default.java      9 Mar 2003 03:08:48 -0000       1.2
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -25,13 +25,13 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "Apache" and "Apache Software Foundation" and 
  - *    "Apache Turbine" must not be used to endorse or promote products 
  - *    derived from this software without prior written permission. For 
  + * 4. The names "Apache" and "Apache Software Foundation" and
  + *    "Apache Turbine" must not be used to endorse or promote products
  + *    derived from this software without prior written permission. For
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without 
  + *    "Apache Turbine", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  
  
  
  1.2       +6 -6      
jakarta-turbine-2/src/test/org/apache/turbine/services/template/modules/screens/ExistPageWithClass.java
  
  Index: ExistPageWithClass.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/services/template/modules/screens/ExistPageWithClass.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ExistPageWithClass.java   7 Mar 2003 11:59:02 -0000       1.1
  +++ ExistPageWithClass.java   9 Mar 2003 03:08:48 -0000       1.2
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -25,13 +25,13 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "Apache" and "Apache Software Foundation" and 
  - *    "Apache Turbine" must not be used to endorse or promote products 
  - *    derived from this software without prior written permission. For 
  + * 4. The names "Apache" and "Apache Software Foundation" and
  + *    "Apache Turbine" must not be used to endorse or promote products
  + *    derived from this software without prior written permission. For
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without 
  + *    "Apache Turbine", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  
  
  
  1.2       +6 -6      
jakarta-turbine-2/src/test/org/apache/turbine/services/template/modules/screens/existing/PageWithClass.java
  
  Index: PageWithClass.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/services/template/modules/screens/existing/PageWithClass.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PageWithClass.java        7 Mar 2003 11:59:02 -0000       1.1
  +++ PageWithClass.java        9 Mar 2003 03:08:48 -0000       1.2
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -25,13 +25,13 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "Apache" and "Apache Software Foundation" and 
  - *    "Apache Turbine" must not be used to endorse or promote products 
  - *    derived from this software without prior written permission. For 
  + * 4. The names "Apache" and "Apache Software Foundation" and
  + *    "Apache Turbine" must not be used to endorse or promote products
  + *    derived from this software without prior written permission. For
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without 
  + *    "Apache Turbine", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  
  
  
  1.2       +6 -6      
jakarta-turbine-2/src/test/org/apache/turbine/services/template/modules/screens/existing/dflt/Default.java
  
  Index: Default.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/services/template/modules/screens/existing/dflt/Default.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Default.java      7 Mar 2003 11:59:02 -0000       1.1
  +++ Default.java      9 Mar 2003 03:08:48 -0000       1.2
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -25,13 +25,13 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "Apache" and "Apache Software Foundation" and 
  - *    "Apache Turbine" must not be used to endorse or promote products 
  - *    derived from this software without prior written permission. For 
  + * 4. The names "Apache" and "Apache Software Foundation" and
  + *    "Apache Turbine" must not be used to endorse or promote products
  + *    derived from this software without prior written permission. For
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without 
  + *    "Apache Turbine", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  
  
  
  1.2       +6 -6      
jakarta-turbine-2/src/test/org/apache/turbine/services/velocity/PathConverterTest.java
  
  Index: PathConverterTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/services/velocity/PathConverterTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PathConverterTest.java    7 Mar 2003 16:21:09 -0000       1.1
  +++ PathConverterTest.java    9 Mar 2003 03:08:48 -0000       1.2
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -25,13 +25,13 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "Apache" and "Apache Software Foundation" and 
  - *    "Apache Turbine" must not be used to endorse or promote products 
  - *    derived from this software without prior written permission. For 
  + * 4. The names "Apache" and "Apache Software Foundation" and
  + *    "Apache Turbine" must not be used to endorse or promote products
  + *    derived from this software without prior written permission. For
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without 
  + *    "Apache Turbine", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  
  
  
  1.2       +7 -7      
jakarta-turbine-2/src/test/org/apache/turbine/test/BaseTestCase.java
  
  Index: BaseTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/test/BaseTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BaseTestCase.java 1 Feb 2002 03:20:00 -0000       1.1
  +++ BaseTestCase.java 9 Mar 2003 03:08:49 -0000       1.2
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -25,13 +25,13 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "Apache" and "Apache Software Foundation" and 
  - *    "Apache Turbine" must not be used to endorse or promote products 
  - *    derived from this software without prior written permission. For 
  + * 4. The names "Apache" and "Apache Software Foundation" and
  + *    "Apache Turbine" must not be used to endorse or promote products
  + *    derived from this software without prior written permission. For
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without 
  + *    "Apache Turbine", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  @@ -57,7 +57,7 @@
   import junit.framework.TestCase;
   
   /**
  - * Base functionality to be extended by all Apache Turbine test cases.  Test 
  + * Base functionality to be extended by all Apache Turbine test cases.  Test
    * case implementations are used to automate testing via JUnit.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Christopher Elkins</a>
  
  
  
  1.2       +2 -2      
jakarta-turbine-2/src/test/org/apache/turbine/test/TestComponent.java
  
  Index: TestComponent.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/test/TestComponent.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestComponent.java        9 Feb 2003 23:16:47 -0000       1.1
  +++ TestComponent.java        9 Mar 2003 03:08:49 -0000       1.2
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2       +2 -2      
jakarta-turbine-2/src/test/org/apache/turbine/test/TestComponentImpl.java
  
  Index: TestComponentImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/test/org/apache/turbine/test/TestComponentImpl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestComponentImpl.java    9 Feb 2003 23:16:47 -0000       1.1
  +++ TestComponentImpl.java    9 Mar 2003 03:08:49 -0000       1.2
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  

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

Reply via email to