Skip to content

Commit ef21b87

Browse files
committed
reverted year update in copyright for existing files
kept for newly added files only
1 parent 1b71b2e commit ef21b87

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

api/v1alpha1/constants.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 D2iQ, Inc. All rights reserved.
1+
// Copyright 2023 D2iQ, Inc. All rights reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package v1alpha1
@@ -12,5 +12,4 @@ const (
1212
AWSVariableName = "aws"
1313
// NutanixVariableName is the Nutanix config patch variable name.
1414
NutanixVariableName = "nutanix"
15-
1615
)

api/v1alpha1/node_types.go

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

44
package v1alpha1

cmd/main.go

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

44
package main

hack/examples/kustomization.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 D2iQ, Inc. All rights reserved.
1+
# Copyright 2023 D2iQ, Inc. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

44
apiVersion: kustomize.config.k8s.io/v1beta1

hack/examples/sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Copyright 2024 D2iQ, Inc. All rights reserved.
3+
# Copyright 2023 D2iQ, Inc. All rights reserved.
44
# SPDX-License-Identifier: Apache-2.0
55

66
set -euo pipefail

0 commit comments

Comments
 (0)