From af358fa5ea8cec43b91f5c37ba844aa6e2126ea8 Mon Sep 17 00:00:00 2001 From: digger vermont Date: Mon, 8 May 2023 18:38:17 -0400 Subject: [PATCH] Move licenses to ZMK Contributors and MIT --- app/boards/arm/tofu/Kconfig.defconfig | 4 ++-- app/boards/arm/tofu/tofu65_v2.dts | 8 ++------ app/boards/arm/tofu/tofu65_v2.keymap | 3 +++ app/boards/arm/tofu/tofu65_v2_defconfig | 3 ++- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/boards/arm/tofu/Kconfig.defconfig b/app/boards/arm/tofu/Kconfig.defconfig index a1299fe6..330f0c3f 100644 --- a/app/boards/arm/tofu/Kconfig.defconfig +++ b/app/boards/arm/tofu/Kconfig.defconfig @@ -1,5 +1,5 @@ -# Copyright (c) 2022 Peter Johanson -# SPDX-License-Identifier: Apache-2.0 +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT if BOARD_TOFU65_V2 diff --git a/app/boards/arm/tofu/tofu65_v2.dts b/app/boards/arm/tofu/tofu65_v2.dts index f3d594c4..6661f80a 100644 --- a/app/boards/arm/tofu/tofu65_v2.dts +++ b/app/boards/arm/tofu/tofu65_v2.dts @@ -1,9 +1,5 @@ -/* - * Copyright (c) 2021 Yonatan Schachter - * Copyright (c) 2022 Peter Johanson - * - * SPDX-License-Identifier: Apache-2.0 - */ +# Copyright (c) 2023 The ZMK Contributors +# SPDX-License-Identifier: MIT /dts-v1/; diff --git a/app/boards/arm/tofu/tofu65_v2.keymap b/app/boards/arm/tofu/tofu65_v2.keymap index 6e320c55..8d9f0188 100644 --- a/app/boards/arm/tofu/tofu65_v2.keymap +++ b/app/boards/arm/tofu/tofu65_v2.keymap @@ -1,3 +1,6 @@ +# Copyright (c) 2023 The ZMK Contributors +# SPDX-License-Identifier: MIT + #include #include diff --git a/app/boards/arm/tofu/tofu65_v2_defconfig b/app/boards/arm/tofu/tofu65_v2_defconfig index 2664ba98..4d3497e2 100644 --- a/app/boards/arm/tofu/tofu65_v2_defconfig +++ b/app/boards/arm/tofu/tofu65_v2_defconfig @@ -1,4 +1,5 @@ -# SPDX-License-Identifier: Apache-2.0 +# Copyright (c) 2023 The ZMK Contributors +# SPDX-License-Identifier: MIT CONFIG_SOC_SERIES_RP2XXX=y CONFIG_SOC_RP2040=y