From e3f023962c32e5d2a10410485005d1aa2bce316c Mon Sep 17 00:00:00 2001 From: Jin-Seong Kim Date: Wed, 9 Aug 2017 12:02:45 +0900 Subject: [PATCH] netutils/libcoap : add Samsung license statements This commit is patch to add Samsung license statements - Apache-2.0 license Change-Id: I6febc083800615c9de6dbde5e43e4fbe3c155e4d Signed-off-by: Jin-Seong Kim --- apps/include/netutils/libcoap/address.h | 17 +++++++++++++++++ apps/include/netutils/libcoap/async.h | 17 +++++++++++++++++ apps/include/netutils/libcoap/bits.h | 17 +++++++++++++++++ apps/include/netutils/libcoap/block.h | 17 +++++++++++++++++ apps/include/netutils/libcoap/coap.h | 17 +++++++++++++++++ apps/include/netutils/libcoap/coap_list.h | 17 +++++++++++++++++ apps/include/netutils/libcoap/coap_time.h | 17 +++++++++++++++++ apps/include/netutils/libcoap/config.h | 17 +++++++++++++++++ apps/include/netutils/libcoap/debug.h | 17 +++++++++++++++++ apps/include/netutils/libcoap/encode.h | 17 +++++++++++++++++ apps/include/netutils/libcoap/hashkey.h | 17 +++++++++++++++++ apps/include/netutils/libcoap/mem.h | 17 +++++++++++++++++ apps/include/netutils/libcoap/net.h | 17 +++++++++++++++++ apps/include/netutils/libcoap/option.h | 17 +++++++++++++++++ apps/include/netutils/libcoap/pdu.h | 17 +++++++++++++++++ apps/include/netutils/libcoap/prng.h | 17 +++++++++++++++++ apps/include/netutils/libcoap/resource.h | 17 +++++++++++++++++ apps/include/netutils/libcoap/str.h | 17 +++++++++++++++++ apps/include/netutils/libcoap/subscribe.h | 17 +++++++++++++++++ apps/include/netutils/libcoap/t_list.h | 17 +++++++++++++++++ apps/include/netutils/libcoap/uri.h | 17 +++++++++++++++++ apps/include/netutils/libcoap/uthash.h | 17 +++++++++++++++++ apps/include/netutils/libcoap/utlist.h | 17 +++++++++++++++++ apps/netutils/libcoap/async.c | 17 +++++++++++++++++ apps/netutils/libcoap/block.c | 17 +++++++++++++++++ apps/netutils/libcoap/coap_list.c | 17 +++++++++++++++++ apps/netutils/libcoap/debug.c | 17 +++++++++++++++++ apps/netutils/libcoap/encode.c | 17 +++++++++++++++++ apps/netutils/libcoap/hashkey.c | 17 +++++++++++++++++ apps/netutils/libcoap/net.c | 17 +++++++++++++++++ apps/netutils/libcoap/option.c | 17 +++++++++++++++++ apps/netutils/libcoap/pdu.c | 17 +++++++++++++++++ apps/netutils/libcoap/resource.c | 17 +++++++++++++++++ apps/netutils/libcoap/str.c | 17 +++++++++++++++++ apps/netutils/libcoap/subscribe.c | 17 +++++++++++++++++ apps/netutils/libcoap/uri.c | 17 +++++++++++++++++ 36 files changed, 612 insertions(+) diff --git a/apps/include/netutils/libcoap/address.h b/apps/include/netutils/libcoap/address.h index e2cf172..1e2bfc3 100644 --- a/apps/include/netutils/libcoap/address.h +++ b/apps/include/netutils/libcoap/address.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* address.h -- representation of network addresses * * Copyright (C) 2010,2011 Olaf Bergmann diff --git a/apps/include/netutils/libcoap/async.h b/apps/include/netutils/libcoap/async.h index 7d1d443..8b4e4be 100644 --- a/apps/include/netutils/libcoap/async.h +++ b/apps/include/netutils/libcoap/async.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* async.h -- state management for asynchronous messages * * Copyright (C) 2010,2011 Olaf Bergmann diff --git a/apps/include/netutils/libcoap/bits.h b/apps/include/netutils/libcoap/bits.h index f97c290..d007f6f 100644 --- a/apps/include/netutils/libcoap/bits.h +++ b/apps/include/netutils/libcoap/bits.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* * bits.h -- bit vector manipulation * diff --git a/apps/include/netutils/libcoap/block.h b/apps/include/netutils/libcoap/block.h index d58c7f4..9d8d31f 100644 --- a/apps/include/netutils/libcoap/block.h +++ b/apps/include/netutils/libcoap/block.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* block.h -- block transfer * * Copyright (C) 2010--2012,2014 Olaf Bergmann diff --git a/apps/include/netutils/libcoap/coap.h b/apps/include/netutils/libcoap/coap.h index f417dae..13dc8d1 100644 --- a/apps/include/netutils/libcoap/coap.h +++ b/apps/include/netutils/libcoap/coap.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* coap.h -- main header file for CoAP stack * * Copyright (C) 2010--2012 Olaf Bergmann diff --git a/apps/include/netutils/libcoap/coap_list.h b/apps/include/netutils/libcoap/coap_list.h index 5f0e735..ebedc64 100644 --- a/apps/include/netutils/libcoap/coap_list.h +++ b/apps/include/netutils/libcoap/coap_list.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* coap_list.h -- CoAP list structures * * Copyright (C) 2010,2011 Olaf Bergmann diff --git a/apps/include/netutils/libcoap/coap_time.h b/apps/include/netutils/libcoap/coap_time.h index 694be10..891448e 100644 --- a/apps/include/netutils/libcoap/coap_time.h +++ b/apps/include/netutils/libcoap/coap_time.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* coap_time.h -- Clock Handling * * Copyright (C) 2010--2013 Olaf Bergmann diff --git a/apps/include/netutils/libcoap/config.h b/apps/include/netutils/libcoap/config.h index 4ddafa7..7c6a4a0 100644 --- a/apps/include/netutils/libcoap/config.h +++ b/apps/include/netutils/libcoap/config.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ diff --git a/apps/include/netutils/libcoap/debug.h b/apps/include/netutils/libcoap/debug.h index 7a47b5a..e62d273 100644 --- a/apps/include/netutils/libcoap/debug.h +++ b/apps/include/netutils/libcoap/debug.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* debug.h -- debug utilities * * Copyright (C) 2010,2011 Olaf Bergmann diff --git a/apps/include/netutils/libcoap/encode.h b/apps/include/netutils/libcoap/encode.h index 02771b1..62e7002 100644 --- a/apps/include/netutils/libcoap/encode.h +++ b/apps/include/netutils/libcoap/encode.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* encode.h -- encoding and decoding of CoAP data types * * Copyright (C) 2010--2012 Olaf Bergmann diff --git a/apps/include/netutils/libcoap/hashkey.h b/apps/include/netutils/libcoap/hashkey.h index 5d29f02..367bab8 100644 --- a/apps/include/netutils/libcoap/hashkey.h +++ b/apps/include/netutils/libcoap/hashkey.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* hashkey.h -- definition of hash key type and helper functions * * Copyright (C) 2010,2011 Olaf Bergmann diff --git a/apps/include/netutils/libcoap/mem.h b/apps/include/netutils/libcoap/mem.h index 5728a53..1ef5161 100644 --- a/apps/include/netutils/libcoap/mem.h +++ b/apps/include/netutils/libcoap/mem.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* mem.h -- CoAP memory handling * Currently, this is just a dummy for malloc/free * diff --git a/apps/include/netutils/libcoap/net.h b/apps/include/netutils/libcoap/net.h index 5add6a6..485698a 100644 --- a/apps/include/netutils/libcoap/net.h +++ b/apps/include/netutils/libcoap/net.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* net.h -- CoAP network interface * * Copyright (C) 2010--2013 Olaf Bergmann diff --git a/apps/include/netutils/libcoap/option.h b/apps/include/netutils/libcoap/option.h index 53f54ad..4abe1b2 100644 --- a/apps/include/netutils/libcoap/option.h +++ b/apps/include/netutils/libcoap/option.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* * option.h -- helpers for handling options in CoAP PDUs * diff --git a/apps/include/netutils/libcoap/pdu.h b/apps/include/netutils/libcoap/pdu.h index e888cc1..bd6a269 100644 --- a/apps/include/netutils/libcoap/pdu.h +++ b/apps/include/netutils/libcoap/pdu.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* pdu.h -- CoAP message structure * * Copyright (C) 2010--2012 Olaf Bergmann diff --git a/apps/include/netutils/libcoap/prng.h b/apps/include/netutils/libcoap/prng.h index 89009ae..9a54911 100644 --- a/apps/include/netutils/libcoap/prng.h +++ b/apps/include/netutils/libcoap/prng.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* prng.h -- Pseudo Random Numbers * * Copyright (C) 2010,2011 Olaf Bergmann diff --git a/apps/include/netutils/libcoap/resource.h b/apps/include/netutils/libcoap/resource.h index 850026c..484217f 100644 --- a/apps/include/netutils/libcoap/resource.h +++ b/apps/include/netutils/libcoap/resource.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* resource.h -- generic resource handling * * Copyright (C) 2010,2011,2014 Olaf Bergmann diff --git a/apps/include/netutils/libcoap/str.h b/apps/include/netutils/libcoap/str.h index 0c21329..65e7152 100644 --- a/apps/include/netutils/libcoap/str.h +++ b/apps/include/netutils/libcoap/str.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* str.h -- strings to be used in the CoAP library * * Copyright (C) 2010,2011 Olaf Bergmann diff --git a/apps/include/netutils/libcoap/subscribe.h b/apps/include/netutils/libcoap/subscribe.h index f1df5fb..6e3f9e6 100644 --- a/apps/include/netutils/libcoap/subscribe.h +++ b/apps/include/netutils/libcoap/subscribe.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* subscribe.h -- subscription handling for CoAP * see draft-hartke-coap-observe-03 * diff --git a/apps/include/netutils/libcoap/t_list.h b/apps/include/netutils/libcoap/t_list.h index d1d90ee..8348936 100644 --- a/apps/include/netutils/libcoap/t_list.h +++ b/apps/include/netutils/libcoap/t_list.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* t_list -- tinydtls lists * * Copyright (C) 2012 Olaf Bergmann diff --git a/apps/include/netutils/libcoap/uri.h b/apps/include/netutils/libcoap/uri.h index e0b87ff..7da6963 100644 --- a/apps/include/netutils/libcoap/uri.h +++ b/apps/include/netutils/libcoap/uri.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* uri.h -- helper functions for URI treatment * * Copyright (C) 2010,2011 Olaf Bergmann diff --git a/apps/include/netutils/libcoap/uthash.h b/apps/include/netutils/libcoap/uthash.h index bc053e5..153647f 100644 --- a/apps/include/netutils/libcoap/uthash.h +++ b/apps/include/netutils/libcoap/uthash.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* Copyright (c) 2003-2010, Troy D. Hanson http://uthash.sourceforge.net All rights reserved. diff --git a/apps/include/netutils/libcoap/utlist.h b/apps/include/netutils/libcoap/utlist.h index 6ec3ef8..5f2a890 100644 --- a/apps/include/netutils/libcoap/utlist.h +++ b/apps/include/netutils/libcoap/utlist.h @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* Copyright (c) 2007-2010, Troy D. Hanson http://uthash.sourceforge.net All rights reserved. diff --git a/apps/netutils/libcoap/async.c b/apps/netutils/libcoap/async.c index e518526..2988647 100644 --- a/apps/netutils/libcoap/async.c +++ b/apps/netutils/libcoap/async.c @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* async.c -- state management for asynchronous messages * * Copyright (C) 2010,2011 Olaf Bergmann diff --git a/apps/netutils/libcoap/block.c b/apps/netutils/libcoap/block.c index 46d7fb1..d79cdce 100644 --- a/apps/netutils/libcoap/block.c +++ b/apps/netutils/libcoap/block.c @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* block.c -- block transfer * * Copyright (C) 2010--2012 Olaf Bergmann diff --git a/apps/netutils/libcoap/coap_list.c b/apps/netutils/libcoap/coap_list.c index 3320cb9..06c2fa9 100644 --- a/apps/netutils/libcoap/coap_list.c +++ b/apps/netutils/libcoap/coap_list.c @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* coap_list.c -- CoAP list structures * * Copyright (C) 2010,2011 Olaf Bergmann diff --git a/apps/netutils/libcoap/debug.c b/apps/netutils/libcoap/debug.c index f89c5b7..9473953 100644 --- a/apps/netutils/libcoap/debug.c +++ b/apps/netutils/libcoap/debug.c @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* debug.c -- debug utilities * * Copyright (C) 2010--2012 Olaf Bergmann diff --git a/apps/netutils/libcoap/encode.c b/apps/netutils/libcoap/encode.c index 076088d..e7cb70d 100644 --- a/apps/netutils/libcoap/encode.c +++ b/apps/netutils/libcoap/encode.c @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* encode.c -- encoding and decoding of CoAP data types * * Copyright (C) 2010,2011 Olaf Bergmann diff --git a/apps/netutils/libcoap/hashkey.c b/apps/netutils/libcoap/hashkey.c index 8a63ade..05e0df7 100644 --- a/apps/netutils/libcoap/hashkey.c +++ b/apps/netutils/libcoap/hashkey.c @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* hashkey.c -- definition of hash key type and helper functions * * Copyright (C) 2010,2011 Olaf Bergmann diff --git a/apps/netutils/libcoap/net.c b/apps/netutils/libcoap/net.c index 2669fc0..cb31c5f 100644 --- a/apps/netutils/libcoap/net.c +++ b/apps/netutils/libcoap/net.c @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* net.c -- CoAP network interface * * Copyright (C) 2010--2014 Olaf Bergmann diff --git a/apps/netutils/libcoap/option.c b/apps/netutils/libcoap/option.c index 3249308..4088fa4 100644 --- a/apps/netutils/libcoap/option.c +++ b/apps/netutils/libcoap/option.c @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* * option.c -- helpers for handling options in CoAP PDUs * diff --git a/apps/netutils/libcoap/pdu.c b/apps/netutils/libcoap/pdu.c index 1f000fb..e376aac 100644 --- a/apps/netutils/libcoap/pdu.c +++ b/apps/netutils/libcoap/pdu.c @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* pdu.c -- CoAP message structure * * Copyright (C) 2010,2011 Olaf Bergmann diff --git a/apps/netutils/libcoap/resource.c b/apps/netutils/libcoap/resource.c index 332fd3e..d0be6ac 100644 --- a/apps/netutils/libcoap/resource.c +++ b/apps/netutils/libcoap/resource.c @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* resource.c -- generic resource handling * * Copyright (C) 2010--2014 Olaf Bergmann diff --git a/apps/netutils/libcoap/str.c b/apps/netutils/libcoap/str.c index 74307f9..e18ec48 100644 --- a/apps/netutils/libcoap/str.c +++ b/apps/netutils/libcoap/str.c @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* str.c -- strings to be used in the CoAP library * * Copyright (C) 2010,2011 Olaf Bergmann diff --git a/apps/netutils/libcoap/subscribe.c b/apps/netutils/libcoap/subscribe.c index 4765989..8ec658f 100644 --- a/apps/netutils/libcoap/subscribe.c +++ b/apps/netutils/libcoap/subscribe.c @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* subscribe.c -- subscription handling for CoAP * see draft-ietf-coap-observe-09 * diff --git a/apps/netutils/libcoap/uri.c b/apps/netutils/libcoap/uri.c index e1c07db..edcfe25 100644 --- a/apps/netutils/libcoap/uri.c +++ b/apps/netutils/libcoap/uri.c @@ -1,3 +1,20 @@ +/**************************************************************************** + * + * Copyright 2016 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ /* uri.c -- helper functions for URI treatment * * Copyright (C) 2010--2012 Olaf Bergmann -- 2.7.4