Improve header, with note about LICENSE.

gh-10
This commit is contained in:
William Melody 2020-06-07 12:52:22 -07:00
parent 68b421f95a
commit 17b2615820
1 changed files with 4 additions and 2 deletions

6
hosts
View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# ###############################################################################
# __ __ # __ __
# / /_ ____ _____/ /______ # / /_ ____ _____/ /______
# / __ \/ __ \/ ___/ __/ ___/ # / __ \/ __ \/ ___/ __/ ___/
@ -12,7 +12,9 @@
# #
# Based on Bash Boilerplate: https://github.com/xwmx/bash-boilerplate # Based on Bash Boilerplate: https://github.com/xwmx/bash-boilerplate
# #
# Updates copyright (c) 2015 William Melody • hi@williammelody.com # Copyright (c) 2015 William Melody • hi@williammelody.com
# Licensed under The MIT License • See LICENSE for details.
###############################################################################
############################################################################### ###############################################################################
# Strict Mode # Strict Mode