Add missing LICENSE and NOTICE file to repository.
[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 JSON serialization is provided by the cereal package,
44 which is open source software, written by Philip Hazel, and copyright
45 by the University of Cambridge, England. The original software is
46 available from
47   ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
48
49 JSON serialization is provided by the cjson package,
50 which is open source software, written and copyright by Dave Gamble
51 with an MIT license. The original software is available from
52   http://sourceforge.net/projects/cjson/
53
54 JSON serialization is provided by the rapidjson package,
55 which is open source software, written and copyright by Milo Yip
56 with an MIT license. The original software is available from
57   http://code.google.com/p/rapidjson/
58
59