From c5e33b51e5d112a09420d242c3d8cf1c23aeeafa Mon Sep 17 00:00:00 2001 From: downtownallday Date: Sat, 4 Jan 2025 15:08:53 -0500 Subject: [PATCH] Update license --- tools/ssl_cleanup | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tools/ssl_cleanup b/tools/ssl_cleanup index eb3eba7b..95f099de 100755 --- a/tools/ssl_cleanup +++ b/tools/ssl_cleanup @@ -1,4 +1,13 @@ #!/bin/bash +##### +##### This file is part of Mail-in-a-Box-LDAP which is released under the +##### terms of the GNU Affero General Public License as published by the +##### Free Software Foundation, either version 3 of the License, or (at +##### your option) any later version. See file LICENSE or go to +##### https://github.com/downtownallday/mailinabox-ldap for full license +##### details. +##### + # Cleanup SSL certificates which expired more than 7 days ago from $STORAGE_ROOT/ssl and move them to $STORAGE_ROOT/ssl.expired source /etc/mailinabox.conf