From a25f8c017643c8a4e8365c75b0460d74d569f063 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Mon, 24 Oct 2022 20:29:08 +0200 Subject: [PATCH] chore add licenses --- issue-1_test.go | 3 +++ path-value.go | 3 +++ path-value_test.go | 3 +++ 3 files changed, 9 insertions(+) diff --git a/issue-1_test.go b/issue-1_test.go index 311fb3c..add7f90 100644 --- a/issue-1_test.go +++ b/issue-1_test.go @@ -1,3 +1,6 @@ +// Copyright 2022 schukai GmbH +// SPDX-License-Identifier: AGPL-3.0 + package configuration import ( diff --git a/path-value.go b/path-value.go index 56856fa..b80e8c5 100644 --- a/path-value.go +++ b/path-value.go @@ -1,3 +1,6 @@ +// Copyright 2022 schukai GmbH +// SPDX-License-Identifier: AGPL-3.0 + package configuration import "path" diff --git a/path-value_test.go b/path-value_test.go index 87a67c7..1ed4d44 100644 --- a/path-value_test.go +++ b/path-value_test.go @@ -1,3 +1,6 @@ +// Copyright 2022 schukai GmbH +// SPDX-License-Identifier: AGPL-3.0 + package configuration import ( -- GitLab