aboutsummaryrefslogtreecommitdiff
path: root/files/framework.sh
diff options
context:
space:
mode:
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