[VOL-5346] Update copyright notice, gather profiling stats.
[See Also] https://gerrit.opencord.org/c/voltha-go-controller/+/35217
o No jira ticket available yet so reference gerrit patch.
VERSION
-------
o Bump version string for the patch.
database/database.go
internal/pkg/application/application.go
internal/pkg/application/service.go
internal/pkg/util/envutils/envutils.go
tests/results/go-test-coverage.out
tests/results/go-test-coverage.xml
tests/results/go-test-results.xml
voltha-go-controller/nbi/bwprofile.go
voltha-go-controller/nbi/igmpproxy.go
voltha-go-controller/nbi/mvlan.go
---------------------------------------
o Update copyright notice to contain SPDX tokens and span 2024.
o This patch is submitted for side effects, generate comparison stats.
o Patch 35217 failed make sca/profiling phase due to a timeout.
o Copyright edits will run a NOP version of the original patch to
determine if the timeout is pre-existing or new behavior.
Change-Id: I7f63613c71c8a4eee80ad5d6332810dc9b5b361c
Signed-off-by: Joey Armstrong <jarmstrong@linuxfoundation.org>
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
diff --git a/internal/pkg/util/envutils/envutils.go b/internal/pkg/util/envutils/envutils.go
index ba70d5e..10a3219 100644
--- a/internal/pkg/util/envutils/envutils.go
+++ b/internal/pkg/util/envutils/envutils.go
@@ -1,18 +1,21 @@
-/*
-
-
-* Copyright 2022-present Open Networking Foundation
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
+/* -----------------------------------------------------------------------
+ * Copyright 2022-2024 Open Networking Foundation Contributors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * -----------------------------------------------------------------------
+ * SPDX-FileCopyrightText: 2022-2024 Open Networking Foundation Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ * -----------------------------------------------------------------------
*/
// Package envutils provides the env parsing utility functions