From 71b698342c35794de69a6c72d7d9c1222df049a9 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Sun, 23 Oct 2022 22:16:15 +0200
Subject: [PATCH] chore add licenses

---
 help.go      | 3 +++
 help_test.go | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/help.go b/help.go
index 2ba9127..bd8559b 100644
--- a/help.go
+++ b/help.go
@@ -1,3 +1,6 @@
+// Copyright 2022 schukai GmbH
+// SPDX-License-Identifier: AGPL-3.0
+
 package xflags
 
 import (
diff --git a/help_test.go b/help_test.go
index 3bebc4a..7d0a6dd 100644
--- a/help_test.go
+++ b/help_test.go
@@ -1,3 +1,6 @@
+// Copyright 2022 schukai GmbH
+// SPDX-License-Identifier: AGPL-3.0
+
 package xflags
 
 import (
-- 
GitLab