From a2cfca4ab982891a26b21040a30d5999e376a096 Mon Sep 17 00:00:00 2001 From: maura fortino Date: Mon, 12 Aug 2024 11:36:25 -0400 Subject: [PATCH] fixed licensing and copyright errors --- cmd/main.go | 4 ++-- internal/anclaHelper/anclaHelper.go | 2 ++ internal/handler/http_test.go | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/cmd/main.go b/cmd/main.go index ea33e677..c30113a3 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -1,5 +1,5 @@ -// SPDX-FileCopyrightText: 2023 Comcast Cable Communications Management, LLC -// SPDX-License-Identifier: LicenseRef-COMCAST +// SPDX-FileCopyrightText: 2024 Comcast Cable Communications Management, LLC +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/internal/anclaHelper/anclaHelper.go b/internal/anclaHelper/anclaHelper.go index 3ffd15ed..aa88ac66 100644 --- a/internal/anclaHelper/anclaHelper.go +++ b/internal/anclaHelper/anclaHelper.go @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: 2024 Comcast Cable Communications Management, LLC +// SPDX-License-Identifier: Apache-2.0 package anclahelper import ( diff --git a/internal/handler/http_test.go b/internal/handler/http_test.go index 57b253a7..2f5e7ba3 100644 --- a/internal/handler/http_test.go +++ b/internal/handler/http_test.go @@ -1,5 +1,5 @@ -// // SPDX-FileCopyrightText: 2021 Comcast Cable Communications Management, LLC -// // SPDX-License-Identifier: Apache-2.0 +// SPDX-FileCopyrightText: 2021 Comcast Cable Communications Management, LLC +// SPDX-License-Identifier: Apache-2.0 package handler_test // import (