From 17b2615820010ccd38d2e934d843ac4c3242c917 Mon Sep 17 00:00:00 2001 From: William Melody Date: Sun, 7 Jun 2020 12:52:22 -0700 Subject: [PATCH] Improve header, with note about LICENSE. gh-10 --- hosts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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