From: Chris Koeritz Date: Sat, 12 May 2012 17:08:43 +0000 (-0400) Subject: added licensing on example file. X-Git-Tag: 2.140.90~1349 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=a68c5c231bc1000ba0b569d3de90dfc849c147ee;p=feisty_meow.git added licensing on example file. --- diff --git a/scripts/shunit/example_shunit_test.sh b/scripts/shunit/example_shunit_test.sh index cc6c1bb3..4b3482ad 100755 --- a/scripts/shunit/example_shunit_test.sh +++ b/scripts/shunit/example_shunit_test.sh @@ -3,6 +3,7 @@ # An example of using shunit2. # # Author: Chris Koeritz +# license gnu gpl v3 export WORKDIR="$( \cd "$(\dirname "$0")" && \pwd )" # obtain the script's working directory. if [[ ! "$0" =~ ^/.* ]]; then