diff --git a/hosts b/hosts index 4b7f2fb..c272f2d 100755 --- a/hosts +++ b/hosts @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# +############################################################################### # __ __ # / /_ ____ _____/ /______ # / __ \/ __ \/ ___/ __/ ___/ @@ -12,7 +12,9 @@ # # 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