From a68c5c231bc1000ba0b569d3de90dfc849c147ee Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 12 May 2012 13:08:43 -0400 Subject: [PATCH] added licensing on example file. --- scripts/shunit/example_shunit_test.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1