Add curl license file
authorch79.cho <ch79.cho@samsung.com>
Mon, 10 Oct 2016 08:07:03 +0000 (17:07 +0900)
committerZiran Sun <ziran.sun@samsung.com>
Wed, 12 Oct 2016 15:08:03 +0000 (15:08 +0000)
CURL license file is attached so that an example is used the licensed code.

Change-Id: I65e5e136e042329fa6350a7660a24bc5cd3b22ba
Signed-off-by: ch79.cho <ch79.cho@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/13039
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
Reviewed-by: Ziran Sun <ziran.sun@samsung.com>
service/resource-container/examples/HueSampleBundle/LICENSE.CURL [new file with mode: 0644]

diff --git a/service/resource-container/examples/HueSampleBundle/LICENSE.CURL b/service/resource-container/examples/HueSampleBundle/LICENSE.CURL
new file mode 100644 (file)
index 0000000..0a04f2f
--- /dev/null
@@ -0,0 +1,18 @@
+//******************************************************************
+// COPYRIGHT AND PERMISSION NOTICE
+//
+// Copyright (c) 1996 - 2015, Daniel Stenberg, daniel@haxx.se.
+//
+// All rights reserved.
+//
+// Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted,
+// provided that the above copyright notice and this permission notice appear in all copies.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE AUTHORS
+// OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
+// Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the
+// sale, use or other dealings in this Software without prior written authorization of the copyright holder.
+//******************************************************************