From: Eric Bollengier Date: Fri, 4 Sep 2020 09:08:18 +0000 (+0200) Subject: regress: update copyrights X-Git-Tag: Release-11.3.2~1095 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef8b8c6120070e12f017602ee34de8cc51cd2721;p=thirdparty%2Fbacula.git regress: update copyrights --- diff --git a/regress/scripts/bacula-sd-4disk.conf.in b/regress/scripts/bacula-sd-4disk.conf.in index 6e5ceaeb1..58d8da0bf 100644 --- a/regress/scripts/bacula-sd-4disk.conf.in +++ b/regress/scripts/bacula-sd-4disk.conf.in @@ -1,5 +1,5 @@ # -# Copyright (C) 2000-2017 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # # Default Bacula Storage Daemon Configuration file diff --git a/regress/scripts/check_for_zombie_jobs b/regress/scripts/check_for_zombie_jobs index c3eeafd1a..12232395e 100755 --- a/regress/scripts/check_for_zombie_jobs +++ b/regress/scripts/check_for_zombie_jobs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/cleanup-2drive.in b/regress/scripts/cleanup-2drive.in index 6c8eb9382..381a9158e 100644 --- a/regress/scripts/cleanup-2drive.in +++ b/regress/scripts/cleanup-2drive.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/cleanup-2tape.in b/regress/scripts/cleanup-2tape.in index f50de9486..2dfe8c8d2 100644 --- a/regress/scripts/cleanup-2tape.in +++ b/regress/scripts/cleanup-2tape.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/cleanup-tape.in b/regress/scripts/cleanup-tape.in index c0e9061cd..43ba7541f 100644 --- a/regress/scripts/cleanup-tape.in +++ b/regress/scripts/cleanup-tape.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/config_dart b/regress/scripts/config_dart index 44918c713..3bfbc7285 100755 --- a/regress/scripts/config_dart +++ b/regress/scripts/config_dart @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/copy-2client-confs b/regress/scripts/copy-2client-confs index af169a549..fe2138a88 100755 --- a/regress/scripts/copy-2client-confs +++ b/regress/scripts/copy-2client-confs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2017 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # cp -f scripts/bacula-dir-2client.conf ${conf}/bacula-dir.conf diff --git a/regress/scripts/copy-2disk-confs b/regress/scripts/copy-2disk-confs index 6b3d63aab..193330a26 100755 --- a/regress/scripts/copy-2disk-confs +++ b/regress/scripts/copy-2disk-confs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2017 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # # Setup for using the Virtual Disk Changer (simulates tape changer) diff --git a/regress/scripts/copy-2disk-drive-confs b/regress/scripts/copy-2disk-drive-confs index 0d318c3b0..06ef71686 100755 --- a/regress/scripts/copy-2disk-drive-confs +++ b/regress/scripts/copy-2disk-drive-confs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2017 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # cp -f scripts/bacula-dir-tape.conf ${conf}/bacula-dir.conf diff --git a/regress/scripts/copy-2disk-tape-confs b/regress/scripts/copy-2disk-tape-confs index 54ac1688b..6a7efde1f 100755 --- a/regress/scripts/copy-2disk-tape-confs +++ b/regress/scripts/copy-2disk-tape-confs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2017 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # cp -f scripts/bacula-dir-tape.conf ${conf}/bacula-dir.conf diff --git a/regress/scripts/copy-2disk-virtual-confs b/regress/scripts/copy-2disk-virtual-confs index 25fa071e9..0bc411198 100755 --- a/regress/scripts/copy-2disk-virtual-confs +++ b/regress/scripts/copy-2disk-virtual-confs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2017 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # cp -f scripts/bacula-dir-tape.conf ${conf}/bacula-dir.conf diff --git a/regress/scripts/copy-2drive-confs b/regress/scripts/copy-2drive-confs index 2272d12b4..6e4760f60 100755 --- a/regress/scripts/copy-2drive-confs +++ b/regress/scripts/copy-2drive-confs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2017 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # cp -f scripts/bacula-dir-tape.conf ${conf}/bacula-dir.conf diff --git a/regress/scripts/copy-2tape-confs b/regress/scripts/copy-2tape-confs index 9f3ee29e5..4cedb09cb 100755 --- a/regress/scripts/copy-2tape-confs +++ b/regress/scripts/copy-2tape-confs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2017 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # cp -f scripts/bacula-dir-tape.conf ${conf}/bacula-dir.conf diff --git a/regress/scripts/copy-4disk-confs b/regress/scripts/copy-4disk-confs index 6e0c464f1..321c9bc17 100755 --- a/regress/scripts/copy-4disk-confs +++ b/regress/scripts/copy-4disk-confs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2017 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # # diff --git a/regress/scripts/copy-btape-confs b/regress/scripts/copy-btape-confs index 619ced8ea..b25a8afb3 100755 --- a/regress/scripts/copy-btape-confs +++ b/regress/scripts/copy-btape-confs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2017 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # /bin/cp -f ${rscripts}/bacula-dir-tape.conf ${conf}/bacula-dir.conf diff --git a/regress/scripts/copy-collect-confs b/regress/scripts/copy-collect-confs index af340b07e..ce82a8d1b 100755 --- a/regress/scripts/copy-collect-confs +++ b/regress/scripts/copy-collect-confs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # # Radosław Korzeniewski, MMXVIII diff --git a/regress/scripts/copy-confs b/regress/scripts/copy-confs index fc67b6d45..6aca96b35 100755 --- a/regress/scripts/copy-confs +++ b/regress/scripts/copy-confs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/copy-crypto-confs b/regress/scripts/copy-crypto-confs index f59699afc..650f5fc4c 100755 --- a/regress/scripts/copy-crypto-confs +++ b/regress/scripts/copy-crypto-confs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/copy-fifo-confs b/regress/scripts/copy-fifo-confs index e3eae01df..890b23796 100755 --- a/regress/scripts/copy-fifo-confs +++ b/regress/scripts/copy-fifo-confs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/copy-migration-confs b/regress/scripts/copy-migration-confs index cc2d38b06..4f7992c2c 100755 --- a/regress/scripts/copy-migration-confs +++ b/regress/scripts/copy-migration-confs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/copy-strip-confs b/regress/scripts/copy-strip-confs index 34d28877d..2d75aab0f 100755 --- a/regress/scripts/copy-strip-confs +++ b/regress/scripts/copy-strip-confs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/copy-tape-confs b/regress/scripts/copy-tape-confs index d76c9e17d..b048e7f25 100755 --- a/regress/scripts/copy-tape-confs +++ b/regress/scripts/copy-tape-confs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/copy-test-confs b/regress/scripts/copy-test-confs index d2d8b4919..62af394b6 100755 --- a/regress/scripts/copy-test-confs +++ b/regress/scripts/copy-test-confs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/copy-testa-confs b/regress/scripts/copy-testa-confs index 5046238bc..1ebbddf4b 100755 --- a/regress/scripts/copy-testa-confs +++ b/regress/scripts/copy-testa-confs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/copy-tls-auth-conf b/regress/scripts/copy-tls-auth-conf index 549bca71d..5e7989ed7 100755 --- a/regress/scripts/copy-tls-auth-conf +++ b/regress/scripts/copy-tls-auth-conf @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/copy-tls-confs b/regress/scripts/copy-tls-confs index 6a3f5b373..eece9c62d 100755 --- a/regress/scripts/copy-tls-confs +++ b/regress/scripts/copy-tls-confs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/copy-tls-crypto-confs b/regress/scripts/copy-tls-crypto-confs index a88bf62a5..74c913f3d 100755 --- a/regress/scripts/copy-tls-crypto-confs +++ b/regress/scripts/copy-tls-crypto-confs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2017 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # cp -f scripts/tls-bacula-dir.conf ${conf}/bacula-dir.conf diff --git a/regress/scripts/copy-virtual-confs b/regress/scripts/copy-virtual-confs index f2a81b4e2..f58cf60ae 100755 --- a/regress/scripts/copy-virtual-confs +++ b/regress/scripts/copy-virtual-confs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/get-os b/regress/scripts/get-os index a50cfc97c..597c569fb 100755 --- a/regress/scripts/get-os +++ b/regress/scripts/get-os @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/gpfs-copy-confs b/regress/scripts/gpfs-copy-confs index 9a0ce55b1..5fb4b06e3 100755 --- a/regress/scripts/gpfs-copy-confs +++ b/regress/scripts/gpfs-copy-confs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2017 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # . scripts/functions diff --git a/regress/scripts/migrate-bacula-dir.conf.in b/regress/scripts/migrate-bacula-dir.conf.in index bc69a532e..89c4c0d0b 100644 --- a/regress/scripts/migrate-bacula-dir.conf.in +++ b/regress/scripts/migrate-bacula-dir.conf.in @@ -1,5 +1,5 @@ # -# Copyright (C) 2000-2017 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # # Test for finding Migration errors. Essential diff --git a/regress/scripts/migrate-bacula-sd.conf.in b/regress/scripts/migrate-bacula-sd.conf.in index a7d9dcbdb..16d0d2266 100644 --- a/regress/scripts/migrate-bacula-sd.conf.in +++ b/regress/scripts/migrate-bacula-sd.conf.in @@ -1,5 +1,5 @@ # -# Copyright (C) 2000-2017 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # # For testing migration diff --git a/regress/scripts/prepare-disk-changer b/regress/scripts/prepare-disk-changer index 8985539d3..c306592d0 100755 --- a/regress/scripts/prepare-disk-changer +++ b/regress/scripts/prepare-disk-changer @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/prepare-fake-autochanger.in b/regress/scripts/prepare-fake-autochanger.in index 75e18095e..c232bf40c 100644 --- a/regress/scripts/prepare-fake-autochanger.in +++ b/regress/scripts/prepare-fake-autochanger.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2017 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # # This script will prepare a big dummy autochanger diff --git a/regress/scripts/prepare-other-loc b/regress/scripts/prepare-other-loc index dfe142eab..34a3ff1b8 100755 --- a/regress/scripts/prepare-other-loc +++ b/regress/scripts/prepare-other-loc @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2017 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/prepare-other-loc2 b/regress/scripts/prepare-other-loc2 index d6b7b724b..e1e5c5b31 100755 --- a/regress/scripts/prepare-other-loc2 +++ b/regress/scripts/prepare-other-loc2 @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2017 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/prepare-two-tapes.in b/regress/scripts/prepare-two-tapes.in index c91864a7d..e72d71246 100644 --- a/regress/scripts/prepare-two-tapes.in +++ b/regress/scripts/prepare-two-tapes.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/pretest b/regress/scripts/pretest index 06c1ebe57..d791938ba 100755 --- a/regress/scripts/pretest +++ b/regress/scripts/pretest @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/regress-config.in b/regress/scripts/regress-config.in index 6e9f6fb3d..5e1f30d11 100644 --- a/regress/scripts/regress-config.in +++ b/regress/scripts/regress-config.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2017 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # # This is the configuration script for regression testing diff --git a/regress/scripts/setup b/regress/scripts/setup index 4e072d2f4..2b69b4bc0 100755 --- a/regress/scripts/setup +++ b/regress/scripts/setup @@ -2,7 +2,7 @@ # # Script to setup running Bacula regression tests # -# Copyright (C) 2000-2016 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/regress/scripts/update-ctest.in b/regress/scripts/update-ctest.in index 3d2cb68d2..d5f3bda3a 100644 --- a/regress/scripts/update-ctest.in +++ b/regress/scripts/update-ctest.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS #