From c4356003b35d02daf6a428d062d33356946c07f5 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Fri, 21 Jul 2023 15:35:19 +0700 Subject: [PATCH] lib/os: add missing copyright header in os_test.go --- lib/os/os_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/os/os_test.go b/lib/os/os_test.go index aa5337a2..7ff57ad3 100644 --- a/lib/os/os_test.go +++ b/lib/os/os_test.go @@ -1,3 +1,7 @@ +// Copyright 2022, Shulhan . All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + package os import (