summaryrefslogtreecommitdiff
path: root/src/app/ccs811test
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/ccs811test')
-rw-r--r--src/app/ccs811test/Makefile.inc6
-rw-r--r--src/app/ccs811test/main.cc5
2 files changed, 11 insertions, 0 deletions
diff --git a/src/app/ccs811test/Makefile.inc b/src/app/ccs811test/Makefile.inc
index 6bc097a..3e53dfa 100644
--- a/src/app/ccs811test/Makefile.inc
+++ b/src/app/ccs811test/Makefile.inc
@@ -1,3 +1,9 @@
+# vim:ft=make
+#
+# Copyright 2020 Daniel Friesel
+#
+# SPDX-License-Identifier: CC0-1.0
+
ifdef app
override arch_drivers += ,i2c
override drivers += ,ccs811
diff --git a/src/app/ccs811test/main.cc b/src/app/ccs811test/main.cc
index a1052f6..bd53999 100644
--- a/src/app/ccs811test/main.cc
+++ b/src/app/ccs811test/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"