Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit 2a9fa3f

Browse files
authored
Merge pull request #23 from ssahani/cnctl
Change copyright year 2022 -> 2023
2 parents d4eb425 + 241838c commit 2a9fa3f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

provider/azure.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 VMware, Inc.
1+
// Copyright 2023 VMware, Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package provider
@@ -23,10 +23,10 @@ const (
2323
// Azure IMDS REST Endpoint.
2424
AzureIMDSRESTEndpoint string = "169.254.169.254"
2525

26-
// AzureAPIVersion API version
26+
// Azure API Version API version
2727
AzureAPIVersion string = "?api-version=2020-09-01"
2828

29-
//Azure Metadata URL base
29+
// Azure Metadata URL base
3030
AzureMetadataURLBase string = "/metadata/instance"
3131
)
3232

provider/ec2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 VMware, Inc.
1+
// Copyright 2023 VMware, Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package provider

provider/gcp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 VMware, Inc.
1+
// Copyright 2023 VMware, Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package provider

provider/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 VMware, Inc.
1+
// Copyright 2023 VMware, Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package provider

provider/provider_network.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 VMware, Inc.
1+
// Copyright 2023 VMware, Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package provider

provider/watch_network.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 VMware, Inc.
1+
// Copyright 2023 VMware, Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package provider

0 commit comments

Comments
 (0)