Skip to content

Commit 306d240

Browse files
committed
Redo license header.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130247 13f79535-47bb-0310-9956-ffa450edef68
1 parent 458d50d commit 306d240

1 file changed

Lines changed: 51 additions & 38 deletions

File tree

src/java/org/apache/commons/codec/language/Soundex.java

Lines changed: 51 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,58 @@
22
* ====================================================================
33
*
44
* The Apache Software License, Version 1.1
5-
*
6-
* Copyright (c) 2001-2003 The Apache Software Foundation. All rights reserved.
7-
*
5+
*
6+
* Copyright (c) 2001-2003 The Apache Software Foundation. All rights
7+
* reserved.
8+
*
89
* Redistribution and use in source and binary forms, with or without
9-
* modification, are permitted provided that the following conditions are met: 1.
10-
* Redistributions of source code must retain the above copyright notice, this
11-
* list of conditions and the following disclaimer. 2. Redistributions in
12-
* binary form must reproduce the above copyright notice, this list of
13-
* conditions and the following disclaimer in the documentation and/or other
14-
* materials provided with the distribution. 3. The end-user documentation
15-
* included with the redistribution, if any, must include the following
16-
* acknowledgement: "This product includes software developed by the Apache
17-
* Software Foundation (http://www.apache.org/)." Alternately, this
18-
* acknowledgement may appear in the software itself, if and wherever such
19-
* third-party acknowledgements normally appear. 4. The names "Apache", "The
20-
* Jakarta Project", "Commons", and "Apache Software Foundation" must not be
21-
* used to endorse or promote products derived from this software without prior
22-
* written permission. For written permission, please contact
23-
* apache@apache.org. 5. Products derived from this software may not be called
24-
* "Apache", "Apache" nor may "Apache" appear in their name without prior
25-
* written permission of the Apache Software Foundation.
26-
*
27-
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
28-
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
29-
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
30-
* APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
31-
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
32-
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
33-
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
34-
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
35-
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
36-
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10+
* modification, are permitted provided that the following conditions
11+
* are met:
12+
*
13+
* 1. Redistributions of source code must retain the above copyright
14+
* notice, this list of conditions and the following disclaimer.
15+
*
16+
* 2. Redistributions in binary form must reproduce the above copyright
17+
* notice, this list of conditions and the following disclaimer in
18+
* the documentation and/or other materials provided with the
19+
* distribution.
20+
*
21+
* 3. The end-user documentation included with the redistribution,
22+
* if any, must include the following acknowledgement:
23+
* "This product includes software developed by the
24+
* Apache Software Foundation (http://www.apache.org/)."
25+
* Alternately, this acknowledgement may appear in the software itself,
26+
* if and wherever such third-party acknowledgements normally appear.
27+
*
28+
* 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software
29+
* Foundation" must not be used to endorse or promote products derived
30+
* from this software without prior written permission. For written
31+
* permission, please contact apache@apache.org.
32+
*
33+
* 5. Products derived from this software may not be called "Apache",
34+
* "Apache" nor may "Apache" appear in their name without prior
35+
* written permission of the Apache Software Foundation.
36+
*
37+
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
38+
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
39+
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
40+
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
41+
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
42+
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
43+
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
44+
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
45+
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
46+
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
47+
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
48+
* SUCH DAMAGE.
3749
* ====================================================================
38-
*
39-
* This software consists of voluntary contributions made by many individuals
40-
* on behalf of the Apache Software Foundation. For more information on the
41-
* Apache Software Foundation, please see <http://www.apache.org/> .
42-
*
43-
*/
50+
*
51+
* This software consists of voluntary contributions made by many
52+
* individuals on behalf of the Apache Software Foundation. For more
53+
* information on the Apache Software Foundation, please see
54+
* <http://www.apache.org/>.
55+
*
56+
*/
4457

4558
package org.apache.commons.codec.language;
4659

@@ -55,7 +68,7 @@
5568
* @author bayard@generationjava.com
5669
* @author Tim O'Brien
5770
* @author Gary Gregory
58-
* @version $Id: Soundex.java,v 1.12 2003/11/07 01:20:19 ggregory Exp $
71+
* @version $Id: Soundex.java,v 1.13 2003/11/12 19:02:57 ggregory Exp $
5972
*/
6073
public class Soundex implements StringEncoder {
6174

0 commit comments

Comments
 (0)