diff options
Diffstat (limited to 'src/app/button-and-motion-logger')
-rw-r--r-- | src/app/button-and-motion-logger/Kconfig | 2 | ||||
-rw-r--r-- | src/app/button-and-motion-logger/Makefile.inc | 2 | ||||
-rwxr-xr-x | src/app/button-and-motion-logger/client.py | 2 | ||||
-rw-r--r-- | src/app/button-and-motion-logger/main.cc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/app/button-and-motion-logger/Kconfig b/src/app/button-and-motion-logger/Kconfig index 9bc0320..31c4999 100644 --- a/src/app/button-and-motion-logger/Kconfig +++ b/src/app/button-and-motion-logger/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/button-and-motion-logger/Makefile.inc b/src/app/button-and-motion-logger/Makefile.inc index 803ef62..a82c6b3 100644 --- a/src/app/button-and-motion-logger/Makefile.inc +++ b/src/app/button-and-motion-logger/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/button-and-motion-logger/client.py b/src/app/button-and-motion-logger/client.py index 8d7317f..680bf2b 100755 --- a/src/app/button-and-motion-logger/client.py +++ b/src/app/button-and-motion-logger/client.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/app/button-and-motion-logger/main.cc b/src/app/button-and-motion-logger/main.cc index 2f2405e..b5e36f9 100644 --- a/src/app/button-and-motion-logger/main.cc +++ b/src/app/button-and-motion-logger/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ |