From eb92755ef6e4b58107ae7490b65ce830411e4dfe Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Fri, 12 Jan 2024 19:06:13 +0100 Subject: [PATCH] Drop copyright year requirement --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 0d80f87..2196f51 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -17,7 +17,7 @@ linters-settings: const: ORGANIZATION: CAcert Inc. template: |- - Copyright {{ YEAR-RANGE }} {{ ORGANIZATION }} + Copyright {{ ORGANIZATION }} SPDX-License-Identifier: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License");