summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/50-disable-password-auth.conf2
-rw-r--r--files/50unattended-upgrades2
-rw-r--r--files/hosts.j22
-rw-r--r--files/nginx_conf.j22
-rw-r--r--files/prosody.cfg.lua.j22
-rw-r--r--files/turnserver.conf.j22
-rw-r--r--files/virtual_host.cfg.lua.j22
7 files changed, 7 insertions, 7 deletions
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 }}"