summaryrefslogtreecommitdiff
path: root/src/app/shell
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/shell')
-rw-r--r--src/app/shell/Kconfig4
-rw-r--r--src/app/shell/Makefile.inc6
-rw-r--r--src/app/shell/main.cc5
3 files changed, 15 insertions, 0 deletions
diff --git a/src/app/shell/Kconfig b/src/app/shell/Kconfig
index a4626d6..d176020 100644
--- a/src/app/shell/Kconfig
+++ b/src/app/shell/Kconfig
@@ -1,2 +1,6 @@
+# Copyright 2020 Daniel Friesel
+#
+# SPDX-License-Identifier: CC0-1.0
+
prompt "Shell / UART Echo"
depends on meta_driver_stdin && wakeup
diff --git a/src/app/shell/Makefile.inc b/src/app/shell/Makefile.inc
index 3d73351..83986cd 100644
--- a/src/app/shell/Makefile.inc
+++ b/src/app/shell/Makefile.inc
@@ -1,3 +1,9 @@
+# vim:ft=make
+#
+# Copyright 2020 Daniel Friesel
+#
+# SPDX-License-Identifier: CC0-1.0
+
ifdef app
override loop = 0
override wakeup = 1
diff --git a/src/app/shell/main.cc b/src/app/shell/main.cc
index 0a7d4ca..47bee68 100644
--- a/src/app/shell/main.cc
+++ b/src/app/shell/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"