diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2016-08-31 15:33:57 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-08-31 17:33:31 -0400 |
commit | 84a1671d3f3bd8998526cd694fd792f26ed84809 (patch) | |
tree | 542a8a07c264f22d6ee033e22f6e0c28108ef884 | |
parent | bc4459eb8cfa505b1440fb5924ef2a8989985e2e (diff) | |
download | meta-virtualization-84a1671d3f3bd8998526cd694fd792f26ed84809.tar.gz |
custom-licenses: add NewRelic license
The python-newrelic package is licensed under several licenses,
including the customer NewRelic license. This has been properly
captured in the LICENSE string in the recipe but since there is no
copy of the license it isn't copied into the package's build
license-destdir which results in the following warning:
WARNING: core-image-minimal-1.0-r0 do_rootfs: The license listed
NewRelic was not in the licenses collected for recipe python-newrelic
Add a copy of the license to the layer's custom-licenses folder to
resolve this warning. The license text comes verbatim from the
upstream LICENSE file.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | files/custom-licenses/NewRelic | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/files/custom-licenses/NewRelic b/files/custom-licenses/NewRelic new file mode 100644 index 00000000..9c2e5e86 --- /dev/null +++ b/files/custom-licenses/NewRelic | |||
@@ -0,0 +1,33 @@ | |||
1 | Copyright (c) 2010-2014 New Relic, Inc. All rights reserved. | ||
2 | |||
3 | Certain inventions disclosed in this file may be claimed within patents | ||
4 | owned or patent applications filed by New Relic, Inc. or third parties. | ||
5 | Subject to the terms of this notice, New Relic grants you a nonexclusive, | ||
6 | nontransferable license, without the right to sublicense, to (a) install | ||
7 | and execute one copy of these files on any number of workstations owned or | ||
8 | controlled by you and (b) distribute verbatim copies of these files to | ||
9 | third parties. As a condition to the foregoing grant, you must provide this | ||
10 | notice along with each copy you distribute and you must not remove, alter, | ||
11 | or obscure this notice. | ||
12 | |||
13 | All other use, reproduction, modification, distribution, or other | ||
14 | exploitation of these files is strictly prohibited, except as may be set | ||
15 | forth in a separate written license agreement between you and New Relic. | ||
16 | The terms of any such license agreement will control over this notice. The | ||
17 | license stated above will be automatically terminated and revoked if you | ||
18 | exceed its scope or violate any of the terms of this notice. | ||
19 | |||
20 | This License does not grant permission to use the trade names, trademarks, | ||
21 | service marks, or product names of New Relic, except as required for | ||
22 | reasonable and customary use in describing the origin of this file and | ||
23 | reproducing the content of this notice. You may not mark or brand this file | ||
24 | with any trade name, trademarks, service marks, or product names other than | ||
25 | the original brand (if any) provided by New Relic. | ||
26 | |||
27 | Unless otherwise expressly agreed by New Relic in a separate written | ||
28 | license agreement, these files are provided AS IS, WITHOUT WARRANTY OF ANY | ||
29 | KIND, including without any implied warranties of MERCHANTABILITY, FITNESS | ||
30 | FOR A PARTICULAR PURPOSE, TITLE, or NON-INFRINGEMENT. As a condition to | ||
31 | your use of these files, you are solely responsible for such use. New Relic | ||
32 | will have no liability to you for direct, indirect, consequential, | ||
33 | incidental, special, or punitive damages or for lost profits or data. | ||