From d1a9fe7cbad0007bae8fd40795ffbbe0a4aa5dae Mon Sep 17 00:00:00 2001 From: "Dr.-Ing. Amilcar do Carmo Lucas" Date: Tue, 28 Jan 2025 00:13:42 +0100 Subject: [PATCH] IMPROVEMENT: Declare the licenses in a REUSE compliant way --- REUSE.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 REUSE.toml diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 00000000..2d8d0a16 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,22 @@ +version = 1 + +[[annotations]] +path = ".github/**" +SPDX-FileCopyrightText = "2024-2025 Amilcar Lucas" +SPDX-License-Identifier = "GPL-3.0-or-later" + +[[annotations]] +path = ".vscode/*" +SPDX-FileCopyrightText = "2024-2025 Amilcar Lucas" +SPDX-License-Identifier = "GPL-3.0-or-later" + +[[annotations]] +path = "ardupilot_methodic_configurator/vehicle_templates/**" +SPDX-FileCopyrightText = "2024-2025 Amilcar Lucas" +SPDX-License-Identifier = "GPL-3.0-or-later" + +# Two computer-generated files. +[[annotations]] +path = "images/**" +SPDX-FileCopyrightText = "2024-2025 Amilcar Lucas" +SPDX-License-Identifier = "GPL-3.0-or-later"