diff options
author | B. Stack <bgstack15@gmail.com> | 2024-03-26 13:47:23 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-03-26 13:47:23 -0400 |
commit | bc761840c1ede052f9368173016346120b21f73f (patch) | |
tree | 85ecff73499e7be4c7ebfe73abbdde1e401a718e /files/framework.sh | |
parent | Merge branch 'add_basic_auth_method_and_passwordfile_input' into 'master' (diff) | |
download | certreq-master.tar.gz certreq-master.tar.bz2 certreq-master.zip |
Diffstat (limited to 'files/framework.sh')
-rwxr-xr-x | files/framework.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/framework.sh b/files/framework.sh index 9ef9470..d47af8e 100755 --- a/files/framework.sh +++ b/files/framework.sh @@ -1,6 +1,7 @@ #!/bin/sh # File: /tmp/framework.sh # Author: bgstack15@gmail.com +# SPDX-License-Identifier: GPL-3.0-only # Startdate: 2014-06-02 15:22 # Title: Framework for Common Elements in My Scripts # Purpose: Library of common script elements |