diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2026-01-02 00:20:13 +0000 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2026-01-02 00:20:13 +0000 |
| commit | 66df8049eae4b3ec83467a81723b8b2d13f0b7ed (patch) | |
| tree | 2d0aa8c8a74768ad073274e76563cd0682073779 | |
| parent | d8564d5d47db8584fe0c8b51c2d09a8465f789e8 (diff) | |
Change license to AGPL-3.0-or-later
When I first made this playbook, I was a little sceptical of -or-later
licenses. However, I've come around to the idea over time.
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | .precious.toml | 2 | ||||
| -rw-r--r-- | LICENSES/AGPL-3.0-or-later.txt (renamed from LICENSES/AGPL-3.0-only.txt) | 0 | ||||
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | ansible.cfg | 2 | ||||
| -rw-r--r-- | files/50-disable-password-auth.conf | 2 | ||||
| -rw-r--r-- | files/50unattended-upgrades | 2 | ||||
| -rw-r--r-- | files/hosts.j2 | 2 | ||||
| -rw-r--r-- | files/nginx_conf.j2 | 2 | ||||
| -rw-r--r-- | files/prosody.cfg.lua.j2 | 2 | ||||
| -rw-r--r-- | files/turnserver.conf.j2 | 2 | ||||
| -rw-r--r-- | files/virtual_host.cfg.lua.j2 | 2 | ||||
| -rwxr-xr-x | hooks/pre-commit | 2 | ||||
| -rw-r--r-- | playbook.yaml | 2 |
14 files changed, 13 insertions, 13 deletions
@@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2024 Matthew Fennell <matthew@fennell.dev> # -# SPDX-License-Identifier: AGPL-3.0-only +# SPDX-License-Identifier: AGPL-3.0-or-later .swp inventory diff --git a/.precious.toml b/.precious.toml index fab63bc..1b7bee2 100644 --- a/.precious.toml +++ b/.precious.toml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2024 Matthew Fennell <matthew@fennell.dev> # -# SPDX-License-Identifier: AGPL-3.0-only +# SPDX-License-Identifier: AGPL-3.0-or-later [commands.ansiblelint] cmd = ["ansible-lint", "-q"] diff --git a/LICENSES/AGPL-3.0-only.txt b/LICENSES/AGPL-3.0-or-later.txt index 0c97efd..0c97efd 100644 --- a/LICENSES/AGPL-3.0-only.txt +++ b/LICENSES/AGPL-3.0-or-later.txt @@ -1,7 +1,7 @@ #!/usr/bin/make -f # SPDX-FileCopyrightText: 2024 Matthew Fennell <matthew@fennell.dev> # -# SPDX-License-Identifier: AGPL-3.0-only +# SPDX-License-Identifier: AGPL-3.0-or-later .PHONY: check staging prod transport lint staging-fresh prod-fresh diff --git a/ansible.cfg b/ansible.cfg index bde03fb..219525e 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2024 Matthew Fennell <matthew@fennell.dev> # -# SPDX-License-Identifier: AGPL-3.0-only +# SPDX-License-Identifier: AGPL-3.0-or-later [connection] diff --git a/files/50-disable-password-auth.conf b/files/50-disable-password-auth.conf index 6c684d3..483b8f2 100644 --- a/files/50-disable-password-auth.conf +++ b/files/50-disable-password-auth.conf @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2024 Matthew Fennell <matthew@fennell.dev> # -# SPDX-License-Identifier: AGPL-3.0-only +# SPDX-License-Identifier: AGPL-3.0-or-later PasswordAuthentication no diff --git a/files/50unattended-upgrades b/files/50unattended-upgrades index 2400dfa..ba218a4 100644 --- a/files/50unattended-upgrades +++ b/files/50unattended-upgrades @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2024 Matthew Fennell <matthew@fennell.dev> // -// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-License-Identifier: AGPL-3.0-or-later // Unattended-Upgrade::Origins-Pattern controls which packages are // upgraded. diff --git a/files/hosts.j2 b/files/hosts.j2 index 65ab310..9ef5300 100644 --- a/files/hosts.j2 +++ b/files/hosts.j2 @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2025 Matthew Fennell <matthew@fennell.dev> # -# SPDX-License-Identifier: AGPL-3.0-only +# SPDX-License-Identifier: AGPL-3.0-or-later 127.0.1.1 {{ hostname }} 127.0.0.1 localhost diff --git a/files/nginx_conf.j2 b/files/nginx_conf.j2 index ee4cbbc..ccdc630 100644 --- a/files/nginx_conf.j2 +++ b/files/nginx_conf.j2 @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2024 Matthew Fennell <matthew@fennell.dev> # -# SPDX-License-Identifier: AGPL-3.0-only +# SPDX-License-Identifier: AGPL-3.0-or-later server { listen 443 ssl; diff --git a/files/prosody.cfg.lua.j2 b/files/prosody.cfg.lua.j2 index 5f76dc8..e46a32b 100644 --- a/files/prosody.cfg.lua.j2 +++ b/files/prosody.cfg.lua.j2 @@ -1,6 +1,6 @@ -- SPDX-FileCopyrightText: 2024 Matthew Fennell <matthew@fennell.dev> -- --- SPDX-License-Identifier: AGPL-3.0-only +-- SPDX-License-Identifier: AGPL-3.0-or-later plugin_paths = { "/usr/local/lib/prosody/modules" diff --git a/files/turnserver.conf.j2 b/files/turnserver.conf.j2 index f90f0f0..de158d2 100644 --- a/files/turnserver.conf.j2 +++ b/files/turnserver.conf.j2 @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2024 Matthew Fennell <matthew@fennell.dev> # -# SPDX-License-Identifier: AGPL-3.0-only +# SPDX-License-Identifier: AGPL-3.0-or-later syslog no-rfc5780 diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2 index a8243e5..470281c 100644 --- a/files/virtual_host.cfg.lua.j2 +++ b/files/virtual_host.cfg.lua.j2 @@ -1,6 +1,6 @@ -- SPDX-FileCopyrightText: 2024 Matthew Fennell <matthew@fennell.dev> -- --- SPDX-License-Identifier: AGPL-3.0-only +-- SPDX-License-Identifier: AGPL-3.0-or-later VirtualHost "{{ virtual_host }}" diff --git a/hooks/pre-commit b/hooks/pre-commit index c7e626b..326159d 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -1,6 +1,6 @@ #!/bin/sh # SPDX-FileCopyrightText: 2024 Matthew Fennell <matthew@fennell.dev> # -# SPDX-License-Identifier: AGPL-3.0-only +# SPDX-License-Identifier: AGPL-3.0-or-later make lint diff --git a/playbook.yaml b/playbook.yaml index 2201fdd..2a2912b 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2024 Matthew Fennell <matthew@fennell.dev> # -# SPDX-License-Identifier: AGPL-3.0-only +# SPDX-License-Identifier: AGPL-3.0-or-later --- |
