Skip to content

Commit bd6d41f

Browse files
Merge pull request #14 from obscureorganization/obscurerichard/add-copyright-and-license
Add copyright statement and MIT license to more bash scripts
2 parents 96b9e10 + 7218779 commit bd6d41f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

cert-notifier.sh

100755100644
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
# restart those subsystems.
66
#
77
# Configure this in /etc/sysconfig/certbot
8+
#
9+
# Copyright (C) 2022 The Obscure Organization
10+
#
11+
# MIT licensed. See the LICENSE file for details.
812

913
# Set unofficial bash strict mode http://redsymbol.net/articles/unofficial-bash-strict-mode/
1014
set -euo pipefail

mail-symlink-inbox.sh

100755100644
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#!/usr/bin/env bash
22
# mail-symlink-inbox.sh
3+
#
4+
# Copyright (C) 2022 The Obscure Organization
5+
#
6+
# MIT licensed. See the LICENSE file for details.
7+
38
set -euo pipefail
49

510
DEBUG=${DEBUG:-false}

0 commit comments

Comments
 (0)