license: add missing licences to source code
Add missing license to source code files. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
8ed215e011
commit
ed139948a5
|
@ -1,3 +1,7 @@
|
|||
/*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/* file is auto-generated, do not modify ! */
|
||||
|
||||
#include <toolchain.h>
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
|
||||
/*
|
||||
* Copyright (c) 2018 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#include <zephyr.h>
|
||||
#include <kernel_structs.h>
|
||||
#include <init.h>
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/*
|
||||
* Copyright (c) 2018 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#include "interrupt.h"
|
||||
|
||||
#define DURATION 5
|
||||
|
|
Loading…
Reference in a new issue