]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak license
authorKern Sibbald <kern@sibbald.com>
Tue, 6 Jan 2015 09:28:08 +0000 (10:28 +0100)
committerKern Sibbald <kern@sibbald.com>
Tue, 6 Jan 2015 09:33:19 +0000 (10:33 +0100)
bacula/scripts/dvd-handler.in
bacula/src/filed/Makefile.in
bacula/src/plugins/sd/example-plugin-sd.c
bacula/updatedb/update_sqlite_tables_9_to_10.in
regress/scripts/functions.pm
regress/scripts/setup
regress/tests/exclude-dir-test
regress/tests/hardlink-test
regress/tests/prune-config-test

index a02878eaf23aa9fff542ae3e6f0e1844a2c1a09b..61d16bc295ae53efcd7bd6ad012b877a1e1a96af 100644 (file)
@@ -1,5 +1,7 @@
 #!@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...)
@@ -88,7 +90,7 @@ class disk:
 #               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):
index d99af04ed0684ce47e4f4ee72a245382995876b9..bee5d892dfd7d0fee89035988fa5cd5a5a6a04a8 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Bacula Makefile for the File daemon
 #
-# Author: Kern Sibbal, 2002
+# Author: Kern Sibbald, 2002
 # License: LGPLv3
 #
 @MCOMMON@
index b3f2c2cf245eb4ea552f8105b067d2726794e3cd..be14924077ce2a313bd58e848a88fb5ba41128e7 100644 (file)
@@ -19,8 +19,8 @@
  *  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" {
index cb813fdf6720767fe10fa7bfb4055741b01f53e0..18b4bd947e4e8d49c1fce57806c54396161bd7fa 100644 (file)
@@ -1,5 +1,8 @@
 #!/bin/sh
 #
+# Author: Eric Bollengier, 2009
+# License: AGPLv3
+#
 # shell script to update SQLite from version 1.38 to 2.0
 #
 echo " "
index 6a93d54651942f9e792dd2de2a90a8783025fa57..99645383754311c22f4c4268afd9e578adb35ecd 100644 (file)
@@ -478,10 +478,10 @@ sub check_prune_list
     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;
         }
     }
index 2f7a75d9ba6955b8e771a883939ca53e05ff2f50..8f075f59e534bf7ad6db39f98b210e03bae82847 100755 (executable)
@@ -2,6 +2,9 @@
 #
 # Script to setup running Bacula regression tests
 #
+# Author: Kern Sibbald, 2003
+# License: LGPLv3
+#
 
 check_exit_code()
 {
index b60bb8b80b95da5ed8a317f6ff1c8225119d7f54..233d688bcf53be468d3a74014b2dd0d3b4389269 100755 (executable)
@@ -1,5 +1,8 @@
 #!/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
 #
index 6ee0e6b5efe00a4a92b5fce56370c833c7355cbb..8208537e31522faf31d02369248ebf66629ec59a 100755 (executable)
@@ -1,5 +1,8 @@
 #!/bin/sh
 #
+# Author: Kern Sibbald, 2006
+# License: AGPLv3
+#
 # Run a simple backup of the Bacula build directory
 #   then restore it.
 #
index 7bfd67bd0d88e33c098032240f33ddb9a999c11b..fed9527751bd966ff1ec17ae06653c828440c658 100755 (executable)
@@ -1,5 +1,8 @@
 #!/bin/sh
 #
+# Author: Eric Bollengier, 2010
+# License: AGPLv3
+#
 # This script will test prune algo
 #