From 7403a3757503272fd7ad95c4093b88db11dd898c Mon Sep 17 00:00:00 2001 From: nullsumme Date: Wed, 13 Jan 2021 21:25:18 +0000 Subject: [PATCH] fixed and added missing license headers --- waveshare2in13v2/doc.go | 2 +- waveshare2in13v2/waveshare213v2.go | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/waveshare2in13v2/doc.go b/waveshare2in13v2/doc.go index 265bb6a..83bd2e4 100644 --- a/waveshare2in13v2/doc.go +++ b/waveshare2in13v2/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 The Periph Authors. All rights reserved. +// Copyright 2021 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. diff --git a/waveshare2in13v2/waveshare213v2.go b/waveshare2in13v2/waveshare213v2.go index 971c045..597fdc0 100644 --- a/waveshare2in13v2/waveshare213v2.go +++ b/waveshare2in13v2/waveshare213v2.go @@ -1,3 +1,7 @@ +// Copyright 2021 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 waveshare2in13v2 import (