From 79178b3df1e4c49f87ceac8e27783ebe7ea3a112 Mon Sep 17 00:00:00 2001 From: Leonardo Cecchi Date: Tue, 7 Oct 2025 17:24:32 +0200 Subject: [PATCH] chore: update boilerplate Signed-off-by: Leonardo Cecchi --- hack/boilerplate.go.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hack/boilerplate.go.txt b/hack/boilerplate.go.txt index ff72ff2..5086ae6 100644 --- a/hack/boilerplate.go.txt +++ b/hack/boilerplate.go.txt @@ -1,5 +1,6 @@ /* -Copyright 2024. +Copyright © contributors to CloudNativePG, established as +CloudNativePG a Series of LF Projects, LLC. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -12,4 +13,6 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -*/ \ No newline at end of file + +SPDX-License-Identifier: Apache-2.0 +*/