]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
*: Fix copying permission statements.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Fri, 2 Nov 2012 00:04:58 +0000 (00:04 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 2 Nov 2012 00:04:58 +0000 (00:04 +0000)
2012-11-01  Jonathan Wakely  <jwakely.gcc@gmail.com>

* testsuite/*: Fix copying permission statements.

From-SVN: r193079

157 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/18_support/initializer_list/range_access.cc
libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/move_iterators/1.cc
libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy_n/move_iterators/1.cc
libstdc++-v3/testsuite/21_strings/basic_string/capacity/char/shrink_to_fit.cc
libstdc++-v3/testsuite/21_strings/basic_string/capacity/wchar_t/shrink_to_fit.cc
libstdc++-v3/testsuite/21_strings/basic_string/range_access.cc
libstdc++-v3/testsuite/23_containers/array/range_access.cc
libstdc++-v3/testsuite/23_containers/deque/capacity/29134-2.cc
libstdc++-v3/testsuite/23_containers/deque/capacity/29134.cc
libstdc++-v3/testsuite/23_containers/deque/capacity/shrink_to_fit.cc
libstdc++-v3/testsuite/23_containers/deque/range_access.cc
libstdc++-v3/testsuite/23_containers/forward_list/capacity/1.cc
libstdc++-v3/testsuite/23_containers/forward_list/cons/1.cc
libstdc++-v3/testsuite/23_containers/forward_list/cons/2.cc
libstdc++-v3/testsuite/23_containers/forward_list/cons/3.cc
libstdc++-v3/testsuite/23_containers/forward_list/cons/4.cc
libstdc++-v3/testsuite/23_containers/forward_list/cons/5.cc
libstdc++-v3/testsuite/23_containers/forward_list/cons/6.cc
libstdc++-v3/testsuite/23_containers/forward_list/cons/7.cc
libstdc++-v3/testsuite/23_containers/forward_list/cons/8.cc
libstdc++-v3/testsuite/23_containers/forward_list/cons/9.cc
libstdc++-v3/testsuite/23_containers/forward_list/debug/clear.cc
libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after1_neg.cc
libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after2_neg.cc
libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after3_neg.cc
libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after4_neg.cc
libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after5_neg.cc
libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after6_neg.cc
libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after7_neg.cc
libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after8_neg.cc
libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after9_neg.cc
libstdc++-v3/testsuite/23_containers/forward_list/debug/insert_after1_neg.cc
libstdc++-v3/testsuite/23_containers/forward_list/debug/insert_after2_neg.cc
libstdc++-v3/testsuite/23_containers/forward_list/debug/insert_after3_neg.cc
libstdc++-v3/testsuite/23_containers/forward_list/debug/move_constructor.cc
libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after.cc
libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after1_neg.cc
libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after2_neg.cc
libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after3_neg.cc
libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after4_neg.cc
libstdc++-v3/testsuite/23_containers/forward_list/debug/swap.cc
libstdc++-v3/testsuite/23_containers/forward_list/modifiers/1.cc
libstdc++-v3/testsuite/23_containers/forward_list/modifiers/2.cc
libstdc++-v3/testsuite/23_containers/forward_list/modifiers/3.cc
libstdc++-v3/testsuite/23_containers/forward_list/modifiers/4.cc
libstdc++-v3/testsuite/23_containers/forward_list/modifiers/5.cc
libstdc++-v3/testsuite/23_containers/forward_list/operations/1.cc
libstdc++-v3/testsuite/23_containers/forward_list/operations/2.cc
libstdc++-v3/testsuite/23_containers/forward_list/operations/3.cc
libstdc++-v3/testsuite/23_containers/forward_list/operations/4.cc
libstdc++-v3/testsuite/23_containers/forward_list/operations/5.cc
libstdc++-v3/testsuite/23_containers/forward_list/operations/6.cc
libstdc++-v3/testsuite/23_containers/forward_list/operations/7.cc
libstdc++-v3/testsuite/23_containers/forward_list/range_access.cc
libstdc++-v3/testsuite/23_containers/list/capacity/1.cc
libstdc++-v3/testsuite/23_containers/list/capacity/1.h
libstdc++-v3/testsuite/23_containers/list/capacity/29134.cc
libstdc++-v3/testsuite/23_containers/list/modifiers/1.cc
libstdc++-v3/testsuite/23_containers/list/modifiers/1.h
libstdc++-v3/testsuite/23_containers/list/modifiers/1_c++0x.cc
libstdc++-v3/testsuite/23_containers/list/modifiers/2.cc
libstdc++-v3/testsuite/23_containers/list/modifiers/2.h
libstdc++-v3/testsuite/23_containers/list/modifiers/3.cc
libstdc++-v3/testsuite/23_containers/list/modifiers/3.h
libstdc++-v3/testsuite/23_containers/list/modifiers/insert/25288.cc
libstdc++-v3/testsuite/23_containers/list/modifiers/insert/25288.h
libstdc++-v3/testsuite/23_containers/list/operations/1.cc
libstdc++-v3/testsuite/23_containers/list/operations/1.h
libstdc++-v3/testsuite/23_containers/list/operations/2.cc
libstdc++-v3/testsuite/23_containers/list/operations/2.h
libstdc++-v3/testsuite/23_containers/list/operations/2_c++0x.cc
libstdc++-v3/testsuite/23_containers/list/operations/3.cc
libstdc++-v3/testsuite/23_containers/list/operations/3.h
libstdc++-v3/testsuite/23_containers/list/operations/3_c++0x.cc
libstdc++-v3/testsuite/23_containers/list/operations/4.cc
libstdc++-v3/testsuite/23_containers/list/operations/4.h
libstdc++-v3/testsuite/23_containers/list/operations/42352.cc
libstdc++-v3/testsuite/23_containers/list/operations/5.cc
libstdc++-v3/testsuite/23_containers/list/operations/5.h
libstdc++-v3/testsuite/23_containers/list/range_access.cc
libstdc++-v3/testsuite/23_containers/map/capacity/29134.cc
libstdc++-v3/testsuite/23_containers/map/range_access.cc
libstdc++-v3/testsuite/23_containers/multimap/capacity/29134.cc
libstdc++-v3/testsuite/23_containers/multimap/range_access.cc
libstdc++-v3/testsuite/23_containers/multiset/capacity/29134.cc
libstdc++-v3/testsuite/23_containers/multiset/range_access.cc
libstdc++-v3/testsuite/23_containers/set/capacity/29134.cc
libstdc++-v3/testsuite/23_containers/set/range_access.cc
libstdc++-v3/testsuite/23_containers/unordered_map/range_access.cc
libstdc++-v3/testsuite/23_containers/unordered_multimap/range_access.cc
libstdc++-v3/testsuite/23_containers/unordered_multiset/range_access.cc
libstdc++-v3/testsuite/23_containers/unordered_set/range_access.cc
libstdc++-v3/testsuite/23_containers/vector/bool/capacity/29134.cc
libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/31370.cc
libstdc++-v3/testsuite/23_containers/vector/capacity/29134-2.cc
libstdc++-v3/testsuite/23_containers/vector/capacity/29134.cc
libstdc++-v3/testsuite/23_containers/vector/capacity/shrink_to_fit.cc
libstdc++-v3/testsuite/23_containers/vector/range_access.cc
libstdc++-v3/testsuite/24_iterators/range_access.cc
libstdc++-v3/testsuite/25_algorithms/copy/1.cc
libstdc++-v3/testsuite/25_algorithms/copy/2.cc
libstdc++-v3/testsuite/25_algorithms/copy/3.cc
libstdc++-v3/testsuite/25_algorithms/copy/34595.cc
libstdc++-v3/testsuite/25_algorithms/copy/4.cc
libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/1.cc
libstdc++-v3/testsuite/25_algorithms/copy/move_iterators/1.cc
libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/1.cc
libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/2.cc
libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/3.cc
libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/4.cc
libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/1.cc
libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/2.cc
libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/3.cc
libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/4.cc
libstdc++-v3/testsuite/25_algorithms/copy_backward/deque_iterators/1.cc
libstdc++-v3/testsuite/25_algorithms/copy_backward/move_iterators/1.cc
libstdc++-v3/testsuite/25_algorithms/copy_n/1.cc
libstdc++-v3/testsuite/25_algorithms/copy_n/2.cc
libstdc++-v3/testsuite/25_algorithms/copy_n/3.cc
libstdc++-v3/testsuite/25_algorithms/copy_n/4.cc
libstdc++-v3/testsuite/25_algorithms/copy_n/move_iterators/1.cc
libstdc++-v3/testsuite/25_algorithms/fill/4.cc
libstdc++-v3/testsuite/25_algorithms/fill_n/1.cc
libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/char/1.cc
libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/char/2.cc
libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/1.cc
libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/2.cc
libstdc++-v3/testsuite/25_algorithms/heap/1.cc
libstdc++-v3/testsuite/25_algorithms/heap/moveable.cc
libstdc++-v3/testsuite/25_algorithms/heap/moveable2.cc
libstdc++-v3/testsuite/25_algorithms/is_heap/1.cc
libstdc++-v3/testsuite/25_algorithms/is_heap_until/1.cc
libstdc++-v3/testsuite/25_algorithms/is_sorted/1.cc
libstdc++-v3/testsuite/25_algorithms/is_sorted_until/1.cc
libstdc++-v3/testsuite/25_algorithms/move/1.cc
libstdc++-v3/testsuite/25_algorithms/move/deque_iterators/1.cc
libstdc++-v3/testsuite/25_algorithms/move_backward/1.cc
libstdc++-v3/testsuite/25_algorithms/move_backward/deque_iterators/1.cc
libstdc++-v3/testsuite/25_algorithms/partition/1.cc
libstdc++-v3/testsuite/25_algorithms/partition/moveable.cc
libstdc++-v3/testsuite/25_algorithms/stable_partition/1.cc
libstdc++-v3/testsuite/25_algorithms/stable_partition/moveable.cc
libstdc++-v3/testsuite/25_algorithms/stable_partition/pr52822.cc
libstdc++-v3/testsuite/26_numerics/valarray/range_access.cc
libstdc++-v3/testsuite/28_regex/range_access.cc
libstdc++-v3/testsuite/ext/vstring/capacity/29134.cc
libstdc++-v3/testsuite/ext/vstring/capacity/shrink_to_fit.cc
libstdc++-v3/testsuite/ext/vstring/hash/char/1.cc
libstdc++-v3/testsuite/ext/vstring/hash/wchar_t/1.cc
libstdc++-v3/testsuite/ext/vstring/range_access.cc
libstdc++-v3/testsuite/performance/25_algorithms/copy_backward_deque_iterators.cc
libstdc++-v3/testsuite/performance/25_algorithms/copy_deque_iterators.cc
libstdc++-v3/testsuite/tr1/6_containers/unordered_map/capacity/29134-map.cc
libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/capacity/29134-multimap.cc
libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/capacity/29134-multiset.cc
libstdc++-v3/testsuite/tr1/6_containers/unordered_set/capacity/29134-set.cc

index c73d796b51dcab43b1b9b1fc1a00073c0e458a9d..d19da3879da721aaf2d3ef740a154d0a4e07eaae 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-01  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * testsuite/*: Fix copying permission statements.
+
 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR libstdc++/54228
index f4bf96bb3ef61327c4ca2873077527c803e273e9..ba5a0d4909dd4bdef3beca313c5b04e0df8a8f91 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 5d1ba942d544da27b914b0757eb90a150efdfa68..788f7b17279461605c10b315eecfd829e890cc2e 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index fc11a74eba92777ecc6e9b33f2110bf8bc1bc84d..1a29613f4fe0b5e45e9be922c65e7acac43f2beb 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 666445a152d74c42def4f099deec9dc3f2588ad4..cd0d4eb51fbee1acad50c3f036204fb4daef584a 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 9fce4403ddfa77791c9ec6ec8bb72adb7207bd97..88f7c0ab08e1f9d0d04f7b2e608a0a64e6c83256 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 1ce386cbe961dbd844b87871dc5805acd3625904..fe61b901b9363f73f0b6aeef9b2555699b94edae 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 77d036276fbf52cb85410906f8e0161523d4470e..fb691d0d80ec27e6095499010999fe4e7b027fbe 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 6e34f0bff410a8db91f4b2b893ddc73261b30c9e..c5d70dcf704eda0976081a6be58ff660d15699c1 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index b7e12b3d1c764c09991b3010999e8a76cd1ce629..23d4dfc7021f2b56b028c89eb2d02417c7845023 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 5f7fac6df4ad01d2ad4d3a73e9dfdc837fd146d0..4cd5564560bdfc0b3343c2e218479ced8bd985c0 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index d996ed6d1b0f1739a6915744e2f36f89c82d69ad..7c758895453591252897c2b2d2a587fb6fea6cf0 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 4798e93e077bf02bd38af6e6227e991243df6a02..702acfe34ccd3c4e1c08b626a4ca76f758712f2d 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 0f9eb458581603ec1318ca202624f0947804e9fa..7dec2a4b49afc860141b584379d31919998a8c13 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index c12282b71689e317ad70f5d573b67772b52a5217..eb447274b5dd11524079395c160c2cbee2028373 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 572b9ee331ba176a688de6ecf877f4052d3e0efb..6197731cb78c258df3c9cde72a043eb96b62b7de 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index a19d47a869eea36ef549f0bea5fee7095ea534e2..3d23719ca682b69b8cde2962e99dd1545ad8fa70 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 6f45a73a77a3563a37ee54cda6af9edb7f920539..ca7b5f7e6e6b3c4c56f93ebb72f09ec80883340e 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 3fccff43451113c2777e31651b1045e66d5480a2..f385661f2c80bd4ce21b1b1bb7015572df75b222 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 54e3527a8b8bc1de42a41bd62a3e74f54d97d583..f037791346bedea0b6cc09c85c56785ab936ba74 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 42470342e6c0ab28b479b99126e0de2a39c45128..3cf4288f42bf3639d578952cd6ce944fcf092b7b 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 590fad669bc6be6b986dd65b0c0022f9097e4ad5..ce7bb8597459a27741649531fd8f7ca3b4d3e0b9 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 23ea900b87d73db2a1b37650efc33a981ddc48cc..57e0e2f532e437eeeb78539c2b90b8cb8a516928 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index f2cd59370a2574302b47f7d2c84a7de844486885..8f36076194cfaad38e76d50ec9df5a3d4094dc0d 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 6e2433595051ef9b28a3630f9bc272d467b16bff..2efaa74cac836117c14ec20dd41b049b18e4b612 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 70a0a3456884224178d6dded250b440d11e5b125..b17707e616056228b45c9de53e18b8399b1b0216 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 9e4b3d49933a993eeafe05d976f3ab9fe0634c05..087abcecdbb13164ca29ee3f31122cb035a6a5bd 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 6aabbea6085877eff97ecaa180795aeac6c572d8..46a74da5f9f1fc9cd3aaad491531dacde8701cfa 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 29c418a08ddd9d1249ef7bbb239019134bf02c91..a057c9cfa70fc0b9650a5fe7279ffb7dac4e6386 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 9390827c0866e97c12857b11875076a0e61c7a8b..49a48f74d8fd323f30ff8a03ee36b42a1c82c95b 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 77dcb750eb766e68626e0331c6acb89b432c68d2..a1ff667f586f72f892c3e573970ce508db4cd930 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 42fe2023423c2f2901e8e9654426ce6f36cf2a54..3d25787dee385dc008c96b137213fc36644a5a15 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 08d49a54ab3686d81d7d7c3d5bbf5ca3f88a8928..84d39ae993adad95a9926448ee00ef935da327c8 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index db9fd5e093c0a3afcf2fb949f8f440a752b72441..18e1670cc3100419dba7d3706055d3fc41093145 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 4ad698f3c9579940957706e7d63cb97809b943f5..325028c72a493bcb64c938d278d8bc54531d3e4e 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 4a93666b224c860dabef66c378900ce5313ab4af..6238f6f8fd679fa3e0615b03ce9ccdb3909af072 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 60297551dcd0472d5a23258ab3cf4d7aacee7a6e..8a7d49f94f42b0383f6f2d6b52e701c12e52fbd0 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 3ee7f689aeb656aad9c119803296ecd8ca99db08..d0cee48b2b2309663077528131f538d87558ef02 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 6a7fcfb22c2f62438fa328ea62f0977ea0dd43b1..545562322940a13e2593c26b4814422f46d4112d 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 55e50dc0511ff7b2c69f3e144328416ef65a706e..1e63e90a5c10ce1f475df3912049a857e18bc04d 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 4c161906e0acaf8b62388c34842744dbc61d4754..9582a8b3ec18609aa09afd6da615109dfeaf993e 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 486bfcf072489e595b6da1ef33cc6640eb2f6336..85884c0af05946cb37345ace473ba9d0c7b76b42 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 18b6f3c0541c873ee807a17f141bdf94626eac0d..09ad6aa6ed388a30d78e4fc953774329371224c9 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index b6ae3f3795c40f468b4e8575dc29772c1ea833b2..b6c6e35eb8a27991594062ca087c287a63741348 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index cade58f7dac43a921a41f39085a41d28bc22bb5f..349be4c2eb307a1df9f937f6e68e3e596b2476a6 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 10444f0500c64ff0723ff7259f54d42dc2c7e118..554ac030dfb0892177f1e4413e84d61bef03a85f 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 65190789cc71c961c54c7f4748eafc3013ff7112..26a422665c165848403166121776d9e767ddf42d 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 5a996f3411e045ea997eb6a0950ce31242b526c9..c4794d358438c182e45f53373b500178824cc5f8 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 32a7db3eaa75de399c1b3484edcf38e8eaf1e877..fe12af9aa63d8cf2e0558fb2848711c2ec694023 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index f227daa1f3e8e2b0364645e43b475d91bf7f3042..f112bc2d89ffa3a9aa94a574dbd90c30b6188ca5 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 3bf61aad9fa11a2c8194143ba6eedf2c7468763d..6c09065e5537349cffab34dbf6071e6008d44085 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 1291a269044acd19e63d72c4dfc9a3d513f7ebc0..55d1634c400277477e40f2c7a1b0143cc235aafe 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 2b8e3c74d4f94bb201ee9603fefa4c72508e5a4c..082d2adbbcbe10dfd2ba27e082fb9b0577261a8a 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index bad78e2650991c6d4f3209456a4714b1f5293edc..fd71cb6314330f4cb2bb931834aeb4f5e53d21ea 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 378cd9f0b1ec480f73b86085f5024d822f708787..350b8286ca1bb37e30679a097f56898286733347 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index cb6c29ac8d1d615d8da6d18ea914fc22452d709c..3b0e8dc72559fbf47e20db9fc5f8f477c1bb9c5a 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 4a2f2bc06a25041167c9f2da61f6e0e59ee16bd4..408e0786c5243401d45459203775d0572fc908bb 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index f2f51f22352e9d27daffdc092e6d6f6c73c3d2a8..d8c88b526b0a7d5929eedcf79294da9da649b251 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index cf8c20a6578dc8ce3161ac39e625d9add0e4825f..4d56b154ab12d920ecbf2f723adf111a4be18927 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 2d7e45bb1ed68fc09e105110aa5aad652f3e650c..2abc063e1b105c89413f3dc5a6c8961900c31cd6 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index c055f70bc741d7a9b427074a31a5715d44df25c3..dea0d4c44cf0a95133bec815314be1eae508b6b2 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index ee9b54923df7e8bcab70d1fdf1844785c49fd59d..1879ed2e5aedaf2b94332df5578bc350f1410838 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index e95f797cb51b94182565bdbd8ace873b1a31dd31..b25467bdb19fdb3a44773820e1759c029885287a 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 8454c3f46fae102eb07d2cb0e9b84738dd048e38..990cf227cfa63ef1ceeebf95cd9748b3deae1c4a 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 64602ac4c1b7a2e038b730f368f72a899c5461bc..c4017db49a9771df7ec369da5afb036075567936 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index eb286e0f54dffdea854554d281acac8d57ad8a5d..6fbcf6c1723997ce3ed9b26154d18d9d620eb3f8 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index aebbe0ba537cd1067b82c599496e0b776209b825..772128d95bf362a40ed6476891c24c0502cf3157 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 2c98213e2a52335885262ec018fff3da7aaa42bc..48c7d908cf657b26c9d036621c349728fe3c3359 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 2f3f9df94659874a4446bce6f75bb823d1c8da9d..601c5e77260e4c75acd383e34fdf641c7da8e4d8 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 100066fc29bc6615dfcc5814f35f6ed033b6516a..7cd57622019775aba1e35e26560b249be652b97c 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 8eb3da4e78095f198efb5ab16aa6a3efb9b86bc5..6db3333bd08019d4b7ef51013f6ff1fce03255d2 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index faaf2f765b1e017ace0251a977c0afd63d2b0eb3..6d744a0151c38a2fffaec7836695d07120e0c13f 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 53570b4a694bbb93e830a4a76f0e55eaaf1304fc..1ed46b21dc6489b0f899a345b822702570382ddb 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 4d28daea12bb49e5fec799ea20ec3366ba9d83a2..9181e7ea9fc89600b9548a909b5101f5cf3a67cf 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 0598cfb225bd85ea69dff472f9b64676acd84464..37a480606ff607225a4eae58a954276936fb3dc9 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index a220b9b331f09c71afc448c6fed1b67df6792d8c..4e14f1ae62acabb1f3f455b12e802e37e98e2e9e 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 0a3ea4d234d4ba3c21756bad840cc4bd6f6571fd..6502827470cdee2c5c19c894ae4fdb1fc986bd3c 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index a61071acc101ff49b7c824e05f44525286ba4873..7e6c9c4f12d941c982d6b8f5baf90b6662086c0c 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index ad99c27ae42a9e838363dadfb0da528acdafb93d..bcfbb81b77eae4632bacd9a35e0c56fa19c84b6b 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 2b54d5195ffdee664d8742ebc3dabc488da7e189..0820e8a69526b84a182a88d073e8f95783bfc433 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index afe148d9e666e3dda712ae6c1dea5fe1ac0d5f70..768bd638a684b6c7e7289111bf1e3568ec896125 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 41e43c6688ab2f5675fd60b66214f7fe91a52340..303160801aaa81db40a0ac8e2b6f9249177f87a6 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 2fb7f4ac943663409ea7cd686cd047b0060b49ea..1e4e3c18780ff06f64e43dd4f16ffeb793c502b4 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 8ec893114dc440bb8fe71e14698f186cb8edd61a..a8e407daf90b97f380f7864858a4f2248a745c7b 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index da4c77b4acac0b6143398b77e4cd826472d349e7..0f1c5bc5384174ea06dbc88774c9b81eadb21edc 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 84372de80783df215f75fc3dc553b8b8ce2a4666..0a05f83c521ccdaf9873450c2909f50b8ee87a89 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index b8e3accce6c2ce8240da5ac2a34bea4ee95616df..d3fb95ea2a1ba2f7f170ebe8c18e33db11baa26d 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index a0ab5405116e8db84bff33bbf0f39633807e158a..7d9bccd0f05d0768d3811e444c240b0bcc894a0f 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index ffbda4e93fe8cc4af51b473c9b9ce3e743663c70..b1c33b773ef1a0584d3408429b572b1ce254a778 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index b41b6a5b3eee04a4d55c813e5986b32c4fdc76bd..1555c48963c14d71d38e536998dc1e178e35e445 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index f95a6681b1b35f7b1527ca995019bfe2e2ad7dc1..bfc8ac1c4d23c253bf45cd5184a38f9be449f21e 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 137b0d6d2e9298ed02d525d6861e2a5ca7a08adb..ac0fdaa2cc3173f1d5b1208bc0b0bb9658a3ac6b 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index ea116c364af293599a3521c7c026dfd1210e5778..2bb738afd9108aa0893da6e73f2a1a03a795d25e 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index cd5a6a424835fc87f83e0a3b72e77448911e0535..f6d0e15eddd4eac08eb8b318f8cb0c2a80f3ff3e 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 52f8ddf0f44bacb717453c14cd523ec7e740a38a..9f5643ef9b0af8207755eca06b65230b4e328781 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 7f6f9f252a3412d2cbd3e2f665975104c24f1633..c48e474e9384fa69e7d593aea8a4297121592ade 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index af6460a2bf0b18e3b6ccba6a3ffdf3f9d12d88a9..72fac56c2b202619cc3327833f6d9a5ace80e75d 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 2a737891b0aac2d88a2758b6fc99eafbab3f97b5..482166cab2970aa1872c774e48d4c50380b5dea6 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 0a10959b2401e37bc8b0447b27af91a06701113f..cbcbf614496d8ccb47711d9fdccf9561e78d80ed 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 3bd1d2e5da36636ce6dbb976766511788cfddf08..e2e37e34c683d324a4aab39f25580eb2fc061144 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 92c5adebc72043904f6ffcaf5cc857ebaaa53910..d73c15427ff65bd8c38929028237bc4cd35d1a15 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 9a6e3036e2f47c14417e44fdf0d893ae5af69725..08d3f59949a1cf9d119fc3854a196c0df1cd093e 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 5822b783d07220d07b933bfed762f1971eaf4257..29caf3ae9a013f76a1713ef0cd3c9ca5a7a600e7 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index ebc8d9c54a48edd2feeb14aa97557b2a9c0205bb..612eb48724e9a6f7e25fdab6fa2fad2006310b95 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index e3de207f57b2617dcf2c1706869e407ed436a1be..885561a2bf4f6279748a248ec57e5502778bc917 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 5d100e8714dca1dacce3724ac486aad975915d3a..172c2aed2b5bd9cbfdbb7e08ad28ee0c118c7588 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index e07c4920cd2232a6291096e9553efe871dec6da2..4781ba1de3a2a077bb80008d7b16440837d0b4dc 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index aef55f1a0491043ba1dd201d7d3f17b2e8378551..ab66f7251422f66243a66c807c2bf9437f32f7ad 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index d1beb445744ed15fd1904a0e750147c1967fd12a..201e2787192dc92a0388ef43d928b96c62002b1f 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 37eb415352c4a70e791c039192c5bbe18719cff4..d8f5dbfc61b828044cc4e784e2144dbd8512716d 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 7b36e26f957035c371aef6632d2d21e19c991830..62ecf686ddfc079696846375a29983716adc9237 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index c378c571fb7727a46d013041a9620d5bd50b4c12..655b3242dc0cab50e68d0a279cdbe08ebffa686c 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index f4d8b8b825684ce64138a05bc1261d889e629a1b..d7871320b07aa7737c008117aaf2dbdce6ebe6de 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 016f241ddbdc9ea8b4f749c57004639bebda3347..ac50b87de3c7382f7722823720922824acdfb1a6 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index ad3aae527d806446786ace820206f8d7aef02d7f..56a5cdef631b685e6e2b2622f94329ebb5813d12 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 57405cc80e88459b98279410327f1a0eab188960..211de81293d81991316908a7b70af8f2af1cc658 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index aaf50064f1679e46b261bdb070ebb233a3c89b74..2f697b0b3575b4d0b0e4011c92825f92ab334126 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index ce820bb2c7faf2b4dd475a1b512aca8daaac1f4a..85c5db792a2ec785df23ced7f8c79977b7827120 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index c59fdb5b67e9ee81bf927f8e2334e6bd901b7fbe..8d3411badf76382be281a1aebfc8e40f4666c04d 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index b12e4b851894a85586ce774b91feb25201895be1..75d139b8ffaafb966c581230faca2e21387fe68b 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index d6759fab58ccaed7591bef74bedca7224e6ac736..21a95a076fb4a2741a696498d01da15b03d0c995 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 6c22ba672ac04ab3f0910281f0367bf49682907b..2db2479bd53cf2f9707991461b2dba06bfeb657b 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index bf7094e9279fa766b196ba6571962501c6419283..838a71720e5f7fb63953b9f1a0c9b6e514d4fe8a 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index edabe1fcc29f42ce035c0004886f2da85963a801..78a3c231227ca35d039a1a78a873692ba22743f2 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 25206629a42f4db7d89072fcdeccae660f7561ff..fca18d9161aa72ccd4de89dfc1604ce12c1b6169 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 695fe46d416e7a03b9166f5d039a2be45899a03c..1a4b339d78c1e66e3e1e15826dbf458c79b3db21 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 235a63383874cb5be55e6d914b6076403996c4e7..8dc5742b3b148f651aa109d3bda6bd38ed2054c2 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 161b2250e7e9c6f8f3bb9f446d3bcc8b5c56df73..9251d611776a322b650a9a12e8fd4178f9fe15e5 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 49d3dee1a8b123753db880f6a46de86fe5ebc5a9..1683a83f78f42406a2db3fbc8e4093a4776645da 100644 (file)
@@ -8,7 +8,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 632d13ef5abc6d63a52ee7ba5159092857b970f9..a744c001fbc7359d18d48f057e1593fa2065269e 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 86eefbee63ca60d7443b8b37f4a979d9ac84f948..562ab466ae788eee307cd6a2c13b92a3faec135a 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 954a65dfa6653dda6e3a97c20cfb9396fbfb337d..605fc45ce72c6ab7126e7e1c651450c2eff9e529 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 7c612e659d560aaa9978c7e2b65607d358ce1bd7..e4cc7a06762d57272ec894f45aac422b5154fb56 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 41339b85bf397fa4c38017deb2503ffb193e8db8..87efdeff38353d1b837ce90c5e777d3e9b1c3a65 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 1c3d7aa31d173882650546673cfc1b9f94fb203c..cb756ca4f86115057bf631b7859717310a4bdc00 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index b577cfa5d6d8731cfc4cad263167300b020af680..65c42d12d65ebb1496245c3bfd29574b72b3d3b5 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 0e0debf7baaaa2da76165c442c07231fd047bcf1..a97dfc0111360612b2090c56f2ddd441f6149d10 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 436ccb031240f4485ed66d7d04c35356bb5a9615..21120046641e0e1d586e8cbb98664e9f24e93b31 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 9a8ba71206f2b3e31baf1fb6c8b76febec81d12d..f695a6d720ca8251ba35f9e5501a42891c657537 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 0ea55ef3d810e0c9f7b5a1ef7b0875d129a4d7d1..bbad940a413e4d1dc647f0b7a79689098cad8ce6 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index ab5732019419bacba4275400158f48994319678a..7e742f47bbfffb05eecadcb38ee39cbe1762ef16 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 7ca9ea4d56cfe9841e8a7f71a2f9f90548f40617..a77e88938404f7ed9c10c18a58bb794070418dd6 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 3fca316c7d9c99b1b3bb93bd9dbea70f4751270d..214c21d601f41117f8541bacd47abad81ca73b5b 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index c5f95f367791be5dca51992e41596c91de7d5c8a..7a3d214e33e98bb5d0f09ae6ad6ec49fb299938d 100644 (file)
@@ -9,7 +9,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index be08d0298d3ac1ad015eb76d0294d2795f42a03f..10f67dac8661f98b5e3ddf1a208b03663d1ff0ab 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 0bd620f0bd5102c62b9cf59211eb3fda904c317c..b913bc47c0bd9855bddcc6300feabccd9e754bbc 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 337df66706fbbda264f2debe0cf40e7d745908ca..b572f1eb7a13d1cea818739200341a919dd5637d 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index e6737de0e311c3b6cd825e42983212d0494ac64e..bed965a5e566d657afbf1b4d1baa1e8dc83fa62a 100644 (file)
@@ -11,7 +11,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index db0bc03f096a4c652ea176a95ec1c8e2241ae99f..94dce3787f6e24bda94da07c0056abdd25c21a5f 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 83edbe11a8ce30e926ac96d946c8b65de146efb9..d23a882de3ed8b06ac2777cd0ed885890107b45e 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 323229247093b43b36fad7f8103fcf952e164f9f..f734e92c72bd0a61f797ffe7ffb5c87d7de1b8ed 100644 (file)
@@ -10,7 +10,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index c7dbdc006c2133eb772493869c8d92d69b2a020e..461dfc044ad46c3909e15cfa74d7cca872b508a2 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 4318bd4f46052fdd6273de384836cfd7b36a1f91..35d5d79dec9685ae37e5c8dbf4748de70612b444 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 5d2927077e7644bcc591af34891b35be5ba14e9e..08d87f2df275b4ee9dda5f9c51693a199d3004da 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 4f1b060f800c40a032722df0cfc4d8b0e42bb04b..970593e0d6ec3ddd48ef5b4d2121c5761d5498e4 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 2a74c3c3629d3d82857d3af8083d3835c02c8c69..a0b3fd85c4f4d7a7b704dbffc92591253273b515 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
index 0831bd5295d3cceeb628e42c4ad3e3d46138e1c6..63abcd41e91421f451d3b55dd6d56f1958609cee 100644 (file)
@@ -7,7 +7,7 @@
 // any later version.
 
 // This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without Pred the implied warranty of
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.