On Tue, Apr 16, 2013 at 10:39 PM, sebb <seb...@gmail.com> wrote:

> On 17 April 2013 03:10, <ggreg...@apache.org> wrote:
>
> > Author: ggregory
> > Date: Wed Apr 17 02:10:48 2013
> > New Revision: 1468715
> >
> > URL: http://svn.apache.org/r1468715
> > Log:
> > Fix attribution links.
> >
> > Modified:
> >     commons/proper/codec/trunk/NOTICE.txt
> >
> >
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/DoubleMetaphoneTest.java
> >
> > Modified: commons/proper/codec/trunk/NOTICE.txt
> > URL:
> >
> http://svn.apache.org/viewvc/commons/proper/codec/trunk/NOTICE.txt?rev=1468715&r1=1468714&r2=1468715&view=diff
> >
> >
> ==============================================================================
> > --- commons/proper/codec/trunk/NOTICE.txt (original)
> > +++ commons/proper/codec/trunk/NOTICE.txt Wed Apr 17 02:10:48 2013
> > @@ -6,7 +6,7 @@ The Apache Software Foundation (http://w
> >
> >
> >
>  
> --------------------------------------------------------------------------------
> >
>
> The above line should not be present.
> Ditto at the end.
>

Ok, fixed in trunk but not a blocker IMO.


>
>
> >  src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java
> > contains
> > -test data from http://aspell.sourceforge.net/test/batch0.tab.
> > +test data from http://aspell.net/test/orig/batch0.tab.
> >
> >  Copyright (C) 2002 Kevin Atkinson (kev...@gnu.org). Verbatim copying
> >  and distribution of this entire article is permitted in any medium,
> >
>
>
> > Modified:
> >
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/DoubleMetaphoneTest.java
> > URL:
> >
> http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/DoubleMetaphoneTest.java?rev=1468715&r1=1468714&r2=1468715&view=diff
> >
> >
> ==============================================================================
> > ---
> >
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/DoubleMetaphoneTest.java
> > (original)
> > +++
> >
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/DoubleMetaphoneTest.java
> > Wed Apr 17 02:10:48 2013
> > @@ -37,7 +37,7 @@ import org.junit.Test;
> >  public class DoubleMetaphoneTest extends
> > StringEncoderAbstractTest<DoubleMetaphone> {
> >
> >      /**
> > -     * Test data from http://aspell.sourceforge.net/test/batch0.tab.
> > +     * Test data from http://aspell.net/test/orig/batch0.tab.
> >       *
> >       * "Copyright (C) 2002 Kevin Atkinson (kev...@gnu.org). Verbatim
> > copying
> >       * and distribution of this entire article is permitted in any
> medium,
> >
> >
> >
>



-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to