added licensing on example file.
authorChris Koeritz <fred@gruntose.com>
Sat, 12 May 2012 17:08:43 +0000 (13:08 -0400)
committerChris Koeritz <fred@gruntose.com>
Sat, 12 May 2012 17:08:43 +0000 (13:08 -0400)
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