mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 05:58:44 +00:00
This creates a basic skeleton for the plugin split by adding folders and example `build.gradle` files. It also includes a non-implemented `migrate-plugins.sh` script that we can fill in at a later time. Relates to elastic/x-pack-elasticsearch#2925 Original commit: elastic/x-pack-elasticsearch@2ab035d6b6
18 lines
732 B
Plaintext
18 lines
732 B
Plaintext
Apache Commons Codec
|
|
Copyright 2002-2014 The Apache Software Foundation
|
|
|
|
This product includes software developed at
|
|
The Apache Software Foundation (http://www.apache.org/).
|
|
|
|
src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java
|
|
contains test data from http://aspell.net/test/orig/batch0.tab.
|
|
Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org)
|
|
|
|
===============================================================================
|
|
|
|
The content of package org.apache.commons.codec.language.bm has been translated
|
|
from the original php source code available at http://stevemorse.org/phoneticinfo.htm
|
|
with permission from the original authors.
|
|
Original source copyright:
|
|
Copyright (c) 2008 Alexander Beider & Stephen P. Morse.
|