From 653682b29927a5f0a9412cb7c56a738fb2f65a6e Mon Sep 17 00:00:00 2001 From: George Sexton Date: Fri, 28 Mar 2025 15:00:53 -0600 Subject: [PATCH] Add license check --- hd44780/hd44780bustestrecording_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hd44780/hd44780bustestrecording_test.go b/hd44780/hd44780bustestrecording_test.go index 0b51eea..394765d 100644 --- a/hd44780/hd44780bustestrecording_test.go +++ b/hd44780/hd44780bustestrecording_test.go @@ -1,3 +1,7 @@ +// Copyright 2025 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 hd44780 import (