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/loratest | |
parent | e1526bb2c84b315c72a089dbb50447183d4b1685 (diff) |
add licensing information
Diffstat (limited to 'src/app/loratest')
-rw-r--r-- | src/app/loratest/Kconfig | 4 | ||||
-rw-r--r-- | src/app/loratest/Makefile.inc | 6 | ||||
-rw-r--r-- | src/app/loratest/main.cc | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/src/app/loratest/Kconfig b/src/app/loratest/Kconfig index 95c7489..cc5ede8 100644 --- a/src/app/loratest/Kconfig +++ b/src/app/loratest/Kconfig @@ -1,2 +1,6 @@ +# Copyright 2020 Daniel Friesel +# +# SPDX-License-Identifier: CC0-1.0 + prompt "LoRaWAN test" depends on arch_msp430fr5994lp && !meta_driver_stdin && loop && !wakeup diff --git a/src/app/loratest/Makefile.inc b/src/app/loratest/Makefile.inc index ec71d40..c0417b6 100644 --- a/src/app/loratest/Makefile.inc +++ b/src/app/loratest/Makefile.inc @@ -1,3 +1,9 @@ +# vim:ft=make +# +# Copyright 2020 Daniel Friesel +# +# SPDX-License-Identifier: CC0-1.0 + ifdef app override loop = 1 endif diff --git a/src/app/loratest/main.cc b/src/app/loratest/main.cc index 5b03425..1e914f5 100644 --- a/src/app/loratest/main.cc +++ b/src/app/loratest/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" |