#!@PYTHON@
 #
+# License: AGPLv3
+#
 # Check the free space available on a writable DVD
 # Should always exit with 0 status, otherwise it indicates a serious error.
 # (wrong number of arguments, Python exception...)
 #               This method should also prepare a blank disk so that a
 #               certain part of the disk is used to allow detection of a
 #               used disk by all / more disk drives.
-# prepare       Blank the device
+# prepare       Blank the device
 #
 ###############################################################################
    def __init__(self, devicename):
 
 #
 # Bacula Makefile for the File daemon
 #
-# Author: Kern Sibbal, 2002
+# Author: Kern Sibbald, 2002
 # License: LGPLv3
 #
 @MCOMMON@
 
  *  Kern Sibbald, October 2007
  *
  */
-#include "bacula.h"
-#include "stored.h"
+#include "bacula.h"         /* General Bacula headers */
+#include "stored.h"         /* Pull in storage daemon headers */
 
 #ifdef __cplusplus
 extern "C" {
 
 #!/bin/sh
 #
+# Author: Eric Bollengier, 2009
+# License: AGPLv3
+#
 # shell script to update SQLite from version 1.38 to 2.0
 #
 echo " "
 
     close(FP);
     foreach my $jobid (keys %to_check) {
         if (!$seen{$jobid}) {
-            print "******* listing of $f *********\n";
+            print "******** listing of $f *********\n";
             system("cat $f");
-            print "******* end listing of $f *********\n";
-            print "ERROR: in $f, JobId=$jobid should not but is still present in the 2nd 'list jobs'\n";
+            print "******** end listing of $f *********\n";
+            print "ERROR: in $f, JobId=$jobid should not be, but is still present in the 2nd 'list jobs'\n";
             exit 1;
         }
     }
 
 #
 # Script to setup running Bacula regression tests
 #
+# Author: Kern Sibbald, 2003
+# License: LGPLv3
+#
 
 check_exit_code()
 {
 
 #!/bin/sh
 #
+# Author: Eric Bollengier, 2009
+# License: AGPLv3
+#
 # Run a simple backup of the Bacula build directory using the compressed option
 #   then backup a second time and finally restore it
 #
 
 #!/bin/sh
 #
+# Author: Kern Sibbald, 2006
+# License: AGPLv3
+#
 # Run a simple backup of the Bacula build directory
 #   then restore it.
 #
 
 #!/bin/sh
 #
+# Author: Eric Bollengier, 2010
+# License: AGPLv3
+#
 # This script will test prune algo
 #