Initial VES for DANOS vRouter
[demo.git] / vnfs / VESreporting_vFW5.0_DANOS / evel / evel-library / code / evel_library / license.md
1 # Licensing {#licensing}
2
3 # Introduction {#lic_intro}
4
5 This Licensing section describes licensing of IPR in the EVEL Library.
6   
7 # Licensed Software {#lic_software}
8
9 ## EVEL Library {#lic_evel}
10
11
12 Copyright © 2017 AT&T Intellectual Property. All rights reserved.
13
14
15 Unless otherwise specified, all software contained herein is
16 Licensed under the Apache License, Version 2.0 (the "License");
17 you may not use this file except in compliance with the License.
18 You may obtain a copy of the License at
19        http://www.apache.org/licenses/LICENSE-2.0
20
21 Unless required by applicable law or agreed to in writing, software
22 distributed under the License is distributed on an "AS IS" BASIS,
23 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24 See the License for the specific language governing permissions and 
25 limitations under the License.
26
27 ECOMP is a trademark and service mark of AT&T Intellectual Property.
28
29 ## libcurl {#lic_libcurl}
30
31 The EVEL Library makes use of the the [cURL Library]
32 (https://curl.haxx.se/libcurl/) in order to send and receive HTTP data.
33
34 ### License
35
36 COPYRIGHT AND PERMISSION NOTICE
37
38 Copyright (c) 1996 - 2016, Daniel Stenberg, daniel@haxx.se, and many 
39 contributors, see the THANKS file.
40
41 All rights reserved.
42
43 Permission to use, copy, modify, and distribute this software for any purpose 
44 with or without fee is hereby granted, provided that the above copyright notice 
45 and this permission notice appear in all copies.
46
47 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
48 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
49 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN 
50 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 
51 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 
52 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE 
53 OR OTHER DEALINGS IN THE SOFTWARE.
54
55 Except as contained in this notice, the name of a copyright holder shall not be 
56 used in advertising or otherwise to promote the sale, use or other dealings in 
57 this Software without prior written authorization of the copyright holder.
58
59 ## JSMN {#lic_jsmn}
60
61 The EVEL Library makes use of the [JSMN library](http://zserge.com/jsmn.html)
62 in order to decode JSON data.
63
64 ### License {#lic_jsmn_license}
65
66 Copyright (c) 2010 Serge A. Zaitsev
67
68 Permission is hereby granted, free of charge, to any person obtaining a copy
69 of this software and associated documentation files (the "Software"), to deal
70 in the Software without restriction, including without limitation the rights
71 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
72 copies of the Software, and to permit persons to whom the Software is
73 furnished to do so, subject to the following conditions:
74
75 The above copyright notice and this permission notice shall be included in
76 all copies or substantial portions of the Software.
77
78 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
79 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
80 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
81 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
82 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
83 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
84 THE SOFTWARE.
85