From 28ab46678e2acf6f5e30ec4350489ecdb910927a Mon Sep 17 00:00:00 2001 From: air-31 Date: Wed, 8 Jan 2025 14:26:23 +0100 Subject: [PATCH] Fix linter complaints --- operators/pkg/ciregistry/handlers.go | 2 +- operators/pkg/ciregistry/router.go | 2 +- operators/pkg/ciregistry/storage.go | 2 +- operators/pkg/ciregistry/types.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/operators/pkg/ciregistry/handlers.go b/operators/pkg/ciregistry/handlers.go index 8cf747993..a614ca834 100644 --- a/operators/pkg/ciregistry/handlers.go +++ b/operators/pkg/ciregistry/handlers.go @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Politecnico di Torino +// Copyright 2020-2025 Politecnico di Torino // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/operators/pkg/ciregistry/router.go b/operators/pkg/ciregistry/router.go index a2a2b1fd6..3111b05b8 100644 --- a/operators/pkg/ciregistry/router.go +++ b/operators/pkg/ciregistry/router.go @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Politecnico di Torino +// Copyright 2020-2025 Politecnico di Torino // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/operators/pkg/ciregistry/storage.go b/operators/pkg/ciregistry/storage.go index feff569fc..317fc0c90 100644 --- a/operators/pkg/ciregistry/storage.go +++ b/operators/pkg/ciregistry/storage.go @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Politecnico di Torino +// Copyright 2020-2025 Politecnico di Torino // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/operators/pkg/ciregistry/types.go b/operators/pkg/ciregistry/types.go index 65dde487b..ab02b7e66 100644 --- a/operators/pkg/ciregistry/types.go +++ b/operators/pkg/ciregistry/types.go @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Politecnico di Torino +// Copyright 2020-2025 Politecnico di Torino // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.