forked from newrelic/node-newrelic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Included license file modeled upon the Ruby agent's.
- Loading branch information
Showing
1 changed file
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
This product includes portions of trycatch written by Adam Crabtree | ||
and distributed under an MIT license. | ||
https://raw.github.com/CrabDude/trycatch/master/LICENSE | ||
|
||
Copyright (C) 2011 by Adam Crabtree ([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. | ||
|
||
|
||
All other components of this product are | ||
Copyright (c) 2008-2011 New Relic, Inc. All rights reserved. | ||
|
||
Certain inventions disclosed in this file may be claimed within | ||
patents owned or patent applications filed by New Relic, Inc. or third | ||
parties. | ||
|
||
Subject to the terms of this notice, New Relic grants you a | ||
nonexclusive, nontransferable license, without the right to | ||
sublicense, to (a) install and execute one copy of these files on any | ||
number of workstations owned or controlled by you and (b) distribute | ||
verbatim copies of these files to third parties. As a condition to the | ||
foregoing grant, you must provide this notice along with each copy you | ||
distribute and you must not remove, alter, or obscure this notice. All | ||
other use, reproduction, modification, distribution, or other | ||
exploitation of these files is strictly prohibited, except as may be set | ||
forth in a separate written license agreement between you and New | ||
Relic. The terms of any such license agreement will control over this | ||
notice. The license stated above will be automatically terminated and | ||
revoked if you exceed its scope or violate any of the terms of this | ||
notice. | ||
|
||
This License does not grant permission to use the trade names, | ||
trademarks, service marks, or product names of New Relic, except as | ||
required for reasonable and customary use in describing the origin of | ||
this file and reproducing the content of this notice. You may not | ||
mark or brand this file with any trade name, trademarks, service | ||
marks, or product names other than the original brand (if any) | ||
provided by New Relic. | ||
|
||
Unless otherwise expressly agreed by New Relic in a separate written | ||
license agreement, these files are provided AS IS, WITHOUT WARRANTY OF | ||
ANY KIND, including without any implied warranties of MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE, TITLE, or NON-INFRINGEMENT. As a | ||
condition to your use of these files, you are solely responsible for | ||
such use. New Relic will have no liability to you for direct, | ||
indirect, consequential, incidental, special, or punitive damages or | ||
for lost profits or data. |