From 66df8049eae4b3ec83467a81723b8b2d13f0b7ed Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Fri, 2 Jan 2026 00:20:13 +0000 Subject: 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. --- files/nginx_conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/nginx_conf.j2') 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 # -# SPDX-License-Identifier: AGPL-3.0-only +# SPDX-License-Identifier: AGPL-3.0-or-later server { listen 443 ssl; -- cgit v1.2.3