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/driver/ccs811.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/driver/ccs811.cc') diff --git a/src/driver/ccs811.cc b/src/driver/ccs811.cc index a2b3940..ad0eabc 100644 --- a/src/driver/ccs811.cc +++ b/src/driver/ccs811.cc @@ -1,3 +1,8 @@ +/* + * Copyright 2020 Daniel Friesel + * + * SPDX-License-Identifier: BSD-2-Clause + */ #include "driver/ccs811.h" #include "driver/gpio.h" #if defined(MULTIPASS_ARCH_HAS_I2C) && !defined(DRIVER_SOFTI2C) -- cgit v1.2.3