Skip to content

Commit 28d534c

Browse files
committed
feat(copyright): welcome 2024
1 parent 4b2feb7 commit 28d534c

32 files changed

+32
-35
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ linters-settings:
1616
- default
1717
goheader:
1818
template: |-
19-
Copyright 2022-2023 Edixos
19+
Copyright 2023-2024 Edixos
2020
SPDX-License-Identifier: Apache-2.0
2121
2222
linters:

api/v1alpha1/additional_role_bindings.go

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

44
package v1alpha1

api/v1alpha1/groupversion_info.go

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

44
// Package v1alpha1 contains API Schema definitions for the nauticus.io v1alpha1 API group

api/v1alpha1/limit_ranges.go

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

44
package v1alpha1

api/v1alpha1/network_policies.go

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

44
package v1alpha1

api/v1alpha1/service_accounts.go

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

44
package v1alpha1

api/v1alpha1/space_annotations.go

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

44
package v1alpha1

api/v1alpha1/space_types.go

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

44
package v1alpha1

api/v1alpha1/spacetemplate_types.go

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

44
package v1alpha1

controllers/shared/reconsiler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022-2023 Edixos
1+
// Copyright 2023-2024 Edixos
22
// SPDX-License-Identifier: Apache-2.0
33
package shared
44

controllers/shared/utlis.go

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

44
package shared

controllers/space/controller.go

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

44
package space

controllers/space/limit_range.go

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

44
package space

controllers/space/metrics.go

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

44
package space

controllers/space/namespace.go

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

44
package space

controllers/space/network_policy.go

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

44
package space

controllers/space/rbac.go

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

44
package space

controllers/space/reconciler.go

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

44
package space

controllers/space/resource_quota.go

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

44
package space

controllers/space/service_account.go

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

44
package space

controllers/space/utlis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022-2023 Edixos
1+
// Copyright 2023-2024 Edixos
22
// SPDX-License-Identifier: Apache-2.0
33
package space
44

controllers/space/utlis_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022-2023 Edixos
1+
// Copyright 2023-2024 Edixos
22
// SPDX-License-Identifier: Apache-2.0
33
package space
44

controllers/spacetemplate/controller.go

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

44
package spacetemplate

controllers/spacetemplate/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022-2023 Edixos
1+
// Copyright 2023-2024 Edixos
22
// SPDX-License-Identifier: Apache-2.0
33
package spacetemplate
44

controllers/spacetemplate/reconciler.go

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

44
package spacetemplate

e2e/suite_test.go

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

44
package e2e

main.go

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

44
package main

mkdocs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ site_description: Nauticus Simplifies Kubernetes cluster management with fully-m
77
repo_url: https://github.com/edixos/Nauticus
88
site_author: Edixos
99
copyright: >
10-
Copyright © 2022-2023 Edixos.
10+
Copyright © 2023-2024 Edixos.
1111
<a href="#__consent">Change cookie settings</a>
1212
1313
#===================================================================================#
@@ -89,9 +89,6 @@ markdown_extensions:
8989
- pymdownx.superfences
9090
- pymdownx.tabbed:
9191
alternate_style: true
92-
- pymdownx.emoji:
93-
emoji_index: !!python/name:materialx.emoji.twemoji
94-
emoji_generator: !!python/name:materialx.emoji.to_svg
9592
- toc:
9693
# insert a blank space before the character
9794
permalink: ""

pkg/api/v1alpha1/labels.go

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

44
package v1alpha1

pkg/controller/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022-2023 Edixos
1+
// Copyright 2023-2024 Edixos
22
// SPDX-License-Identifier: Apache-2.0
33
package constants
44

pkg/metrics/metrics.go

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

44
package metrics

version.go

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

44
package main

0 commit comments

Comments
 (0)