added licensing on example file.
[feisty_meow.git] / scripts / shunit / example_shunit_test.sh
index cc6c1bb3d2cdf6bfd7dbf645738398c7fc165653..4b3482adf9b435855a71db60c3ab640937ab8d35 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