summaryrefslogtreecommitdiff
path: root/src/app/ws2812b_uart
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/ws2812b_uart')
-rw-r--r--src/app/ws2812b_uart/Kconfig2
-rw-r--r--src/app/ws2812b_uart/Makefile.inc2
-rw-r--r--src/app/ws2812b_uart/main.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/app/ws2812b_uart/Kconfig b/src/app/ws2812b_uart/Kconfig
index d92c8c9..2dbe214 100644
--- a/src/app/ws2812b_uart/Kconfig
+++ b/src/app/ws2812b_uart/Kconfig
@@ -1,4 +1,4 @@
-# Copyright 2020 Daniel Friesel
+# Copyright 2020 Birte Kristina Friesel
#
# SPDX-License-Identifier: CC0-1.0
diff --git a/src/app/ws2812b_uart/Makefile.inc b/src/app/ws2812b_uart/Makefile.inc
index daa2e4f..dd8d49b 100644
--- a/src/app/ws2812b_uart/Makefile.inc
+++ b/src/app/ws2812b_uart/Makefile.inc
@@ -1,6 +1,6 @@
# vim:ft=make
#
-# Copyright 2020 Daniel Friesel
+# Copyright 2020 Birte Kristina Friesel
#
# SPDX-License-Identifier: CC0-1.0
diff --git a/src/app/ws2812b_uart/main.cc b/src/app/ws2812b_uart/main.cc
index 97fb1e4..e81a9b6 100644
--- a/src/app/ws2812b_uart/main.cc
+++ b/src/app/ws2812b_uart/main.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2020 Daniel Friesel
+ * Copyright 2020 Birte Kristina Friesel
*
* SPDX-License-Identifier: BSD-2-Clause
*/