Setting up REUSE: add copyright statements to files created by me

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara
2024-12-07 18:21:28 +09:00
parent c737ed0612
commit a887bb0d87
7 changed files with 40 additions and 0 deletions

View File

@ -1,3 +1,10 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2024 Suguru Hirahara <acioustick@noreply.codeberg.org>
SPDX-License-Identifier: AGPL-3.0-or-later
-->
# Running `just` commands
We have previously used [make](https://www.gnu.org/software/make/) for easily running some playbook commands (e.g. `make roles` which triggers [`ansible-galaxy`](https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html)). Our [`Makefile`](../Makefile) is still around, and you can still run these commands.

View File

@ -1,3 +1,10 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2024 Suguru Hirahara <acioustick@noreply.codeberg.org>
SPDX-License-Identifier: AGPL-3.0-or-later
-->
# Quick start
<!--