This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r242420 - in /branches/gcc-5-branch/libstdc++-v...


Author: redi
Date: Tue Nov 15 14:44:15 2016
New Revision: 242420

URL: https://gcc.gnu.org/viewcvs?rev=242420&root=gcc&view=rev
Log:
Fix find&replace error in license boilerplate

	* testsuite/experimental/any/typedefs.cc: Fix license text.
	* testsuite/experimental/chrono/value.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/move.cc: Likewise.
	* testsuite/experimental/optional/cons/value.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/ratio/value.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.

Modified:
    branches/gcc-5-branch/libstdc++-v3/ChangeLog
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/any/typedefs.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/chrono/value.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/assignment/1.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/assignment/2.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/assignment/3.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/assignment/4.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/assignment/5.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/assignment/6.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/cons/move.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/cons/value.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/constexpr/cons/value.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/constexpr/make_optional.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/1.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/2.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/3.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/4.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/5.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/1.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/2.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/3.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/4.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/5.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/6.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/make_optional.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/observers/1.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/observers/2.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/observers/3.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/observers/4.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/observers/5.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/relops/1.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/relops/2.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/relops/3.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/relops/4.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/relops/5.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/relops/6.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/requirements.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/swap/1.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/optional/typedefs.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/ratio/value.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/string_view/typedefs.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/system_error/value.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/tuple/tuple_size.cc
    branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/type_traits/value.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]