From: Kern Sibbald Date: Sat, 19 Jan 2019 17:24:45 +0000 (+0100) Subject: Partial update copyright year X-Git-Tag: Release-9.4.2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c15dc149acd4d675d3ea6c17f1fb3aead5acb997;p=thirdparty%2Fbacula.git Partial update copyright year --- diff --git a/bacula/src/baconfig.h b/bacula/src/baconfig.h index d84459df7..939406149 100644 --- a/bacula/src/baconfig.h +++ b/bacula/src/baconfig.h @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2017 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/bacula.h b/bacula/src/bacula.h index b4bca5176..1fee62144 100644 --- a/bacula/src/bacula.h +++ b/bacula/src/bacula.h @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2017 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/bc_types.h b/bacula/src/bc_types.h index f1cfacc9a..40d99750e 100644 --- a/bacula/src/bc_types.h +++ b/bacula/src/bc_types.h @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2017 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/bsd b/bacula/src/bsd index 8a5960687..f276c8860 100644 --- a/bacula/src/bsd +++ b/bacula/src/bsd @@ -1,4 +1,4 @@ # -# Copyright (C) 2000-2018 Kern Sibbald +# Copyright (C) 2000-2019 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/bacula/src/c b/bacula/src/c index 0cbbd850f..5c98a0d1a 100644 --- a/bacula/src/c +++ b/bacula/src/c @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/ch.h b/bacula/src/ch.h index bc6771e79..bbe65a597 100644 --- a/bacula/src/ch.h +++ b/bacula/src/ch.h @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2017 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/fileopts.h b/bacula/src/fileopts.h index 88ca58797..7850add6c 100644 --- a/bacula/src/fileopts.h +++ b/bacula/src/fileopts.h @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2017 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/filetypes.h b/bacula/src/filetypes.h index 82f08f3c5..bb9281768 100644 --- a/bacula/src/filetypes.h +++ b/bacula/src/filetypes.h @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2017 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/jcr.h b/bacula/src/jcr.h index cc3567230..e8ecfedc5 100644 --- a/bacula/src/jcr.h +++ b/bacula/src/jcr.h @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2017 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/version.h b/bacula/src/version.h index ee96f8e5e..e57d2b464 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -5,14 +5,14 @@ #define COMMUNITY 1 /* Define to create a Windows community binary */ /* Note: there can be only *one* VERSION in this file */ -#define VERSION "9.4.1" -#define BDATE "21 December 2018" -#define LSMDATE "21Dec18" +#define VERSION "9.4.2" +#define BDATE "19 January 2019" +#define LSMDATE "19Jan19" #define RELEASE 1 /* Use ONLY in rpms */ -#define PROG_COPYRIGHT "Copyright (C) %d-2018 Kern Sibbald.\n" -#define BYEAR "2018" /* year for copyright messages in progs */ +#define PROG_COPYRIGHT "Copyright (C) %d-2019 Kern Sibbald.\n" +#define BYEAR "2019" /* year for copyright messages in progs */ /* * Versions of packages needed to build Bacula components @@ -23,7 +23,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/compat/compat.cpp b/bacula/src/win32/compat/compat.cpp index bd9a24fa6..fa27669bd 100644 --- a/bacula/src/win32/compat/compat.cpp +++ b/bacula/src/win32/compat/compat.cpp @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/compat/compat.h b/bacula/src/win32/compat/compat.h index 7e7286e81..aefd30e81 100644 --- a/bacula/src/win32/compat/compat.h +++ b/bacula/src/win32/compat/compat.h @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/compat/dlfcn.h b/bacula/src/win32/compat/dlfcn.h index 035eb7cfd..8f6777eab 100644 --- a/bacula/src/win32/compat/dlfcn.h +++ b/bacula/src/win32/compat/dlfcn.h @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/compat/getopt.h b/bacula/src/win32/compat/getopt.h index df1bf384d..e29ffc89d 100644 --- a/bacula/src/win32/compat/getopt.h +++ b/bacula/src/win32/compat/getopt.h @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/compat/print.cpp b/bacula/src/win32/compat/print.cpp index 4b3455020..695e0dcde 100644 --- a/bacula/src/win32/compat/print.cpp +++ b/bacula/src/win32/compat/print.cpp @@ -9,7 +9,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/compat/winapi.c b/bacula/src/win32/compat/winapi.c index 32001d5f4..e2598b16b 100644 --- a/bacula/src/win32/compat/winapi.c +++ b/bacula/src/win32/compat/winapi.c @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/compat/winapi.h b/bacula/src/win32/compat/winapi.h index 2a76c5e63..46a5ce985 100644 --- a/bacula/src/win32/compat/winapi.h +++ b/bacula/src/win32/compat/winapi.h @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/compat/winhost.h b/bacula/src/win32/compat/winhost.h index 3a077b971..5d7b56ab5 100644 --- a/bacula/src/win32/compat/winhost.h +++ b/bacula/src/win32/compat/winhost.h @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/filed/main.cpp b/bacula/src/win32/filed/main.cpp index a20a657ad..ae1dd2cd2 100644 --- a/bacula/src/win32/filed/main.cpp +++ b/bacula/src/win32/filed/main.cpp @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/filed/service.cpp b/bacula/src/win32/filed/service.cpp index c8f4a6f63..f7e3a158b 100644 --- a/bacula/src/win32/filed/service.cpp +++ b/bacula/src/win32/filed/service.cpp @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/filed/trayMonitor.cpp b/bacula/src/win32/filed/trayMonitor.cpp index 254943407..8e134989d 100644 --- a/bacula/src/win32/filed/trayMonitor.cpp +++ b/bacula/src/win32/filed/trayMonitor.cpp @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/filed/vss.cpp b/bacula/src/win32/filed/vss.cpp index e328e205c..1cfb40962 100644 --- a/bacula/src/win32/filed/vss.cpp +++ b/bacula/src/win32/filed/vss.cpp @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/filed/vss.h b/bacula/src/win32/filed/vss.h index e29a583f7..e453df552 100644 --- a/bacula/src/win32/filed/vss.h +++ b/bacula/src/win32/filed/vss.h @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/filed/vss_generic.cpp b/bacula/src/win32/filed/vss_generic.cpp index 74efc8c98..6e1afa593 100644 --- a/bacula/src/win32/filed/vss_generic.cpp +++ b/bacula/src/win32/filed/vss_generic.cpp @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/filed/who.h b/bacula/src/win32/filed/who.h index cedf6bfc3..0a7b512eb 100644 --- a/bacula/src/win32/filed/who.h +++ b/bacula/src/win32/filed/who.h @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/libwin32/aboutDialog.cpp b/bacula/src/win32/libwin32/aboutDialog.cpp index 0eab81d45..aa5fcb3b2 100644 --- a/bacula/src/win32/libwin32/aboutDialog.cpp +++ b/bacula/src/win32/libwin32/aboutDialog.cpp @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/libwin32/aboutDialog.h b/bacula/src/win32/libwin32/aboutDialog.h index b1fdd4c8e..63bf0795b 100644 --- a/bacula/src/win32/libwin32/aboutDialog.h +++ b/bacula/src/win32/libwin32/aboutDialog.h @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/libwin32/bacula.rc b/bacula/src/win32/libwin32/bacula.rc index 38577315e..7bbbb8a20 100644 --- a/bacula/src/win32/libwin32/bacula.rc +++ b/bacula/src/win32/libwin32/bacula.rc @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. @@ -90,7 +90,7 @@ BEGIN #endif VALUE "FileVersion", VERSION "\0" VALUE "InternalName", "Bacula\0" - VALUE "LegalCopyright", "Copyright Kern Sibbald, 2000-2018\0" + VALUE "LegalCopyright", "Copyright Kern Sibbald, 2000-2019\0" VALUE "LegalTrademarks", "Bacula(R)\0" VALUE "OriginalFilename", "bacula-fd.exe\0" VALUE "PrivateBuild", "\0" @@ -144,7 +144,7 @@ BEGIN LTEXT " by Kern Sibbald",-1,134,38,78,10 LTEXT "For more information, see:",-1,115,60,100,10 LTEXT " www.bacula.org",-1,115,70,100,10 - LTEXT "Copyright (C) 2000-2018, Kern Sibbald",-1,7,120,175,10 + LTEXT "Copyright (C) 2000-2019, Kern Sibbald",-1,7,120,175,10 LTEXT "Licensed by Kern Sibbald",-1,7,130,175,10 RTEXT "Build Date:",-1,108,24,42,8 RTEXT "Bacula Version:",-1,100,9,50,8 diff --git a/bacula/src/win32/libwin32/main.cpp b/bacula/src/win32/libwin32/main.cpp index c1d4d33f2..054239133 100644 --- a/bacula/src/win32/libwin32/main.cpp +++ b/bacula/src/win32/libwin32/main.cpp @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/libwin32/protos.h b/bacula/src/win32/libwin32/protos.h index 38bdeb13d..64d021606 100644 --- a/bacula/src/win32/libwin32/protos.h +++ b/bacula/src/win32/libwin32/protos.h @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/libwin32/res.h b/bacula/src/win32/libwin32/res.h index 6d9b9a66d..058fa9896 100644 --- a/bacula/src/win32/libwin32/res.h +++ b/bacula/src/win32/libwin32/res.h @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/libwin32/service.cpp b/bacula/src/win32/libwin32/service.cpp index 3d8a7eaec..0d9b9091a 100644 --- a/bacula/src/win32/libwin32/service.cpp +++ b/bacula/src/win32/libwin32/service.cpp @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/libwin32/statusDialog.cpp b/bacula/src/win32/libwin32/statusDialog.cpp index 674783c94..4989cf2d3 100644 --- a/bacula/src/win32/libwin32/statusDialog.cpp +++ b/bacula/src/win32/libwin32/statusDialog.cpp @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/libwin32/statusDialog.h b/bacula/src/win32/libwin32/statusDialog.h index f2770834b..4ea91f8f5 100644 --- a/bacula/src/win32/libwin32/statusDialog.h +++ b/bacula/src/win32/libwin32/statusDialog.h @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/libwin32/trayMonitor.cpp b/bacula/src/win32/libwin32/trayMonitor.cpp index ca0bd0459..229984ced 100644 --- a/bacula/src/win32/libwin32/trayMonitor.cpp +++ b/bacula/src/win32/libwin32/trayMonitor.cpp @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/libwin32/trayMonitor.h b/bacula/src/win32/libwin32/trayMonitor.h index 283aaf286..979237c5e 100644 --- a/bacula/src/win32/libwin32/trayMonitor.h +++ b/bacula/src/win32/libwin32/trayMonitor.h @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/libwin32/win32.h b/bacula/src/win32/libwin32/win32.h index 6511bd0ce..b9456c6e0 100644 --- a/bacula/src/win32/libwin32/win32.h +++ b/bacula/src/win32/libwin32/win32.h @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/stored/main.cpp b/bacula/src/win32/stored/main.cpp index a20a657ad..ae1dd2cd2 100644 --- a/bacula/src/win32/stored/main.cpp +++ b/bacula/src/win32/stored/main.cpp @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/stored/who.h b/bacula/src/win32/stored/who.h index c267699fd..7558421bd 100644 --- a/bacula/src/win32/stored/who.h +++ b/bacula/src/win32/stored/who.h @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2018 Kern Sibbald + Copyright (C) 2000-2019 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/win32/winapi.h b/bacula/src/win32/winapi.h index b4027dc9a..945313ecc 100644 --- a/bacula/src/win32/winapi.h +++ b/bacula/src/win32/winapi.h @@ -1,29 +1,20 @@ /* - Bacula® - The Network Backup Solution - - Copyright (C) 2003-2010 Free Software Foundation Europe e.V. - - The main author of Bacula is Kern Sibbald, with contributions from - many others, a complete list can be found in the file AUTHORS. - This program is Free Software; you can redistribute it and/or - modify it under the terms of version three of the GNU Affero General Public - License as published by the Free Software Foundation and included - in the file LICENSE. - - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. - - Bacula® is a registered trademark of Kern Sibbald. - The licensor of Bacula is the Free Software Foundation Europe - (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich, - Switzerland, email:ftf@fsfeurope.org. + Bacula(R) - The Network Backup Solution + + Copyright (C) 2000-2019 Kern Sibbald + + The original author of Bacula is Kern Sibbald, with contributions + from many others, a complete list can be found in the file AUTHORS. + + You may use this file and others of this release according to the + license defined in the LICENSE file, which includes the Affero General + Public License, v3.0 ("AGPLv3") and some additional permissions and + terms pursuant to its AGPLv3 Section 7. + + This notice must be preserved when any source code is + conveyed and/or propagated. + + Bacula(R) is a registered trademark of Kern Sibbald. */ /* * Windows APIs that are different for each system.