From d596b6be5bbe8eee928ed4af8feda6d180f1f918 Mon Sep 17 00:00:00 2001 From: robocopAlpha <35454738+robocopAlpha@users.noreply.github.com> Date: Tue, 4 Aug 2020 12:59:19 +0300 Subject: [PATCH] add copyright text --- brewlog.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/brewlog.sh b/brewlog.sh index fac60f5..b4b9029 100644 --- a/brewlog.sh +++ b/brewlog.sh @@ -1,7 +1,7 @@ #!/bin/bash ########### -# author: robocopAlpha +# author: Deepankar Chakroborty # https://github.com/robocopAlpha # Leave feedback: https://gist.github.com/robocopAlpha/3e9792b6e47c3648e725fb518a2dbf68 # @@ -48,7 +48,7 @@ printf 'brewlog v.0.1 - brewlog allows you to run homebrew commands while simultanously logging to a file Follow the development: https://github.com/robocopAlpha/brewlog - +Copyright 2020, Deepankar Chakroborty. All rights reserved. '; } @@ -98,4 +98,6 @@ else # logs both STDOUT and STDERR to $LOGFILE $(which brew) "$@" 2>&1 | tee -a "$LOGFILE" exit 0; -fi \ No newline at end of file +fi + +# Copyright 2020, Deepankar Chakroborty. All rights reserved. \ No newline at end of file