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. > 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, > > >