.
diff --git a/README.md b/README.md
index 666f668..fbd5645 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
diff --git a/app-standard-v1.json.license b/app-standard-v1.json.license
index 4551d97..f0626d9 100644
--- a/app-standard-v1.json.license
+++ b/app-standard-v1.json.license
@@ -1,3 +1,3 @@
-SPDX-FileCopyrightText: 2021 Aaron Dewes
+SPDX-FileCopyrightText: 2021 Citadel and contributors
-SPDX-License-Identifier: AGPL-3.0-or-later
\ No newline at end of file
+SPDX-License-Identifier: GPL-3.0-or-later
\ No newline at end of file
diff --git a/app-system/docker-compose.common.yml b/app-system/docker-compose.common.yml
index dddc9ca..0d366a8 100644
--- a/app-system/docker-compose.common.yml
+++ b/app-system/docker-compose.common.yml
@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
version: "3.8"
diff --git a/app-system/sources.list b/app-system/sources.list
index 2e64a89..f0de1c0 100644
--- a/app-system/sources.list
+++ b/app-system/sources.list
@@ -1,6 +1,6 @@
-# SPDX-FileCopyrightText: 2021 Aaron Dewes
+# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
# A collection of fully FLOSS app definitions and FLOSS apps for Citadel.
https://github.com/runcitadel/apps main
diff --git a/app/app-manager.py b/app/app-manager.py
index 1bf56a8..7bb9a36 100755
--- a/app/app-manager.py
+++ b/app/app-manager.py
@@ -1,8 +1,8 @@
#!/usr/bin/env python3
-# SPDX-FileCopyrightText: 2021 Aaron Dewes
+# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
import json
from lib.manage import compose, createDataDir, deleteData, getUserData, setInstalled, setRemoved, startInstalled, stopInstalled, update, deriveEntropy, updateRepos
diff --git a/app/lib/__init__.py b/app/lib/__init__.py
index 364fef7..9a1e34e 100644
--- a/app/lib/__init__.py
+++ b/app/lib/__init__.py
@@ -1,3 +1,3 @@
-# SPDX-FileCopyrightText: 2021 Aaron Dewes
+# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
\ No newline at end of file
+# SPDX-License-Identifier: GPL-3.0-or-later
\ No newline at end of file
diff --git a/app/lib/citadelutils.py b/app/lib/citadelutils.py
index d383d61..fb710a7 100644
--- a/app/lib/citadelutils.py
+++ b/app/lib/citadelutils.py
@@ -1,6 +1,6 @@
-# SPDX-FileCopyrightText: 2021 Aaron Dewes
+# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
import re
diff --git a/app/lib/composegenerator/shared/const.py b/app/lib/composegenerator/shared/const.py
index 7021215..82935d6 100644
--- a/app/lib/composegenerator/shared/const.py
+++ b/app/lib/composegenerator/shared/const.py
@@ -1,6 +1,6 @@
-# SPDX-FileCopyrightText: 2021 Aaron Dewes
+# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
def permissions():
return {
diff --git a/app/lib/composegenerator/shared/env.py b/app/lib/composegenerator/shared/env.py
index 1ce204d..43be813 100644
--- a/app/lib/composegenerator/shared/env.py
+++ b/app/lib/composegenerator/shared/env.py
@@ -1,6 +1,6 @@
-# SPDX-FileCopyrightText: 2021 Aaron Dewes
+# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
import re
from typing import Union
diff --git a/app/lib/composegenerator/shared/main.py b/app/lib/composegenerator/shared/main.py
index 66055bc..79e04a9 100644
--- a/app/lib/composegenerator/shared/main.py
+++ b/app/lib/composegenerator/shared/main.py
@@ -1,6 +1,6 @@
-# SPDX-FileCopyrightText: 2021 Aaron Dewes
+# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
# Main functions
from lib.composegenerator.v1.types import App, AppStage3, AppStage2, Container
diff --git a/app/lib/composegenerator/v1/generate.py b/app/lib/composegenerator/v1/generate.py
index a840888..b06981a 100644
--- a/app/lib/composegenerator/v1/generate.py
+++ b/app/lib/composegenerator/v1/generate.py
@@ -1,6 +1,6 @@
-# SPDX-FileCopyrightText: 2021 Aaron Dewes
+# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
from lib.composegenerator.v1.types import App, AppStage4, generateApp
from lib.composegenerator.v1.networking import configureHiddenServices, configureIps, configureMainPort
diff --git a/app/lib/composegenerator/v1/networking.py b/app/lib/composegenerator/v1/networking.py
index c87ee17..77aa452 100644
--- a/app/lib/composegenerator/v1/networking.py
+++ b/app/lib/composegenerator/v1/networking.py
@@ -1,6 +1,6 @@
-# SPDX-FileCopyrightText: 2021 Aaron Dewes
+# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
from dacite import from_dict
from lib.composegenerator.v1.types import AppStage2, AppStage3, ContainerStage2, NetworkConfig
diff --git a/app/lib/composegenerator/v1/utils/networking.py b/app/lib/composegenerator/v1/utils/networking.py
index 8dc2ec7..7f25285 100644
--- a/app/lib/composegenerator/v1/utils/networking.py
+++ b/app/lib/composegenerator/v1/utils/networking.py
@@ -1,6 +1,6 @@
-# SPDX-FileCopyrightText: 2021 Aaron Dewes
+# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
import json
import os
diff --git a/app/lib/entropy.py b/app/lib/entropy.py
index 01a0449..3d3f4ac 100644
--- a/app/lib/entropy.py
+++ b/app/lib/entropy.py
@@ -1,6 +1,6 @@
-# SPDX-FileCopyrightText: 2021 Aaron Dewes
+# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
import os
import subprocess
diff --git a/app/lib/manage.py b/app/lib/manage.py
index 941014f..f6bc5f9 100644
--- a/app/lib/manage.py
+++ b/app/lib/manage.py
@@ -1,8 +1,8 @@
#!/usr/bin/env python3
-# SPDX-FileCopyrightText: 2021 Aaron Dewes
+# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
import stat
import tempfile
diff --git a/app/lib/metadata.py b/app/lib/metadata.py
index 521aa5b..b44943c 100644
--- a/app/lib/metadata.py
+++ b/app/lib/metadata.py
@@ -1,6 +1,6 @@
-# SPDX-FileCopyrightText: 2021 Aaron Dewes
+# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
import os
import yaml
diff --git a/app/lib/validate.py b/app/lib/validate.py
index 10ec6e5..0744e80 100644
--- a/app/lib/validate.py
+++ b/app/lib/validate.py
@@ -1,6 +1,6 @@
-# SPDX-FileCopyrightText: 2021 Aaron Dewes
+# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
import os
import yaml
diff --git a/bin/bitcoin-cli b/bin/bitcoin-cli
index c1c3f59..6d90b16 100755
--- a/bin/bitcoin-cli
+++ b/bin/bitcoin-cli
@@ -4,7 +4,7 @@
# SPDX-FileCopyrightText: 2021 Aaron Dewes
# SPDX-FileCopyrightText: 2021 https://github.com/o3o3o
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
set -euo pipefail
diff --git a/bin/lncli b/bin/lncli
index 4f90a7a..b37e332 100755
--- a/bin/lncli
+++ b/bin/lncli
@@ -4,7 +4,7 @@
# SPDX-FileCopyrightText: 2021 Aaron Dewes
# SPDX-FileCopyrightText: 2021 https://github.com/o3o3o
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
set -euo pipefail
diff --git a/events/triggers/app b/events/triggers/app
index a074ef6..7d9df05 100755
--- a/events/triggers/app
+++ b/events/triggers/app
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
CITADEL_ROOT="$(readlink -f $(dirname "${BASH_SOURCE[0]}")/../..)"
diff --git a/events/triggers/app-update b/events/triggers/app-update
index 9c428bc..7780512 100755
--- a/events/triggers/app-update
+++ b/events/triggers/app-update
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
CITADEL_ROOT="$(readlink -f $(dirname "${BASH_SOURCE[0]}")/../..)"
diff --git a/events/triggers/backup b/events/triggers/backup
index f7fac2f..3c2bdd8 100755
--- a/events/triggers/backup
+++ b/events/triggers/backup
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
CITADEL_ROOT="$(readlink -f $(dirname "${BASH_SOURCE[0]}")/../..)"
diff --git a/events/triggers/change-password b/events/triggers/change-password
index 2bc7776..0fd5a09 100755
--- a/events/triggers/change-password
+++ b/events/triggers/change-password
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2021 Aaron Dewes
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
CITADEL_ROOT="$(readlink -f $(dirname "${BASH_SOURCE[0]}")/../..)"
diff --git a/events/triggers/debug b/events/triggers/debug
index f0bca69..4dc7c8b 100755
--- a/events/triggers/debug
+++ b/events/triggers/debug
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
-# SPDX-FileCopyrightText: 2021 Aaron Dewes
+# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
NODE_ROOT="$(readlink -f $(dirname "${BASH_SOURCE[0]}")/../..)"
RESULT_FILE="${NODE_ROOT}/statuses/debug-status.json"
diff --git a/events/triggers/reboot b/events/triggers/reboot
index eb7e119..0969443 100755
--- a/events/triggers/reboot
+++ b/events/triggers/reboot
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
set -euo pipefail
diff --git a/events/triggers/shutdown b/events/triggers/shutdown
index ff99315..f02b13d 100755
--- a/events/triggers/shutdown
+++ b/events/triggers/shutdown
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
set -euo pipefail
diff --git a/events/triggers/update b/events/triggers/update
index b61b76c..180b95e 100755
--- a/events/triggers/update
+++ b/events/triggers/update
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
CITADEL_ROOT="$(readlink -f $(dirname "${BASH_SOURCE[0]}")/../..)"
diff --git a/info.json.license b/info.json.license
index cba21c8..c8cd663 100644
--- a/info.json.license
+++ b/info.json.license
@@ -1,3 +1,3 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
\ No newline at end of file
+# SPDX-License-Identifier: GPL-3.0-or-later
\ No newline at end of file
diff --git a/karen b/karen
index 669174e..575d417 100755
--- a/karen
+++ b/karen
@@ -3,7 +3,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
# SPDX-FileCopyrightText: 2021 Citadel and contributors.
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
# karen watches for signals and executes triggers in the events dir
# karen gets triggered a lot
diff --git a/scripts/app b/scripts/app
index 2911a31..1dedaca 100755
--- a/scripts/app
+++ b/scripts/app
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
-# SPDX-FileCopyrightText: 2021 Aaron Dewes
+# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
NODE_ROOT="$(dirname $(readlink -f "${BASH_SOURCE[0]}"))/.."
diff --git a/scripts/backup/README.md b/scripts/backup/README.md
index 32a3559..9a4ef45 100644
--- a/scripts/backup/README.md
+++ b/scripts/backup/README.md
@@ -1,7 +1,7 @@
# Automatic Encrypted Backups
diff --git a/scripts/backup/backup b/scripts/backup/backup
index ea5a1ce..8f3a85b 100755
--- a/scripts/backup/backup
+++ b/scripts/backup/backup
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
set -euo pipefail
diff --git a/scripts/backup/decoy-trigger b/scripts/backup/decoy-trigger
index 93a5ef7..9d0465b 100755
--- a/scripts/backup/decoy-trigger
+++ b/scripts/backup/decoy-trigger
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
set -euo pipefail
diff --git a/scripts/backup/monitor b/scripts/backup/monitor
index 67ac8fb..5234ac9 100755
--- a/scripts/backup/monitor
+++ b/scripts/backup/monitor
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
check_root () {
if [[ $UID != 0 ]]; then
diff --git a/scripts/citadel-os/change-password b/scripts/citadel-os/change-password
index 73b9544..273b8d9 100755
--- a/scripts/citadel-os/change-password
+++ b/scripts/citadel-os/change-password
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2021 Aaron Dewes
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
set -euo pipefail
diff --git a/scripts/citadel-os/citadel-details b/scripts/citadel-os/citadel-details
index baf9825..1263a08 100755
--- a/scripts/citadel-os/citadel-details
+++ b/scripts/citadel-os/citadel-details
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
import sys
import os
diff --git a/scripts/citadel-os/external-storage/monitor b/scripts/citadel-os/external-storage/monitor
index 5653c4a..6991d35 100755
--- a/scripts/citadel-os/external-storage/monitor
+++ b/scripts/citadel-os/external-storage/monitor
@@ -3,7 +3,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
# SPDX-FileCopyrightText: 2021 Aaron Dewes
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
set -euo pipefail
diff --git a/scripts/citadel-os/external-storage/mount b/scripts/citadel-os/external-storage/mount
index 4d6e3a7..e315206 100755
--- a/scripts/citadel-os/external-storage/mount
+++ b/scripts/citadel-os/external-storage/mount
@@ -3,7 +3,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
# SPDX-FileCopyrightText: 2021 Aaron Dewes
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
set -euo pipefail
diff --git a/scripts/citadel-os/external-storage/update-from-sdcard b/scripts/citadel-os/external-storage/update-from-sdcard
index e86f4a0..d6d0719 100755
--- a/scripts/citadel-os/external-storage/update-from-sdcard
+++ b/scripts/citadel-os/external-storage/update-from-sdcard
@@ -3,7 +3,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
# SPDX-FileCopyrightText: 2021 Aaron Dewes
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
set -euo pipefail
diff --git a/scripts/citadel-os/semver b/scripts/citadel-os/semver
index e73077c..648b0ce 100755
--- a/scripts/citadel-os/semver
+++ b/scripts/citadel-os/semver
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
#
# SPDX-FileCopyrightText: Copyright (c) 2014 Józef Sokołowski
diff --git a/scripts/citadel-os/services/citadel-connection-details.service b/scripts/citadel-os/services/citadel-connection-details.service
index 735e9fb..90e820a 100644
--- a/scripts/citadel-os/services/citadel-connection-details.service
+++ b/scripts/citadel-os/services/citadel-connection-details.service
@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
# Citadel Connection Details Logger (TTY)
# Installed at /etc/systemd/system/citadel-connection-details.service
diff --git a/scripts/citadel-os/services/citadel-external-storage-sdcard-update.service b/scripts/citadel-os/services/citadel-external-storage-sdcard-update.service
index 64f85ad..c37f1cd 100644
--- a/scripts/citadel-os/services/citadel-external-storage-sdcard-update.service
+++ b/scripts/citadel-os/services/citadel-external-storage-sdcard-update.service
@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
# Citadel External Storage SDcard Updater
# Installed at /etc/systemd/system/citadel-external-storage-sdcard-update.service
diff --git a/scripts/citadel-os/services/citadel-external-storage.service b/scripts/citadel-os/services/citadel-external-storage.service
index 952de07..51b252a 100644
--- a/scripts/citadel-os/services/citadel-external-storage.service
+++ b/scripts/citadel-os/services/citadel-external-storage.service
@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
# Citadel External Storage Mounter
# Installed at /etc/systemd/system/citadel-external-storage.service
diff --git a/scripts/citadel-os/services/citadel-startup.service b/scripts/citadel-os/services/citadel-startup.service
index b247cf1..be33a98 100644
--- a/scripts/citadel-os/services/citadel-startup.service
+++ b/scripts/citadel-os/services/citadel-startup.service
@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
# Citadel Startup Service
# Installed at /etc/systemd/system/citadel-startup.service
diff --git a/scripts/configure b/scripts/configure
index 716870f..4b68fa6 100755
--- a/scripts/configure
+++ b/scripts/configure
@@ -1,8 +1,8 @@
#!/usr/bin/env python3
-# SPDX-FileCopyrightText: 2021 Aaron Dewes
+# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
import sys
import os
diff --git a/scripts/debug b/scripts/debug
index eb5e9b5..0f565aa 100755
--- a/scripts/debug
+++ b/scripts/debug
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
-# SPDX-FileCopyrightText: 2021 Aaron Dewes
+# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
NODE_ROOT="$(dirname $(readlink -f "${BASH_SOURCE[0]}"))/.."
cd "${NODE_ROOT}"
diff --git a/scripts/lib/rpcauth.py b/scripts/lib/rpcauth.py
index eac32f4..394d17f 100644
--- a/scripts/lib/rpcauth.py
+++ b/scripts/lib/rpcauth.py
@@ -4,7 +4,7 @@
# SPDX-FileCopyrightText: 2015-2018 The Bitcoin Core developers
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
from argparse import ArgumentParser
from base64 import urlsafe_b64encode
diff --git a/scripts/memory-usage b/scripts/memory-usage
index bd41e99..4afbaa6 100755
--- a/scripts/memory-usage
+++ b/scripts/memory-usage
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2020 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
CITADEL_ROOT="$(readlink -f $(dirname "${BASH_SOURCE[0]}")/..)"
diff --git a/scripts/start b/scripts/start
index 4ea0566..bdb535e 100755
--- a/scripts/start
+++ b/scripts/start
@@ -3,7 +3,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel https://getumbrel.com
# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
set -euo pipefail
diff --git a/scripts/status-monitor b/scripts/status-monitor
index 7131a78..05358eb 100755
--- a/scripts/status-monitor
+++ b/scripts/status-monitor
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
CITADEL_ROOT="$(readlink -f $(dirname "${BASH_SOURCE[0]}")/..)"
diff --git a/scripts/status/memory b/scripts/status/memory
index e7653b4..2876479 100755
--- a/scripts/status/memory
+++ b/scripts/status/memory
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
CITADEL_ROOT="$(readlink -f $(dirname "${BASH_SOURCE[0]}")/../..)"
diff --git a/scripts/status/storage b/scripts/status/storage
index 9e1a2d0..9952f50 100755
--- a/scripts/status/storage
+++ b/scripts/status/storage
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
CITADEL_ROOT="$(readlink -f $(dirname "${BASH_SOURCE[0]}")/../..)"
diff --git a/scripts/status/temperature b/scripts/status/temperature
index ed9c891..9055717 100755
--- a/scripts/status/temperature
+++ b/scripts/status/temperature
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
# If vcgencmd is available, use it to get the temperature and exit
if command -v vcgencmd &> /dev/null; then
diff --git a/scripts/status/uptime b/scripts/status/uptime
index cb33614..3bef494 100755
--- a/scripts/status/uptime
+++ b/scripts/status/uptime
@@ -2,6 +2,6 @@
# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
cat /proc/uptime | awk '{print int($1)}'
diff --git a/scripts/stop b/scripts/stop
index d1e2b7c..21a43c4 100755
--- a/scripts/stop
+++ b/scripts/stop
@@ -3,7 +3,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
set -euo pipefail
diff --git a/scripts/update/.updateignore.license b/scripts/update/.updateignore.license
index 19edadc..d6c3a22 100644
--- a/scripts/update/.updateignore.license
+++ b/scripts/update/.updateignore.license
@@ -1,4 +1,4 @@
SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
SPDX-FileCopyrightText: 2021 Citadel and contributors.
-SPDX-License-Identifier: AGPL-3.0-or-later
\ No newline at end of file
+SPDX-License-Identifier: GPL-3.0-or-later
\ No newline at end of file
diff --git a/scripts/update/.updateinclude.license b/scripts/update/.updateinclude.license
index 19edadc..d6c3a22 100644
--- a/scripts/update/.updateinclude.license
+++ b/scripts/update/.updateinclude.license
@@ -1,4 +1,4 @@
SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
SPDX-FileCopyrightText: 2021 Citadel and contributors.
-SPDX-License-Identifier: AGPL-3.0-or-later
\ No newline at end of file
+SPDX-License-Identifier: GPL-3.0-or-later
\ No newline at end of file
diff --git a/scripts/update/00-run.sh b/scripts/update/00-run.sh
index b43d379..da19715 100755
--- a/scripts/update/00-run.sh
+++ b/scripts/update/00-run.sh
@@ -3,7 +3,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
set -euo pipefail
diff --git a/scripts/update/01-run.sh b/scripts/update/01-run.sh
index 0edbaed..194a20c 100755
--- a/scripts/update/01-run.sh
+++ b/scripts/update/01-run.sh
@@ -3,7 +3,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
set -euo pipefail
diff --git a/scripts/update/02-run.sh b/scripts/update/02-run.sh
index c8d4ea6..4211041 100755
--- a/scripts/update/02-run.sh
+++ b/scripts/update/02-run.sh
@@ -3,7 +3,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
set -euo pipefail
diff --git a/scripts/update/03-run.sh b/scripts/update/03-run.sh
index f1aebb4..24d0d58 100755
--- a/scripts/update/03-run.sh
+++ b/scripts/update/03-run.sh
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
set -euo pipefail
diff --git a/scripts/update/README.md b/scripts/update/README.md
index 78d3e79..55e15f8 100644
--- a/scripts/update/README.md
+++ b/scripts/update/README.md
@@ -1,7 +1,7 @@
# Over-The-Air (OTA) Updates
diff --git a/scripts/update/update b/scripts/update/update
index c240a73..2b515d9 100755
--- a/scripts/update/update
+++ b/scripts/update/update
@@ -3,7 +3,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
if [[ $UID != 0 ]]; then
echo "Update script must be run as root"
diff --git a/services/electrs.yml b/services/electrs.yml
index a610a54..fafebdd 100644
--- a/services/electrs.yml
+++ b/services/electrs.yml
@@ -1,6 +1,6 @@
-# SPDX-FileCopyrightText: 2021 Aaron Dewes
+# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
electrs:
container_name: electrs
diff --git a/services/manage.py b/services/manage.py
index 061c89a..bf01fa7 100755
--- a/services/manage.py
+++ b/services/manage.py
@@ -1,8 +1,8 @@
#!/usr/bin/env python3
-# SPDX-FileCopyrightText: 2021 Aaron Dewes
+# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
import json
from typing import List
diff --git a/setenv b/setenv
index 1f20355..f0edaa1 100644
--- a/setenv
+++ b/setenv
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
-# SPDX-FileCopyrightText: 2021 Aaron Dewes
+# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
CITADEL_ROOT="$(dirname $(readlink -f "${BASH_SOURCE[0]}"))"
diff --git a/statuses/password.license b/statuses/password.license
index 864d85f..3dbc0fa 100644
--- a/statuses/password.license
+++ b/statuses/password.license
@@ -1,3 +1,3 @@
SPDX-FileCopyrightText: 2020 Aaron Dewes
-SPDX-License-Identifier: AGPL-3.0-or-later
\ No newline at end of file
+SPDX-License-Identifier: GPL-3.0-or-later
\ No newline at end of file
diff --git a/statuses/update-status.json.license b/statuses/update-status.json.license
index 783617a..8e9027e 100644
--- a/statuses/update-status.json.license
+++ b/statuses/update-status.json.license
@@ -1,3 +1,3 @@
SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
-SPDX-License-Identifier: AGPL-3.0-or-later
\ No newline at end of file
+SPDX-License-Identifier: GPL-3.0-or-later
\ No newline at end of file
diff --git a/templates/.env-sample b/templates/.env-sample
index b18a740..cc9d81b 100644
--- a/templates/.env-sample
+++ b/templates/.env-sample
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
# SPDX-FileCopyrightText: 2021 Citadel and contributors.
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
# Citadel Core
NETWORK_IP=
diff --git a/templates/bitcoin-sample.conf b/templates/bitcoin-sample.conf
index a53a8a1..f3fd8fc 100644
--- a/templates/bitcoin-sample.conf
+++ b/templates/bitcoin-sample.conf
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
# Please note: This file can't be changed, it will be overwritten.
# Tor
diff --git a/templates/electrs-sample.toml b/templates/electrs-sample.toml
index 4ba5b43..1dc92ad 100644
--- a/templates/electrs-sample.toml
+++ b/templates/electrs-sample.toml
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
# SPDX-FileCopyrightText: 2021 Citadel and contributors.
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
# Please note: This file can't be changed, it will be overwritten.
# A few modifications will be kept, including alias, color, channel size limitations and more if you contact us.
diff --git a/templates/lnd-sample.conf b/templates/lnd-sample.conf
index 37fe846..99112bd 100644
--- a/templates/lnd-sample.conf
+++ b/templates/lnd-sample.conf
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
# SPDX-FileCopyrightText: 2021 Citadel and contributors.
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
# Please note: This file can't be changed, it will be overwritten.
# A few modifications will be kept, including alias, color, channel size limitations and more if you contact us.
diff --git a/templates/nginx-sample.conf b/templates/nginx-sample.conf
index 3c93f99..d990d9d 100644
--- a/templates/nginx-sample.conf
+++ b/templates/nginx-sample.conf
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
user nginx;
worker_processes 1;
diff --git a/templates/torrc-core-sample b/templates/torrc-core-sample
index 1da1e8a..84931fc 100644
--- a/templates/torrc-core-sample
+++ b/templates/torrc-core-sample
@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
# Bind only to "" which is the tor IP within the container
SocksPort :
diff --git a/templates/torrc-empty b/templates/torrc-empty
index bc5ceab..66ae4e3 100644
--- a/templates/torrc-empty
+++ b/templates/torrc-empty
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/walletpassword.license b/walletpassword.license
index 4551d97..f0626d9 100644
--- a/walletpassword.license
+++ b/walletpassword.license
@@ -1,3 +1,3 @@
-SPDX-FileCopyrightText: 2021 Aaron Dewes
+SPDX-FileCopyrightText: 2021 Citadel and contributors
-SPDX-License-Identifier: AGPL-3.0-or-later
\ No newline at end of file
+SPDX-License-Identifier: GPL-3.0-or-later
\ No newline at end of file