From 35f916c7938b93bfe5939631704576d826b6db6e Mon Sep 17 00:00:00 2001 From: Richard Bullington-McGuire Date: Sun, 15 Dec 2024 09:21:59 -0500 Subject: [PATCH] Add copyright statement and MIT license to more bash scripts --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/obscureorganization/obscure-scripts?shareId=XXXX-XXXX-XXXX-XXXX). --- cert-notifier.sh | 4 ++++ mail-symlink-inbox.sh | 5 +++++ 2 files changed, 9 insertions(+) mode change 100755 => 100644 cert-notifier.sh mode change 100755 => 100644 mail-symlink-inbox.sh diff --git a/cert-notifier.sh b/cert-notifier.sh old mode 100755 new mode 100644 index 8a8be5a..d56d4fb --- a/cert-notifier.sh +++ b/cert-notifier.sh @@ -5,6 +5,10 @@ # restart those subsystems. # # Configure this in /etc/sysconfig/certbot +# +# Copyright (C) 2022 The Obscure Organization +# +# MIT licensed. See the LICENSE file for details. # Set unofficial bash strict mode http://redsymbol.net/articles/unofficial-bash-strict-mode/ set -euo pipefail diff --git a/mail-symlink-inbox.sh b/mail-symlink-inbox.sh old mode 100755 new mode 100644 index 42da068..1a0da05 --- a/mail-symlink-inbox.sh +++ b/mail-symlink-inbox.sh @@ -1,5 +1,10 @@ #!/usr/bin/env bash # mail-symlink-inbox.sh +# +# Copyright (C) 2022 The Obscure Organization +# +# MIT licensed. See the LICENSE file for details. + set -euo pipefail DEBUG=${DEBUG:-false}