You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2002/04/11 15:41:58 UTC

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka/junit JUnitTestAdapter.java JUnitEventReporter.java

dion        02/04/11 06:41:58

  Modified:    latka/src/java/org/apache/commons/latka/junit
                        JUnitTestAdapter.java JUnitEventReporter.java
  Log:
  Fixed license
  
  Revision  Changes    Path
  1.11      +13 -11    jakarta-commons/latka/src/java/org/apache/commons/latka/junit/JUnitTestAdapter.java
  
  Index: JUnitTestAdapter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/junit/JUnitTestAdapter.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- JUnitTestAdapter.java	9 Apr 2002 16:45:59 -0000	1.10
  +++ JUnitTestAdapter.java	11 Apr 2002 13:41:58 -0000	1.11
  @@ -1,9 +1,13 @@
   /*
  + *
  + *
  + *
  + *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -11,7 +15,7 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *    notice, this list of conditions and the following disclaimer. 
  + *    notice, this list of conditions and the following disclaimer.
    *
    * 2. Redistributions in binary form must reproduce the above copyright
    *    notice, this list of conditions and the following disclaimer in
  @@ -19,15 +23,15 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:  
  - *       "This product includes software developed by the 
  + *    any, must include the following acknowlegement:
  + *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
    *    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", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  - *    from this software without prior written permission. For written 
  + *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
    *
    * 5. Products derived from this software may not be called "Apache"
  @@ -53,9 +57,7 @@
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    *
  - * [Additional notices, if required by prior licensing conditions]
  - *
  - */   
  + */
   
   package org.apache.commons.latka.junit;
   
  @@ -91,7 +93,7 @@
    *
    * @author Chuck Burdick
    * @author dIon Gillard
  - * @version $Id: JUnitTestAdapter.java,v 1.10 2002/04/09 16:45:59 dion Exp $
  + * @version $Id: JUnitTestAdapter.java,v 1.11 2002/04/11 13:41:58 dion Exp $
    */
   public class JUnitTestAdapter implements Test {
       /** log4j category that output is logged to */
  @@ -229,7 +231,7 @@
        *
        * @author Chuck Burdick
        * @author dIon Gillard
  -     * @version $Id: JUnitTestAdapter.java,v 1.10 2002/04/09 16:45:59 dion Exp $
  +     * @version $Id: JUnitTestAdapter.java,v 1.11 2002/04/11 13:41:58 dion Exp $
        */
       private static class TestCounter extends DefaultHandler {
           /** number of requests (ie junit tests) */
  
  
  
  1.6       +12 -10    jakarta-commons/latka/src/java/org/apache/commons/latka/junit/JUnitEventReporter.java
  
  Index: JUnitEventReporter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/junit/JUnitEventReporter.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- JUnitEventReporter.java	2 Feb 2002 13:21:13 -0000	1.5
  +++ JUnitEventReporter.java	11 Apr 2002 13:41:58 -0000	1.6
  @@ -1,9 +1,13 @@
   /*
  + *
  + *
  + *
  + *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -11,7 +15,7 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *    notice, this list of conditions and the following disclaimer. 
  + *    notice, this list of conditions and the following disclaimer.
    *
    * 2. Redistributions in binary form must reproduce the above copyright
    *    notice, this list of conditions and the following disclaimer in
  @@ -19,15 +23,15 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:  
  - *       "This product includes software developed by the 
  + *    any, must include the following acknowlegement:
  + *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
    *    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", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  - *    from this software without prior written permission. For written 
  + *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
    *
    * 5. Products derived from this software may not be called "Apache"
  @@ -53,9 +57,7 @@
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    *
  - * [Additional notices, if required by prior licensing conditions]
  - *
  - */   
  + */
   
   package org.apache.commons.latka.junit;
   
  @@ -81,7 +83,7 @@
    *
    * @author Chuck Burdick
    * @author dIon Gillard
  - * @version $Id: JUnitEventReporter.java,v 1.5 2002/02/02 13:21:13 dion Exp $
  + * @version $Id: JUnitEventReporter.java,v 1.6 2002/04/11 13:41:58 dion Exp $
    */
   public class JUnitEventReporter extends AbstractReporter {
       private static final Category _log = Category.getInstance(JUnitEventReporter.class);
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>