From 0ae584f92c949cf9e365acb3442b8f0aba486804 Mon Sep 17 00:00:00 2001 From: "Wilke, Louis" Date: Mon, 15 Jan 2024 19:29:30 +0100 Subject: [PATCH] add license header to error --- aht20/error.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aht20/error.go b/aht20/error.go index 832033d..946b4c2 100644 --- a/aht20/error.go +++ b/aht20/error.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 (