From 8ddfdf959b417e8925bb9028b641184ca6410ece Mon Sep 17 00:00:00 2001 From: Maksims Svecovs Date: Thu, 11 Jan 2024 13:39:50 +0000 Subject: [PATCH] Add copyright to gitignore While REUSE ignores dirs and files in .gitignore the file itself has to be copyrighted. Signed-off-by: Maksims Svecovs --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 567609b12..34a8741b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: 2024 Arm Limited and/or its affiliates +# +# SPDX-License-Identifier: Apache-2.0 + build/ -- GitLab