Created
April 1, 2013 14:25
-
-
Save dkuebric/5285228 to your computer and use it in GitHub Desktop.
LICENSE.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* This software includes portions of Javassist from | |
http://www.csg.ci.i.u-tokyo.ac.jp/~chiba/javassist/ under the Apache | |
License, Version 2.0. A copy of the Apache License is included with | |
this distribution in the file Apache-2.0.txt. | |
* This software includes portions of the Google Guava Libraries from | |
http://code.google.com/p/guava-libraries/ under the Apache License, | |
Version 2.0. A copy of the Apache License is included with this | |
distribution in the file Apache-2.0.txt. | |
* This software includes portions of Uncommons Maths from | |
http://maths.uncommons.org/ under the Apache License, Version 2.0. | |
A copy of the Apache License is included with this distribution in | |
the file Apache-2.0.txt. | |
* This software includes portions of jsr-305 from | |
http://code.google.com/p/jsr-305/ under the New BSD License: | |
Copyright (c) 2007-2009, JSR305 expert group | |
All rights reserved. | |
http://www.opensource.org/licenses/bsd-license.php | |
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 JSR305 expert group 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. | |
* This software includes portions of ebson from https://github.com/kohanyirobert/ebson | |
under the following license: | |
Copyright (C) 2011-2012 by Kohányi Róbert <[email protected]> | |
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 includes portions of Logback from http://logback.qos.ch/ | |
under the terms of the Eclipse Public License v1.0, as published by | |
the Eclipse Foundation, at http://www.eclipse.org/legal/epl-v10.html | |
All other components are Copyright (c) 2012 Tracelytics, Inc. All | |
Rights Reserved. The software made available to you by Tracelytics, | |
Inc. and/or through your use of tracelytics.com is licensed pursuant | |
to the Terms of Service: http://www.tracelytics.com/terms-of-service/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment