diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2026-09-09 20:08:47 +0100 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2026-09-09 20:09:53 +0100 |
| commit | eda059cd7173ccbe7bfcbc1e140d8740ef219541 (patch) | |
| tree | f6b4f335839b400cf4b5037996be556c70c04d04 /tasks/main.yml | |
| parent | fe3fde79082ba5202136023f4209763b924d25ff (diff) | |
Make repo REUSE-compliant, with AGPL-3.0-or-later
This matches the license used by my other ansible playbooks.
Diffstat (limited to 'tasks/main.yml')
| -rw-r--r-- | tasks/main.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tasks/main.yml b/tasks/main.yml index b30b745..c5b806f 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,3 +1,6 @@ -#SPDX-License-Identifier: MIT-0 +# SPDX-FileCopyrightText: 2026 Matthew Fennell <matthew@fennell.dev> +# +# SPDX-License-Identifier: AGPL-3.0-or-later + --- # tasks file for bootstrap |
