From e635d7d6ce3403ed4551882f9c42e360fff4d3f0 Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Sun, 25 Feb 2024 21:44:48 +0700 Subject: [PATCH] feat(threat): add license header Signed-off-by: Dwi Siswanto --- threat/verify.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/threat/verify.go b/threat/verify.go index efd1e5f..45bda7c 100644 --- a/threat/verify.go +++ b/threat/verify.go @@ -1,3 +1,7 @@ +// Licensed to Dwi Siswanto under one or more agreements. +// Dwi Siswanto licenses this file to you under the Apache 2.0 License. +// See the LICENSE-APACHE file in the project root for more information. + package threat import (