Update Snapshot(2018-12-12)
[platform/upstream/iotivity.git] / NOTICE.md
index 6d243f8..89c49b3 100644 (file)
--- a/NOTICE.md
+++ b/NOTICE.md
@@ -25,13 +25,11 @@ which is open source software, written and copyright by Olaf Bergmann
 with a BSD and GPLv2 license. The original software is available from
   http://sourceforge.net/projects/libcoap/
 
-The DTLS protocol is provided by the tinyDTLS package,
-which is open source software, written and copyright by Olaf Bergmann
-with an MIT license. The tinyDTLS library relies on algorithms whose
-source is under a BSD license. The additional licenses can be viewed at
-  http://tinydtls.sourceforge.net/
+The TLS/DTLS protocol is provided by the mbedTLS package,
+which is open source software, written and copyright by ARM
+with an Apache 2.0 license.
 The original software is available from
-  http://sourceforge.net/projects/tinydtls/
+  https://github.com/ARMmbed/mbedtls
 
 This project relies on utilities in the Boost C++library which is open
 source software with a Boost Software License v1.0. The details of the
@@ -40,20 +38,18 @@ license can be found at
 The original software is available from
   http://sourceforge.net/projects/boost/files/boost
 
-JSON serialization is provided by the cereal package,
-which is open source software, written by Philip Hazel, and copyright
-by the University of Cambridge, England. The original software is
-available from
-  ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
-
+CBOR serialization is provided by the tinycbor package,
+which is open source software, written by Thiago Macieira and is
+copyright by the Intel Corporation.  The original software is available
+from
+  https://github.com/01org/tinycbor/
 JSON serialization is provided by the cjson package,
 which is open source software, written and copyright by Dave Gamble
 with an MIT license. The original software is available from
   http://sourceforge.net/projects/cjson/
 
-JSON serialization is provided by the rapidjson package,
-which is open source software, written and copyright by Milo Yip
-with an MIT license. The original software is available from
-  http://code.google.com/p/rapidjson/
-
-
+The Linked List macro(utlist.h) is provided by the uthash package,
+which is open source software, written and copyright by Troy D. Hanson
+with an BSD license.
+The original software is available from
+  https://github.com/troydhanson/uthash