aboutsummaryrefslogtreecommitdiff
path: root/files/framework.sh
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-03-26 13:47:23 -0400
committerB. Stack <bgstack15@gmail.com>2024-03-26 13:47:23 -0400
commitbc761840c1ede052f9368173016346120b21f73f (patch)
tree85ecff73499e7be4c7ebfe73abbdde1e401a718e /files/framework.sh
parentMerge branch 'add_basic_auth_method_and_passwordfile_input' into 'master' (diff)
downloadcertreq-master.tar.gz
certreq-master.tar.bz2
certreq-master.zip
add license headersHEADmaster
Diffstat (limited to 'files/framework.sh')
-rwxr-xr-xfiles/framework.sh1
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
bgstack15