From c93fae5a202b5b3689f464732b3165fecf1d8ac4 Mon Sep 17 00:00:00 2001 From: SoulKa Date: Tue, 16 Jan 2024 13:26:42 +0100 Subject: [PATCH] add license to test --- aht20/aht20_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aht20/aht20_test.go b/aht20/aht20_test.go index e54c752..6b90704 100644 --- a/aht20/aht20_test.go +++ b/aht20/aht20_test.go @@ -1,3 +1,7 @@ +// Copyright 2024 The Periph Authors. All rights reserved. +// Use of this source code is governed under the Apache License, Version 2.0 +// that can be found in the LICENSE file. + package aht20 import (