Skip to content

Commit

Permalink
Merge pull request #14 from obscureorganization/obscurerichard/add-co…
Browse files Browse the repository at this point in the history
…pyright-and-license

Add copyright statement and MIT license to more bash scripts
  • Loading branch information
obscurerichard authored Dec 15, 2024
2 parents 96b9e10 + 7218779 commit bd6d41f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cert-notifier.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions mail-symlink-inbox.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -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}
Expand Down

0 comments on commit bd6d41f

Please sign in to comment.