From: Jonathan Wakely Date: Tue, 15 Nov 2016 14:33:41 +0000 (+0000) Subject: Fix find&replace error in license boilerplate X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c7cbb4dafb041a924a3ecb1687e4ec716859048f;p=gcc.git Fix find&replace error in license boilerplate * 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 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ce4a9575a51..b8fd98a12c1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,150 @@ 2016-11-15 Jonathan Wakely + * 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 diff --git a/libstdc++-v3/testsuite/19_diagnostics/error_code/is_error_code_v.cc b/libstdc++-v3/testsuite/19_diagnostics/error_code/is_error_code_v.cc index 629cae1fcf8..3719dda2b2e 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_code/is_error_code_v.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_code/is_error_code_v.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/any/assign/emplace.cc b/libstdc++-v3/testsuite/20_util/any/assign/emplace.cc index 799c5edf4a4..50483c71bee 100644 --- a/libstdc++-v3/testsuite/20_util/any/assign/emplace.cc +++ b/libstdc++-v3/testsuite/20_util/any/assign/emplace.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/any/cons/in_place.cc b/libstdc++-v3/testsuite/20_util/any/cons/in_place.cc index 374a10a61fa..5419c25872e 100644 --- a/libstdc++-v3/testsuite/20_util/any/cons/in_place.cc +++ b/libstdc++-v3/testsuite/20_util/any/cons/in_place.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/any/make_any.cc b/libstdc++-v3/testsuite/20_util/any/make_any.cc index 4ec245bfdae..30fd40c11c9 100644 --- a/libstdc++-v3/testsuite/20_util/any/make_any.cc +++ b/libstdc++-v3/testsuite/20_util/any/make_any.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/any/requirements.cc b/libstdc++-v3/testsuite/20_util/any/requirements.cc index 80ab2a630f1..e47eed4448b 100644 --- a/libstdc++-v3/testsuite/20_util/any/requirements.cc +++ b/libstdc++-v3/testsuite/20_util/any/requirements.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/any/typedefs.cc b/libstdc++-v3/testsuite/20_util/any/typedefs.cc index 11a57924b25..22210dd6e07 100644 --- a/libstdc++-v3/testsuite/20_util/any/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/any/typedefs.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/bind/is_placeholder_v.cc b/libstdc++-v3/testsuite/20_util/bind/is_placeholder_v.cc index 0499d520591..ff6a4126c3d 100644 --- a/libstdc++-v3/testsuite/20_util/bind/is_placeholder_v.cc +++ b/libstdc++-v3/testsuite/20_util/bind/is_placeholder_v.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/duration/requirements/treat_as_floating_point_v.cc b/libstdc++-v3/testsuite/20_util/duration/requirements/treat_as_floating_point_v.cc index 0148239f5e0..40e1d94ee1d 100644 --- a/libstdc++-v3/testsuite/20_util/duration/requirements/treat_as_floating_point_v.cc +++ b/libstdc++-v3/testsuite/20_util/duration/requirements/treat_as_floating_point_v.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/in_place/requirements.cc b/libstdc++-v3/testsuite/20_util/in_place/requirements.cc index a31a1533ee8..9ad58359676 100644 --- a/libstdc++-v3/testsuite/20_util/in_place/requirements.cc +++ b/libstdc++-v3/testsuite/20_util/in_place/requirements.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/77288.cc b/libstdc++-v3/testsuite/20_util/optional/77288.cc index 0df74a9963c..7465dd0c231 100644 --- a/libstdc++-v3/testsuite/20_util/optional/77288.cc +++ b/libstdc++-v3/testsuite/20_util/optional/77288.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/assignment/1.cc b/libstdc++-v3/testsuite/20_util/optional/assignment/1.cc index 25c62418b44..f4f1a9639cd 100644 --- a/libstdc++-v3/testsuite/20_util/optional/assignment/1.cc +++ b/libstdc++-v3/testsuite/20_util/optional/assignment/1.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/assignment/2.cc b/libstdc++-v3/testsuite/20_util/optional/assignment/2.cc index d9d6ffab51f..fb9448ea356 100644 --- a/libstdc++-v3/testsuite/20_util/optional/assignment/2.cc +++ b/libstdc++-v3/testsuite/20_util/optional/assignment/2.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/assignment/3.cc b/libstdc++-v3/testsuite/20_util/optional/assignment/3.cc index ce038b37cac..2287713a132 100644 --- a/libstdc++-v3/testsuite/20_util/optional/assignment/3.cc +++ b/libstdc++-v3/testsuite/20_util/optional/assignment/3.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/assignment/4.cc b/libstdc++-v3/testsuite/20_util/optional/assignment/4.cc index 7b972381831..0922c3e9f69 100644 --- a/libstdc++-v3/testsuite/20_util/optional/assignment/4.cc +++ b/libstdc++-v3/testsuite/20_util/optional/assignment/4.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/assignment/5.cc b/libstdc++-v3/testsuite/20_util/optional/assignment/5.cc index d1a75b49ac7..d9ae573d76a 100644 --- a/libstdc++-v3/testsuite/20_util/optional/assignment/5.cc +++ b/libstdc++-v3/testsuite/20_util/optional/assignment/5.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/assignment/6.cc b/libstdc++-v3/testsuite/20_util/optional/assignment/6.cc index 78e975bbe32..a10858a1e77 100644 --- a/libstdc++-v3/testsuite/20_util/optional/assignment/6.cc +++ b/libstdc++-v3/testsuite/20_util/optional/assignment/6.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/assignment/7.cc b/libstdc++-v3/testsuite/20_util/optional/assignment/7.cc index d392b40e49f..c5c0302fbfb 100644 --- a/libstdc++-v3/testsuite/20_util/optional/assignment/7.cc +++ b/libstdc++-v3/testsuite/20_util/optional/assignment/7.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/cons/77727.cc b/libstdc++-v3/testsuite/20_util/optional/cons/77727.cc index 7a3b101beca..5566dbf1a19 100644 --- a/libstdc++-v3/testsuite/20_util/optional/cons/77727.cc +++ b/libstdc++-v3/testsuite/20_util/optional/cons/77727.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/cons/move.cc b/libstdc++-v3/testsuite/20_util/optional/cons/move.cc index 54fd8c958e5..209dc9fff85 100644 --- a/libstdc++-v3/testsuite/20_util/optional/cons/move.cc +++ b/libstdc++-v3/testsuite/20_util/optional/cons/move.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/cons/value.cc b/libstdc++-v3/testsuite/20_util/optional/cons/value.cc index 141293c1bc2..94e1c3212dc 100644 --- a/libstdc++-v3/testsuite/20_util/optional/cons/value.cc +++ b/libstdc++-v3/testsuite/20_util/optional/cons/value.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/cons/value_neg.cc b/libstdc++-v3/testsuite/20_util/optional/cons/value_neg.cc index 4bf5dcc4ec2..21e86c5a5b4 100644 --- a/libstdc++-v3/testsuite/20_util/optional/cons/value_neg.cc +++ b/libstdc++-v3/testsuite/20_util/optional/cons/value_neg.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/constexpr/cons/value.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/cons/value.cc index de7744d3dc8..2e205cf78d3 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/cons/value.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/cons/value.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/constexpr/make_optional.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/make_optional.cc index 44ee654a07b..7c0f1dab155 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/make_optional.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/make_optional.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/1.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/1.cc index 6c06f089ec2..e039b0093cf 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/1.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/1.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/2.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/2.cc index 11363af32cb..8a9d8f8660c 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/2.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/2.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/3.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/3.cc index 118fea92087..86157158de4 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/3.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/3.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/4.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/4.cc index 3e6436c6db1..761a3f72684 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/4.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/4.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/5.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/5.cc index 15ac84b25ee..c42745703aa 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/5.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/5.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/1.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/1.cc index c948e170125..6f747c54915 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/1.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/1.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/2.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/2.cc index 0ce00c1052f..349ed5a2a7e 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/2.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/2.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/3.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/3.cc index eb34f796399..3ed48074426 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/3.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/3.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/4.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/4.cc index d6294ad9d7c..b51d3afc184 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/4.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/4.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/5.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/5.cc index 99a208208bc..3002c792e65 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/5.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/5.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/6.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/6.cc index 7337287852b..c7909fffd19 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/6.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/6.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/hash.cc b/libstdc++-v3/testsuite/20_util/optional/hash.cc index 294a6174cdb..c2dc0626632 100644 --- a/libstdc++-v3/testsuite/20_util/optional/hash.cc +++ b/libstdc++-v3/testsuite/20_util/optional/hash.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/make_optional.cc b/libstdc++-v3/testsuite/20_util/optional/make_optional.cc index b288a250bd5..8e626d7fbb4 100644 --- a/libstdc++-v3/testsuite/20_util/optional/make_optional.cc +++ b/libstdc++-v3/testsuite/20_util/optional/make_optional.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/observers/1.cc b/libstdc++-v3/testsuite/20_util/optional/observers/1.cc index ba10bce7119..946aee9a214 100644 --- a/libstdc++-v3/testsuite/20_util/optional/observers/1.cc +++ b/libstdc++-v3/testsuite/20_util/optional/observers/1.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/observers/2.cc b/libstdc++-v3/testsuite/20_util/optional/observers/2.cc index d3799b9214a..acaa8bb4f0c 100644 --- a/libstdc++-v3/testsuite/20_util/optional/observers/2.cc +++ b/libstdc++-v3/testsuite/20_util/optional/observers/2.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/observers/3.cc b/libstdc++-v3/testsuite/20_util/optional/observers/3.cc index 9ad5d01ae42..13399ea7b91 100644 --- a/libstdc++-v3/testsuite/20_util/optional/observers/3.cc +++ b/libstdc++-v3/testsuite/20_util/optional/observers/3.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/observers/4.cc b/libstdc++-v3/testsuite/20_util/optional/observers/4.cc index 9a305674fb0..43238513a44 100644 --- a/libstdc++-v3/testsuite/20_util/optional/observers/4.cc +++ b/libstdc++-v3/testsuite/20_util/optional/observers/4.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/observers/5.cc b/libstdc++-v3/testsuite/20_util/optional/observers/5.cc index 386d81de2e0..161a891e3a1 100644 --- a/libstdc++-v3/testsuite/20_util/optional/observers/5.cc +++ b/libstdc++-v3/testsuite/20_util/optional/observers/5.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/observers/6.cc b/libstdc++-v3/testsuite/20_util/optional/observers/6.cc index 562da2c171e..8113209d165 100644 --- a/libstdc++-v3/testsuite/20_util/optional/observers/6.cc +++ b/libstdc++-v3/testsuite/20_util/optional/observers/6.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/relops/1.cc b/libstdc++-v3/testsuite/20_util/optional/relops/1.cc index 1315902239e..b441abe2dbb 100644 --- a/libstdc++-v3/testsuite/20_util/optional/relops/1.cc +++ b/libstdc++-v3/testsuite/20_util/optional/relops/1.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/relops/2.cc b/libstdc++-v3/testsuite/20_util/optional/relops/2.cc index 13512657672..16dfda1b26c 100644 --- a/libstdc++-v3/testsuite/20_util/optional/relops/2.cc +++ b/libstdc++-v3/testsuite/20_util/optional/relops/2.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/relops/3.cc b/libstdc++-v3/testsuite/20_util/optional/relops/3.cc index 95fde3b4797..ac9d1513f2f 100644 --- a/libstdc++-v3/testsuite/20_util/optional/relops/3.cc +++ b/libstdc++-v3/testsuite/20_util/optional/relops/3.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/relops/4.cc b/libstdc++-v3/testsuite/20_util/optional/relops/4.cc index 78d0eb8b2d0..cc43cd2b485 100644 --- a/libstdc++-v3/testsuite/20_util/optional/relops/4.cc +++ b/libstdc++-v3/testsuite/20_util/optional/relops/4.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/relops/5.cc b/libstdc++-v3/testsuite/20_util/optional/relops/5.cc index e79e0dbc278..90d9eaf779e 100644 --- a/libstdc++-v3/testsuite/20_util/optional/relops/5.cc +++ b/libstdc++-v3/testsuite/20_util/optional/relops/5.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/relops/6.cc b/libstdc++-v3/testsuite/20_util/optional/relops/6.cc index 4ead5d1acda..cf26c304730 100644 --- a/libstdc++-v3/testsuite/20_util/optional/relops/6.cc +++ b/libstdc++-v3/testsuite/20_util/optional/relops/6.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/requirements.cc b/libstdc++-v3/testsuite/20_util/optional/requirements.cc index d0f3ab6d773..8bccccb7890 100644 --- a/libstdc++-v3/testsuite/20_util/optional/requirements.cc +++ b/libstdc++-v3/testsuite/20_util/optional/requirements.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/swap/1.cc b/libstdc++-v3/testsuite/20_util/optional/swap/1.cc index b077fe4c583..feaf4c62e75 100644 --- a/libstdc++-v3/testsuite/20_util/optional/swap/1.cc +++ b/libstdc++-v3/testsuite/20_util/optional/swap/1.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/optional/typedefs.cc b/libstdc++-v3/testsuite/20_util/optional/typedefs.cc index 5ec95d850ec..3d3d2ace7f5 100644 --- a/libstdc++-v3/testsuite/20_util/optional/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/optional/typedefs.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/ratio/requirements/ratio_equal_v.cc b/libstdc++-v3/testsuite/20_util/ratio/requirements/ratio_equal_v.cc index 1158a67dd39..6d2244a1b31 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/requirements/ratio_equal_v.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/requirements/ratio_equal_v.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/tuple/tuple_size_v.cc b/libstdc++-v3/testsuite/20_util/tuple/tuple_size_v.cc index 29ce5c1701f..e640017304f 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/tuple_size_v.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/tuple_size_v.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/uses_allocator/requirements/uses_allocator_v.cc b/libstdc++-v3/testsuite/20_util/uses_allocator/requirements/uses_allocator_v.cc index cc6e790895f..7ca48e3c837 100644 --- a/libstdc++-v3/testsuite/20_util/uses_allocator/requirements/uses_allocator_v.cc +++ b/libstdc++-v3/testsuite/20_util/uses_allocator/requirements/uses_allocator_v.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/variable_templates_for_traits.cc b/libstdc++-v3/testsuite/20_util/variable_templates_for_traits.cc index 5a497f12445..e81567ef507 100644 --- a/libstdc++-v3/testsuite/20_util/variable_templates_for_traits.cc +++ b/libstdc++-v3/testsuite/20_util/variable_templates_for_traits.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/20_util/variant/hash.cc b/libstdc++-v3/testsuite/20_util/variant/hash.cc index 74f97edd235..38991ae1f83 100644 --- a/libstdc++-v3/testsuite/20_util/variant/hash.cc +++ b/libstdc++-v3/testsuite/20_util/variant/hash.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/21_strings/basic_string_view/typedefs.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/typedefs.cc index e5d5919e283..ac0b1f9f5b0 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/typedefs.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/typedefs.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/any/typedefs.cc b/libstdc++-v3/testsuite/experimental/any/typedefs.cc index 875c9ec6d23..82a5719e1dc 100644 --- a/libstdc++-v3/testsuite/experimental/any/typedefs.cc +++ b/libstdc++-v3/testsuite/experimental/any/typedefs.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/array/make_array.cc b/libstdc++-v3/testsuite/experimental/array/make_array.cc index e91a5d826e7..cce66f10d62 100644 --- a/libstdc++-v3/testsuite/experimental/array/make_array.cc +++ b/libstdc++-v3/testsuite/experimental/array/make_array.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/array/neg.cc b/libstdc++-v3/testsuite/experimental/array/neg.cc index cd086577657..8084a4a1f2a 100644 --- a/libstdc++-v3/testsuite/experimental/array/neg.cc +++ b/libstdc++-v3/testsuite/experimental/array/neg.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/chrono/value.cc b/libstdc++-v3/testsuite/experimental/chrono/value.cc index 64c16feaef0..62b79640793 100644 --- a/libstdc++-v3/testsuite/experimental/chrono/value.cc +++ b/libstdc++-v3/testsuite/experimental/chrono/value.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/deque/erasure.cc b/libstdc++-v3/testsuite/experimental/deque/erasure.cc index b7d81da154b..8f1738cc580 100644 --- a/libstdc++-v3/testsuite/experimental/deque/erasure.cc +++ b/libstdc++-v3/testsuite/experimental/deque/erasure.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/forward_list/erasure.cc b/libstdc++-v3/testsuite/experimental/forward_list/erasure.cc index 0079ed67d11..ab2e7b1f424 100644 --- a/libstdc++-v3/testsuite/experimental/forward_list/erasure.cc +++ b/libstdc++-v3/testsuite/experimental/forward_list/erasure.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/list/erasure.cc b/libstdc++-v3/testsuite/experimental/list/erasure.cc index 9e5a3fe854f..dd839588649 100644 --- a/libstdc++-v3/testsuite/experimental/list/erasure.cc +++ b/libstdc++-v3/testsuite/experimental/list/erasure.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/map/erasure.cc b/libstdc++-v3/testsuite/experimental/map/erasure.cc index 4890b839081..bf0d396086d 100644 --- a/libstdc++-v3/testsuite/experimental/map/erasure.cc +++ b/libstdc++-v3/testsuite/experimental/map/erasure.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/assignment/assign.cc b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/assignment/assign.cc index 1e4a95e2aa3..c6a8cccce42 100644 --- a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/assignment/assign.cc +++ b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/assignment/assign.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/cons/cons.cc b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/cons/cons.cc index 9626cfe7e71..5715e59ebbb 100644 --- a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/cons/cons.cc +++ b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/cons/cons.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/hash/hash.cc b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/hash/hash.cc index 9a74b94d01a..3ae887eb7b6 100644 --- a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/hash/hash.cc +++ b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/hash/hash.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/make_observer.cc b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/make_observer.cc index 455944d4615..1a9d36be591 100644 --- a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/make_observer.cc +++ b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/make_observer.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/relops/relops.cc b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/relops/relops.cc index 75bfc084391..e39c1f30f36 100644 --- a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/relops/relops.cc +++ b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/relops/relops.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/requirements.cc b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/requirements.cc index ee8f87b331d..707e9412af3 100644 --- a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/requirements.cc +++ b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/requirements.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/swap/swap.cc b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/swap/swap.cc index 9746c845403..cedaa08bd11 100644 --- a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/swap/swap.cc +++ b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/swap/swap.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/typedefs.cc b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/typedefs.cc index dda1a0b1c15..a2c448b2d94 100644 --- a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/typedefs.cc +++ b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/typedefs.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/77288.cc b/libstdc++-v3/testsuite/experimental/optional/77288.cc index 38b1e858120..9b5b80ac3d8 100644 --- a/libstdc++-v3/testsuite/experimental/optional/77288.cc +++ b/libstdc++-v3/testsuite/experimental/optional/77288.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/assignment/1.cc b/libstdc++-v3/testsuite/experimental/optional/assignment/1.cc index 3ebf3fcd62f..f4e9431cc38 100644 --- a/libstdc++-v3/testsuite/experimental/optional/assignment/1.cc +++ b/libstdc++-v3/testsuite/experimental/optional/assignment/1.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/assignment/2.cc b/libstdc++-v3/testsuite/experimental/optional/assignment/2.cc index e7d397c6e34..0f1ff7a1f2a 100644 --- a/libstdc++-v3/testsuite/experimental/optional/assignment/2.cc +++ b/libstdc++-v3/testsuite/experimental/optional/assignment/2.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/assignment/3.cc b/libstdc++-v3/testsuite/experimental/optional/assignment/3.cc index f3ca657a0ed..1478be4f5e0 100644 --- a/libstdc++-v3/testsuite/experimental/optional/assignment/3.cc +++ b/libstdc++-v3/testsuite/experimental/optional/assignment/3.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/assignment/4.cc b/libstdc++-v3/testsuite/experimental/optional/assignment/4.cc index 6eba5bba31d..bbdb441fc29 100644 --- a/libstdc++-v3/testsuite/experimental/optional/assignment/4.cc +++ b/libstdc++-v3/testsuite/experimental/optional/assignment/4.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/assignment/5.cc b/libstdc++-v3/testsuite/experimental/optional/assignment/5.cc index 8ee62015bd2..da8517a655e 100644 --- a/libstdc++-v3/testsuite/experimental/optional/assignment/5.cc +++ b/libstdc++-v3/testsuite/experimental/optional/assignment/5.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/assignment/6.cc b/libstdc++-v3/testsuite/experimental/optional/assignment/6.cc index 2957581ae17..2072753f673 100644 --- a/libstdc++-v3/testsuite/experimental/optional/assignment/6.cc +++ b/libstdc++-v3/testsuite/experimental/optional/assignment/6.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/cons/77727.cc b/libstdc++-v3/testsuite/experimental/optional/cons/77727.cc index e3abedba393..4bb422dbc29 100644 --- a/libstdc++-v3/testsuite/experimental/optional/cons/77727.cc +++ b/libstdc++-v3/testsuite/experimental/optional/cons/77727.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/cons/move.cc b/libstdc++-v3/testsuite/experimental/optional/cons/move.cc index 62f5b88d0f5..021dc628d52 100644 --- a/libstdc++-v3/testsuite/experimental/optional/cons/move.cc +++ b/libstdc++-v3/testsuite/experimental/optional/cons/move.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/cons/value.cc b/libstdc++-v3/testsuite/experimental/optional/cons/value.cc index 81b2cb8dc2e..4e2b1efdae3 100644 --- a/libstdc++-v3/testsuite/experimental/optional/cons/value.cc +++ b/libstdc++-v3/testsuite/experimental/optional/cons/value.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/cons/value_neg.cc b/libstdc++-v3/testsuite/experimental/optional/cons/value_neg.cc index f7ee66e3000..a3fabd19aed 100644 --- a/libstdc++-v3/testsuite/experimental/optional/cons/value_neg.cc +++ b/libstdc++-v3/testsuite/experimental/optional/cons/value_neg.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/constexpr/cons/value.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/cons/value.cc index 1c31764d3a0..37194fe5024 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/cons/value.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/cons/value.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/constexpr/make_optional.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/make_optional.cc index e1411d2ea06..ad059de47a4 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/make_optional.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/make_optional.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/1.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/1.cc index 5318d578d55..3a52dfb38fb 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/1.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/1.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/2.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/2.cc index c9e726cf72b..c982a16393b 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/2.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/2.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/3.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/3.cc index b33ade43036..4b114faa7ff 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/3.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/3.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/4.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/4.cc index 501aa59cdb8..8ac375d164b 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/4.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/4.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/5.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/5.cc index 9b73c67dc00..96d0dbc3510 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/5.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/5.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/1.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/1.cc index 17ba463b8a5..22bff0cd9f7 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/1.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/1.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/2.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/2.cc index 8d0d2d6edd0..8df58992432 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/2.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/2.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/3.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/3.cc index ca3e916a9af..b8c3103f4c3 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/3.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/3.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/4.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/4.cc index 17f28611b06..0e47ffeb8a7 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/4.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/4.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/5.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/5.cc index 78ea994708a..05e7f8c8bc4 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/5.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/5.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/6.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/6.cc index 6345410bd34..ac646fe5334 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/6.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/6.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/make_optional.cc b/libstdc++-v3/testsuite/experimental/optional/make_optional.cc index fd2b27a71b6..56ed6f603c5 100644 --- a/libstdc++-v3/testsuite/experimental/optional/make_optional.cc +++ b/libstdc++-v3/testsuite/experimental/optional/make_optional.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/observers/1.cc b/libstdc++-v3/testsuite/experimental/optional/observers/1.cc index a832341ba39..dfe053267ef 100644 --- a/libstdc++-v3/testsuite/experimental/optional/observers/1.cc +++ b/libstdc++-v3/testsuite/experimental/optional/observers/1.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/observers/2.cc b/libstdc++-v3/testsuite/experimental/optional/observers/2.cc index 316f41e0385..bb210acbffa 100644 --- a/libstdc++-v3/testsuite/experimental/optional/observers/2.cc +++ b/libstdc++-v3/testsuite/experimental/optional/observers/2.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/observers/3.cc b/libstdc++-v3/testsuite/experimental/optional/observers/3.cc index 2cf055f41e2..f56db0e95ee 100644 --- a/libstdc++-v3/testsuite/experimental/optional/observers/3.cc +++ b/libstdc++-v3/testsuite/experimental/optional/observers/3.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/observers/4.cc b/libstdc++-v3/testsuite/experimental/optional/observers/4.cc index 3768956403e..ec9fad70fa3 100644 --- a/libstdc++-v3/testsuite/experimental/optional/observers/4.cc +++ b/libstdc++-v3/testsuite/experimental/optional/observers/4.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/observers/5.cc b/libstdc++-v3/testsuite/experimental/optional/observers/5.cc index 5384fb7ee1f..03df39bacb8 100644 --- a/libstdc++-v3/testsuite/experimental/optional/observers/5.cc +++ b/libstdc++-v3/testsuite/experimental/optional/observers/5.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/relops/1.cc b/libstdc++-v3/testsuite/experimental/optional/relops/1.cc index 0c20362e36a..56fd7dba415 100644 --- a/libstdc++-v3/testsuite/experimental/optional/relops/1.cc +++ b/libstdc++-v3/testsuite/experimental/optional/relops/1.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/relops/2.cc b/libstdc++-v3/testsuite/experimental/optional/relops/2.cc index d5c10e77dad..fcf6e359130 100644 --- a/libstdc++-v3/testsuite/experimental/optional/relops/2.cc +++ b/libstdc++-v3/testsuite/experimental/optional/relops/2.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/relops/3.cc b/libstdc++-v3/testsuite/experimental/optional/relops/3.cc index e1f794d8a7b..8fbfb0472d1 100644 --- a/libstdc++-v3/testsuite/experimental/optional/relops/3.cc +++ b/libstdc++-v3/testsuite/experimental/optional/relops/3.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/relops/4.cc b/libstdc++-v3/testsuite/experimental/optional/relops/4.cc index c2b2ce38554..8dfd54da136 100644 --- a/libstdc++-v3/testsuite/experimental/optional/relops/4.cc +++ b/libstdc++-v3/testsuite/experimental/optional/relops/4.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/relops/5.cc b/libstdc++-v3/testsuite/experimental/optional/relops/5.cc index e83f792b36b..8877f8904ca 100644 --- a/libstdc++-v3/testsuite/experimental/optional/relops/5.cc +++ b/libstdc++-v3/testsuite/experimental/optional/relops/5.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/relops/6.cc b/libstdc++-v3/testsuite/experimental/optional/relops/6.cc index 674c6d69330..136874f8e0c 100644 --- a/libstdc++-v3/testsuite/experimental/optional/relops/6.cc +++ b/libstdc++-v3/testsuite/experimental/optional/relops/6.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/requirements.cc b/libstdc++-v3/testsuite/experimental/optional/requirements.cc index 450bcea8b84..ee742abaeaf 100644 --- a/libstdc++-v3/testsuite/experimental/optional/requirements.cc +++ b/libstdc++-v3/testsuite/experimental/optional/requirements.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/swap/1.cc b/libstdc++-v3/testsuite/experimental/optional/swap/1.cc index 071f38d827c..738cfb9a0eb 100644 --- a/libstdc++-v3/testsuite/experimental/optional/swap/1.cc +++ b/libstdc++-v3/testsuite/experimental/optional/swap/1.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/optional/typedefs.cc b/libstdc++-v3/testsuite/experimental/optional/typedefs.cc index 477959e80f7..a0f411dac3b 100644 --- a/libstdc++-v3/testsuite/experimental/optional/typedefs.cc +++ b/libstdc++-v3/testsuite/experimental/optional/typedefs.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/propagate_const/assignment/move.cc b/libstdc++-v3/testsuite/experimental/propagate_const/assignment/move.cc index cddd5803c86..d6ae963cc11 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/assignment/move.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/assignment/move.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/propagate_const/assignment/move_neg.cc b/libstdc++-v3/testsuite/experimental/propagate_const/assignment/move_neg.cc index 6dc0e2e5ed9..0dc72a214f4 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/assignment/move_neg.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/assignment/move_neg.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/propagate_const/cons/move.cc b/libstdc++-v3/testsuite/experimental/propagate_const/cons/move.cc index f9348d9d3ed..76644f14c0e 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/cons/move.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/cons/move.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/propagate_const/cons/move_neg.cc b/libstdc++-v3/testsuite/experimental/propagate_const/cons/move_neg.cc index abfc62dc009..5955dc6a4d5 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/cons/move_neg.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/cons/move_neg.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/propagate_const/hash/1.cc b/libstdc++-v3/testsuite/experimental/propagate_const/hash/1.cc index e708558135e..a92b6b901fe 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/hash/1.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/hash/1.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/propagate_const/observers/1.cc b/libstdc++-v3/testsuite/experimental/propagate_const/observers/1.cc index b4eac5fa541..6261f4759d2 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/observers/1.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/observers/1.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/propagate_const/relops/1.cc b/libstdc++-v3/testsuite/experimental/propagate_const/relops/1.cc index f9b654dce70..3de205cedfa 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/relops/1.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/relops/1.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/propagate_const/requirements1.cc b/libstdc++-v3/testsuite/experimental/propagate_const/requirements1.cc index fe85b86ab88..26340a59758 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/requirements1.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/requirements1.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/propagate_const/requirements2.cc b/libstdc++-v3/testsuite/experimental/propagate_const/requirements2.cc index 5f46dc4052b..199be37a1a6 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/requirements2.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/requirements2.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/propagate_const/requirements3.cc b/libstdc++-v3/testsuite/experimental/propagate_const/requirements3.cc index abc48391ff8..415d795c5d5 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/requirements3.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/requirements3.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/propagate_const/requirements4.cc b/libstdc++-v3/testsuite/experimental/propagate_const/requirements4.cc index 1c3c653a9a1..7df1f391937 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/requirements4.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/requirements4.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/propagate_const/requirements5.cc b/libstdc++-v3/testsuite/experimental/propagate_const/requirements5.cc index 72844fa2a2e..d38c5a0de4a 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/requirements5.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/requirements5.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/propagate_const/swap/1.cc b/libstdc++-v3/testsuite/experimental/propagate_const/swap/1.cc index ede1c24139c..7662db24f5d 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/swap/1.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/swap/1.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/propagate_const/typedefs.cc b/libstdc++-v3/testsuite/experimental/propagate_const/typedefs.cc index 01266c33d9c..6b1d327d575 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/typedefs.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/typedefs.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/random/randint.cc b/libstdc++-v3/testsuite/experimental/random/randint.cc index 6cf74229f04..2f8aa78d5b1 100644 --- a/libstdc++-v3/testsuite/experimental/random/randint.cc +++ b/libstdc++-v3/testsuite/experimental/random/randint.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/ratio/value.cc b/libstdc++-v3/testsuite/experimental/ratio/value.cc index 17a732ba8c4..3e143331589 100644 --- a/libstdc++-v3/testsuite/experimental/ratio/value.cc +++ b/libstdc++-v3/testsuite/experimental/ratio/value.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/set/erasure.cc b/libstdc++-v3/testsuite/experimental/set/erasure.cc index b534af4c947..9a98f109cff 100644 --- a/libstdc++-v3/testsuite/experimental/set/erasure.cc +++ b/libstdc++-v3/testsuite/experimental/set/erasure.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/string/erasure.cc b/libstdc++-v3/testsuite/experimental/string/erasure.cc index 1d0c548e4c2..d6d20efbf55 100644 --- a/libstdc++-v3/testsuite/experimental/string/erasure.cc +++ b/libstdc++-v3/testsuite/experimental/string/erasure.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/string_view/typedefs.cc b/libstdc++-v3/testsuite/experimental/string_view/typedefs.cc index cf9836f8472..c43308161f4 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/typedefs.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/typedefs.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/system_error/value.cc b/libstdc++-v3/testsuite/experimental/system_error/value.cc index 6cbc0a1fb56..346ed5425b7 100644 --- a/libstdc++-v3/testsuite/experimental/system_error/value.cc +++ b/libstdc++-v3/testsuite/experimental/system_error/value.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/tuple/tuple_size.cc b/libstdc++-v3/testsuite/experimental/tuple/tuple_size.cc index 48a187158e3..ce3344e4038 100644 --- a/libstdc++-v3/testsuite/experimental/tuple/tuple_size.cc +++ b/libstdc++-v3/testsuite/experimental/tuple/tuple_size.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/type_traits/value.cc b/libstdc++-v3/testsuite/experimental/type_traits/value.cc index 0700f92ad6a..19287dc6046 100644 --- a/libstdc++-v3/testsuite/experimental/type_traits/value.cc +++ b/libstdc++-v3/testsuite/experimental/type_traits/value.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/unordered_map/erasure.cc b/libstdc++-v3/testsuite/experimental/unordered_map/erasure.cc index de603dbad1b..ff47071ada2 100644 --- a/libstdc++-v3/testsuite/experimental/unordered_map/erasure.cc +++ b/libstdc++-v3/testsuite/experimental/unordered_map/erasure.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/unordered_set/erasure.cc b/libstdc++-v3/testsuite/experimental/unordered_set/erasure.cc index 8c35d077615..c9517c607e0 100644 --- a/libstdc++-v3/testsuite/experimental/unordered_set/erasure.cc +++ b/libstdc++-v3/testsuite/experimental/unordered_set/erasure.cc @@ -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 // . diff --git a/libstdc++-v3/testsuite/experimental/vector/erasure.cc b/libstdc++-v3/testsuite/experimental/vector/erasure.cc index 762527ef301..045299eac17 100644 --- a/libstdc++-v3/testsuite/experimental/vector/erasure.cc +++ b/libstdc++-v3/testsuite/experimental/vector/erasure.cc @@ -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 // .