Browse Source

Fix remaining Apache header lines.

xmkb
Pete Johanson 4 years ago
parent
commit
297e457dd5
  1. 2
      app/boards/arm/planck/CMakeLists.txt
  2. 2
      app/boards/arm/planck/Kconfig.board
  3. 2
      app/boards/arm/planck/Kconfig.defconfig
  4. 2
      app/boards/arm/planck/board.cmake
  5. 2
      app/boards/arm/planck/pinmux.c
  6. 2
      app/boards/arm/planck/planck_rev6.dts
  7. 2
      app/boards/arm/planck/planck_rev6_defconfig
  8. 2
      app/boards/shields/petejohanson_handwire/Kconfig.shield
  9. 2
      app/drivers/zephyr/dts/bindings/gpio-kscan.yaml
  10. 2
      app/drivers/zephyr/kscan_gpio.c

2
app/boards/arm/planck/CMakeLists.txt

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
list(APPEND EXTRA_DTC_FLAGS "-qq")

2
app/boards/arm/planck/Kconfig.board

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
# STM32F3DISCOVERY board configuration
# Copyright (c) 2017 I-SENSE group of ICCS
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
config BOARD_STM32F3_DISCO
bool "STM32F3DISCOVERY Development Board"

2
app/boards/arm/planck/Kconfig.defconfig

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
# Planck keyboard configuration
# Copyright (c) 2017 I-SENSE group of ICCS
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
if BOARD_PLANCK_REV6

2
app/boards/arm/planck/board.cmake

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
board_runner_args(jlink "--device=STM32F303VC" "--speed=4000")

2
app/boards/arm/planck/pinmux.c

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
/*
* Copyright (c) 2017 I-SENSE group of ICCS
*
* SPDX-License-Identifier: Apache-2.0
* SPDX-License-Identifier: MIT
*/
#include <kernel.h>

2
app/boards/arm/planck/planck_rev6.dts

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
/*
* Copyright (c) 2017 I-SENSE group of ICCS
*
* SPDX-License-Identifier: Apache-2.0
* SPDX-License-Identifier: MIT
*/
/dts-v1/;

2
app/boards/arm/planck/planck_rev6_defconfig

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
CONFIG_SOC_SERIES_STM32F3X=y
CONFIG_SOC_STM32F303XC=y

2
app/boards/shields/petejohanson_handwire/Kconfig.shield

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
# Copyright (c) 2019 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
config SHIELD_PETEJOHANSON_HANDWIRE
def_bool $(shields_list_contains,petejohanson_handwire)

2
app/drivers/zephyr/dts/bindings/gpio-kscan.yaml

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
# Copyright (c) 2020, Pete Johanson
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
description: GPIO keyboard matrix controller

2
app/drivers/zephyr/kscan_gpio.c

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
/*
* Copyright (c) 2020 Peter Johanson <peter@peterjohanson.com>
*
* SPDX-License-Identifier: Apache-2.0
* SPDX-License-Identifier: MIT
*/
#define DT_DRV_COMPAT gpio_kscan

Loading…
Cancel
Save