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 */