From 37fe3cdabe7ef6c28159adcfb62a91b56c191f6e Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 31 Jul 2022 00:48:08 +0900 Subject: [PATCH] ebiten: fix copyright year --- tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.go b/tools.go index 58f0e77d2..41be8000d 100644 --- a/tools.go +++ b/tools.go @@ -1,4 +1,4 @@ -// Copyright 2021 The Ebitengine Authors +// Copyright 2022 The Ebitengine Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.