From 803a6f4ef0a2511f9cacdaa0169ebb935d6edf37 Mon Sep 17 00:00:00 2001 From: GooRoo Date: Mon, 23 Sep 2024 23:55:44 +0200 Subject: [PATCH] Specify the license for `.justfile` --- REUSE.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/REUSE.toml b/REUSE.toml index 418bb9d..25aaa47 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -7,3 +7,8 @@ version = 1 path = "*.lock" SPDX-FileCopyrightText= "© 2024 Serhii “GooRoo” Olendarenko" SPDX-License-Identifier= "CC0-1.0" + +[[annotations]] +path = ".justfile" +SPDX-FileCopyrightText= "© 2024 Serhii “GooRoo” Olendarenko" +SPDX-License-Identifier= "BSD-3-Clause"