Remove extraneous material from LICENSE. * utf8proc * Snowball * US Constitution
Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/bc93301a Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/bc93301a Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/bc93301a Branch: refs/heads/master Commit: bc93301a776e34a64ce52a4074fd6e19eef089ae Parents: 0bc1d55 Author: Marvin Humphrey <[email protected]> Authored: Mon Aug 18 16:39:51 2014 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Wed Aug 20 16:59:52 2014 -0700 ---------------------------------------------------------------------- LICENSE | 60 ------------------------------------------------------------ 1 file changed, 60 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/bc93301a/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index 036f6f6..c9d86a1 100644 --- a/LICENSE +++ b/LICENSE @@ -201,63 +201,6 @@ See the License for the specific language governing permissions and limitations under the License. -Portions of the Snowball stemming library are bundled with this distribution -under modules/analysis/snowstem and modules/analysis/snowstop. Here is the -license for those materials: - - Copyright (c) 2001, Dr Martin Porter - Copyright (c) 2002, Richard Boulton - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - * Neither the name of the copyright holders nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER - CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, - OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -Portions of the utf8proc library are bundled with this distribution under -modules/unicode/utf8proc. The utf8proc library also contains materials -derived from files licensed by the Unicode consortium. Here are the licenses -for all bundled materials associated with utf8proc: - - Copyright (c) 2009 Public Software Group e. V., Berlin, Germany - - Permission is hereby granted, free of charge, to any person obtaining a - copy of this software and associated documentation files (the "Software"), - to deal in the Software without restriction, including without limitation - the rights to use, copy, modify, merge, publish, distribute, sublicense, - and/or sell copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - DEALINGS IN THE SOFTWARE. - - This software distribution contains derived data from a modified version of the Unicode data files. The following license applies to that data: @@ -304,9 +247,6 @@ This product bundles the Lemon parser generator from the SQLite project, which has been released into the public domain by its authors as explained at <http://www.sqlite.org/copyright.html>. -This product bundles the text of the Constitution of the United States of -America, which is in the public domain. - This product bundles the install-sh script from the GNU autotools project, which is released under an MIT/X11 license.
