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/10 09:22:53 UTC

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka/event LatkaEventInfo.java

dion        02/04/10 00:22:53

  Modified:    latka/src/java/org/apache/commons/latka/event
                        LatkaEventInfo.java
  Log:
  - Fixed license
  
  Revision  Changes    Path
  1.8       +12 -8     jakarta-commons/latka/src/java/org/apache/commons/latka/event/LatkaEventInfo.java
  
  Index: LatkaEventInfo.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/event/LatkaEventInfo.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- LatkaEventInfo.java	13 Jan 2002 22:07:13 -0000	1.7
  +++ LatkaEventInfo.java	10 Apr 2002 07:22:52 -0000	1.8
  @@ -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"
  @@ -55,7 +59,7 @@
    *
    * [Additional notices, if required by prior licensing conditions]
    *
  - */   
  + */
   
   package org.apache.commons.latka.event;
   
  @@ -72,7 +76,7 @@
    * is reported to the listener.
    *
    * @author Morgan Delagrange
  - * @version $Id: LatkaEventInfo.java,v 1.7 2002/01/13 22:07:13 jefft Exp $
  + * @version $Id: LatkaEventInfo.java,v 1.8 2002/04/10 07:22:52 dion Exp $
    */
   public interface LatkaEventInfo extends LatkaEventListener {
   
  
  
  

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