You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2003/05/22 01:40:24 UTC

cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang/time StopWatchTest.java

scolebourne    2003/05/21 16:40:24

  Modified:    lang/src/test/org/apache/commons/lang/time
                        StopWatchTest.java
  Log:
  Update licence
  
  Revision  Changes    Path
  1.2       +5 -9      jakarta-commons/lang/src/test/org/apache/commons/lang/time/StopWatchTest.java
  
  Index: StopWatchTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/test/org/apache/commons/lang/time/StopWatchTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- StopWatchTest.java	22 Dec 2002 22:59:58 -0000	1.1
  +++ StopWatchTest.java	21 May 2003 23:40:24 -0000	1.2
  @@ -1,7 +1,7 @@
  -/*
  +/* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 2002-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,14 +23,14 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. The names "The Jakarta Project", "Ant", 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
    *    permission, please contact apache@apache.org.
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  @@ -52,10 +52,6 @@
    * <http://www.apache.org/>.
    */
   package org.apache.commons.lang.time;
  -
  -import java.util.Date;
  -import java.util.Calendar;
  -import java.util.TimeZone;
   
   import junit.framework.Test;
   import junit.framework.TestCase;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org