summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2016-03-01 17:13:10 +0200
committerGerrit Code Review <gerrit@zephyrproject.org>2016-03-01 16:58:32 +0000
commitb1fd0c6a2ce6e1bc6e327bcde574003fd0bb6e51 (patch)
treedd19ed2c84835671a6d15f188d7d0e92108fa35b
parent79d0a339f5ac72c95c1a092e0d91f8d7acd2bb0f (diff)
net: License information was missing
Few configuration related header files were missing license header. Change-Id: Id4ef8273a80eb41f39248dd33ccefbeb30ef57dd Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
-rw-r--r--net/ip/contiki/contiki-conf.h16
-rw-r--r--net/ip/contiki/os/rtimer-arch.h16
-rw-r--r--net/ip/tinydtls/platform-specific/config-zephyr.h16
-rw-r--r--net/ip/tinydtls/platform-specific/platform.h16
4 files changed, 64 insertions, 0 deletions
diff --git a/net/ip/contiki/contiki-conf.h b/net/ip/contiki/contiki-conf.h
index 396a2595e..831b35bdb 100644
--- a/net/ip/contiki/contiki-conf.h
+++ b/net/ip/contiki/contiki-conf.h
@@ -1,5 +1,21 @@
/* contiki-conf.h - These settings override the default configuration */
+/*
+ * Copyright (c) 2016 Intel Corporation
+ *
+ * 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.
+ */
+
#include <stdint.h>
#include <sys_clock.h>
diff --git a/net/ip/contiki/os/rtimer-arch.h b/net/ip/contiki/os/rtimer-arch.h
index 254f943cb..33a7c9a83 100644
--- a/net/ip/contiki/os/rtimer-arch.h
+++ b/net/ip/contiki/os/rtimer-arch.h
@@ -1,5 +1,21 @@
/* FIXME - dummy file to be replaced/removed at some point */
+/*
+ * Copyright (c) 2016 Intel Corporation
+ *
+ * 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.
+ */
+
#ifndef __RTIMER_ARCH_H__
#define __RTIMER_ARCH_H__
diff --git a/net/ip/tinydtls/platform-specific/config-zephyr.h b/net/ip/tinydtls/platform-specific/config-zephyr.h
index dcd488984..43593ba7f 100644
--- a/net/ip/tinydtls/platform-specific/config-zephyr.h
+++ b/net/ip/tinydtls/platform-specific/config-zephyr.h
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Intel Corporation
+ *
+ * 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.
+ */
+
#include <misc/__assert.h>
/* Do not include assert.h as that does not exists */
diff --git a/net/ip/tinydtls/platform-specific/platform.h b/net/ip/tinydtls/platform-specific/platform.h
index a16f9050d..28d00a2e6 100644
--- a/net/ip/tinydtls/platform-specific/platform.h
+++ b/net/ip/tinydtls/platform-specific/platform.h
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Intel Corporation
+ *
+ * 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.
+ */
+
/************************************************************************/
/* Contiki-specific parameters */
/************************************************************************/