From f4bdb72a7ed9274940c0c29ccc44a3a7673321e9 Mon Sep 17 00:00:00 2001 From: dchakro <35454738+dchakro@users.noreply.github.com> Date: Sat, 5 Sep 2020 19:26:37 +0300 Subject: [PATCH] Add author info --- show_colors.sh | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/show_colors.sh b/show_colors.sh index 324a434..19bad12 100755 --- a/show_colors.sh +++ b/show_colors.sh @@ -1,6 +1,18 @@ #!/usr/bin/env bash -# Syntax of colors from https: //misc.flogisoft.com/bash/tip_colors_and_formatting +# #<----------------------------> +# # You must include this section when: +# # Distributing, Using and/or Modifying this code. +# # Please read and abide by the terms of the included LICENSE. +# # Copyright 2020, Deepankar Chakroborty, All rights reserved. +# # +# # Author : Deepankar Chakroborty (https://github.com/dchakro) +# # Report issues: https://github.com/dchakro/alacritty_colors/issues +# # License: https://github.com/dchakro/alacritty_colors/blob/master/LICENSE +# #<----------------------------> + +# # Syntax of colors from https://misc.flogisoft.com/bash/tip_colors_and_formatting + NC='\033[0m'