]> git.sur5r.net Git - bacula/bacula/commitdiff
- Correct typo in Copyright
authorKern Sibbald <kern@sibbald.com>
Fri, 8 Jul 2005 10:03:27 +0000 (10:03 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 8 Jul 2005 10:03:27 +0000 (10:03 +0000)
- 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

102 files changed:
bacula/kes-1.37
bacula/src/baconfig.h
bacula/src/c
bacula/src/cats/cats.h
bacula/src/cats/postgresql.c
bacula/src/cats/sql_get.c
bacula/src/cats/sql_list.c
bacula/src/console/conio.c
bacula/src/console/console.c
bacula/src/console/console_conf.c
bacula/src/console/console_conf.h
bacula/src/dird/authenticate.c
bacula/src/dird/backup.c
bacula/src/dird/bsr.c
bacula/src/dird/catreq.c
bacula/src/dird/dird.c
bacula/src/dird/dird_conf.c
bacula/src/dird/dird_conf.h
bacula/src/dird/fd_cmds.c
bacula/src/dird/inc_conf.c
bacula/src/dird/job.c
bacula/src/dird/msgchan.c
bacula/src/dird/newvol.c
bacula/src/dird/protos.h
bacula/src/dird/pythondir.c
bacula/src/dird/restore.c
bacula/src/dird/run_conf.c
bacula/src/dird/sql_cmds.c
bacula/src/dird/ua_cmds.c
bacula/src/dird/ua_dotcmds.c
bacula/src/dird/ua_input.c
bacula/src/dird/ua_label.c
bacula/src/dird/ua_output.c
bacula/src/dird/ua_prune.c
bacula/src/dird/ua_purge.c
bacula/src/dird/ua_query.c
bacula/src/dird/ua_restore.c
bacula/src/dird/ua_run.c
bacula/src/dird/ua_select.c
bacula/src/dird/ua_server.c
bacula/src/dird/ua_status.c
bacula/src/dird/ua_tree.c
bacula/src/dird/ua_update.c
bacula/src/dird/verify.c
bacula/src/filed/filed.c
bacula/src/filed/filed_conf.h
bacula/src/filed/heartbeat.c
bacula/src/filed/job.c
bacula/src/filed/restore.c
bacula/src/findlib/create_file.c
bacula/src/findlib/find.c
bacula/src/findlib/match.c
bacula/src/host.h.in
bacula/src/jcr.h
bacula/src/lib/attr.c
bacula/src/lib/bnet.c
bacula/src/lib/bsock.h
bacula/src/lib/btimers.c
bacula/src/lib/dlist.c
bacula/src/lib/dlist.h
bacula/src/lib/edit.c
bacula/src/lib/htable.c
bacula/src/lib/htable.h
bacula/src/lib/jcr.c
bacula/src/lib/message.c
bacula/src/lib/parse_conf.c
bacula/src/lib/pythonlib.c
bacula/src/lib/res.c
bacula/src/lib/tree.c
bacula/src/lib/tree.h
bacula/src/stored/acquire.c
bacula/src/stored/ansi_label.c
bacula/src/stored/askdir.c
bacula/src/stored/autochanger.c
bacula/src/stored/bcopy.c
bacula/src/stored/bextract.c
bacula/src/stored/block.c
bacula/src/stored/bls.c
bacula/src/stored/bscan.c
bacula/src/stored/btape.c
bacula/src/stored/butil.c
bacula/src/stored/dev.c
bacula/src/stored/dev.h
bacula/src/stored/device.c
bacula/src/stored/dircmd.c
bacula/src/stored/dvd.c
bacula/src/stored/job.c
bacula/src/stored/label.c
bacula/src/stored/match_bsr.c
bacula/src/stored/mount.c
bacula/src/stored/parse_bsr.c
bacula/src/stored/protos.h
bacula/src/stored/read.c
bacula/src/stored/record.c
bacula/src/stored/reserve.c
bacula/src/stored/spool.c
bacula/src/stored/status.c
bacula/src/stored/stored.c
bacula/src/stored/stored.h
bacula/src/stored/stored_conf.c
bacula/src/stored/wait.c
bacula/src/tools/testls.c

index 21453915355eb783038f3b74f8964e40fee94c6f..6d292ff814f06411b841665d6bf63834806e0518 100644 (file)
@@ -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
index 4ea7b79a50266483935d4c1e55a8ddf9b274e958..b3eed43bb940e4a79cf5558e8c398883c86784b5 100644 (file)
@@ -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,
index 2a786f750f97ac1df28e1861396bc51265311427..471938c83b289efed81185a3f3b9455911c22248 100644 (file)
@@ -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,
index 65b0a51281da390f38334619c537bbd841105aa9..069d9257f72e3308f6526ec601dc2f2a2c3227e0 100644 (file)
@@ -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,
index 2ccb5a1e2c07eaec5b9382c80eab62803dd3e852..43a43bd2fe5d706acf8368dbf13b4ccf285c9491 100644 (file)
@@ -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,
index 425e1a003c217362592b0a7aba51c568bb9797c2..6d2e1155fa9e3ed370942ffbf4036bef5bc62228 100644 (file)
@@ -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,
index 7b2659e15d75518e5cc470c70a07292a8d0ee6be..d9952ac5f92e938ee637af6a870c9cbb2f9a9b24 100644 (file)
@@ -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,
index 04828767d82015631151aee7e834cd4a419aaffa..147fdaba5449ffac99ae4565b5d25f530c720191 100755 (executable)
@@ -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,
index 59b2e57fd491b6e7c17cd6b6009d43969d0d0cac..3d9b0b5b2b9814b50c3084ab9ad71a9a9a4060ba 100644 (file)
@@ -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,
index 60e2ad0a8885a2327050a262051e0ed82f3b557b..75483db0c21e9caaf06d19b111108770bb47d1aa 100644 (file)
@@ -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,
index 4bc3115a4fe9380f2af3365bd86d1965df6ac8cd..8e793ab3f9f805289152ebbd46aed7a99ad7afe4 100644 (file)
@@ -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,
index bb73cd3de23e1d647f495372941f8630274eeea2..f18e0a4e53ce9cd93730e5f832fe341ca3e148db 100644 (file)
@@ -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,
index 139353da899382af01fd28f0b64650b3c6757a37..715b53aebcadaf9981abf6f08064a547996fc71c 100644 (file)
@@ -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,
index c21937899e12be8dede958816792fae2daab7fb6..509a65b9eb2334bcb03ea95c7b081316de4d3524 100644 (file)
@@ -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,
index d9c65fab4e9761d5491b9b02cc7ef0985ab09905..030ea7d3e99492032250d8965532862530617b89 100644 (file)
@@ -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,
index 9d4aad320a45dbf4b0a6c684aef928e888bc1257..fa7c930d1d23960fc4d3c5189c9c4f17eefd25f0 100644 (file)
@@ -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,
index 905bae027f27e3c5faac55b078f9daaca8f891b4..7c34b250bcd62743b5a6388e088c1bccc1f8d592 100644 (file)
@@ -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,
index ac084b7cc0c2673b083e3d6888f776f05c22e89b..a9291f982befd9468f52896b20139e26d38df3d3 100644 (file)
@@ -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,
index f9769496cd726e789bafd3a751d244be485828e5..f28e4cc1b596512844169845818a61baad677105 100644 (file)
@@ -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,
index f6ef20d11597ff447e9b6004a74e5ad0bdd61245..c99b83f3df31f435f3825e9086273ddca58dae04 100644 (file)
@@ -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,
index aca03f5d7779e83070553feb38474f4e9eeb7dc1..659dd931dbb005ce8928f7905c962969eca3333c 100644 (file)
@@ -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,
index dd55fab3aec8bd38e339bce4119db4e997fc2cbc..7dac9fee0b7f4593a91d5858f718764551f4e177 100644 (file)
@@ -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,
index 28dd85738f4b944bce9dd97ff5bbf155f36da79c..b10447272d08d6da99689513a9f6c44d2cf5f023 100644 (file)
@@ -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,
index 012f52147240ddb0611a24a0af03d448ba24ff6a..bfe42e9b015f080a3be8008d05d5c4872f7dffd8 100644 (file)
@@ -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,
index f8dec899114c0c9f3b8a2edf7bb5dc32efcb3d72..25dcac8bd62aeb78d835f160b99c4460e1395a19 100644 (file)
@@ -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,
index c55b90e3b261824ab8767da8d2b3a7091e810b37..f471392ae3876b45a36b1e987eefc1c861c0fb7c 100644 (file)
@@ -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,
index 580c22844608d2b09f85c5f57e9ad2f336171827..a5d354a7e6b547a3890e0fb79e2c964e44e27117 100644 (file)
@@ -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,
index 65525e21a9c9b00a2d8742b903cac9f5b5bcf967..f5384140c3cea1cc18acb6b9aa2b10f669c4b74a 100644 (file)
@@ -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,
index 9d77e0774755bc22733e9f97e24a2217706fd4f5..00002fc96d074185e0a9e819cf425102b7eb34f3 100644 (file)
@@ -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,
index c8e181729c3b9ec3c9091ce94629bb045cfe6ffc..569d8ae4ef344fe77a1a2df72e41d73a44f22071 100644 (file)
@@ -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,
index e9058692a7df0fb44b283caa264aeac371c26f14..e4ecafd2a9aa544a338c58e353fd661ad35f3282 100644 (file)
@@ -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,
index da0054a92147a9f02a3299b85b7c02b50ca9c162..f49b8a0f789e7aaaad7caca31ad70765176ba356 100644 (file)
@@ -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,
index 09190e1e2381d1471e5073c390dcfc63fa61642a..09f44df8b4cde99034572626af31919e0903d502 100644 (file)
@@ -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,
index d05bab4883e0ecddf62b688f40641329796f9550..5843da6fea8d87001701be600cc2d7cef4fb36a2 100644 (file)
@@ -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,
index 55cbc074760ba407a00655d41f2d1304b264c2ae..df739c96862e74bad2b9823ae956cc9f9a12a6cd 100644 (file)
@@ -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,
index a4e42c7771ddd282b9ea7410aaf92ff908a25fb5..fd55b19d3226e4e5131a1467fedecb4d73072119 100644 (file)
@@ -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,
index 5bff2b886d4256e06b50fd86559e282f3a9611aa..49d22e79200a6c325f6b2a6839c8d10a51e8d3db 100644 (file)
@@ -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,
index 8187c5c11cf852dd2606302fc8d92b66c556a7ae..21d15d76286f338f4210ea4966b7cf1bd61a739a 100644 (file)
@@ -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,
index e25dd247010ff44213bb0f5897771c7fde1385f2..48d09485b4b98e563de511206685fcca500eafd1 100644 (file)
@@ -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,
index bc6bf2af6ee879ded6182a3b7eb47fa30e5e1267..f4adaa2916c24d3b668a0829354f13b9f91b8fca 100644 (file)
@@ -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,
index 5eec04d41b4c274fa8f2d65c0ecac4b16e38c90a..7a6e172edad21e9030231ff6b317da7462b6c5e6 100644 (file)
@@ -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,
index 0460329951d5d5db3867fa403c7ba7ef2e6139af..0f3b0f35ee4ef6b570fe0346029ebbb1706b37cd 100644 (file)
@@ -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,
index 319f55bbae062414a103233993c5d7fe09391758..bf219264b814d414d4df531401924aa0cac2aebb 100644 (file)
@@ -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,
index 478ab4a6f479dbb34929cf788bcc6fffca4caea7..bf4ef9cd6915a776e7fbb72b6e10bf9a11194457 100644 (file)
@@ -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,
index 8d2ff77b0554941c01e9287b179b9363e8064a85..f0b21b02a9dad68b402c2bccb179a95d7c826cd5 100644 (file)
@@ -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,
index 6ae6cab79fa8eaba7255a247bde7e7f24b8f9a92..8594228f94da9a84eab26b96b71bd8c97f93f1c0 100644 (file)
@@ -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,
index cb80c769eaf5fc3a260faf58da360a0922863cee..7432dafd4b7044008ef5165295025593310f2d60 100644 (file)
@@ -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,
index 2e8664c195226c5fe5438ec4c0d65d41afd78970..98bf738c98d166b2a8a4a0e43e4879050fdbb7da 100644 (file)
@@ -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,
index d9a27846b095fea78aa951c53026372f3251c205..269be4ae6611ee9a9378705e9e5fe9eb034e1049 100644 (file)
@@ -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,
index 967c24b4b42ec1ed7d5e6207090f88be24c69c9d..9144bfc10a4a0614693cb7dd90e2bb96df431466 100644 (file)
@@ -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,
index ce6d210a73b804daaabba9aa095b7deddb13b8db..46530a62bfd79ca65fb81677ad3f4c3e3232eb34 100644 (file)
@@ -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,
index 6d48c304fb56e1129ac3463a88a49ff2a9a6f682..762c69e4a32ba15e243c55abef208fcd4e6a9b3d 100644 (file)
@@ -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,
index fc4fa56541e3cd8d57e87c35b44df4e80f9d9a7b..14c838b95537cdc8a10a5f4bef6c3b83986d66d9 100644 (file)
@@ -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,
index a7761fbbc6014f497b5e18327eb37f7dd7c3a340..8ee90ca56f8968ab82dba310c9878b4f9d3227c6 100644 (file)
@@ -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,
index 74076b13c22755d694a3a10cb8d08483532a04bf..379069075c13b406e330ae12e3d795faedf2f328 100644 (file)
@@ -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,
index 7af71868f183305b274d240b845c60a8bd64477a..48bfcdefc87877c54fe42c5998d303268fb1876d 100644 (file)
@@ -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,
index 71d36e3541d837d9dd9f512a80b33c1d275d0ce5..1282aa671be733a0b51722b78ef0ef80a16365b9 100644 (file)
@@ -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,
index fcb0b3540c8d4be8ecae87a3682dab765d9abb97..3023677f52c529dc47e80d9ed83e923a30648cfb 100644 (file)
@@ -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,
index bd8efb44091d9299c57a927011c7fc6a56462035..9fff70c1730f3fefbb5de7da5ff6e846cb24289b 100644 (file)
@@ -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,
index ec5b631c31c212262989a91ec72d513c2d05abc3..ce975f486593d27e729eaac27bf435274228d289 100644 (file)
@@ -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,
index c275a139868d8bd18bc28c70708b2daaf6cd248a..090370437599de1c6e100b749258cc30422f474f 100644 (file)
@@ -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,
index 3c5a52f633810e65b7acebdca48fb40d3c79a6fe..6bbf800e24d1955c90157b75bf863aba81ba3a35 100644 (file)
@@ -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,
index ddf76058593457816cb335df48fc4f5188386c89..ab5a0e1ebf4c93a98f5460fbe022d98520a55c52 100644 (file)
@@ -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,
index c2d456b7221871b565351a1fb95e8e235cf31a1a..a5e878303d4d687ea78b05d4d9b6fc683d52630a 100755 (executable)
@@ -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,
index 238e502f6538a872585e34ba23493c5746e50aa0..c608fecee1963d15832cbbb3361960dfc1e13719 100755 (executable)
@@ -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,
index 2747dd702653f2273c814b320398e4667e666de7..6139f86c9cef40995962e024062af343b9bf37ce 100755 (executable)
@@ -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,
index 8cf4981c5a5f386556abc464e392d4b3958e70b0..957e0e4bcef35db8ebd871cba8fb48a6d1679f8c 100644 (file)
@@ -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,
index e3065284f205f6f3409f741f1cb8490d9f2e7ed3..72b6775687d92e83c47835dc07d75c9af55db615 100644 (file)
@@ -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,
index 6f34e3d7bbb23aa5e3cff13d4e06797ce723199d..6035e72f381233dcd49097eac570f95e1947299a 100755 (executable)
@@ -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,
index 2108f6ab517ca4409d72a770469a6b5314cb020f..3a696e235d835ac2c7c7ddfa0b7c93c4d339f1ae 100644 (file)
@@ -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,
index 9b205b97418b1ae784b93b035773200dd0230215..d2fb896a7be8b8e034d1b07bdbd2b49ce5ec66e2 100644 (file)
@@ -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,
index f0eed69f51f451dcd46ad7609b1ad6218f6b3a61..aefecce7ef82ea0a697f5682df8a55ef18a940af 100644 (file)
@@ -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");
                }
             }       
          }
index 8578711d7d00f011138defe328df660863002cb8..40e36059ce28d190574e5b7290e44b9239436e1f 100644 (file)
@@ -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,
index 3ff1b16501cc701836a2f968884e22657b51ae7e..fcb0828d55c5a241490ce5c4a1a72b3520eabcbf 100644 (file)
@@ -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,
index e508a48f9a43e8bc3dfef50863973ffb2149c442..efc70b9bc2732ae5278e6d0eecf858834adca9f9 100644 (file)
@@ -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,
index bcc3f2401255248d583090499593f8a88f159f1b..2c45c974495756b4267982fce1f1868c4d91ea31 100644 (file)
@@ -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,
index 976f5a54a401a34d3ef059ef37a1b501eb2bb4d4..74edd99f94a4bab25334c1943901fa63f41d765d 100644 (file)
@@ -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,
index d6009b3aaa542152bd3814026bd91a376126e3ec..a1375b9de64b54796b2aa173735464d0900f33a3 100644 (file)
@@ -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,
index 8de282c633b7392e41a9e6a305f30f3e94ee620a..17512b05d871b6fb3bee7a6da8aca898bd837aa8 100644 (file)
@@ -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,
index ef67e8924deaf7b1ff19d093f66cc6b81610df0e..e848c2d90a8afb723abb097f5816d185e4582a38 100644 (file)
@@ -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,
index cff36d3d03288168d4ea1d48458ef92755e60f6a..746ff744a98017f5968b9679e77fd7a04012c3aa 100644 (file)
@@ -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,
index 194890794729b603ea5a4ae6dfe9bd0d391d86be..9c6a5e5e1a468e210319c572ac3a40653bd80735 100644 (file)
@@ -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();
index 74b18a1bafcd20c83b7463cb3eefee5d52237daf..9422733674f2561bdabf41e9b031720e203b60e1 100644 (file)
@@ -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,
index 7a66f618f407cac09373f926cd7621958cc78e7d..789877268d7184da5dac5d7bac53ffc422ed0125 100644 (file)
@@ -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,
index 5b55b91233f95e83ce039a04be71e211054eb50f..bb54778218f0af76016c699ba45667a076f3d25a 100644 (file)
@@ -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,
index 7cda72f7d5b43328bfba7ccb0b8ad3a9627e84c2..72a915681cbd117baddfc6626a6c19b894f60891 100644 (file)
@@ -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,
index b271fc5adbaa683d64d7bad28045bde591e27851..5dd592256fe698af92ea85118736d0491cdd43e3 100644 (file)
@@ -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,
index e052a783d421b0976e8a10a949ffd2ecb55c2513..cb098824e5e6cbe837ec0ebc2d75aff4245402c3 100644 (file)
@@ -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,
index 2366561f2073ed495ebae7ea8740e5ed6e04f0fb..4de4c74c233adc416ab6d56f342134c85490dd88 100755 (executable)
@@ -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,
index 40e584962bddbf8de4b8c1bce5c7c4f439cf4a23..535015a1d679322dfe40a1a8d9cbb96dd36d24a9 100644 (file)
@@ -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,
index 9c26e0672f1d2b0477e7369d4af530425879a37f..2b82cb80be4666c084c161824143a1bceecceab2 100755 (executable)
@@ -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,
index cb7f856efe83355e759f6d073ff33f8f8ecde682..5690ef90741a435d8f20b3671d27019ec2b6c03a 100644 (file)
@@ -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,
index 724e560831276eb826a5e16760ff6d2a8506861e..45b4dd5ccaec6232b638cd70625e4e29555f33c7 100644 (file)
@@ -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,
index 1ed09332e8cf240a4628946f603064d61aa0d715..2849134292ee53ccee8696666f73104fa497a6f8 100644 (file)
@@ -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,
index ffcd5b7986a4f98354c74d48d5fcd3a8fd377fd0..132a3dab3f9d06497220280f9510925264bc6ddb 100644 (file)
@@ -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,
index 8aeee106a7d8e4857342e093ac545e3d758f06d0..474ea44199d965c65791ade25c97ba43482a7d59 100644 (file)
@@ -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,
index eb48d3bc54109dde6af28c15b964be21287fb68b..fb20e70cba7f6a2646b5a763696a64f79120b1aa 100644 (file)
@@ -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,
index a4a0f7fa329ebb974350cb5baa135b23111749d4..fc45fcf314db89c76488521201cba776efdc0c26 100644 (file)
@@ -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,
index 10816451d40261ab6e1981ba81ba3c74636d899c..c75a523adcc80d6de3e22cd90490185b2d719114 100644 (file)
@@ -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,
index 87a9ca8c1074071622e0176a880b440d411b06be..66df30163ce17d2c892c2f52f44b91f34bd87c05 100644 (file)
@@ -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,
index 801123d173596465c6ca47a005596bed837f45ec..28d081ba10eb82929c6f3ceca74076060dab361e 100644 (file)
@@ -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,
index 9d0261129dfa498d524c8879956b00a08b659e2d..dafee9c899c15118f9d35dc1b9599038676086bf 100755 (executable)
@@ -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,