Merge "[CONPRO-1471]Adding logic for caching MTU in tizen LE Server" into tizen
[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 TLS/DTLS protocol is provided by the mbedTLS package,
29 which is open source software, written and copyright by ARM
30 with an Apache 2.0 license.
31 The original software is available from
32   https://github.com/ARMmbed/mbedtls
33
34 This project relies on utilities in the Boost C++library which is open
35 source software with a Boost Software License v1.0. The details of the
36 license can be found at
37   http://www.boost.org/users/license.html
38 The original software is available from
39   http://sourceforge.net/projects/boost/files/boost
40
41 CBOR serialization is provided by the tinycbor package,
42 which is open source software, written by Thiago Macieira and is
43 copyright by the Intel Corporation.  The original software is available
44 from
45   https://github.com/01org/tinycbor/
46 JSON serialization is provided by the cjson package,
47 which is open source software, written and copyright by Dave Gamble
48 with an MIT license. The original software is available from
49   http://sourceforge.net/projects/cjson/
50
51 The Linked List macro(utlist.h) is provided by the uthash package,
52 which is open source software, written and copyright by Troy D. Hanson
53 with an BSD license.
54 The original software is available from
55   https://github.com/troydhanson/uthash