Fix crash in ssl retransmission thread
[platform/upstream/iotivity.git] / NOTICE.md
1 IoTivity
2 Copyright (c) 2014, 2015 IoTivity
3
4 This product includes software developed as part of
5 the IoTivity (http://www.iotivity.org/) project.
6
7 Tools and Utilities
8 ===================
9
10 Software construction is provided by SCons a python-based software
11 constrution tools which is open source software with copyright
12 by The SCons Foundation with an MIT license. The original software
13 is available from
14   http://scons.org/download.php
15
16 Android binaries are created using the Android SDK and NDK provided
17 by Google. The original software can be found at
18   https://developer.android.com/sdk
19
20 Libraries
21 =========
22
23 The CoAP protocol is provided by the libcoap package,
24 which is open source software, written and copyright by Olaf Bergmann
25 with a BSD and GPLv2 license. The original software is available from
26   http://sourceforge.net/projects/libcoap/
27
28 The DTLS protocol is provided by the tinyDTLS package,
29 which is open source software, written and copyright by Olaf Bergmann
30 with an MIT license. The tinyDTLS library relies on algorithms whose
31 source is under a BSD license. The additional licenses can be viewed at
32   http://tinydtls.sourceforge.net/
33 The original software is available from
34   http://sourceforge.net/projects/tinydtls/
35
36 This project relies on utilities in the Boost C++library which is open
37 source software with a Boost Software License v1.0. The details of the
38 license can be found at
39   http://www.boost.org/users/license.html
40 The original software is available from
41   http://sourceforge.net/projects/boost/files/boost
42
43 CBOR serialization is provided by the tinycbor package,
44 which is open source software, written by Thiago Macieira and is
45 copyright by the Intel Corporation.  The original software is available
46 from
47   https://github.com/01org/tinycbor/
48 JSON serialization is provided by the cjson package,
49 which is open source software, written and copyright by Dave Gamble
50 with an MIT license. The original software is available from
51   http://sourceforge.net/projects/cjson/
52