Skip to content

Commit

Permalink
IMPROVEMENT: Declare the licenses in a REUSE compliant way
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Jan 27, 2025
1 parent b4750f0 commit d1a9fe7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit d1a9fe7

Please sign in to comment.