From f81aea029fe31ba2bce0463dfaf83d0e3126d03a Mon Sep 17 00:00:00 2001 From: Robert Stanford Date: Sun, 5 Nov 2023 13:47:10 +1000 Subject: [PATCH] Added copyright notice --- ina260/ina260.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ina260/ina260.go b/ina260/ina260.go index 7e06693..5aa73a0 100644 --- a/ina260/ina260.go +++ b/ina260/ina260.go @@ -1,3 +1,7 @@ +// Copyright 2023 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 ina260 import (