OSDN Git Service

[update] Added License
[alterlinux/LUBS.git] / echo_color
index 696f4dc..79ff33b 100755 (executable)
@@ -1,4 +1,15 @@
 #!/usr/bin/env bash
+# SPDX-License-Identifier: GPL-3.0
+#
+# mk-linux419
+# Twitter: @fascoder_4
+# Email  : m.k419sabuaka@gmail.com
+#
+# (c) 2019-2020 Fascode Network.
+#
+# echo_color
+#
+
 while getopts 't:b:d:' arg; do
     case ${arg} in
         t) textcolor="${OPTARG}" ;;