From c6414b74ddfaec778e8665a408703d40dffec79a Mon Sep 17 00:00:00 2001 From: johnabass Date: Mon, 15 Jul 2024 17:23:02 -0700 Subject: [PATCH] added SPDEX comment block --- client.go | 3 +++ client_test.go | 3 +++ constantHandler.go | 3 +++ constantHandler_test.go | 3 +++ header.go | 3 +++ header_test.go | 3 +++ 6 files changed, 18 insertions(+) diff --git a/client.go b/client.go index e97ab2d..64a8611 100644 --- a/client.go +++ b/client.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2024 Comcast Cable Communications Management, LLC +// SPDX-License-Identifier: Apache-2.0 + package httpaux import ( diff --git a/client_test.go b/client_test.go index abceaa8..14f1922 100644 --- a/client_test.go +++ b/client_test.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2024 Comcast Cable Communications Management, LLC +// SPDX-License-Identifier: Apache-2.0 + package httpaux import ( diff --git a/constantHandler.go b/constantHandler.go index 8a92fb7..f27d023 100644 --- a/constantHandler.go +++ b/constantHandler.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2024 Comcast Cable Communications Management, LLC +// SPDX-License-Identifier: Apache-2.0 + package httpaux import ( diff --git a/constantHandler_test.go b/constantHandler_test.go index 6331794..0f95c56 100644 --- a/constantHandler_test.go +++ b/constantHandler_test.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2024 Comcast Cable Communications Management, LLC +// SPDX-License-Identifier: Apache-2.0 + package httpaux import ( diff --git a/header.go b/header.go index d080d36..5dd0efc 100644 --- a/header.go +++ b/header.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2024 Comcast Cable Communications Management, LLC +// SPDX-License-Identifier: Apache-2.0 + package httpaux import ( diff --git a/header_test.go b/header_test.go index b359ea3..413ae47 100644 --- a/header_test.go +++ b/header_test.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2024 Comcast Cable Communications Management, LLC +// SPDX-License-Identifier: Apache-2.0 + package httpaux import (