Skip to content

Commit 857b133

Browse files
authored
Update Copyright (#93)
* Update Copyright Issue: [PGO-812]
1 parent e1e8bb8 commit 857b133

38 files changed

+38
-38
lines changed

.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ linters-settings:
5454

5555
goheader:
5656
template: |-
57-
Copyright 2021 - 2023 Crunchy Data Solutions, Inc.
57+
Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
5858
5959
Licensed under the Apache License, Version 2.0 (the "License");
6060
you may not use this file except in compliance with the License.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176

177177
END OF TERMS AND CONDITIONS
178178

179-
Copyright 2021 - 2023 Crunchy Data Solutions, Inc.
179+
Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
180180

181181
Licensed under the Apache License, Version 2.0 (the "License");
182182
you may not use this file except in compliance with the License.

cmd/kubectl-pgo/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2023 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

hack/boilerplate.go.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2023 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

hack/generate-docs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2023 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

internal/apis/postgres-operator.crunchydata.com/v1beta1/groupversion_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2023 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

internal/apis/postgres-operator.crunchydata.com/v1beta1/postgrescluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2023 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

internal/cmd/backup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2023 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

internal/cmd/backup_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2023 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

internal/cmd/client_version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2023 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)