]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix find&replace error in license boilerplate
authorJonathan Wakely <jwakely@redhat.com>
Tue, 15 Nov 2016 14:33:41 +0000 (14:33 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 15 Nov 2016 14:33:41 +0000 (14:33 +0000)
* testsuite/19_diagnostics/error_code/is_error_code_v.cc: Fix license
text.
* testsuite/20_util/any/assign/emplace.cc: Likewise.
* testsuite/20_util/any/cons/in_place.cc: Likewise.
* testsuite/20_util/any/make_any.cc: Likewise.
* testsuite/20_util/any/requirements.cc: Likewise.
* testsuite/20_util/any/typedefs.cc: Likewise.
* testsuite/20_util/bind/is_placeholder_v.cc: Likewise.
* testsuite/20_util/duration/requirements/treat_as_floating_point_v.cc:
Likewise.
* testsuite/20_util/in_place/requirements.cc: Likewise.
* testsuite/20_util/optional/77288.cc: Likewise.
* testsuite/20_util/optional/assignment/1.cc: Likewise.
* testsuite/20_util/optional/assignment/2.cc: Likewise.
* testsuite/20_util/optional/assignment/3.cc: Likewise.
* testsuite/20_util/optional/assignment/4.cc: Likewise.
* testsuite/20_util/optional/assignment/5.cc: Likewise.
* testsuite/20_util/optional/assignment/6.cc: Likewise.
* testsuite/20_util/optional/assignment/7.cc: Likewise.
* testsuite/20_util/optional/cons/77727.cc: Likewise.
* testsuite/20_util/optional/cons/move.cc: Likewise.
* testsuite/20_util/optional/cons/value.cc: Likewise.
* testsuite/20_util/optional/cons/value_neg.cc: Likewise.
* testsuite/20_util/optional/constexpr/cons/value.cc: Likewise.
* testsuite/20_util/optional/constexpr/make_optional.cc: Likewise.
* testsuite/20_util/optional/constexpr/observers/1.cc: Likewise.
* testsuite/20_util/optional/constexpr/observers/2.cc: Likewise.
* testsuite/20_util/optional/constexpr/observers/3.cc: Likewise.
* testsuite/20_util/optional/constexpr/observers/4.cc: Likewise.
* testsuite/20_util/optional/constexpr/observers/5.cc: Likewise.
* testsuite/20_util/optional/constexpr/relops/1.cc: Likewise.
* testsuite/20_util/optional/constexpr/relops/2.cc: Likewise.
* testsuite/20_util/optional/constexpr/relops/3.cc: Likewise.
* testsuite/20_util/optional/constexpr/relops/4.cc: Likewise.
* testsuite/20_util/optional/constexpr/relops/5.cc: Likewise.
* testsuite/20_util/optional/constexpr/relops/6.cc: Likewise.
* testsuite/20_util/optional/hash.cc: Likewise.
* testsuite/20_util/optional/make_optional.cc: Likewise.
* testsuite/20_util/optional/observers/1.cc: Likewise.
* testsuite/20_util/optional/observers/2.cc: Likewise.
* testsuite/20_util/optional/observers/3.cc: Likewise.
* testsuite/20_util/optional/observers/4.cc: Likewise.
* testsuite/20_util/optional/observers/5.cc: Likewise.
* testsuite/20_util/optional/observers/6.cc: Likewise.
* testsuite/20_util/optional/relops/1.cc: Likewise.
* testsuite/20_util/optional/relops/2.cc: Likewise.
* testsuite/20_util/optional/relops/3.cc: Likewise.
* testsuite/20_util/optional/relops/4.cc: Likewise.
* testsuite/20_util/optional/relops/5.cc: Likewise.
* testsuite/20_util/optional/relops/6.cc: Likewise.
* testsuite/20_util/optional/requirements.cc: Likewise.
* testsuite/20_util/optional/swap/1.cc: Likewise.
* testsuite/20_util/optional/typedefs.cc: Likewise.
* testsuite/20_util/ratio/requirements/ratio_equal_v.cc: Likewise.
* testsuite/20_util/tuple/tuple_size_v.cc: Likewise.
* testsuite/20_util/uses_allocator/requirements/uses_allocator_v.cc:
Likewise.
* testsuite/20_util/variable_templates_for_traits.cc: Likewise.
* testsuite/20_util/variant/hash.cc: Likewise.
* testsuite/21_strings/basic_string_view/typedefs.cc: Likewise.
* testsuite/experimental/any/typedefs.cc: Likewise.
* testsuite/experimental/array/make_array.cc: Likewise.
* testsuite/experimental/array/neg.cc: Likewise.
* testsuite/experimental/chrono/value.cc: Likewise.
* testsuite/experimental/deque/erasure.cc: Likewise.
* testsuite/experimental/forward_list/erasure.cc: Likewise.
* testsuite/experimental/list/erasure.cc: Likewise.
* testsuite/experimental/map/erasure.cc: Likewise.
* testsuite/experimental/memory/observer_ptr/assignment/assign.cc:
Likewise.
* testsuite/experimental/memory/observer_ptr/cons/cons.cc: Likewise.
* testsuite/experimental/memory/observer_ptr/hash/hash.cc: Likewise.
* testsuite/experimental/memory/observer_ptr/make_observer.cc:
Likewise.
* testsuite/experimental/memory/observer_ptr/relops/relops.cc:
Likewise.
* testsuite/experimental/memory/observer_ptr/requirements.cc: Likewise.
* testsuite/experimental/memory/observer_ptr/swap/swap.cc: Likewise.
* testsuite/experimental/memory/observer_ptr/typedefs.cc: Likewise.
* testsuite/experimental/optional/77288.cc: Likewise.
* testsuite/experimental/optional/assignment/1.cc: Likewise.
* testsuite/experimental/optional/assignment/2.cc: Likewise.
* testsuite/experimental/optional/assignment/3.cc: Likewise.
* testsuite/experimental/optional/assignment/4.cc: Likewise.
* testsuite/experimental/optional/assignment/5.cc: Likewise.
* testsuite/experimental/optional/assignment/6.cc: Likewise.
* testsuite/experimental/optional/cons/77727.cc: Likewise.
* testsuite/experimental/optional/cons/move.cc: Likewise.
* testsuite/experimental/optional/cons/value.cc: Likewise.
* testsuite/experimental/optional/cons/value_neg.cc: Likewise.
* testsuite/experimental/optional/constexpr/cons/value.cc: Likewise.
* testsuite/experimental/optional/constexpr/make_optional.cc: Likewise.
* testsuite/experimental/optional/constexpr/observers/1.cc: Likewise.
* testsuite/experimental/optional/constexpr/observers/2.cc: Likewise.
* testsuite/experimental/optional/constexpr/observers/3.cc: Likewise.
* testsuite/experimental/optional/constexpr/observers/4.cc: Likewise.
* testsuite/experimental/optional/constexpr/observers/5.cc: Likewise.
* testsuite/experimental/optional/constexpr/relops/1.cc: Likewise.
* testsuite/experimental/optional/constexpr/relops/2.cc: Likewise.
* testsuite/experimental/optional/constexpr/relops/3.cc: Likewise.
* testsuite/experimental/optional/constexpr/relops/4.cc: Likewise.
* testsuite/experimental/optional/constexpr/relops/5.cc: Likewise.
* testsuite/experimental/optional/constexpr/relops/6.cc: Likewise.
* testsuite/experimental/optional/make_optional.cc: Likewise.
* testsuite/experimental/optional/observers/1.cc: Likewise.
* testsuite/experimental/optional/observers/2.cc: Likewise.
* testsuite/experimental/optional/observers/3.cc: Likewise.
* testsuite/experimental/optional/observers/4.cc: Likewise.
* testsuite/experimental/optional/observers/5.cc: Likewise.
* testsuite/experimental/optional/relops/1.cc: Likewise.
* testsuite/experimental/optional/relops/2.cc: Likewise.
* testsuite/experimental/optional/relops/3.cc: Likewise.
* testsuite/experimental/optional/relops/4.cc: Likewise.
* testsuite/experimental/optional/relops/5.cc: Likewise.
* testsuite/experimental/optional/relops/6.cc: Likewise.
* testsuite/experimental/optional/requirements.cc: Likewise.
* testsuite/experimental/optional/swap/1.cc: Likewise.
* testsuite/experimental/optional/typedefs.cc: Likewise.
* testsuite/experimental/propagate_const/assignment/move.cc: Likewise.
* testsuite/experimental/propagate_const/assignment/move_neg.cc:
Likewise.
* testsuite/experimental/propagate_const/cons/move.cc: Likewise.
* testsuite/experimental/propagate_const/cons/move_neg.cc: Likewise.
* testsuite/experimental/propagate_const/hash/1.cc: Likewise.
* testsuite/experimental/propagate_const/observers/1.cc: Likewise.
* testsuite/experimental/propagate_const/relops/1.cc: Likewise.
* testsuite/experimental/propagate_const/requirements1.cc: Likewise.
* testsuite/experimental/propagate_const/requirements2.cc: Likewise.
* testsuite/experimental/propagate_const/requirements3.cc: Likewise.
* testsuite/experimental/propagate_const/requirements4.cc: Likewise.
* testsuite/experimental/propagate_const/requirements5.cc: Likewise.
* testsuite/experimental/propagate_const/swap/1.cc: Likewise.
* testsuite/experimental/propagate_const/typedefs.cc: Likewise.
* testsuite/experimental/random/randint.cc: Likewise.
* testsuite/experimental/ratio/value.cc: Likewise.
* testsuite/experimental/set/erasure.cc: Likewise.
* testsuite/experimental/string/erasure.cc: Likewise.
* testsuite/experimental/string_view/typedefs.cc: Likewise.
* testsuite/experimental/system_error/value.cc: Likewise.
* testsuite/experimental/tuple/tuple_size.cc: Likewise.
* testsuite/experimental/type_traits/value.cc: Likewise.
* testsuite/experimental/unordered_map/erasure.cc: Likewise.
* testsuite/experimental/unordered_set/erasure.cc: Likewise.
* testsuite/experimental/vector/erasure.cc: Likewise.

From-SVN: r242417

138 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/19_diagnostics/error_code/is_error_code_v.cc
libstdc++-v3/testsuite/20_util/any/assign/emplace.cc
libstdc++-v3/testsuite/20_util/any/cons/in_place.cc
libstdc++-v3/testsuite/20_util/any/make_any.cc
libstdc++-v3/testsuite/20_util/any/requirements.cc
libstdc++-v3/testsuite/20_util/any/typedefs.cc
libstdc++-v3/testsuite/20_util/bind/is_placeholder_v.cc
libstdc++-v3/testsuite/20_util/duration/requirements/treat_as_floating_point_v.cc
libstdc++-v3/testsuite/20_util/in_place/requirements.cc
libstdc++-v3/testsuite/20_util/optional/77288.cc
libstdc++-v3/testsuite/20_util/optional/assignment/1.cc
libstdc++-v3/testsuite/20_util/optional/assignment/2.cc
libstdc++-v3/testsuite/20_util/optional/assignment/3.cc
libstdc++-v3/testsuite/20_util/optional/assignment/4.cc
libstdc++-v3/testsuite/20_util/optional/assignment/5.cc
libstdc++-v3/testsuite/20_util/optional/assignment/6.cc
libstdc++-v3/testsuite/20_util/optional/assignment/7.cc
libstdc++-v3/testsuite/20_util/optional/cons/77727.cc
libstdc++-v3/testsuite/20_util/optional/cons/move.cc
libstdc++-v3/testsuite/20_util/optional/cons/value.cc
libstdc++-v3/testsuite/20_util/optional/cons/value_neg.cc
libstdc++-v3/testsuite/20_util/optional/constexpr/cons/value.cc
libstdc++-v3/testsuite/20_util/optional/constexpr/make_optional.cc
libstdc++-v3/testsuite/20_util/optional/constexpr/observers/1.cc
libstdc++-v3/testsuite/20_util/optional/constexpr/observers/2.cc
libstdc++-v3/testsuite/20_util/optional/constexpr/observers/3.cc
libstdc++-v3/testsuite/20_util/optional/constexpr/observers/4.cc
libstdc++-v3/testsuite/20_util/optional/constexpr/observers/5.cc
libstdc++-v3/testsuite/20_util/optional/constexpr/relops/1.cc
libstdc++-v3/testsuite/20_util/optional/constexpr/relops/2.cc
libstdc++-v3/testsuite/20_util/optional/constexpr/relops/3.cc
libstdc++-v3/testsuite/20_util/optional/constexpr/relops/4.cc
libstdc++-v3/testsuite/20_util/optional/constexpr/relops/5.cc
libstdc++-v3/testsuite/20_util/optional/constexpr/relops/6.cc
libstdc++-v3/testsuite/20_util/optional/hash.cc
libstdc++-v3/testsuite/20_util/optional/make_optional.cc
libstdc++-v3/testsuite/20_util/optional/observers/1.cc
libstdc++-v3/testsuite/20_util/optional/observers/2.cc
libstdc++-v3/testsuite/20_util/optional/observers/3.cc
libstdc++-v3/testsuite/20_util/optional/observers/4.cc
libstdc++-v3/testsuite/20_util/optional/observers/5.cc
libstdc++-v3/testsuite/20_util/optional/observers/6.cc
libstdc++-v3/testsuite/20_util/optional/relops/1.cc
libstdc++-v3/testsuite/20_util/optional/relops/2.cc
libstdc++-v3/testsuite/20_util/optional/relops/3.cc
libstdc++-v3/testsuite/20_util/optional/relops/4.cc
libstdc++-v3/testsuite/20_util/optional/relops/5.cc
libstdc++-v3/testsuite/20_util/optional/relops/6.cc
libstdc++-v3/testsuite/20_util/optional/requirements.cc
libstdc++-v3/testsuite/20_util/optional/swap/1.cc
libstdc++-v3/testsuite/20_util/optional/typedefs.cc
libstdc++-v3/testsuite/20_util/ratio/requirements/ratio_equal_v.cc
libstdc++-v3/testsuite/20_util/tuple/tuple_size_v.cc
libstdc++-v3/testsuite/20_util/uses_allocator/requirements/uses_allocator_v.cc
libstdc++-v3/testsuite/20_util/variable_templates_for_traits.cc
libstdc++-v3/testsuite/20_util/variant/hash.cc
libstdc++-v3/testsuite/21_strings/basic_string_view/typedefs.cc
libstdc++-v3/testsuite/experimental/any/typedefs.cc
libstdc++-v3/testsuite/experimental/array/make_array.cc
libstdc++-v3/testsuite/experimental/array/neg.cc
libstdc++-v3/testsuite/experimental/chrono/value.cc
libstdc++-v3/testsuite/experimental/deque/erasure.cc
libstdc++-v3/testsuite/experimental/forward_list/erasure.cc
libstdc++-v3/testsuite/experimental/list/erasure.cc
libstdc++-v3/testsuite/experimental/map/erasure.cc
libstdc++-v3/testsuite/experimental/memory/observer_ptr/assignment/assign.cc
libstdc++-v3/testsuite/experimental/memory/observer_ptr/cons/cons.cc
libstdc++-v3/testsuite/experimental/memory/observer_ptr/hash/hash.cc
libstdc++-v3/testsuite/experimental/memory/observer_ptr/make_observer.cc
libstdc++-v3/testsuite/experimental/memory/observer_ptr/relops/relops.cc
libstdc++-v3/testsuite/experimental/memory/observer_ptr/requirements.cc
libstdc++-v3/testsuite/experimental/memory/observer_ptr/swap/swap.cc
libstdc++-v3/testsuite/experimental/memory/observer_ptr/typedefs.cc
libstdc++-v3/testsuite/experimental/optional/77288.cc
libstdc++-v3/testsuite/experimental/optional/assignment/1.cc
libstdc++-v3/testsuite/experimental/optional/assignment/2.cc
libstdc++-v3/testsuite/experimental/optional/assignment/3.cc
libstdc++-v3/testsuite/experimental/optional/assignment/4.cc
libstdc++-v3/testsuite/experimental/optional/assignment/5.cc
libstdc++-v3/testsuite/experimental/optional/assignment/6.cc
libstdc++-v3/testsuite/experimental/optional/cons/77727.cc
libstdc++-v3/testsuite/experimental/optional/cons/move.cc
libstdc++-v3/testsuite/experimental/optional/cons/value.cc
libstdc++-v3/testsuite/experimental/optional/cons/value_neg.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/cons/value.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/make_optional.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/observers/1.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/observers/2.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/observers/3.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/observers/4.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/observers/5.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/relops/1.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/relops/2.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/relops/3.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/relops/4.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/relops/5.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/relops/6.cc
libstdc++-v3/testsuite/experimental/optional/make_optional.cc
libstdc++-v3/testsuite/experimental/optional/observers/1.cc
libstdc++-v3/testsuite/experimental/optional/observers/2.cc
libstdc++-v3/testsuite/experimental/optional/observers/3.cc
libstdc++-v3/testsuite/experimental/optional/observers/4.cc
libstdc++-v3/testsuite/experimental/optional/observers/5.cc
libstdc++-v3/testsuite/experimental/optional/relops/1.cc
libstdc++-v3/testsuite/experimental/optional/relops/2.cc
libstdc++-v3/testsuite/experimental/optional/relops/3.cc
libstdc++-v3/testsuite/experimental/optional/relops/4.cc
libstdc++-v3/testsuite/experimental/optional/relops/5.cc
libstdc++-v3/testsuite/experimental/optional/relops/6.cc
libstdc++-v3/testsuite/experimental/optional/requirements.cc
libstdc++-v3/testsuite/experimental/optional/swap/1.cc
libstdc++-v3/testsuite/experimental/optional/typedefs.cc
libstdc++-v3/testsuite/experimental/propagate_const/assignment/move.cc
libstdc++-v3/testsuite/experimental/propagate_const/assignment/move_neg.cc
libstdc++-v3/testsuite/experimental/propagate_const/cons/move.cc
libstdc++-v3/testsuite/experimental/propagate_const/cons/move_neg.cc
libstdc++-v3/testsuite/experimental/propagate_const/hash/1.cc
libstdc++-v3/testsuite/experimental/propagate_const/observers/1.cc
libstdc++-v3/testsuite/experimental/propagate_const/relops/1.cc
libstdc++-v3/testsuite/experimental/propagate_const/requirements1.cc
libstdc++-v3/testsuite/experimental/propagate_const/requirements2.cc
libstdc++-v3/testsuite/experimental/propagate_const/requirements3.cc
libstdc++-v3/testsuite/experimental/propagate_const/requirements4.cc
libstdc++-v3/testsuite/experimental/propagate_const/requirements5.cc
libstdc++-v3/testsuite/experimental/propagate_const/swap/1.cc
libstdc++-v3/testsuite/experimental/propagate_const/typedefs.cc
libstdc++-v3/testsuite/experimental/random/randint.cc
libstdc++-v3/testsuite/experimental/ratio/value.cc
libstdc++-v3/testsuite/experimental/set/erasure.cc
libstdc++-v3/testsuite/experimental/string/erasure.cc
libstdc++-v3/testsuite/experimental/string_view/typedefs.cc
libstdc++-v3/testsuite/experimental/system_error/value.cc
libstdc++-v3/testsuite/experimental/tuple/tuple_size.cc
libstdc++-v3/testsuite/experimental/type_traits/value.cc
libstdc++-v3/testsuite/experimental/unordered_map/erasure.cc
libstdc++-v3/testsuite/experimental/unordered_set/erasure.cc
libstdc++-v3/testsuite/experimental/vector/erasure.cc

index ce4a9575a514ed7ffe1f862c3a56b01cd0b782f7..b8fd98a12c1ddd3ee71dd3bd1f9275e7ce2a66b6 100644 (file)
@@ -1,5 +1,150 @@
 2016-11-15  Jonathan Wakely  <jwakely@redhat.com>
 
+       * testsuite/19_diagnostics/error_code/is_error_code_v.cc: Fix license
+       text.
+       * testsuite/20_util/any/assign/emplace.cc: Likewise.
+       * testsuite/20_util/any/cons/in_place.cc: Likewise.
+       * testsuite/20_util/any/make_any.cc: Likewise.
+       * testsuite/20_util/any/requirements.cc: Likewise.
+       * testsuite/20_util/any/typedefs.cc: Likewise.
+       * testsuite/20_util/bind/is_placeholder_v.cc: Likewise.
+       * testsuite/20_util/duration/requirements/treat_as_floating_point_v.cc:
+       Likewise.
+       * testsuite/20_util/in_place/requirements.cc: Likewise.
+       * testsuite/20_util/optional/77288.cc: Likewise.
+       * testsuite/20_util/optional/assignment/1.cc: Likewise.
+       * testsuite/20_util/optional/assignment/2.cc: Likewise.
+       * testsuite/20_util/optional/assignment/3.cc: Likewise.
+       * testsuite/20_util/optional/assignment/4.cc: Likewise.
+       * testsuite/20_util/optional/assignment/5.cc: Likewise.
+       * testsuite/20_util/optional/assignment/6.cc: Likewise.
+       * testsuite/20_util/optional/assignment/7.cc: Likewise.
+       * testsuite/20_util/optional/cons/77727.cc: Likewise.
+       * testsuite/20_util/optional/cons/move.cc: Likewise.
+       * testsuite/20_util/optional/cons/value.cc: Likewise.
+       * testsuite/20_util/optional/cons/value_neg.cc: Likewise.
+       * testsuite/20_util/optional/constexpr/cons/value.cc: Likewise.
+       * testsuite/20_util/optional/constexpr/make_optional.cc: Likewise.
+       * testsuite/20_util/optional/constexpr/observers/1.cc: Likewise.
+       * testsuite/20_util/optional/constexpr/observers/2.cc: Likewise.
+       * testsuite/20_util/optional/constexpr/observers/3.cc: Likewise.
+       * testsuite/20_util/optional/constexpr/observers/4.cc: Likewise.
+       * testsuite/20_util/optional/constexpr/observers/5.cc: Likewise.
+       * testsuite/20_util/optional/constexpr/relops/1.cc: Likewise.
+       * testsuite/20_util/optional/constexpr/relops/2.cc: Likewise.
+       * testsuite/20_util/optional/constexpr/relops/3.cc: Likewise.
+       * testsuite/20_util/optional/constexpr/relops/4.cc: Likewise.
+       * testsuite/20_util/optional/constexpr/relops/5.cc: Likewise.
+       * testsuite/20_util/optional/constexpr/relops/6.cc: Likewise.
+       * testsuite/20_util/optional/hash.cc: Likewise.
+       * testsuite/20_util/optional/make_optional.cc: Likewise.
+       * testsuite/20_util/optional/observers/1.cc: Likewise.
+       * testsuite/20_util/optional/observers/2.cc: Likewise.
+       * testsuite/20_util/optional/observers/3.cc: Likewise.
+       * testsuite/20_util/optional/observers/4.cc: Likewise.
+       * testsuite/20_util/optional/observers/5.cc: Likewise.
+       * testsuite/20_util/optional/observers/6.cc: Likewise.
+       * testsuite/20_util/optional/relops/1.cc: Likewise.
+       * testsuite/20_util/optional/relops/2.cc: Likewise.
+       * testsuite/20_util/optional/relops/3.cc: Likewise.
+       * testsuite/20_util/optional/relops/4.cc: Likewise.
+       * testsuite/20_util/optional/relops/5.cc: Likewise.
+       * testsuite/20_util/optional/relops/6.cc: Likewise.
+       * testsuite/20_util/optional/requirements.cc: Likewise.
+       * testsuite/20_util/optional/swap/1.cc: Likewise.
+       * testsuite/20_util/optional/typedefs.cc: Likewise.
+       * testsuite/20_util/ratio/requirements/ratio_equal_v.cc: Likewise.
+       * testsuite/20_util/tuple/tuple_size_v.cc: Likewise.
+       * testsuite/20_util/uses_allocator/requirements/uses_allocator_v.cc:
+       Likewise.
+       * testsuite/20_util/variable_templates_for_traits.cc: Likewise.
+       * testsuite/20_util/variant/hash.cc: Likewise.
+       * testsuite/21_strings/basic_string_view/typedefs.cc: Likewise.
+       * testsuite/experimental/any/typedefs.cc: Likewise.
+       * testsuite/experimental/array/make_array.cc: Likewise.
+       * testsuite/experimental/array/neg.cc: Likewise.
+       * testsuite/experimental/chrono/value.cc: Likewise.
+       * testsuite/experimental/deque/erasure.cc: Likewise.
+       * testsuite/experimental/forward_list/erasure.cc: Likewise.
+       * testsuite/experimental/list/erasure.cc: Likewise.
+       * testsuite/experimental/map/erasure.cc: Likewise.
+       * testsuite/experimental/memory/observer_ptr/assignment/assign.cc:
+       Likewise.
+       * testsuite/experimental/memory/observer_ptr/cons/cons.cc: Likewise.
+       * testsuite/experimental/memory/observer_ptr/hash/hash.cc: Likewise.
+       * testsuite/experimental/memory/observer_ptr/make_observer.cc:
+       Likewise.
+       * testsuite/experimental/memory/observer_ptr/relops/relops.cc:
+       Likewise.
+       * testsuite/experimental/memory/observer_ptr/requirements.cc: Likewise.
+       * testsuite/experimental/memory/observer_ptr/swap/swap.cc: Likewise.
+       * testsuite/experimental/memory/observer_ptr/typedefs.cc: Likewise.
+       * testsuite/experimental/optional/77288.cc: Likewise.
+       * testsuite/experimental/optional/assignment/1.cc: Likewise.
+       * testsuite/experimental/optional/assignment/2.cc: Likewise.
+       * testsuite/experimental/optional/assignment/3.cc: Likewise.
+       * testsuite/experimental/optional/assignment/4.cc: Likewise.
+       * testsuite/experimental/optional/assignment/5.cc: Likewise.
+       * testsuite/experimental/optional/assignment/6.cc: Likewise.
+       * testsuite/experimental/optional/cons/77727.cc: Likewise.
+       * testsuite/experimental/optional/cons/move.cc: Likewise.
+       * testsuite/experimental/optional/cons/value.cc: Likewise.
+       * testsuite/experimental/optional/cons/value_neg.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/cons/value.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/make_optional.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/observers/1.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/observers/2.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/observers/3.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/observers/4.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/observers/5.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/relops/1.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/relops/2.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/relops/3.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/relops/4.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/relops/5.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/relops/6.cc: Likewise.
+       * testsuite/experimental/optional/make_optional.cc: Likewise.
+       * testsuite/experimental/optional/observers/1.cc: Likewise.
+       * testsuite/experimental/optional/observers/2.cc: Likewise.
+       * testsuite/experimental/optional/observers/3.cc: Likewise.
+       * testsuite/experimental/optional/observers/4.cc: Likewise.
+       * testsuite/experimental/optional/observers/5.cc: Likewise.
+       * testsuite/experimental/optional/relops/1.cc: Likewise.
+       * testsuite/experimental/optional/relops/2.cc: Likewise.
+       * testsuite/experimental/optional/relops/3.cc: Likewise.
+       * testsuite/experimental/optional/relops/4.cc: Likewise.
+       * testsuite/experimental/optional/relops/5.cc: Likewise.
+       * testsuite/experimental/optional/relops/6.cc: Likewise.
+       * testsuite/experimental/optional/requirements.cc: Likewise.
+       * testsuite/experimental/optional/swap/1.cc: Likewise.
+       * testsuite/experimental/optional/typedefs.cc: Likewise.
+       * testsuite/experimental/propagate_const/assignment/move.cc: Likewise.
+       * testsuite/experimental/propagate_const/assignment/move_neg.cc:
+       Likewise.
+       * testsuite/experimental/propagate_const/cons/move.cc: Likewise.
+       * testsuite/experimental/propagate_const/cons/move_neg.cc: Likewise.
+       * testsuite/experimental/propagate_const/hash/1.cc: Likewise.
+       * testsuite/experimental/propagate_const/observers/1.cc: Likewise.
+       * testsuite/experimental/propagate_const/relops/1.cc: Likewise.
+       * testsuite/experimental/propagate_const/requirements1.cc: Likewise.
+       * testsuite/experimental/propagate_const/requirements2.cc: Likewise.
+       * testsuite/experimental/propagate_const/requirements3.cc: Likewise.
+       * testsuite/experimental/propagate_const/requirements4.cc: Likewise.
+       * testsuite/experimental/propagate_const/requirements5.cc: Likewise.
+       * testsuite/experimental/propagate_const/swap/1.cc: Likewise.
+       * testsuite/experimental/propagate_const/typedefs.cc: Likewise.
+       * testsuite/experimental/random/randint.cc: Likewise.
+       * testsuite/experimental/ratio/value.cc: Likewise.
+       * testsuite/experimental/set/erasure.cc: Likewise.
+       * testsuite/experimental/string/erasure.cc: Likewise.
+       * testsuite/experimental/string_view/typedefs.cc: Likewise.
+       * testsuite/experimental/system_error/value.cc: Likewise.
+       * testsuite/experimental/tuple/tuple_size.cc: Likewise.
+       * testsuite/experimental/type_traits/value.cc: Likewise.
+       * testsuite/experimental/unordered_map/erasure.cc: Likewise.
+       * testsuite/experimental/unordered_set/erasure.cc: Likewise.
+       * testsuite/experimental/vector/erasure.cc: Likewise.
+
        * doc/xml/manual/intro.xml: Document LWG 2742 status.
        * doc/html/*: Regenerate.
        * include/bits/basic_string.h
index 629cae1fcf8aa03859e10adc3829d183e6a079fb..3719dda2b2e2d0ee5b763323ca2d3b88be1e9f91 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 799c5edf4a41c353271cb15865ab9d4d21c8c048..50483c71bee087b575420d8304f3e7c409bacc5e 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 374a10a61faf061bb058597681d26ae09aab1b7c..5419c25872e94d6d08f0812d9dd95d75664f193a 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 4ec245bfdaec4211960b72a276c968444740dccf..30fd40c11c9c77e16a67063553ce492d8a636c9a 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 80ab2a630f159d6d61bef3227bcc8dd694cd0f67..e47eed4448bb96e32ba6859820adcb6e4fc8c473 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 11a57924b25e8ec59accb973cecd8a951102ea2d..22210dd6e072f7f6ec80a1c89d4c4c9e918cc0bf 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 0499d520591767e4eb89af892a6da2b99ee8ba58..ff6a4126c3dd5cd903917191ab9463c8819ba714 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 0148239f5e0a67b859cb1733d024dd2c0172716f..40e1d94ee1d0bb50d894e5723ffa3adc451012b7 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index a31a1533ee8b6592e67fea7402469d367a5a4e62..9ad58359676dea0249e94e94894c638ca9f151fd 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 0df74a9963cb8173390115d7c0e69ae03ed4f072..7465dd0c23147dff3537449da6fc7aa32f871934 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 25c62418b44f561a356a02d70c901cf229900f66..f4f1a9639cd76204d06bf3c941b826a18ac3676e 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index d9d6ffab51fe9b21d84aeab634e1bff139789747..fb9448ea356bc197721d2c0689a9c6e6bb04ca73 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index ce038b37cac0d2feb05ddf0519eb688ed930d63e..2287713a132633c701847163ad4584ffdec479ad 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 7b9723818313ded4d9d897332de1a2e4c419fa08..0922c3e9f69a02425a1a5a11e7ba703c82d261f1 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index d1a75b49ac79b1943bb7ff112a483b3534aec413..d9ae573d76a64dd6eaf6670a2a15e89d80ffeccb 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 78e975bbe32a2ee742d816d8ce36c4edfd6c225f..a10858a1e779473e20e1a54a5731fa2eb60bbb79 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index d392b40e49fcc75e8a9a84203b23939aebea5edc..c5c0302fbfb676d567db75d33e06f456c5140e17 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 7a3b101beca9caf38d19bd6ca321f646faaac9af..5566dbf1a197125f972641c9dfd385b953e5d58b 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 54fd8c958e5f0126f9613ec8450fb6a4ab78bb71..209dc9fff8543fc8252305ce079af6a22061f379 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 141293c1bc24a2b2efb5a1f0956b69f42186c340..94e1c3212dc46990509f49cf3562038a941741cc 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 4bf5dcc4ec28434837bbce822279bc4a50b25da0..21e86c5a5b4243f535629a35a42b9ef2095070c4 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index de7744d3dc8dd796838908b09a3e567cfc034e3e..2e205cf78d3c39737a2798d4cacd70b492e7c80f 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 44ee654a07bbf1fec3c2a9021ad0ab9a0b65d690..7c0f1dab1550be7440cabb7e98b7bb2cf5c5aa74 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 6c06f089ec2db6243e3557fbccb150a7da4c58ad..e039b0093cf6843b4e8676a50cdb94988ddf310a 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 11363af32cbe8e68e5753f5b1865a8e952c5ecc7..8a9d8f8660c50b1211b2904567af94ae15a0e4e2 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 118fea9208792add9709549214e1fcfbadf2c51d..86157158de4ac5f07fbd33fa6d60f47455b2f357 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 3e6436c6db16cbf53d9afea88cc4569e989b17af..761a3f7268400db9e456bfc8ea82c24cf01868e6 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 15ac84b25ee1e63f461e57f6a7734503680cf84e..c42745703aaa7432be193873ff721981cc3db6e7 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index c948e17012537b7000f5972115d907026635b3f8..6f747c549159320d9e8db335bdd04f11c107ba9f 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 0ce00c1052f7250820be946fe29ffb7200d7590b..349ed5a2a7e7db8b710e9d412f310bb058964e08 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index eb34f796399c060bc736629b027a570b238a93b8..3ed4807442652eec54d68212fb35db5c36b094da 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index d6294ad9d7cbea73b08049c45facf5a92e6f82d8..b51d3afc18495f773c0051d3b0380823125237e2 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 99a208208bccb5b5cd886ab20d35583a570d5aa1..3002c792e6576d329fb41d4a037bd9cd6756a1d9 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 7337287852bcec53b160e4d47ec413f042df7a70..c7909fffd19bf054867cfbea3817403bc2288ea7 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 294a6174cdb9b785922894cd8ce4b83cfd319cb0..c2dc06266329d05879311a6b84a5bc3f82c6fedc 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index b288a250bd56e2ca92ba863ac6f638c26a62d6ee..8e626d7fbb42b17d977491c1854aa29f208b8a58 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index ba10bce71198aab550ba3d42e0ef60f66ddaeff3..946aee9a2144867a9552841fac377ada4af59b79 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index d3799b9214aa8a60eb8d293605fcb1597075edb4..acaa8bb4f0c1ebf654b282b80f158f8957156baf 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 9ad5d01ae42e7736d808df46e0a05b1d0b58843a..13399ea7b918d63e34d002ed336ebeef5bf956ff 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 9a305674fb0ca37e9adadfe39fbdc427ea9af970..43238513a4473a301e7c208e5c14ce9b10a372d9 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 386d81de2e0730c3becb7079e0267a7a6c6a44df..161a891e3a1210f374bbe9be311fb5a37bd12950 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 562da2c171ea718c7ed715273b835d36f15bbbef..8113209d165591870deb0d2175701bf84154b56f 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 1315902239efc730c6be85ece3caa2c25fa1e002..b441abe2dbbfe0f48f86ec76916e8c0698acd4f9 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 135126576728a97f429486e7c1464469adf7f1d1..16dfda1b26c5d62de5ba370a7ab77a654ce9a497 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 95fde3b4797d32d921be01a1199ada605fe79db8..ac9d1513f2f16b3beaf7eb83c4fb86e480e48428 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 78d0eb8b2d032167e09dd4095749338465e02d86..cc43cd2b485ebdeb99d9981b6d413691b2555f68 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index e79e0dbc2783e3b105ff707dc97b05f6d25dd736..90d9eaf779e492f3b5587b32ebe9eec4b413f54c 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 4ead5d1acda759d6c7f22f1e0d8bbce4b75789c2..cf26c304730bc912ecc7590f4272e044457212f8 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index d0f3ab6d773734407c366714b71915f1899609d5..8bccccb7890a89161170e11154082cfe1d764895 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index b077fe4c583cc6d51268b44cae8e12f917d06c10..feaf4c62e75e1228ca6f8f531e4cce852c207e11 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 5ec95d850ecf831a459992e9846cddedcbbf2bf4..3d3d2ace7f587d0df23f6c03ca26f9fe33fd241b 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 1158a67dd395d9b0e9113089f6573cf9497e3151..6d2244a1b31e451727a3f4afd2af80d2a84b616b 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 29ce5c1701f317ba1f3052fe5664b8b5350bc593..e640017304f3693ffc56592f3677a2b6d8e4731b 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index cc6e790895f6f6d8eca12bb49840b5b43da56a00..7ca48e3c8374602a6fd347f91e914b9c67b22a07 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 5a497f12445d26c53ea644dc6c8a4946edafe9b5..e81567ef507d16c2d6a0d44d8cf0d669cfb31150 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 74f97edd235d84fc3c1a565fe9bf1c14d2d46a2f..38991ae1f83e72c747cf9664caed9205f788bd0b 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index e5d5919e283ec3969a415c507456136903b8d7d0..ac0b1f9f5b02b92e791b64360090f632acde2b97 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 875c9ec6d23c6e9261fb9b98430a70594abd0d3a..82a5719e1dc92f3d811a383f2389782ea1d8714f 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index e91a5d826e71d106bb4d7d7fce3bcd29d24ee203..cce66f10d623f6f8e3a6fd4875649d00f7548ee0 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index cd086577657f72dac0070eccea283e5b2d8b4bd7..8084a4a1f2a0e8c9ccb57d449b141d21e99811b0 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 64c16feaef06a698cc55e977ab0b789de3b0efd1..62b796407936880962fc3b4336858ad692699e64 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index b7d81da154b0108b180f1b6f1fe30cfe1678ccb3..8f1738cc580040e9a65b6317c101c22e877453fb 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 0079ed67d11c6d120008335e8be9de370679085a..ab2e7b1f4240fbdf8bbc20305edeb57863d8ed5b 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 9e5a3fe854fcfc294692d478fbf0cf0c0e59a456..dd839588649d89f1a2b33a537d219de4b9910c89 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 4890b839081563de8d4aa43f10e25edb9925b76c..bf0d396086d3a39d5054e0e8a2778a57a260821f 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 1e4a95e2aa3cf00ec4497012495e29f967df8189..c6a8cccce4249b9dc433996ce3f7e706dba34dad 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 9626cfe7e7157c795789350463349e36a5d1756e..5715e59ebbb619e38777b18165d0bc76ec56da8f 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 9a74b94d01a1bb6bc6c4bcdb57e2fdfd6de16881..3ae887eb7b69bb200e9941f61ab4b5a46a73efed 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 455944d46150ed347df91707b69df183d55f8fac..1a9d36be59156a4147491725584f80526555b057 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 75bfc08439161cdae04eef6b874620e11b6afbc4..e39c1f30f363850790109536f5cbdc96ba3bfd6e 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index ee8f87b331d492e95feb18fb053884493c3247e6..707e9412af31ea8be8279026c4258704c3507459 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 9746c84540337a1482266d39148e380d9ee0ac29..cedaa08bd112f15d45eb0689d8014b95b22a1ae6 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index dda1a0b1c15ddc51bb13c3904cb0abea7d024932..a2c448b2d94fd786ea0ea8a2f5efff25aff05ca5 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 38b1e858120b12514fb74e9c3132d355feab4b76..9b5b80ac3d8c2685123cde89a4cf4779afc570fc 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 3ebf3fcd62f68ac59ae9e17e324a213bb11a614c..f4e9431cc38f9a5da45dc5b7ef3f34fb5cd616a3 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index e7d397c6e34cfc064a8bd173ee1c8130d3af5372..0f1ff7a1f2aca879f45821b17f90eddcdc25de5b 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index f3ca657a0edd4abc371fc2f10106e8765b71dfd8..1478be4f5e0ee97152446c456f8b3146d4d2132a 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 6eba5bba31d1f0fafbea26caa6d8d67e1b96f806..bbdb441fc29cb0aaf79941e0db095a7933cab65f 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 8ee62015bd279a1cdb4a9aeca0acf3e1d154fb9d..da8517a655eb2bd757dde2a480289d5694795f5e 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 2957581ae1713922a49d4487aca535277f2213f9..2072753f6737722d397cfa9f178f0779dbd603a4 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index e3abedba3936cc4a17f6806310171c70e29ad74d..4bb422dbc299b35a9121e8f156dcdcce1cc75139 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 62f5b88d0f5e3da6a921524352916d634259b9f5..021dc628d52e47e89b0cb400423189cd47e0757e 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 81b2cb8dc2e3abc3a1f8bcd1a32d0cd382023a9d..4e2b1efdae3310667ee16d13c4e71aec5dc8bd3a 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index f7ee66e3000c8d9e9a139055ff931addb039df32..a3fabd19aed201f714dc55b6280f2e74b5444e44 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 1c31764d3a0c955f1e4000494bb2f64076d5d2aa..37194fe50243b44ff0b766e71a4223a573e607ab 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index e1411d2ea06a39d8eebd3bee2b25972a2af1d00e..ad059de47a45b0bb02a0e86cc78eb8ca50167712 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 5318d578d557fdbe007d1da3cb8203ae8a321687..3a52dfb38fb23480cd01f9ae94cffd30d65b9ac5 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index c9e726cf72b20c5b6652476ab6a1ec1ac6aeed89..c982a16393b0b3c2f8ca025333f7a74c6d65830f 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index b33ade43036b967c23b0d9e2130fc12b52e102d9..4b114faa7ff0112a08b391f9f054cf3f2367bee6 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 501aa59cdb8c21f20b6310edbd10fb24a34f3b85..8ac375d164b01bde4513db8d011c9d1d3e5f5039 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 9b73c67dc00fa6a9a969af24a54c4b6f2122f6aa..96d0dbc35100e46c1c593f8e621608ac585437a1 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 17ba463b8a567f069404a2dd08ee26973a0cdea3..22bff0cd9f7bd41280dd153ebb1a0cf8517c278c 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 8d0d2d6edd0e7e2ef426001b6318d31688ae77bc..8df589924328235b0ccd394e93dbd1b5d78dc273 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index ca3e916a9af876353d0079f573c4efa89c2e97fd..b8c3103f4c395b297a4ab6520715172e979386c6 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 17f28611b06b7bdbf2b37e86bfd9ae7a5c300e25..0e47ffeb8a7538e3a50a26a7a324d311ddf75019 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 78ea994708ac2642c46ee76463a71e3942c6b569..05e7f8c8bc4260e3f58ed1d5e377bbf412a7fe30 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 6345410bd34fa629f16309936843b847f2615896..ac646fe533488733c2ad9719f0caecc64178f433 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index fd2b27a71b61364e59f07548f3b9309d17743eb3..56ed6f603c5482b26a188c3ed6ec1c326c7e82eb 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index a832341ba39ddc9e21f5efe31b162422b2003774..dfe053267ef083976df3bef1805544b83b447a13 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 316f41e0385c6ca2d84e822b202df348771dfa2f..bb210acbffa433c966b0ca026c99e8c513d657d7 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 2cf055f41e27e2bfe55a4a46a4e0a435cb5971fd..f56db0e95eea3c12b041c082dd00da1fd3544b32 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 3768956403e4398aa8f78b98dd5e9188a12b3c24..ec9fad70fa38ffb753434fe21a4533c1ab5cd394 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 5384fb7ee1feb13203746f5ad3c40eb737305095..03df39bacb8d1ed982f8ee3a2e10ea18231deda4 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 0c20362e36afebf759ac75f87d0892c8970aa2e4..56fd7dba415d65b752633a445a4f5df03632831b 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index d5c10e77dad0a9fc9a98417f998da07673cbaffe..fcf6e359130ba7f81f3118aa6333c8416975ad6f 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index e1f794d8a7b7e423a40eaf457590a23c79898988..8fbfb0472d1cd7e6a765fcaccc6f05f82924d364 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index c2b2ce3855416c38c0ade596357863293f22b758..8dfd54da13660d3d4130d82104c928bdf1f15366 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index e83f792b36b93de65096a2635ce0d92047b8faa8..8877f8904caa22c0f1dddc88d7ca9ec74fca5592 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 674c6d693304e698a63beedfa43139f8b9fb59eb..136874f8e0c475c4d7ca3d7841808525df539231 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 450bcea8b849c09d1947ae7a3ecd1f1cdbada9f4..ee742abaeaff415385ff06bf88e3ead9ff03034f 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 071f38d827c4b1388ae2e132618c64ec49bef3be..738cfb9a0ebef72cc6f3884eac8cae2453cb3045 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 477959e80f7c4bd4579200c52c54562cf5a80259..a0f411dac3bf8566ae7c2385d22f534adf48a848 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index cddd5803c869cb89090724f9bb2c43c519691684..d6ae963cc11146ba9b3a7e3c18082ee37161eff1 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 6dc0e2e5ed969577bad6b9b3c078855a43d0a46d..0dc72a214f403567228ff0330d3a9072de339285 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index f9348d9d3ed7a52c8283888ad0c9ef4ba3595de3..76644f14c0e2722dc64d2acc786422bcb0143764 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index abfc62dc0096cd658a5c30f302a18a779f3120d6..5955dc6a4d51ff2f2049ef35aad816a78142391f 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index e708558135ef27c3a1f44669d56e7eee541603e7..a92b6b901fec52a7bceef4671e0a1a9874f7f6b8 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index b4eac5fa5412288fd31faf618c1417e6bc83be0e..6261f4759d2af2b10b98abdba75d46bdc4db55e1 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index f9b654dce7062aaa9aac7fb76e7489947e827581..3de205cedfa1f5c2e5070129e57a430a25c84e78 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index fe85b86ab8881d88549a1afd0119ad34d6f3142f..26340a5975832384e60a0c34c4bf8107c602d269 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 5f46dc4052b91f4b26a684554a4fe832d8614d88..199be37a1a63d501e84083803772161ac8147c7c 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index abc48391ff8aa8af0ef6f5a61446942b3889dc61..415d795c5d5cd943875740554d843904f78f213b 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 1c3c653a9a18fd21fec06ea1d42e96061855a437..7df1f391937ce6733d37fd9436a38c974e0a5896 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 72844fa2a2efabecb2f367029ed39cbb34bfb180..d38c5a0de4ab6c91b99bc88326ad6ac3ea197e01 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index ede1c24139c6090b10259a1cba58f80f1be52ad1..7662db24f5d557c324a506195e0981569c3527a9 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 01266c33d9cfd4fd0c6e145646aaa3ff3830273c..6b1d327d5757e52383c7050ec94b7320f605c093 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 6cf74229f044a7d76e4823f0adaa60145341ef1d..2f8aa78d5b10daed66edd3becd031ffcf9b9c78e 100644 (file)
@@ -15,7 +15,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 17a732ba8c49424077990684d3959a2036905c9d..3e1433315894031be30613b1b11f39cd2ede0ad7 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index b534af4c9472559e555d6ff1befb11a31b09e259..9a98f109cffaae608d295381611fb8c07f9604fd 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 1d0c548e4c253e3218a541f91554e4f40682912a..d6d20efbf55fbd56ba3bae2a54dffb72451897cf 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index cf9836f8472d72da241ab99a8bd78f8bc7387a34..c43308161f45a78d89d9927eda9a52e3fda2cb7e 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 6cbc0a1fb56aa81b4e1e5a3488b90074bfee6c21..346ed5425b7f3e1caa132ca7096a3a4b9cc6f24d 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 48a187158e3bd9e6ac44a75aeeb9842afc2eebb1..ce3344e40384fdb2f47717f43329d9f9ce5d48ad 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 0700f92ad6ad12508e2a449b0ec679b58220232a..19287dc6046034731c88ba93e092f80b142c7982 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index de603dbad1b5861e3eb412682781ed7f3d8f443a..ff47071ada2f26b91569d449c13456e5875b7b01 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 8c35d0776156eb2d011ac89d6fa6ff5da647516e..c9517c607e0c050422b7561d576aebe2c86416a7 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 762527ef3016cf60b9a8a36609848424e1581b3f..045299eac1781134e3bddf183596a52d3af228ab 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.