license: add missing licenses and copyright

We were missing license boilerplate in many files, add them

Jira: ZEP-1464

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-06-08 10:24:51 -04:00 committed by Anas Nashif
commit 3405607d9e
14 changed files with 81 additions and 0 deletions

View file

@ -1,3 +1,10 @@
/*
* Copyright (c) 2017 Piotr Mienkowski
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __DT_BINDING_SAME70_MEM_H #ifndef __DT_BINDING_SAME70_MEM_H
#define __DT_BINDING_SAME70_MEM_H #define __DT_BINDING_SAME70_MEM_H

View file

@ -1,3 +1,8 @@
/*
* Copyright (c) 2017 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __DT_BINDING_ST_MEM_H #ifndef __DT_BINDING_ST_MEM_H
#define __DT_BINDING_ST_MEM_H #define __DT_BINDING_ST_MEM_H

View file

@ -1,3 +1,8 @@
/*
* Copyright (c) 2017 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __DT_BINDING_ST_MEM_H #ifndef __DT_BINDING_ST_MEM_H
#define __DT_BINDING_ST_MEM_H #define __DT_BINDING_ST_MEM_H

View file

@ -1,3 +1,9 @@
/*
* Copyright (c) 2017 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __DT_BINDING_TI_MEM_H #ifndef __DT_BINDING_TI_MEM_H
#define __DT_BINDING_TI_MEM_H #define __DT_BINDING_TI_MEM_H

View file

@ -1,3 +1,8 @@
/*
* Copyright (c) 2017 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr.h> #include <zephyr.h>
#include <console.h> #include <console.h>

View file

@ -1,3 +1,9 @@
/*
* Copyright (c) 2017 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr.h> #include <zephyr.h>
#include <misc/printk.h> #include <misc/printk.h>
#include <console.h> #include <console.h>

View file

@ -1,3 +1,9 @@
/*
* Copyright (c) 2017 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <string.h> #include <string.h>
#include <zephyr.h> #include <zephyr.h>
#include <misc/printk.h> #include <misc/printk.h>

View file

@ -1,3 +1,9 @@
/*
* Copyright (c) 2017 Intel Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __FAT12_RAMDISK_SAMPLE_H__ #ifndef __FAT12_RAMDISK_SAMPLE_H__
#define __FAT12_RAMDISK_SAMPLE_H__ #define __FAT12_RAMDISK_SAMPLE_H__

View file

@ -1,3 +1,9 @@
/*
* Copyright (c) 2017 Intel Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <kernel.h> #include <kernel.h>
#include <zephyr.h> #include <zephyr.h>
#include <tc_util.h> #include <tc_util.h>

View file

@ -1,3 +1,8 @@
/*
* Copyright (c) 2017 Intel Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <timestamp.h> #include <timestamp.h>

View file

@ -1,3 +1,9 @@
/*
* Copyright (c) 2017 Intel Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <kernel.h> #include <kernel.h>
#include <zephyr.h> #include <zephyr.h>
#include <tc_util.h> #include <tc_util.h>

View file

@ -1,3 +1,9 @@
/*
* Copyright (c) 2017 Intel Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __TEST_FIFO_H__ #ifndef __TEST_FIFO_H__
#define __TEST_FIFO_H__ #define __TEST_FIFO_H__

View file

@ -1,3 +1,9 @@
/*
* Copyright (c) 2017 Intel Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __TEST_LIFO_H__ #ifndef __TEST_LIFO_H__
#define __TEST_LIFO_H__ #define __TEST_LIFO_H__

View file

@ -1,3 +1,9 @@
/*
* Copyright (c) 2017 Intel Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __TEST_FIFO_H__ #ifndef __TEST_FIFO_H__
#define __TEST_FIFO_H__ #define __TEST_FIFO_H__