You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Roper, Michael" <MR...@us.loreal.com> on 2003/02/03 17:16:12 UTC

RE: cvs commit: jakarta-commons-sandbox/codec/src/java/org/apache /commons/codec/language DoubleMetaphone.java

Please remove me from the mailing list - mroper@us.loreal.com
This is my second week with e-mail bombardment.
The documentation to remove yourself from the e-mail list is not correct or
is not working!

-----Original Message-----
From: bayard@apache.org [mailto:bayard@apache.org]
Sent: Monday, February 03, 2003 10:04 AM
To: jakarta-commons-sandbox-cvs@apache.org
Subject: cvs commit:
jakarta-commons-sandbox/codec/src/java/org/apache/commons/codec/language
DoubleMetaphone.java


bayard      2003/02/03 08:03:54

  Modified:    codec/src/java/org/apache/commons/codec Encoder.java
                        EncoderComparator.java Metaphone.java
                        RefinedSoundex.java Soundex.java
               codec/src/java/org/apache/commons/codec/language
                        DoubleMetaphone.java
  Log:
  Fixed licence from Turbine to Commons.
  
  Revision  Changes    Path
  1.4       +2 -2
jakarta-commons-sandbox/codec/src/java/org/apache/commons/codec/Encoder.java
  
  Index: Encoder.java
  ===================================================================
  RCS file:
/home/cvs/jakarta-commons-sandbox/codec/src/java/org/apache/commons/codec/En
coder.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Encoder.java	3 Feb 2003 02:19:41 -0000	1.3
  +++ Encoder.java	3 Feb 2003 16:03:54 -0000	1.4
  @@ -29,7 +29,7 @@
    *    written permission, please contact apache@apache.org.
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without
  + *    "Apache Commons", 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.4       +2 -2
jakarta-commons-sandbox/codec/src/java/org/apache/commons/codec/EncoderCompa
rator.java
  
  Index: EncoderComparator.java
  ===================================================================
  RCS file:
/home/cvs/jakarta-commons-sandbox/codec/src/java/org/apache/commons/codec/En
coderComparator.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- EncoderComparator.java	3 Feb 2003 02:19:41 -0000	1.3
  +++ EncoderComparator.java	3 Feb 2003 16:03:54 -0000	1.4
  @@ -29,7 +29,7 @@
    *    written permission, please contact apache@apache.org.
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without
  + *    "Apache Commons", 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.6       +2 -2
jakarta-commons-sandbox/codec/src/java/org/apache/commons/codec/Metaphone.ja
va
  
  Index: Metaphone.java
  ===================================================================
  RCS file:
/home/cvs/jakarta-commons-sandbox/codec/src/java/org/apache/commons/codec/Me
taphone.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Metaphone.java	3 Feb 2003 02:19:41 -0000	1.5
  +++ Metaphone.java	3 Feb 2003 16:03:54 -0000	1.6
  @@ -29,7 +29,7 @@
    *    written permission, please contact apache@apache.org.
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without
  + *    "Apache Commons", 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.5       +2 -2
jakarta-commons-sandbox/codec/src/java/org/apache/commons/codec/RefinedSound
ex.java
  
  Index: RefinedSoundex.java
  ===================================================================
  RCS file:
/home/cvs/jakarta-commons-sandbox/codec/src/java/org/apache/commons/codec/Re
finedSoundex.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RefinedSoundex.java	3 Feb 2003 02:19:41 -0000	1.4
  +++ RefinedSoundex.java	3 Feb 2003 16:03:54 -0000	1.5
  @@ -29,7 +29,7 @@
    *    written permission, please contact apache@apache.org.
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without
  + *    "Apache Commons", 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.6       +2 -2
jakarta-commons-sandbox/codec/src/java/org/apache/commons/codec/Soundex.java
  
  Index: Soundex.java
  ===================================================================
  RCS file:
/home/cvs/jakarta-commons-sandbox/codec/src/java/org/apache/commons/codec/So
undex.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Soundex.java	3 Feb 2003 02:19:41 -0000	1.5
  +++ Soundex.java	3 Feb 2003 16:03:54 -0000	1.6
  @@ -29,7 +29,7 @@
    *    written permission, please contact apache@apache.org.
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without
  + *    "Apache Commons", 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       +2 -2
jakarta-commons-sandbox/codec/src/java/org/apache/commons/codec/language/Dou
bleMetaphone.java
  
  Index: DoubleMetaphone.java
  ===================================================================
  RCS file:
/home/cvs/jakarta-commons-sandbox/codec/src/java/org/apache/commons/codec/la
nguage/DoubleMetaphone.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DoubleMetaphone.java	3 Feb 2003 15:00:11 -0000	1.1
  +++ DoubleMetaphone.java	3 Feb 2003 16:03:54 -0000	1.2
  @@ -29,7 +29,7 @@
    *    written permission, please contact apache@apache.org.

    *

    * 5. Products derived from this software may not be called "Apache",

  - *    "Apache Turbine", nor may "Apache" appear in their name, without

  + *    "Apache Commons", 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

  
  
  

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


"WorldSecure Server" made the following
 annotations on 02/03/2003 11:16:58 AM
------------------------------------------------------------------------------
This message and any attachments (hereunder the « message ») are confidential and intended solely for the addressees. If you receive this message in error, please delete it and immediately notify the sender. If the reader of this message is not the intended recipient, you are hereby notified that any unauthorized use, copying or dissemination is prohibited. E-mails are susceptible to alteration. Neither L’OREAL nor any of its subsidiaries or affiliates shall be liable for the message if altered, changed or falsified.

==============================================================================