Initial OpenECOMP Demo commit
[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 Copyright(c) <2016>, AT&T Intellectual Property.  All other rights reserved.
12
13 Redistribution and use in source and binary forms, with or without
14 modification, are permitted provided that the following conditions are met:
15
16 1. Redistributions of source code must retain the above copyright notice,
17    this list of conditions and the following disclaimer.
18 2. Redistributions in binary form must reproduce the above copyright notice,
19    this list of conditions and the following disclaimer in the documentation
20    and/or other materials provided with the distribution.
21 3. All advertising materials mentioning features or use of this software
22    must display the following acknowledgement:  This product includes
23    software developed by the AT&T.
24 4. Neither the name of AT&T nor the names of its contributors may be used to
25    endorse or promote products derived from this software without specific
26    prior written permission.
27
28 THIS SOFTWARE IS PROVIDED BY AT&T INTELLECTUAL PROPERTY ''AS IS'' AND ANY
29 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
30 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
31 DISCLAIMED. IN NO EVENT SHALL AT&T INTELLECTUAL PROPERTY BE LIABLE FOR ANY
32 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
33 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
34 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
35 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
36 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
37 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38
39 ## libcurl {#lic_libcurl}
40
41 The EVEL Library makes use of the the [cURL Library]
42 (https://curl.haxx.se/libcurl/) in order to send and receive HTTP data.
43
44 ### License
45
46 COPYRIGHT AND PERMISSION NOTICE
47
48 Copyright (c) 1996 - 2016, Daniel Stenberg, daniel@haxx.se, and many 
49 contributors, see the THANKS file.
50
51 All rights reserved.
52
53 Permission to use, copy, modify, and distribute this software for any purpose 
54 with or without fee is hereby granted, provided that the above copyright notice 
55 and this permission notice appear in all copies.
56
57 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
58 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
59 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN 
60 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 
61 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 
62 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE 
63 OR OTHER DEALINGS IN THE SOFTWARE.
64
65 Except as contained in this notice, the name of a copyright holder shall not be 
66 used in advertising or otherwise to promote the sale, use or other dealings in 
67 this Software without prior written authorization of the copyright holder.
68
69 ## JSMN {#lic_jsmn}
70
71 The EVEL Library makes use of the [JSMN library](http://zserge.com/jsmn.html)
72 in order to decode JSON data.
73
74 ### License {#lic_jsmn_license}
75
76 Copyright (c) 2010 Serge A. Zaitsev
77
78 Permission is hereby granted, free of charge, to any person obtaining a copy
79 of this software and associated documentation files (the "Software"), to deal
80 in the Software without restriction, including without limitation the rights
81 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
82 copies of the Software, and to permit persons to whom the Software is
83 furnished to do so, subject to the following conditions:
84
85 The above copyright notice and this permission notice shall be included in
86 all copies or substantial portions of the Software.
87
88 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
89 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
90 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
91 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
92 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
93 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
94 THE SOFTWARE.
95