From 44c516cdd78ca767b8081e386028f0f80d7582fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wilson=20J=C3=BAnior?= Date: Mon, 6 May 2024 13:48:26 -0300 Subject: [PATCH] Update year --- main.go | 2 +- pkg/build/build.go | 2 +- pkg/build/buildkit/build.go | 2 +- pkg/build/buildkit/build_test.go | 2 +- pkg/build/buildkit/k8s_autodiscovery.go | 2 +- pkg/build/fake/build.go | 2 +- pkg/build/grpc_build_v1/build_service.pb.go | 2 +- pkg/build/grpc_build_v1/build_service.proto | 2 +- pkg/build/helpers.go | 2 +- pkg/build/helpers_test.go | 2 +- pkg/build/server.go | 2 +- pkg/build/server_test.go | 2 +- pkg/build/types.go | 2 +- pkg/health/server.go | 2 +- pkg/util/gzip.go | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/main.go b/main.go index 3053e03..a78d734 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright 2023 tsuru authors. All rights reserved. +// Copyright 2024 tsuru authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/pkg/build/build.go b/pkg/build/build.go index 96c0f2f..468280d 100644 --- a/pkg/build/build.go +++ b/pkg/build/build.go @@ -1,4 +1,4 @@ -// Copyright 2023 tsuru authors. All rights reserved. +// Copyright 2024 tsuru authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/pkg/build/buildkit/build.go b/pkg/build/buildkit/build.go index 26bc122..6e4fc1a 100644 --- a/pkg/build/buildkit/build.go +++ b/pkg/build/buildkit/build.go @@ -1,4 +1,4 @@ -// Copyright 2023 tsuru authors. All rights reserved. +// Copyright 2024 tsuru authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/pkg/build/buildkit/build_test.go b/pkg/build/buildkit/build_test.go index 1791c5e..780249e 100644 --- a/pkg/build/buildkit/build_test.go +++ b/pkg/build/buildkit/build_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 tsuru authors. All rights reserved. +// Copyright 2024 tsuru authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/pkg/build/buildkit/k8s_autodiscovery.go b/pkg/build/buildkit/k8s_autodiscovery.go index 9829ac2..b715b48 100644 --- a/pkg/build/buildkit/k8s_autodiscovery.go +++ b/pkg/build/buildkit/k8s_autodiscovery.go @@ -1,4 +1,4 @@ -// Copyright 2023 tsuru authors. All rights reserved. +// Copyright 2024 tsuru authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/pkg/build/fake/build.go b/pkg/build/fake/build.go index 7f83818..635453b 100644 --- a/pkg/build/fake/build.go +++ b/pkg/build/fake/build.go @@ -1,4 +1,4 @@ -// Copyright 2023 tsuru authors. All rights reserved. +// Copyright 2024 tsuru authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/pkg/build/grpc_build_v1/build_service.pb.go b/pkg/build/grpc_build_v1/build_service.pb.go index c00c8e1..5d706b2 100644 --- a/pkg/build/grpc_build_v1/build_service.pb.go +++ b/pkg/build/grpc_build_v1/build_service.pb.go @@ -1,4 +1,4 @@ -// Copyright 2023 tsuru authors. All rights reserved. +// Copyright 2024 tsuru authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/pkg/build/grpc_build_v1/build_service.proto b/pkg/build/grpc_build_v1/build_service.proto index a695b26..42aac4b 100644 --- a/pkg/build/grpc_build_v1/build_service.proto +++ b/pkg/build/grpc_build_v1/build_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023 tsuru authors. All rights reserved. +// Copyright 2024 tsuru authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/pkg/build/helpers.go b/pkg/build/helpers.go index 3527781..b8fe661 100644 --- a/pkg/build/helpers.go +++ b/pkg/build/helpers.go @@ -1,4 +1,4 @@ -// Copyright 2023 tsuru authors. All rights reserved. +// Copyright 2024 tsuru authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/pkg/build/helpers_test.go b/pkg/build/helpers_test.go index 661272c..421c13b 100644 --- a/pkg/build/helpers_test.go +++ b/pkg/build/helpers_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 tsuru authors. All rights reserved. +// Copyright 2024 tsuru authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/pkg/build/server.go b/pkg/build/server.go index 95f9759..a8dd4b7 100644 --- a/pkg/build/server.go +++ b/pkg/build/server.go @@ -1,4 +1,4 @@ -// Copyright 2023 tsuru authors. All rights reserved. +// Copyright 2024 tsuru authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/pkg/build/server_test.go b/pkg/build/server_test.go index e88259c..8da5bf7 100644 --- a/pkg/build/server_test.go +++ b/pkg/build/server_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 tsuru authors. All rights reserved. +// Copyright 2024 tsuru authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/pkg/build/types.go b/pkg/build/types.go index ec2cf8a..0e438a5 100644 --- a/pkg/build/types.go +++ b/pkg/build/types.go @@ -1,4 +1,4 @@ -// Copyright 2023 tsuru authors. All rights reserved. +// Copyright 2024 tsuru authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/pkg/health/server.go b/pkg/health/server.go index 4fa1619..2995c29 100644 --- a/pkg/health/server.go +++ b/pkg/health/server.go @@ -1,4 +1,4 @@ -// Copyright 2023 tsuru authors. All rights reserved. +// Copyright 2024 tsuru authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/pkg/util/gzip.go b/pkg/util/gzip.go index f15b819..9ea18a3 100644 --- a/pkg/util/gzip.go +++ b/pkg/util/gzip.go @@ -1,4 +1,4 @@ -// Copyright 2023 tsuru authors. All rights reserved. +// Copyright 2024 tsuru authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file.