From a5e7c5fbd3784998c97da7a9a57d8cc55bd67a75 Mon Sep 17 00:00:00 2001 From: Chris Lee Date: Thu, 8 Feb 2024 20:46:17 -0500 Subject: [PATCH] add license headers --- include/og3/bme280.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/og3/bme280.h b/include/og3/bme280.h index 56dd677..de0c993 100644 --- a/include/og3/bme280.h +++ b/include/og3/bme280.h @@ -1,3 +1,6 @@ +// Copyright (c) 2024 Chris Lee and contibuters. +// Licensed under the MIT license. See LICENSE file in the project root for details. + #pragma once #ifndef NATIVE