diff --git a/psi-alerts.sh b/psi-alerts.sh
index f48594b..6013780 100755
--- a/psi-alerts.sh
+++ b/psi-alerts.sh
@@ -1,8 +1,9 @@
#!/usr/bin/env zsh
+################################################################################
# Send alerts when Pressure Stall Information is high
#
-# Copyright © 2023 Trey Blancher
+# Copyright © 2023 Trey Blancher $(base64 -d <<< dHJleUBibGFuY2hlci5uZXQK)
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the Free
@@ -16,6 +17,9 @@
#
# You should have received a copy of the GNU General Public License along
# with this program. If not, see .
+#
+# Submodules may be distributed under a separate software license; see the
+# LICENSE file within each submodule.
#
# This script monitors the systemd journal, specifically the
# `psi-monitor.service` and waits for Pressure State Information monitor events
@@ -32,7 +36,7 @@
# systemd psi-alerts@.service overrides (will be placed in
# /etc/systemd/system/psi-alerts@.service.d/override.conf. See the
# README.md for details.
-
+################################################################################
svc="psi-monitor.service"
cpu="/proc/pressure/cpu"