From b77d06c4c94342b23335f607eb2079f993e9ff98 Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Thu, 19 Oct 2023 18:38:02 +0200 Subject: [PATCH] update(.golangci.yml): add spdx id line to the linter Co-authored-by: Aldo Lacuku Signed-off-by: Leonardo Grasso --- .golangci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 24881932..f30a7ca4 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -11,7 +11,8 @@ linters-settings: const: AUTHORS: The Falco Authors template: |- - Copyright {{ YEAR }} {{ AUTHORS }} + SPDX-License-Identifier: Apache-2.0 + Copyright (C) {{ YEAR }} {{ AUTHORS }} Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.