From 16415680c8b2c30cddd68400f906d410b4d344f0 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 8 Jul 2005 10:03:27 +0000 Subject: [PATCH] - Correct typo in Copyright - Add detection of EOM for IBM drives (i.e. errno == ENOSPC) git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2180 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/kes-1.37 | 2 ++ bacula/src/baconfig.h | 2 +- bacula/src/c | 2 +- bacula/src/cats/cats.h | 2 +- bacula/src/cats/postgresql.c | 2 +- bacula/src/cats/sql_get.c | 2 +- bacula/src/cats/sql_list.c | 2 +- bacula/src/console/conio.c | 2 +- bacula/src/console/console.c | 2 +- bacula/src/console/console_conf.c | 2 +- bacula/src/console/console_conf.h | 2 +- bacula/src/dird/authenticate.c | 2 +- bacula/src/dird/backup.c | 2 +- bacula/src/dird/bsr.c | 2 +- bacula/src/dird/catreq.c | 2 +- bacula/src/dird/dird.c | 2 +- bacula/src/dird/dird_conf.c | 2 +- bacula/src/dird/dird_conf.h | 2 +- bacula/src/dird/fd_cmds.c | 2 +- bacula/src/dird/inc_conf.c | 2 +- bacula/src/dird/job.c | 2 +- bacula/src/dird/msgchan.c | 2 +- bacula/src/dird/newvol.c | 2 +- bacula/src/dird/protos.h | 2 +- bacula/src/dird/pythondir.c | 2 +- bacula/src/dird/restore.c | 2 +- bacula/src/dird/run_conf.c | 2 +- bacula/src/dird/sql_cmds.c | 2 +- bacula/src/dird/ua_cmds.c | 2 +- bacula/src/dird/ua_dotcmds.c | 2 +- bacula/src/dird/ua_input.c | 2 +- bacula/src/dird/ua_label.c | 2 +- bacula/src/dird/ua_output.c | 2 +- bacula/src/dird/ua_prune.c | 2 +- bacula/src/dird/ua_purge.c | 2 +- bacula/src/dird/ua_query.c | 2 +- bacula/src/dird/ua_restore.c | 2 +- bacula/src/dird/ua_run.c | 2 +- bacula/src/dird/ua_select.c | 2 +- bacula/src/dird/ua_server.c | 2 +- bacula/src/dird/ua_status.c | 2 +- bacula/src/dird/ua_tree.c | 2 +- bacula/src/dird/ua_update.c | 2 +- bacula/src/dird/verify.c | 2 +- bacula/src/filed/filed.c | 2 +- bacula/src/filed/filed_conf.h | 2 +- bacula/src/filed/heartbeat.c | 2 +- bacula/src/filed/job.c | 2 +- bacula/src/filed/restore.c | 2 +- bacula/src/findlib/create_file.c | 2 +- bacula/src/findlib/find.c | 2 +- bacula/src/findlib/match.c | 2 +- bacula/src/host.h.in | 2 +- bacula/src/jcr.h | 2 +- bacula/src/lib/attr.c | 2 +- bacula/src/lib/bnet.c | 2 +- bacula/src/lib/bsock.h | 2 +- bacula/src/lib/btimers.c | 2 +- bacula/src/lib/dlist.c | 2 +- bacula/src/lib/dlist.h | 2 +- bacula/src/lib/edit.c | 2 +- bacula/src/lib/htable.c | 2 +- bacula/src/lib/htable.h | 2 +- bacula/src/lib/jcr.c | 2 +- bacula/src/lib/message.c | 2 +- bacula/src/lib/parse_conf.c | 2 +- bacula/src/lib/pythonlib.c | 2 +- bacula/src/lib/res.c | 2 +- bacula/src/lib/tree.c | 2 +- bacula/src/lib/tree.h | 2 +- bacula/src/stored/acquire.c | 2 +- bacula/src/stored/ansi_label.c | 3 ++- bacula/src/stored/askdir.c | 2 +- bacula/src/stored/autochanger.c | 2 +- bacula/src/stored/bcopy.c | 2 +- bacula/src/stored/bextract.c | 2 +- bacula/src/stored/block.c | 2 +- bacula/src/stored/bls.c | 2 +- bacula/src/stored/bscan.c | 2 +- bacula/src/stored/btape.c | 2 +- bacula/src/stored/butil.c | 2 +- bacula/src/stored/dev.c | 8 +++++++- bacula/src/stored/dev.h | 2 +- bacula/src/stored/device.c | 2 +- bacula/src/stored/dircmd.c | 2 +- bacula/src/stored/dvd.c | 2 +- bacula/src/stored/job.c | 2 +- bacula/src/stored/label.c | 2 +- bacula/src/stored/match_bsr.c | 2 +- bacula/src/stored/mount.c | 2 +- bacula/src/stored/parse_bsr.c | 2 +- bacula/src/stored/protos.h | 2 +- bacula/src/stored/read.c | 2 +- bacula/src/stored/record.c | 2 +- bacula/src/stored/reserve.c | 2 +- bacula/src/stored/spool.c | 2 +- bacula/src/stored/status.c | 2 +- bacula/src/stored/stored.c | 2 +- bacula/src/stored/stored.h | 2 +- bacula/src/stored/stored_conf.c | 2 +- bacula/src/stored/wait.c | 2 +- bacula/src/tools/testls.c | 2 +- 102 files changed, 110 insertions(+), 101 deletions(-) diff --git a/bacula/kes-1.37 b/bacula/kes-1.37 index 2145391535..6d292ff814 100644 --- a/bacula/kes-1.37 +++ b/bacula/kes-1.37 @@ -5,6 +5,8 @@ General: Changes to 1.37.28: 07Jul05 +- Correct typo in Copyright +- Add detection of EOM for IBM drives (i.e. errno == ENOSPC) - Remove temp file created in mtx-changer script. - Make fsf_dev() into a class method. 06Jul05 diff --git a/bacula/src/baconfig.h b/bacula/src/baconfig.h index 4ea7b79a50..b3eed43bb9 100644 --- a/bacula/src/baconfig.h +++ b/bacula/src/baconfig.h @@ -9,7 +9,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/c b/bacula/src/c index 2a786f750f..471938c83b 100644 --- a/bacula/src/c +++ b/bacula/src/c @@ -3,7 +3,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/cats/cats.h b/bacula/src/cats/cats.h index 65b0a51281..069d9257f7 100644 --- a/bacula/src/cats/cats.h +++ b/bacula/src/cats/cats.h @@ -18,7 +18,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/cats/postgresql.c b/bacula/src/cats/postgresql.c index 2ccb5a1e2c..43a43bd2fe 100644 --- a/bacula/src/cats/postgresql.c +++ b/bacula/src/cats/postgresql.c @@ -12,7 +12,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/cats/sql_get.c b/bacula/src/cats/sql_get.c index 425e1a003c..6d2e1155fa 100644 --- a/bacula/src/cats/sql_get.c +++ b/bacula/src/cats/sql_get.c @@ -14,7 +14,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/cats/sql_list.c b/bacula/src/cats/sql_list.c index 7b2659e15d..d9952ac5f9 100644 --- a/bacula/src/cats/sql_list.c +++ b/bacula/src/cats/sql_list.c @@ -10,7 +10,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/console/conio.c b/bacula/src/console/conio.c index 04828767d8..147fdaba54 100755 --- a/bacula/src/console/conio.c +++ b/bacula/src/console/conio.c @@ -14,7 +14,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/console/console.c b/bacula/src/console/console.c index 59b2e57fd4..3d9b0b5b2b 100644 --- a/bacula/src/console/console.c +++ b/bacula/src/console/console.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/console/console_conf.c b/bacula/src/console/console_conf.c index 60e2ad0a88..75483db0c2 100644 --- a/bacula/src/console/console_conf.c +++ b/bacula/src/console/console_conf.c @@ -24,7 +24,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/console/console_conf.h b/bacula/src/console/console_conf.h index 4bc3115a4f..8e793ab3f9 100644 --- a/bacula/src/console/console_conf.h +++ b/bacula/src/console/console_conf.h @@ -10,7 +10,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/authenticate.c b/bacula/src/dird/authenticate.c index bb73cd3de2..f18e0a4e53 100644 --- a/bacula/src/dird/authenticate.c +++ b/bacula/src/dird/authenticate.c @@ -15,7 +15,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/backup.c b/bacula/src/dird/backup.c index 139353da89..715b53aebc 100644 --- a/bacula/src/dird/backup.c +++ b/bacula/src/dird/backup.c @@ -18,7 +18,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/bsr.c b/bacula/src/dird/bsr.c index c21937899e..509a65b9eb 100644 --- a/bacula/src/dird/bsr.c +++ b/bacula/src/dird/bsr.c @@ -15,7 +15,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/catreq.c b/bacula/src/dird/catreq.c index d9c65fab4e..030ea7d3e9 100644 --- a/bacula/src/dird/catreq.c +++ b/bacula/src/dird/catreq.c @@ -17,7 +17,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/dird.c b/bacula/src/dird/dird.c index 9d4aad320a..fa7c930d1d 100644 --- a/bacula/src/dird/dird.c +++ b/bacula/src/dird/dird.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/dird_conf.c b/bacula/src/dird/dird_conf.c index 905bae027f..7c34b250bc 100644 --- a/bacula/src/dird/dird_conf.c +++ b/bacula/src/dird/dird_conf.c @@ -26,7 +26,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/dird_conf.h b/bacula/src/dird/dird_conf.h index ac084b7cc0..a9291f982b 100644 --- a/bacula/src/dird/dird_conf.h +++ b/bacula/src/dird/dird_conf.h @@ -10,7 +10,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/fd_cmds.c b/bacula/src/dird/fd_cmds.c index f9769496cd..f28e4cc1b5 100644 --- a/bacula/src/dird/fd_cmds.c +++ b/bacula/src/dird/fd_cmds.c @@ -17,7 +17,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/inc_conf.c b/bacula/src/dird/inc_conf.c index f6ef20d115..c99b83f3df 100644 --- a/bacula/src/dird/inc_conf.c +++ b/bacula/src/dird/inc_conf.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/job.c b/bacula/src/dird/job.c index aca03f5d77..659dd931db 100644 --- a/bacula/src/dird/job.c +++ b/bacula/src/dird/job.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/msgchan.c b/bacula/src/dird/msgchan.c index dd55fab3ae..7dac9fee0b 100644 --- a/bacula/src/dird/msgchan.c +++ b/bacula/src/dird/msgchan.c @@ -20,7 +20,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/newvol.c b/bacula/src/dird/newvol.c index 28dd85738f..b10447272d 100644 --- a/bacula/src/dird/newvol.c +++ b/bacula/src/dird/newvol.c @@ -17,7 +17,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/protos.h b/bacula/src/dird/protos.h index 012f521472..bfe42e9b01 100644 --- a/bacula/src/dird/protos.h +++ b/bacula/src/dird/protos.h @@ -8,7 +8,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/pythondir.c b/bacula/src/dird/pythondir.c index f8dec89911..25dcac8bd6 100644 --- a/bacula/src/dird/pythondir.c +++ b/bacula/src/dird/pythondir.c @@ -12,7 +12,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/restore.c b/bacula/src/dird/restore.c index c55b90e3b2..f471392ae3 100644 --- a/bacula/src/dird/restore.c +++ b/bacula/src/dird/restore.c @@ -22,7 +22,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/run_conf.c b/bacula/src/dird/run_conf.c index 580c228446..a5d354a7e6 100644 --- a/bacula/src/dird/run_conf.c +++ b/bacula/src/dird/run_conf.c @@ -12,7 +12,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/sql_cmds.c b/bacula/src/dird/sql_cmds.c index 65525e21a9..f5384140c3 100644 --- a/bacula/src/dird/sql_cmds.c +++ b/bacula/src/dird/sql_cmds.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/ua_cmds.c b/bacula/src/dird/ua_cmds.c index 9d77e07747..00002fc96d 100644 --- a/bacula/src/dird/ua_cmds.c +++ b/bacula/src/dird/ua_cmds.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/ua_dotcmds.c b/bacula/src/dird/ua_dotcmds.c index c8e181729c..569d8ae4ef 100644 --- a/bacula/src/dird/ua_dotcmds.c +++ b/bacula/src/dird/ua_dotcmds.c @@ -15,7 +15,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/ua_input.c b/bacula/src/dird/ua_input.c index e9058692a7..e4ecafd2a9 100644 --- a/bacula/src/dird/ua_input.c +++ b/bacula/src/dird/ua_input.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/ua_label.c b/bacula/src/dird/ua_label.c index da0054a921..f49b8a0f78 100644 --- a/bacula/src/dird/ua_label.c +++ b/bacula/src/dird/ua_label.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/ua_output.c b/bacula/src/dird/ua_output.c index 09190e1e23..09f44df8b4 100644 --- a/bacula/src/dird/ua_output.c +++ b/bacula/src/dird/ua_output.c @@ -13,7 +13,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/ua_prune.c b/bacula/src/dird/ua_prune.c index d05bab4883..5843da6fea 100644 --- a/bacula/src/dird/ua_prune.c +++ b/bacula/src/dird/ua_prune.c @@ -12,7 +12,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/ua_purge.c b/bacula/src/dird/ua_purge.c index 55cbc07476..df739c9686 100644 --- a/bacula/src/dird/ua_purge.c +++ b/bacula/src/dird/ua_purge.c @@ -15,7 +15,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/ua_query.c b/bacula/src/dird/ua_query.c index a4e42c7771..fd55b19d32 100644 --- a/bacula/src/dird/ua_query.c +++ b/bacula/src/dird/ua_query.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/ua_restore.c b/bacula/src/dird/ua_restore.c index 5bff2b886d..49d22e7920 100644 --- a/bacula/src/dird/ua_restore.c +++ b/bacula/src/dird/ua_restore.c @@ -17,7 +17,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/ua_run.c b/bacula/src/dird/ua_run.c index 8187c5c11c..21d15d7628 100644 --- a/bacula/src/dird/ua_run.c +++ b/bacula/src/dird/ua_run.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/ua_select.c b/bacula/src/dird/ua_select.c index e25dd24701..48d09485b4 100644 --- a/bacula/src/dird/ua_select.c +++ b/bacula/src/dird/ua_select.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/ua_server.c b/bacula/src/dird/ua_server.c index bc6bf2af6e..f4adaa2916 100644 --- a/bacula/src/dird/ua_server.c +++ b/bacula/src/dird/ua_server.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/ua_status.c b/bacula/src/dird/ua_status.c index 5eec04d41b..7a6e172eda 100644 --- a/bacula/src/dird/ua_status.c +++ b/bacula/src/dird/ua_status.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/ua_tree.c b/bacula/src/dird/ua_tree.c index 0460329951..0f3b0f35ee 100644 --- a/bacula/src/dird/ua_tree.c +++ b/bacula/src/dird/ua_tree.c @@ -13,7 +13,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/ua_update.c b/bacula/src/dird/ua_update.c index 319f55bbae..bf219264b8 100644 --- a/bacula/src/dird/ua_update.c +++ b/bacula/src/dird/ua_update.c @@ -12,7 +12,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/dird/verify.c b/bacula/src/dird/verify.c index 478ab4a6f4..bf4ef9cd69 100644 --- a/bacula/src/dird/verify.c +++ b/bacula/src/dird/verify.c @@ -18,7 +18,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/filed/filed.c b/bacula/src/filed/filed.c index 8d2ff77b05..f0b21b02a9 100644 --- a/bacula/src/filed/filed.c +++ b/bacula/src/filed/filed.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/filed/filed_conf.h b/bacula/src/filed/filed_conf.h index 6ae6cab79f..8594228f94 100644 --- a/bacula/src/filed/filed_conf.h +++ b/bacula/src/filed/filed_conf.h @@ -10,7 +10,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/filed/heartbeat.c b/bacula/src/filed/heartbeat.c index cb80c769ea..7432dafd4b 100644 --- a/bacula/src/filed/heartbeat.c +++ b/bacula/src/filed/heartbeat.c @@ -13,7 +13,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/filed/job.c b/bacula/src/filed/job.c index 2e8664c195..98bf738c98 100644 --- a/bacula/src/filed/job.c +++ b/bacula/src/filed/job.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/filed/restore.c b/bacula/src/filed/restore.c index d9a27846b0..269be4ae66 100644 --- a/bacula/src/filed/restore.c +++ b/bacula/src/filed/restore.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/findlib/create_file.c b/bacula/src/findlib/create_file.c index 967c24b4b4..9144bfc10a 100644 --- a/bacula/src/findlib/create_file.c +++ b/bacula/src/findlib/create_file.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/findlib/find.c b/bacula/src/findlib/find.c index ce6d210a73..46530a62bf 100644 --- a/bacula/src/findlib/find.c +++ b/bacula/src/findlib/find.c @@ -14,7 +14,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/findlib/match.c b/bacula/src/findlib/match.c index 6d48c304fb..762c69e4a3 100644 --- a/bacula/src/findlib/match.c +++ b/bacula/src/findlib/match.c @@ -17,7 +17,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/host.h.in b/bacula/src/host.h.in index fc4fa56541..14c838b955 100644 --- a/bacula/src/host.h.in +++ b/bacula/src/host.h.in @@ -9,7 +9,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/jcr.h b/bacula/src/jcr.h index a7761fbbc6..8ee90ca56f 100644 --- a/bacula/src/jcr.h +++ b/bacula/src/jcr.h @@ -13,7 +13,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/lib/attr.c b/bacula/src/lib/attr.c index 74076b13c2..379069075c 100644 --- a/bacula/src/lib/attr.c +++ b/bacula/src/lib/attr.c @@ -10,7 +10,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/lib/bnet.c b/bacula/src/lib/bnet.c index 7af71868f1..48bfcdefc8 100644 --- a/bacula/src/lib/bnet.c +++ b/bacula/src/lib/bnet.c @@ -13,7 +13,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/lib/bsock.h b/bacula/src/lib/bsock.h index 71d36e3541..1282aa671b 100644 --- a/bacula/src/lib/bsock.h +++ b/bacula/src/lib/bsock.h @@ -16,7 +16,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/lib/btimers.c b/bacula/src/lib/btimers.c index fcb0b3540c..3023677f52 100644 --- a/bacula/src/lib/btimers.c +++ b/bacula/src/lib/btimers.c @@ -9,7 +9,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/lib/dlist.c b/bacula/src/lib/dlist.c index bd8efb4409..9fff70c173 100644 --- a/bacula/src/lib/dlist.c +++ b/bacula/src/lib/dlist.c @@ -14,7 +14,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/lib/dlist.h b/bacula/src/lib/dlist.h index ec5b631c31..ce975f4865 100644 --- a/bacula/src/lib/dlist.h +++ b/bacula/src/lib/dlist.h @@ -6,7 +6,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/lib/edit.c b/bacula/src/lib/edit.c index c275a13986..0903704375 100644 --- a/bacula/src/lib/edit.c +++ b/bacula/src/lib/edit.c @@ -10,7 +10,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/lib/htable.c b/bacula/src/lib/htable.c index 3c5a52f633..6bbf800e24 100644 --- a/bacula/src/lib/htable.c +++ b/bacula/src/lib/htable.c @@ -27,7 +27,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/lib/htable.h b/bacula/src/lib/htable.h index ddf7605859..ab5a0e1ebf 100644 --- a/bacula/src/lib/htable.h +++ b/bacula/src/lib/htable.h @@ -6,7 +6,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/lib/jcr.c b/bacula/src/lib/jcr.c index c2d456b722..a5e878303d 100755 --- a/bacula/src/lib/jcr.c +++ b/bacula/src/lib/jcr.c @@ -27,7 +27,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/lib/message.c b/bacula/src/lib/message.c index 238e502f65..c608fecee1 100755 --- a/bacula/src/lib/message.c +++ b/bacula/src/lib/message.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/lib/parse_conf.c b/bacula/src/lib/parse_conf.c index 2747dd7026..6139f86c9c 100755 --- a/bacula/src/lib/parse_conf.c +++ b/bacula/src/lib/parse_conf.c @@ -37,7 +37,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/lib/pythonlib.c b/bacula/src/lib/pythonlib.c index 8cf4981c5a..957e0e4bce 100644 --- a/bacula/src/lib/pythonlib.c +++ b/bacula/src/lib/pythonlib.c @@ -12,7 +12,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/lib/res.c b/bacula/src/lib/res.c index e3065284f2..72b6775687 100644 --- a/bacula/src/lib/res.c +++ b/bacula/src/lib/res.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/lib/tree.c b/bacula/src/lib/tree.c index 6f34e3d7bb..6035e72f38 100755 --- a/bacula/src/lib/tree.c +++ b/bacula/src/lib/tree.c @@ -9,7 +9,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/lib/tree.h b/bacula/src/lib/tree.h index 2108f6ab51..3a696e235d 100644 --- a/bacula/src/lib/tree.h +++ b/bacula/src/lib/tree.h @@ -9,7 +9,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/acquire.c b/bacula/src/stored/acquire.c index 9b205b9741..d2fb896a7b 100644 --- a/bacula/src/stored/acquire.c +++ b/bacula/src/stored/acquire.c @@ -10,7 +10,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/ansi_label.c b/bacula/src/stored/ansi_label.c index f0eed69f51..aefecce7ef 100644 --- a/bacula/src/stored/ansi_label.c +++ b/bacula/src/stored/ansi_label.c @@ -14,7 +14,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, @@ -108,6 +108,7 @@ int read_ansi_ibm_label(DCR *dcr) if (strncmp("VOL1", label, 4) == 0) { ok = true;; dev->label_type = B_IBM_LABEL; + Dmsg0(100, "Found IBM label.\n"); } } } diff --git a/bacula/src/stored/askdir.c b/bacula/src/stored/askdir.c index 8578711d7d..40e36059ce 100644 --- a/bacula/src/stored/askdir.c +++ b/bacula/src/stored/askdir.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/autochanger.c b/bacula/src/stored/autochanger.c index 3ff1b16501..fcb0828d55 100644 --- a/bacula/src/stored/autochanger.c +++ b/bacula/src/stored/autochanger.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/bcopy.c b/bacula/src/stored/bcopy.c index e508a48f9a..efc70b9bc2 100644 --- a/bacula/src/stored/bcopy.c +++ b/bacula/src/stored/bcopy.c @@ -12,7 +12,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/bextract.c b/bacula/src/stored/bextract.c index bcc3f24012..2c45c97449 100644 --- a/bacula/src/stored/bextract.c +++ b/bacula/src/stored/bextract.c @@ -12,7 +12,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/block.c b/bacula/src/stored/block.c index 976f5a54a4..74edd99f94 100644 --- a/bacula/src/stored/block.c +++ b/bacula/src/stored/block.c @@ -13,7 +13,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/bls.c b/bacula/src/stored/bls.c index d6009b3aaa..a1375b9de6 100644 --- a/bacula/src/stored/bls.c +++ b/bacula/src/stored/bls.c @@ -9,7 +9,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/bscan.c b/bacula/src/stored/bscan.c index 8de282c633..17512b05d8 100644 --- a/bacula/src/stored/bscan.c +++ b/bacula/src/stored/bscan.c @@ -14,7 +14,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/btape.c b/bacula/src/stored/btape.c index ef67e8924d..e848c2d90a 100644 --- a/bacula/src/stored/btape.c +++ b/bacula/src/stored/btape.c @@ -18,7 +18,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/butil.c b/bacula/src/stored/butil.c index cff36d3d03..746ff744a9 100644 --- a/bacula/src/stored/butil.c +++ b/bacula/src/stored/butil.c @@ -16,7 +16,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/dev.c b/bacula/src/stored/dev.c index 1948907947..9c6a5e5e1a 100644 --- a/bacula/src/stored/dev.c +++ b/bacula/src/stored/dev.c @@ -33,7 +33,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, @@ -1146,6 +1146,12 @@ bool DEVICE::fsf(int num) if ((stat = read(fd, (char *)rbuf, rbuf_len)) < 0) { if (errno == ENOMEM) { /* tape record exceeds buf len */ stat = rbuf_len; /* This is OK */ + /* + * On IBM drives, they return ENOSPC at EOM + * instead of EOF status + */ + } else if (at_eof() && errno == ENOSPC) { + stat = 0; } else { berrno be; set_eot(); diff --git a/bacula/src/stored/dev.h b/bacula/src/stored/dev.h index 74b18a1baf..9422733674 100644 --- a/bacula/src/stored/dev.h +++ b/bacula/src/stored/dev.h @@ -12,7 +12,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/device.c b/bacula/src/stored/device.c index 7a66f618f4..789877268d 100644 --- a/bacula/src/stored/device.c +++ b/bacula/src/stored/device.c @@ -33,7 +33,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/dircmd.c b/bacula/src/stored/dircmd.c index 5b55b91233..bb54778218 100644 --- a/bacula/src/stored/dircmd.c +++ b/bacula/src/stored/dircmd.c @@ -23,7 +23,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/dvd.c b/bacula/src/stored/dvd.c index 7cda72f7d5..72a915681c 100644 --- a/bacula/src/stored/dvd.c +++ b/bacula/src/stored/dvd.c @@ -12,7 +12,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/job.c b/bacula/src/stored/job.c index b271fc5adb..5dd592256f 100644 --- a/bacula/src/stored/job.c +++ b/bacula/src/stored/job.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/label.c b/bacula/src/stored/label.c index e052a783d4..cb098824e5 100644 --- a/bacula/src/stored/label.c +++ b/bacula/src/stored/label.c @@ -12,7 +12,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/match_bsr.c b/bacula/src/stored/match_bsr.c index 2366561f20..4de4c74c23 100755 --- a/bacula/src/stored/match_bsr.c +++ b/bacula/src/stored/match_bsr.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/mount.c b/bacula/src/stored/mount.c index 40e584962b..535015a1d6 100644 --- a/bacula/src/stored/mount.c +++ b/bacula/src/stored/mount.c @@ -12,7 +12,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/parse_bsr.c b/bacula/src/stored/parse_bsr.c index 9c26e0672f..2b82cb80be 100755 --- a/bacula/src/stored/parse_bsr.c +++ b/bacula/src/stored/parse_bsr.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/protos.h b/bacula/src/stored/protos.h index cb7f856efe..5690ef9074 100644 --- a/bacula/src/stored/protos.h +++ b/bacula/src/stored/protos.h @@ -8,7 +8,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/read.c b/bacula/src/stored/read.c index 724e560831..45b4dd5cca 100644 --- a/bacula/src/stored/read.c +++ b/bacula/src/stored/read.c @@ -10,7 +10,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/record.c b/bacula/src/stored/record.c index 1ed09332e8..2849134292 100644 --- a/bacula/src/stored/record.c +++ b/bacula/src/stored/record.c @@ -13,7 +13,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/reserve.c b/bacula/src/stored/reserve.c index ffcd5b7986..132a3dab3f 100644 --- a/bacula/src/stored/reserve.c +++ b/bacula/src/stored/reserve.c @@ -13,7 +13,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/spool.c b/bacula/src/stored/spool.c index 8aeee106a7..474ea44199 100644 --- a/bacula/src/stored/spool.c +++ b/bacula/src/stored/spool.c @@ -10,7 +10,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/status.c b/bacula/src/stored/status.c index eb48d3bc54..fb20e70cba 100644 --- a/bacula/src/stored/status.c +++ b/bacula/src/stored/status.c @@ -11,7 +11,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/stored.c b/bacula/src/stored/stored.c index a4a0f7fa32..fc45fcf314 100644 --- a/bacula/src/stored/stored.c +++ b/bacula/src/stored/stored.c @@ -14,7 +14,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/stored.h b/bacula/src/stored/stored.h index 10816451d4..c75a523adc 100644 --- a/bacula/src/stored/stored.h +++ b/bacula/src/stored/stored.h @@ -8,7 +8,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/stored_conf.c b/bacula/src/stored/stored_conf.c index 87a9ca8c10..66df30163c 100644 --- a/bacula/src/stored/stored_conf.c +++ b/bacula/src/stored/stored_conf.c @@ -10,7 +10,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/stored/wait.c b/bacula/src/stored/wait.c index 801123d173..28d081ba10 100644 --- a/bacula/src/stored/wait.c +++ b/bacula/src/stored/wait.c @@ -13,7 +13,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, diff --git a/bacula/src/tools/testls.c b/bacula/src/tools/testls.c index 9d0261129d..dafee9c899 100755 --- a/bacula/src/tools/testls.c +++ b/bacula/src/tools/testls.c @@ -6,7 +6,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - version 2 as ammended with additional clauses defined in the + version 2 as amended with additional clauses defined in the file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, -- 2.39.5