From 41944cd4074d0c1cff496b47cf7045872b2780bb Mon Sep 17 00:00:00 2001 From: Etai Lev Ran Date: Sun, 19 May 2024 15:30:14 +0300 Subject: [PATCH] copyright: update all copyright lines and remove year (#592) * remove copyright years from text * add copyright years to license --------- Signed-off-by: Etai Lev Ran --- .devcontainer/dev/post-create.sh | 2 +- .devcontainer/website/post-create.sh | 2 +- .licenserc.yaml | 3 +- LICENSE | 41 +++++++------------ cmd/cl-controlplane/app/server.go | 2 +- cmd/cl-controlplane/cl-controlplane.go | 2 +- cmd/cl-dataplane/app/envoy.go | 2 +- cmd/cl-dataplane/app/envoyconf.go | 2 +- cmd/cl-dataplane/app/server.go | 2 +- cmd/cl-dataplane/cl-dataplane.go | 2 +- cmd/cl-go-dataplane/app/server.go | 2 +- cmd/cl-go-dataplane/cl-go-dataplane.go | 2 +- cmd/cl-operator/main.go | 2 +- cmd/clusterlink/cl-adm.go | 2 +- cmd/clusterlink/cmd/cmd.go | 2 +- cmd/clusterlink/cmd/create/create.go | 2 +- cmd/clusterlink/cmd/create/create_fabric.go | 2 +- cmd/clusterlink/cmd/create/create_peer.go | 2 +- cmd/clusterlink/cmd/delete/delete.go | 2 +- cmd/clusterlink/cmd/delete/delete_peer.go | 2 +- cmd/clusterlink/cmd/deploy/deploy.go | 2 +- cmd/clusterlink/cmd/deploy/deploy_peer.go | 2 +- cmd/clusterlink/config/config.go | 2 +- cmd/gwctl/config/config.go | 2 +- cmd/gwctl/main.go | 2 +- cmd/gwctl/subcommand/config.go | 2 +- cmd/gwctl/subcommand/export.go | 2 +- cmd/gwctl/subcommand/gwctl.go | 2 +- cmd/gwctl/subcommand/import.go | 2 +- cmd/gwctl/subcommand/metrics.go | 2 +- cmd/gwctl/subcommand/peer.go | 2 +- cmd/gwctl/subcommand/policy.go | 2 +- cmd/util/util.go | 2 +- config/config.go | 2 +- demos/bookinfo/cloud/apply_lb.py | 2 +- demos/bookinfo/cloud/gw_failover.py | 2 +- demos/bookinfo/cloud/test.py | 2 +- demos/bookinfo/kind/apply_lb.py | 2 +- demos/bookinfo/kind/gw_failover.py | 2 +- demos/bookinfo/kind/test.py | 2 +- demos/bookinfo/test.py | 2 +- demos/iperf3/cloud/test.py | 2 +- demos/iperf3/kind/iperf3_client_start.py | 2 +- demos/iperf3/kind/test.py | 2 +- demos/iperf3/test.py | 2 +- demos/qotd/kind/test.py | 2 +- demos/speedtest/kind/apply_policy.py | 2 +- demos/speedtest/kind/service_import.py | 2 +- demos/speedtest/kind/test.py | 2 +- demos/utils/__init__.py | 2 +- demos/utils/cloud.py | 2 +- demos/utils/clusterlink.py | 2 +- demos/utils/common.py | 2 +- demos/utils/k8s.py | 2 +- demos/utils/kind.py | 2 +- .../kind/flannel/create_cni_bridge.py | 2 +- hack/boilerplate.go.txt | 2 +- .../clusterlink.net/v1alpha1/accesspolicy.go | 2 +- .../v1alpha1/accesspolicy_test.go | 2 +- pkg/apis/clusterlink.net/v1alpha1/export.go | 2 +- .../v1alpha1/groupversion_info.go | 2 +- pkg/apis/clusterlink.net/v1alpha1/import.go | 2 +- .../v1alpha1/instance_types.go | 2 +- pkg/apis/clusterlink.net/v1alpha1/peer.go | 2 +- .../v1alpha1/zz_generated.deepcopy.go | 2 +- pkg/bootstrap/cert.go | 2 +- pkg/bootstrap/crypt.go | 2 +- pkg/bootstrap/platform/config.go | 2 +- pkg/bootstrap/platform/k8s.go | 2 +- pkg/client/client.go | 2 +- pkg/controlplane/api/authz.go | 2 +- pkg/controlplane/api/heartbeat.go | 2 +- pkg/controlplane/api/servername.go | 2 +- pkg/controlplane/api/xds.go | 2 +- .../authz/connectivitypdp/accesspolicy.go | 2 +- .../authz/connectivitypdp/connectivity_pdp.go | 2 +- .../connectivitypdp/connectivity_pdp_test.go | 2 +- pkg/controlplane/authz/controllers.go | 2 +- pkg/controlplane/authz/loadbalancer.go | 2 +- pkg/controlplane/authz/manager.go | 2 +- pkg/controlplane/authz/server.go | 2 +- pkg/controlplane/control/controllers.go | 2 +- pkg/controlplane/control/manager.go | 2 +- pkg/controlplane/control/peer.go | 2 +- pkg/controlplane/control/port.go | 2 +- pkg/controlplane/eventmanager/events.go | 2 +- pkg/controlplane/peer/client.go | 2 +- pkg/controlplane/rest/accesspolicy.go | 2 +- pkg/controlplane/rest/export.go | 2 +- pkg/controlplane/rest/import.go | 2 +- pkg/controlplane/rest/manager.go | 2 +- pkg/controlplane/rest/peer.go | 2 +- pkg/controlplane/rest/server.go | 2 +- pkg/controlplane/store/accesspolicies.go | 2 +- pkg/controlplane/store/exports.go | 2 +- pkg/controlplane/store/imports.go | 2 +- pkg/controlplane/store/peers.go | 2 +- pkg/controlplane/store/types.go | 2 +- pkg/controlplane/xds/controllers.go | 2 +- pkg/controlplane/xds/manager.go | 2 +- pkg/controlplane/xds/server.go | 2 +- pkg/dataplane/api/servername.go | 2 +- pkg/dataplane/client/fetcher.go | 2 +- pkg/dataplane/client/xds.go | 2 +- pkg/dataplane/server/dataplane.go | 2 +- pkg/dataplane/server/forwarder.go | 2 +- pkg/dataplane/server/listener.go | 2 +- pkg/dataplane/server/server.go | 2 +- pkg/k8s/kubernetes/kube.go | 2 +- pkg/k8s/kubernetes/kubeinformer.go | 2 +- pkg/metrics/metrics.go | 2 +- .../controller/instance_controller.go | 2 +- .../controller/instance_controller_test.go | 2 +- pkg/store/kv/bolt/store.go | 2 +- pkg/store/kv/manager.go | 2 +- pkg/store/kv/store.go | 2 +- pkg/store/kv/types.go | 2 +- pkg/store/types.go | 2 +- pkg/util/controller/controller.go | 2 +- pkg/util/controller/manager.go | 2 +- pkg/util/grpc/server.go | 2 +- pkg/util/http/server.go | 2 +- pkg/util/jsonapi/client.go | 2 +- pkg/util/log/util.go | 2 +- pkg/util/net/util.go | 2 +- pkg/util/rest/client.go | 2 +- pkg/util/rest/server.go | 2 +- pkg/util/runnable/manager.go | 2 +- pkg/util/sniproxy/server.go | 2 +- pkg/util/tcp/listener.go | 2 +- pkg/util/tls/util.go | 2 +- pkg/versioninfo/variables.go | 2 +- pkg/versioninfo/version.go | 2 +- tests/e2e/k8s/k8s_test.go | 2 +- tests/e2e/k8s/services/errors.go | 2 +- tests/e2e/k8s/services/httpecho/client.go | 2 +- tests/e2e/k8s/services/httpecho/server.go | 2 +- tests/e2e/k8s/services/iperf3/client.go | 2 +- tests/e2e/k8s/services/iperf3/server.go | 2 +- tests/e2e/k8s/suite.go | 2 +- tests/e2e/k8s/test_basic.go | 2 +- tests/e2e/k8s/test_export.go | 2 +- tests/e2e/k8s/test_import.go | 2 +- tests/e2e/k8s/test_loadbalancing.go | 2 +- tests/e2e/k8s/test_operator.go | 2 +- tests/e2e/k8s/test_peer.go | 2 +- tests/e2e/k8s/test_performance.go | 2 +- tests/e2e/k8s/test_policy.go | 2 +- tests/e2e/k8s/util/async.go | 2 +- tests/e2e/k8s/util/clusterlink.go | 2 +- tests/e2e/k8s/util/fabric.go | 2 +- tests/e2e/k8s/util/k8s_yaml.go | 2 +- tests/e2e/k8s/util/kind.go | 2 +- tests/e2e/k8s/util/policies.go | 2 +- tests/k8s.sh | 2 +- 155 files changed, 168 insertions(+), 182 deletions(-) diff --git a/.devcontainer/dev/post-create.sh b/.devcontainer/dev/post-create.sh index 2ef5f6a5..7d2b70dc 100755 --- a/.devcontainer/dev/post-create.sh +++ b/.devcontainer/dev/post-create.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/.devcontainer/website/post-create.sh b/.devcontainer/website/post-create.sh index 8894228c..9a88a575 100755 --- a/.devcontainer/website/post-create.sh +++ b/.devcontainer/website/post-create.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/.licenserc.yaml b/.licenserc.yaml index 7572e624..f296a5e4 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -2,10 +2,9 @@ header: license: spdx-id: Apache-2.0 copyright-owner: Apache Software Foundation - copyright-year: "2023" software-name: ClusterLink content: | - Copyright 2023 The ClusterLink Authors. + Copyright (c) The ClusterLink Authors. 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 diff --git a/LICENSE b/LICENSE index 261eeb9e..6c2f3ad9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,17 @@ +Copyright 2022-present The ClusterLink Authors. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use these files 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. + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -172,30 +186,3 @@ defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - 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. diff --git a/cmd/cl-controlplane/app/server.go b/cmd/cl-controlplane/app/server.go index 9f6793df..d20af45a 100644 --- a/cmd/cl-controlplane/app/server.go +++ b/cmd/cl-controlplane/app/server.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/cl-controlplane/cl-controlplane.go b/cmd/cl-controlplane/cl-controlplane.go index 2c1855d9..ab5d6d47 100644 --- a/cmd/cl-controlplane/cl-controlplane.go +++ b/cmd/cl-controlplane/cl-controlplane.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/cl-dataplane/app/envoy.go b/cmd/cl-dataplane/app/envoy.go index 421fc61a..6944c6af 100644 --- a/cmd/cl-dataplane/app/envoy.go +++ b/cmd/cl-dataplane/app/envoy.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/cl-dataplane/app/envoyconf.go b/cmd/cl-dataplane/app/envoyconf.go index a0b23d83..417c0d56 100644 --- a/cmd/cl-dataplane/app/envoyconf.go +++ b/cmd/cl-dataplane/app/envoyconf.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/cl-dataplane/app/server.go b/cmd/cl-dataplane/app/server.go index e4559a33..1477ab76 100644 --- a/cmd/cl-dataplane/app/server.go +++ b/cmd/cl-dataplane/app/server.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/cl-dataplane/cl-dataplane.go b/cmd/cl-dataplane/cl-dataplane.go index ea73d253..536eca94 100644 --- a/cmd/cl-dataplane/cl-dataplane.go +++ b/cmd/cl-dataplane/cl-dataplane.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/cl-go-dataplane/app/server.go b/cmd/cl-go-dataplane/app/server.go index 21da55de..76336101 100644 --- a/cmd/cl-go-dataplane/app/server.go +++ b/cmd/cl-go-dataplane/app/server.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/cl-go-dataplane/cl-go-dataplane.go b/cmd/cl-go-dataplane/cl-go-dataplane.go index 120ec9f4..cc8e078c 100644 --- a/cmd/cl-go-dataplane/cl-go-dataplane.go +++ b/cmd/cl-go-dataplane/cl-go-dataplane.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/cl-operator/main.go b/cmd/cl-operator/main.go index 7660940a..e581c904 100644 --- a/cmd/cl-operator/main.go +++ b/cmd/cl-operator/main.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/clusterlink/cl-adm.go b/cmd/clusterlink/cl-adm.go index 2e619098..934fd705 100644 --- a/cmd/clusterlink/cl-adm.go +++ b/cmd/clusterlink/cl-adm.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/clusterlink/cmd/cmd.go b/cmd/clusterlink/cmd/cmd.go index c756f30b..d9425e15 100644 --- a/cmd/clusterlink/cmd/cmd.go +++ b/cmd/clusterlink/cmd/cmd.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/clusterlink/cmd/create/create.go b/cmd/clusterlink/cmd/create/create.go index 851b0af4..eb51c315 100644 --- a/cmd/clusterlink/cmd/create/create.go +++ b/cmd/clusterlink/cmd/create/create.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/clusterlink/cmd/create/create_fabric.go b/cmd/clusterlink/cmd/create/create_fabric.go index 3965e95d..e58be0b7 100644 --- a/cmd/clusterlink/cmd/create/create_fabric.go +++ b/cmd/clusterlink/cmd/create/create_fabric.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/clusterlink/cmd/create/create_peer.go b/cmd/clusterlink/cmd/create/create_peer.go index a1addb95..d29a9e5f 100644 --- a/cmd/clusterlink/cmd/create/create_peer.go +++ b/cmd/clusterlink/cmd/create/create_peer.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/clusterlink/cmd/delete/delete.go b/cmd/clusterlink/cmd/delete/delete.go index 6707c44c..f4b295d9 100644 --- a/cmd/clusterlink/cmd/delete/delete.go +++ b/cmd/clusterlink/cmd/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/clusterlink/cmd/delete/delete_peer.go b/cmd/clusterlink/cmd/delete/delete_peer.go index e163ccdb..05010b7e 100644 --- a/cmd/clusterlink/cmd/delete/delete_peer.go +++ b/cmd/clusterlink/cmd/delete/delete_peer.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/clusterlink/cmd/deploy/deploy.go b/cmd/clusterlink/cmd/deploy/deploy.go index dfe312f1..0644d90c 100644 --- a/cmd/clusterlink/cmd/deploy/deploy.go +++ b/cmd/clusterlink/cmd/deploy/deploy.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/clusterlink/cmd/deploy/deploy_peer.go b/cmd/clusterlink/cmd/deploy/deploy_peer.go index ff100c85..50a3fee0 100644 --- a/cmd/clusterlink/cmd/deploy/deploy_peer.go +++ b/cmd/clusterlink/cmd/deploy/deploy_peer.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/clusterlink/config/config.go b/cmd/clusterlink/config/config.go index 0de4e9bc..46cd07a6 100644 --- a/cmd/clusterlink/config/config.go +++ b/cmd/clusterlink/config/config.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/gwctl/config/config.go b/cmd/gwctl/config/config.go index 98af141b..8c16c51e 100644 --- a/cmd/gwctl/config/config.go +++ b/cmd/gwctl/config/config.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/gwctl/main.go b/cmd/gwctl/main.go index a520301a..575e9e94 100644 --- a/cmd/gwctl/main.go +++ b/cmd/gwctl/main.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/gwctl/subcommand/config.go b/cmd/gwctl/subcommand/config.go index 49e6c417..87505e65 100644 --- a/cmd/gwctl/subcommand/config.go +++ b/cmd/gwctl/subcommand/config.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/gwctl/subcommand/export.go b/cmd/gwctl/subcommand/export.go index a8623f90..d328f12c 100644 --- a/cmd/gwctl/subcommand/export.go +++ b/cmd/gwctl/subcommand/export.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/gwctl/subcommand/gwctl.go b/cmd/gwctl/subcommand/gwctl.go index 2a93c05f..c5851825 100644 --- a/cmd/gwctl/subcommand/gwctl.go +++ b/cmd/gwctl/subcommand/gwctl.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/gwctl/subcommand/import.go b/cmd/gwctl/subcommand/import.go index 1ccfd634..dfde1f67 100644 --- a/cmd/gwctl/subcommand/import.go +++ b/cmd/gwctl/subcommand/import.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/gwctl/subcommand/metrics.go b/cmd/gwctl/subcommand/metrics.go index 509e4415..70d5b793 100644 --- a/cmd/gwctl/subcommand/metrics.go +++ b/cmd/gwctl/subcommand/metrics.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/gwctl/subcommand/peer.go b/cmd/gwctl/subcommand/peer.go index 4cc087df..b1dcfbed 100644 --- a/cmd/gwctl/subcommand/peer.go +++ b/cmd/gwctl/subcommand/peer.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/gwctl/subcommand/policy.go b/cmd/gwctl/subcommand/policy.go index 96b6bd66..e8ce7eba 100644 --- a/cmd/gwctl/subcommand/policy.go +++ b/cmd/gwctl/subcommand/policy.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/cmd/util/util.go b/cmd/util/util.go index f8546ca8..91b8e687 100644 --- a/cmd/util/util.go +++ b/cmd/util/util.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/config/config.go b/config/config.go index 921ca7f7..da5b9208 100644 --- a/config/config.go +++ b/config/config.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/demos/bookinfo/cloud/apply_lb.py b/demos/bookinfo/cloud/apply_lb.py index d73d9015..5d8131a5 100755 --- a/demos/bookinfo/cloud/apply_lb.py +++ b/demos/bookinfo/cloud/apply_lb.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/demos/bookinfo/cloud/gw_failover.py b/demos/bookinfo/cloud/gw_failover.py index 87ceec85..623d9485 100755 --- a/demos/bookinfo/cloud/gw_failover.py +++ b/demos/bookinfo/cloud/gw_failover.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/demos/bookinfo/cloud/test.py b/demos/bookinfo/cloud/test.py index 2648c7a9..9569441c 100755 --- a/demos/bookinfo/cloud/test.py +++ b/demos/bookinfo/cloud/test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/demos/bookinfo/kind/apply_lb.py b/demos/bookinfo/kind/apply_lb.py index d078436f..11c01dbe 100755 --- a/demos/bookinfo/kind/apply_lb.py +++ b/demos/bookinfo/kind/apply_lb.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/demos/bookinfo/kind/gw_failover.py b/demos/bookinfo/kind/gw_failover.py index f2d6b032..17fd9a21 100755 --- a/demos/bookinfo/kind/gw_failover.py +++ b/demos/bookinfo/kind/gw_failover.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/demos/bookinfo/kind/test.py b/demos/bookinfo/kind/test.py index c4b01567..507f09fe 100755 --- a/demos/bookinfo/kind/test.py +++ b/demos/bookinfo/kind/test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/demos/bookinfo/test.py b/demos/bookinfo/test.py index 68c28c02..69f16d88 100644 --- a/demos/bookinfo/test.py +++ b/demos/bookinfo/test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/demos/iperf3/cloud/test.py b/demos/iperf3/cloud/test.py index 1687bd15..c9dcef56 100755 --- a/demos/iperf3/cloud/test.py +++ b/demos/iperf3/cloud/test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/demos/iperf3/kind/iperf3_client_start.py b/demos/iperf3/kind/iperf3_client_start.py index 6e7b59ff..e924af1e 100755 --- a/demos/iperf3/kind/iperf3_client_start.py +++ b/demos/iperf3/kind/iperf3_client_start.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/demos/iperf3/kind/test.py b/demos/iperf3/kind/test.py index 5754f66f..e5736199 100755 --- a/demos/iperf3/kind/test.py +++ b/demos/iperf3/kind/test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/demos/iperf3/test.py b/demos/iperf3/test.py index 3fd07af4..0ce6b103 100644 --- a/demos/iperf3/test.py +++ b/demos/iperf3/test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/demos/qotd/kind/test.py b/demos/qotd/kind/test.py index 07f28d0f..5a32a44b 100755 --- a/demos/qotd/kind/test.py +++ b/demos/qotd/kind/test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/demos/speedtest/kind/apply_policy.py b/demos/speedtest/kind/apply_policy.py index 0130f9df..8f8d6593 100755 --- a/demos/speedtest/kind/apply_policy.py +++ b/demos/speedtest/kind/apply_policy.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/demos/speedtest/kind/service_import.py b/demos/speedtest/kind/service_import.py index 0745fcc7..92bde555 100755 --- a/demos/speedtest/kind/service_import.py +++ b/demos/speedtest/kind/service_import.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/demos/speedtest/kind/test.py b/demos/speedtest/kind/test.py index d1c6d87f..16414dc6 100755 --- a/demos/speedtest/kind/test.py +++ b/demos/speedtest/kind/test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/demos/utils/__init__.py b/demos/utils/__init__.py index 40143186..a51a17d6 100644 --- a/demos/utils/__init__.py +++ b/demos/utils/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/demos/utils/cloud.py b/demos/utils/cloud.py index 381acf1c..01e4b1f1 100644 --- a/demos/utils/cloud.py +++ b/demos/utils/cloud.py @@ -1,5 +1,5 @@ -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/demos/utils/clusterlink.py b/demos/utils/clusterlink.py index 095231cc..b8ec9600 100644 --- a/demos/utils/clusterlink.py +++ b/demos/utils/clusterlink.py @@ -1,4 +1,4 @@ -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/demos/utils/common.py b/demos/utils/common.py index 9322d63c..bfeaa1f2 100644 --- a/demos/utils/common.py +++ b/demos/utils/common.py @@ -1,4 +1,4 @@ -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/demos/utils/k8s.py b/demos/utils/k8s.py index 4baf693c..66a7e5d9 100644 --- a/demos/utils/k8s.py +++ b/demos/utils/k8s.py @@ -1,5 +1,5 @@ -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/demos/utils/kind.py b/demos/utils/kind.py index 13709a4c..1c9bcf67 100644 --- a/demos/utils/kind.py +++ b/demos/utils/kind.py @@ -1,4 +1,4 @@ -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/demos/utils/manifests/kind/flannel/create_cni_bridge.py b/demos/utils/manifests/kind/flannel/create_cni_bridge.py index 709b1112..663eb3f8 100644 --- a/demos/utils/manifests/kind/flannel/create_cni_bridge.py +++ b/demos/utils/manifests/kind/flannel/create_cni_bridge.py @@ -1,4 +1,4 @@ -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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 diff --git a/hack/boilerplate.go.txt b/hack/boilerplate.go.txt index 7f6952f8..0990c0fd 100644 --- a/hack/boilerplate.go.txt +++ b/hack/boilerplate.go.txt @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/apis/clusterlink.net/v1alpha1/accesspolicy.go b/pkg/apis/clusterlink.net/v1alpha1/accesspolicy.go index 66c1935f..77ef77f7 100644 --- a/pkg/apis/clusterlink.net/v1alpha1/accesspolicy.go +++ b/pkg/apis/clusterlink.net/v1alpha1/accesspolicy.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/apis/clusterlink.net/v1alpha1/accesspolicy_test.go b/pkg/apis/clusterlink.net/v1alpha1/accesspolicy_test.go index 43bbd3dd..09802e73 100644 --- a/pkg/apis/clusterlink.net/v1alpha1/accesspolicy_test.go +++ b/pkg/apis/clusterlink.net/v1alpha1/accesspolicy_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/apis/clusterlink.net/v1alpha1/export.go b/pkg/apis/clusterlink.net/v1alpha1/export.go index 42c741d6..6f1871e3 100644 --- a/pkg/apis/clusterlink.net/v1alpha1/export.go +++ b/pkg/apis/clusterlink.net/v1alpha1/export.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/apis/clusterlink.net/v1alpha1/groupversion_info.go b/pkg/apis/clusterlink.net/v1alpha1/groupversion_info.go index 79ec8de8..72c13550 100644 --- a/pkg/apis/clusterlink.net/v1alpha1/groupversion_info.go +++ b/pkg/apis/clusterlink.net/v1alpha1/groupversion_info.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/apis/clusterlink.net/v1alpha1/import.go b/pkg/apis/clusterlink.net/v1alpha1/import.go index abd8e2dc..c4d628fc 100644 --- a/pkg/apis/clusterlink.net/v1alpha1/import.go +++ b/pkg/apis/clusterlink.net/v1alpha1/import.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/apis/clusterlink.net/v1alpha1/instance_types.go b/pkg/apis/clusterlink.net/v1alpha1/instance_types.go index 826efd8b..4889d035 100644 --- a/pkg/apis/clusterlink.net/v1alpha1/instance_types.go +++ b/pkg/apis/clusterlink.net/v1alpha1/instance_types.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/apis/clusterlink.net/v1alpha1/peer.go b/pkg/apis/clusterlink.net/v1alpha1/peer.go index 74df4900..263a1750 100644 --- a/pkg/apis/clusterlink.net/v1alpha1/peer.go +++ b/pkg/apis/clusterlink.net/v1alpha1/peer.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/apis/clusterlink.net/v1alpha1/zz_generated.deepcopy.go b/pkg/apis/clusterlink.net/v1alpha1/zz_generated.deepcopy.go index c82fb734..e98d8403 100644 --- a/pkg/apis/clusterlink.net/v1alpha1/zz_generated.deepcopy.go +++ b/pkg/apis/clusterlink.net/v1alpha1/zz_generated.deepcopy.go @@ -1,6 +1,6 @@ //go:build !ignore_autogenerated -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/bootstrap/cert.go b/pkg/bootstrap/cert.go index b60ea0a1..742f97eb 100644 --- a/pkg/bootstrap/cert.go +++ b/pkg/bootstrap/cert.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/bootstrap/crypt.go b/pkg/bootstrap/crypt.go index 90dbba64..202a8a54 100644 --- a/pkg/bootstrap/crypt.go +++ b/pkg/bootstrap/crypt.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/bootstrap/platform/config.go b/pkg/bootstrap/platform/config.go index 90a1336a..c226769b 100644 --- a/pkg/bootstrap/platform/config.go +++ b/pkg/bootstrap/platform/config.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/bootstrap/platform/k8s.go b/pkg/bootstrap/platform/k8s.go index 30e8cb80..8d2c1f0f 100644 --- a/pkg/bootstrap/platform/k8s.go +++ b/pkg/bootstrap/platform/k8s.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/client/client.go b/pkg/client/client.go index 0c175fca..60a4f388 100644 --- a/pkg/client/client.go +++ b/pkg/client/client.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/api/authz.go b/pkg/controlplane/api/authz.go index d8e9554a..ff5594d2 100644 --- a/pkg/controlplane/api/authz.go +++ b/pkg/controlplane/api/authz.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/api/heartbeat.go b/pkg/controlplane/api/heartbeat.go index 314fd8e2..976c7013 100644 --- a/pkg/controlplane/api/heartbeat.go +++ b/pkg/controlplane/api/heartbeat.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/api/servername.go b/pkg/controlplane/api/servername.go index 99d0d1d3..1c454cae 100644 --- a/pkg/controlplane/api/servername.go +++ b/pkg/controlplane/api/servername.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/api/xds.go b/pkg/controlplane/api/xds.go index d28c1dff..5825ac37 100644 --- a/pkg/controlplane/api/xds.go +++ b/pkg/controlplane/api/xds.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/authz/connectivitypdp/accesspolicy.go b/pkg/controlplane/authz/connectivitypdp/accesspolicy.go index b19147b1..94fdec07 100644 --- a/pkg/controlplane/authz/connectivitypdp/accesspolicy.go +++ b/pkg/controlplane/authz/connectivitypdp/accesspolicy.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/authz/connectivitypdp/connectivity_pdp.go b/pkg/controlplane/authz/connectivitypdp/connectivity_pdp.go index db944f06..111caad8 100644 --- a/pkg/controlplane/authz/connectivitypdp/connectivity_pdp.go +++ b/pkg/controlplane/authz/connectivitypdp/connectivity_pdp.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/authz/connectivitypdp/connectivity_pdp_test.go b/pkg/controlplane/authz/connectivitypdp/connectivity_pdp_test.go index 138c848c..4c8ffac7 100644 --- a/pkg/controlplane/authz/connectivitypdp/connectivity_pdp_test.go +++ b/pkg/controlplane/authz/connectivitypdp/connectivity_pdp_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/authz/controllers.go b/pkg/controlplane/authz/controllers.go index b5adfde1..280cae36 100644 --- a/pkg/controlplane/authz/controllers.go +++ b/pkg/controlplane/authz/controllers.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/authz/loadbalancer.go b/pkg/controlplane/authz/loadbalancer.go index bfec8018..1229aed5 100644 --- a/pkg/controlplane/authz/loadbalancer.go +++ b/pkg/controlplane/authz/loadbalancer.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/authz/manager.go b/pkg/controlplane/authz/manager.go index 93c3dee9..381b2be7 100644 --- a/pkg/controlplane/authz/manager.go +++ b/pkg/controlplane/authz/manager.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/authz/server.go b/pkg/controlplane/authz/server.go index 4891d62e..b91667f6 100644 --- a/pkg/controlplane/authz/server.go +++ b/pkg/controlplane/authz/server.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/control/controllers.go b/pkg/controlplane/control/controllers.go index c295ea2e..d544fcac 100644 --- a/pkg/controlplane/control/controllers.go +++ b/pkg/controlplane/control/controllers.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/control/manager.go b/pkg/controlplane/control/manager.go index cee8f4fb..22a69de4 100644 --- a/pkg/controlplane/control/manager.go +++ b/pkg/controlplane/control/manager.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/control/peer.go b/pkg/controlplane/control/peer.go index bb02c87f..da336ae5 100644 --- a/pkg/controlplane/control/peer.go +++ b/pkg/controlplane/control/peer.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/control/port.go b/pkg/controlplane/control/port.go index a4864880..c075a6d5 100644 --- a/pkg/controlplane/control/port.go +++ b/pkg/controlplane/control/port.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/eventmanager/events.go b/pkg/controlplane/eventmanager/events.go index 15e3a75a..b74e0c52 100644 --- a/pkg/controlplane/eventmanager/events.go +++ b/pkg/controlplane/eventmanager/events.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/peer/client.go b/pkg/controlplane/peer/client.go index f74dddbd..070bef82 100644 --- a/pkg/controlplane/peer/client.go +++ b/pkg/controlplane/peer/client.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/rest/accesspolicy.go b/pkg/controlplane/rest/accesspolicy.go index a301e2a2..6175a426 100644 --- a/pkg/controlplane/rest/accesspolicy.go +++ b/pkg/controlplane/rest/accesspolicy.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/rest/export.go b/pkg/controlplane/rest/export.go index 6c29dc75..f4d93702 100644 --- a/pkg/controlplane/rest/export.go +++ b/pkg/controlplane/rest/export.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/rest/import.go b/pkg/controlplane/rest/import.go index 5daf1ff9..d7832af0 100644 --- a/pkg/controlplane/rest/import.go +++ b/pkg/controlplane/rest/import.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/rest/manager.go b/pkg/controlplane/rest/manager.go index 0f8acd3f..d210e5e0 100644 --- a/pkg/controlplane/rest/manager.go +++ b/pkg/controlplane/rest/manager.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/rest/peer.go b/pkg/controlplane/rest/peer.go index 9a8a7166..7bce24c5 100644 --- a/pkg/controlplane/rest/peer.go +++ b/pkg/controlplane/rest/peer.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/rest/server.go b/pkg/controlplane/rest/server.go index 651dc6de..e2306f66 100644 --- a/pkg/controlplane/rest/server.go +++ b/pkg/controlplane/rest/server.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/store/accesspolicies.go b/pkg/controlplane/store/accesspolicies.go index 4e29b146..62338117 100644 --- a/pkg/controlplane/store/accesspolicies.go +++ b/pkg/controlplane/store/accesspolicies.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/store/exports.go b/pkg/controlplane/store/exports.go index 681b87e7..7abca5de 100644 --- a/pkg/controlplane/store/exports.go +++ b/pkg/controlplane/store/exports.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/store/imports.go b/pkg/controlplane/store/imports.go index a0a4967b..97c42ded 100644 --- a/pkg/controlplane/store/imports.go +++ b/pkg/controlplane/store/imports.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/store/peers.go b/pkg/controlplane/store/peers.go index 14d819be..57adc2e9 100644 --- a/pkg/controlplane/store/peers.go +++ b/pkg/controlplane/store/peers.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/store/types.go b/pkg/controlplane/store/types.go index d9babb9a..c12c8fd1 100644 --- a/pkg/controlplane/store/types.go +++ b/pkg/controlplane/store/types.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/xds/controllers.go b/pkg/controlplane/xds/controllers.go index 7c860557..03abcf56 100644 --- a/pkg/controlplane/xds/controllers.go +++ b/pkg/controlplane/xds/controllers.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/xds/manager.go b/pkg/controlplane/xds/manager.go index 65fdcbfd..e1147a5c 100644 --- a/pkg/controlplane/xds/manager.go +++ b/pkg/controlplane/xds/manager.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/controlplane/xds/server.go b/pkg/controlplane/xds/server.go index 72308814..5317da48 100644 --- a/pkg/controlplane/xds/server.go +++ b/pkg/controlplane/xds/server.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/dataplane/api/servername.go b/pkg/dataplane/api/servername.go index eaa6f66b..94354157 100644 --- a/pkg/dataplane/api/servername.go +++ b/pkg/dataplane/api/servername.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/dataplane/client/fetcher.go b/pkg/dataplane/client/fetcher.go index fb73c28e..6a721aed 100644 --- a/pkg/dataplane/client/fetcher.go +++ b/pkg/dataplane/client/fetcher.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/dataplane/client/xds.go b/pkg/dataplane/client/xds.go index fbb91edc..84c70e67 100644 --- a/pkg/dataplane/client/xds.go +++ b/pkg/dataplane/client/xds.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/dataplane/server/dataplane.go b/pkg/dataplane/server/dataplane.go index e8a53837..6d380fae 100644 --- a/pkg/dataplane/server/dataplane.go +++ b/pkg/dataplane/server/dataplane.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/dataplane/server/forwarder.go b/pkg/dataplane/server/forwarder.go index e30c24f6..39e89f25 100644 --- a/pkg/dataplane/server/forwarder.go +++ b/pkg/dataplane/server/forwarder.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/dataplane/server/listener.go b/pkg/dataplane/server/listener.go index f914f101..6865dde0 100644 --- a/pkg/dataplane/server/listener.go +++ b/pkg/dataplane/server/listener.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/dataplane/server/server.go b/pkg/dataplane/server/server.go index 1a091b2a..4b259b62 100644 --- a/pkg/dataplane/server/server.go +++ b/pkg/dataplane/server/server.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/k8s/kubernetes/kube.go b/pkg/k8s/kubernetes/kube.go index a4ae7775..9c0016c6 100644 --- a/pkg/k8s/kubernetes/kube.go +++ b/pkg/k8s/kubernetes/kube.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/k8s/kubernetes/kubeinformer.go b/pkg/k8s/kubernetes/kubeinformer.go index 513c59c3..abfb7c81 100644 --- a/pkg/k8s/kubernetes/kubeinformer.go +++ b/pkg/k8s/kubernetes/kubeinformer.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/metrics/metrics.go b/pkg/metrics/metrics.go index 38c8a052..4d98adec 100644 --- a/pkg/metrics/metrics.go +++ b/pkg/metrics/metrics.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/operator/controller/instance_controller.go b/pkg/operator/controller/instance_controller.go index 7434adf0..3629f342 100644 --- a/pkg/operator/controller/instance_controller.go +++ b/pkg/operator/controller/instance_controller.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/operator/controller/instance_controller_test.go b/pkg/operator/controller/instance_controller_test.go index 148afcb6..523219e5 100644 --- a/pkg/operator/controller/instance_controller_test.go +++ b/pkg/operator/controller/instance_controller_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/store/kv/bolt/store.go b/pkg/store/kv/bolt/store.go index 3c2e8570..3d976d1e 100644 --- a/pkg/store/kv/bolt/store.go +++ b/pkg/store/kv/bolt/store.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/store/kv/manager.go b/pkg/store/kv/manager.go index c7c9fb9d..cd94f012 100644 --- a/pkg/store/kv/manager.go +++ b/pkg/store/kv/manager.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/store/kv/store.go b/pkg/store/kv/store.go index 74a568ec..2034212a 100644 --- a/pkg/store/kv/store.go +++ b/pkg/store/kv/store.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/store/kv/types.go b/pkg/store/kv/types.go index bf5e2859..09729b2a 100644 --- a/pkg/store/kv/types.go +++ b/pkg/store/kv/types.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/store/types.go b/pkg/store/types.go index ce1c7288..c096a0a8 100644 --- a/pkg/store/types.go +++ b/pkg/store/types.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/util/controller/controller.go b/pkg/util/controller/controller.go index b2d5a4cf..8658bb4d 100644 --- a/pkg/util/controller/controller.go +++ b/pkg/util/controller/controller.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/util/controller/manager.go b/pkg/util/controller/manager.go index dd904274..5be6384e 100644 --- a/pkg/util/controller/manager.go +++ b/pkg/util/controller/manager.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/util/grpc/server.go b/pkg/util/grpc/server.go index 4a16f46b..1323b1a5 100644 --- a/pkg/util/grpc/server.go +++ b/pkg/util/grpc/server.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/util/http/server.go b/pkg/util/http/server.go index fed6cc0e..579118dc 100644 --- a/pkg/util/http/server.go +++ b/pkg/util/http/server.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/util/jsonapi/client.go b/pkg/util/jsonapi/client.go index 7e93fe4c..48612a39 100644 --- a/pkg/util/jsonapi/client.go +++ b/pkg/util/jsonapi/client.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/util/log/util.go b/pkg/util/log/util.go index d6f15235..a456ebac 100644 --- a/pkg/util/log/util.go +++ b/pkg/util/log/util.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/util/net/util.go b/pkg/util/net/util.go index 22bd8817..06a212df 100644 --- a/pkg/util/net/util.go +++ b/pkg/util/net/util.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/util/rest/client.go b/pkg/util/rest/client.go index 3f072637..3ecdb286 100644 --- a/pkg/util/rest/client.go +++ b/pkg/util/rest/client.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/util/rest/server.go b/pkg/util/rest/server.go index 012fa580..abf02b61 100644 --- a/pkg/util/rest/server.go +++ b/pkg/util/rest/server.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/util/runnable/manager.go b/pkg/util/runnable/manager.go index c71404db..433275c5 100644 --- a/pkg/util/runnable/manager.go +++ b/pkg/util/runnable/manager.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/util/sniproxy/server.go b/pkg/util/sniproxy/server.go index c2696281..01ed6ad4 100644 --- a/pkg/util/sniproxy/server.go +++ b/pkg/util/sniproxy/server.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/util/tcp/listener.go b/pkg/util/tcp/listener.go index 9c0a8476..7b91953c 100644 --- a/pkg/util/tcp/listener.go +++ b/pkg/util/tcp/listener.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/util/tls/util.go b/pkg/util/tls/util.go index ef519981..c39d8cc4 100644 --- a/pkg/util/tls/util.go +++ b/pkg/util/tls/util.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/versioninfo/variables.go b/pkg/versioninfo/variables.go index 0e0e583e..a97a7029 100644 --- a/pkg/versioninfo/variables.go +++ b/pkg/versioninfo/variables.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/pkg/versioninfo/version.go b/pkg/versioninfo/version.go index 9dbaf35b..27539b4c 100644 --- a/pkg/versioninfo/version.go +++ b/pkg/versioninfo/version.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/tests/e2e/k8s/k8s_test.go b/tests/e2e/k8s/k8s_test.go index b1aa5bb1..5efc31c5 100644 --- a/tests/e2e/k8s/k8s_test.go +++ b/tests/e2e/k8s/k8s_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/tests/e2e/k8s/services/errors.go b/tests/e2e/k8s/services/errors.go index c6f5c05d..07b95f36 100644 --- a/tests/e2e/k8s/services/errors.go +++ b/tests/e2e/k8s/services/errors.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/tests/e2e/k8s/services/httpecho/client.go b/tests/e2e/k8s/services/httpecho/client.go index 7669411e..5fcf777f 100644 --- a/tests/e2e/k8s/services/httpecho/client.go +++ b/tests/e2e/k8s/services/httpecho/client.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/tests/e2e/k8s/services/httpecho/server.go b/tests/e2e/k8s/services/httpecho/server.go index ef83b634..e3fca0a8 100644 --- a/tests/e2e/k8s/services/httpecho/server.go +++ b/tests/e2e/k8s/services/httpecho/server.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/tests/e2e/k8s/services/iperf3/client.go b/tests/e2e/k8s/services/iperf3/client.go index 357d50ec..0ed147aa 100644 --- a/tests/e2e/k8s/services/iperf3/client.go +++ b/tests/e2e/k8s/services/iperf3/client.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/tests/e2e/k8s/services/iperf3/server.go b/tests/e2e/k8s/services/iperf3/server.go index a7c574e5..6fc25355 100644 --- a/tests/e2e/k8s/services/iperf3/server.go +++ b/tests/e2e/k8s/services/iperf3/server.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/tests/e2e/k8s/suite.go b/tests/e2e/k8s/suite.go index f94e2d45..d9064d26 100644 --- a/tests/e2e/k8s/suite.go +++ b/tests/e2e/k8s/suite.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/tests/e2e/k8s/test_basic.go b/tests/e2e/k8s/test_basic.go index 30d6a579..946a28d1 100644 --- a/tests/e2e/k8s/test_basic.go +++ b/tests/e2e/k8s/test_basic.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/tests/e2e/k8s/test_export.go b/tests/e2e/k8s/test_export.go index 33880453..71dbb02a 100644 --- a/tests/e2e/k8s/test_export.go +++ b/tests/e2e/k8s/test_export.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/tests/e2e/k8s/test_import.go b/tests/e2e/k8s/test_import.go index 8d8205d7..244c49c3 100644 --- a/tests/e2e/k8s/test_import.go +++ b/tests/e2e/k8s/test_import.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/tests/e2e/k8s/test_loadbalancing.go b/tests/e2e/k8s/test_loadbalancing.go index 28d8bf22..96d2d296 100644 --- a/tests/e2e/k8s/test_loadbalancing.go +++ b/tests/e2e/k8s/test_loadbalancing.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/tests/e2e/k8s/test_operator.go b/tests/e2e/k8s/test_operator.go index 7d9aa7dd..f1125c7c 100644 --- a/tests/e2e/k8s/test_operator.go +++ b/tests/e2e/k8s/test_operator.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/tests/e2e/k8s/test_peer.go b/tests/e2e/k8s/test_peer.go index d526ecb1..94a24877 100644 --- a/tests/e2e/k8s/test_peer.go +++ b/tests/e2e/k8s/test_peer.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/tests/e2e/k8s/test_performance.go b/tests/e2e/k8s/test_performance.go index 283d3667..a7c8ee97 100644 --- a/tests/e2e/k8s/test_performance.go +++ b/tests/e2e/k8s/test_performance.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/tests/e2e/k8s/test_policy.go b/tests/e2e/k8s/test_policy.go index 17e29b97..f9b0429a 100644 --- a/tests/e2e/k8s/test_policy.go +++ b/tests/e2e/k8s/test_policy.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/tests/e2e/k8s/util/async.go b/tests/e2e/k8s/util/async.go index 2de5582b..45f48ef2 100644 --- a/tests/e2e/k8s/util/async.go +++ b/tests/e2e/k8s/util/async.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/tests/e2e/k8s/util/clusterlink.go b/tests/e2e/k8s/util/clusterlink.go index 50cd5430..fb5d3eac 100644 --- a/tests/e2e/k8s/util/clusterlink.go +++ b/tests/e2e/k8s/util/clusterlink.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/tests/e2e/k8s/util/fabric.go b/tests/e2e/k8s/util/fabric.go index 076544b6..de7c2978 100644 --- a/tests/e2e/k8s/util/fabric.go +++ b/tests/e2e/k8s/util/fabric.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/tests/e2e/k8s/util/k8s_yaml.go b/tests/e2e/k8s/util/k8s_yaml.go index ad3ab142..bc7b484a 100644 --- a/tests/e2e/k8s/util/k8s_yaml.go +++ b/tests/e2e/k8s/util/k8s_yaml.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/tests/e2e/k8s/util/kind.go b/tests/e2e/k8s/util/kind.go index b5ee0ab0..43fea25b 100644 --- a/tests/e2e/k8s/util/kind.go +++ b/tests/e2e/k8s/util/kind.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/tests/e2e/k8s/util/policies.go b/tests/e2e/k8s/util/policies.go index 9c2d08f0..d4b36ba4 100644 --- a/tests/e2e/k8s/util/policies.go +++ b/tests/e2e/k8s/util/policies.go @@ -1,4 +1,4 @@ -// Copyright 2023 The ClusterLink Authors. +// Copyright (c) The ClusterLink Authors. // 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 diff --git a/tests/k8s.sh b/tests/k8s.sh index 506cbfb1..19405747 100755 --- a/tests/k8s.sh +++ b/tests/k8s.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2023 The ClusterLink Authors. +# Copyright (c) The ClusterLink Authors. # 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