From 3d9458d7d9c41639c03a58efaed411bd2ae3f2b2 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 2 Jan 2016 18:29:44 +0100 Subject: [PATCH] Change copyright as per agreement with FSFE + update copyright year --- bacula/src/tools/bpluginfo.c | 13 ++++++++----- bacula/src/tools/bregex.c | 3 +-- bacula/src/tools/bregtest.c | 3 +-- bacula/src/tools/bsnapshot.c | 3 +-- bacula/src/tools/bvfs_test.c | 5 ++--- bacula/src/tools/bwild.c | 3 +-- bacula/src/tools/cats_test.c | 7 +++---- bacula/src/tools/drivetype.c | 3 +-- bacula/src/tools/fstype.c | 3 +-- bacula/src/tools/testfind.c | 3 +-- bacula/src/tools/testls.c | 3 +-- 11 files changed, 21 insertions(+), 28 deletions(-) diff --git a/bacula/src/tools/bpluginfo.c b/bacula/src/tools/bpluginfo.c index 15318f17e5..36fe0ffdd0 100644 --- a/bacula/src/tools/bpluginfo.c +++ b/bacula/src/tools/bpluginfo.c @@ -10,19 +10,22 @@ * - Enabled functions, etc. */ /* - Bacula® - The Network Backup Solution + Bacula(R) - The Network Backup Solution - Copyright (C) 2006-2014 Free Software Foundation Europe e.V. + Copyright (C) 2012-2016 Kern Sibbald - The main author of Bacula is Kern Sibbald, with contributions from many - others, a complete list can be found in the file AUTHORS. + 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. - Bacula® is a registered trademark of Kern Sibbald. + This notice must be preserved when any source code is + conveyed and/or propagated. + + Bacula(R) is a registered trademark of Kern Sibbald. */ #ifdef working /* currently will not compile KES 21 Nov 2015 */ diff --git a/bacula/src/tools/bregex.c b/bacula/src/tools/bregex.c index 0b08934bdc..fe51eacf48 100644 --- a/bacula/src/tools/bregex.c +++ b/bacula/src/tools/bregex.c @@ -1,8 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2015 Kern Sibbald - Copyright (C) 2006-2014 Free Software Foundation Europe e.V. + Copyright (C) 2000-2016 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/tools/bregtest.c b/bacula/src/tools/bregtest.c index d28f0bcecc..b6d59453cf 100644 --- a/bacula/src/tools/bregtest.c +++ b/bacula/src/tools/bregtest.c @@ -1,8 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2015 Kern Sibbald - Copyright (C) 2006-2014 Free Software Foundation Europe e.V. + Copyright (C) 2000-2016 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/tools/bsnapshot.c b/bacula/src/tools/bsnapshot.c index 6d6b85b028..68495db56b 100644 --- a/bacula/src/tools/bsnapshot.c +++ b/bacula/src/tools/bsnapshot.c @@ -1,8 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2015 Kern Sibbald - Copyright (C) 2011-2014 Free Software Foundation Europe e.V. + Copyright (C) 2000-2016 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/tools/bvfs_test.c b/bacula/src/tools/bvfs_test.c index 3ac32537b7..6037faa104 100644 --- a/bacula/src/tools/bvfs_test.c +++ b/bacula/src/tools/bvfs_test.c @@ -1,8 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2015 Kern Sibbald - Copyright (C) 2009-2014 Free Software Foundation Europe e.V. + Copyright (C) 2000-2016 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. @@ -221,7 +220,7 @@ int main (int argc, char *argv[]) pm_strcpy(bjcr->client_name, "Dummy.Client.Name"); bstrncpy(bjcr->Job, "bvfs_test", sizeof(bjcr->Job)); - if ((db = db_init_database(NULL, NULL, db_name, db_user, db_password, + if ((db = db_init_database(NULL, NULL, db_name, db_user, db_password, db_host, 0, NULL, db_ssl_key, db_ssl_cert, db_ssl_ca, db_ssl_capath, db_ssl_cipher, diff --git a/bacula/src/tools/bwild.c b/bacula/src/tools/bwild.c index e523d3f5a6..66b872d9e1 100644 --- a/bacula/src/tools/bwild.c +++ b/bacula/src/tools/bwild.c @@ -1,8 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2015 Kern Sibbald - Copyright (C) 2006-2014 Free Software Foundation Europe e.V. + Copyright (C) 2000-2016 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/tools/cats_test.c b/bacula/src/tools/cats_test.c index c51f21fbe9..75adc4d303 100644 --- a/bacula/src/tools/cats_test.c +++ b/bacula/src/tools/cats_test.c @@ -1,8 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2015 Kern Sibbald - Copyright (C) 2011-2014 Free Software Foundation Europe e.V. + Copyright (C) 2000-2016 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. @@ -325,8 +324,8 @@ int main (int argc, char *argv[]) */ jcr = new_jcr(sizeof(JCR), NULL); - jcr->setJobType(JT_CONSOLE); - jcr->setJobLevel(L_NONE); + jcr->setJobType(JT_CONSOLE); + jcr->setJobLevel(L_NONE); jcr->JobStatus = JS_Running; bstrncpy(jcr->Job, "**dummy**", sizeof(jcr->Job)); jcr->JobId = pid; /* this is JobId on tape */ diff --git a/bacula/src/tools/drivetype.c b/bacula/src/tools/drivetype.c index f62f3f0c89..7d421c4705 100644 --- a/bacula/src/tools/drivetype.c +++ b/bacula/src/tools/drivetype.c @@ -1,8 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2015 Kern Sibbald - Copyright (C) 2006-2014 Free Software Foundation Europe e.V. + Copyright (C) 2000-2016 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/tools/fstype.c b/bacula/src/tools/fstype.c index 150afe65e2..d61e0f28b8 100644 --- a/bacula/src/tools/fstype.c +++ b/bacula/src/tools/fstype.c @@ -1,8 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2015 Kern Sibbald - Copyright (C) 2004-2014 Free Software Foundation Europe e.V. + Copyright (C) 2000-2016 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/tools/testfind.c b/bacula/src/tools/testfind.c index bcd67a514d..8b4537ebd0 100644 --- a/bacula/src/tools/testfind.c +++ b/bacula/src/tools/testfind.c @@ -1,8 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2015 Kern Sibbald - Copyright (C) 2000-2014 Free Software Foundation Europe e.V. + Copyright (C) 2000-2016 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/tools/testls.c b/bacula/src/tools/testls.c index 65fa99a0cb..bfcab4c168 100644 --- a/bacula/src/tools/testls.c +++ b/bacula/src/tools/testls.c @@ -1,8 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2015 Kern Sibbald - Copyright (C) 2000-2014 Free Software Foundation Europe e.V. + Copyright (C) 2000-2016 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. -- 2.39.2