Add License to VES library
[demo.git] / vnfs / VES / 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 ============LICENSE_START==========================================
12 ===================================================================
13 Copyright © 2017 AT&T Intellectual Property. All rights reserved.
14 ===================================================================
15 Licensed under the Apache License, Version 2.0 (the "License");
16 you may not use this file except in compliance with the License.
17 You may obtain a copy of the License at
18
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 ============LICENSE_END============================================
27
28 ECOMP and OpenECOMP are trademarks 
29 and service marks of AT&T Intellectual Property.
30
31
32 ## libcurl {#lic_libcurl}
33
34 The EVEL Library makes use of the the [cURL Library]
35 (https://curl.haxx.se/libcurl/) in order to send and receive HTTP data.
36
37 ### License
38
39 COPYRIGHT AND PERMISSION NOTICE
40
41 Copyright (c) 1996 - 2016, Daniel Stenberg, daniel@haxx.se, and many 
42 contributors, see the THANKS file.
43
44 All rights reserved.
45
46 Permission to use, copy, modify, and distribute this software for any purpose 
47 with or without fee is hereby granted, provided that the above copyright notice 
48 and this permission notice appear in all copies.
49
50 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
51 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
52 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN 
53 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 
54 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 
55 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE 
56 OR OTHER DEALINGS IN THE SOFTWARE.
57
58 Except as contained in this notice, the name of a copyright holder shall not be 
59 used in advertising or otherwise to promote the sale, use or other dealings in 
60 this Software without prior written authorization of the copyright holder.
61
62 ## JSMN {#lic_jsmn}
63
64 The EVEL Library makes use of the [JSMN library](http://zserge.com/jsmn.html)
65 in order to decode JSON data.
66
67 ### License {#lic_jsmn_license}
68
69 Copyright (c) 2010 Serge A. Zaitsev
70
71 Permission is hereby granted, free of charge, to any person obtaining a copy
72 of this software and associated documentation files (the "Software"), to deal
73 in the Software without restriction, including without limitation the rights
74 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
75 copies of the Software, and to permit persons to whom the Software is
76 furnished to do so, subject to the following conditions:
77
78 The above copyright notice and this permission notice shall be included in
79 all copies or substantial portions of the Software.
80
81 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
82 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
83 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
84 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
85 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
86 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
87 THE SOFTWARE.
88