From 3431764784e5f999d67abdab57de6f27ba392a02 Mon Sep 17 00:00:00 2001 From: Gaurav Kumar Date: Tue, 25 Feb 2025 09:23:37 +0530 Subject: [PATCH] updated to Copyright 2025 from Copyright 2023 --- controllers/pkg/giteaclient/giteaclient_test.go | 2 +- controllers/pkg/giteaclient/mock_GiteaClient.go | 2 +- controllers/pkg/mocks/external/client/mock_Client.go | 2 +- controllers/pkg/mocks/external/reader/mock_Reader.go | 2 +- controllers/pkg/reconcilers/spire-bootstrap/reconciler_test.go | 2 +- krm-functions/configinject-fn/Makefile | 2 +- krm-functions/dnn-fn/Makefile | 2 +- krm-functions/gen-configmap-fn/Makefile | 2 +- krm-functions/gen-configmap-fn/main.go | 2 +- krm-functions/gen-kustomize-res/Makefile | 2 +- krm-functions/interface-fn/Makefile | 2 +- krm-functions/ipam-fn/Makefile | 2 +- krm-functions/lib/Makefile | 2 +- krm-functions/nad-fn/Makefile | 2 +- krm-functions/nad-fn/main.go | 2 +- krm-functions/nfdeploy-fn/Makefile | 2 +- krm-functions/nfdeploy-fn/main.go | 2 +- krm-functions/pipeline-tests/Makefile | 2 +- krm-functions/ueransim-deploy-fn/Makefile | 2 +- krm-functions/vlan-fn/Makefile | 2 +- operators/focom-operator/Makefile | 2 +- operators/nephio-controller-manager/Dockerfile | 2 +- operators/nephio-controller-manager/Makefile | 2 +- operators/o2ims-operator/tests/create-cluster.sh | 2 +- testing/mockeryutils/Makefile | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/controllers/pkg/giteaclient/giteaclient_test.go b/controllers/pkg/giteaclient/giteaclient_test.go index c9bc38ca..883214a9 100644 --- a/controllers/pkg/giteaclient/giteaclient_test.go +++ b/controllers/pkg/giteaclient/giteaclient_test.go @@ -1,5 +1,5 @@ /* - Copyright 2023 The Nephio Authors. + Copyright 2025 The Nephio Authors. Licensed under the Apache License, Version 2.0 (the "License"); You may not use this file except in compliance with the License. diff --git a/controllers/pkg/giteaclient/mock_GiteaClient.go b/controllers/pkg/giteaclient/mock_GiteaClient.go index a96809dd..c29b7db3 100644 --- a/controllers/pkg/giteaclient/mock_GiteaClient.go +++ b/controllers/pkg/giteaclient/mock_GiteaClient.go @@ -1,5 +1,5 @@ /* - Copyright 2023 The Nephio Authors. + Copyright 2025 The Nephio Authors. Licensed under the Apache License, Version 2.0 (the "License"); You may not use this file except in compliance with the License. diff --git a/controllers/pkg/mocks/external/client/mock_Client.go b/controllers/pkg/mocks/external/client/mock_Client.go index a79bd5b8..c08a0a86 100644 --- a/controllers/pkg/mocks/external/client/mock_Client.go +++ b/controllers/pkg/mocks/external/client/mock_Client.go @@ -1,5 +1,5 @@ /* - Copyright 2023 The Nephio Authors. + Copyright 2025 The Nephio Authors. Licensed under the Apache License, Version 2.0 (the "License"); You may not use this file except in compliance with the License. diff --git a/controllers/pkg/mocks/external/reader/mock_Reader.go b/controllers/pkg/mocks/external/reader/mock_Reader.go index 749e4038..04c078ea 100644 --- a/controllers/pkg/mocks/external/reader/mock_Reader.go +++ b/controllers/pkg/mocks/external/reader/mock_Reader.go @@ -1,5 +1,5 @@ /* - Copyright 2023 The Nephio Authors. + Copyright 2025 The Nephio Authors. Licensed under the Apache License, Version 2.0 (the "License"); You may not use this file except in compliance with the License. diff --git a/controllers/pkg/reconcilers/spire-bootstrap/reconciler_test.go b/controllers/pkg/reconcilers/spire-bootstrap/reconciler_test.go index 3d8f8aa3..1c36c676 100644 --- a/controllers/pkg/reconcilers/spire-bootstrap/reconciler_test.go +++ b/controllers/pkg/reconcilers/spire-bootstrap/reconciler_test.go @@ -1,5 +1,5 @@ /* - Copyright 2023 The Nephio Authors. + Copyright 2025 The Nephio Authors. Licensed under the Apache License, Version 2.0 (the "License"); You may not use this file except in compliance with the License. diff --git a/krm-functions/configinject-fn/Makefile b/krm-functions/configinject-fn/Makefile index 51370075..98a61aa7 100644 --- a/krm-functions/configinject-fn/Makefile +++ b/krm-functions/configinject-fn/Makefile @@ -1,4 +1,4 @@ -# Copyright 2023 The Nephio Authors. +# Copyright 2025 The Nephio Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/krm-functions/dnn-fn/Makefile b/krm-functions/dnn-fn/Makefile index db2f51a9..ee06a7b0 100644 --- a/krm-functions/dnn-fn/Makefile +++ b/krm-functions/dnn-fn/Makefile @@ -1,4 +1,4 @@ -# Copyright 2023 The Nephio Authors. +# Copyright 2025 The Nephio Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/krm-functions/gen-configmap-fn/Makefile b/krm-functions/gen-configmap-fn/Makefile index 12ffe2a7..a6f68abc 100644 --- a/krm-functions/gen-configmap-fn/Makefile +++ b/krm-functions/gen-configmap-fn/Makefile @@ -1,4 +1,4 @@ -# Copyright 2023 The Nephio Authors. +# Copyright 2025 The Nephio Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/krm-functions/gen-configmap-fn/main.go b/krm-functions/gen-configmap-fn/main.go index 242dccb7..8e92471d 100644 --- a/krm-functions/gen-configmap-fn/main.go +++ b/krm-functions/gen-configmap-fn/main.go @@ -1,5 +1,5 @@ /* - Copyright 2023 The Nephio Authors. + Copyright 2025 The Nephio Authors. Licensed under the Apache License, Version 2.0 (the "License"); You may not use this file except in compliance with the License. diff --git a/krm-functions/gen-kustomize-res/Makefile b/krm-functions/gen-kustomize-res/Makefile index a0c12bad..caa3f827 100644 --- a/krm-functions/gen-kustomize-res/Makefile +++ b/krm-functions/gen-kustomize-res/Makefile @@ -1,4 +1,4 @@ -# Copyright 2023 The Nephio Authors. +# Copyright 2025 The Nephio Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/krm-functions/interface-fn/Makefile b/krm-functions/interface-fn/Makefile index 37498018..cd84077b 100644 --- a/krm-functions/interface-fn/Makefile +++ b/krm-functions/interface-fn/Makefile @@ -1,4 +1,4 @@ -# Copyright 2023 The Nephio Authors. +# Copyright 2025 The Nephio Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/krm-functions/ipam-fn/Makefile b/krm-functions/ipam-fn/Makefile index 3c30eb69..c7ca7deb 100644 --- a/krm-functions/ipam-fn/Makefile +++ b/krm-functions/ipam-fn/Makefile @@ -1,4 +1,4 @@ -# Copyright 2023 The Nephio Authors. +# Copyright 2025 The Nephio Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/krm-functions/lib/Makefile b/krm-functions/lib/Makefile index 95ccd5ff..d72d4306 100644 --- a/krm-functions/lib/Makefile +++ b/krm-functions/lib/Makefile @@ -1,4 +1,4 @@ -# Copyright 2023 The Nephio Authors. +# Copyright 2025 The Nephio Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/krm-functions/nad-fn/Makefile b/krm-functions/nad-fn/Makefile index 2cbcc898..497a3d2b 100644 --- a/krm-functions/nad-fn/Makefile +++ b/krm-functions/nad-fn/Makefile @@ -1,4 +1,4 @@ -# Copyright 2023 The Nephio Authors. +# Copyright 2025 The Nephio Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/krm-functions/nad-fn/main.go b/krm-functions/nad-fn/main.go index d8e27da8..36569dfd 100644 --- a/krm-functions/nad-fn/main.go +++ b/krm-functions/nad-fn/main.go @@ -1,5 +1,5 @@ /* - Copyright 2023 The Nephio Authors. + Copyright 2025 The Nephio Authors. Licensed under the Apache License, Version 2.0 (the "License"); You may not use this file except in compliance with the License. diff --git a/krm-functions/nfdeploy-fn/Makefile b/krm-functions/nfdeploy-fn/Makefile index fe2e5c26..ca1fc0d3 100644 --- a/krm-functions/nfdeploy-fn/Makefile +++ b/krm-functions/nfdeploy-fn/Makefile @@ -1,4 +1,4 @@ -# Copyright 2023 The Nephio Authors. +# Copyright 2025 The Nephio Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/krm-functions/nfdeploy-fn/main.go b/krm-functions/nfdeploy-fn/main.go index 7841bb40..3f6a907c 100644 --- a/krm-functions/nfdeploy-fn/main.go +++ b/krm-functions/nfdeploy-fn/main.go @@ -1,5 +1,5 @@ /* - Copyright 2023 The Nephio Authors. + Copyright 2025 The Nephio Authors. Licensed under the Apache License, Version 2.0 (the "License"); You may not use this file except in compliance with the License. diff --git a/krm-functions/pipeline-tests/Makefile b/krm-functions/pipeline-tests/Makefile index 95ccd5ff..d72d4306 100644 --- a/krm-functions/pipeline-tests/Makefile +++ b/krm-functions/pipeline-tests/Makefile @@ -1,4 +1,4 @@ -# Copyright 2023 The Nephio Authors. +# Copyright 2025 The Nephio Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/krm-functions/ueransim-deploy-fn/Makefile b/krm-functions/ueransim-deploy-fn/Makefile index a1ec13fb..46f50b21 100644 --- a/krm-functions/ueransim-deploy-fn/Makefile +++ b/krm-functions/ueransim-deploy-fn/Makefile @@ -1,4 +1,4 @@ -# Copyright 2023 The Nephio Authors. +# Copyright 2025 The Nephio Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/krm-functions/vlan-fn/Makefile b/krm-functions/vlan-fn/Makefile index 5f21f986..5f1711e6 100644 --- a/krm-functions/vlan-fn/Makefile +++ b/krm-functions/vlan-fn/Makefile @@ -1,4 +1,4 @@ -# Copyright 2023 The Nephio Authors. +# Copyright 2025 The Nephio Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/operators/focom-operator/Makefile b/operators/focom-operator/Makefile index cd3c70a7..1ccd32a7 100644 --- a/operators/focom-operator/Makefile +++ b/operators/focom-operator/Makefile @@ -1,4 +1,4 @@ -# Copyright 2023 The Nephio Authors. +# Copyright 2025 The Nephio Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/operators/nephio-controller-manager/Dockerfile b/operators/nephio-controller-manager/Dockerfile index 342a409d..b650db7c 100644 --- a/operators/nephio-controller-manager/Dockerfile +++ b/operators/nephio-controller-manager/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2023 The Nephio Authors. +# Copyright 2025 The Nephio Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/operators/nephio-controller-manager/Makefile b/operators/nephio-controller-manager/Makefile index cc631b4e..331ea733 100644 --- a/operators/nephio-controller-manager/Makefile +++ b/operators/nephio-controller-manager/Makefile @@ -1,4 +1,4 @@ -# Copyright 2023 The Nephio Authors. +# Copyright 2025 The Nephio Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/operators/o2ims-operator/tests/create-cluster.sh b/operators/o2ims-operator/tests/create-cluster.sh index cc15d22c..74072c2c 100755 --- a/operators/o2ims-operator/tests/create-cluster.sh +++ b/operators/o2ims-operator/tests/create-cluster.sh @@ -1,4 +1,4 @@ -# Copyright 2023 The Nephio Authors. +# Copyright 2025 The Nephio Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/testing/mockeryutils/Makefile b/testing/mockeryutils/Makefile index 4506b42f..9fc7aa04 100644 --- a/testing/mockeryutils/Makefile +++ b/testing/mockeryutils/Makefile @@ -1,4 +1,4 @@ -# Copyright 2023 The Nephio Authors. +# Copyright 2025 The Nephio Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.