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/16 16:40:56 UTC

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections NodeCachingLinkedList.java MultiMap.java MultiKey.java MultiHashMap.java

scolebourne    2003/05/16 07:40:56

  Modified:    collections/src/java/org/apache/commons/collections
                        NodeCachingLinkedList.java MultiMap.java
                        MultiKey.java MultiHashMap.java
  Log:
  Update licence and javadoc
  
  Revision  Changes    Path
  1.5       +3 -2      jakarta-commons/collections/src/java/org/apache/commons/collections/NodeCachingLinkedList.java
  
  Index: NodeCachingLinkedList.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/NodeCachingLinkedList.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- NodeCachingLinkedList.java	10 Jan 2003 20:21:23 -0000	1.4
  +++ NodeCachingLinkedList.java	16 May 2003 14:40:56 -0000	1.5
  @@ -65,9 +65,10 @@
    * improvement.
    * 
    * @since Commons Collections 2.2
  + * @version $Revision$ $Date$
  + * 
    * @author Jeff Varszegi
    * @author <a href="mailto:rich@rd.gen.nz">Rich Dougherty</a>
  - * @version $Revision$ $Date$
    */
   public class NodeCachingLinkedList extends CommonsLinkedList {
   
  
  
  
  1.6       +9 -10     jakarta-commons/collections/src/java/org/apache/commons/collections/MultiMap.java
  
  Index: MultiMap.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/MultiMap.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- MultiMap.java	24 Nov 2002 19:33:19 -0000	1.5
  +++ MultiMap.java	16 May 2003 14:40:56 -0000	1.6
  @@ -1,13 +1,10 @@
   /*
    * $Header$
  - * $Revision$
  - * $Date$
  - *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2002 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
  @@ -23,11 +20,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgment:
    *       "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.
  + *    Alternately, this acknowledgment may appear in the software itself,
  + *    if and wherever such third-party acknowledgments normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +33,7 @@
    *
    * 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
  @@ -81,7 +78,9 @@
    * <p>
    * <code>coll</code> will be a list containing "A", "B", "C".
    *
  - * @since 2.0
  + * @since Commons Collections 2.0
  + * @version $Revision$ $Date$
  + * 
    * @author Christopher Berry
    * @author <a href="mailto:jstrachan@apache.org">James Strachan</a>
    * @author Stephen Colebourne
  
  
  
  1.2       +2 -2      jakarta-commons/collections/src/java/org/apache/commons/collections/MultiKey.java
  
  Index: MultiKey.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/MultiKey.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  
  
  
  1.11      +2 -2      jakarta-commons/collections/src/java/org/apache/commons/collections/MultiHashMap.java
  
  Index: MultiHashMap.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/MultiHashMap.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  
  
  

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