Fix copyrights

This commit is contained in:
Bartosz Nowak 2021-04-25 01:52:10 +02:00
parent 029a7eb9fc
commit a41aa00326
6 changed files with 13 additions and 5 deletions

View file

@ -1,4 +1,4 @@
# Copyright (c) 2020 The ZMK Contributors
# Copyright (c) 2020-2021 The ZMK Contributors
# SPDX-License-Identifier: MIT
if SHIELD_DACTYLMANUFORM

View file

@ -1,4 +1,4 @@
# Copyright (c) 2020 The ZMK Contributors
# Copyright (c) 2020-2021 The ZMK Contributors
# SPDX-License-Identifier: MIT
config SHIELD_DACTYLMANUFORM

View file

@ -1,10 +1,17 @@
/*
* Copyright (c) 2020-2021 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
// remove duplicated partition from zephyr particle configuration
/delete-node/ &storage_partition;
/delete-node/ &boot_partition;
adafriut_flash: &flash0 {
/*
* For more information, see:
* http://docs.zephyrproject.org/latest/devices/dts/flash_partitions.html
* https://docs.zephyrproject.org/latest/reference/storage/flash_map/flash_map.html
*/
partitions {
compatible = "fixed-partitions";

View file

@ -1,3 +1,4 @@
# Copyright (c) 2020-2021 The ZMK Contributors
# SPDX-License-Identifier: MIT
# Enable MPU

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 The ZMK Contributors
* Copyright (c) 2020-2021 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Bartosz Nowak
* Copyright (c) 2020-2021 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/