From 812899797d6d8ea773bf960cd74680d20043c5a4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 8 Dec 2020 18:19:13 +0100 Subject: add licensing information --- src/app/sysinfo/Makefile.inc | 6 ++++++ src/app/sysinfo/main.cc | 5 +++++ 2 files changed, 11 insertions(+) (limited to 'src/app/sysinfo') diff --git a/src/app/sysinfo/Makefile.inc b/src/app/sysinfo/Makefile.inc index ec71d40..c0417b6 100644 --- a/src/app/sysinfo/Makefile.inc +++ b/src/app/sysinfo/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/sysinfo/main.cc b/src/app/sysinfo/main.cc index a2e2660..0146e67 100644 --- a/src/app/sysinfo/main.cc +++ b/src/app/sysinfo/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" -- cgit v1.2.3