From 4ecca97b7881875848c8387bd334a837d4763f25 Mon Sep 17 00:00:00 2001 From: bolero-MURAKAMI Date: Mon, 12 Jan 2015 02:03:30 +0900 Subject: [PATCH] add tested compiler --- README.rst | 6 +++--- example/brainfuck/x86_compile.cpp | 2 +- example/darkroom/two_spheres.hpp | 2 +- example/hanoi/main.cpp | 2 +- example/inv_fizzbuzz/main.cpp | 2 +- example/perceptron/g3.cpp | 2 +- libs/algorithm/test/adjacent_find.cpp | 2 +- libs/algorithm/test/algorithm.cpp | 2 +- libs/algorithm/test/all_of.cpp | 2 +- libs/algorithm/test/all_of_equal.cpp | 2 +- libs/algorithm/test/any_of.cpp | 2 +- libs/algorithm/test/any_of_equal.cpp | 2 +- libs/algorithm/test/binary_search.cpp | 2 +- libs/algorithm/test/bogo_sort.cpp | 2 +- libs/algorithm/test/bogo_sort_result.cpp | 2 +- libs/algorithm/test/bozo_sort.cpp | 2 +- libs/algorithm/test/bozo_sort_result.cpp | 2 +- libs/algorithm/test/clamp.cpp | 2 +- libs/algorithm/test/clamp_range.cpp | 2 +- libs/algorithm/test/clamp_range_copy.cpp | 2 +- libs/algorithm/test/copy.cpp | 2 +- libs/algorithm/test/copy_backward.cpp | 2 +- libs/algorithm/test/copy_if.cpp | 2 +- libs/algorithm/test/copy_n.cpp | 2 +- libs/algorithm/test/copy_until.cpp | 2 +- libs/algorithm/test/copy_while.cpp | 2 +- libs/algorithm/test/count.cpp | 2 +- libs/algorithm/test/count_if.cpp | 2 +- libs/algorithm/test/equal.cpp | 2 +- libs/algorithm/test/equal_range.cpp | 2 +- libs/algorithm/test/fill.cpp | 2 +- libs/algorithm/test/fill_n.cpp | 2 +- libs/algorithm/test/find.cpp | 2 +- libs/algorithm/test/find_end.cpp | 2 +- libs/algorithm/test/find_first_of.cpp | 2 +- libs/algorithm/test/find_if.cpp | 2 +- libs/algorithm/test/find_if_not.cpp | 2 +- libs/algorithm/test/generate.cpp | 2 +- libs/algorithm/test/generate_n.cpp | 2 +- libs/algorithm/test/includes.cpp | 2 +- libs/algorithm/test/inplace_merge.cpp | 2 +- libs/algorithm/test/is_decreasing.cpp | 2 +- libs/algorithm/test/is_heap.cpp | 2 +- libs/algorithm/test/is_heap_until.cpp | 2 +- libs/algorithm/test/is_increasing.cpp | 2 +- libs/algorithm/test/is_partitioned.cpp | 2 +- libs/algorithm/test/is_permutation.cpp | 2 +- libs/algorithm/test/is_sorted.cpp | 2 +- libs/algorithm/test/is_sorted_until.cpp | 2 +- libs/algorithm/test/is_strictly_decreasing.cpp | 2 +- libs/algorithm/test/is_strictly_increasing.cpp | 2 +- libs/algorithm/test/lexicographical_compare.cpp | 2 +- libs/algorithm/test/lower_bound.cpp | 2 +- libs/algorithm/test/make_heap.cpp | 2 +- libs/algorithm/test/make_partial_heap.cpp | 2 +- libs/algorithm/test/max.cpp | 2 +- libs/algorithm/test/max_element.cpp | 2 +- libs/algorithm/test/merge.cpp | 2 +- libs/algorithm/test/min.cpp | 2 +- libs/algorithm/test/min_element.cpp | 2 +- libs/algorithm/test/minmax.cpp | 2 +- libs/algorithm/test/minmax_element.cpp | 2 +- libs/algorithm/test/mismatch.cpp | 2 +- libs/algorithm/test/modifying.cpp | 2 +- libs/algorithm/test/next_permutation.cpp | 2 +- libs/algorithm/test/non_modifying.cpp | 2 +- libs/algorithm/test/none_of.cpp | 2 +- libs/algorithm/test/none_of_equal.cpp | 2 +- libs/algorithm/test/nth_element.cpp | 2 +- libs/algorithm/test/one_of.cpp | 2 +- libs/algorithm/test/one_of_equal.cpp | 2 +- libs/algorithm/test/partial_sort.cpp | 2 +- libs/algorithm/test/partition.cpp | 2 +- libs/algorithm/test/partition_copy.cpp | 2 +- libs/algorithm/test/partition_point.cpp | 2 +- libs/algorithm/test/pop_heap.cpp | 2 +- libs/algorithm/test/prev_permutation.cpp | 2 +- libs/algorithm/test/push_heap.cpp | 2 +- libs/algorithm/test/random_swap.cpp | 2 +- libs/algorithm/test/random_swap_result.cpp | 2 +- libs/algorithm/test/recurrence.cpp | 2 +- libs/algorithm/test/recurrence_n.cpp | 2 +- libs/algorithm/test/remove.cpp | 2 +- libs/algorithm/test/remove_copy.cpp | 2 +- libs/algorithm/test/remove_copy_if.cpp | 2 +- libs/algorithm/test/remove_if.cpp | 2 +- libs/algorithm/test/replace.cpp | 2 +- libs/algorithm/test/replace_copy.cpp | 2 +- libs/algorithm/test/replace_copy_if.cpp | 2 +- libs/algorithm/test/replace_if.cpp | 2 +- libs/algorithm/test/reverse.cpp | 2 +- libs/algorithm/test/reverse_copy.cpp | 2 +- libs/algorithm/test/rotate.cpp | 2 +- libs/algorithm/test/rotate_copy.cpp | 2 +- libs/algorithm/test/search.cpp | 2 +- libs/algorithm/test/search_n.cpp | 2 +- libs/algorithm/test/set_difference.cpp | 2 +- libs/algorithm/test/set_intersection.cpp | 2 +- libs/algorithm/test/set_symmetric_difference.cpp | 2 +- libs/algorithm/test/set_union.cpp | 2 +- libs/algorithm/test/shuffle.cpp | 2 +- libs/algorithm/test/shuffle_result.cpp | 2 +- libs/algorithm/test/sort.cpp | 2 +- libs/algorithm/test/sort_heap.cpp | 2 +- libs/algorithm/test/stable_partition.cpp | 2 +- libs/algorithm/test/stable_partition_copy.cpp | 2 +- libs/algorithm/test/stable_sort.cpp | 2 +- libs/algorithm/test/swap_element.cpp | 2 +- libs/algorithm/test/swap_element_copy.cpp | 2 +- libs/algorithm/test/transform.cpp | 2 +- libs/algorithm/test/tristate_lexicographical_compare.cpp | 2 +- libs/algorithm/test/unfold.cpp | 2 +- libs/algorithm/test/unfold_n.cpp | 2 +- libs/algorithm/test/unique.cpp | 2 +- libs/algorithm/test/unique_copy.cpp | 2 +- libs/algorithm/test/upper_bound.cpp | 2 +- libs/array/test/array.cpp | 2 +- libs/bitset/test/bitset.cpp | 2 +- libs/cstring/test/cstring.cpp | 2 +- libs/cstring/test/memchr.cpp | 2 +- libs/cstring/test/memcmp.cpp | 2 +- libs/cstring/test/strchr.cpp | 2 +- libs/cstring/test/strcmp.cpp | 2 +- libs/cstring/test/strcoll.cpp | 2 +- libs/cstring/test/strcspn.cpp | 2 +- libs/cstring/test/strlen.cpp | 2 +- libs/cstring/test/strncmp.cpp | 2 +- libs/cstring/test/strpbrk.cpp | 2 +- libs/cstring/test/strrchr.cpp | 2 +- libs/cstring/test/strspn.cpp | 2 +- libs/cstring/test/strstr.cpp | 2 +- libs/net/test/endian.cpp | 4 ++-- libs/optional/test/optional.cpp | 2 +- libs/random/test/additive_combine.cpp | 2 +- libs/random/test/bernoulli_distribution.cpp | 2 +- libs/random/test/binomial_distribution.cpp | 2 +- libs/random/test/geometric_distribution.cpp | 2 +- libs/random/test/inversive_congruential.cpp | 2 +- libs/random/test/linear_congruential.cpp | 2 +- libs/random/test/mersenne_twister.cpp | 2 +- libs/random/test/normal_distribution.cpp | 2 +- libs/random/test/random.cpp | 2 +- libs/random/test/shuffle_order.cpp | 2 +- libs/random/test/taus88.cpp | 2 +- libs/random/test/uniform_01.cpp | 2 +- libs/random/test/uniform_int_distribution.cpp | 2 +- libs/random/test/uniform_real_distribution.cpp | 2 +- libs/random/test/uniform_smallint.cpp | 2 +- libs/string/test/string.cpp | 2 +- libs/tuple/test/tuple.cpp | 2 +- libs/utility/string_ref/test/string_ref.cpp | 2 +- libs/variant/test/variant.cpp | 2 +- sprout/math/constant_variables.hpp | 2 +- sprout/math/curve.hpp | 2 +- sprout/net.hpp | 2 +- sprout/net/endian.hpp | 2 +- sprout/type/operation/tuple_cat.hpp | 2 +- sprout/workaround/std/cstddef.hpp | 2 +- testspr/algorithm.hpp | 2 +- testspr/assert.hpp | 2 +- testspr/functional.hpp | 2 +- testspr/header_all.hpp | 2 +- testspr/include_main.hpp | 2 +- testspr/iterator.hpp | 2 +- testspr/print.hpp | 2 +- testspr/range.hpp | 2 +- testspr/sprout.cpp | 2 +- testspr/tools.hpp | 2 +- testspr/typeinfo.hpp | 2 +- tools/compost/wavconv.cpp | 2 +- tools/compost/wave_io.hpp | 2 +- tools/darkroom/darkcult.cpp | 2 +- tools/darkroom/darkcult.py | 2 +- tools/darkroom/darkcult.sh | 2 +- tools/darkroom/texconv.cpp | 2 +- tools/files/filegraph.cpp | 2 +- tools/sprig/algorithm/string.hpp | 2 +- tools/sprig/algorithm/string/find.hpp | 2 +- tools/sprig/algorithm/string/find_between.hpp | 2 +- tools/sprig/algorithm/string/find_skip.hpp | 2 +- tools/sprig/graph/back_edge_recorder.hpp | 2 +- tools/sprig/graph/depth_first_search.hpp | 2 +- tools/testspr/test.cpp | 2 +- tools/testspr/test.py | 2 +- tools/testspr/test.sh | 2 +- 185 files changed, 188 insertions(+), 188 deletions(-) diff --git a/README.rst b/README.rst index 091b3e9d..6f1456e5 100644 --- a/README.rst +++ b/README.rst @@ -35,8 +35,8 @@ Supported Compilers Linux: -* GCC, C++11/14 mode: 4.7.0, 4.7.1, 4.7.2, 4.7.3, 4.7.4, 4.8.0, 4.8.1, 4.8.2, 4.8.3, 4.9.0, 4.9.1 -* Clang, C++11/14 mode: 3.2, 3.3, 3.4, 3.4.1, 3.5.0 +* GCC, C++11/14 mode: 4.7.0~4.7.4, 4.8.0~4.8.3, 4.9.0~4.9.2 +* Clang, C++11/14 mode: 3.2, 3.3, 3.4~3.4.2, 3.5.0 ******************************************************************************* Author @@ -49,7 +49,7 @@ Author Copyrights ******************************************************************************* -| Copyright (C) 2011-2014 Bolero MURAKAMI. +| Copyright (C) 2011-2015 Bolero MURAKAMI. | Distributed under the Boost Software License, Version 1.0. | (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/brainfuck/x86_compile.cpp b/example/brainfuck/x86_compile.cpp index 2ad57b5c..0ab5fab9 100644 --- a/example/brainfuck/x86_compile.cpp +++ b/example/brainfuck/x86_compile.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/example/darkroom/two_spheres.hpp b/example/darkroom/two_spheres.hpp index 06ae4031..30cc96e0 100644 --- a/example/darkroom/two_spheres.hpp +++ b/example/darkroom/two_spheres.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/example/hanoi/main.cpp b/example/hanoi/main.cpp index f56219ac..cd517553 100644 --- a/example/hanoi/main.cpp +++ b/example/hanoi/main.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/example/inv_fizzbuzz/main.cpp b/example/inv_fizzbuzz/main.cpp index c5882924..8afc8fc0 100644 --- a/example/inv_fizzbuzz/main.cpp +++ b/example/inv_fizzbuzz/main.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/example/perceptron/g3.cpp b/example/perceptron/g3.cpp index 3a09013e..fe3a4f4d 100644 --- a/example/perceptron/g3.cpp +++ b/example/perceptron/g3.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/adjacent_find.cpp b/libs/algorithm/test/adjacent_find.cpp index 10466c9a..6643c51d 100644 --- a/libs/algorithm/test/adjacent_find.cpp +++ b/libs/algorithm/test/adjacent_find.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/algorithm.cpp b/libs/algorithm/test/algorithm.cpp index a7eee602..0ea620e0 100644 --- a/libs/algorithm/test/algorithm.cpp +++ b/libs/algorithm/test/algorithm.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/all_of.cpp b/libs/algorithm/test/all_of.cpp index fcbf1ba7..d95687aa 100644 --- a/libs/algorithm/test/all_of.cpp +++ b/libs/algorithm/test/all_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/all_of_equal.cpp b/libs/algorithm/test/all_of_equal.cpp index 4921a5ff..9c62901c 100644 --- a/libs/algorithm/test/all_of_equal.cpp +++ b/libs/algorithm/test/all_of_equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/any_of.cpp b/libs/algorithm/test/any_of.cpp index 0f8302eb..f7dc936b 100644 --- a/libs/algorithm/test/any_of.cpp +++ b/libs/algorithm/test/any_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/any_of_equal.cpp b/libs/algorithm/test/any_of_equal.cpp index 2a871c3f..56254942 100644 --- a/libs/algorithm/test/any_of_equal.cpp +++ b/libs/algorithm/test/any_of_equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/binary_search.cpp b/libs/algorithm/test/binary_search.cpp index 9b636ad2..cbabd38a 100644 --- a/libs/algorithm/test/binary_search.cpp +++ b/libs/algorithm/test/binary_search.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/bogo_sort.cpp b/libs/algorithm/test/bogo_sort.cpp index 7198507e..54c4c9c3 100644 --- a/libs/algorithm/test/bogo_sort.cpp +++ b/libs/algorithm/test/bogo_sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/bogo_sort_result.cpp b/libs/algorithm/test/bogo_sort_result.cpp index 5ac499c6..f3d982ee 100644 --- a/libs/algorithm/test/bogo_sort_result.cpp +++ b/libs/algorithm/test/bogo_sort_result.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/bozo_sort.cpp b/libs/algorithm/test/bozo_sort.cpp index bee08b29..e0396c19 100644 --- a/libs/algorithm/test/bozo_sort.cpp +++ b/libs/algorithm/test/bozo_sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/bozo_sort_result.cpp b/libs/algorithm/test/bozo_sort_result.cpp index ee1e9f44..2d537d8a 100644 --- a/libs/algorithm/test/bozo_sort_result.cpp +++ b/libs/algorithm/test/bozo_sort_result.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/clamp.cpp b/libs/algorithm/test/clamp.cpp index 16fc9029..f6845737 100644 --- a/libs/algorithm/test/clamp.cpp +++ b/libs/algorithm/test/clamp.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/clamp_range.cpp b/libs/algorithm/test/clamp_range.cpp index fcc562b7..07dfef39 100644 --- a/libs/algorithm/test/clamp_range.cpp +++ b/libs/algorithm/test/clamp_range.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/clamp_range_copy.cpp b/libs/algorithm/test/clamp_range_copy.cpp index dc8a9274..13ad7125 100644 --- a/libs/algorithm/test/clamp_range_copy.cpp +++ b/libs/algorithm/test/clamp_range_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/copy.cpp b/libs/algorithm/test/copy.cpp index 8a32e14c..e5862f00 100644 --- a/libs/algorithm/test/copy.cpp +++ b/libs/algorithm/test/copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/copy_backward.cpp b/libs/algorithm/test/copy_backward.cpp index 36e11a94..62551cc8 100644 --- a/libs/algorithm/test/copy_backward.cpp +++ b/libs/algorithm/test/copy_backward.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/copy_if.cpp b/libs/algorithm/test/copy_if.cpp index 994a167c..7bc94cfb 100644 --- a/libs/algorithm/test/copy_if.cpp +++ b/libs/algorithm/test/copy_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/copy_n.cpp b/libs/algorithm/test/copy_n.cpp index 3448f3c9..0871726d 100644 --- a/libs/algorithm/test/copy_n.cpp +++ b/libs/algorithm/test/copy_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/copy_until.cpp b/libs/algorithm/test/copy_until.cpp index 92b3ccf3..ec18aab6 100644 --- a/libs/algorithm/test/copy_until.cpp +++ b/libs/algorithm/test/copy_until.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/copy_while.cpp b/libs/algorithm/test/copy_while.cpp index d6e8770a..43e0e939 100644 --- a/libs/algorithm/test/copy_while.cpp +++ b/libs/algorithm/test/copy_while.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/count.cpp b/libs/algorithm/test/count.cpp index bfa908a2..9a4af01a 100644 --- a/libs/algorithm/test/count.cpp +++ b/libs/algorithm/test/count.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/count_if.cpp b/libs/algorithm/test/count_if.cpp index a9259eaf..d826e6d0 100644 --- a/libs/algorithm/test/count_if.cpp +++ b/libs/algorithm/test/count_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/equal.cpp b/libs/algorithm/test/equal.cpp index bdaed51d..2f89b6a0 100644 --- a/libs/algorithm/test/equal.cpp +++ b/libs/algorithm/test/equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/equal_range.cpp b/libs/algorithm/test/equal_range.cpp index fae830b8..777633aa 100644 --- a/libs/algorithm/test/equal_range.cpp +++ b/libs/algorithm/test/equal_range.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/fill.cpp b/libs/algorithm/test/fill.cpp index 7844c9ee..7afd312c 100644 --- a/libs/algorithm/test/fill.cpp +++ b/libs/algorithm/test/fill.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/fill_n.cpp b/libs/algorithm/test/fill_n.cpp index c5353587..c90eedd3 100644 --- a/libs/algorithm/test/fill_n.cpp +++ b/libs/algorithm/test/fill_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/find.cpp b/libs/algorithm/test/find.cpp index aab9ea64..35d689a7 100644 --- a/libs/algorithm/test/find.cpp +++ b/libs/algorithm/test/find.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/find_end.cpp b/libs/algorithm/test/find_end.cpp index d6ca3002..27a17d3c 100644 --- a/libs/algorithm/test/find_end.cpp +++ b/libs/algorithm/test/find_end.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/find_first_of.cpp b/libs/algorithm/test/find_first_of.cpp index 3f95de28..2a0fb15d 100644 --- a/libs/algorithm/test/find_first_of.cpp +++ b/libs/algorithm/test/find_first_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/find_if.cpp b/libs/algorithm/test/find_if.cpp index c14b0004..6b62bfac 100644 --- a/libs/algorithm/test/find_if.cpp +++ b/libs/algorithm/test/find_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/find_if_not.cpp b/libs/algorithm/test/find_if_not.cpp index a7874e94..1ef14294 100644 --- a/libs/algorithm/test/find_if_not.cpp +++ b/libs/algorithm/test/find_if_not.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/generate.cpp b/libs/algorithm/test/generate.cpp index cf129ca5..ff328062 100644 --- a/libs/algorithm/test/generate.cpp +++ b/libs/algorithm/test/generate.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/generate_n.cpp b/libs/algorithm/test/generate_n.cpp index 28c0de79..8871e3dd 100644 --- a/libs/algorithm/test/generate_n.cpp +++ b/libs/algorithm/test/generate_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/includes.cpp b/libs/algorithm/test/includes.cpp index 306bec88..a398080f 100644 --- a/libs/algorithm/test/includes.cpp +++ b/libs/algorithm/test/includes.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/inplace_merge.cpp b/libs/algorithm/test/inplace_merge.cpp index 2f44827c..529f924f 100644 --- a/libs/algorithm/test/inplace_merge.cpp +++ b/libs/algorithm/test/inplace_merge.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/is_decreasing.cpp b/libs/algorithm/test/is_decreasing.cpp index db642364..cac5912e 100644 --- a/libs/algorithm/test/is_decreasing.cpp +++ b/libs/algorithm/test/is_decreasing.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/is_heap.cpp b/libs/algorithm/test/is_heap.cpp index 9819ef76..0700cc6d 100644 --- a/libs/algorithm/test/is_heap.cpp +++ b/libs/algorithm/test/is_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/is_heap_until.cpp b/libs/algorithm/test/is_heap_until.cpp index 7dab9014..afcded24 100644 --- a/libs/algorithm/test/is_heap_until.cpp +++ b/libs/algorithm/test/is_heap_until.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/is_increasing.cpp b/libs/algorithm/test/is_increasing.cpp index fe55aff0..5c6bb31e 100644 --- a/libs/algorithm/test/is_increasing.cpp +++ b/libs/algorithm/test/is_increasing.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/is_partitioned.cpp b/libs/algorithm/test/is_partitioned.cpp index cf06b0cc..1bcd29e8 100644 --- a/libs/algorithm/test/is_partitioned.cpp +++ b/libs/algorithm/test/is_partitioned.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/is_permutation.cpp b/libs/algorithm/test/is_permutation.cpp index a89c285e..e882b0da 100644 --- a/libs/algorithm/test/is_permutation.cpp +++ b/libs/algorithm/test/is_permutation.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/is_sorted.cpp b/libs/algorithm/test/is_sorted.cpp index 5b41589d..50444a55 100644 --- a/libs/algorithm/test/is_sorted.cpp +++ b/libs/algorithm/test/is_sorted.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/is_sorted_until.cpp b/libs/algorithm/test/is_sorted_until.cpp index fe62e3ca..4acabfeb 100644 --- a/libs/algorithm/test/is_sorted_until.cpp +++ b/libs/algorithm/test/is_sorted_until.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/is_strictly_decreasing.cpp b/libs/algorithm/test/is_strictly_decreasing.cpp index df209e3b..31d992d0 100644 --- a/libs/algorithm/test/is_strictly_decreasing.cpp +++ b/libs/algorithm/test/is_strictly_decreasing.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/is_strictly_increasing.cpp b/libs/algorithm/test/is_strictly_increasing.cpp index 22522aed..b08a7801 100644 --- a/libs/algorithm/test/is_strictly_increasing.cpp +++ b/libs/algorithm/test/is_strictly_increasing.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/lexicographical_compare.cpp b/libs/algorithm/test/lexicographical_compare.cpp index a39f5e79..a4773393 100644 --- a/libs/algorithm/test/lexicographical_compare.cpp +++ b/libs/algorithm/test/lexicographical_compare.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/lower_bound.cpp b/libs/algorithm/test/lower_bound.cpp index e9b83fe2..2df6cc0e 100644 --- a/libs/algorithm/test/lower_bound.cpp +++ b/libs/algorithm/test/lower_bound.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/make_heap.cpp b/libs/algorithm/test/make_heap.cpp index 2a9a366f..190ffb87 100644 --- a/libs/algorithm/test/make_heap.cpp +++ b/libs/algorithm/test/make_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/make_partial_heap.cpp b/libs/algorithm/test/make_partial_heap.cpp index fbf75bb4..3207803a 100644 --- a/libs/algorithm/test/make_partial_heap.cpp +++ b/libs/algorithm/test/make_partial_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/max.cpp b/libs/algorithm/test/max.cpp index c44bc31d..e7ab95e5 100644 --- a/libs/algorithm/test/max.cpp +++ b/libs/algorithm/test/max.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/max_element.cpp b/libs/algorithm/test/max_element.cpp index 4e18886e..ae713b8e 100644 --- a/libs/algorithm/test/max_element.cpp +++ b/libs/algorithm/test/max_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/merge.cpp b/libs/algorithm/test/merge.cpp index 7a7e2333..f92afc35 100644 --- a/libs/algorithm/test/merge.cpp +++ b/libs/algorithm/test/merge.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/min.cpp b/libs/algorithm/test/min.cpp index a9a27988..961c57bf 100644 --- a/libs/algorithm/test/min.cpp +++ b/libs/algorithm/test/min.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/min_element.cpp b/libs/algorithm/test/min_element.cpp index b127bb06..3b9a4c6b 100644 --- a/libs/algorithm/test/min_element.cpp +++ b/libs/algorithm/test/min_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/minmax.cpp b/libs/algorithm/test/minmax.cpp index 59ebd10d..a4ac0f7e 100644 --- a/libs/algorithm/test/minmax.cpp +++ b/libs/algorithm/test/minmax.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/minmax_element.cpp b/libs/algorithm/test/minmax_element.cpp index c08e6c29..d36dee39 100644 --- a/libs/algorithm/test/minmax_element.cpp +++ b/libs/algorithm/test/minmax_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/mismatch.cpp b/libs/algorithm/test/mismatch.cpp index f75aa807..f3a2de7f 100644 --- a/libs/algorithm/test/mismatch.cpp +++ b/libs/algorithm/test/mismatch.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/modifying.cpp b/libs/algorithm/test/modifying.cpp index 6f3a6b4b..56662206 100644 --- a/libs/algorithm/test/modifying.cpp +++ b/libs/algorithm/test/modifying.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/next_permutation.cpp b/libs/algorithm/test/next_permutation.cpp index 128a60a6..d1dfce25 100644 --- a/libs/algorithm/test/next_permutation.cpp +++ b/libs/algorithm/test/next_permutation.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/non_modifying.cpp b/libs/algorithm/test/non_modifying.cpp index ee007af0..7e85a599 100644 --- a/libs/algorithm/test/non_modifying.cpp +++ b/libs/algorithm/test/non_modifying.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/none_of.cpp b/libs/algorithm/test/none_of.cpp index 72a91bfc..54952fde 100644 --- a/libs/algorithm/test/none_of.cpp +++ b/libs/algorithm/test/none_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/none_of_equal.cpp b/libs/algorithm/test/none_of_equal.cpp index 9a939676..2f391ffd 100644 --- a/libs/algorithm/test/none_of_equal.cpp +++ b/libs/algorithm/test/none_of_equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/nth_element.cpp b/libs/algorithm/test/nth_element.cpp index b847aa86..c5a929ca 100644 --- a/libs/algorithm/test/nth_element.cpp +++ b/libs/algorithm/test/nth_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/one_of.cpp b/libs/algorithm/test/one_of.cpp index a4765c83..0755edbf 100644 --- a/libs/algorithm/test/one_of.cpp +++ b/libs/algorithm/test/one_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/one_of_equal.cpp b/libs/algorithm/test/one_of_equal.cpp index e41f66e3..ef8b1113 100644 --- a/libs/algorithm/test/one_of_equal.cpp +++ b/libs/algorithm/test/one_of_equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/partial_sort.cpp b/libs/algorithm/test/partial_sort.cpp index 5c9c8bef..57db2fc4 100644 --- a/libs/algorithm/test/partial_sort.cpp +++ b/libs/algorithm/test/partial_sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/partition.cpp b/libs/algorithm/test/partition.cpp index f0969dc3..aa22a7e2 100644 --- a/libs/algorithm/test/partition.cpp +++ b/libs/algorithm/test/partition.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/partition_copy.cpp b/libs/algorithm/test/partition_copy.cpp index 25c982cb..a544622e 100644 --- a/libs/algorithm/test/partition_copy.cpp +++ b/libs/algorithm/test/partition_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/partition_point.cpp b/libs/algorithm/test/partition_point.cpp index efd31bbc..edffc460 100644 --- a/libs/algorithm/test/partition_point.cpp +++ b/libs/algorithm/test/partition_point.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/pop_heap.cpp b/libs/algorithm/test/pop_heap.cpp index 525ff460..52f0ee21 100644 --- a/libs/algorithm/test/pop_heap.cpp +++ b/libs/algorithm/test/pop_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/prev_permutation.cpp b/libs/algorithm/test/prev_permutation.cpp index f2afe50e..1c9bd845 100644 --- a/libs/algorithm/test/prev_permutation.cpp +++ b/libs/algorithm/test/prev_permutation.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/push_heap.cpp b/libs/algorithm/test/push_heap.cpp index 470bc66f..23f571de 100644 --- a/libs/algorithm/test/push_heap.cpp +++ b/libs/algorithm/test/push_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/random_swap.cpp b/libs/algorithm/test/random_swap.cpp index fb9b857d..86735e4d 100644 --- a/libs/algorithm/test/random_swap.cpp +++ b/libs/algorithm/test/random_swap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/random_swap_result.cpp b/libs/algorithm/test/random_swap_result.cpp index af2484fa..895cddb3 100644 --- a/libs/algorithm/test/random_swap_result.cpp +++ b/libs/algorithm/test/random_swap_result.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/recurrence.cpp b/libs/algorithm/test/recurrence.cpp index 43c25bc6..4833f439 100644 --- a/libs/algorithm/test/recurrence.cpp +++ b/libs/algorithm/test/recurrence.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/recurrence_n.cpp b/libs/algorithm/test/recurrence_n.cpp index 144fc141..75951148 100644 --- a/libs/algorithm/test/recurrence_n.cpp +++ b/libs/algorithm/test/recurrence_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/remove.cpp b/libs/algorithm/test/remove.cpp index ca145804..12963ed2 100644 --- a/libs/algorithm/test/remove.cpp +++ b/libs/algorithm/test/remove.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/remove_copy.cpp b/libs/algorithm/test/remove_copy.cpp index 95de2249..1ed25bdf 100644 --- a/libs/algorithm/test/remove_copy.cpp +++ b/libs/algorithm/test/remove_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/remove_copy_if.cpp b/libs/algorithm/test/remove_copy_if.cpp index 1d95d563..dd462e84 100644 --- a/libs/algorithm/test/remove_copy_if.cpp +++ b/libs/algorithm/test/remove_copy_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/remove_if.cpp b/libs/algorithm/test/remove_if.cpp index 03d78415..86b8c3af 100644 --- a/libs/algorithm/test/remove_if.cpp +++ b/libs/algorithm/test/remove_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/replace.cpp b/libs/algorithm/test/replace.cpp index d98fe5c5..07137cfe 100644 --- a/libs/algorithm/test/replace.cpp +++ b/libs/algorithm/test/replace.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/replace_copy.cpp b/libs/algorithm/test/replace_copy.cpp index 8e9cd119..598e587c 100644 --- a/libs/algorithm/test/replace_copy.cpp +++ b/libs/algorithm/test/replace_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/replace_copy_if.cpp b/libs/algorithm/test/replace_copy_if.cpp index 4749c376..56583e48 100644 --- a/libs/algorithm/test/replace_copy_if.cpp +++ b/libs/algorithm/test/replace_copy_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/replace_if.cpp b/libs/algorithm/test/replace_if.cpp index 011db91f..e8b1fb71 100644 --- a/libs/algorithm/test/replace_if.cpp +++ b/libs/algorithm/test/replace_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/reverse.cpp b/libs/algorithm/test/reverse.cpp index ae1ba27e..51840f43 100644 --- a/libs/algorithm/test/reverse.cpp +++ b/libs/algorithm/test/reverse.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/reverse_copy.cpp b/libs/algorithm/test/reverse_copy.cpp index e206194e..46600a55 100644 --- a/libs/algorithm/test/reverse_copy.cpp +++ b/libs/algorithm/test/reverse_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/rotate.cpp b/libs/algorithm/test/rotate.cpp index ac839d58..d4181fba 100644 --- a/libs/algorithm/test/rotate.cpp +++ b/libs/algorithm/test/rotate.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/rotate_copy.cpp b/libs/algorithm/test/rotate_copy.cpp index 5d4d6e0b..77224c07 100644 --- a/libs/algorithm/test/rotate_copy.cpp +++ b/libs/algorithm/test/rotate_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/search.cpp b/libs/algorithm/test/search.cpp index ba2dfac6..a30a7c27 100644 --- a/libs/algorithm/test/search.cpp +++ b/libs/algorithm/test/search.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/search_n.cpp b/libs/algorithm/test/search_n.cpp index af2c0c14..38b2a20f 100644 --- a/libs/algorithm/test/search_n.cpp +++ b/libs/algorithm/test/search_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/set_difference.cpp b/libs/algorithm/test/set_difference.cpp index 433bb935..09ed0168 100644 --- a/libs/algorithm/test/set_difference.cpp +++ b/libs/algorithm/test/set_difference.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/set_intersection.cpp b/libs/algorithm/test/set_intersection.cpp index 1607e20f..325899c3 100644 --- a/libs/algorithm/test/set_intersection.cpp +++ b/libs/algorithm/test/set_intersection.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/set_symmetric_difference.cpp b/libs/algorithm/test/set_symmetric_difference.cpp index ef967721..89c6fb1d 100644 --- a/libs/algorithm/test/set_symmetric_difference.cpp +++ b/libs/algorithm/test/set_symmetric_difference.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/set_union.cpp b/libs/algorithm/test/set_union.cpp index 4338237d..58b569b3 100644 --- a/libs/algorithm/test/set_union.cpp +++ b/libs/algorithm/test/set_union.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/shuffle.cpp b/libs/algorithm/test/shuffle.cpp index 603690d3..45555900 100644 --- a/libs/algorithm/test/shuffle.cpp +++ b/libs/algorithm/test/shuffle.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/shuffle_result.cpp b/libs/algorithm/test/shuffle_result.cpp index d0a64344..fdeab35f 100644 --- a/libs/algorithm/test/shuffle_result.cpp +++ b/libs/algorithm/test/shuffle_result.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/sort.cpp b/libs/algorithm/test/sort.cpp index 4205fe0a..3805f991 100644 --- a/libs/algorithm/test/sort.cpp +++ b/libs/algorithm/test/sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/sort_heap.cpp b/libs/algorithm/test/sort_heap.cpp index ad3077e6..bb1cd16a 100644 --- a/libs/algorithm/test/sort_heap.cpp +++ b/libs/algorithm/test/sort_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/stable_partition.cpp b/libs/algorithm/test/stable_partition.cpp index 16b79b7e..b6d4a508 100644 --- a/libs/algorithm/test/stable_partition.cpp +++ b/libs/algorithm/test/stable_partition.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/stable_partition_copy.cpp b/libs/algorithm/test/stable_partition_copy.cpp index 7cbe9922..4cd94e90 100644 --- a/libs/algorithm/test/stable_partition_copy.cpp +++ b/libs/algorithm/test/stable_partition_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/stable_sort.cpp b/libs/algorithm/test/stable_sort.cpp index a45f41e3..d32a2c3e 100644 --- a/libs/algorithm/test/stable_sort.cpp +++ b/libs/algorithm/test/stable_sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/swap_element.cpp b/libs/algorithm/test/swap_element.cpp index d1434b06..f6102be2 100644 --- a/libs/algorithm/test/swap_element.cpp +++ b/libs/algorithm/test/swap_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/swap_element_copy.cpp b/libs/algorithm/test/swap_element_copy.cpp index c2e3c988..cdb3d729 100644 --- a/libs/algorithm/test/swap_element_copy.cpp +++ b/libs/algorithm/test/swap_element_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/transform.cpp b/libs/algorithm/test/transform.cpp index 8b4bb233..8656a49a 100644 --- a/libs/algorithm/test/transform.cpp +++ b/libs/algorithm/test/transform.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/tristate_lexicographical_compare.cpp b/libs/algorithm/test/tristate_lexicographical_compare.cpp index 7ae99e5c..87845be5 100644 --- a/libs/algorithm/test/tristate_lexicographical_compare.cpp +++ b/libs/algorithm/test/tristate_lexicographical_compare.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/unfold.cpp b/libs/algorithm/test/unfold.cpp index 360b7f81..7fe21390 100644 --- a/libs/algorithm/test/unfold.cpp +++ b/libs/algorithm/test/unfold.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/unfold_n.cpp b/libs/algorithm/test/unfold_n.cpp index 5440951d..b2b894f0 100644 --- a/libs/algorithm/test/unfold_n.cpp +++ b/libs/algorithm/test/unfold_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/unique.cpp b/libs/algorithm/test/unique.cpp index 89e751f5..2857fff8 100644 --- a/libs/algorithm/test/unique.cpp +++ b/libs/algorithm/test/unique.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/unique_copy.cpp b/libs/algorithm/test/unique_copy.cpp index 5b48411c..a9f5900b 100644 --- a/libs/algorithm/test/unique_copy.cpp +++ b/libs/algorithm/test/unique_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/upper_bound.cpp b/libs/algorithm/test/upper_bound.cpp index 374895b2..943107a5 100644 --- a/libs/algorithm/test/upper_bound.cpp +++ b/libs/algorithm/test/upper_bound.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/array/test/array.cpp b/libs/array/test/array.cpp index 42922dc4..1bbccf2e 100644 --- a/libs/array/test/array.cpp +++ b/libs/array/test/array.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/bitset/test/bitset.cpp b/libs/bitset/test/bitset.cpp index dde553af..f9046289 100644 --- a/libs/bitset/test/bitset.cpp +++ b/libs/bitset/test/bitset.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/cstring.cpp b/libs/cstring/test/cstring.cpp index 27aa8b4d..73d1624f 100644 --- a/libs/cstring/test/cstring.cpp +++ b/libs/cstring/test/cstring.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/memchr.cpp b/libs/cstring/test/memchr.cpp index bbfcfc15..2a39308a 100644 --- a/libs/cstring/test/memchr.cpp +++ b/libs/cstring/test/memchr.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/memcmp.cpp b/libs/cstring/test/memcmp.cpp index 6b4d45ce..b729f3d0 100644 --- a/libs/cstring/test/memcmp.cpp +++ b/libs/cstring/test/memcmp.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/strchr.cpp b/libs/cstring/test/strchr.cpp index 39948fcb..050975f4 100644 --- a/libs/cstring/test/strchr.cpp +++ b/libs/cstring/test/strchr.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/strcmp.cpp b/libs/cstring/test/strcmp.cpp index b1cbfb99..345b1568 100644 --- a/libs/cstring/test/strcmp.cpp +++ b/libs/cstring/test/strcmp.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/strcoll.cpp b/libs/cstring/test/strcoll.cpp index d5e0262f..290b5f4f 100644 --- a/libs/cstring/test/strcoll.cpp +++ b/libs/cstring/test/strcoll.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/strcspn.cpp b/libs/cstring/test/strcspn.cpp index be53d258..43c30e3c 100644 --- a/libs/cstring/test/strcspn.cpp +++ b/libs/cstring/test/strcspn.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/strlen.cpp b/libs/cstring/test/strlen.cpp index e24954be..e8d5dd4d 100644 --- a/libs/cstring/test/strlen.cpp +++ b/libs/cstring/test/strlen.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/strncmp.cpp b/libs/cstring/test/strncmp.cpp index 49c09765..8b8eae19 100644 --- a/libs/cstring/test/strncmp.cpp +++ b/libs/cstring/test/strncmp.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/strpbrk.cpp b/libs/cstring/test/strpbrk.cpp index e55bb933..4e189f20 100644 --- a/libs/cstring/test/strpbrk.cpp +++ b/libs/cstring/test/strpbrk.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/strrchr.cpp b/libs/cstring/test/strrchr.cpp index 09faa571..47cc00d1 100644 --- a/libs/cstring/test/strrchr.cpp +++ b/libs/cstring/test/strrchr.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/strspn.cpp b/libs/cstring/test/strspn.cpp index a6d62236..85287018 100644 --- a/libs/cstring/test/strspn.cpp +++ b/libs/cstring/test/strspn.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/strstr.cpp b/libs/cstring/test/strstr.cpp index 1e91ff3f..362c0860 100644 --- a/libs/cstring/test/strstr.cpp +++ b/libs/cstring/test/strstr.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/net/test/endian.cpp b/libs/net/test/endian.cpp index 1d23151f..a30d08d7 100644 --- a/libs/net/test/endian.cpp +++ b/libs/net/test/endian.cpp @@ -1,8 +1,8 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout - Copyright (c) 2014 Chris KAY + Copyright (c) 2015 Chris KAY https://github.com/cjkay-cpp-utils/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/optional/test/optional.cpp b/libs/optional/test/optional.cpp index 46a5ca10..c8266a04 100644 --- a/libs/optional/test/optional.cpp +++ b/libs/optional/test/optional.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/additive_combine.cpp b/libs/random/test/additive_combine.cpp index e4d14d38..95041eb6 100644 --- a/libs/random/test/additive_combine.cpp +++ b/libs/random/test/additive_combine.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/bernoulli_distribution.cpp b/libs/random/test/bernoulli_distribution.cpp index 56d79a37..1f659830 100644 --- a/libs/random/test/bernoulli_distribution.cpp +++ b/libs/random/test/bernoulli_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/binomial_distribution.cpp b/libs/random/test/binomial_distribution.cpp index 6947d177..d593cecd 100644 --- a/libs/random/test/binomial_distribution.cpp +++ b/libs/random/test/binomial_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/geometric_distribution.cpp b/libs/random/test/geometric_distribution.cpp index 1fd444ce..477a199c 100644 --- a/libs/random/test/geometric_distribution.cpp +++ b/libs/random/test/geometric_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/inversive_congruential.cpp b/libs/random/test/inversive_congruential.cpp index 83b32e48..6e889f82 100644 --- a/libs/random/test/inversive_congruential.cpp +++ b/libs/random/test/inversive_congruential.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/linear_congruential.cpp b/libs/random/test/linear_congruential.cpp index 025d4b97..595d299e 100644 --- a/libs/random/test/linear_congruential.cpp +++ b/libs/random/test/linear_congruential.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/mersenne_twister.cpp b/libs/random/test/mersenne_twister.cpp index dd6d34a9..3a2f408a 100644 --- a/libs/random/test/mersenne_twister.cpp +++ b/libs/random/test/mersenne_twister.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/normal_distribution.cpp b/libs/random/test/normal_distribution.cpp index a233de29..60560a7e 100644 --- a/libs/random/test/normal_distribution.cpp +++ b/libs/random/test/normal_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/random.cpp b/libs/random/test/random.cpp index d92053cd..0a2eb6c9 100644 --- a/libs/random/test/random.cpp +++ b/libs/random/test/random.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/shuffle_order.cpp b/libs/random/test/shuffle_order.cpp index ff2a90b0..3b68a331 100644 --- a/libs/random/test/shuffle_order.cpp +++ b/libs/random/test/shuffle_order.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/taus88.cpp b/libs/random/test/taus88.cpp index df297845..07b516fc 100644 --- a/libs/random/test/taus88.cpp +++ b/libs/random/test/taus88.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/uniform_01.cpp b/libs/random/test/uniform_01.cpp index f97fb1cd..2bf799ba 100644 --- a/libs/random/test/uniform_01.cpp +++ b/libs/random/test/uniform_01.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/uniform_int_distribution.cpp b/libs/random/test/uniform_int_distribution.cpp index 49ec650f..ce4de6c7 100644 --- a/libs/random/test/uniform_int_distribution.cpp +++ b/libs/random/test/uniform_int_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/uniform_real_distribution.cpp b/libs/random/test/uniform_real_distribution.cpp index 9c74e5ab..33d281af 100644 --- a/libs/random/test/uniform_real_distribution.cpp +++ b/libs/random/test/uniform_real_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/uniform_smallint.cpp b/libs/random/test/uniform_smallint.cpp index ee32114a..967e8a5b 100644 --- a/libs/random/test/uniform_smallint.cpp +++ b/libs/random/test/uniform_smallint.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/string/test/string.cpp b/libs/string/test/string.cpp index fd840dab..22f7b0ac 100644 --- a/libs/string/test/string.cpp +++ b/libs/string/test/string.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/tuple/test/tuple.cpp b/libs/tuple/test/tuple.cpp index 0c52ab8c..b1ee78e9 100644 --- a/libs/tuple/test/tuple.cpp +++ b/libs/tuple/test/tuple.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/utility/string_ref/test/string_ref.cpp b/libs/utility/string_ref/test/string_ref.cpp index 65cc728b..1a850f53 100644 --- a/libs/utility/string_ref/test/string_ref.cpp +++ b/libs/utility/string_ref/test/string_ref.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/variant/test/variant.cpp b/libs/variant/test/variant.cpp index e3311fb5..c2c6db08 100644 --- a/libs/variant/test/variant.cpp +++ b/libs/variant/test/variant.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/constant_variables.hpp b/sprout/math/constant_variables.hpp index 028e2e0c..3a2525ed 100644 --- a/sprout/math/constant_variables.hpp +++ b/sprout/math/constant_variables.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014 fimbul + Copyright (c) 2015 fimbul https://github.com/fimbul Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/curve.hpp b/sprout/math/curve.hpp index 2c3d0aef..04fd66eb 100644 --- a/sprout/math/curve.hpp +++ b/sprout/math/curve.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/net.hpp b/sprout/net.hpp index 2c514bd4..9a5e8ea8 100644 --- a/sprout/net.hpp +++ b/sprout/net.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout - Copyright (c) 2014 Chris KAY + Copyright (c) 2015 Chris KAY https://github.com/cjkay-cpp-utils/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/net/endian.hpp b/sprout/net/endian.hpp index 982036b5..1a3bc269 100644 --- a/sprout/net/endian.hpp +++ b/sprout/net/endian.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout - Copyright (c) 2014 Chris KAY + Copyright (c) 2015 Chris KAY https://github.com/cjkay-cpp-utils/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/tuple_cat.hpp b/sprout/type/operation/tuple_cat.hpp index ac262a58..fbc80aaa 100644 --- a/sprout/type/operation/tuple_cat.hpp +++ b/sprout/type/operation/tuple_cat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014 fimbul + Copyright (c) 2015 fimbul https://github.com/fimbul/shiro Copyright (c) 2011-2015 Bolero MURAKAMI diff --git a/sprout/workaround/std/cstddef.hpp b/sprout/workaround/std/cstddef.hpp index 6ee12619..37fbbcfa 100644 --- a/sprout/workaround/std/cstddef.hpp +++ b/sprout/workaround/std/cstddef.hpp @@ -12,7 +12,7 @@ #include #if defined(__clang__) && defined(__GLIBCXX__) -# if SPROUT_CLANG_EARLIER(3, 4, 2) && (__GLIBCXX__ >= 20140422) +# if SPROUT_CLANG_EARLIER(3, 4, 2) && (__GLIBCXX__ >= 20150422) # include # # if defined(__STDDEF_H) diff --git a/testspr/algorithm.hpp b/testspr/algorithm.hpp index 2f05bd1c..93845d06 100644 --- a/testspr/algorithm.hpp +++ b/testspr/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/assert.hpp b/testspr/assert.hpp index 4eb13e95..11a12ac2 100644 --- a/testspr/assert.hpp +++ b/testspr/assert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/functional.hpp b/testspr/functional.hpp index d593ad71..a621bb07 100644 --- a/testspr/functional.hpp +++ b/testspr/functional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/header_all.hpp b/testspr/header_all.hpp index 8a00b533..51a5beea 100644 --- a/testspr/header_all.hpp +++ b/testspr/header_all.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/include_main.hpp b/testspr/include_main.hpp index 02b86642..151edbec 100644 --- a/testspr/include_main.hpp +++ b/testspr/include_main.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/iterator.hpp b/testspr/iterator.hpp index 00fe3b4b..2671559b 100644 --- a/testspr/iterator.hpp +++ b/testspr/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/print.hpp b/testspr/print.hpp index d8eb61a9..ea3ca33a 100644 --- a/testspr/print.hpp +++ b/testspr/print.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/range.hpp b/testspr/range.hpp index d7a73849..251a7892 100644 --- a/testspr/range.hpp +++ b/testspr/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/sprout.cpp b/testspr/sprout.cpp index eb38bc49..9e79d707 100644 --- a/testspr/sprout.cpp +++ b/testspr/sprout.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/tools.hpp b/testspr/tools.hpp index a4582f50..3c36d1a1 100644 --- a/testspr/tools.hpp +++ b/testspr/tools.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/typeinfo.hpp b/testspr/typeinfo.hpp index 1544f764..3ed7d951 100644 --- a/testspr/typeinfo.hpp +++ b/testspr/typeinfo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/tools/compost/wavconv.cpp b/tools/compost/wavconv.cpp index 86bc57ed..6172d5b8 100644 --- a/tools/compost/wavconv.cpp +++ b/tools/compost/wavconv.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/tools/compost/wave_io.hpp b/tools/compost/wave_io.hpp index 3f343601..138d3fc7 100644 --- a/tools/compost/wave_io.hpp +++ b/tools/compost/wave_io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/tools/darkroom/darkcult.cpp b/tools/darkroom/darkcult.cpp index 25715652..703b1f81 100644 --- a/tools/darkroom/darkcult.cpp +++ b/tools/darkroom/darkcult.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/tools/darkroom/darkcult.py b/tools/darkroom/darkcult.py index 100a02e9..04a0b676 100755 --- a/tools/darkroom/darkcult.py +++ b/tools/darkroom/darkcult.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # ============================================================================= -# Copyright (c) 2011-2014 Bolero MURAKAMI +# Copyright (c) 2011-2015 Bolero MURAKAMI # https://github.com/bolero-MURAKAMI/Sprout # # Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/tools/darkroom/darkcult.sh b/tools/darkroom/darkcult.sh index 8a392de9..fab76aa3 100755 --- a/tools/darkroom/darkcult.sh +++ b/tools/darkroom/darkcult.sh @@ -1,6 +1,6 @@ #!/bin/bash # ============================================================================= -# Copyright (c) 2011-2014 Bolero MURAKAMI +# Copyright (c) 2011-2015 Bolero MURAKAMI # https://github.com/bolero-MURAKAMI/Sprout # # Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/tools/darkroom/texconv.cpp b/tools/darkroom/texconv.cpp index 67cc10e6..0558d21b 100644 --- a/tools/darkroom/texconv.cpp +++ b/tools/darkroom/texconv.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/tools/files/filegraph.cpp b/tools/files/filegraph.cpp index 1e87e7e8..2468d980 100644 --- a/tools/files/filegraph.cpp +++ b/tools/files/filegraph.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/tools/sprig/algorithm/string.hpp b/tools/sprig/algorithm/string.hpp index 37a46f93..363204a0 100644 --- a/tools/sprig/algorithm/string.hpp +++ b/tools/sprig/algorithm/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/tools/sprig/algorithm/string/find.hpp b/tools/sprig/algorithm/string/find.hpp index d4539579..59867be7 100644 --- a/tools/sprig/algorithm/string/find.hpp +++ b/tools/sprig/algorithm/string/find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/tools/sprig/algorithm/string/find_between.hpp b/tools/sprig/algorithm/string/find_between.hpp index b182324c..da8d3221 100644 --- a/tools/sprig/algorithm/string/find_between.hpp +++ b/tools/sprig/algorithm/string/find_between.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/tools/sprig/algorithm/string/find_skip.hpp b/tools/sprig/algorithm/string/find_skip.hpp index 72564ff5..85147ae0 100644 --- a/tools/sprig/algorithm/string/find_skip.hpp +++ b/tools/sprig/algorithm/string/find_skip.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/tools/sprig/graph/back_edge_recorder.hpp b/tools/sprig/graph/back_edge_recorder.hpp index 8336383c..5bfc65f4 100644 --- a/tools/sprig/graph/back_edge_recorder.hpp +++ b/tools/sprig/graph/back_edge_recorder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/tools/sprig/graph/depth_first_search.hpp b/tools/sprig/graph/depth_first_search.hpp index 9120f7d4..158f7f16 100644 --- a/tools/sprig/graph/depth_first_search.hpp +++ b/tools/sprig/graph/depth_first_search.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/tools/testspr/test.cpp b/tools/testspr/test.cpp index 897218e8..2c84e1f6 100644 --- a/tools/testspr/test.cpp +++ b/tools/testspr/test.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/tools/testspr/test.py b/tools/testspr/test.py index cc272a65..a72ae8aa 100644 --- a/tools/testspr/test.py +++ b/tools/testspr/test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # ============================================================================= -# Copyright (c) 2011-2014 Bolero MURAKAMI +# Copyright (c) 2011-2015 Bolero MURAKAMI # https://github.com/bolero-MURAKAMI/Sprout # # Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/tools/testspr/test.sh b/tools/testspr/test.sh index 9057b35d..22879ff4 100755 --- a/tools/testspr/test.sh +++ b/tools/testspr/test.sh @@ -1,6 +1,6 @@ #!/bin/bash # ============================================================================= -# Copyright (c) 2011-2014 Bolero MURAKAMI +# Copyright (c) 2011-2015 Bolero MURAKAMI # https://github.com/bolero-MURAKAMI/Sprout # # Distributed under the Boost Software License, Version 1.0. (See accompanying