From d46b95a084c940a2c67ab05a797b9caf79818c55 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 21 May 2023 16:19:34 +0300 Subject: [PATCH] .{editorconfig,gitattributes}: explicitly cc0 to satisfy reuse on the license being used --- .editorconfig | 4 ++++ .gitattributes | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.editorconfig b/.editorconfig index 7c9846d..d09c78a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2023 Aminda Suomalainen +# +# SPDX-License-Identifier: CC0-1.0 + root = true [*] diff --git a/.gitattributes b/.gitattributes index c2eb653..6a3ce79 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2023 Aminda Suomalainen +# +# SPDX-License-Identifier: CC0-1.0 + # Line normalisation, GitHub language detection * text=auto eol=lf linguist-detectable