diff options
Diffstat (limited to 'files')
-rwxr-xr-x | files/certreq.sh | 1 | ||||
-rwxr-xr-x | files/framework.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/files/certreq.sh b/files/certreq.sh index 459df53..4a2e468 100755 --- a/files/certreq.sh +++ b/files/certreq.sh @@ -2,6 +2,7 @@ # Filename: certreq.sh # Location: atower201:/etc/ansible/roles/certreq/files/certreq.sh # Author: bgstack15@gmail.com +# SPDX-License-Identifier: GPL-3.0-only # Startdate: 2017-11-17 09:13:53 # Title: Script that Requests a Certificate from a Microsoft Sub-CA # Purpose: Automate host certificate generation in a domain environment 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 |