diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-12-08 18:19:13 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-08 18:19:13 +0100 |
commit | 812899797d6d8ea773bf960cd74680d20043c5a4 (patch) | |
tree | 470bb05de36285e9f8b86fa34daebd163e3860ed /src/app/shell/Kconfig | |
parent | e1526bb2c84b315c72a089dbb50447183d4b1685 (diff) |
add licensing information
Diffstat (limited to 'src/app/shell/Kconfig')
-rw-r--r-- | src/app/shell/Kconfig | 4 |
1 files changed, 4 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 |