Legal
Copyright
Copyright ©2012 Myrrix Ltd. Myrrix Ltd (also referred to as "Myrrix", "us", "we", "our") is company number 8048183, registered in England and Wales, with registered office at The Bristol Office, 2nd Floor, 5 High Street, Westbury on Trym, Bristol, England, BS9 3BY.
Ownership of copyright
The copyright in this website and the material on this website (including without limitation the text, computer code, artwork, photographs, images, music, audio material, video material and audio-visual material on this website) is owned by us and our licensors.
Copyright licence
We grant to you a worldwide non-exclusive royalty-free revocable licence to:
- view this website and the material on this website on a computer or mobile device via a web browser;
- copy and store this website and the material on this website in your web browser cache memory; and
- print pages from this website for your own personal and non-commercial use.
We do not grant you any other rights in relation to this website or the material on this website. In other words, all other rights are reserved.
For the avoidance of doubt, you must not adapt, edit, change, transform, publish, republish, distribute, redistribute, broadcast, rebroadcast or show or play in public this website or the material on this website (in any form or media) without our prior written permission.
Data mining
The automated and/or systematic collection of data from this website is prohibited.
Permissions
You may request permission to use the copyright materials on this website by writing to legal@myrrix.com.
Enforcement of copyright
We take the protection of our copyright very seriously.
If we discover that you have used our copyright materials in contravention of the licence above, we may bring legal proceedings against you seeking monetary damages and an injunction to stop you using those materials. You could also be ordered to pay legal costs.
If you become aware of any use of our copyright materials that contravenes or may contravene the licence above, please report this by email to legal@myrrix.com
Infringing material
If you become aware of any material on our website that you believe infringes your or any other person's copyright, please report this by email to legal@myrrix.com.
Trademarks
Apache, Apache Mahout, Apache Hadoop and other Apache project names are trademarks of the Apache Software Foundation, as are their respective logos.
License: Serving Layer (stand-alone)
The Serving Layer binary consists of open-source software from third parties, and software from Myrrix. The stand-alone open source Serving Layer from Myrrix is distributed and licensed to you under the terms of the Apache License 2.0. The following section constitutes a "NOTICE" file under the license terms.
The complete, distributed Serving Layer and Computation Layer from Myrrix contains additional proprietary, non-open-source software, in addition to the open-source software whose licensing is described here. This additional software is licensed separately under different terms, and not the open source Apache License 2.0. See the software license terms provided with the complete Serving Layer and Computation Layer systems.
The following third-party libraries are included in the distribution as well, and are licensed to you by their respective owners under the terms of the Apache License 2.0:
- Apache Mahout™ (NOTICE)
- Apache Commons™ Math (NOTICE)
- Apache Commons™ Compress (NOTICE)
- Apache Tomcat™ (NOTICE)
- Google Guava
- JewelCli
The following third-party libraries are included in the distribution as well, and are licensed to you by their respective owners under the terms of the MIT License:
License: Java Client
Similarly, the Java Client binary consists of open-source software from third parties, and software from Myrrix. Software from Myrrix is distributed and licensed to you under the terms of the Apache License 2.0. The following section constitutes a "NOTICE" file under the license terms.
The following third-party libraries are included in the distribution as well, and are licensed to you by their respective owners under the terms of the Apache License 2.0:
The following third-party libraries are included in the distribution as well, and are licensed to you by their respective owners under the terms of the MIT License:
License: Computation Layer
The complete, distributed Serving Layer and Computation Layer from Myrrix contains additional proprietary, non-open-source software, in addition to the open-source software whose licensing is described here. This additional software is licensed separately under different terms, and not the open source Apache License 2.0. See the software license terms provided with the complete Serving Layer and Computation Layer systems.
The following third-party libraries are included in the distribution as well, and are licensed to you by their respective owners under the terms of the Apache License 2.0:
- Apache Mahout (NOTICE)
- Apache Commons Math (NOTICE)
- Apache Commons Compress (NOTICE)
- Apache Tomcat (NOTICE)
- Google Guava
- JewelCli
- Apache Hadoop™ (NOTICE)
- Amazon AWS SDK for Java (NOTICE)
- JSON.org (NOTICE)
- Apache Commons Logging™ (NOTICE)
- Apache Commons CLI™ (NOTICE)
- Apache Commons Configuration™ (NOTICE)
- Apache Commons Lang™ (NOTICE)
- Apache Commons Codec™ (NOTICE)
- Jackson (NOTICE)
- Apache HttpComponents™ (NOTICE)
The following third-party libraries are included in the distribution as well, and are licensed to you by their respective owners under the terms of the MIT License:
The following third-party libraries are included in the distribution as well, and are licensed to you by their respective owners under the terms of the Eclipse Public License 1.0, Version 1.0:
NOTICE files
Apache Mahout
============================================================== Apache Mahout Copyright 2009 and onwards The Apache Software Foundation ============================================================== This product includes software developed by The Apache Software Foundation (http://www.apache.org/). It includes software from other Apache Software Foundation projects, including, but not limited to: - Apache Hadoop - Apache Commons This product includes software from the SLF4J project http://www.slf4j.org/ Copyright (c) 2004-2008 QOS.ch This product includes software developed by the Indiana University Extreme! Lab (http://www.extreme.indiana.edu/). Copyright (c) 2002 Extreme! Lab, Indiana University.
Apache Commons Compress
Apache Commons Compress Copyright 2002-2012 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/).
Apache Commons Math
Apache Commons Math Copyright 2001-2011 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/). =============================================================================== The BracketFinder (package org.apache.commons.math.optimization.univariate) and PowellOptimizer (package org.apache.commons.math.optimization.general) classes are based on the Python code in module "optimize.py" (version 0.5) developed by Travis E. Oliphant for the SciPy library (http://www.scipy.org/) Copyright © 2003-2009 SciPy Developers. =============================================================================== The LinearConstraint, LinearObjectiveFunction, LinearOptimizer, RelationShip, SimplexSolver and SimplexTableau classes in package org.apache.commons.math.optimization.linear include software developed by Benjamin McCann (http://www.benmccann.com) and distributed with the following copyright: Copyright 2009 Google Inc. =============================================================================== This product includes software developed by the University of Chicago, as Operator of Argonne National Laboratory. The LevenbergMarquardtOptimizer class in package org.apache.commons.math.optimization.general includes software translated from the lmder, lmpar and qrsolv Fortran routines from the Minpack package Minpack Copyright Notice (1999) University of Chicago. All rights reserved =============================================================================== The GraggBulirschStoerIntegrator class in package org.apache.commons.math.ode.nonstiff includes software translated from the odex Fortran routine developed by E. Hairer and G. Wanner. Original source copyright: Copyright (c) 2004, Ernst Hairer =============================================================================== The EigenDecompositionImpl class in package org.apache.commons.math.linear includes software translated from some LAPACK Fortran routines. Original source copyright: Copyright (c) 1992-2008 The University of Tennessee. All rights reserved. =============================================================================== The MersenneTwister class in package org.apache.commons.math.random includes software translated from the 2002-01-26 version of the Mersenne-Twister generator written in C by Makoto Matsumoto and Takuji Nishimura. Original source copyright: Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, All rights reserved =============================================================================== The complete text of licenses and disclaimers associated with the the original sources enumerated above at the time of code translation are in the LICENSE.txt file.
Apache Tomcat
Apache Tomcat Copyright 1999-2012 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/). The original XML Schemas for Java EE Deployment Descriptors: - javaee_5.xsd - javaee_web_services_1_2.xsd - javaee_web_services_client_1_2.xsd - javaee_6.xsd - javaee_web_services_1_3.xsd - javaee_web_services_client_1_3.xsd - web-app_3_0.xsd - web-common_3_0.xsd - web-fragment_3_0.xsd - jsp_2_2.xsd may be obtained from http://java.sun.com/xml/ns/javaee/
SLF4J
Copyright (c) 2004-2011 QOS.ch All rights reserved.
Apache Hadoop
This product includes software developed by The Apache Software Foundation (http://www.apache.org/).
Amazon AWS SDK for Java
AWS SDK for Java Copyright 2010-2012 Amazon.com, Inc. or its affiliates. All Rights Reserved. This product includes software developed by Amazon Technologies, Inc (http://www.amazon.com/). ********************** THIRD PARTY COMPONENTS ********************** This software includes third party software subject to the following copyrights: - XML parsing and utility functions from JetS3t - Copyright 2006-2009 James Murty. - JSON parsing and utility functions from JSON.org - Copyright 2002 JSON.org. The licenses for these third party components are included in LICENSE.txt
JSON.org
JSON processing code subject to the JSON License from JSON.org: 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 shall be used for Good, not Evil. 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.
Apache Commons Logging
Apache Commons Logging Copyright 2003-2007 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/).
Apache Commons Logging
Apache Commons Logging Copyright 2003-2007 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/).
Apache Commons CLI
Apache Commons CLI Copyright 2001-2009 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/).
Apache Commons Lang
Apache Commons Lang Copyright 2001-2011 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/). This product includes software from the Spring Framework, under the Apache License 2.0 (see: StringUtils.containsWhitespace())
Apache Commons Codec
Apache Commons Codec Copyright 2002-2011 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java contains test data from http://aspell.sourceforge.net/test/batch0.tab. Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org). Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. --------------------------------------------------------------------------------
Apache HttpComponents
Apache HttpComponents Core Copyright 2005-2012 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/). This project contains annotations derived from JCIP-ANNOTATIONS Copyright (c) 2005 Brian Goetz and Tim Peierls. See http://www.jcip.net
