From dad037f8fd141e6865f46c2549f26120ddc072a6 Mon Sep 17 00:00:00 2001 From: Charles Powell Date: Mon, 3 Apr 2023 18:11:21 -0700 Subject: [PATCH] Add modification statement per license --- catalog.go | 1 + consul.go | 1 + service.go | 1 + 3 files changed, 3 insertions(+) diff --git a/catalog.go b/catalog.go index 269df01..d5c808e 100644 --- a/catalog.go +++ b/catalog.go @@ -1,4 +1,5 @@ // Copyright © 2022 Roberto Hidalgo +// Modified by Charles Powell, 2023 // SPDX-License-Identifier: Apache-2.0 package catalog diff --git a/consul.go b/consul.go index 3043395..617dbb9 100644 --- a/consul.go +++ b/consul.go @@ -1,4 +1,5 @@ // Copyright © 2022 Roberto Hidalgo +// Modified by Charles Powell, 2023 // SPDX-License-Identifier: Apache-2.0 package catalog diff --git a/service.go b/service.go index 78c5a40..b8a1cca 100644 --- a/service.go +++ b/service.go @@ -1,4 +1,5 @@ // Copyright © 2022 Roberto Hidalgo +// Modified by Charles Powell, 2023 // SPDX-License-Identifier: Apache-2.0 package catalog