Add missing license and copyright headers
The following files didn't have any copyright or license headers on them when they got contributed. So add the SPDX Apache license and appropriate copyright info: boards/arm/stm32l476g_disco/pinmux.c samples/basic/threads/src/main.c tests/net/socket/tcp/src/main.c Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
2386ce7af8
commit
6b38f57225
|
@ -1,3 +1,9 @@
|
|||
/*
|
||||
* Copyright (c) 2017 Arthur Sfez
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <kernel.h>
|
||||
#include <device.h>
|
||||
#include <init.h>
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
/*
|
||||
* Copyright (c) 2017 Linaro Limited
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <zephyr.h>
|
||||
#include <device.h>
|
||||
#include <gpio.h>
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
/*
|
||||
* Copyright (c) 2017 Linaro Limited
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <ztest_assert.h>
|
||||
#include <net/socket.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue