From 11ffa644d1bd5209c7752bcf8187d606fee6d51f Mon Sep 17 00:00:00 2001 From: Darryldh Date: Tue, 24 Aug 2021 21:29:04 -0400 Subject: [PATCH] requested changes for PR --- app/drivers/display/CMakeLists.txt | 2 +- app/drivers/display/Kconfig | 2 +- app/drivers/display/il0323.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/drivers/display/CMakeLists.txt b/app/drivers/display/CMakeLists.txt index 95eb8d6e..13b97193 100644 --- a/app/drivers/display/CMakeLists.txt +++ b/app/drivers/display/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020 The ZMK Contributors +# Copyright (c) 2021 The ZMK Contributors # SPDX-License-Identifier: MIT zephyr_sources_ifdef(CONFIG_IL0323 il0323.c) \ No newline at end of file diff --git a/app/drivers/display/Kconfig b/app/drivers/display/Kconfig index 5c9bce35..efa064d4 100644 --- a/app/drivers/display/Kconfig +++ b/app/drivers/display/Kconfig @@ -1,4 +1,4 @@ -# Copyright (c) 2020 The ZMK Contributors +# Copyright (c) 2021 The ZMK Contributors # SPDX-License-Identifier: MIT rsource "Kconfig.il0323" \ No newline at end of file diff --git a/app/drivers/display/il0323.c b/app/drivers/display/il0323.c index 191f03c6..a5b70ba1 100644 --- a/app/drivers/display/il0323.c +++ b/app/drivers/display/il0323.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 PHYTEC Messtechnik GmbH + * Copyright (c) 2020 PHYTEC Messtechnik GmbHH, Peter Johanson * * SPDX-License-Identifier: Apache-2.0 */