summaryrefslogtreecommitdiff
path: root/src/driver/max44009.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/max44009.cc')
-rw-r--r--src/driver/max44009.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/driver/max44009.cc b/src/driver/max44009.cc
index 3981e79..d09188c 100644
--- a/src/driver/max44009.cc
+++ b/src/driver/max44009.cc
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
#include "driver/max44009.h"
#if defined(MULTIPASS_ARCH_HAS_I2C) && !defined(DRIVER_SOFTI2C)
#include "driver/i2c.h"