Fix remaining Apache header lines.
This commit is contained in:
parent
dbabeffa8a
commit
297e457dd5
10 changed files with 29 additions and 29 deletions
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
list(APPEND EXTRA_DTC_FLAGS "-qq")
|
list(APPEND EXTRA_DTC_FLAGS "-qq")
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# STM32F3DISCOVERY board configuration
|
# STM32F3DISCOVERY board configuration
|
||||||
|
|
||||||
# Copyright (c) 2017 I-SENSE group of ICCS
|
# Copyright (c) 2017 I-SENSE group of ICCS
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
config BOARD_STM32F3_DISCO
|
config BOARD_STM32F3_DISCO
|
||||||
bool "STM32F3DISCOVERY Development Board"
|
bool "STM32F3DISCOVERY Development Board"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Planck keyboard configuration
|
# Planck keyboard configuration
|
||||||
|
|
||||||
# Copyright (c) 2017 I-SENSE group of ICCS
|
# Copyright (c) 2017 I-SENSE group of ICCS
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
if BOARD_PLANCK_REV6
|
if BOARD_PLANCK_REV6
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
board_runner_args(jlink "--device=STM32F303VC" "--speed=4000")
|
board_runner_args(jlink "--device=STM32F303VC" "--speed=4000")
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 I-SENSE group of ICCS
|
* Copyright (c) 2017 I-SENSE group of ICCS
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: MIT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 I-SENSE group of ICCS
|
* Copyright (c) 2017 I-SENSE group of ICCS
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: MIT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
CONFIG_SOC_SERIES_STM32F3X=y
|
CONFIG_SOC_SERIES_STM32F3X=y
|
||||||
CONFIG_SOC_STM32F303XC=y
|
CONFIG_SOC_STM32F303XC=y
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Copyright (c) 2019 Linaro Limited
|
# Copyright (c) 2019 Linaro Limited
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
config SHIELD_PETEJOHANSON_HANDWIRE
|
config SHIELD_PETEJOHANSON_HANDWIRE
|
||||||
def_bool $(shields_list_contains,petejohanson_handwire)
|
def_bool $(shields_list_contains,petejohanson_handwire)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Copyright (c) 2020, Pete Johanson
|
# Copyright (c) 2020, Pete Johanson
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
description: GPIO keyboard matrix controller
|
description: GPIO keyboard matrix controller
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2020 Peter Johanson <peter@peterjohanson.com>
|
* Copyright (c) 2020 Peter Johanson <peter@peterjohanson.com>
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: MIT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define DT_DRV_COMPAT gpio_kscan
|
#define DT_DRV_COMPAT gpio_kscan
|
||||||
|
|
Loading…
Reference in a new issue