Merge branch 'master' of ssh://feistymeow.org/feisty_meow
[feisty_meow.git] / scripts / shunit / example_shunit_test.sh
index e33b9c3881f954f41cf42d6bf86abf165d9cac13..9d389bee41a93d6a5b013cd6a951e6ebfb4a4c0b 100755 (executable)
@@ -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