summaryrefslogtreecommitdiff
path: root/src/app/sharp96test
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/sharp96test')
-rw-r--r--src/app/sharp96test/Kconfig4
-rw-r--r--src/app/sharp96test/Makefile.inc6
-rw-r--r--src/app/sharp96test/main.cc5
3 files changed, 15 insertions, 0 deletions
diff --git a/src/app/sharp96test/Kconfig b/src/app/sharp96test/Kconfig
index cbba858..ad2e33a 100644
--- a/src/app/sharp96test/Kconfig
+++ b/src/app/sharp96test/Kconfig
@@ -1,2 +1,6 @@
+# Copyright 2020 Daniel Friesel
+#
+# SPDX-License-Identifier: CC0-1.0
+
prompt "Sharp96 Test"
depends on driver_sharp96 && loop && !wakeup
diff --git a/src/app/sharp96test/Makefile.inc b/src/app/sharp96test/Makefile.inc
index a63136a..8cd8a11 100644
--- a/src/app/sharp96test/Makefile.inc
+++ b/src/app/sharp96test/Makefile.inc
@@ -1,3 +1,9 @@
+# vim:ft=make
+#
+# Copyright 2020 Daniel Friesel
+#
+# SPDX-License-Identifier: CC0-1.0
+
ifdef app
override loop = 1
override arch_drivers += spi
diff --git a/src/app/sharp96test/main.cc b/src/app/sharp96test/main.cc
index 38a8a3d..29a1198 100644
--- a/src/app/sharp96test/main.cc
+++ b/src/app/sharp96test/main.cc
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
#include "arch.h"
#include "driver/gpio.h"
#include "driver/stdout.h"